@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@font-face {
  font-family: "acumin-variable";
  src: url("../fonts/AcuminVariableConcept.woff") format("woff"), url("../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 500 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BIZ UDPMincho";
  src: url("/fonts/BIZUDPMincho-Regular.woff") format("woff"), url("../fonts/BIZUDPMincho-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.secTitle01 span:not(.en) {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.secTitle02 {
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.hotelSearch h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.hotelAreaRsv h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.pageTitleArea .pageTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* =========================================================
common
========================================================= */
.globalHeader {
  background: none;
  color: #fff;
}

.globalHeader.is_animation .headerTop {
  background: #142335;
}

.globalHeader .headerTop {
  background: none;
}

.globalHeader .headerBtm {
  background: none;
  color: #fff;
}

.globalHeader .headerBtm .wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.contents {
  padding-top: 0;
}

.secTitle01 {
  font-size: 2.3rem;
}

@media (max-width: 1024px) {
  .secTitle01 {
    font-size: 1.7rem;
  }
}
.secTitle01 .en {
  font-size: 8.1rem;
}

@media (max-width: 767px) {
  .secTitle01 .en {
    font-size: 5.2rem;
  }
}
.shareBtn.bg_white {
  background: none;
}

/* =========================================================
notice 重要なお知らせ
========================================================= */
.notice {
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: #f7f4ed;
  width: 100%;
  align-items: stretch;
  min-height: 73px;
}
@media (max-width: 1024px) {
  .notice {
    flex-direction: column;
    height: auto;
  }
}
.notice .title {
  background-color: #800023;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px 0 30px;
  min-width: 250px;
}
@media (max-width: 1024px) {
  .notice .title {
    width: 100%;
    padding: 12px 10px;
  }
}
.notice .title img {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .notice .title img {
    margin-right: 15px;
  }
}
.notice .title h2 {
  line-height: 1.3;
  font-size: 1.5rem;
}
.notice .article {
  width: 100%;
}
.notice .article p {
  padding: 5px 25px 5px 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #4d4d4d;
  height: 100%;
  width: 100%;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .notice .article p {
    padding: 10px 15px;
    display: block;
    line-height: 1.8;
  }
}
.notice .article p a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4d4d4d;
  text-decoration: underline;
  height: 100%;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .notice .article p a {
    justify-content: center;
    line-height: 1.8;
  }
}
.notice .article p a svg {
  min-width: 7px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .notice .article p a svg {
    display: none;
  }
}

.globalHeader.is_animation .notice {
  display: none;
}

/* .contents内に.noticeがあるときだけ適用 */
body:has(.globalHeader .notice) {
  padding-top: 0;
}

.globalHeader:has(.notice) {
  position: relative;
}
.globalHeader:has(.notice) + .contents {
  margin-top: -82px;
}
@media (max-width: 1024px) {
  .globalHeader:has(.notice) + .contents {
    margin-top: -56px;
  }
}

.globalHeader.is_animation:has(.notice) {
  position: fixed;
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  z-index: 0;
  height: 100vh;
}

@media (max-width: 1024px) {
  .kv {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .kv {
    overflow: hidden;
    height: 300px;
  }
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 50%;
}

@media (max-width: 1024px) {
  .kv::before {
    height: 20%;
  }
}
/* @media (max-width: 767px) {
  .kv::before {
    height: 20%;
  }
} */
.kv video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 134vh;
  margin-top: -17vh;
}

@media (max-width: 1024px) {
  .kv video {
    height: 550px;
    margin-top: -70px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .kv video {
    height: 400px;
    margin-top: -49px;
  }
}
.kvTitle .en {
  position: absolute;
  left: 2.5%;
  top: 30%;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 3.7rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #000;
  z-index: 3;
}

@media (max-width: 1024px) {
  .kvTitle .en {
    top: initial;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    letter-spacing: 1.3px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .kvTitle .en {
    font-size: 2rem;
  }
}
.kv .js-video-button {
  position: absolute;
  bottom: 17px;
  left: 17px;
  cursor: pointer;
  z-index: 4;
}

.kv .js-video-button img {
  width: 34px;
  height: 34px;
}

@media (max-width: 1024px) {
  .kv .js-video-button {
    bottom: 15px;
    left: initial;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .kv .js-video-button img {
    width: 23px;
    height: 23px;
  }
}
/* =========================================================
benefits
========================================================= */
.kvBenefits {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
  background: #800023;
  color: #fff;
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-align: center;
  position: relative;
  max-width: initial;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .kvBenefits {
    padding: 25px 15px;
    font-size: 1.7rem;
  }
}
.kvBenefits:after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}

.kvBenefits > span {
  font-weight: bold;
  text-align: left;
}

.kvBenefits .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .kvBenefits .icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
}
/* .kvBenefits.campaign {
  background-color: #AB8D4B;
} */
.kvBenefits.campaign a {
  z-index: 1;
}

@media (max-width: 767px) {
  .kvBenefits.campaign a {
    display: flex;
    align-items: center;
  }
  .kvBenefits.campaign a span {
    text-align: left;
  }
}
.kvBenefits.campaign a:hover {
  color: #fff;
}

/* =========================================================
detail
========================================================= */
.detail {
  position: relative;
}

.detail .wrapper {
  padding-top: 50px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .detail .wrapper {
    padding-top: 25px;
    /* padding-bottom: 25px; */
  }
}
.detail .flex {
  flex-direction: row-reverse;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .detail .flex {
    display: block;
  }
}
.detail .taBlock {
  display: flex;
  align-items: flex-end;
  width: 380px;
}

@media (max-width: 1024px) {
  .detail .taBlock {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
.detail .taBlock #TA_selfserveprop450 {
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .detail .taBlock #TA_selfserveprop450 {
    width: 65% !important;
  }
}
@media (max-width: 767px) {
  .detail .taBlock #CDSWIDSSP {
    width: 100% !important;
  }
}
.detail .taBlock .bnr {
  display: block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .detail .taBlock .bnr {
    margin-right: 10px;
  }
}
.detail .taBlock .bnr img {
  display: block;
}

.detail .taBlock .bnr img + a {
  margin-top: 5px;
  display: block;
}

.detail .detailHotel {
  width: 820px;
}

@media screen and (max-width: 1200px) {
  .detail .detailHotel {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1024px) {
  .detail .detailHotel {
    width: 100%;
  }
}
.detail .detailHotel .hotelName {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 20px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .detail .detailHotel .hotelName {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  .detail .detailHotel .hotelName img {
    display: block;
    width: 274px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 1024px) {
  .detail .detailHotel .address {
    text-align: center;
  }
}
.detail .detailHotel p + p {
  margin-top: 0.5em;
}

.detail .detailHotel .detailLinkList {
  display: flex;
  gap: 20px;
  margin: 25px 0 0;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.detail .detailHotel .detailLinkList li {
  background: #fff;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li {
    width: calc(50% - 8px);
  }
  .detail .detailHotel .detailLinkList li:first-child:nth-last-child(3) {
    width: 100%;
  }
}
.detail .detailHotel .detailLinkList li a {
  display: block;
  padding: 40px 40px 30px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li a {
    padding: 30px 30px 20px;
  }
}
.detail .detailHotel .detailLinkList li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li .icon {
    max-width: 50px;
    max-height: 35px;
  }
}
@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li .icon img {
    max-width: 100%;
    max-height: 100%;
  }
}
.detail .detailHotel .detailLinkList li p {
  margin: 20px 0 0;
  color: #000;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li p {
    margin-top: 10px;
  }
}
.detail .detailHotel .detailLinkList li p .en {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li p .en {
    font-size: 1.5rem;
  }
}
/* =========================================================
bookModule
========================================================= */
.bookModule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  position: static;
  background: none;
  width: auto;
  height: auto;
  transition: none;
}

.bookModule .bookTitle {
  border-top: 1px solid rgba(171, 141, 75, 0.3);
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
  color: #AB8D4B;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .bookModule .bookTitle {
    font-size: 1.5rem;
  }
}
.bookModule .bookTitle span {
  position: relative;
  top: -1em;
  display: inline-block;
  background: #F7F4ED;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .bookModule .bookTitle span {
    padding: 0 20px;
  }
}
.bookModule .tabList {
  display: block;
  width: 210px;
  margin: 0;
}

@media (max-width: 1024px) {
  .bookModule .tabList {
    display: none;
  }
}
.bookModule .tabList li + li {
  margin-top: -1px;
}

