@charset "UTF-8";

/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  padding-top: 0;
  background-color: #f9f9f9;
}

@media screen and (min-width: 1250px) {
  body {
    overflow: visible;
  }
}

body.modal-open {
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100vw;
}

.contents {
  position: static;
  overflow: clip;
}

.fade {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: opacity 1s ease, filter 1s ease, top 1s ease;
}

.fadein {
  top: 0;
  opacity: 1;
}

main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.06em;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  main {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }
}

.secTitle01 {
  font-size: 4rem;
  font-family: "Lustria", serif;
  font-style: normal;
  letter-spacing: 0.06em;
  margin: 0;
}

@media (max-width: 1024px) {
  .secTitle01 {
    font-size: 2.6rem;
  }
}

.secTitle01+.titleSub {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .secTitle01+.titleSub {
    font-size: 1.2rem;
    margin-top: -10px;
    margin-bottom: 25px;
  }
}

.secTitle02 {
  font-family: "Lustria", serif;
  font-style: normal;
  letter-spacing: 0.04em;
}

main .btn {
  margin: 0;
}

main .btn a {
  border-radius: 50px;
  height: 50px;
  width: initial;
  letter-spacing: 0.12em;
  padding: 0 40px 0 30px;
  font-weight: 500;
}

main .btn a::after {
  position: absolute;
  right: 15px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}

@media (max-width: 1024px) {
  main .btn a::after {
    right: 8px;
  }
}

main .btn a:hover {
  color: #000;
}

main .btnWrap {
  display: flex;
  gap: 9px;
}

main .btn.small a {
  font-weight: 300;
  font-size: 1.2rem;
  border: 1px solid #000;
  background-color: initial;
  color: #000;
  height: 21px;
  padding: 2px 15px 3px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  main .btn.small a {
    font-size: 1rem;
    height: 17px;
    padding: 1px 10px 2px;
  }
}

main .btn.small a::after {
  content: none;
}

main .btnS a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

main .btnS .yajirushi {
  width: 18px;
  height: 9px;
  margin-left: 5px;
  margin-top: 2px;
}

.photo {
  border-radius: 0;
}

.wrapper {
  max-width: 1100px;
}

@media (max-width: 1365px) {
  .wrapper {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 40px 0;
  }
}

.wrapper2 {
  max-width: 985px;
}

@media (max-width: 1250px) {
  .wrapper2 {
    max-width: 94%;
  }
}

@media (max-width: 1024px) {
  .wrapper2 {
    max-width: 80%;
  }
}

.pagetop.is_animation {
  display: none;
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  z-index: 0;
  height: 810px;
  overflow: hidden;
  background: #000;
}

@media (max-width: 1024px) {
  .kv {
    height: 63vh;
    margin-top: 60px;
  }
}

.kv video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .kv video {
    height: 63vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.kv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 1;
  transition: opacity 1s ease;
}

@media (max-width: 1024px) {
  .kv .logo {
    display: none;
  }
}

.kv .logo.fade-out {
  opacity: 0;
}

@media (max-width: 767px) {
  .kv .logo {
    width: 60%;
  }
}

.kvLogo {
  animation: 1s fadeout ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* =========================================================
animationWrap
========================================================= */
.animationWrap {
  display: flex;
}

@media (max-width: 1024px) {
  .animationWrap {
    display: block;
  }
}

/* =========================================================
nav
========================================================= */
.nav {
  position: relative;
  overflow: visible;
  width: 100%;
  flex-shrink: 0;
  transition: all 4s;
}

.nav.animation {
  width: 20%;
}

@media (max-width: 1024px) {
  .nav.animation {
    width: 100% !important;
    width: 0%;
  }
}

.nav .inner {
  overflow: visible;
  display: block;
  height: auto;
}

@media (max-width: 1250px) {
  .nav .sideMenu {
    padding: 30px 12%;
  }
}

@media (max-width: 1024px) {
  .nav .sideMenu {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .nav .sideMenu .fade {
    opacity: 1;
    position: initial;
  }
}

.nav .sideMenu .btnSpWrap {
  display: none;
}

@media (max-width: 1024px) {
  .nav .sideMenu .btnSpWrap {
    display: flex;
    position: fixed;
    bottom: 20px;
    gap: 15px;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav .sideMenu .btnSpWrap .btnSp {
  margin-top: 0;
}

.nav .sideMenu .btnSpWrap .btnSp a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vmax;
  border: none;
  background: #fff;
  width: 150px;
  height: 50px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.3rem;
  color: #711a20;
  border: 1px solid #711a20;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
  padding: 0 30px 0 20px;
  line-height: 1.2;
  overflow: hidden;
}

.nav .sideMenu .btnSpWrap .btnSp a span {
  position: relative;
  padding: 0;
  margin-top: 0;
}

.nav .sideMenu .btnSpWrap .btnSp.memberBtn {
  left: 20%;
}

.nav .sideMenu .btnSpWrap .btnSp.memberBtn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #711a20;
  right: 12px;
}

.nav .sideMenu .btnSpWrap .btnSp.memberBtn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #711a20;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.nav .sideMenu .btnSpWrap .btnSp.memberBtn a:hover {
  background-color: #711a20;
  color: #fff;
}

.nav .sideMenu .btnSpWrap .btnSp.memberBtn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.nav .sideMenu .btnSpWrap .btnSp.memberBtn a:hover::after {
  border-left: 7px solid #fff;
}

.nav .sideMenu .btnSpWrap .btnSp.bookBtn {
  position: initial;
  display: block;
}

.nav .sideMenu .btnSpWrap .btnSp.bookBtn a {
  text-decoration: none;
  border: 1px solid #000000;
  color: #000;
  letter-spacing: 0;
}

.nav .sideMenu .btnSpWrap .btnSp.bookBtn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.nav .sideMenu .btnSpWrap .btnSp.bookBtn a:hover {
  background-color: #000;
  color: #fff;
}

.nav .sideMenu .btnSpWrap .btnSp.bookBtn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.nav .sideMenu .btnSpWrap .btnSp.bookBtn a:hover img {
  filter: invert(100%);
}

nav.sideMenu .navWrap {
  margin-bottom: -30px;
  transition: opacity 1s ease, filter 1s ease, top 1s ease, margin 1s ease;
}

nav.sideMenu .navWrap.fadein {
  margin-bottom: 0;
}

nav.sideMenu .bookBtn {
  top: 210px;
  transition: top 1s ease;
}

nav.sideMenu .fadein .bookBtn {
  top: 190px;
}

/* =========================================================
rightColumn
========================================================= */
.rightColumn .photo {
  overflow: visible;
  margin-bottom: 0;
}

.rightColumn .photoWrap {
  position: relative;
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
}

.rightColumn .photoWrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 400px;
  transition: min-height 1s ease;
}

