@charset "utf-8";

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/

/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
*{   box-sizing: border-box;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;  padding: 0;
  transition: all 0.3s ease;
}
address, caption, cite, code, dfn, em, strong, th, var  {
  font-style: normal;
}
table {
  border-collapse: collapse;  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before ,q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
hr, legend  {
  display: none;
  clear:both;
}
h1, h2, h3, h4, h5, h6  {
  font-size: 100%;
  font-weight:normal;
}
img, abbr, acronym, fieldset  {
  border: 0;
  vertical-align: bottom;
  outline:none;
}
li  {
  list-style-type: none;
}
input {
  border: 1px none #CCC;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  /*background: url(../images/header_bg.jpg) no-repeat center top;*/
}

html{
  font-size:10px;
}
body {
  font-family:/* "メイリオ", Meiryo, */ "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* link Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
a:link  {
  color:#000;
  text-decoration: underline;
}

a:visited {
    color:#000;
  text-decoration: underline;
}
a:hover {
    color:#000;
  text-decoration: none;
}
footer a{
  color:#000;
}
footer a:link{
    text-decoration: none;
}
footer a:hover{
  text-decoration: underline;
}
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* new clearfix
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
* html .clearfix             { /*zoom: 1;*/ } /* IE6 */
*:first-child+html .clearfix {  /*zoom: 1;*/ } /* IE7 */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}

.both {
  clear: both;
}


/* ======================================================================
Image Rollover
======================================================================== */
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

input:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}


.content img{ max-width: 100%; width: auto; height: auto; margin-left: auto; margin-right: auto; display: block; }

#body_inner{ overflow:hidden; }

/* ======================================================================
layout
======================================================================== */
header .inner{
  width:1104px;
  margin: 0 auto;
}
header .logo{
  text-align: center;
  padding:40px 0 20px 0;
}
header .logo h1 a>img{ width: 507px; height: 42px; }
nav{
  background: #02a97e;
}
nav ul{
  width:1104px;
display: flex;
justify-content: space-between;
margin:0 auto;
}
nav li a{
  display: inline-block;
  padding:10px 0px 8px 0px;
  font-size:1.6rem;
color:#FFF;
font-weight:500;
font-weight: bold;
text-decoration: none;
}
nav li a:link{
  text-decoration: none;
  color:#FFF;
}
nav li a:visited{
  text-decoration: none;
  color:#FFF;
}
nav li a:hover{
  text-decoration: underline;
  color:#FFF;
}
nav .icon-search-container{
  background: #FFF;
  border-radius: 2px;
  margin-top:5px;
  width:280px;
  height: 34px;
  position: relative;
}
nav button{
  background: transparent;
  border:none;
  padding: 8px 10px 0 0;
    cursor: pointer;
    position: absolute;
    margin-left: 247px;
    right:0;
    height: 34px;
    width: 34px;
}
nav button img{ width: 17px; height: 17px; position: absolute; right: calc(50% - 8px); top: calc(50% - 8px); }
nav input {
  padding:7px 10px 7px 10px;
  width:247px;
  height: 34px;
  line-height: 1.6em;
  position: absolute; box-sizing: border-box;
}


footer{
  clear: both;
  background: #fafafa;
}
footer .inner{
  width:1104px;
  margin:0 auto;
  padding:30px 0 40px 0px;
}
footer .internal{
  display: flex;
  justify-content:space-between;
  justify-content: flex-start;
}
footer .internal li a{
  font-size:1.5rem;
  padding:2px 19px;
  border-right:1px solid #dfdfdf;
}
footer .internal li:first-child a{
   border-left:1px solid #dfdfdf;
}
footer .area,
footer .world {
display: flex;
flex-wrap: wrap;
font-size:1.3rem;
padding-top:15px;
}
footer .area li,
footer .world li{
margin-right:20px;
}
footer .text_area{
  margin-top:20px;
  padding:25px 0 20px 0;
     border-top:1px solid #dfdfdf;
}
footer .text_area p{
  line-height: 1.4;
  padding-bottom:10px;
  font-size:1.4rem;
}
footer .brand{
color:#767676;
font-size:1.2rem;
}
footer .sub_internal{
  display: flex;
  padding-bottom:25px;
}
footer .sub_internal li::after{
content:"|";
font-size:1.2rem;
display: inline-block;
padding:0 5px;
}
footer .sub_internal a{
    font-size:1.2rem;
  color:#767676;
}
footer .legal{
  font-size:1.2rem;
color:#767676;
}
footer .legal li{
  padding-bottom:5px;
}
.to_top{
  position: fixed;
  right:20px;
  bottom:20px;
}
.to_top img{ width: 18px; height: 26px; }
.to_top {
display: none;
width:63px;
height: 63px;
box-sizing: border-box;
padding:19px 0 20px 0;
background: #4dc7ab;
text-align: center;
}
#home_visual_area .post_visual{
  width:1104px;
  margin:30px auto 0 auto;
  overflow: hidden;
}
#home_visual_area .post_img .fade{
  position: relative;
  widdth:100%;
  height:100%;
  background:url(../images/grade_mid.png) center bottom repeat-x;
}

