@charset "UTF-8";
/* ===================================================================
CSS information

file name  : first_load.css
author     : Abilive
style info : 最初に読むCSS
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.tmp_bw, .con_hp_link {
  max-width: 1260px;
}
@media only screen and (min-width: 1025px) {
  .tmp_bw, .con_hp_link {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_bw, .con_hp_link {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_bw, .con_hp_link {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}

.tmp_bw_s {
  max-width: 1100px;
}
@media only screen and (min-width: 1025px) {
  .tmp_bw_s {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_bw_s {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_bw_s {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}

.header .box_fv_st .st_fv, .topicpath, .tmp_bw_m {
  max-width: 1600px;
}
@media only screen and (min-width: 1025px) {
  .header .box_fv_st .st_fv, .topicpath, .tmp_bw_m {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .box_fv_st .st_fv, .topicpath, .tmp_bw_m {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .header .box_fv_st .st_fv, .topicpath, .tmp_bw_m {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}

.tmp_bw_l {
  max-width: 1860px;
}
@media only screen and (min-width: 1025px) {
  .tmp_bw_l {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_bw_l {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_bw_l {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 1913px) {
  .tmp_bw_l {
    width: 100%;
  }
}

.tmp_bw_max {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
}

html.no_int_bnr .header::before {
  display: none !important;
}

.box_fv_news ~ .header {
  display: none;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
}
#homepage .header::before {
  transform: translateX(-50%);
  position: absolute;
  width: 2560px;
  content: "";
  display: block;
  background-color: #c9ded3;
  bottom: 0;
  left: 50%;
}
@media only screen and (min-width: 1441px) {
  #homepage .header::before {
    padding-bottom: 340px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #homepage .header::before {
    padding-bottom: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage .header::before {
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .header::before {
    padding-bottom: 8em;
  }
}
.b_hotel #homepage .header::before {
  background-color: #e3dced;
}
.b_tp_universal #homepage .header::before {
  display: none;
}
.b_resort_shima #homepage .header::before {
  background-color: #e8e8ec;
}
.b_hotel_sheraton #homepage .header::before {
  background-color: #6f625d;
}
.b_city #homepage .header::before {
  display: none;
}
.b_sogo #homepage .header::before {
  display: none;
}
.b_hotel_marriott #homepage .header::before {
  background-color: #e3e1de;
}
.b_resort #homepage .header::before {
  display: none;
}
.form_top .header::before {
  display: none !important;
}
.header .txt_seo {
  order: 0;
  width: 100%;
  left: 0;
  top: 70px;
  position: absolute;
  line-height: 1em;
  display: flex;
  justify-content: center;
  width: 41.5px;
  left: -41.5px;
  left: 0;
  bottom: 0;
  line-height: 1em;
  color: #aeaeae;
}
@media only screen and (min-width: 1025px) {
  .header .txt_seo {
    font-size: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .txt_seo {
    font-size: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .header .txt_seo {
    font-size: 78%;
  }
}
@media only screen and (min-width: 1025px) {
  .header .txt_seo {
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  .header .txt_seo {
    font-weight: normal;
  }
}
@media only screen and (min-width: 1441px) {
  .b_tp_universal .header .txt_seo {
    top: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .b_tp_universal .header .txt_seo {
    top: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .b_sogo .header .txt_seo {
    transform: none;
    z-index: 999;
    color: #fff;
    left: 27.5px;
    transform: translateX(-50%);
    top: 4em;
    bottom: 4em;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .header .txt_seo {
    margin-bottom: -1px;
    color: inherit;
    display: block;
    border-bottom: 1px solid #dddddd;
    letter-spacing: 0;
    line-height: 1.4;
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    padding: .4em 0;
  }
}
.header .txt_seo > .inner {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .txt_seo > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .header .txt_seo > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 1025px) {
  .header .txt_seo > .inner {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
  }
}
.b_sogo .header .txt_seo > .inner {
  text-align: center;
}
.header > .inner {
  order: 1;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .header > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .header > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 1441px) {
  .header > .inner {
    max-width: 1820px;
    width: calc(100% - (50px*2));
  }
}
@media only screen and (min-width: 1903px) {
  .header > .inner {
    width: 1820px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .header > .inner {
    width: calc(100% - (35px*2));
  }
}
@media only screen and (max-width: 1024px) {
  .header > .inner {
    width: 100%;
  }
}
.lower:not(.wedding) .header > .inner, .wedding_lower .header > .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-content: flex-end;
  justify-content: space-between;
  background-color: #FFF;
}
.b_sogo .header > .inner {
  width: 100%;
  max-width: none;
}
.header > .inner .btn_miyako_card {
  position: absolute;
  right: 35px;
  bottom: 25px;
  z-index: 999;
}
.b_tp_universal .header > .inner .btn_miyako_card {
  display: none !important;
}
.header > .inner .bnr_miyako_news {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.header .box_fv_st {
  display: flex;
  justify-content: space-between;
}
.lower .header .box_fv_st, .wedding_lower .header .box_fv_st {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
}
.b_tp_universal .header .box_fv_st {
  max-width: 1440px;
  order: 3;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal .header .box_fv_st {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b_tp_universal .header .box_fv_st {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .b_tp_universal .header .box_fv_st {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 1441px) {
  .b_tp_universal .header .box_fv_st {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .b_tp_universal .header .box_fv_st {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b_tp_universal .header .box_fv_st {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .b_tp_universal .header .box_fv_st {
    padding-top: 2em;
  }
}
.b_sogo .header .box_fv_st {
  bottom: 50%;
}
.header .box_fv_st .st_fv {
  color: #fff;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .header .box_fv_st .st_fv {
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .box_fv_st .st_fv {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .header .box_fv_st .st_fv {
    padding-bottom: 2em;
  }
}
.b_tp_universal .header .box_fv_st .st_fv {
  color: #676c72;
  display: block;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal .header .box_fv_st .st_fv {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.b_hotel_marriott .header .box_fv_st .st_fv {
  color: #fff;
}
.b_resort_shima .header .box_fv_st .st_fv {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header .box_fv_st .st_fv {
    display: block;
  }
}
.b_sogo .header .box_fv_st .st_fv {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 0;
  overflow: visible;
  justify-content: center;
}
.b_sogo .header .box_fv_st .st_fv .en {
  text-align: center;
  width: 100%;
  display: block;
  margin-right: 0;
  line-height: 1;
}
.b_sogo .header .box_fv_st .st_fv .jp {
  text-align: center;
  width: 100%;
  padding-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .header .box_fv_st .st_fv .en {
    font-size: 195%;
  }
}
@media only screen and (max-width: 767px) {
  .header .box_fv_st .st_fv .en {
    font-size: 206%;
  }
}
@media only screen and (min-width: 768px) {
  .header .box_fv_st .st_fv .en {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .b_tp_universal .header .box_fv_st .st_fv .en {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .b_tp_universal .header .box_fv_st .st_fv .en {
    font-size: 250%;
  }
}
@media only screen and (min-width: 768px) {
  .b_tp_universal .header .box_fv_st .st_fv .en {
    margin-right: 0.75em;
  }
}
.header .box_fv_st .st_fv .jp {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .header .box_fv_st .st_fv .jp {
    margin-top: 0.25em;
  }
}
.header .img_fv {
  order: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.b_tp_universal .header .img_fv {
  order: 2;
}
.header .img_fv img {
  transition: none;
}
.header .img_fv::after {
  background-color: #f2f3f3;
}
.header .img_fv img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.header .img_fv::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 32.96703%;
}
@media only screen and (max-width: 767px) {
  .header .img_fv::after {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header .img_fv {
    position: relative;
  }
  .header .img_fv::before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.header .img_fv .box_fv_slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header .img_fv .box_yt_iframe {
  width: 100%;
}
.header .img_fv .box_yt_iframe .yt_elem {
  transition: opacity .2s ease-out;
  transform-origin: center center;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .header .img_fv .box_yt_iframe .yt_elem {
    transform: translate(-50%, -50%) scale(1.71) !important;
  }
}
@media only screen and (max-width: 767px) {
  .header .img_fv .box_yt_iframe .yt_elem {
    transform: translate(-50%, -50%) scale(2.3) !important;
  }
}
@media only screen and (min-width: 768px) {
  .b_tp_universal .header .img_fv .box_yt_iframe .yt_elem {
    transform: translate(-50%, -50%) scale(1) !important;
  }
}
.header .img_fv .box_yt_iframe .yt_elem.is-active {
  opacity: 1 !important;
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1::after {
    padding-bottom: 32.96703%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1 .box_fv_slider .slide::after {
    padding-bottom: 32.96703%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_650 .box_yt_iframe .yt_elem {
    transform: translate(-50%, -50%) scale(1.58) !important;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_650::after {
    padding-bottom: 35.71429%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_650 .box_fv_slider .slide::after {
    padding-bottom: 35.71429%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_700 .box_yt_iframe .yt_elem {
    transform: translate(-50%, -50%) scale(1.47) !important;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_700::after {
    padding-bottom: 38.46154%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_700 .box_fv_slider .slide::after {
    padding-bottom: 38.46154%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_750 .box_yt_iframe .yt_elem {
    transform: translate(-50%, -50%) scale(1.37) !important;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_750::after {
    padding-bottom: 41.20879%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_750 .box_fv_slider .slide::after {
    padding-bottom: 41.20879%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_800 .box_yt_iframe .yt_elem {
    transform: translate(-50%, -50%) scale(1.28) !important;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_800::after {
    padding-bottom: 43.95604%;
  }
}
@media only screen and (min-width: 768px) {
  .header .img_fv.img_lower_fv_yt.pattern_1.size_800 .box_fv_slider .slide::after {
    padding-bottom: 43.95604%;
  }
}
.header .img_fv.img_lower_fv_yt .box_fv_slider .slide .thumbnail {
  transition-delay: 1s;
}

.con_fv_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.b_tp_universal .con_fv_slider {
  order: 2;
}
.con_fv_slider .box_yt_iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.con_fv_slider .box_yt_iframe iframe {
  transition: opacity .2s ease-out;
  opacity: 0;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform-origin: center center;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .con_fv_slider .box_yt_iframe iframe {
    transform: translate(-50%, -50%) scale(1.34) !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv_slider .box_yt_iframe iframe {
    transform: translate(-50%, -50%) scale(2.3) !important;
  }
}
@media only screen and (min-width: 768px) {
  .b_tp_universal .con_fv_slider .box_yt_iframe iframe {
    transform: translate(-50%, -50%) scale(1) !important;
  }
}
.con_fv_slider .box_yt_iframe iframe.is-active {
  opacity: 1;
}

.txt_fv_catch {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E";
  letter-spacing: 0.3em;
  color: #fff;
  line-height: 1.66667;
  height: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transition: color .4s ease-out;
}
@media only screen and (min-width: 1441px) {
  .txt_fv_catch {
    font-size: 234%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .txt_fv_catch {
    font-size: 200%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_fv_catch {
    font-size: 156%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_fv_catch {
    font-size: 178%;
  }
}
html:lang(en) .txt_fv_catch {
  font-family: "Noto Serif", serif;
}
html:lang(zh-CN) .txt_fv_catch {
  font-family: "Noto Serif SC", serif;
}
html:lang(zh-TW) .txt_fv_catch {
  font-family: "Noto Serif TC", serif;
}
html:lang(ko) .txt_fv_catch {
  font-family: "Noto Serif KR", serif;
}
.b_tp_universal .txt_fv_catch {
  display: none;
}
.txt_fv_catch > p, .txt_fv_catch > div, .txt_fv_catch > .lp_fv_st {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .txt_fv_catch > p, .txt_fv_catch > div, .txt_fv_catch > .lp_fv_st {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_fv_catch > p, .txt_fv_catch > div, .txt_fv_catch > .lp_fv_st {
    width: 96%;
  }
}
.txt_fv_catch > p span, .txt_fv_catch > div span, .txt_fv_catch > .lp_fv_st span {
  text-shadow: 0 0 4em rgba(71, 71, 71, 0.04);
}
@media only screen and (max-width: 767px) {
  .txt_fv_catch > p span, .txt_fv_catch > div span, .txt_fv_catch > .lp_fv_st span {
    display: block;
    text-align: center;
  }
}
.txt_fv_catch.logo_catch {
  align-items: flex-end;
  align-items: center;
}
.txt_fv_catch.logo_catch > p, .txt_fv_catch.logo_catch > div {
  text-align: center;
}
.txt_fv_catch.logo_catch > p span.catch, .txt_fv_catch.logo_catch > div span.catch {
  text-align: center;
  display: block;
}
.txt_fv_catch.logo_catch > p span.img, .txt_fv_catch.logo_catch > div span.img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: .25em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .txt_fv_catch.logo_catch > p span.img, .txt_fv_catch.logo_catch > div span.img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .txt_fv_catch.logo_catch > p span.img, .txt_fv_catch.logo_catch > div span.img {
    width: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .txt_fv_catch.logo_catch > p span.img, .txt_fv_catch.logo_catch > div span.img {
    width: 8em;
  }
}
.txt_fv_catch[data-current-text-color="dark"] {
  color: black;
}
.txt_fv_catch[data-current-text-color="dark"] > p span, .txt_fv_catch[data-current-text-color="dark"] > div span, .txt_fv_catch[data-current-text-color="dark"] > .lp_fv_st span {
  text-shadow: 0 0 0.6em white, 0 0 0.6em white, 0 0 0.6em white;
}
.txt_fv_catch[data-current-text-color="light"] {
  color: white;
}
.txt_fv_catch[data-current-text-color="light"] > p span, .txt_fv_catch[data-current-text-color="light"] > div span, .txt_fv_catch[data-current-text-color="light"] > .lp_fv_st span {
  text-shadow: 0 0 4em rgba(71, 71, 71, 0.04);
}
.b_hotel_sheraton.wedding_homepage .txt_fv_catch[data-current-text-color="light"] > p span, .b_hotel_sheraton.wedding_homepage .txt_fv_catch[data-current-text-color="light"] > div span, .b_hotel_sheraton.wedding_homepage .txt_fv_catch[data-current-text-color="light"] > .lp_fv_st span {
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7);
}

.b_sogo .img_fv_catch {
  height: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}
.b_sogo .img_fv_catch > img, .b_sogo .img_fv_catch > picture {
  max-width: 1017px;
}
@media only screen and (min-width: 768px) {
  .b_sogo .img_fv_catch > img, .b_sogo .img_fv_catch > picture {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .b_sogo .img_fv_catch > img, .b_sogo .img_fv_catch > picture {
    width: 82.8125%;
  }
}

.box_fv_slider {
  position: relative;
}
.box_fv_slider .slick-dots {
  display: none !important;
}
.box_fv_slider .slide > a, .box_fv_slider .slide > a picture, .box_fv_slider .slide > .pseudo_a, .box_fv_slider .slide > picture {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box_fv_slider .slide > a img, .box_fv_slider .slide > a picture img, .box_fv_slider .slide > .pseudo_a img, .box_fv_slider .slide > picture img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.box_fv_slider .slide > img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .box_fv_slider .slide > img {
    top: 50%;
    transform: translateY(-50%);
  }
}
.b_tp_universal .box_fv_slider .slide > img {
  height: auto;
}
.box_fv_slider .slide::before {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.box_fv_slider .slide.lp_slide::before, .box_fv_slider .slide.lp_slide::after {
  display: none;
}
.mouse .box_fv_slider .slide.lp_slide a {
  transition: opacity 0.3s ease-in;
}
.mouse .box_fv_slider .slide.lp_slide a:hover, .touch .box_fv_slider .slide.lp_slide a.touchstart {
  opacity: 0.7;
}
.touch .box_fv_slider .slide.lp_slide a {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_fv_slider .slide.lp_slide a.touchend {
  transition-delay: 200ms;
}
.box_fv_slider .slide.lp_slide > a, .box_fv_slider .slide.lp_slide > a picture, .box_fv_slider .slide.lp_slide > .pseudo_a, .box_fv_slider .slide.lp_slide > picture {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_fv_slider .slide.lp_slide > a img, .box_fv_slider .slide.lp_slide > a picture img, .box_fv_slider .slide.lp_slide > .pseudo_a img, .box_fv_slider .slide.lp_slide > picture img {
    position: relative;
    top: 0;
    transform: none;
  }
}
.box_fv_slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 48.35165%;
}
@media only screen and (min-width: 768px) {
  .b_sogo .box_fv_slider .slide::after {
    padding-bottom: 49.47917%;
  }
}
@media only screen and (max-width: 767px) {
  .box_fv_slider .slide::after {
    padding-bottom: 156.25%;
    padding-bottom: calc(156.25%*(8/10));
  }
}
@media only screen and (min-width: 768px) {
  .b_tp_universal .box_fv_slider .slide::after {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .lower:not(.wedding_homepage) .box_fv_slider .slide::after {
    padding-bottom: 32.96703%;
  }
}
@media only screen and (max-width: 767px) {
  .lower:not(.wedding_homepage) .box_fv_slider .slide::after {
    padding-bottom: 100%;
  }
}
.box_fv_slider .slide.js-yt-slide {
  position: relative;
  background: none;
}
.box_fv_slider .slide.js-yt-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.box_fv_slider .slide.js-yt-slide .thumbnail {
  transition: opacity .3s ease-out;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.box_fv_slider .slide.js-yt-slide.is-active .thumbnail {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .lower .box_fv_slider .slide.js-yt-slide::after.pattern_1 {
    padding-bottom: 56.07143%;
  }
}
.box_fv_slider .slide.img_slide_outside {
  transform: translateX(200%);
}

.btn_popup_yt {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  display: flex;
  overflow: visible;
  justify-content: center;
  align-items: flex-end;
}
.btn_popup_yt a {
  border-radius: 1000px;
  border: 1px solid #fff;
  width: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn_popup_yt a::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.btn_popup_yt a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_popup_yt a i::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: none;
  border-left: 0.7em solid #fff;
  border-top: 0.42em solid transparent;
  border-bottom: 0.42em solid transparent;
}

.gnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 1441px) {
  .gnav {
    height: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .gnav {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav {
    height: 4em;
  }
}
.b_tp_universal .gnav {
  order: 1;
  position: relative;
}
.gnav::after {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, transparent 0%, #575757 100%);
  opacity: 0.4;
  height: 160px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.b_tp_universal .gnav::after {
  display: none;
}
.gnav .g_logo {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .gnav .g_logo {
    width: 210px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .gnav .g_logo {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav .g_logo {
    width: 23.80952%;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .g_logo {
    width: 50%;
  }
}
.b_tp_universal .gnav .g_logo {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .b_sogo .gnav .g_logo {
    width: 275px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .b_sogo .gnav .g_logo {
    width: 200px;
  }
}

.gnav .g_logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1441px) {
  .gnav .g_logo a {
    padding: 30px 0 0 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .gnav .g_logo a {
    padding: 20px 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav .g_logo a {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .g_logo a {
    padding: 1em 1em 0 1em;
  }
}
.b_tp_universal .gnav .g_logo a {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .gnav .g_logo a {
    width: 100%;
  }
}
.ie .gnav .g_logo a {
  max-width: 250px;
}
.gnav .g_logo a img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .gnav .g_logo a img {
    width: 65.10417%;
  }
}
.gnav > .inner {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-end;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .gnav > .inner {
    width: calc(100% - 210px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .gnav > .inner {
    width: calc(100% - 180px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav > .inner {
    width: 76.19048%;
  }
}
@media only screen and (min-width: 1025px) {
  .gnav > .inner {
    max-width: 1450px;
  }
  .h_aqua-forest .gnav > .inner {
    max-width: none;
  }
}
@media only screen and (min-width: 1025px) {
  .b_sogo .gnav > .inner {
    max-width: 1450px;
    width: calc(100% - 275px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .b_sogo .gnav > .inner {
    width: calc(100% - 200px);
  }
}

.gnav .box_g_nav {
  display: flex;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .gnav .box_g_nav {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .gnav .box_g_nav li {
    max-width: 305px;
  }
}
.gnav .box_g_nav li a {
  font-size: 89%;
  line-height: 1.53846;
  text-decoration: none;
  padding: 1em 1.5em;
  display: block;
  color: #fff;
}
.b_tp_universal .gnav .box_g_nav li a {
  color: #676c72;
}
.h_aqua-forest .gnav .box_g_nav li a {
  padding: 1em 1.5em;
}
@media only screen and (min-width: 1261px) and (max-width: 1740px) {
  .h_aqua-forest .gnav .box_g_nav li a {
    padding: 1em 1em;
  }
}
@media only screen and (min-width: 1261px) and (max-width: 1590px) {
  .h_aqua-forest .gnav .box_g_nav li a {
    padding: 1em .75em;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .gnav .box_g_nav li a {
    padding: 1em 1em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .gnav .box_g_nav li a {
    padding: 1em .75em;
  }
}

.ie .gnav .box_g_nav li a {
  padding: 1em 1em;
}
.gnav .box_g_lang {
  font-size: 73%;
  text-decoration: none;
  position: relative;
  padding: 1em;
}
@media only screen and (min-width: 1025px) {
  .gnav .box_g_lang {
    width: 8.14815%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav .box_g_lang {
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .box_g_lang {
    width: 8em;
  }
}
.gnav .box_g_lang a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.b_tp_universal .gnav .box_g_lang a {
  color: #676c72;
}
.gnav .box_g_lang ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.gnav.fixed {
  transform: translateY(-100%);
  transition: transform .3s ease-out;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: none;
  z-index: 1001;
}
html:not(.is-scrollable) .gnav.fixed {
  right: 0 !important;
  width: 100% !important;
}
.is-roomlist-open .gnav.fixed, .is-staylist-open .gnav.fixed {
  z-index: 990;
}
.b_hotel_sheraton .gnav.fixed {
  background-color: #efeae4;
}
@media only screen and (max-width: 767px) {
  .b_hotel_sheraton .gnav.fixed {
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .gnav.fixed {
    transform: translateY(-5.2em);
    background: transparent;
  }
}
.gnav.fixed .g_logo {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (min-width: 1025px) {
  .gnav.fixed .g_logo {
    padding-top: .7em;
    padding-bottom: .7em;
  }
}
.gnav.fixed .g_logo a {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1441px) {
  .gnav.fixed .g_logo a {
    padding: 0 0 0 55px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .gnav.fixed .g_logo a {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav.fixed .g_logo a {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .gnav.fixed .g_logo a {
    padding: 1em 1em 0 1em;
  }
}
.b_tp_universal .gnav.fixed .g_logo a {
  position: absolute;
}
.gnav.fixed .g_logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  font-family: 'object-fit: contain;';
}
@media only screen and (max-width: 1024px) {
  .gnav.fixed .g_logo {
    display: none;
  }
}
.gnav.fixed .box_g_nav li a {
  color: #676c72;
}
.gnav.fixed .box_g_lang a {
  color: #676c72;
}
@media only screen and (max-width: 767px) {
  .gnav.fixed .box_g_lang {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .gnav.fixed .btn_g_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 4em;
  }
}
.gnav.fixed .btn_g_sp_lower_menu {
  position: absolute;
  right: 4em;
  top: 0;
  display: block;
}
.gnav.fixed::after {
  display: none;
}
.parts_fixed .gnav.fixed {
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .parts_fixed .gnav.fixed {
    height: 0;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .gnav.fixed > .inner {
    width: 100%;
    align-items: flex-start;
    height: 0;
  }
}
.is-menu-open .gnav.fixed, .is-search-open .gnav.fixed {
  transition: none;
  transform: translateY(0);
  background-color: transparent;
}
.is-menu-open .gnav.fixed .g_logo, .is-search-open .gnav.fixed .g_logo {
  display: none;
}
.is-menu-open .gnav.fixed .box_g_nav, .is-search-open .gnav.fixed .box_g_nav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .is-menu-open .gnav.fixed .btn_g_login, .is-search-open .gnav.fixed .btn_g_login {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .is-menu-open .gnav.fixed .box_g_lang, .is-search-open .gnav.fixed .box_g_lang {
    display: none;
  }
}
.is-menu-open .gnav.fixed .box_g_lang a, .is-search-open .gnav.fixed .box_g_lang a {
  color: #676c72;
}
@media only screen and (max-width: 1024px) {
  .is-menu-open .gnav.fixed .btn_g_book, .is-search-open .gnav.fixed .btn_g_book {
    display: none;
  }
}

.btn_g_login {
  height: 100%;
  max-width: 110px;
  background-color: #575757;
}
@media only screen and (min-width: 1025px) {
  .btn_g_login {
    width: 8.14815%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_g_login {
    width: 110px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .btn_g_login {
    width: 110px;
  }
}

.b_city .btn_g_login {
  background-color: #575757;
}
@media only screen and (min-width: 1025px) {
  .b_sogo .btn_g_login {
    width: 7.91367%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b_sogo .btn_g_login {
    width: 110px;
  }
}
.btn_g_login a {
  font-size: 73%;
  display: block;
  color: #fff !important;
  line-height: 1.38462;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.btn_g_menu {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn_g_menu {
    width: 8.14815%;
    max-width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .btn_g_menu {
    width: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .btn_g_menu {
    width: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .b_sogo .btn_g_menu {
    width: 7.91367%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b_sogo .btn_g_menu {
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_g_menu::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
  }
}
.btn_g_menu a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .btn_g_menu a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.btn_g_menu a i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn_g_menu a i {
    width: 2em;
    height: 2em;
  }
}
.btn_g_menu a i > .inner {
  width: 100%;
  height: 1px;
  position: relative;
}
.btn_g_menu a i > .inner > span {
  background-color: #676c72;
  width: 100%;
  height: 1px;
  display: block;
  transition: all .2s ease-in-out;
}
.btn_g_menu a i > .inner > span:nth-child(1) {
  margin-bottom: 4px;
  transform: translate(-50%, 5px);
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: center center;
}
@media only screen and (max-width: 767px) {
  .btn_g_menu a i > .inner > span:nth-child(1) {
    transform: translate(-50%, 0.3em);
    margin-bottom: 0;
  }
}
.btn_g_menu a i > .inner > span:nth-child(3) {
  transform: translate(-50%, -5px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
}
@media only screen and (max-width: 767px) {
  .btn_g_menu a i > .inner > span:nth-child(3) {
    transform: translate(-50%, -0.3em);
  }
}
.btn_g_menu a .t {
  letter-spacing: 0.06em;
  width: 100%;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .btn_g_menu a .t {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_g_menu a .t {
    font-size: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_g_menu a .t {
    font-size: 73%;
  }
}
.btn_g_menu.is-active a i > .inner > span:nth-child(1) {
  width: 141.4%;
  width: 125%;
  transform: translate(-50%, 0) rotate(-20deg);
}
.btn_g_menu.is-active a i > .inner > span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.btn_g_menu.is-active a i > .inner > span:nth-child(3) {
  width: 141.4%;
  width: 125%;
  transform: translate(-50%, 0) rotate(20deg);
}
.mouse .btn_g_menu:hover a i > .inner > span:nth-child(1), .touch .btn_g_menu.touchstart a i > .inner > span:nth-child(1) {
  width: 141.4%;
  width: 125%;
  transform: translate(-50%, 0) rotate(-20deg);
}
.mouse .btn_g_menu:hover a i > .inner > span:nth-child(2), .touch .btn_g_menu.touchstart a i > .inner > span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.mouse .btn_g_menu:hover a i > .inner > span:nth-child(3), .touch .btn_g_menu.touchstart a i > .inner > span:nth-child(3) {
  width: 141.4%;
  width: 125%;
  transform: translate(-50%, 0) rotate(20deg);
}
.touch .btn_g_menu {
  -webkit-tap-highlight-color: transparent;
}
.touch .btn_g_menu.touchend {
  transition-delay: 200ms;
}
.is-menu-open .btn_g_menu a i > .inner > span:nth-child(1) {
  width: 141.4%;
  width: 125%;
  transform: translate(-50%, 0) rotate(-20deg);
}
.is-menu-open .btn_g_menu a i > .inner > span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.is-menu-open .btn_g_menu a i > .inner > span:nth-child(3) {
  width: 141.4%;
  width: 125%;
  transform: translate(-50%, 0) rotate(20deg);
}
.is-menu-open .btn_g_menu a i > .inner > span {
  transition: none;
}

.btn_g_sp_lower_menu {
  width: 8em;
  height: 100%;
  position: relative;
  display: none;
  border-right: 1px solid #e1e2e3;
}
@media only screen and (max-width: 767px) {
  .btn_g_sp_lower_menu::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
  }
}
.btn_g_sp_lower_menu a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .btn_g_sp_lower_menu a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.btn_g_sp_lower_menu a .t {
  font-size: 73%;
  letter-spacing: 0.06em;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_g_sp_lower_menu a .t::before {
  font-size: 112%;
  font-family: "Ionicons";
  content: "\f394";
  margin-right: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_g_sp_lower_menu.is-active a .t::before {
  font-size: 167%;
  content: "\f404	";
}

.btn_g_book {
  height: 80px;
  height: 100%;
  background-color: #c9ded3;
  max-width: 170px;
}
@media only screen and (min-width: 1025px) {
  .btn_g_book {
    width: 13.07692%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_g_book {
    width: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .btn_g_book {
    width: 170px;
  }
}

.btn_g_book a {
  display: flex;
  text-decoration: none;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}
.btn_g_book a span {
  display: block;
  width: 100%;
}
.btn_g_book a span.en {
  font-size: 84%;
  text-align: center;
}
.btn_g_book a span.jp {
  font-size: 67%;
  text-align: center;
}
.b_hotel .btn_g_book {
  background-color: #896ba6;
}
.b_hotel .btn_g_book a {
  color: #fff;
}
.b_tp_universal .btn_g_book {
  background-color: #00405c;
}
.b_tp_universal .btn_g_book a {
  color: #fff;
}
.b_resort_shima .btn_g_book {
  background-color: #00405c;
}
.b_resort_shima .btn_g_book a {
  color: #fff;
}
.b_hotel_sheraton .btn_g_book {
  background-color: #3a3a3a;
}
.b_hotel_sheraton .btn_g_book a {
  color: #fff;
}
.b_city .btn_g_book {
  background-color: #3aa5b5;
}
.b_city .btn_g_book a {
  color: #fff;
}
.b_sogo .btn_g_book {
  background-color: #003a56;
}
.b_sogo .btn_g_book a {
  color: #fff;
}
.b_hotel_marriott .btn_g_book {
  background-color: #a41f35;
}
.b_hotel_marriott .btn_g_book a {
  color: #fff;
}
.b_resort .btn_g_book {
  background-color: #e6a51e;
}
.b_resort .btn_g_book a {
  color: #fff;
}

.box_fv_news {
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .box_fv_news {
    height: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .box_fv_news {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
.box_fv_news > .inner {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
}
@media only screen and (min-width: 1025px) {
  .box_fv_news > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_fv_news > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .box_fv_news > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 1441px) {
  .box_fv_news > .inner {
    max-width: 1820px;
    width: calc(100% - (50px*2));
  }
}
@media only screen and (min-width: 1903px) {
  .box_fv_news > .inner {
    width: 1820px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .box_fv_news > .inner {
    width: calc(100% - (35px*2));
  }
}
@media only screen and (max-width: 1024px) {
  .box_fv_news > .inner {
    width: 100%;
  }
}
.b_sogo .box_fv_news > .inner {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .b_sogo .box_fv_news > .inner {
    text-align: center;
  }
}
.box_fv_news > .inner .txt_news {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1025px) {
  .box_fv_news > .inner .txt_news {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_fv_news > .inner .txt_news {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_fv_news > .inner .txt_news {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_fv_news > .inner .txt_news {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .box_fv_news > .inner .txt_news {
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.box_fv_news > .inner .txt_news a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .box_fv_news > .inner .txt_news a {
    font-size: 84%;
  }
}
@media only screen and (max-width: 767px) {
  .box_fv_news > .inner .txt_news a {
    font-size: 89%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_fv_news > .inner .txt_news a + a {
    margin-top: .25em;
  }
}
@media only screen and (max-width: 1024px) {
  .box_fv_news > .inner .txt_news a {
    padding: .25em 0;
  }
  .box_fv_news > .inner .txt_news a + a {
    margin-top: .5em;
  }
}
.box_fv_news > .inner .txt_about {
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .box_fv_news > .inner .txt_about {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_fv_news > .inner .txt_about {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_fv_news > .inner .txt_about {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_fv_news > .inner .txt_about {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .box_fv_news > .inner .txt_about {
    font-size: 62%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_fv_news > .inner .txt_about {
    font-size: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .box_fv_news > .inner .txt_about {
    font-size: 78%;
  }
}
@media only screen and (max-width: 1024px) {
  .box_fv_news > .inner .txt_about {
    border-bottom: 1px solid #dddddd;
    margin-bottom: -1px;
    line-height: 1.4;
    padding: .8em 4%;
  }
  .b_city .box_fv_news > .inner .txt_about {
    color: #999;
    padding: .4em 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_fv_news > .inner .txt_about {
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 1025px) {
  html.no_fv_news_both .header > .inner {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  html.no_fv_news_both .header .txt_seo {
    top: 35px;
  }
}
html.no_fv_news_news .box_fv_news .txt_about {
  margin-bottom: 0;
}
html.no_fv_news_abo .box_fv_news .txt_news {
  width: 100%;
}

html.b_sogo.no_sogo_fv_news .header > .inner {
  margin-top: 0 !important;
}

.btn_miyako_card {
  display: none;
}

.box_fv_st {
  opacity: 0;
}

@media only screen and (min-width: 1025px) {
  #lp .header {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp .header {
    padding-bottom: 5.5em;
  }
}
@media only screen and (max-width: 767px) {
  #lp .header {
    padding-bottom: 4.5em;
  }
}
#lp .header > .inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal #lp .header > .inner {
    width: calc(100% - 50px);
    margin-right: 0;
    margin-left: auto;
  }
}
#lp .header > .inner .txt_seo {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  #lp .header > .inner .txt_seo {
    z-index: 2;
    left: 0;
    top: 6em !important;
  }
}
.b_tp_universal #lp .header > .inner .txt_seo {
  color: #aeaeae;
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal #lp .header > .inner .txt_seo {
    top: 10.5em !important;
    left: -45px;
  }
}
#lp .header > .inner .lp_fv_logo {
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 1025px) {
  #lp .header > .inner .lp_fv_logo {
    top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp .header > .inner .lp_fv_logo {
    top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #lp .header > .inner .lp_fv_logo {
    top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  #lp .header > .inner .lp_fv_logo {
    left: 4.94792%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp .header > .inner .lp_fv_logo {
    left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #lp .header > .inner .lp_fv_logo {
    left: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  #lp .header > .inner .lp_fv_logo {
    max-width: 250px;
  }
}
.b_tp_universal #lp .header > .inner .lp_fv_logo {
  position: relative;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal #lp .header > .inner .lp_fv_logo {
    min-height: 100px;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal #lp .header > .inner .lp_fv_logo {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b_tp_universal #lp .header > .inner .lp_fv_logo {
    padding: 1.5em 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .b_tp_universal #lp .header > .inner .lp_fv_logo {
    padding: 1.5em 0 0 1em;
  }
}
#lp .header > .inner .lp_fv_logo a {
  display: block;
}
#lp .header > .inner .lp_fv_logo a img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  #lp .header > .inner .lp_fv_logo a img {
    width: 40%;
  }
}
#lp .txt_fv_catch > .lp_fv_st {
  max-width: 1800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp .txt_fv_catch > .lp_fv_st .en {
  font-family: 'Open Sans', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-transform: uppercase;
  font-size: 139%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  #lp .txt_fv_catch > .lp_fv_st .en {
    line-height: 1.37931;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp .txt_fv_catch > .lp_fv_st .en {
    line-height: 1.2069;
  }
}
@media only screen and (max-width: 767px) {
  #lp .txt_fv_catch > .lp_fv_st .en {
    line-height: 1.36842;
  }
}
@media only screen and (max-width: 767px) {
  #lp .txt_fv_catch > .lp_fv_st .en {
    font-size: 119%;
  }
}
@media only screen and (min-width: 1441px) {
  #lp .txt_fv_catch > .lp_fv_st .en + .jp {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #lp .txt_fv_catch > .lp_fv_st .en + .jp {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp .txt_fv_catch > .lp_fv_st .en + .jp {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #lp .txt_fv_catch > .lp_fv_st .en + .jp {
    margin-top: 0.5em;
  }
}
#lp .txt_fv_catch > .lp_fv_st .jp {
  font-size: 72%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #lp .txt_fv_catch > .lp_fv_st .jp {
    font-size: 63%;
  }
}
.b_tp_universal #lp .con_fv_slider {
  z-index: 3;
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal #lp .con_fv_slider {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b_tp_universal #lp .con_fv_slider {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .b_tp_universal #lp .con_fv_slider {
    margin-top: 1em;
  }
}
#lp .box_fv_slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  #lp .box_fv_slider .slick-dots {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp .box_fv_slider .slick-dots {
    bottom: -5.5em;
  }
}
@media only screen and (max-width: 767px) {
  #lp .box_fv_slider .slick-dots {
    bottom: -4.5em;
  }
}
@media only screen and (min-width: 1441px) {
  #lp .box_fv_slider .slick-dots {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1441px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    min-width: 350px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    min-width: 260px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    width: 21.45833%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    width: 412px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    width: 92%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    box-shadow: 0px 0px 1em 0px rgba(53, 53, 53, 0.33);
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .b_tp_universal .con_fv_lp_bnr, .b_tp_universal
  .con_fv_lp_rsv {
    box-shadow: none;
    top: 0;
    bottom: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .con_fv_lp_bnr,
  .con_fv_lp_rsv {
    margin-top: 1em;
  }
}

.con_fv_lp_bnr a,
.con_fv_lp_rsv a {
  display: block;
  text-decoration: none;
}
.mouse .con_fv_lp_bnr a, .mouse
.con_fv_lp_rsv a {
  transition: opacity 0.3s ease-in;
}
.mouse .con_fv_lp_bnr a:hover, .touch .con_fv_lp_bnr a.touchstart, .mouse
.con_fv_lp_rsv a:hover, .touch
.con_fv_lp_rsv a.touchstart {
  opacity: 0.7;
}
.touch .con_fv_lp_bnr a, .touch
.con_fv_lp_rsv a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_fv_lp_bnr a.touchend, .touch
.con_fv_lp_rsv a.touchend {
  transition-delay: 200ms;
}

@media only screen and (min-width: 1025px) {
  .con_fv_lp_bnr {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_fv_lp_bnr {
    bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  .con_fv_lp_bnr {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .con_fv_lp_bnr {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal .con_fv_lp_bnr {
    max-width: 600px;
    min-width: auto;
    width: auto;
    bottom: auto;
    top: 0;
  }
  .b_tp_universal .con_fv_lp_bnr img {
    display: block;
    width: 100%;
    height: 125px;
    object-position: right;
    object-fit: contain;
  }
}
@media only screen and (max-width: 1024px) {
  .con_fv_lp_bnr {
    border: 1px solid #c5c6c6;
  }
}
.con_fv_lp_bnr .box_bnr {
  width: 100%;
}
.con_fv_lp_bnr .box_bnr a {
  display: block;
}

.con_fv_lp_rsv {
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .b_tp_universal .con_fv_lp_rsv {
    max-width: 600px;
    min-height: 124px;
    min-width: 21.45833%;
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fv_lp_rsv a {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fv_lp_rsv a {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv_lp_rsv a {
    padding: 1em;
  }
}
@media only screen and (min-width: 1441px) {
  .b_tp_universal .con_fv_lp_rsv a {
    padding: 38px 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .b_tp_universal .con_fv_lp_rsv a {
    padding: 40px 10px;
  }
}
.con_fv_lp_rsv .rsv_st {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con_fv_lp_rsv .rsv_st .en, .con_fv_lp_rsv .rsv_st .jp {
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
}
.con_fv_lp_rsv .rsv_st .en {
  font-family: 'Open Sans', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-transform: uppercase;
  font-size: 112%;
}
@media only screen and (min-width: 1441px) {
  .con_fv_lp_rsv .rsv_st .jp {
    font-size: 89%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_fv_lp_rsv .rsv_st .jp {
    font-size: 84%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fv_lp_rsv .rsv_st .jp {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv_lp_rsv .rsv_st .jp {
    font-size: 89%;
  }
}

.box_sp-bn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 4em;
  border: 1px solid #e1e2e3;
  background: #F7F8FA;
  box-sizing: content-box;
  transform: translateY(-100%);
  transition: transform .3s ease-out;
  z-index: 11;
}
.box_sp-bn.fixed {
  position: fixed;
  top: 0;
}
.box_sp-bn::after {
  content: "\f3d0";
  position: absolute;
  top: 1.55em;
  right: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  font-family: "Ionicons";
  font-size: 134%;
  font-weight: normal;
  transform: rotate(-90deg) translateY(0);
  transition: .3s ease;
}
.box_sp-bn:hover::after {
  transform: rotate(-90deg) translateY(5px);
}
.box_sp-bn .con_sp-bn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 76.5%;
  padding-left: 1.5em;
  text-decoration: none;
}
.box_sp-bn .con_sp-bn .textarea {
  font-size: 90%;
  line-height: 1.5;
}
.box_sp-bn .con_sp-bn .textarea .txt {
  display: block;
}
.box_sp-bn .con_sp-bn .textarea .sub-ttl {
  font-size: 75%;
}
.box_sp-bn .con_sp-bn .img_box {
  width: 23%;
}
.box_sp-bn .con_sp-bn .img_box img {
  width: 100%;
  height: auto;
}

.parts_fixed .box_sp-bn {
  transform: translateY(0);
}

html.transition_disabled * {
  transition: none !important;
}

html {
  font-size: small;
}
@media only screen and (min-width: 768px) {
  html {
    line-height: 1.94444;
  }
}
@media only screen and (max-width: 767px) {
  html {
    line-height: 1.94444;
  }
}
@media only screen and (min-width: 768px) {
  html {
    letter-spacing: 0.12em;
  }
}
@media only screen and (max-width: 767px) {
  html {
    letter-spacing: 0.12em;
  }
}
html:not([lang=ja]) {
  letter-spacing: 0.06em;
}

body {
  color: #676c72;
  -webkit-text-size-adjust: "palt";
  font-size: 139%;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  body {
    font-size: 124%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
.b_hotel_sheraton body {
  background-color: #efeae4;
  color: #1c1c1c;
}
body a {
  color: #676c72;
  text-decoration: underline;
}
.b_hotel_sheraton body a {
  color: #1c1c1c;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

body,
pre,
input,
textarea,
select {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  color: #676c72;
}
html:lang(en) body, html:lang(en)
pre, html:lang(en)
input, html:lang(en)
textarea, html:lang(en)
select {
  font-family: "Noto Sans", sans-serif;
}
html:lang(zh-CN) body, html:lang(zh-CN)
pre, html:lang(zh-CN)
input, html:lang(zh-CN)
textarea, html:lang(zh-CN)
select {
  font-family: "Noto Sans SC", sans-serif;
}
html:lang(zh-TW) body, html:lang(zh-TW)
pre, html:lang(zh-TW)
input, html:lang(zh-TW)
textarea, html:lang(zh-TW)
select {
  font-family: "Noto Sans TC", sans-serif;
}
html:lang(ko) body, html:lang(ko)
pre, html:lang(ko)
input, html:lang(ko)
textarea, html:lang(ko)
select {
  font-family: "Noto Sans KR", sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  body .view_pcl {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pcl {
    display: none !important;
  }
}
@media only screen and (min-width: 1441px) {
  body .view_pcs {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pcs {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  body .view_tabs-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  body .view_tabs-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  body .view_pc-tabl {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tabl {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  br[data-pc=false] {
    display: none;
  }
}
@media only screen and (min-width: 1441px) {
  br[data-pcl=false] {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  br[data-pcs=false] {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  br[data-tab=false] {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  br[data-sp=false] {
    display: none;
  }
}

svg {
  width: 1em;
}

img {
  width: 100%;
}
img.lazyload, img.lazyloading {
  opacity: 0;
  visibility: hidden;
}
img.lazyloaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.05s ease-out;
}
img[loading=lazy] {
  width: 100%;
  height: auto;
}

.topicpath {
  font-size: 73%;
  padding: .6em 0 .6em 0;
}
@media only screen and (min-width: 1441px) {
  .topicpath {
    margin: 5% auto 30px auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .topicpath {
    margin: 5% auto 30px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topicpath {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .topicpath {
    margin: 1.5em auto 6em;
  }
}
@media only screen and (max-width: 767px) {
  .topicpath {
    padding: 0;
  }
}
.b_tp_universal .topicpath {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .b_sogo .topicpath {
    margin: 2em auto;
  }
}
@media only screen and (min-width: 1025px) {
  .topicpath.shima {
    margin-top: 9em;
  }
}
.topicpath ul {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .topicpath ul {
    text-align: left;
  }
}
.topicpath ul li {
  padding: 1em 0;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .topicpath ul li {
    padding: .75em 0;
  }
}
.topicpath ul li a {
  text-decoration: none !important;
}
.mouse .topicpath ul li a:hover, .touch .topicpath ul li a.touchstart {
  text-decoration: underline !important;
}
.touch .topicpath ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .topicpath ul li a.touchend {
  transition-delay: 200ms;
}
.topicpath ul li:not(:last-child)::after {
  content: "\f3d3";
  padding: 0 .5em;
  font-family: "Ionicons";
}

.tmp_slider > .slide:not(:first-child) {
  display: none;
}
.tmp_slider .tmp_slick_arr {
  display: none !important;
}

.wrp_int_bnr {
  display: none;
}

#contents {
  opacity: 0;
}

.con_fvbn {
  opacity: 0;
}

.tmp_nextshow_slider .slick-dots {
  display: none !important;
}

.tmp_nextshow_slider,
.tmp_set_slider {
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
}
.tmp_nextshow_slider > .slide:not(:first-child),
.tmp_set_slider > .slide:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .tmp_nextshow_slider,
  .tmp_set_slider {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_nextshow_slider,
  .tmp_set_slider {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_nextshow_slider,
  .tmp_set_slider {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .tmp_nextshow_slider,
  .tmp_set_slider {
    max-width: 900px;
  }
}

.tmp_textmove_slider > .slide:not(:first-child) {
  display: none;
}

.con_hp_link {
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    width: 237px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    width: 10em;
  }
}

.wrp_gal {
  max-width: 2560px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .wrp_gal {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_gal {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gal {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_gal {
    width: 100%;
  }
}

.con_gal .box_ts_gal {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .con_gal .box_ts_gal div {
    padding: 0 0.87108% 1.74216%;
    width: 14.28571%;
  }
  .con_gal .box_ts_gal div:not(:nth-child(7n+1)) {
    margin-left: 0%;
  }
  .con_gal .box_ts_gal div:nth-child(n+8) {
    margin-top: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gal .box_ts_gal div {
    width: 25%;
    padding: 0 1% 2%;
  }
  .con_gal .box_ts_gal div:not(:nth-child(4n+1)) {
    margin-left: 0%;
  }
  .con_gal .box_ts_gal div:nth-child(n+5) {
    margin-top: 0%;
  }
  .con_gal .box_ts_gal div:nth-child(n+13) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_gal .box_ts_gal div {
    width: 31%;
  }
  .con_gal .box_ts_gal div:not(:nth-child(3n+1)) {
    margin-left: 3.5%;
  }
  .con_gal .box_ts_gal div:nth-child(n+4) {
    margin-top: 3.5%;
  }
  .con_gal .box_ts_gal div:nth-child(n+7) {
    display: none;
  }
}
.con_gal .box_ts_gal div p {
  max-width: 288px;
}

.box_gallery {
  display: flex;
}
.box_gallery > .box_gallery_inner {
  display: flex;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .box_gallery > .box_gallery_inner {
    width: 100%;
  }
}
.box_gallery > .box_gallery_inner .grid-item {
  display: flex;
  flex-wrap: wrap;
  width: 328px;
}
.box_gallery > .box_gallery_inner .grid-item:not(:first-child) {
  display: none;
}

.con_hp_link {
  overflow: visible;
}
.con_hp_link .swiper-wrapper .swiper-slide {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    width: 237px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    width: 10em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hp_link .swiper-wrapper .swiper-slide {
    margin-right: 1em;
  }
}

.con_plus_card {
  max-width: 1440px;
}
@media only screen and (min-width: 1025px) {
  .con_plus_card {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plus_card {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plus_card {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
.con_plus_card > .inner {
  max-width: 1260px;
  width: 78.57143%;
}
@media only screen and (min-width: 1025px) {
  .con_plus_card > .inner {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
  }
}
.con_plus_card .box_poi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 570px;
}

.js-tab-pan > *:not(:first-child), .js-tab2-pan > *:not(:first-child) {
  display: none;
}

.con_enj_sig {
  max-width: 1440px;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .con_enj_sig {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enj_sig {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_enj_sig {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}

.bnr_m_menu {
  max-width: 1520px;
}
@media only screen and (min-width: 1025px) {
  .bnr_m_menu {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bnr_m_menu {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
.bnr_m_menu > .slide:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .bnr_m_menu .slide a {
    max-width: 340px;
  }
}

html:not([lang=ja]) .disp_ja {
  display: none !important;
}

html:lang(ja) .hide_ja {
  display: none !important;
}

html:not([lang=en]) .disp_en {
  display: none !important;
}

html:lang(en) .hide_en {
  display: none !important;
}