.bookModule .tabContentsWrap {
  width: calc(100% - 220px);
}

@media (max-width: 1024px) {
  .bookModule .tabContentsWrap {
    display: none;
  }
}
.bookModule .formList li:last-child input.submitBtn {
  width: calc(100% - 70px);
}

.bookModule .formList li:last-child input.reloadBtn {
  width: 65px;
}

.bookModule .link {
  margin-top: 15px;
  margin-left: -220px;
}

@media (max-width: 767px) {
  .bookModule .link {
    margin-left: 0;
  }
}
.bookModule .stayForm .formList {
  grid-template-columns: repeat(6, 1fr);
}

.bookModule .stayForm .formList > li:nth-child(2) {
  display: none;
}

.bookModule .stayForm .formList > li:nth-child(3) {
  grid-column: 3/7;
}

.bookModule .stayForm .formList > li:nth-child(4) {
  grid-column: 1/3;
  display: block;
}

.bookModule .stayForm .formList > li:nth-child(5) {
  grid-column: 3/4;
}

.bookModule .stayForm .formList > li:nth-child(6) {
  grid-column: 4/5;
}

.bookModule .stayForm .formList > li:nth-child(7) {
  grid-column: 5/7;
}

.bookModule .airlineForm .formList {
  grid-template-columns: repeat(12, 1fr);
}

.bookModule .airlineForm .formList > li:first-child {
  grid-column: 1/4;
}

.bookModule .airlineForm .formList > li:nth-child(2) {
  grid-column: 4/7;
}

.bookModule .airlineForm .formList > li:nth-child(3) {
  grid-column: 7/13;
}

.bookModule .airlineForm .formList > li:nth-child(4) {
  grid-column: 1/5;
}

.bookModule .airlineForm .formList > li:nth-child(5) {
  grid-column: 5/9;
}

.bookModule .airlineForm .formList > li:nth-child(6) {
  grid-column: 9/13;
}

@media (min-width: 1025px) {
  .bookModule .spBlock {
    display: none;
  }
}
@media (max-width: 1024px) {
  .bookModule .spBlock {
    width: 100%;
  }
}
.bookModule .spBlock .bookBtn {
  margin: 20px 0 10px;
}

@media (max-width: 1024px) {
  .bookModule .spBlock .bookBtn {
    margin: 5px 0 0;
  }
}
.bookModule .spBlock .bookBtn:first-child {
  margin-top: 0;
  text-align: center;
}

.bookModule .spBlock .bookBtn .txt {
  color: #142335;
  display: inline-block;
  position: relative;
  max-width: 90%;
  font-size: 1.2rem;
  line-height: 1.2;
}

.bookModule .spBlock .bookBtn .txt::before,
.bookModule .spBlock .bookBtn .txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #142335;
  bottom: 0;
}

.bookModule .spBlock .bookBtn .txt::before {
  transform: rotate(-30deg);
  left: -12px;
}

.bookModule .spBlock .bookBtn .txt::after {
  transform: rotate(30deg);
  right: -12px;
}

.bookModule .spBlock .bookBtn a {
  height: 47px;
}

@media (max-width: 1024px) {
  .bookModule .spBlock .bookBtn a {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }
}
.bookModule .spBlock .bookBtn a .icon_bed {
  width: 18px;
  height: 14px;
}

.bookModule .spBlock .bookBtn a .icon_airline {
  width: 20px;
  height: 14px;
}

/* .bookModule .spBlock .bookBtn.shinkansen a span {
  font-size: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-weight: bold;
  position: absolute;
  left: 37px;
}

.bookModule .spBlock .bookBtn.shinkansen a .icon_bed {
  left: 15px;

} */
.bookModule .spBlock .bookBtn a .icon_shinkansen {
  width: 24px;
  height: 12px;
  left: 18px;
}

.bookModule .spBlock .bookBtn a svg {
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.bookModule .spBlock .link a {
  display: inline-block;
}

.bookModule .spBlock .link a:last-child {
  margin-right: 0;
}

/* =========================================================
.app
========================================================= */
.app .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 50px 0;
}

@media (max-width: 1024px) {
  .app .wrapper {
    display: block;
    text-align: center;
    padding: 50px 0 55px;
  }
}
.app a:hover .icon_link {
  fill: #AB8D4B;
}

.appTitle .title {
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1024px) {
  .appTitle .title {
    font-size: 2rem;
  }
}
.appTitle .title > span {
  display: inline-block;
  font-weight: 600;
}

.appTitle .bd {
  margin-top: 15px;
  padding: 12px 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1024px) {
  .appTitle .bd {
    margin-top: 12px;
    font-size: 1.7rem;
  }
}
.appTitle .bd > span {
  display: inline-block;
}

@media (max-width: 1024px) {
  .appBlock {
    margin: 20px 0;
  }
}
.appBlock .present {
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 4.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1024px) {
  .appBlock .present {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
}
.appBlock .present > span {
  display: inline-block;
  font-weight: 700;
}

.appBlock .present .bd {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .appBlock .present .bd {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.appBlock .present .bd::before,
.appBlock .present .bd::after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  flex-grow: 1;
}

.appBlock .present .bd::before {
  margin-right: 10px;
}

.appBlock .present .bd::after {
  margin-left: 10px;
}

.appListWrap a .icon_link {
  fill: #fff;
}

.appList {
  display: flex;
  align-items: center;
  gap: 10px;
}

.appList li {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .appList li {
    width: calc(50% - 4px);
    margin-bottom: 15px;
  }
}
.appList li a img {
  height: auto;
}

.appDetail {
  text-align: left;
}

@media (max-width: 767px) {
  .appDetail {
    display: flex;
    align-items: center;
  }
  .appDetail::after {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    margin-left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    flex-grow: 1;
  }
}
/* =========================================================
room
========================================================= */
.roomHeader {
  display: flex;
  gap: 60px;
}

@media (max-width: 767px) {
  .roomHeader {
    display: block;
  }
}
.room .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2em;
  line-height: 1.7;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  color: #142335;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .room .lead {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
.roomList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px 33px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .roomList {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .roomList .listItem + .listItem {
    margin-top: 20px;
  }
}
.roomList .listItem .photo {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .roomList .listItem .photo {
    margin-bottom: 15px;
  }
}
.roomList .listItem .roomName {
  border-bottom: 1px solid #CACACA;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.roomList .listItem .roomDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 5px;
}

.roomList .listItem .roomDetail li::before {
  content: "●";
  display: inline-block;
  color: #AB8D4B;
  margin-right: 5px;
}

.roomList .listItem .roomDetail li:first-child {
  width: 100%;
}

.roomList .listItem .link {
  display: flex;
  gap: 15px;
}

.roomList .listItem .btn {
  margin-top: 20px;
}

.roomList .listItem .btn a {
  width: 100%;
}

/* =========================================================
amenity
========================================================= */
.amenity {
  background: rgba(240, 240, 235, 0.5);
}

.amenityBtn {
  display: none;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  background: #fff;
  padding: 20px 5%;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityBtn {
    display: flex;
    align-items: center;
  }
}
.amenityBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #AB8D4B;
  width: 25px;
  height: 25px;
  margin-left: auto;
  color: #AB8D4B;
}

.amenityBtn.on span {
  padding-bottom: 3px;
  font-size: 1.8rem;
}

.amenityBtn.on + .wrapper {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .amenity .wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: all 0.2s;
  }
}
.amenityTitle {
  margin: 50px 0 20px;
}

@media (max-width: 767px) {
  .amenityTitle {
    margin: 30px 0 15px;
  }
}
.amenityTitle:first-child {
  margin-top: 0;
}

.amenityTitle a {
  color: #4D4D4D;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityTitle a {
    display: block;
    font-size: 1.3rem;
  }
}
.amenityList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 10px;
}

@media (max-width: 767px) {
  .amenityList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.amenityList li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  padding: 20px 5px 10px;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .amenityList li {
    border-radius: 10px;
    padding: 15px 3px 7px;
    font-size: 1.2rem;
  }
}
.amenityList li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.amenityList li .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3em;
  text-align: center;
  line-height: 1.2;
}

.amenityList li .star {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  color: #AB8D4B;
}

.amenityList li .price {
  position: absolute;
  bottom: -2.2em;
  left: 0;
  right: 0;
  text-align: center;
}