#home_visual_area .post_img:first-child .fade{
  position: relative;
  widdth:100%;
  height:100%;
  background:url(../images/grade_big.png) center bottom repeat-x;
}
#home_visual_area a:hover .post_img .fade{
    background-color: rgba(255,255,255,0.2);
}
.post_img{
    position: relative;
}

#home_visual_area .post_img{
width:364px;
height:225px;

  float:right;
  margin-bottom:2px;
  background-size: cover;
}
#home_visual_area a:first-child .post_img{
  float: left;
}
#home_visual_area  a:hover .post_img .text_area h2{
  text-decoration: underline;
}
.post_img .text_area{
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
color:#FFF;
padding:15px 17px;
margin-top:130px;
}

.post_img .text_area .ymd{
  text-align: right;
}
.post_img .text_area h2{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#home_visual_area a:first-child .post_img{
width:738px;
height:452px;
}
#home_visual_area a:first-child .post_img .text_area{
padding:35px 40px;

}
#home_visual_area a:first-child .post_img .text_area h2{
  font-size:3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#home_visual_area  .post_img .text_area{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:auto;
  margin: 0;
}
.content .inner{
  width:1104px;
  margin: 0 auto;
  padding-top:40px;
  clear: both;
}
.content h2{
font-size:2.6rem;
font-weight: 700;
position: relative;
padding:0 0 0 20px;
line-height: 1.3;
}
.content h2::before{
  content:"";
  width:6px;
  position: absolute;
  left:0;
  top:0;
  bottom:2px;
  background: #00af87;
  border-radius: 50px;
}
.content .post_area {
  display: flex;
  flex-wrap: wrap;
  margin-left:-24px;
  padding:20px 0 30px 0;
}
.content .post_area a{
  display: inline-block;
  margin-left:24px;
  margin-bottom: 15px;
}
.content .post_area.tg_related_posts a{ text-decoration: none !important; }
.content .post_area a:last-child{ margin-bottom: 0px; }