@media (max-width: 767px) {
  .rightColumn .photoWrap img {
    min-height: 340px;
  }
}

@media (min-width: 768px) {
  .animation+.rightColumn .photoWrap img {
    min-height: 100vh;
  }
}

.rightColumn .photoWrap .text {
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 100px;
  color: #fff;
  font-family: "ShipporiMinchoB1", serif;
  font-size: 1.66rem;
  transition-delay: 1s;
  letter-spacing: 0.15em;
  opacity: 0;
}

.animation+.rightColumn .photoWrap .text {
  opacity: 1;
}

@media (max-width: 767px) {
  .rightColumn .photoWrap .text {
    left: 20px;
    bottom: 15px;
    font-size: 1.1rem;
  }
}

.rightColumn .photoWrap .text h3 {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .rightColumn .photoWrap .text h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .animation+.rightColumn .image1 img {
    min-height: calc(100vh + 260px);
  }

  .rightColumn .image1 .text {
    bottom: 270px;
  }
}

.rightColumn .image1 .text p {
  letter-spacing: 0.25em;
}

.rightColumn .image1 .text h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .rightColumn .image1 .text h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.rightColumn .image1 .text h3 span {
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .rightColumn .image1 .text h3 span {
    font-size: 1.6rem;
  }
}

.rightColumn .image1 .text h3 small {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .rightColumn .image1 .text h3 small {
    font-size: 0.8rem;
  }
}

.rightColumn .image2 .text {
  left: 52%;
  writing-mode: initial;
  font-feature-settings: initial;
}

@media (max-width: 767px) {
  .rightColumn .image2 .text h3 {
    font-size: 1rem;
  }
}

.rightColumn .image2 .text span {
  text-combine-upright: all;
}

/* =========================================================
lead
========================================================= */
.lead {
  background-color: #fff;
}

@media (max-width: 1024px) {
  .lead .fade {
    opacity: 1;
  }
}

.lead .text {
  transition: opacity 1s ease, height 1s ease;
  width: 100%;
  will-change: width;
  text-align: center;
  margin-top: 75px;
}

@media (max-width: 1024px) {
  .lead .text {
    margin-top: 10%;
    padding: 0 5% 40px 5%;
  }
}

@media (max-width: 767px) {
  .lead .text {
    margin-top: 0;
    padding-top: 40px;
  }
}

.lead .text.fadeout {
  opacity: 0;
}

.lead .text h2,
.lead .text p {
  min-width: 0;
  transition: opacity 1s ease, filter 1s ease, top 1s ease;
  min-width: 680px;
}

@media (max-width: 1024px) {

  .lead .text h2,
  .lead .text p {
    min-width: 100%;
  }
}

.lead .text h2.secTitle01 {
  font-size: 2.68rem;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .lead .text h2.secTitle01 {
    font-size: 1.8rem;
  }
}

.lead .text p {
  font-size: 1.8rem;
  font-family: "ShipporiMinchoB1", serif;
  letter-spacing: 0.2em;
  margin-bottom: 120px;
}