.amenityList.starList {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .amenityList.starList {
    margin-bottom: 50px;
    gap: 30px 10px;
  }
}
.amenity .disc {
  display: flex;
  gap: 1em;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .amenity .disc {
    display: block;
  }
}
/* =========================================================
recommend
========================================================= */
.recommend .wrapper {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .recommend .wrapper {
    padding: 65px 0 80px;
  }
}

.recommendList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 55px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .recommendList {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .recommendList:has(li:nth-child(2):last-child),
  .recommendList:has(li:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 815px;
    margin-inline: auto;
  }
}

.recommendList li a,
.recommendList li .noLink {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.recommendList li .photo {
  display: block;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .recommendList li .photo {
    aspect-ratio: 1;
  }
}

.recommendList li .photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.recommendList li .textBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%);
  padding: 25px;
  color: #fff;
}

@media (max-width: 767px) {
  .recommendList li .textBlock {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    padding: 10px;
  }
}

.recommendList li .textBlock .title {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .recommendList li .textBlock .title {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  body.lang_en .recommendList li .textBlock .title,
  body.lang_vi .recommendList li .textBlock .title,
  body.lang_id .recommendList li .textBlock .title,
  body.lang_ms .recommendList li .textBlock .title,
  body.lang_ar .recommendList li .textBlock .title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.lang_fr .recommendList li .textBlock .title,
  body.lang_de .recommendList li .textBlock .title,
  body.lang_es .recommendList li .textBlock .title,
  body.lang_it .recommendList li .textBlock .title,
  body.lang_ru .recommendList li .textBlock .title {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.recommendList li .textBlock .btnS,
.recommendList li .textBlock .btn2 {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .recommendList li .textBlock .btnS,
  .recommendList li .textBlock .btn2 {
    display: none;
  }
}

.recommendList li .textBlock .btnS .icon_link,
.recommendList li .textBlock .btn2 .icon_link {
  fill: #fff;
}

.recommendList li:has(a[href*=machigaisagashi]) .textBlock,
.recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
.recommendList li:has(a[href*=machigaisagashi]) .textBlock .btnS .icon_link {
  color: #000;
  fill: #000;
  background: none;
}

.recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
  max-width: 77%;
}

@media (max-width: 767px) {
  .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    position: relative;
    font-size: 1.2rem;
    max-width: 100%;
    z-index: 0;
  }
  .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 15vw;
    height: 14vw;
    border-radius: 10px 10px 0 0;
    background: #ffdc23;
    z-index: -1;
  }
}

body.lang_en .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_vi .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_id .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_ms .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_ar .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
  font-size: 1.7rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  body.lang_en .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_vi .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_id .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_ms .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_ar .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    font-size: 1.1rem;
    line-height: 1;
  }
}

body.lang_fr .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_de .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_es .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_it .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_ru .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  body.lang_fr .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_de .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_es .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_it .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_ru .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    font-size: 1rem;
    line-height: 1;
  }
  body.lang_es .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    font-size: 0.9rem;
  }
}

.recommendList + .recommendList {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .recommendList + .recommendList {
    margin-top: -5px;
  }
}

/* =========================================================
newOpen
========================================================= */
.newOpen .wrapper {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .newOpen .wrapper {
    padding-top: 65px;
  }
}



@media (min-width: 768px) {
  .newOpen .secTitle01 .en {
    font-size: 6rem;
  }
}

@media (min-width: 768px) {
  body.lang_fr .newOpen .secTitle01 .enExc,
  body.lang_de .newOpen .secTitle01 .enExc,
  body.lang_es .newOpen .secTitle01 .enExc,
  body.lang_it .newOpen .secTitle01 .enExc,
  body.lang_ms .newOpen .secTitle01 .enExc,
  body.lang_id .newOpen .secTitle01 .enExc {
    font-size: 6rem;
  }
}

.newOpen .newOpenList {
  margin: 60px 0 0;
}

@media (min-width: 768px) {
  .newOpen .newOpenList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 3.8%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .newOpen .newOpenList {
    padding-right: 105px;
    margin: 30px -10px 0;
  }
}
.newOpen .newOpenList .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem {
    margin: 0 10px;
  }
}
.newOpen .newOpenList .listItem a {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .newOpen .newOpenList .listItem a:hover .btnS,
  .newOpen .newOpenList .listItem .noLink:hover .btnS {
    color: #AB8D4B;
  }
}
.newOpen .newOpenList .listItem .photo {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 30px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .newOpen .newOpenList .listItem .photo {
    aspect-ratio: 1;
    height: auto;
    width: 100%;
    margin: 0 0 20px;
  }
}

.newOpen .newOpenList .listItem .photoWrap {
  position: relative;
}

.newOpen .newOpenList .listItem .photoWrap .open {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.7;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .photoWrap .open {
    font-size: 1.7rem;
  }
}

.newOpen .newOpenList .listItem .btnS {
  text-decoration: underline;
  margin-top: auto;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .btnS {
    display: none;
  }
}
.newOpen .newOpenList .listItem .title {
  display: flex;
  align-items: center;
  line-height: 1.7;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .title {
    display: block;
    margin-bottom: 12px;
    line-height: 1;
  }
}
.newOpen .newOpenList .listItem .day {
  font-size: 2.8rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #142335;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .day {
    font-size: 2.5rem;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.newOpen .newOpenList .listItem .area {
  font-size: 1.9rem;
  color: #142335;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  position: relative;
  padding: 0 18px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .area {
    font-size: 1.7rem;
    display: inline-block;
  }
}
.newOpen .newOpenList .listItem .area::before,
.newOpen .newOpenList .listItem .area::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #142335;
  position: absolute;
  top: 6px;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .area::before,
  .newOpen .newOpenList .listItem .area::after {
    top: -1px;
  }
}
.newOpen .newOpenList .listItem .area::before {
  left: 0px;
}

.newOpen .newOpenList .listItem .area::after {
  right: 0px;
}

.newOpen .newOpenList .listItem .hotelName {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-size: 1.9rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .hotelName {
    font-size: 1.7rem;
  }
}

body.lang_zh-CHT .newOpen .newOpenList .listItem .hotelName.zh-CHTExc {
  display: none !important;
}

body.lang_zh-CHS .newOpen .newOpenList .listItem .hotelName.zh-CHSExc {
  display: none !important;
}

body.lang_ko .newOpen .newOpenList .listItem .hotelName.koExc {
  display: none !important;
}

.newOpen .newOpenList .listItem .hotelName small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .newOpen .newOpenList .listItem .hotelName small {
    margin: 0;
  }
}