.content .post_area .post_outer{
width:258px;
background-size: contain;
background-repeat: no-repeat;
background-position: center top;
}
.content .post_area .post_img{
  width:100%;
  padding-top:66%;
  position: relative;
  background-size: cover;
}
.post_area .post_outer .text_area{
  padding:10px 0 0 0;
  color:#000;
}
.post_area .post_img .ymd{
  color:#FFF;
  font-size:1.2rem;
  position: absolute;
  bottom:5px;
  right:5px;
}
.post_area  a  .fade{
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
}
.post_area  a:hover  .fade{
 background-color: rgba(255,255,255,0.2);
}
}
.post_area  a:hover .post_img .text_area h3{
  text-decoration: underline;
}
.title_area{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view_list a{
  margin-top:5px;
  font-size:1.5rem;
text-decoration: none;
}
.view_list a:hover{
  text-decoration: underline;
}

.view_list a::after{
  content:"";
  border-top:2px solid #00af87;
  border-right:2px solid #00af87;
width:7px;
height:7px;
position: relative;
top:-1px;
  display: inline-block;
transform:rotate(45deg);
margin-left:7px;
}
.sns{
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  padding:20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
font-size:1.6rem;
margin-bottom:60px;
}

.sns ul{
  display: flex;
  justify-content: space-between;
width:650px;
}
.sns ul li{
  width:25%;
}
.sns li a{
  display: block;
  padding:10px 0;
  text-align: center;
  margin:0 5px;
  color:#FFF;
border-radius: 3px;
text-decoration: none;
}
.sns .inst a{
  background: #d93175;
}
.sns .tw a{
  background: #1da1f2;
}
.sns .fb a{
  background: #3b5998;
}
.sns .gp a{
  background: #db4437;
}
.sns .inst a:hover{
  background: #e46f9f;
}
.sns .tw a:hover{
  background: #61bdf6;
}
.sns .fb a:hover{
  background: #768bb7;
}
.sns .gp a:hover{
  background: #e67c73;
}
.sagasu {
  background: #fafafa;
}
.sagasu .box_area {
  display: flex;
  justify-content: space-between;
  padding:15px 0 50px 0;
}
.sagasu .box_area li {
  width:164px;
  height:110px;
  text-align: center;
}
.sagasu .box_area a{
align-items: center;
text-align: center;
width: 164px;
height:110px;
display: table-cell;
vertical-align: middle;
background: #FFF;
padding:20px 30px;
font-weight: 700;
text-decoration: none;
}
.sagasu h3{
  font-size:2.0rem;
  font-weight: 700;
}
.sagasu .country{
  display: flex;
  justify-content: space-between;
  padding-bottom:60px;
}
.sagasu .country div{
  width:47%;
}
.sagasu .country ul{
display: flex;
flex-wrap: wrap;
font-size: 1.5rem;
padding-top: 15px;

}
.sagasu .country ul li {
    margin-right: 20px;
}

/* ======================================================================
archive
======================================================================== */

.archive nav{
  display: none;
  position: fixed;
  top:75px;
  left:0;
  right:0;
  z-index:100;
}
.archive nav ul{
  padding:0 150px;
}
.archive header{
  border-bottom:1px solid #e3e3e3;
  position: fixed;
  top:0;
  left:0;
  right:0;
  background: #FFF;
  z-index:200;
}
.archive header .logo{
text-align: left;
padding:20px 0 12px 0;
display: flex;
justify-content: space-between;
}


.archive header  .search_area{
  display:flex;
  justify-content: space-between;
  align-items: stretch;
  width:320px;
}
.archive header .search_area .icon-search-container{
  background: #f5f5f5;
  border-radius: 3px;
  height: 43px;
  width: 260px;
  position: relative;
}
.archive header .search_area .icon-search-container input {
    padding: 11px 15px;
    width: 210px;
    height: 43px;
    box-sizing: border-box;
    font-size:1.6rem;
    line-height: 1.8em;
    background: #f5f5f5;
}
.archive header .search_area .icon-search-container button {
    background: transparent;
    border: none;
    padding: 0px 0px 0 0;
    height: 43px;
    width: 43px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.archive header .search_area .icon-search-container button img{ width: 17px; height: 17px; }
.hb_nav{
  width:43px;
  height:43px;
  background: #00af87;
   cursor: pointer;
 text-align: center;
 border-radius: 3px;
}
.hb_nav a{
  width:100%;
  height:100%;
  display:block;
  padding-top:7px;
  position: relative;
}
.hb_nav a.open{
  padding-top:0px;
}
.hb_nav a.open img{
  width:22px;
  height:19px;
  position: absolute;
  left: calc(50% - 11px);
  top: calc(50% - 10px);
}
.hb_nav a.close img{
  width:21px;
  height:23px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 12px);
}
.archive .content {
  width:1104px;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding-top: 80px;
}
.archive .content .inner{
  width:746px;
  margin:0;
  padding-top:30px;
  padding-bottom:50px;
}
.archive .content .inner .post_area{
margin-left:-20px;
}
.archive .content .post_area .post_outer {
    width: 46.8%;
    margin-bottom:20px;
}


.archive .content aside{
  width:320px;
  padding-top: 30px;
}
.archive aside h2{
  font-size:2.0rem;
  padding:4px 0 4px 20px;
}
.archive .content aside .post_area a {
  text-decoration: none!important;
  margin-bottom:20px;
  display: block;
  margin-left:0;
}
.archive .content aside .post_area{
  display: block;
  margin-left:0;
  border-bottom:1px solid #e3e3e3;
  margin-bottom:40px;
}
.archive .content aside .post_area .post_img{
  width:100%;
  height:auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left:0;
  padding-top:0;
}
.archive aside .thumb,
.archive aside .img{
  width:80px;
  height:80px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.archive aside .img img{ height: auto; width: 140px; }
.archive aside .post_img .txt,
.archive aside .post_img .text_area {
    margin-top: 0px;
    position: relative;
    width:225px;
    padding:0 0 0 0px;
    color:#000;
}
.archive aside .post_img .text_area .ymd{
  fotn-size:1.2rem;
  color:#767676;
  position: absolute;
  bottom:0;
  left:0;
  padding:0;
}
.tag_list{
padding:20px 0 30px 0;
margin-bottom:40px;
  border-bottom:1px solid #e3e3e3;
}
.tag_list li{
 display: inline-block;
}
.tag_list li a{
display: inline-block;
background: #f5f5f5;
border:1px solid #d0d0d0;
border-radius: 3px;
text-decoration: none;
padding:4px 10px 2px 10px;
margin:0 5px 8px 0;
font-size:1.4rem;
}
.tag_list li a:hover{
  background: #f9f9f9;
}
.tag_list li span{
  color:#00af87;
  font-weight: 700;
}
aside .view_list a{
  padding-top:10px;
  font-size:1.4rem;
}
aside .view_list a::after {
    content: "";
    border-top: 2px solid #00af87;
    border-right: 2px solid #00af87;
    width: 6px;
    height: 6px;
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 7px;
}
.pager_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pager_area a{
  display: inline-block;
  padding:10px 15px;
  text-decoration: none;
}
.page-numbers{
  display: inline-block;
  text-align: center;
  width: 100%;
}
.page-numbers li{
  display: inline-block;
}
.pager_area .page-numbers a:hover,
.pager_area .current{
  background: #00af87;
  color:#FFF;
  display: inline-block;
    padding:10px 15px;
}
.pager_area .pv{ float: left; }
.pager_area .pv a::before {
    content: "";
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    width: 7px;
    height: 7px;
    position: relative;
    margin-right: 15px;
top:-1px;
    display: inline-block;
    transform: rotate(45deg);
}
.pager_area .pv a:hover::before{ border-color:#fff; }
.pager_area .nx{ float: right; }
.pager_area .nx a::after {
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 7px;
    height: 7px;
    position: relative;
    margin-left: 15px;
top:-1px;
    display: inline-block;
    transform: rotate(45deg);
}
.pager_area .nx a:hover::after{ border-color:#fff; }
.post_area p{
  margin-left:22px;
}
.post_area p.txt{ margin-left: 0px; }
/* ======================================================================
entry single
======================================================================== */

.entry_detail h1{
  font-size:3.4rem;
  font-weight: 700;
  padding-top:20px;
  line-height: 1.4;
}
.entry_detail .entry_header h1{
  font-size:3.4rem;
  font-weight: 700;
  padding-top:20px;
  line-height: 1.4;
}
.entry_detail .entry_header .ymd{
color:#767676;
font-size:1.4rem;
}
.entry_detail .entry_header .txt{
  background: #f5f5f5;
  padding:30px 40px;
  font-size:1.6rem;

}
.entry_detail .share_btns_cnt{
  display:flex;
  justify-content: space-between;
  padding:20px  0;
}
.entry_detail .share_btns_cnt li{
  width:32%;
  text-align: center;
}
.entry_detail .share_btns_cnt li a{
  display: block;
  color:#FFF;
  border-radius: 2px;
  text-decoration: none;
  padding:11px 0 8px 0;
  font-weight: 700;
}
.entry_detail .share_btns_cnt li.fb a{
  background: #3b5998;
}
.entry_detail .share_btns_cnt li.tw a{
  background: #1da1f2;
}
.entry_detail .share_btns_cnt li.htn a{
  background: #3f8ed8;
}

.entry_detail .share_btns_cnt li.htn a br{ display: none; }

.entry_detail .share_btns_cnt li.fb a:hover{
  background: #768bb7;
}
.entry_detail .share_btns_cnt li.tw a:hover{
  background: #61bdf6;
}
.entry_detail .share_btns_cnt li.htn a:hover{
  background: #79b0e4;
}
.entry_body {
padding:30px 0;
border-bottom:1px solid #e3e3e3;
margin-bottom:50px;
}
.entry_body h2{
  margin-bottom:20px;
}
.entry_body p{
  font-size:1.6rem;
  line-height: 2;
padding:0  0 40px 0;
}
.entry_body .ph p,
.entry_body .wp-caption p{
  text-align: right;
  padding:10px 0 20px;
  font-size:1.4rem;
}
.entry_body .wpvq-explaination p{
padding-bottom:5px;
}
.entry_body .summary {
  border:1px solid #00af87;
  background: #e5f7f3;
  color:#007c60;
  padding:20px 30px;
  border-radius: 4px;
  position: relative;
}
.entry_body .summary:after{
    content: "";
    border-bottom: 1px solid #00af87;
    border-right: 1px solid #00af87;
    width: 15px;
    height: 15px;
    background: #e5f7f3;
    position: absolute;
bottom:-9px;
right:60px;
    display: inline-block;
    transform: rotate(45deg);
}
.entry_body .name{
  color:#00af87;
  font-weight: 700;
  text-align: right;
  padding:15px 0 20px;
}
.entry_body .tripadvisor_widget{
  border:1px solid #00af87;
  padding:30px 60px;
  margin-bottom: 60px;
}
.entry_body .tripadvisor_widget h2{
margin-top: 0;
}
.entry_body .tripadvisor_widget>a{ display: none !important; }
.entry_body .tripadvisor_widget h3{
  font-size:2.0rem;
  font-weight: 700;
}
.entry_body .tripadvisor_widget i{
  /*vertical-align: middle;
  position: relative;
  top:-2px;*/
  margin-right:3px;
}
.entry_body .tripadvisor_widget a{
  text-decoration: none;
}
.entry_body .tripadvisor_widget div{
  display: inline-block;
  margin-right:10px;
}

.entry_body .tripadvisor_widget .ta_num_reviews a{
  color:#005ca4;
}
.entry_body .tripadvisor_widget .ta_ranking_string{
 display: block;
 color:#00af87;
 font-weight: 700;
 font-size: 1.7rem;
}
.entry_body .tripadvisor_widget  div.ta_url{
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0 0 ;
}
.entry_body .tripadvisor_widget  div.ta_url a{
  width:49%;
  display: block;
  text-align: center;
  color:#FFF;
  font-weight: 700;
  border-radius: 50px;
  padding:7px;
  font-size:1.8rem;
  position: relative;
}
.entry_body .tripadvisor_widget  div.ta_url a i{ display: none; }
.entry_body .tripadvisor_widget  div.ta_url a.detailbtn{
  background: #00af87;
}
.entry_body .tripadvisor_widget  div.ta_url a:last-child{
  background: #f89b42;
}
.entry_body .tripadvisor_widget  div.ta_url a.detailbtn:hover{
  background: #66cfb7;
}
.entry_body .tripadvisor_widget  div.ta_url a:last-child:hover{
  background: #fbc38e;
}
.entry_body .tripadvisor_widget  div.ta_url a:after{
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    right:20px;
    top:17px;
    transform: rotate(45deg);
}
.entry_detail .tg_topic_posts h3,
.entry_detail .tg_related_posts h3{
font-weight: 700;
font-size:1.6rem;
margin-bottom:10px;
}
.entry_detail .tg_related_posts .txt{
  font-size:1.4rem;
  border-bottom:1px solid #e3e3e3;
  padding-bottom:20px;
  font-weight: normal;
}
.entry_detail .tg_topic_posts .thumb{
  width:165px;

  margin-right:20px;
  background-size: cover;
  position: relative;
}
.entry_detail .tg_topic_posts .thumb img{ width: 100%; height: auto; }
.entry_detail .tg_topic_posts .txt{
  font-size:1.4rem;
}
.entry_detail .tg_topic_posts .text_area{
  font-size:1.4rem;
  width: 557px;
}
.entry_detail .tg_topic_posts a{
  display: flex!important;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom:20px;
}
.entry_detail .tg_topic_posts .ymd{
  color:#767676;
  font-size:1.2rem;
  text-decoration: none;
  margin-left: 0px;
}
#page-link {
  text-align: center;
  margin-bottom:20px;
}
#page-links {
  text-align: center;
  margin-bottom:50px;
}
#page-link a{
display: inline-block;
padding:10px 15px;
border:1px solid #00af87;
color:#00af87;
text-decoration: none;
}
#page-link a:hover{
  background: #00af87;
  color:#FFF;
}
#page-links span{
  display: inline-block;
  background: #00af87;