@media (max-width: 1024px) {
  .lead .text p {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.lead .text .logo {
  margin-bottom: 400px;
  transition: transform 0.6s ease, left 0.6s ease, top 0.6s ease;
  position: static;
}

.lead .text .logo.moving-to-sidebar {
  position: absolute;
  z-index: 9999;
}

.lead .text .image {
  display: none;
  position: relative;
  overflow: hidden;
}

.lead .text .image .expand-image {
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: none;
}

.lead .image2 {
  display: flex;
  margin-left: 265px;
  max-width: calc(100% - 265px);
  box-sizing: border-box;
}

.lead .image2 img {
  width: 50%;
}

/* =========================================================
sidebar
========================================================= */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 265px;
  height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  z-index: 1000;
  background-color: #fff;
}

.main-content {
  max-width: none;
  margin-left: 0;
  background-color: #f9f9f9;
}

@media (max-width: 1024px) {
  .main-content {
    margin-left: 0;
    max-width: initial;
  }
}

.text h2,
.text p {
  transition: opacity 0.3s ease;
}

/* =========================================================
reserve
========================================================= */
.reserve {
  display: flex;
  background-color: #e6e3e2;
}

@media (max-width: 1024px) {
  .reserve {
    flex-direction: column-reverse;
  }
}

.reserve .bookModule {
  width: 70%;
  padding: 35px 2% 35px 4.5%;
  z-index: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  position: static;
  background: none;
  height: auto;
  transition: none;
}

@media (max-width: 1024px) {
  .reserve .bookModule {
    margin: 0 auto;
    padding: 13px 0 35px;
  }
}

.reserve .benefits {
  width: 30%;
  background-color: #711a20;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

@media (max-width: 1024px) {
  .reserve .benefits {
    width: 100%;
    padding: 13px 5%;
  }
}

.reserve .benefits h3 {
  font-family: "ShipporiMinchoB1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .reserve .benefits h3 {
    font-size: 1.7rem;
  }
}

.reserve .benefits ul {
  margin-bottom: 10px;
  margin-top: 15px;
}

.reserve .benefits ul li {
  font-size: 1.6rem;
  background-color: #8d484d;
  letter-spacing: 0.06em;
  padding: 6px 25px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .reserve .benefits ul li {
    font-size: 1.4rem;
  }
}

.reserve .benefits ul li+li {
  margin-top: 5px;
}

.reserve .benefits .note {
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .reserve .benefits .note {
    font-size: 1.1rem;
  }
}

.reserve .benefits .btn {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .reserve .benefits .btn {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.reserve .benefits .btn a {
  background-color: #fff;
  color: #711a20;
}

.reserve .benefits .btn a::after {
  border-left: 7px solid #711a20;
}

@media (max-width: 1024px) {
  .reserve .benefits .btn a {
    background-color: initial;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 1.3rem;
    height: 30px;
    padding-left: 3px;
    padding-right: 25px;
  }

  .reserve .benefits .btn a::after {
    right: 5px;
    border-left: 7px solid #fff;
  }
}

body.lang_ja .reserve .benefits h3 {
  letter-spacing: 0.16em;
}

/* bookModule  ====================== */
.bookModule .bookTitle {
  display: none;
}

@media (max-width: 1024px) {
  .bookModule .bookTitle {
    display: block;
    background-color: initial;
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.bookModule .tabList {
  gap: 8px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.bookModule .tabList li {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.21em;
  height: 37px;
  overflow: hidden;
  width: auto;
  background-color: #fff;
  text-transform: capitalize;
}

.bookModule .tabList li a {
  border: none;
  color: #000;
  height: 37px;
  line-height: initial;
  font-weight: normal;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
}

.bookModule .tabList li a svg {
  display: none;
}

.bookModule .tabList li a img {
  margin-left: 20px;
}

.bookModule .tabList li.active a {
  color: #000;
  font-weight: 500;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .bookModule .tabList {
    display: none;
  }
}

.bookModule .tabContentsWrap {
  width: 100%;
}

@media (max-width: 1024px) {
  .bookModule .tabContentsWrap {
    display: none;
  }
}

.bookModule .bookTitle+.tabContentsWrap {
  width: 100%;
}

.bookModule .bookTitle+.tabContentsWrap .link {
  margin-left: 0;
}

.bookModule .formList {
  gap: 30px 0;
}

@media (max-width: 1230px) {
  .bookModule .formList {
    gap: 15px 0;
  }
}

.bookModule .formList>li {
  border-bottom: 1px solid #999;
}

.bookModule .formList li:last-child input.reloadBtn {
  display: none;
}

.bookModule .link {
  margin-top: 15px;
}

.bookModule .link svg,
.bookModule .link .reserve_new {
  display: none !important;
}

@media (max-width: 1024px) {
  .bookModule .link .reserve_new {
    display: block !important;
  }
}

.bookModule .formList {
  display: flex;
  flex-wrap: wrap;
}

.bookModule .formList>li {
  height: 70px;
  padding: 10px;
  background-repeat: no-repeat;
}

.bookModule .formList>li svg {
  display: none;
}

.bookModule .formList>li img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.bookModule .formList>li>input,
.bookModule .formList>li>select,
.bookModule .formList>li .hotelSelectText {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  height: 70px;
  padding-left: 40px;
}

.bookModule .formList>li>select {
  background: url(../img/top/icon_down.svg) no-repeat right 20px center;
}

@media (max-width: 1230px) {
  .bookModule .formList>li>select {
    background: none;
  }
}

.bookModule .formList>li.form_date,
.bookModule .formList>li.form_room,
.bookModule .formList>li.form_person {
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.bookModule .formList>li.form_date img,
.bookModule .formList>li.form_room img,
.bookModule .formList>li.form_person img {
  left: 20px;
}

.bookModule .formList>li.form_date>input,
.bookModule .formList>li.form_date>select,
.bookModule .formList>li.form_date .hotelSelectText,
.bookModule .formList>li.form_room>input,
.bookModule .formList>li.form_room>select,
.bookModule .formList>li.form_room .hotelSelectText,
.bookModule .formList>li.form_person>input,
.bookModule .formList>li.form_person>select,
.bookModule .formList>li.form_person .hotelSelectText {
  padding-left: 50px;
}

@media (max-width: 1230px) {

  .bookModule .formList>li.form_date>input,
  .bookModule .formList>li.form_date>select,
  .bookModule .formList>li.form_date .hotelSelectText,
  .bookModule .formList>li.form_room>input,
  .bookModule .formList>li.form_room>select,
  .bookModule .formList>li.form_room .hotelSelectText,
  .bookModule .formList>li.form_person>input,
  .bookModule .formList>li.form_person>select,
  .bookModule .formList>li.form_person .hotelSelectText {
    font-size: 1.3rem;
  }
}

.bookModule .formList>li.form_date>select,
.bookModule .formList>li.form_room>select,
.bookModule .formList>li.form_person>select {
  padding-left: 55px;
  font-size: 1.3rem;
  font-feature-settings: inherit;
}

.bookModule .airlineForm .formList>li:nth-child(1) {
  background-image: url(../img/top/icon_airport.svg);
  height: 40px;
  background-size: 18px;
  background-position: 12px center;
}

.bookModule .airlineForm .formList>li:nth-child(1) select {
  height: 40px;
}

.bookModule .formList .form_area,
.bookModule .airlineForm .formList>li:nth-child(2) {
  background-image: url(../img/top/icon_pin.svg);
  height: 40px;
  background-position: 12px center;
  background-size: 15px;
}

.bookModule .formList .form_area select,
.bookModule .airlineForm .formList>li:nth-child(2) select {
  height: 40px;
}

.bookModule .formList .form_hotel,
.bookModule .airlineForm .formList>li:nth-child(3) {
  background-image: url(../img/top/icon_hotel.svg);
  height: 40px;
  background-size: 17px;
  background-position: 12px center;
}

.bookModule .formList .form_hotel select,
.bookModule .airlineForm .formList>li:nth-child(3) select {
  height: 40px;
}

.bookModule .formList .form_date,
.bookModule .airlineForm .formList>li:nth-child(4) {
  background-image: url(../img/top/icon_cal.svg);
  background-size: 17px;
  background-position: 20px center;
}

.bookModule .formList .form_room {
  background-image: url(../img/top/icon_bed.svg);
  background-size: 22px;
  background-position: 20px center;
}

.bookModule .formList .form_person,
.bookModule .airlineForm .formList>li:nth-child(5) {
  background-image: url(../img/top/icon_people.svg);
  background-size: 26px;
  background-position: 20px center;
}

.bookModule .bookModule .airlineForm .formList>li:first-child {
  background-image: url(../img/top/icon_cal.svg);
  background-size: 17px;
}

.bookModule .form_date {
  border-radius: 8px 0 0 8px;
}

.bookModule .form_room {
  position: relative;
}

.bookModule .form_room::after,
.bookModule .form_room::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
}

.bookModule .form_room::after {
  left: -5px;
}

.bookModule .form_room::before {
  right: -5px;
  z-index: 1;
}

.bookModule .form_person {
  border-radius: 0 8px 8px 0;
}

.bookModule .stayForm .formList {
  grid-template-columns: repeat(6, 1fr);
}

.bookModule .stayForm .formList>li:nth-child(1) {
  width: 15%;
  min-width: 100px;
}

.bookModule .stayForm .formList>li:nth-child(2) {
  display: none;
}

.bookModule .stayForm .formList>li:nth-child(3) {
  width: 55%;
}

.bookModule .stayForm .formList>li:nth-child(4) {
  width: 35%;
  min-width: 270px;
}

@media (max-width: 1230px) {
  .bookModule .stayForm .formList>li:nth-child(4) {
    min-width: 230px;
  }
}

.bookModule .stayForm .formList>li:nth-child(4)::after {
  content: "";
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  z-index: 2;
}

.bookModule .stayForm .formList>li:nth-child(5) {
  width: 15%;
  min-width: 170px;
}

@media (max-width: 1230px) {
  .bookModule .stayForm .formList>li:nth-child(5) {
    min-width: 140px;
  }
}

.bookModule .stayForm .formList>li:nth-child(6) {
  width: 18%;
  min-width: 170px;
}

@media (max-width: 1230px) {
  .bookModule .stayForm .formList>li:nth-child(6) {
    min-width: 140px;
  }
}

.bookModule .stayForm .formList>li:nth-child(6)::after {
  content: "";
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  z-index: 2;
}

.bookModule .formList li:last-child {
  position: relative;
}

.bookModule .formList li:last-child input.submitBtn {
  background: #ae9c66 url("../img/top/icon_search.svg") no-repeat 15px center;
  border-radius: 8px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  padding-left: 25px;
  letter-spacing: 0;
}

.bookModule .stayForm .formList>li:nth-child(7) {
  min-width: 92px;
  width: 10%;
  margin-left: 10px;
}

.bookModule .airlineForm .formList>li:first-child {
  width: 36%;
  min-width: 295px;
}

.bookModule .airlineForm .formList>li:nth-child(2) {
  width: 15%;
  min-width: 100px;
}

.bookModule .airlineForm .formList>li:nth-child(3) {
  width: 40%;
  min-width: 330px;
}

.bookModule .airlineForm .formList>li:nth-child(4) {
  width: 55%;
  min-width: 336px;
  position: relative;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 1230px) {
  .bookModule .airlineForm .formList>li:nth-child(4) {
    min-width: 290px;
  }
}

.bookModule .airlineForm .formList>li:nth-child(4)::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -5px;
  width: 12px;
  height: 100%;
  z-index: 1;
}

.bookModule .airlineForm .formList>li:nth-child(4)::after {
  content: "";
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  z-index: 2;
}

.bookModule .airlineForm .formList>li:nth-child(5) {
  width: 18%;
  min-width: 130px;
  border-radius: 0 8px 8px 0;
}

@media (max-width: 1230px) {
  .bookModule .airlineForm .formList>li:nth-child(5) {
    min-width: 100px;
  }
}

.bookModule .airlineForm .formList>li:nth-child(4),
.bookModule .airlineForm .formList>li:nth-child(5) {
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.bookModule .airlineForm .formList>li:nth-child(4) img,
.bookModule .airlineForm .formList>li:nth-child(5) img {
  left: 20px;
}

.bookModule .airlineForm .formList>li:nth-child(4)>input,
.bookModule .airlineForm .formList>li:nth-child(4)>select,
.bookModule .airlineForm .formList>li:nth-child(4) .hotelSelectText,
.bookModule .airlineForm .formList>li:nth-child(5)>input,
.bookModule .airlineForm .formList>li:nth-child(5)>select,
.bookModule .airlineForm .formList>li:nth-child(5) .hotelSelectText {
  padding-left: 50px;
}

@media (max-width: 1230px) {

  .bookModule .airlineForm .formList>li:nth-child(4)>input,
  .bookModule .airlineForm .formList>li:nth-child(4)>select,
  .bookModule .airlineForm .formList>li:nth-child(4) .hotelSelectText,
  .bookModule .airlineForm .formList>li:nth-child(5)>input,
  .bookModule .airlineForm .formList>li:nth-child(5)>select,
  .bookModule .airlineForm .formList>li:nth-child(5) .hotelSelectText {
    font-size: 1.3rem;
  }
}

.bookModule .airlineForm .formList>li:nth-child(4)>select,
.bookModule .airlineForm .formList>li:nth-child(5)>select {
  padding-left: 55px;
}

.bookModule .airlineForm .formList>li:nth-child(6) {
  min-width: 92px;
  width: 10%;
  margin-left: 10px;
}

@media (min-width: 1025px) {
  .bookModule .spBlock {
    display: none;
  }
}

@media (max-width: 1024px) {
  .bookModule .spBlock {
    width: 100%;
  }
}

.bookModule .spBlock .bookBtn+.bookBtn {
  margin-top: 15px;
}

.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: 35px;
  background-color: #ae9c66;
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 400;
  background-image: url(../img/top/icon_hotel_white.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 16px;
  text-transform: capitalize;
}

.bookModule .spBlock .bookBtn a:hover {
  color: #fff;
}

.bookModule .spBlock .bookBtn a::after {
  content: none;
}

.bookModule .spBlock .bookBtn a svg {
  display: none;
}

.bookModule .spBlock .bookBtn.gold a {
  background-image: url(../img/top/icon_airplane_white.svg);
  background-position: 3px center;
  background-size: 28px;
}

.bookModule .spBlock .bookBtn.gold.shinkansen a {
  background-image: url(../img/top/icon_shinkansen_white.svg);
  background-position: 0 center;
  background-size: 33px;
}

.bookModule .spBlock .link {
  margin-top: 5px;
}

.bookModule .spBlock .link a {
  display: inline-block;
  font-size: 1.4rem;
}

.bookModule .spBlock .link a:last-child {
  margin-right: 0;
}

.flatpickr-calendar.animate.open {
  z-index: 3 !important;
}

.lang_ja .bookModule .stayForm .formList>li:nth-child(4) {
  width: 46%;
  min-width: 336px;
}

@media (max-width: 1230px) {
  .lang_ja .bookModule .stayForm .formList>li:nth-child(4) {
    min-width: 290px;
  }
}

.lang_ja .bookModule .stayForm .formList>li:nth-child(5),
.lang_ja .bookModule .stayForm .formList>li:nth-child(6) {
  min-width: 140px;
}

@media (max-width: 1230px) {

  .lang_ja .bookModule .stayForm .formList>li:nth-child(5),
  .lang_ja .bookModule .stayForm .formList>li:nth-child(6) {
    min-width: 100px;
  }
}

.lang_ja .bookModule .formList>li.form_date>select,
.lang_ja .bookModule .formList>li.form_room>select,
.lang_ja .bookModule .formList>li.form_person>select {
  font-size: 1.5rem;
}

@media (max-width: 1230px) {

  .lang_ja .bookModule .formList>li.form_date>select,
  .lang_ja .bookModule .formList>li.form_room>select,
  .lang_ja .bookModule .formList>li.form_person>select {
    font-size: 1.3rem;
  }
}

.lang_ja .bookModule .formList li:last-child::after {
  letter-spacing: 0.08em;
}

/* =========================================================
apart
========================================================= */
.apart {
  position: relative;
}

.apart .wrapper {
  display: flex;
  position: initial;
}

@media (max-width: 1024px) {
  .apart .wrapper {
    flex-direction: column;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .apart .wrapper .apartBlock {
    width: 80%;
    margin: 0 auto;
  }
}

.apart .wrapper .apartBlock .text {
  position: relative;
  z-index: 1;
}

.apart .wrapper .apartBlock .text h4 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .apart .wrapper .apartBlock .text h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.apart .wrapper .apartBlock .btnS {
  margin-top: 20px;
}

.apart .wrapper .apartBlock .image {
  position: absolute;
  top: 108px;
  left: 30%;
  z-index: 0;
  width: 375px;
  height: auto;
}

@media (max-width: 1024px) {
  .apart .wrapper .apartBlock .image {
    position: initial;
  }
}

.apart .wrapper .apartBlock+img {
  margin-top: -70px;
  width: 100%;
}

.apart .wrapper .detailHotel {
  width: 29.8%;
  padding-top: 30px;
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  .apart .wrapper .detailHotel {
    position: initial;
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    margin-top: 25px;
  }
}

.apart .wrapper .detailHotel .hotelName {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .apart .wrapper .detailHotel .hotelName {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
}

.apart .wrapper .detailHotel .address .telBox {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .apart .wrapper .detailHotel .address .telBox {
    display: flex;
    gap: 20px;
    margin-top: 8px;
  }
}

.apart .wrapper .detailHotel .btnWrap {
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .apart .wrapper .detailHotel .btnWrap {
    margin-top: 12px;
  }
}

.apart .wrapper .detailHotel .btnWrap .btn a {
  text-transform: capitalize;
}

/* =========================================================
room
========================================================= */
@media (max-width: 1024px) {
  .room {
    border-top: 1px solid #999;
  }
}

.room .wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .room .wrapper {
    flex-direction: column;
  }
}

.room .wrapper .secTitle01 {
  line-height: 1;
  margin-bottom: 20px;
}

.room .wrapper .left {
  max-width: 297px;
  width: 25%;
}

@media (max-width: 1024px) {
  .room .wrapper .left {
    width: 90%;
    margin: 0 auto;
    max-width: initial;
    display: flex;
    justify-content: space-between;
  }
}

.room .wrapper .left .tabArea.pageTop ul {
  flex-direction: column;
  gap: 5px;
}

@media (max-width: 1024px) {
  .room .wrapper .left .tabArea.pageTop ul {
    gap: 2px;
  }
}

@media (max-width: 1024px) {
  .room .wrapper .left .tabArea.pageTop ul li {
    width: 100%;
    padding: 0;
  }
}

.room .wrapper .left .tabArea.pageTop ul li a {
  padding: 0;
  border-bottom: none;
}

@media (max-width: 1024px) {
  .room .wrapper .left .tabArea.pageTop ul li a {
    font-size: 1.1rem;
  }
}

.room .wrapper .right {
  width: 75%;
}

@media (max-width: 1024px) {
  .room .wrapper .right {
    width: 100%;
  }
}

.roomListMovie {
  border-bottom: 1px solid #999;
}

.roomListMovie .listItem {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  gap: 10px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem {
    flex-direction: column;
  }
}

.roomListMovie .listItem+.listItem {
  padding-top: 25px;
  border-top: 1px solid #999;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem+.listItem {
    padding-top: 0;
    margin-top: 40px;
    border: none;
  }
}

.roomListMovie .listItem .roomText {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 45%;
  min-width: 300px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText {
    width: 90%;
    margin: 0 auto;
  }
}

.roomListMovie .listItem .roomText .secTitle02 {
  font-size: 2.4rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .secTitle02 {
    font-size: 1.8rem;
  }
}

.roomListMovie .listItem .roomText .roomDetail {
  margin-top: 25px;
}

.roomListMovie .listItem .roomText .roomDetail li {
  display: flex;
}

.roomListMovie .listItem .roomText .roomDetail li.mt {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .roomDetail li.mt {
    margin-top: 10px;
  }
}

.roomListMovie .listItem .roomText .roomDetail li>div {
  display: inline-block;
}

.roomListMovie .listItem .roomText .roomDetail li .label {
  width: 37%;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .roomDetail li .label {
    width: 40%;
  }
}

.roomListMovie .listItem .roomText .roomDetail li .value {
  margin-left: 10px;
  width: 61%;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .roomDetail li .value {
    width: 58%;
  }
}

.roomListMovie .listItem .roomText .roomDetail li::before {
  content: "●";
  display: inline-block;
  color: #AB8D4B;
  font-size: 1rem;
  margin-top: 3px;
  margin-right: 4px;
}

.roomListMovie .listItem .roomText .btnWrap {
  margin-top: 30px;
  flex-wrap: wrap;
  width: 95%;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .btnWrap {
    width: 100%;
    margin-top: 15px;
  }
}

.roomListMovie .listItem .roomText .btnWrap+.btnWrap {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .btnWrap+.btnWrap {
    margin-top: 8px;
  }
}

.roomListMovie .listItem .roomText .btnWrap+.btnWrap .btn {
  display: inline-block;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .btnWrap+.btnWrap .btn {
    margin-bottom: 25px;
  }
}

.roomListMovie .listItem .roomText .btnWrap+.btnWrap .btn a {
  color: #fff;
  background-color: #ae9c66;
  height: 32px;
  padding: 0 40px 0 20px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomText .btnWrap+.btnWrap .btn a {
    height: 23px;
    padding: 0 25px 0 15px;
  }
}

.roomListMovie .listItem .roomImage {
  max-width: 427px;
  width: 65%;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomImage {
    width: 100%;
    max-width: initial;
  }
}

.roomListMovie .listItem .roomImage {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage {
    gap: 7px;
  }
}

.roomListMovie .listItem .roomImage .photo,
.roomListMovie .listItem .roomImage .movie {
  aspect-ratio: 427/247;
}

@media (max-width: 1024px) {

  .roomListMovie .listItem .roomImage .photo,
  .roomListMovie .listItem .roomImage .movie {
    height: auto;
  }
}

.roomListMovie .listItem .roomImage .photo {
  margin-bottom: 0;
  overflow: hidden;
}

.roomListMovie .listItem .roomImage .photo img {
  height: 100%;
}

.roomListMovie .listItem .roomImage .movie {
  position: relative;
  cursor: pointer;
  background-color: #000;
  max-width: 263px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomImage .movie {
    width: 80%;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage .movie {
    max-width: 263px;
  }
}

.roomListMovie .listItem .roomImage .movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.roomListMovie .listItem .roomImage .movie::after {
  content: "";
  position: absolute;
  top: 49.5%;
  left: 51.7%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}

.roomListMovie .listItem .roomImage .movie.hide-decorations::before,
.roomListMovie .listItem .roomImage .movie.hide-decorations::after {
  display: none;
}

.roomListMovie .listItem .roomImage .movie img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.roomListMovie .listItem .roomImage .movie iframe,
.roomListMovie .listItem .roomImage .movie>div[id^=youtube-player] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roomListMovie .listItem .roomImage .movie p {
  position: absolute;
  pointer-events: none;
  margin-bottom: -20px;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage .movie p::before {
    width: 97px;
    height: 97px;
    border: 3px solid #fff;
  }
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage .movie p::after {
    left: 52.5%;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
  }
}

.roomListMovie .listItem .roomImage .movie>div[id^=youtube-player] {
  background-color: #000;
}

.roomListMovie .listItem .roomImage .movie.comingSoon {
  background: #142335;
  cursor: initial;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomImage .movie.comingSoon {
    display: none;
  }
}

.roomListMovie .listItem .roomImage .movie.comingSoon p {
  padding-top: 0;
}

.roomListMovie .listItem .roomImage .movie.comingSoon p::before,
.roomListMovie .listItem .roomImage .movie.comingSoon p::after {
  content: none;
}

/* ROOM 客室スライド画像追加 ----------------------------------------- */
.room .listItem .photo {
  position: relative;
}

.room .listItem .photo p {
  background: rgba(20, 35, 53, 0.8);
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.room .listItem .photo p .icon_photo {
  width: 14px;
  height: 10px;
}

.roomPhotoModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.roomPhotoModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.roomPhotoModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}

@media (max-width: 767px) {
  .roomPhotoModal_content {
    width: 90%;
  }
}

.roomPhotoModal .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.roomPhotoModal .thumbnail-img img {
  aspect-ratio: 164.5/100.5;
}

.roomPhotoModal .slick-num {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(20, 35, 53, 0.8);
  border-radius: 20px;
  height: 25px;
  width: 10%;
  line-height: 22px;
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .roomPhotoModal .slick-num {
    font-size: 1.2rem;
    height: 20px;
    line-height: 17px;
    width: 14%;
    right: 18px;
    bottom: 12px;
  }
}

.roomPhotoModal .slider {
  padding: 20px 20px 14px;
}

.roomPhotoModal .thumbnail {
  padding: 0 14px 20px;
}

.roomPhotoModal .thumbnail.slick-initialized .slick-slide {
  padding: 0 7px;
}

@media (max-width: 767px) {
  .roomPhotoModal .slider {
    padding: 9px 9px 6px;
  }

  .roomPhotoModal .thumbnail {
    padding: 0 9px 9px;
  }

  .roomPhotoModal .thumbnail.slick-initialized .slick-slide {
    padding: 0 2.5px;
  }
}

.roomPhotoModal .slick-current {
  opacity: 1;
}

.roomPhotoModal .slick-slider .slick-arrow {
  width: 30px;
  height: 35px;
}

.roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
  position: absolute;
  left: 35px;
  transform: rotate(180deg);
}

.roomPhotoModal .slick-slider .slick-arrow.next-arrow {
  position: absolute;
  right: 35px;
}

.roomPhotoModal .slick-arrow svg {
  fill: #fff;
  width: 16px;
  height: 31px;
  filter: drop-shadow(1px 1px 2px #000);
}

@media (max-width: 767px) {
  .roomPhotoModal .slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 10px;
  }

  .roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
    left: 12px;
  }

  .roomPhotoModal .slick-slider .slick-arrow.next-arrow {
    right: 15px;
  }

  .roomPhotoModal .slick-arrow svg {
    width: 7px;
    height: 13px;
  }
}

.roomPhotoModal .slick-slider .slick-track,
.roomPhotoModal .slick-slider .slick-list {
  width: 700px;
}

.roomPhotoModal .thumbnail.slick-slider .slick-list {
  width: 714px;
}

@media (max-width: 767px) {

  .roomPhotoModal .slick-slider .slick-track,
  .roomPhotoModal .slick-slider .slick-list {
    width: 85vw;
  }

  .roomPhotoModal .thumbnail.slick-slider .slick-list {
    width: 85vw;
  }
}

.slick-img img {
  aspect-ratio: 970/590;
}

.roomPhotoModal .thumbnail-img {
  cursor: pointer;
}

.roomPhotoModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}

.roomPhotoModal_content .js-modal-close::before,
.roomPhotoModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.roomPhotoModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .roomPhotoModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .roomPhotoModal_content .js-modal-close::before,
  .roomPhotoModal_content .js-modal-close::after {
    width: 20px;
  }
}

/* 間取り図モーダル ----------------------------------------- */
.floorplanModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.floorplanModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.floorplanModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}

.floorplanModal_content img {
  max-height: 85vh;
}

@media (max-width: 767px) {
  .floorplanModal_content {
    width: 90%;
  }
}

.floorplanModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}

.floorplanModal_content .js-modal-close::before,
.floorplanModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.floorplanModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .floorplanModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .floorplanModal_content .js-modal-close::before,
  .floorplanModal_content .js-modal-close::after {
    width: 20px;
  }
}

