@charset "UTF-8";

.main_visual .main_copy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 35% auto auto;
  text-align: center;
  z-index: 10;
  letter-spacing: 0.2em;
  padding-left: 1em;
  font-size: 1.5em;
}
@media only screen and (max-width:600px) {
  #home .main_visual::before {
    padding-top: -webkit-calc( 100vmax - 10rem );
    padding-top: calc( 100vmax - 10rem );
  }
}
@media print, (min-width:601px) {
  #home .main_visual::before {
    padding-top: 65%;
  }
  .main_visual .main_copy {
    margin-top: 25%;
    font-size: 2em;
  }
}

#intro {
  padding: 3rem 0;
  text-align: center;
}
#intro .block_title {
  margin-bottom: 0.5em;
  color: #e95520;
  padding-left: 0.8em;
  letter-spacing: 0.1em;
  font-size: 1.5em;
}
#intro p {
  line-height: 2.25;
}

@media only screen and (max-width:600px) {
  #intro .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
  #intro .wp-block-media-text .wp-block-media-text__media {
    margin-top: 1rem;
  }
}
@media print, (min-width:601px) {
  #intro .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: auto 33%;
  }
}


.concept_block {
  margin-bottom: 3rem;
}
.concept_block.title_l::before {
  right: 20%;
}
.concept_block.title_r::before {
  left: 20%;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);  
}
#superbview.concept_block::before {
  background-image: url(../../assets/images/block-bg02.jpg);
}
#gourmet.concept_block::before {
  background-image: url(../../assets/images/block-bg03.jpg);
}
#onsen.concept_block::before {
  background-image: url(../../assets/images/block-bg04.jpg);
}
.concept_block .block_visual {
  margin: auto;
  max-width: 1200px;
}
.concept_block.title_l .block_visual {
  padding-left: 20%;
}
.concept_block.title_r .block_visual {
  padding-right: 20%;
}
.concept_block .block_head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: right;
}
.concept_block .block_title {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2em;
  line-height: 1;
}
.concept_block.title_l .block_title {
  float: right;
  margin-right: 85%;
}
.concept_block.title_r .block_title {
  float: left;
  margin-left: 85%;
}
.concept_block .block_body .text_area {
  margin-top: -10%;
  padding: 1rem;
  background-color: #fff;
  font-size: 0.875em;
}
@media print, (min-width:601px) {
  .concept_block {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
  }
  .concept_block .block_title {
    margin-top: -0.5em;
    font-size: 4em;
  }
  .concept_block .block_body .text_area {
    margin-top: -18%;
    padding: 1.5rem;
    width: 46%;
  }
  .concept_block.title_l .block_body .text_area {
    float: left;
  }
  .concept_block.title_r .block_body .text_area {
    float: right;
  }
}
@media print, (min-width:1250px) {
  .concept_block.title_l .block_visual {
    padding-left: 14rem;
  }
  .concept_block.title_r .block_visual {
    padding-right: 14rem;
  }

}

.concept_block .hako_frame {
  margin: 1rem auto auto;
  width: 16em;
  font-size: 0.8125em;
}
.concept_block .hako_frame .wp-block-button__link {
  padding: 0;
  background-color: transparent;
}


#news {
  margin: 3rem auto;
}
#news > .block_head {
  margin-bottom: 3rem;
}
#news > .block_head .block_title {
  margin: auto auto 1.5em;
  padding-left: 0.2em;
  border-bottom: solid 1px #000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
#news > .block_head .block_title .ja {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1.25em;
}
#news > .block_head .block_title .ja::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  left: 0;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 0.2rem 0;
  background-color: #000;
}
#news > .block_head .block_title .en {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  font-size: 0.75em;
  margin-top: 0.5rem;
}

#news .post_list {
  margin: 1.5rem auto;
}
#news .post_list > dt, 
#news .post_list > dd {
  line-height: 1.5;
  min-height: 1.5em;
}
#news .post_list > dt {
  font-weight: bold;
}
#news .post_list a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width:600px) {
  #news .post_list > dd {
    padding-bottom: 0.5em;
  }
  #news .post_list > dd:not(:last-child) {
    margin-bottom: 0.5em;
    border-style: dotted;
    border-width: 0 0 1px;
  }
  #news .post_list a::after {
    content: '› 詳細';
    display: inline-block;
    padding: 0.2em 0.5em;
    border-style: solid;
    border-width: 1px;
    font-size: 0.8em;
    line-height: 1;
  }
}
@media print, (min-width:601px) {
  #news .post_list {
    width: 80%;
  }
  #news .post_list > dt {
    clear: left;
    float: left;
    width: 6em;
  }
  #news .post_list > dd {
    padding-left: 7em;
  }
  #news .post_list > dd:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #news .post_list a:hover {
    text-decoration: underline;
  }
}


.feature_bnr {
  margin: 1.5rem auto;
  width: 80%;
  max-width: 26rem;
}

/* Localized replacements for Japanese lettering embedded in the home SVG. */
html[lang="en"] .concept_block .title_img,
html[lang="zh-CN"] .concept_block .title_img,
html[lang="zh-TW"] .concept_block .title_img {
  display: none;
}
html[lang="en"] #gourmet .block_title::after {
  content: 'Cuisine';
}
html[lang="en"] #superbview .block_title::after {
  content: 'Views';
}
html[lang="en"] #onsen .block_title::after {
  content: 'Hot Springs';
}
html[lang="zh-CN"] #gourmet .block_title::after,
html[lang="zh-TW"] #gourmet .block_title::after {
  content: '美食';
}
html[lang="zh-CN"] #superbview .block_title::after {
  content: '绝景';
}
html[lang="zh-TW"] #superbview .block_title::after {
  content: '絕景';
}
html[lang="zh-CN"] #onsen .block_title::after {
  content: '名汤';
}
html[lang="zh-TW"] #onsen .block_title::after {
  content: '名湯';
}

html[lang="en"] .plt-best-rate,
html[lang="zh-CN"] .plt-best-rate,
html[lang="zh-TW"] .plt-best-rate {
  margin: 1.5rem auto;
  text-align: center;
}
html[lang="en"] .plt-best-rate .wp-block-button__link,
html[lang="zh-CN"] .plt-best-rate .wp-block-button__link,
html[lang="zh-TW"] .plt-best-rate .wp-block-button__link {
  background-color: #e95520;
  color: #fff;
}

@media only screen and (max-width:600px) {
  html[lang="en"] #news .post_list a::after {
    content: '› Details';
  }
  html[lang="zh-CN"] #news .post_list a::after {
    content: '› 详情';
  }
  html[lang="zh-TW"] #news .post_list a::after {
    content: '› 詳情';
  }
}