color: #FFF;
display: inline-block;
padding: 10px 15px;
}
#page-links a span{
  display: inline-block;
  background: #FFF;
  color:#000;
}
#page-links a span:hover{
   background: #00af87;
   color:#FFF;
}


iframe{ margin-left: auto; margin-right: auto; display: block; }

/* ======================================================================
responsive setting pc
======================================================================== */
.home .hb_nav{
  display: none;
}
br.smp{
  display: none;
}
nav .smp{
  display: none;
}
.home nav{
  display: block;
}

.yarpp-related h3{ padding: 0px !important; }
.yarpp-related {
    margin: 0px !important;
    padding: 0px !important;
}

.yarpp-related a{
    text-decoration: underline !important;
    font-weight: normal;
}
.yarpp-related a:hover{ text-decoration: none !important; }

.yarpp-related .yarpp-thumbnail-title{
    text-align: left;
    font-weight: normal;
    font-size: 96%;
    text-decoration: none;
}

.yarpp-related h3{
    font-weight: bold;
    padding: 0 0 5px 0;
    font-size: 125%;
    text-transform: capitalize;
    margin: 0;
}

.yarpp-related .yarpp-promote{
    clear: both;
    background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat;
    float: right;
    text-indent: -1000px;
    cursor: pointer;
    color: #666;
    font-size: 11px;
    height: 17px;
    width: 78px;
}