/* =========================================================
gallery
========================================================= */
.gallery {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.galleryList {
  display: flex;
  align-items: center;
  gap: 40px;
}

.galleryList .slick-track,
.galleryList .slick-list {
  display: flex;
  align-items: center;
}

.galleryList .slide {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .galleryList .slide img {
    width: 210px;
  }
}

.galleryList .slide01 {
  margin-top: 80px;
  margin-right: 50px;
}

.galleryList .slide02 {
  margin-top: auto;
}

@media (max-width: 767px) {
  .galleryList .slide02 img {
    width: 135px;
  }
}

.galleryList .slide03 {
  margin-top: -180px;
}

.galleryList .slide04 {
  margin-top: 240px;
}

.galleryList .slide05 {
  margin-left: -80px;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .galleryList .slide05 img {
    width: 135px;
  }
}

.galleryList .slide06 {
  margin-left: 90px;
  margin-right: 40px;
}

#gallery {
  height: auto;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.gallery:has(.horizontal_scroll) {
  overflow: visible;
}

.horizontal_scroll {
  --sticky-container-height: 440px;
  height: var(--sticky-container-height);
  min-height: 440px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .horizontal_scroll {
    --sticky-container-height: 300px;
    height: var(--sticky-container-height);
    min-height: 300px;
  }
}

.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.horizontal_scroll .sticky::before,
.horizontal_scroll .sticky::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #f9f9f9 30%, rgba(249, 249, 249, 0) 100%);
  width: 100px;
  height: 100%;
}