.newOpen .newOpenList .listItem.lang11 {
  position: relative;
  transition: all 0.2s;
}
.newOpen .newOpenList .listItem.lang11 a {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}
.newOpen .newOpenList .listItem.lang11:has(a:hover) {
  opacity: 0.8;
}
.newOpen .newOpenList .listItem.lang11 a .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.newOpen .newOpenList .slick-counter {
  display: flex;
  align-items: center;
  margin: 20px 0 0 4%;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

@media (min-width: 768px) {
  .newOpen .newOpenList .slick-counter {
    display: none !important;
  }
}
.newOpen .newOpenList .slick-counter.slick-slide {
  display: none;
}

.newOpen .newOpenList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.newOpen .newOpenList .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@media (min-width: 768px) {
  .newOpen .arrows01 {
    display: none;
  }
}
@media (max-width: 767px) {
  .newOpen .arrows01 {
    position: relative;
    z-index: 0;
    margin-top: -22px;
  }
}
@keyframes borderAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/* =========================================================
topics
========================================================= */
.topics .wrapper {
  padding: 80px 0 140px;
}

@media (max-width: 767px) {
  .topics .wrapper {
    padding: 65px 0;
  }
}
.topicsList {
  margin: 60px 0 0;
}

@media (min-width: 768px) {
  .topicsList {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(25% - 30px));
    gap: 40px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .topicsList {
    padding-right: 105px;
    margin: 40px -10px 0;
  }
}
.topicsList .slick-list {
  overflow: visible;
}

.topicsList .listItem {
  position: relative;
}

@media (max-width: 767px) {
  .topicsList .listItem {
    margin: 0 10px;
  }
}
.topicsList .listItem a,
.topicsList .listItem .noLink {
  position: relative;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 1025px) {
  .topicsList .listItem a:hover .btnS,
  .topicsList .listItem .noLink:hover .btnS {
    color: #AB8D4B;
  }
}
.topicsList .listItem .photo {
  overflow: hidden;
  height: 283px;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .topicsList .listItem .photo {
    aspect-ratio: 1;
    height: auto;
    margin: 0 0 15px;
  }
}
.topicsList .listItem .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.topicsList .listItem .title {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .topicsList .listItem .title {
    margin: 5px 0 0;
    font-size: 1.7rem;
  }
}
.topicsList .listItem .btnS {
  text-decoration: underline;
  margin-top: auto;
}

@media (max-width: 767px) {
  .topicsList .listItem .btnS {
    display: none;
  }
}
.topicsList .slick-counter {
  display: flex;
  align-items: center;
  margin: 20px 0 0 4%;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

@media (min-width: 768px) {
  .topicsList .slick-counter {
    display: none !important;
  }
}
.topicsList .slick-counter.slick-slide {
  display: none;
}

.topicsList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.topicsList .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@media (min-width: 768px) {
  .topics .arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .topics .arrows {
    position: relative;
    z-index: 0;
    margin-top: -22px;
  }
}
@keyframes borderAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.topicsList02 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .topicsList02 {
    margin-top: 45px;
  }
}
.topicsList02 .listItem {
  background-color: #f6f3ee;
  padding: 0 25px;
  height: 87px;
  color: #000;
}

@media (max-width: 767px) {
  .topicsList02 .listItem {
    height: auto;
    padding: 30px 20px;
  }
}
.topicsList02 .listItem:nth-child(even) {
  background-color: #fff;
}

.topicsList02 .listItem .noLink span {
  font-size: 1.7rem;
  line-height: 87px;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .topicsList02 .listItem .noLink span {
    line-height: 1.7;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
  }
}
.topicsList02 .listItem a {
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 87px;
  display: inline-block;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
}

@media (max-width: 767px) {
  .topicsList02 .listItem a {
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
.topicsList02 .listItem a span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .topicsList02 .listItem a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
  }
}
.topicsList02 .listItem a .icon_link {
  fill: #000;
}

.topics .campaign202506 .photo {
  background-image: url(/img/campaign/202506/topics_bg.jpg);
  background-size: contain;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.topics .campaign202506 .photo h3 {
  font-size: 1.7rem;
  width: 98%;
}

@media (max-width: 767px) {
  .topics .campaign202506 .photo h3 {
    font-size: 1.5rem;
  }
}
.topics .campaign202506 .photo h3 span {
  display: block;
}

.topics .campaign202506 .photo h3 .ribbon {
  font-size: 1.5rem;
  color: #fff;
  background-color: #c80000;
  line-height: 1;
  padding: 5px 1.3vw;
  margin-top: 10px;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (max-width: 767px) {
  .topics .campaign202506 .photo h3 .ribbon {
    height: 31px;
    width: 85%;
  }
}
.topics .campaign202506 .photo h3 .ribbon::before,
.topics .campaign202506 .photo h3 .ribbon::after {
  content: "";
  position: absolute;
  top: -0.5px;
  width: 23px;
  height: 30.5px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .topics .campaign202506 .photo h3 .ribbon::before,
  .topics .campaign202506 .photo h3 .ribbon::after {
    height: 31.5px;
  }
}
.topics .campaign202506 .photo h3 .ribbon::before {
  left: -12px;
  background-image: url(/img/campaign/202506/ribbon_l.png);
}

.topics .campaign202506 .photo h3 .ribbon::after {
  right: -18px;
  background-image: url(/img/campaign/202506/ribbon_r.png);
}

@media (max-width: 767px) {
  .topics .campaign202506 .photo h3 .ribbon::after {
    right: -22px;
  }
}
.topics .campaign202506 .photo h3 .golden {
  background: linear-gradient(to right, #c78f1f 0%, #e4cb86 29.1687%, #c99323 54.578%, #e4cb86 78.6479%, #c78f1f 100%), #da5278;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  margin-top: 10px;
}

.topics .campaign202506 .photo h3 .percentageText {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -3px;
}

@media (max-width: 767px) {
  .topics .campaign202506 .photo h3 .percentageText {
    font-size: 8rem;
    margin-top: 0;
  }
}
.topics .campaign202506 .photo h3 .percentageText .percentage {
  font-size: 8rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .topics .campaign202506 .photo h3 .percentageText .percentage {
    font-size: 7rem;
  }
}
.topics .campaign202506 .photo h4 {
  background: #142335;
  color: #fff;
  width: 100%;
  line-height: 1.3;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .lang_ko .topics .campaign202506 .photo h3 {
    font-size: 1.3rem;
  }
}
.lang_ko .topics .campaign202506 .photo h3 .ribbon + .golden {
  margin-top: -13px;
}

.lang_ko .topics .campaign202506 .photo h3 .percentageText {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .lang_en .topics .campaign202506 .photo h3 .percentageText,
  .lang_fr .topics .campaign202506 .photo h3 .percentageText,
  .lang_de .topics .campaign202506 .photo h3 .percentageText,
  .lang_es .topics .campaign202506 .photo h3 .percentageText,
  .lang_it .topics .campaign202506 .photo h3 .percentageText,
  .lang_vi .topics .campaign202506 .photo h3 .percentageText,
  .lang_th .topics .campaign202506 .photo h3 .percentageText,
  .lang_id .topics .campaign202506 .photo h3 .percentageText,
  .lang_ar .topics .campaign202506 .photo h3 .percentageText,
  .lang_ru .topics .campaign202506 .photo h3 .percentageText {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .lang_en .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_fr .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_de .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_es .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_it .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_vi .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_th .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_id .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_ar .topics .campaign202506 .photo h3 .percentageText .percentage,
  .lang_ru .topics .campaign202506 .photo h3 .percentageText .percentage {
    font-size: 6rem;
  }
}
.lang_en .topics .campaign202506 .photo h3,
.lang_fr .topics .campaign202506 .photo h3,
.lang_de .topics .campaign202506 .photo h3,
.lang_es .topics .campaign202506 .photo h3,
.lang_it .topics .campaign202506 .photo h3,
.lang_vi .topics .campaign202506 .photo h3,
.lang_id .topics .campaign202506 .photo h3,
.lang_ru .topics .campaign202506 .photo h3 {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .lang_en .topics .campaign202506 .photo h3,
  .lang_fr .topics .campaign202506 .photo h3,
  .lang_de .topics .campaign202506 .photo h3,
  .lang_es .topics .campaign202506 .photo h3,
  .lang_it .topics .campaign202506 .photo h3,
  .lang_vi .topics .campaign202506 .photo h3,
  .lang_id .topics .campaign202506 .photo h3,
  .lang_ru .topics .campaign202506 .photo h3 {
    font-size: 1.1rem;
  }
}
.lang_en .topics .campaign202506 .photo h3 .golden,
.lang_fr .topics .campaign202506 .photo h3 .golden,
.lang_de .topics .campaign202506 .photo h3 .golden,
.lang_es .topics .campaign202506 .photo h3 .golden,
.lang_it .topics .campaign202506 .photo h3 .golden,
.lang_vi .topics .campaign202506 .photo h3 .golden,
.lang_id .topics .campaign202506 .photo h3 .golden,
.lang_ru .topics .campaign202506 .photo h3 .golden {
  margin-top: 0;
}

.lang_en .topics .campaign202506 .photo h3 .ribbon + .golden,
.lang_fr .topics .campaign202506 .photo h3 .ribbon + .golden,
.lang_de .topics .campaign202506 .photo h3 .ribbon + .golden,
.lang_es .topics .campaign202506 .photo h3 .ribbon + .golden,
.lang_it .topics .campaign202506 .photo h3 .ribbon + .golden,
.lang_vi .topics .campaign202506 .photo h3 .ribbon + .golden,
.lang_id .topics .campaign202506 .photo h3 .ribbon + .golden,
.lang_ru .topics .campaign202506 .photo h3 .ribbon + .golden {
  margin-top: -18px;
}

@media (max-width: 767px) {
  .lang_en .topics .campaign202506 .photo h3 .ribbon + .golden,
  .lang_fr .topics .campaign202506 .photo h3 .ribbon + .golden,
  .lang_de .topics .campaign202506 .photo h3 .ribbon + .golden,
  .lang_es .topics .campaign202506 .photo h3 .ribbon + .golden,
  .lang_it .topics .campaign202506 .photo h3 .ribbon + .golden,
  .lang_vi .topics .campaign202506 .photo h3 .ribbon + .golden,
  .lang_id .topics .campaign202506 .photo h3 .ribbon + .golden,
  .lang_ru .topics .campaign202506 .photo h3 .ribbon + .golden {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .lang_en .topics .campaign202506 .photo h3 .ribbon,
  .lang_fr .topics .campaign202506 .photo h3 .ribbon,
  .lang_de .topics .campaign202506 .photo h3 .ribbon,
  .lang_es .topics .campaign202506 .photo h3 .ribbon,
  .lang_it .topics .campaign202506 .photo h3 .ribbon,
  .lang_vi .topics .campaign202506 .photo h3 .ribbon,
  .lang_id .topics .campaign202506 .photo h3 .ribbon,
  .lang_ru .topics .campaign202506 .photo h3 .ribbon {
    font-size: 1.1rem;
  }
}
.lang_fr .topics .campaign202506 .photo h4 {
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .lang_fr .topics .campaign202506 .photo h4 {
    font-size: 0.9rem;
  }
}
.lang_ms .topics .campaign202506 .photo h3 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .lang_ms .topics .campaign202506 .photo h3 {
    font-size: 1.2rem;
  }
}
.lang_ms .topics .campaign202506 .photo h3 .golden {
  margin-top: 0;
}

.lang_ms .topics .campaign202506 .photo h3 .ribbon + .golden {
  margin-top: -18px;
}

@media (max-width: 767px) {
  .lang_ms .topics .campaign202506 .photo h3 .ribbon {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .lang_th .topics .campaign202506 .photo h3 {
    font-size: 1.5rem;
  }
}
.lang_th .topics .campaign202506 .photo h3 .golden {
  margin-top: 0;
}

.lang_th .topics .campaign202506 .photo h3 .ribbon + .golden {
  margin-top: -25px;
}

@media (max-width: 767px) {
  .lang_th .topics .campaign202506 .photo h3 .ribbon + .golden {
    margin-top: -12px;
  }
}
.lang_ar .topics .campaign202506 .photo h3 {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .lang_ar .topics .campaign202506 .photo h3 {
    font-size: 1.28rem;
  }
}
.lang_ar .topics .campaign202506 .photo h3 .golden {
  margin-top: 0;
}

.lang_ar .topics .campaign202506 .photo h3 .ribbon + .golden {
  margin-top: -25px;
}

@media (max-width: 767px) {
  .lang_ar .topics .campaign202506 .photo h3 .ribbon + .golden {
    margin-top: -12px;
  }
}
.lang_ar .topics .campaign202506 .photo h3 .ribbon {
  font-size: 1.3rem;
}

.lang_de .topics .campaign202506 .photo h4,
.lang_es .topics .campaign202506 .photo h4,
.lang_it .topics .campaign202506 .photo h4,
.lang_th .topics .campaign202506 .photo h4,
.lang_vi .topics .campaign202506 .photo h4,
.lang_id .topics .campaign202506 .photo h4,
.lang_ms .topics .campaign202506 .photo h4,
.lang_ar .topics .campaign202506 .photo h4,
.lang_ru .topics .campaign202506 .photo h4 {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .lang_de .topics .campaign202506 .photo h4,
  .lang_es .topics .campaign202506 .photo h4,
  .lang_it .topics .campaign202506 .photo h4,
  .lang_th .topics .campaign202506 .photo h4,
  .lang_vi .topics .campaign202506 .photo h4,
  .lang_id .topics .campaign202506 .photo h4,
  .lang_ms .topics .campaign202506 .photo h4,
  .lang_ar .topics .campaign202506 .photo h4,
  .lang_ru .topics .campaign202506 .photo h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .lang_en .topics .campaign202506 .photo h4 {
    font-size: 1.1rem;
  }
}
/* =========================================================
awards
========================================================= */
.awards .wrapper {
  padding: 100px 0 140px;
}

@media (max-width: 767px) {
  .awards .wrapper {
    padding: 50px 0 65px;
  }
}
.awards .secTitle01 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .awards .secTitle01 {
    margin-bottom: 30px;
  }
}
.awards .secTitle01 .en {
  margin-bottom: 10px;
}

.awardsList {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .awardsList {
    gap: 0 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .awardsList .listItem {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  /* .awardsList .listItem:last-of-type {
    width: 50%;
    margin: 0 auto;
  } */
}
@media (min-width: 1025px) {
  .awardsList .listItem a:hover .btnS {
    color: #AB8D4B;
  }
}
.awardsList .listItem .btnS {
  margin-top: 15px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .awardsList .listItem .btnS {
    margin-top: 10px;
  }
}
.awardsList .listItem img {
  height: 320px;
}

@media (max-width: 767px) {
  .awardsList .listItem img {
    height: initial;
    width: 100%;
  }
}
.awards .btn {
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 767px) {
  .awards .btn {
    flex-direction: column;
    gap: 8px;
  }
}
.awards .btn a {
  margin: 0;
}

/* =========================================================
hotellist
========================================================= */
.hotellist {
  position: relative;
  height: 787px;
  background: #f8f8f5;
}

@media (max-width: 767px) {
  .hotellist {
    height: auto;
  }
}
.hotellist .hotellistBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 787px;
}

.hotellist .hotellistBg .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1600px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.hotellist .hotellistBg .btn {
  position: absolute;
  width: 185px;
  margin: 0;
  z-index: 1;
}

.hotellist .hotellistBg .btn .btnLink {
  height: 53px;
  background: #AB8D4B;
  cursor: pointer;
  line-height: 53px;
  padding: 0 30px;
}

.hotellist .hotellistBg .btn .btnLink .icon_link {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  fill: #fff;
}

.hotellist .hotellistBg .btn.tokyo {
  top: 280px;
  left: calc(50% + 272px);
}

.hotellist .hotellistBg .btn.osaka {
  top: 470px;
  left: calc(50% + 86px);
}

.hotellist .hotellistBg .btn.kyoto {
  top: 280px;
  left: calc(50% - 124px);
}

.hotellist .wrapper {
  position: relative;
  padding-top: 110px;
}

@media (max-width: 767px) {
  .hotellist .wrapper {
    padding: 65px 0 75px;
  }
}
.hotellist .secTitle01 {
  text-align: left;
}

@media (max-width: 767px) {
  .hotellist .secTitle01 .en {
    margin-bottom: 5px;
  }
}
.hotellistLead {
  color: #142335;
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .hotellistLead {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}
.hotellist .hotelSearch .hotelGroup {
  display: block !important;
}

/* =========================================================
news
========================================================= */
.news .wrapper {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .news .wrapper {
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  .news .secTitle01 {
    margin-bottom: 40px;
  }
}
.topics + .news .wrapper {
  border-top: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .topics + .news .wrapper {
    padding-top: 40px;
  }
}
.newsList {
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  padding: 25px;
  margin: 0 0 70px;
}

@media (max-width: 767px) {
  .newsList {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}
.newsList li a,
.newsList li .noLink {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 10px 0;
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .newsList li a,
  .newsList li .noLink {
    position: relative;
    display: block;
    padding-right: 20px;
  }
}
.newsList li a .date,
.newsList li .noLink .date {
  width: 5em;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

@media (max-width: 767px) {
  .newsList li a .date,
  .newsList li .noLink .date {
    width: 100%;
    margin-bottom: 5px;
  }
}
.newsList li a .title,
.newsList li .noLink .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 5em - 20px);
  /* font-family: "Zen Kaku Gothic New", sans-serif, sans-serif; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .newsList li a .title,
  .newsList li .noLink .title {
    -webkit-line-clamp: 2;
    width: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.newsList li a .icon_link,
.newsList li .noLink .icon_link {
  margin-left: auto;
}

@media (max-width: 767px) {
  .newsList li a .icon_link,
  .newsList li .noLink .icon_link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.newsList .listItem:nth-child(n + 9) {
  display: none;
}

/* =========================================================
.bnrArea
========================================================= */
.bnrArea .wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .bnrArea .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bnrArea .wrapper a {
  display: block;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  text-align: center;
  margin-top: 30px;
}

.bnrArea .japanlocaltour .tokyo {
  background-image: url(/img/japanlocaltour/bnr_japanLocalTour_tokyo.jpg);
  background-image: -webkit-image-set(url("/img/japanlocaltour/bnr_japanLocalTour_tokyo.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_tokyo.jpg") type("image/jpg"));
  background-image: image-set(url("/img/japanlocaltour/bnr_japanLocalTour_tokyo.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_tokyo.jpg") type("image/jpg"));
}

@media (max-width: 767px) {
  .bnrArea .japanlocaltour .tokyo {
    background-image: url(/img/japanlocaltour/bnr_japanLocalTour_tokyo_sp.jpg);
    background-image: -webkit-image-set(url("/img/japanlocaltour/bnr_japanLocalTour_tokyo_sp.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_tokyo_sp.jpg") type("image/jpg"));
    background-image: image-set(url("/img/japanlocaltour/bnr_japanLocalTour_tokyo_sp.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_tokyo_sp.jpg") type("image/jpg"));
  }
}
.bnrArea .japanlocaltour .kyoto {
  background-image: url(/img/japanlocaltour/bnr_japanLocalTour_kyoto.jpg);
  background-image: -webkit-image-set(url("/img/japanlocaltour/bnr_japanLocalTour_kyoto.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_kyoto.jpg") type("image/jpg"));
  background-image: image-set(url("/img/japanlocaltour/bnr_japanLocalTour_kyoto.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_kyoto.jpg") type("image/jpg"));
}

@media (max-width: 767px) {
  .bnrArea .japanlocaltour .kyoto {
    background-image: url(/img/japanlocaltour/bnr_japanLocalTour_kyoto_sp.jpg);
    background-image: -webkit-image-set(url("/img/japanlocaltour/bnr_japanLocalTour_kyoto_sp.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_kyoto_sp.jpg") type("image/jpg"));
    background-image: image-set(url("/img/japanlocaltour/bnr_japanLocalTour_kyoto_sp.webp") type("image/webp"), url("/img/japanlocaltour/bnr_japanLocalTour_kyoto_sp.jpg") type("image/jpg"));
  }
}
.bnrArea .japanlocaltour a {
  text-decoration: none;
  height: 199px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .bnrArea .japanlocaltour a {
    height: 173px;
    border-radius: 4px;
  }
}
.bnrArea .japanlocaltour a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bnrArea .japanlocaltour a h3 {
  font-size: 3.5rem;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  z-index: 2;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .bnrArea .japanlocaltour a h3 {
    font-size: 2.2rem;
  }
}
.bnrArea .japanlocaltour a p {
  color: #fff;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  z-index: 2;
  letter-spacing: 1.5px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .bnrArea .japanlocaltour a p {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
/* =========================================================
campaignバナー 202506
========================================================= */
.campaign-bnr {
  position: fixed;
  z-index: 99998;
  left: 0px;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  max-width: 190px;
  bottom: 0;
  transition: bottom 0.3s ease;
}

@media (max-width: 767px) {
  .campaign-bnr {
    bottom: 127px;
  }
}
.campaign-bnr a {
  background: #142335;
  display: block;
  text-decoration: none;
  padding: 16px 0 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .campaign-bnr a {
    padding-top: 10px;
    line-height: 1.3;
  }
}
.campaign-bnr a .inner {
  padding: 0 8px;
}

.campaign-bnr a h2 {
  color: #fff;
  font-size: 1.3rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 5px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .campaign-bnr a h2 {
    font-size: 1.1rem;
    font-weight: normal;
    padding: 5px 5px;
  }
}
.campaign-bnr a .golden {
  background: linear-gradient(to right, #c78f1f 0%, #e4cb86 29.1687%, #c99323 54.578%, #e4cb86 78.6479%, #c78f1f 100%), #da5278;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.campaign-bnr a h3 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .campaign-bnr a h3 {
    font-size: 1.3rem;
  }
}
.campaign-bnr a .percentageText {
  font-size: 7.5rem;
  font-weight: normal;
  letter-spacing: -5px;
  line-height: 1;
  margin: 8px 0 13px;
}

@media (max-width: 767px) {
  .campaign-bnr a .percentageText {
    font-size: 4.4rem;
    letter-spacing: -2px;
    margin: 5px 0 6px;
  }
}
.campaign-bnr a .percentageText .percentage {
  font-size: 5.3rem;
  margin-left: 5px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .campaign-bnr a .percentageText .percentage {
    font-size: 3.1rem;
    margin-left: 3px;
  }
}
.campaign-bnr a .detail {
  color: #fff;
  font-size: 1.4rem;
  background-color: #ab8d4b;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .campaign-bnr a .detail {
    font-size: 1.2rem;
    font-weight: normal;
    height: 24px;
  }
}
.campaign-bnr a .detail svg {
  fill: #fff;
  margin-top: 4px;
}

.campaign-bnr {
  transition: bottom 0.3s ease;
  position: fixed;
}

/* cookie表示時の調整クラス */
.campaign-bnr.has-cookie-banner {
  bottom: 77px;
}

@media (max-width: 767px) {
  .campaign-bnr.has-cookie-banner {
    bottom: 122px !important;
  }
}
.campaign-bnr {
  bottom: 0;
}

@media (max-width: 767px) {
  .campaign-bnr {
    bottom: 57px !important;
  }
}
.campaign-bnr-close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
}

.campaign-bnr-close::before,
.campaign-bnr-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #000;
}

.campaign-bnr-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.campaign-bnr-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .lang_en .campaign-bnr,
  .lang_fr .campaign-bnr,
  .lang_de .campaign-bnr,
  .lang_es .campaign-bnr,
  .lang_it .campaign-bnr,
  .lang_th .campaign-bnr,
  .lang_vi .campaign-bnr,
  .lang_ms .campaign-bnr,
  .lang_id .campaign-bnr,
  .lang_ar .campaign-bnr,
  .lang_ru .campaign-bnr {
    width: 40vw;
  }
}
.lang_en .campaign-bnr a h2,
.lang_fr .campaign-bnr a h2,
.lang_de .campaign-bnr a h2,
.lang_es .campaign-bnr a h2,
.lang_it .campaign-bnr a h2,
.lang_th .campaign-bnr a h2,
.lang_vi .campaign-bnr a h2,
.lang_ms .campaign-bnr a h2,
.lang_id .campaign-bnr a h2,
.lang_ar .campaign-bnr a h2,
.lang_ru .campaign-bnr a h2 {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .lang_en .campaign-bnr a h2,
  .lang_fr .campaign-bnr a h2,
  .lang_de .campaign-bnr a h2,
  .lang_es .campaign-bnr a h2,
  .lang_it .campaign-bnr a h2,
  .lang_th .campaign-bnr a h2,
  .lang_vi .campaign-bnr a h2,
  .lang_ms .campaign-bnr a h2,
  .lang_id .campaign-bnr a h2,
  .lang_ar .campaign-bnr a h2,
  .lang_ru .campaign-bnr a h2 {
    font-size: 1rem;
  }
}
.lang_en .campaign-bnr a h3,
.lang_fr .campaign-bnr a h3,
.lang_de .campaign-bnr a h3,
.lang_es .campaign-bnr a h3,
.lang_it .campaign-bnr a h3,
.lang_th .campaign-bnr a h3,
.lang_vi .campaign-bnr a h3,
.lang_ms .campaign-bnr a h3,
.lang_id .campaign-bnr a h3,
.lang_ar .campaign-bnr a h3,
.lang_ru .campaign-bnr a h3 {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .lang_en .campaign-bnr a h3,
  .lang_fr .campaign-bnr a h3,
  .lang_de .campaign-bnr a h3,
  .lang_es .campaign-bnr a h3,
  .lang_it .campaign-bnr a h3,
  .lang_th .campaign-bnr a h3,
  .lang_vi .campaign-bnr a h3,
  .lang_ms .campaign-bnr a h3,
  .lang_id .campaign-bnr a h3,
  .lang_ar .campaign-bnr a h3,
  .lang_ru .campaign-bnr a h3 {
    font-size: 1.1rem;
  }
}
.lang_en .campaign-bnr a .percentageText,
.lang_fr .campaign-bnr a .percentageText,
.lang_de .campaign-bnr a .percentageText,
.lang_es .campaign-bnr a .percentageText,
.lang_it .campaign-bnr a .percentageText,
.lang_th .campaign-bnr a .percentageText,
.lang_vi .campaign-bnr a .percentageText,
.lang_ms .campaign-bnr a .percentageText,
.lang_id .campaign-bnr a .percentageText,
.lang_ar .campaign-bnr a .percentageText,
.lang_ru .campaign-bnr a .percentageText {
  font-size: 6rem;
}

@media (max-width: 767px) {
  .lang_en .campaign-bnr a .percentageText,
  .lang_fr .campaign-bnr a .percentageText,
  .lang_de .campaign-bnr a .percentageText,
  .lang_es .campaign-bnr a .percentageText,
  .lang_it .campaign-bnr a .percentageText,
  .lang_th .campaign-bnr a .percentageText,
  .lang_vi .campaign-bnr a .percentageText,
  .lang_ms .campaign-bnr a .percentageText,
  .lang_id .campaign-bnr a .percentageText,
  .lang_ar .campaign-bnr a .percentageText,
  .lang_ru .campaign-bnr a .percentageText {
    font-size: 3rem;
  }
}
.lang_en .campaign-bnr a .percentageText .percentage,
.lang_fr .campaign-bnr a .percentageText .percentage,
.lang_de .campaign-bnr a .percentageText .percentage,
.lang_es .campaign-bnr a .percentageText .percentage,
.lang_it .campaign-bnr a .percentageText .percentage,
.lang_th .campaign-bnr a .percentageText .percentage,
.lang_vi .campaign-bnr a .percentageText .percentage,
.lang_ms .campaign-bnr a .percentageText .percentage,
.lang_id .campaign-bnr a .percentageText .percentage,
.lang_ar .campaign-bnr a .percentageText .percentage,
.lang_ru .campaign-bnr a .percentageText .percentage {
  font-size: 5rem;
}

@media (max-width: 767px) {
  .lang_en .campaign-bnr a .percentageText .percentage,
  .lang_fr .campaign-bnr a .percentageText .percentage,
  .lang_de .campaign-bnr a .percentageText .percentage,
  .lang_es .campaign-bnr a .percentageText .percentage,
  .lang_it .campaign-bnr a .percentageText .percentage,
  .lang_th .campaign-bnr a .percentageText .percentage,
  .lang_vi .campaign-bnr a .percentageText .percentage,
  .lang_ms .campaign-bnr a .percentageText .percentage,
  .lang_id .campaign-bnr a .percentageText .percentage,
  .lang_ar .campaign-bnr a .percentageText .percentage,
  .lang_ru .campaign-bnr a .percentageText .percentage {
    font-size: 2rem;
  }
}
.lang_en .campaign-bnr a .detail,
.lang_fr .campaign-bnr a .detail,
.lang_de .campaign-bnr a .detail,
.lang_es .campaign-bnr a .detail,
.lang_it .campaign-bnr a .detail,
.lang_th .campaign-bnr a .detail,
.lang_vi .campaign-bnr a .detail,
.lang_ms .campaign-bnr a .detail,
.lang_id .campaign-bnr a .detail,
.lang_ar .campaign-bnr a .detail,
.lang_ru .campaign-bnr a .detail {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .lang_en .campaign-bnr a .detail,
  .lang_fr .campaign-bnr a .detail,
  .lang_de .campaign-bnr a .detail,
  .lang_es .campaign-bnr a .detail,
  .lang_it .campaign-bnr a .detail,
  .lang_th .campaign-bnr a .detail,
  .lang_vi .campaign-bnr a .detail,
  .lang_ms .campaign-bnr a .detail,
  .lang_id .campaign-bnr a .detail,
  .lang_ar .campaign-bnr a .detail,
  .lang_ru .campaign-bnr a .detail {
    font-size: 1rem;
  }
}
/* =========================================================
多言語
========================================================= */
body.lang_en .tabContents#bookModuleTab01,
body.lang_zh-CHS .tabContents#bookModuleTab01,
body.lang_zh-CHT .tabContents#bookModuleTab01,
body.lang_ko .tabContents#bookModuleTab01,
body.lang_fr .tabContents#bookModuleTab01,
body.lang_de .tabContents#bookModuleTab01,
body.lang_es .tabContents#bookModuleTab01,
body.lang_th .tabContents#bookModuleTab01,
body.lang_vi .tabContents#bookModuleTab01,
body.lang_it .tabContents#bookModuleTab01,
body.lang_ms .tabContents#bookModuleTab01,
body.lang_id .tabContents#bookModuleTab01,
body.lang_ar .tabContents#bookModuleTab01,
body.lang_ru .tabContents#bookModuleTab01 {
  display: block !important;
}

body.lang_en .app,
body.lang_zh-CHS .app,
body.lang_zh-CHT .app,
body.lang_ko .app,
body.lang_fr .app,
body.lang_de .app,
body.lang_es .app,
body.lang_th .app,
body.lang_vi .app,
body.lang_it .app,
body.lang_ms .app,
body.lang_id .app,
body.lang_ar .app,
body.lang_ru .app {
  display: none;
}

body.lang_en .kvTitle .en,
body.lang_zh-CHS .kvTitle .en,
body.lang_zh-CHT .kvTitle .en,
body.lang_ko .kvTitle .en,
body.lang_fr .kvTitle .en,
body.lang_de .kvTitle .en,
body.lang_es .kvTitle .en,
body.lang_th .kvTitle .en,
body.lang_vi .kvTitle .en,
body.lang_it .kvTitle .en,
body.lang_ms .kvTitle .en,
body.lang_id .kvTitle .en,
body.lang_ar .kvTitle .en,
body.lang_ru .kvTitle .en {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  body.lang_en .kvTitle .en,
  body.lang_zh-CHS .kvTitle .en,
  body.lang_zh-CHT .kvTitle .en,
  body.lang_ko .kvTitle .en,
  body.lang_fr .kvTitle .en,
  body.lang_de .kvTitle .en,
  body.lang_es .kvTitle .en,
  body.lang_th .kvTitle .en,
  body.lang_vi .kvTitle .en,
  body.lang_it .kvTitle .en,
  body.lang_ms .kvTitle .en,
  body.lang_id .kvTitle .en,
  body.lang_ar .kvTitle .en,
  body.lang_ru .kvTitle .en {
    margin-top: 15px;
  }
}
body.lang_en .book.bookModule .tabContentsWrap,
body.lang_zh-CHS .book.bookModule .tabContentsWrap,
body.lang_zh-CHT .book.bookModule .tabContentsWrap,
body.lang_ko .book.bookModule .tabContentsWrap,
body.lang_fr .book.bookModule .tabContentsWrap,
body.lang_de .book.bookModule .tabContentsWrap,
body.lang_es .book.bookModule .tabContentsWrap,
body.lang_th .book.bookModule .tabContentsWrap,
body.lang_vi .book.bookModule .tabContentsWrap,
body.lang_it .book.bookModule .tabContentsWrap,
body.lang_ms .book.bookModule .tabContentsWrap,
body.lang_id .book.bookModule .tabContentsWrap,
body.lang_ar .book.bookModule .tabContentsWrap,
body.lang_ru .book.bookModule .tabContentsWrap {
  width: 100%;
}

body.lang_en .book.bookModule .tabList,
body.lang_zh-CHS .book.bookModule .tabList,
body.lang_zh-CHT .book.bookModule .tabList,
body.lang_ko .book.bookModule .tabList,
body.lang_fr .book.bookModule .tabList,
body.lang_de .book.bookModule .tabList,
body.lang_es .book.bookModule .tabList,
body.lang_th .book.bookModule .tabList,
body.lang_vi .book.bookModule .tabList,
body.lang_it .book.bookModule .tabList,
body.lang_ms .book.bookModule .tabList,
body.lang_id .book.bookModule .tabList,
body.lang_ar .book.bookModule .tabList,
body.lang_ru .book.bookModule .tabList {
  display: none;
}

body.lang_en .book.bookModule .stayForm .formList > li:first-child,
body.lang_zh-CHS .book.bookModule .stayForm .formList > li:first-child,
body.lang_zh-CHT .book.bookModule .stayForm .formList > li:first-child,
body.lang_ko .book.bookModule .stayForm .formList > li:first-child,
body.lang_fr .book.bookModule .stayForm .formList > li:first-child,
body.lang_de .book.bookModule .stayForm .formList > li:first-child,
body.lang_es .book.bookModule .stayForm .formList > li:first-child,
body.lang_th .book.bookModule .stayForm .formList > li:first-child,
body.lang_vi .book.bookModule .stayForm .formList > li:first-child,
body.lang_it .book.bookModule .stayForm .formList > li:first-child,
body.lang_ms .book.bookModule .stayForm .formList > li:first-child,
body.lang_id .book.bookModule .stayForm .formList > li:first-child,
body.lang_ar .book.bookModule .stayForm .formList > li:first-child,
body.lang_ru .book.bookModule .stayForm .formList > li:first-child {
  display: none;
}

body.lang_en .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_zh-CHS .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_zh-CHT .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_ko .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_fr .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_de .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_es .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_th .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_vi .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_it .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_ms .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_id .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_ar .book.bookModule .stayForm .formList > li:nth-child(2),
body.lang_ru .book.bookModule .stayForm .formList > li:nth-child(2) {
  grid-column: 1/3;
  display: block;
}

body.lang_en .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_zh-CHS .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_zh-CHT .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_ko .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_fr .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_de .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_es .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_th .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_vi .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_it .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_ms .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_id .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_ar .book.bookModule .stayForm .formList > li:nth-child(3),
body.lang_ru .book.bookModule .stayForm .formList > li:nth-child(3) {
  grid-column: 3/7;
}

body.lang_en .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_zh-CHS .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_zh-CHT .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_ko .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_fr .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_de .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_es .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_th .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_vi .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_it .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_ms .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_id .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_ar .book.bookModule .stayForm .formList > li:nth-child(4),
body.lang_ru .book.bookModule .stayForm .formList > li:nth-child(4) {
  grid-column: 1/3;
  display: block;
}

body.lang_en .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_zh-CHS .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_zh-CHT .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_ko .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_fr .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_de .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_es .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_th .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_vi .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_it .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_ms .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_id .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_ar .book.bookModule .stayForm .formList > li:nth-child(5),
body.lang_ru .book.bookModule .stayForm .formList > li:nth-child(5) {
  grid-column: 3/4;
}

body.lang_en .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_zh-CHS .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_zh-CHT .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_ko .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_fr .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_de .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_es .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_th .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_vi .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_it .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_ms .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_id .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_ar .book.bookModule .stayForm .formList > li:nth-child(6),
body.lang_ru .book.bookModule .stayForm .formList > li:nth-child(6) {
  grid-column: 4/5;
}

body.lang_en .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_zh-CHS .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_zh-CHT .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_ko .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_fr .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_de .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_es .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_th .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_vi .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_it .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_ms .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_id .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_ar .book.bookModule .stayForm .formList > li:nth-child(7),
body.lang_ru .book.bookModule .stayForm .formList > li:nth-child(7) {
  grid-column: 5/7;
}

body.lang_en .book.bookModule .btn.bookBtn.gold,
body.lang_zh-CHS .book.bookModule .btn.bookBtn.gold,
body.lang_zh-CHT .book.bookModule .btn.bookBtn.gold,
body.lang_ko .book.bookModule .btn.bookBtn.gold,
body.lang_fr .book.bookModule .btn.bookBtn.gold,
body.lang_de .book.bookModule .btn.bookBtn.gold,
body.lang_es .book.bookModule .btn.bookBtn.gold,
body.lang_th .book.bookModule .btn.bookBtn.gold,
body.lang_vi .book.bookModule .btn.bookBtn.gold,
body.lang_it .book.bookModule .btn.bookBtn.gold,
body.lang_ms .book.bookModule .btn.bookBtn.gold,
body.lang_id .book.bookModule .btn.bookBtn.gold,
body.lang_ar .book.bookModule .btn.bookBtn.gold,
body.lang_ru .book.bookModule .btn.bookBtn.gold {
  display: none;
}

body.lang_en .dynamicPackaging.sp,
body.lang_zh-CHS .dynamicPackaging.sp,
body.lang_zh-CHT .dynamicPackaging.sp,
body.lang_ko .dynamicPackaging.sp,
body.lang_fr .dynamicPackaging.sp,
body.lang_de .dynamicPackaging.sp,
body.lang_es .dynamicPackaging.sp,
body.lang_th .dynamicPackaging.sp,
body.lang_vi .dynamicPackaging.sp,
body.lang_it .dynamicPackaging.sp,
body.lang_ms .dynamicPackaging.sp,
body.lang_id .dynamicPackaging.sp,
body.lang_ar .dynamicPackaging.sp,
body.lang_ru .dynamicPackaging.sp {
  display: none !important;
}

@media (max-width: 1024px) {
  body.lang_en .dynamicPackaging.pc,
  body.lang_zh-CHS .dynamicPackaging.pc,
  body.lang_zh-CHT .dynamicPackaging.pc,
  body.lang_ko .dynamicPackaging.pc,
  body.lang_fr .dynamicPackaging.pc,
  body.lang_de .dynamicPackaging.pc,
  body.lang_es .dynamicPackaging.pc,
  body.lang_th .dynamicPackaging.pc,
  body.lang_vi .dynamicPackaging.pc,
  body.lang_it .dynamicPackaging.pc,
  body.lang_ms .dynamicPackaging.pc,
  body.lang_id .dynamicPackaging.pc,
  body.lang_ar .dynamicPackaging.pc,
  body.lang_ru .dynamicPackaging.pc {
    display: none !important;
  }
  body.lang_en .dynamicPackaging.sp,
  body.lang_zh-CHS .dynamicPackaging.sp,
  body.lang_zh-CHT .dynamicPackaging.sp,
  body.lang_ko .dynamicPackaging.sp,
  body.lang_fr .dynamicPackaging.sp,
  body.lang_de .dynamicPackaging.sp,
  body.lang_es .dynamicPackaging.sp,
  body.lang_th .dynamicPackaging.sp,
  body.lang_vi .dynamicPackaging.sp,
  body.lang_it .dynamicPackaging.sp,
  body.lang_ms .dynamicPackaging.sp,
  body.lang_id .dynamicPackaging.sp,
  body.lang_ar .dynamicPackaging.sp,
  body.lang_ru .dynamicPackaging.sp {
    display: block !important;
  }
}
/* body.lang_en .detail .wrapper,
body.lang_zh-CHS .detail .wrapper,
body.lang_zh-CHT .detail .wrapper,
body.lang_ko .detail .wrapper,
body.lang_fr .detail .wrapper,
body.lang_de .detail .wrapper,
body.lang_es .detail .wrapper,
body.lang_th .detail .wrapper,
body.lang_vi .detail .wrapper,
body.lang_it .detail .wrapper {
  padding-bottom: 0;
} */
body.lang_en .bookModule .formList li:last-child input.submitBtn {
  text-transform: capitalize;
}

body.lang_fr .kv .textBlock .kvTitle,
body.lang_de .kv .textBlock .kvTitle,
body.lang_es .kv .textBlock .kvTitle,
body.lang_it .kv .textBlock .kvTitle {
  max-width: 750px;
}

@media (max-width: 767px) {
  body.lang_fr .kv .textBlock .kvTitle,
  body.lang_de .kv .textBlock .kvTitle,
  body.lang_es .kv .textBlock .kvTitle,
  body.lang_it .kv .textBlock .kvTitle {
    max-width: 90%;
    margin: 0 auto;
  }
}
body.lang_fr .kv .textBlock .kvTitle .en,
body.lang_de .kv .textBlock .kvTitle .en,
body.lang_es .kv .textBlock .kvTitle .en,
body.lang_it .kv .textBlock .kvTitle .en {
  display: none;
}

body.lang_fr .kv .textBlock .kvTitle .enExc,
body.lang_de .kv .textBlock .kvTitle .enExc,
body.lang_es .kv .textBlock .kvTitle .enExc,
body.lang_it .kv .textBlock .kvTitle .enExc {
  text-transform: uppercase;
  display: block;
  font-size: 6.1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

@media (max-width: 767px) {
  body.lang_fr .kv .textBlock .kvTitle .enExc,
  body.lang_de .kv .textBlock .kvTitle .enExc,
  body.lang_es .kv .textBlock .kvTitle .enExc,
  body.lang_it .kv .textBlock .kvTitle .enExc {
    font-size: 3.1rem;
  }
}
body.lang_fr .secTitle01 .en,
body.lang_de .secTitle01 .en,
body.lang_es .secTitle01 .en,
body.lang_it .secTitle01 .en,
body.lang_ms .secTitle01 .en,
body.lang_id .secTitle01 .en {
  display: none;
}

body.lang_fr .secTitle01 .enExc,
body.lang_de .secTitle01 .enExc,
body.lang_es .secTitle01 .enExc,
body.lang_it .secTitle01 .enExc,
body.lang_ms .secTitle01 .enExc,
body.lang_id .secTitle01 .enExc {
  font-size: 8.1rem;
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body.lang_fr .secTitle01 .enExc,
  body.lang_de .secTitle01 .enExc,
  body.lang_es .secTitle01 .enExc,
  body.lang_it .secTitle01 .enExc,
  body.lang_ms .secTitle01 .enExc,
  body.lang_id .secTitle01 .enExc {
    font-size: 4rem;
  }
}

/* MSマレー語、IDインドネシア語追加 */
body.lang_ms .hotellist .hotellistBg .btn {
  width: 200px;
}

/*# sourceMappingURL=top.css.map */