.course-items{ display: flex; justify-content: center; margin-bottom: 20px; }
.course-items .course-item{ display: flex; align-items: flex-start; }
.course-items .course-item .destination{ font-size: 1.4rem; line-height: 1.2em; height: 350px; width: 40px; background-color: #e5f7f3; border-radius: 3px; border:solid 1px #00af87; padding:0px; box-sizing: border-box; position:relative; font-weight: bold; }
.course-items .course-item .destination a{ text-decoration: none; display: block; height: 350px; width: 40px; padding:15px 12px; box-sizing: border-box;  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;}
.course-items .course-item .destination .time_required{ position: absolute; bottom: 25px; left: 0px; width: 40px; text-align: center; font-size: 1.2rem; line-height: 1.2em; padding: 10px; box-sizing: border-box; font-weight: normal; writing-mode: horizontal-tb; -ms-writing-mode: lr-tb;}
.course-items .course-item .destination .ico_anchor{ display: block; width: 14px; height: 14px; position:absolute; left: calc(50% - 7px); bottom:15px; }
.course-items .course-item .destination .ico_anchor:before{ content: ""; display: block; width: 14px; height: 14px; background-image: url(../images/anchor.png); background-size: 100%;
}
.course-items .course-item .move{ width: 40px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; position: relative; }

.course-items .course-item .move:before{ content: ""; display: block; width: 33px; height: 14px; background-image: url(../images/arrow.png); background-repeat:no-repeat; position:absolute; left: calc(50% - 16px); top:25px; background-size: 100%; }


.course-items .course-item .move div {
	background-size: 4px auto; background-image: url(../images/dot.png); background-repeat:no-repeat; background-position: center bottom; /*height: 166px;*/ padding-bottom: 25px!important;
}
.course-items .course-item .move div:last-child {
	background: none!important;
	padding-bottom: 0px!important;
}
.course-items .course-item .move div:first-child {
	padding-top: 50px!important;
}

.course-items .course-item .move .train{ text-decoration: none; display: block; width: 40px; padding:15px 10px; padding-bottom: 10px;  box-sizing: border-box; font-size: 1.2rem; line-height: 1.2em; text-align: center; }

.course-items .course-item .move .ship{ text-decoration: none; display: block; width: 40px; padding:15px 10px; padding-top: 10px;  box-sizing: border-box; font-size: 1.2rem; line-height: 1.2em; text-align: center; }

.course-items .course-item .move .bus{ text-decoration: none; display: block; width: 40px; padding:15px 10px; padding-top: 10px;  box-sizing: border-box; font-size: 1.2rem; line-height: 1.2em; text-align: center; }

.course-items .course-item .move .car{ text-decoration: none; display: block; width: 40px; padding:15px 10px; padding-top: 10px;  box-sizing: border-box; font-size: 1.2rem; line-height: 1.2em; text-align: center; }

.course-items .course-item .move .walking{ text-decoration: none; display: block; width: 40px; padding:15px 10px; padding-top: 10px;  box-sizing: border-box; font-size: 1.2rem; line-height: 1.2em; text-align: center; }

.course-items .course-item .move .ico_train{ display: block; width: 20px; height: 20px; margin: 0px auto; margin-bottom: 6px; }
.course-items .course-item .move .ico_train:before{ content: ""; display: block; width: 20px; height: 21px; background-image: url(../images/train.png); background-repeat:no-repeat; background-size: 100%; }

.course-items .course-item .move .ico_ship{ display: block; width: 20px; height: 25px; margin: 0px auto; margin-bottom: 6px; }
.course-items .course-item .move .ico_ship:before{ content: ""; display: block; width: 20px; height: 25px; background-image: url(../images/ship.png); background-repeat:no-repeat; background-size: 100%; }

.course-items .course-item .move .ico_bus{ display: block; width: 16px; height: 23px; margin: 0px auto; margin-bottom: 6px; }
.course-items .course-item .move .ico_bus:before{ content: ""; display: block; width: 16px; height: 23px; background-image: url(../images/bus.png); background-repeat:no-repeat; background-size: 100%; }

.course-items .course-item .move .ico_car{ display: block; width: 18px; height: 13px; margin: 0px auto; margin-bottom: 6px; }
.course-items .course-item .move .ico_car:before{ content: ""; display: block; width: 18px; height: 13px; background-image: url(../images/car.png); background-repeat:no-repeat; background-size: 100%; }

.course-items .course-item .move .ico_walking{ display: block; width: 16px; height: 25px; margin: 0px auto; margin-bottom: 6px; }
.course-items .course-item .move .ico_walking:before{ content: ""; display: block; width: 16px; height: 25px; background-image: url(../images/walking.png); background-repeat:no-repeat; background-size: 100%; }




.localnav_yearly{ display: flex; flex-wrap: wrap; padding-top: 40px; }
.localnav_yearly li{ margin-right: 5px; margin-bottom: 10px; }
.localnav_yearly li a{
    display:block;
    text-decoration: none;
    color: #333333;
    padding: 5px 10px;
}

.localnav_yearly li.current a{
    background: #00af87;
    color: #FFF;
    display: block;
    padding: 5px 10px;
}

.campaign{ border: 2px solid #f89b42 !important;
    padding: 45px 30px 20px 30px !important;
    margin-bottom: 60px; border-radius: 0px !important; position: relative; }
    .campaign p{ padding-bottom: 0px !important; }
    .campaign-label{ font-size: 115% !important; font-weight: bold !important; padding: 8px 10px !important; color: #fff !important; position: absolute; left: 0px; top: 10px; }

.campaign h3{ position: relative; font-size: 2.0rem !important; border-bottom: none !important; margin-bottom: 15px; font-weight: bold; }

.headline-days{ font-size: 115% !important; height: 2.5em !important;
    line-height: 2.5em !important; padding:.1em 1.5em .3em .5em !important; margin-bottom: 15px; }
    
.pc_show {
	display: block;
}
.sp_show {
	display: none;
}
    
/* ======================================================================
tab
======================================================================== */
@media screen and (max-width: 1024px){
	body {
		min-width: 1180px;
	}
	#body_inner{  width: 1180px; }
	footer{  width: 1180px; }
}
/* ======================================================================
smp
======================================================================== */
@media screen and (max-width: 768px){ /* 480px */
	#body_inner{  width: auto; }
	footer{  width: auto; }
	body {
		min-width: inherit;
	}
  .campaign h3{ position: relative; font-size: 1.8rem !important; border-bottom: none !important; margin-bottom: 15px; font-weight: bold; }

img{
  max-width: 100%;
  width:auto;
  height:auto;
}
br.smp{
  display: block;
}
.home nav{
  position: fixed!important;
  z-index: 888;
}
nav .smp{
  display: block;
}
.archive header #searchform,
nav {
    display: none;
}
.home .hb_nav{
  display: block;
}
.archive header .search_area {
    display: blcok;
    justify-content: space-between;
    width: auto;
}
header {
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index:999;
  background: #FFF;
  border-bottom: 1px solid #e3e3e3;
}
header .inner {
    width: auto;
    margin: 0 auto;
}
.archive header .logo,
header .logo {
    text-align: left;
    padding: 20px 0 20px 4%;
}
header .logo h1 a>img{
 width: 250px;
  height: auto;
}
 .hb_nav {
  position: absolute;
  right:4%;
top:10px;
 }
 #home_visual_area .post_visual {
    width: auto;
    margin: 20% 5% 0 5%;
    overflow: hidden;
}
.post_img .text_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    padding: 15px 17px;
    margin-top: 48%;
}
#home_visual_area .post_visual a{
  display: none;
}
#home_visual_area .post_visual a:first-child{
  display: block;
}
#home_visual_area a:first-child .post_img {
    width: 100%;
    height: auto;
    padding-top:66%;
}
#home_visual_area a:first-child .post_img .text_area h2 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
}
#home_visual_area a:first-child .post_img .text_area {
    padding: 5%;
}
.content .inner {
    width: auto;
    margin: 0 5%;
    padding-top: 20px;
    clear: both;
}
.content h2 {
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    padding: 5px 0 5px 20px;
    line-height: 1.3;
}
.content .post_area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
    padding: 20px 0 30px 0;
}
.content .post_area .post_outer{
    display: block;
    margin-left: 3%;
    width: 47%;
    margin-bottom:20px;
}
.sns {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.sns p{
  width:100%;
  text-align: center;
  padding-bottom:15px;
}
.sns ul {
  flex-wrap: wrap;
  width: 100%
}
.sns ul li{
  width:49.5%;
  margin-bottom:10px;
}
.sagasu .box_area {
    flex-wrap: wrap;
    padding: 15px 0 50px 0;
    justify-content: space-between;
}
.sagasu .box_area li{
  width:31%;
  margin-bottom:10px;
overflow: hidden;
height:auto;
}
.sagasu .box_area a{
width: 100vw;
height: 100px;
padding: 20px 10px;
font-size:1.4rem;
}
.sagasu .country {
    display: block;
    justify-content: space-between;
    padding-bottom: 30px;
}
.sagasu .country div {
    width: auto;
    border-bottom:1px solid #dedede;
    padding-bottom:20px;
    margin-bottom:20px;
}
footer .inner {

    width: auto;
    margin: 0 auto;
    padding: 20px  5%;

}
footer .internal,
footer .area, footer .world{
  display: block;
padding:5px 0 10px ;
}
footer .internal li a{
border:none;
border-bottom:1px solid #dfdfdf;
padding:0 0 5px 0;
margin-bottom:5px;
display: block;
}
footer .internal li:first-child a{
  border-left:none;
}
footer .area li, footer .world li{
  display: inline-block;
}
footer .text_area {

    margin-top: 0px;
    padding:0px 0 0px 0;
    border-top: none;

}
footer .sub_internal {

    display: flex;
    padding-bottom: 25px;
    flex-wrap: wrap;

}
.archive .content{
  width:auto;
  display: block;
}
.archive .content .inner {
  width:auto;
  padding:0 5%;
}
.archive .content .inner .post_area {
    margin-left: -3%;
}
.view_list a{
  font-size:1.2rem;
}
.to_top {
    position: fixed;
    right: 0px;
    bottom: 20px;
    width:50px;
    height: 50px;
    padding:10px 0;
}
.to_top img{ width: 15px; height: 21px; position:absolute; left: calc(50% - 7px); top: calc(50% - 11px); }
.pager_area{
  font-size:1.3rem;
}
.pager_area a {
    display: inline-block;
    padding: 5px 6px;
    text-decoration: none;
    color: #333;
}
aside .content .post_area .post_img{
  padding-top:0;
}
.archive .content aside {
    width: auto;
    padding-top: 30px;
    margin:0 5%;
}

.archive aside .thumb {
    width: 120px;
    height: 80px;
}
.archive aside .post_img .text_area {
    width: calc(100% - 135px);
      float: right;
}
.archive .content aside .post_area{
  margin-bottom:0;
  border-bottom:none;
}
.entry_detail .entry_header h1{
  font-size:2.0rem;
}
.entry_detail .tg_topic_posts h3{ min-height:60px; }
.entry_detail .tg_topic_posts .thumb{
  position: relative;
  width: 100px;
/*height: 66px;*/
background-size: cover;
margin-bottom: 10px;
}
.entry_detail .tg_topic_posts a{
  margin-left:0;
}
.entry_detail .tg_topic_posts a .text_area{
  width:calc(100% - 110px);
}
.archive .content .inner .post_area{
  margin:0;
}
.entry_detail .tg_topic_posts .txt {
  margin-left:-120px;
  margin-top: 20px;
}
.entry_detail .tg_topic_posts .ymd {
  text-align: right;
}

nav{
  width: auto;
  top:60px!important;
}
nav .pc{
  display: none;
}
nav ul{
  width: auto;
  display: block;
  padding:0%!important;
}
nav ul.menu{
  padding-top:5%!important;
}
nav ul.menu li{
  padding:0 5%;
}
nav ul.menu li:first-child{
  border-bottom:1px solid #0f7b5f;
    padding-bottom:5%;
}
nav ul.menu li:nth-child(2){
  border-top:1px solid #53cdae;
     padding-top:2%;
}
nav .icon-search-container{
  width:100%;
}
nav input{
  width:calc(100% - 40px);
}
nav .sns{
  background: #FFF;
  border-radius: 3px;
  margin:5%;
  border:none;
  padding:15px 0 0;
}
nav .sns ul{
padding:5px 5px 0 5px !important;
}
nav .sns p{
  padding-bottom:5px;
}
.home nav{
  display: none;
}
.entry_body .tripadvisor_widget{
  padding:15px 20px 5px;
}
.entry_body .tripadvisor_widget div.ta_url {
  display: block;
  margin: 0px;
  padding-top: 10px;
}
.entry_body .tripadvisor_widget div.ta_url a{
  display: block;
width: 100%;
margin:5px auto 15px auto;
border-radius: 40px;
}
.archive aside .thumb, .archive aside .img{
  min-height:90px;
  float: left;
}

.archive .content aside .post_area .post_img{
  display: block;
overflow: hidden;
}
.archive .content aside .post_area a{
  margin-bottom:0px;
}
.archive aside .post_img .text_area .ymd{
  position: relative;
}
.entry_detail .share_btns_cnt{ display: flex; align-items: stretch; }
.entry_detail .share_btns_cnt li{ display: flex; width: calc((100% - 10px)/3); }
.entry_detail .share_btns_cnt li a{ display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; line-height: 1.4em;}
.entry_detail .share_btns_cnt li.htn a br{ display: block; }

.entry_body .tripadvisor_widget h2{ padding-left: 0px; margin-bottom: 5px; }
.content .entry_body .tripadvisor_widget h2::before{ display: none; }
.entry_body .tripadvisor_widget div.ta_rating{ float: left; min-height: 25px; }
.entry_body .tripadvisor_widget div.ta_num_reviews{ line-height: 1em; min-height: 25px; }
.entry_body .tripadvisor_widget div.ta_num_reviews a{ line-height: 1em; }

#course{ width: 300px; position: relative; }

#fb_likebox_home{ margin: 0 5%; padding-bottom: 20px; }

.page-numbers li a{ padding: 10px 10px; line-height: 1.1em; }
.pager_area .page-numbers a:hover,
.pager_area .current{ padding: 10px 10px; line-height: 1.1em; }
.pager_area .pv a::before{ margin-right: 5px; }
.pager_area .nx a::after{ margin-left: 5px; }

.pager_area .pv a:hover{ color:#fff; }
.pager_area .nx a:hover{ color:#fff; }
.pager_area .pv a:active{ color:#fff; }
.pager_area .nx a:active{ color:#fff; }

.headline-days{ margin-top: 0em !important; }


.pc_show {
	display: none;
}
.sp_show {
	display: block;
}


}




/*------------------------------------------------------------------------------
 -
------------------------------------------------------------------------------*/
.entry_body h1 {
    font-size: 185.7%;
    font-weight: bold;
    margin: 0.6em 0 1.5em;
    line-height: 1.4;
}

.content_body h2.rank1, .content_body h2.rank2, .content_body h2.rank3 {
    padding: 75px 0px 0px 0px;
    margin-top: 0em !important;
}
.content_body h2.rank1:before, .content_body h2.rank2:before, .content_body h2.rank3:before {
    content: "　";
    display: block;
    width: 160px;
    height: 150px;
    
}

.content_body h1 {
    margin: 30px 0 15px 0;
    font-size: 137.5%;
    line-height: 1.4;
}
.content_body h2 {
    font-size: 137.5%;
    line-height: 1.4;
}
.content_body h2.rank1:before {
    background: url(../images/lb_ranking_01.png) no-repeat;
    background-size: 100% auto;
    border-radius: 0px;
}
.content_body h2.rank1 a {
	position: relative;
}
.content_body h2.rank2:before {
    background: url(../images/lb_ranking_02.png) no-repeat;
    background-size: 100% auto;
    border-radius: 0px;
}
.content_body h2.rank2 a {
	position: relative;
}
.content_body h2.rank3:before {
    background: url(../images/lb_ranking_03.png) no-repeat;
    background-size: 100% auto;
    border-radius: 0px;
}
.content_body h2.rank3 a {
	position: relative;
}
.content_body h3 {
    line-height: 1.4;
    font-size: 130.8%;
}
.content_body .headline-small {
    line-height: 1.4;
    font-size: 130.8%;
}
.content_body h4 {
    line-height: 1.4;
    font-size: 123.1%;
}

.content_body .headline-extra-small {
    line-height: 1.4;
    font-size: 123.1%;
}
.content_body h5 {
    line-height: 1.4;
    font-size: 115.4%;
}
.content_body h6 {
    line-height: 1.4;
    font-size: 100%;
}
/*
.content_body .headline-large {
	margin: 30px 0 15px 0;
	font-size: 2.8rem;
	padding-top: 20px;
	line-height: 1.4;
	font-weight: bold;
	
}
*/
.content_body .headline-large {
	background: #e5f7f3;
	font-weight: bold;
	font-size: 137.5%;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.content_body  .headline-medium h2 {

}

/*------------------------------------------------------------------------------
 -
------------------------------------------------------------------------------*/
.category-en .content_body h2.rank1::before {
   background: url(//tg.tripadvisor.jp/news/wp-content/uploads/2016/08/lb_ranking_01_en.png) no-repeat;
   background-size: 100% auto;
}
.category-en .content_body h2.rank2::before {
   background: url(//tg.tripadvisor.jp/news/wp-content/uploads/2016/08/lb_ranking_02_en.png) no-repeat;
   background-size: 100% auto;
}
.category-en .content_body h2.rank3::before {
   background: url(//tg.tripadvisor.jp/news/wp-content/uploads/2016/08/lb_ranking_03_en.png) no-repeat;
   background-size: 100% auto;
}



/*------------------------------------------------------------------------------
 -
------------------------------------------------------------------------------*/

.blocklink {
    margin: 2em 0;
}
.blocklink a {
    position: relative;
    display: block;
    padding: 15px 20px 15px 70px;
    border: 1px solid #e6e6e6;
    background: #EEE;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: bold;
}
.blocklink a:before {
    position: absolute;
    display: block;
    width: 36px;
    height: 21px;
    content: "";
    background: url(/news/wp-content/themes/tg-theme/common/images/icon_blocklink_mark.png);
    background-size: contain;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    line-height: 1;
}

/*------------------------------------------------------------------------------
 -
------------------------------------------------------------------------------*/
.label_pr {
	background-color: #F01D2A;
	display: inline-block;
	line-height: 1.0em;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	width: 35px;
	color: #ffffff;
	position: absolute;
	padding: 5px 0 3px 0;
}