.horizontal_scroll .sticky::after {
  content: "";
  right: 0;
  left: auto;
  scale: -1 1;
}

.horizontal_scroll .sticky .wrapper {
  width: 100%;
}

.horizontal_scroll .scroller {
  display: flex;
  gap: 40px;
  overflow: auto;
  padding-inline: 50%;
}

.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

.horizontal_scroll .scroller>section {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal_scroll .scroller>section:first-child {
  margin-top: 80px;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:first-child {
    margin-top: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:first-child img {
    width: 210px;
  }
}

.horizontal_scroll .scroller>section:nth-child(2) {
  margin-top: auto;
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(2) {
    margin-left: -100px;
    margin-right: -50px;
  }
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(2) img {
    width: 135px;
  }
}

.horizontal_scroll .scroller>section:nth-child(3) {
  margin-top: -180px;
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(3) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(3) img {
    width: 210px;
  }
}

.horizontal_scroll .scroller>section:nth-child(4) {
  margin-top: 240px;
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(4) img {
    width: 210px;
  }
}

.horizontal_scroll .scroller>section:nth-child(5) {
  margin-left: -80px;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(5) img {
    width: 135px;
  }
}

.horizontal_scroll .scroller>section:nth-child(6) {
  margin-left: 90px;
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(6) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .horizontal_scroll .scroller>section:nth-child(6) img {
    width: 210px;
  }
}

.horizontal_scroll .scroller>*:not(:first-child) {
  margin-left: 1%;
}

/* =========================================================
amenity
========================================================= */
@media (max-width: 1024px) {
  .amenity .wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

.amenity h4 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .amenity h4 {
    font-size: 1.4rem;
  }
}

.amenity .amenityInner {
  padding: 0 5%;
}

@media (max-width: 1024px) {
  .amenity .amenityInner {
    padding: 0;
  }
}

.amenity .amenityInner .barLink {
  margin-top: 15px;
}

.amenity .amenityInner .barLink a {
  color: #231815;
  font-size: 1.2rem;
  font-weight: 400;
}

.amenity .listWrap {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  margin-top: 50px;
  margin-bottom: 55px;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1024px) {
  .amenity .listWrap {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 450px;
  }
}

.amenity .listWrap .listInner {
  width: 32%;
  min-width: 280px;
}

@media (max-width: 1024px) {
  .amenity .listWrap .listInner {
    width: 100%;
  }
}

.amenity .listWrap .listInner .flex {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}

.amenity .listWrap .listInner .flex div {
  width: 49%;
}

.amenity .listWrap .listInner .flex div ul li {
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .amenity .listWrap .listInner .flex div ul li {
    font-size: 1.1rem;
  }
}

.amenity .listWrap .listInner .flex div ul+ul {
  margin-top: 15px;
}

.amenity .listWrap .listInner .flex p {
  font-weight: 500;
  margin-bottom: 5px;
}

.amenity .listWrap .listInner:last-of-type {
  width: 58%;
  min-width: 495px;
}

@media (max-width: 1024px) {
  .amenity .listWrap .listInner:last-of-type {
    width: 100%;
    max-width: 450px;
    min-width: initial;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  .amenity .listWrap .listInner:last-of-type {
    margin-top: 30px;
  }
}

.amenity .listWrap .listInner:last-of-type .rental {
  gap: 15px;
}

@media (max-width: 1024px) {
  .amenity .listWrap .listInner:last-of-type .rental {
    width: 100%;
    flex-direction: column;
  }
}

.amenity .listWrap .listInner:last-of-type .rental .free {
  width: 60%;
  min-width: 320px;
}

@media (max-width: 1024px) {
  .amenity .listWrap .listInner:last-of-type .rental .free {
    width: 100%;
    margin-bottom: 10px;
  }
}

.amenity .listWrap .listInner:last-of-type .rental .free .flex {
  width: 100%;
  gap: 0;
}

.amenity .listWrap .listInner:last-of-type .rental .free .flex div:last-of-type {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .amenity .listWrap .listInner:last-of-type .rental .free .flex div {
    width: 49%;
    min-width: initial;
  }
}

.amenity .listWrap .listInner:last-of-type .rental .fee {
  min-width: 190px;
  width: 35%;
}

@media (max-width: 1024px) {
  .amenity .listWrap .listInner:last-of-type .rental .fee {
    min-width: 100%;
  }
}

.amenity .listWrap h5 {
  font-size: 1.6rem;
  font-family: "ShipporiMinchoB1", serif;
  border-bottom: 1px solid #999;
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .amenity .listWrap h5 {
    font-size: 1.4rem;
  }
}

.amenity .listWrap h5 img {
  margin: 0 10px 0 5px;
  width: 23px;
  height: 15px;
}

@media (max-width: 1024px) {
  .amenity .listWrap h5 img {
    width: 21px;
  }
}

.amenity .disc li {
  padding-left: 1.8em;
  text-indent: -0.8em;
}

.amenity .disc li::before {
  color: #000000;
}

.amenity .note {
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  .amenity .note {
    margin-top: 5px;
    flex-direction: column;
    gap: 0;
  }
}

.amenity .note li {
  padding-left: 1em;
  text-indent: -1em;
}

/* =========================================================
recommend
========================================================= */
.recommend {
  background-image: url(../img/top/pic_rec_bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.recommend::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #6f778f;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.recommend .wrapper2 {
  padding-bottom: 70px;
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .recommend .wrapper2 {
    padding-bottom: 45px;
    padding-top: 20px;
  }
}

.recommend .secTitle01 {
  color: #fff;
}

.recommend .titleSub {
  color: #fff;
}

.recommend .recommendList {
  gap: 2.9%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .recommend .recommendList {
    gap: 3vw 3%;
    grid-template-columns: repeat(2, 1fr);
  }
}

.recommend .recommendList li {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.recommend .recommendList li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 45px 11px 0 11px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1024px) {
  .recommend .recommendList li a {
    padding: 15px 10px 0 10px;
  }
}

.recommend .recommendList li a:hover {
  color: initial;
}

.recommend .recommendList li a .sub {
  font-family: "ShipporiMinchoB1", serif;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
  .recommend .recommendList li a .sub {
    font-size: 1.1rem;
    min-height: 39px;
  }
}

.recommend .recommendList li a .sub.en {
  font-family: "Lustria", serif;
}

.recommend .recommendList li a .title {
  font-size: 1.84rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .recommend .recommendList li a .title {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}

.recommend .recommendList li a .txt {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .recommend .recommendList li a .txt {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 0;
  }
}

.recommend .recommendList li a .btnS {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .recommend .recommendList li a .btnS {
    font-size: 0.68rem;
    margin-bottom: 10px;
  }
}

.recommend .recommendList li a .btnS .yajirushi {
  width: 11px;
  height: 5px;
  margin-left: 2px;
}

.recommend .recommendList li a .image {
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .recommend .recommendList li a .image {
    padding: 0;
  }
}

.recommend .btnWrap {
  margin-top: 60px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .recommend .btnWrap {
    gap: 13px;
  }
}

.recommend .btnWrap .btn a {
  background-color: #b3b3b3;
  padding-right: 65px;
}

@media (max-width: 1024px) {
  .recommend .btnWrap .btn a {
    height: 37px;
    padding-right: 45px;
    padding-left: 20px;
  }
}

.recommend .btnWrap .btn a:hover {
  color: #fff;
}

.recommend .btnWrap .btn a::before {
  content: "";
  background-color: #fff;
  font-size: 0.7em;
  position: absolute;
  right: 15px;
  border-radius: 20px;
  width: 32px;
  height: 32px;
}

@media (max-width: 1024px) {
  .recommend .btnWrap .btn a::before {
    width: 23px;
    height: 23px;
    right: 10px;
  }
}

.recommend .btnWrap .btn a::after {
  color: #b3b3b3;
  right: 26px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #b3b3b3;
}

@media (max-width: 1024px) {
  .recommend .btnWrap .btn a::after {
    right: 17px;
  }
}

/* =========================================================
topics
========================================================= */
.topics .topicsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
}

@media (max-width: 1024px) {
  .topics .topicsList {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.topics .topicsList li a {
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 296/173;
}

.topics .topicsList li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35, 24, 21, 0.4);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.topics .topicsList li a img.bg {
  width: 100%;
}

.topics .topicsList li a .textBlock {
  position: absolute;
  bottom: 15px;
  left: 4%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 92%;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .topics .topicsList li a .textBlock {
    flex-direction: column;
    align-items: flex-start;
  }

  .topics .topicsList li a .textBlock>div {
    width: 100%;
  }
}

.topics .topicsList li a .textBlock h3 {
  color: #fff;
  font-family: "Lustria", serif;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .topics .topicsList li a .textBlock h3 {
    font-size: 1.5rem;
  }
}

.topics .topicsList li a .textBlock h4 {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .topics .topicsList li a .textBlock h4 {
    font-size: 1.3rem;
    max-width: 75%;
    line-height: 1.2;
    margin-top: 3px;
  }
}

.topics .topicsList li a .textBlock .btnS {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.topics .topicsList li a .textBlock .btnS .yajirushi {
  filter: invert(100%);
}

/* =========================================================
news
========================================================= */
@media (max-width: 1024px) {
  .news .wrapper {
    padding-top: 10px;
  }
}

.news .newsHeader {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  align-items: flex-end;
}

.news .newsHeader .secTitle01 {
  font-size: 2.8rem;
}

.news .newsHeader .btn {
  margin-bottom: 10px;
}

.news .newsHeader .btn a {
  background-color: #cccccc;
  font-size: 1.3rem;
  color: #231815;
  height: 23px;
  font-weight: 400;
  letter-spacing: 0.09em;
  padding-left: 20px;
  padding-right: 30px;
}

.news .newsHeader .btn a::after {
  content: "→";
  font-size: 1.5rem;
  font-weight: bold;
  right: 23px;
  border: initial;
  height: 20px;
  width: 2px;
}

.news .newsList li+li {
  margin-top: 5px;
}

.news .newsList li a {
  display: flex;
  text-decoration: none;
  color: #231815;
  gap: 40px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .news .newsList li a {
    flex-direction: column;
    gap: 0;
  }
}

.news .newsList li a svg {
  display: none;
}

.news .wrapper {
  max-width: 985px;
}

@media (max-width: 1024px) {
  .news .wrapper {
    max-width: 80%;
  }
}

.news .secTitle01 {
  text-align: left;
}

.news .secTitle01 .en {
  line-height: 2;
  font-family: "Lustria", serif;
  font-size: 2.8rem;
}

.news .secTitle01 .ja {
  display: none;
}

.news .newsList+.btn {
  position: absolute;
  top: 90px;
  right: 0;
}

@media (max-width: 1024px) {
  .news .newsList+.btn {
    top: 30px;
  }
}

.news .newsList+.btn a {
  background: #cccccc;
  font-size: 1.3rem;
  color: #231815;
  height: 23px;
  font-weight: 400;
  letter-spacing: 0.09em;
  padding-left: 20px;
  padding-right: 30px;
}

.news .newsList+.btn a .mark {
  display: none;
}

.news .newsList+.btn a::after {
  content: "→";
  font-size: 1.5rem;
  font-weight: bold;
  right: 23px;
  border: initial;
  height: 20px;
  width: 2px;
}

/* =========================================================
多言語
========================================================= */
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 .link.js-reserveAirLine,
body.lang_zh-CHS .link.js-reserveAirLine,
body.lang_zh-CHT .link.js-reserveAirLine,
body.lang_ko .link.js-reserveAirLine,
body.lang_fr .link.js-reserveAirLine,
body.lang_de .link.js-reserveAirLine,
body.lang_es .link.js-reserveAirLine,
body.lang_th .link.js-reserveAirLine,
body.lang_vi .link.js-reserveAirLine,
body.lang_it .link.js-reserveAirLine,
body.lang_ms .link.js-reserveAirLine,
body.lang_id .link.js-reserveAirLine,
body.lang_ar .link.js-reserveAirLine,
body.lang_ru .link.js-reserveAirLine {
  display: none;
}

body.lang_en .bookBtn.shinkansen+.link,
body.lang_zh-CHS .bookBtn.shinkansen+.link,
body.lang_zh-CHT .bookBtn.shinkansen+.link,
body.lang_ko .bookBtn.shinkansen+.link,
body.lang_fr .bookBtn.shinkansen+.link,
body.lang_de .bookBtn.shinkansen+.link,
body.lang_es .bookBtn.shinkansen+.link,
body.lang_th .bookBtn.shinkansen+.link,
body.lang_vi .bookBtn.shinkansen+.link,
body.lang_it .bookBtn.shinkansen+.link,
body.lang_ms .bookBtn.shinkansen+.link,
body.lang_id .bookBtn.shinkansen+.link,
body.lang_ar .bookBtn.shinkansen+.link,
body.lang_ru .bookBtn.shinkansen+.link {
  display: none;
}

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 .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;
}

.dynamicPackaging {
  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: 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 .lead .text p {
  display: none;
}

body.lang_ja .nav .sideMenu .btnSpWrap .btnSp.bookBtn a,
body.lang_zh-CHS .nav .sideMenu .btnSpWrap .btnSp.bookBtn a,
body.lang_zh-CHT .nav .sideMenu .btnSpWrap .btnSp.bookBtn a,
body.lang_ko .nav .sideMenu .btnSpWrap .btnSp.bookBtn a {
  letter-spacing: 0.12em;
}

body.lang_ja .nav .sideMenu .bookBtn button,
body.lang_zh-CHS .nav .sideMenu .bookBtn button,
body.lang_zh-CHT .nav .sideMenu .bookBtn button,
body.lang_ko .nav .sideMenu .bookBtn button {
  letter-spacing: 0.25em;
}

body.lang_ja .bookModule .spBlock .bookBtn a,
body.lang_zh-CHS .bookModule .spBlock .bookBtn a,
body.lang_zh-CHT .bookModule .spBlock .bookBtn a,
body.lang_ko .bookModule .spBlock .bookBtn a {
  letter-spacing: 0.5em;
}

body.lang_ja .rightColumn .image2 .text,
body.lang_zh-CHS .rightColumn .image2 .text,
body.lang_zh-CHT .rightColumn .image2 .text,
body.lang_ko .rightColumn .image2 .text {
  writing-mode: vertical-rl;
}

/*# sourceMappingURL=map/top.css.map */