@charset "UTF-8";
:root {
  --color-main-tempalte: #00a0e0;
  --color-buttom-gradient-common: #2c8aae;
}

body {
  font-size: 1.6rem;
  margin: 0;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Source Han Sans JP", "Noto Sans JP", sans-serif;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  max-width: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
}

/* @media print, screen and (min-width: 769px) { */
  html {
    font-size: 10px;
  }
  a:hover {
    transition: all 0.3s;
    opacity: 0.6;
  }
/* } */
/* = SP (768px以下)
  ----------------------------------------------- */
/* @media screen and (max-width: 768px) {
  html {
    font-size: 2.67vw;
  }
} */
@font-face {
  font-family: "Century Gothic";
  src: url("https://assets.micado-rayout.jp/fonts/CenturyGothic.ttf");
}
@font-face {
  font-family: "Source Han Sans JP";
  src: url("https://assets.micado-rayout.jp/fonts/SourceHanSansJP-Regular.otf");
}
@font-face {
  font-family: "Vibis Rock";
  font-weight: 400;
  src: url("https://assets.micado-rayout.jp/fonts/Vibis-Rock.otf");
}
@font-face {
  font-family: "Vibis Classique";
  font-weight: 400;
  src: url("https://assets.micado-rayout.jp/fonts/Vibis-Classique.otf");
}
@font-face {
  font-family: "Gotham";
  font-weight: 500;
  src: url("https://assets.micado-rayout.jp/fonts/GothamMedium.ttf");
}
.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.flex {
  display: flex;
}

.pc-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-flex {
    display: flex !important;
  }
}

.center-align {
  align-items: center;
}

.center-justify {
  justify-content: center;
}

.between-justify {
  justify-content: space-between;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.col {
  flex-direction: column;
}

.relative {
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 128rem;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 76.8rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

.main-ibis__budget {
  margin-left: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-ibis__budget {
    margin-left: 0;
  }
}

.reserve-content {
  margin-top: 10rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reserve-content {
    margin-top: 7rem;
  }
}
.reserve-content .reserve-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.reserve-content .reserve-background .reserve-img {
  height: 100%;
  width: 100%;
}
.reserve-content .reserve-background .reserve-img .overlay {
  background-color: #000;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
.reserve-content .reserve-detailt {
  color: #fff;
  padding: 9.5rem 5% 12.9rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reserve-content .reserve-detailt {
    padding: 6rem 0;
  }
}
.reserve-content .reserve-detailt .text-EN {
  color: #fff;
  font-family: "Montserrat";
  font-size: 6rem;
  font-weight: 700;
  line-height: 11rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reserve-content .reserve-detailt .text-EN {
    color: #fff;
    font-size: 3rem;
    line-height: inherit;
  }
}
.reserve-content .reserve-detailt .text-JP {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-top: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reserve-content .reserve-detailt .text-JP {
    font-size: 1rem;
    margin-top: 0.8rem;
    line-height: 2;
  }
}
.reserve-content .reserve-detailt .text-detail {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 3.2rem;
  margin-top: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reserve-content .reserve-detailt .text-detail {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 3rem;
  }
}
.reserve-content .reserve-btn {
  background-color: var(--color-main-tempalte);
  border-radius: 0.3rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  height: 8rem;
  line-height: 3;
  margin: 5rem auto 0;
  transition: all 0.3s;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .reserve-content .reserve-btn {
    font-size: 1.6rem;
    height: 6rem;
    margin-top: 3.6rem;
    width: 22rem;
  }
}
.reserve-content .reserve-btn:hover {
  background-color: #fff;
  border: 0.2rem solid var(--color-main-tempalte);
  color: var(--color-main-tempalte);
}
.reserve-content .noti-txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reserve-content .noti-txt {
    font-size: 1.4rem;
    margin-top: 2.2rem;
  }
}

.menu-inside {
  background-color: #111;
  height: 6rem;
}
.menu-inside .inside-row {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.menu-inside .inside-col {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.menu-inside .inside-col a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.menu-inside .inside-col .next-content {
  opacity: 0.15;
}

.next-icon {
  align-items: center;
  display: flex;
  padding-right: 2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.next-icon::after {
  border-color: currentColor;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  color: #fff;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 1rem;
}

.banner-block {
  height: 60rem;
}
@media screen and (max-width: 768px) {
  .banner-block {
    height: 37.5rem;
  }
}
.banner-block .banner-txt {
  left: 0;
  margin: 0 auto;
  max-width: 108rem;
  position: absolute;
  padding: 4rem 5%;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .banner-block .banner-txt {
    max-width: 76.8rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-block .banner-txt {
    padding: 0 5%;
    top: 50%;
  }
}
.banner-block .banner-txt h1 {
  color: #fff;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1;
  word-break: break-all;
}
.banner-block .banner-txt h1:lang(en) {
  font-family: "Montserrat", sans-serif;
}
.banner-block .banner-txt h1:lang(ja) {
  font-family: "Montserrat", sans-serif;
}
.banner-block .banner-txt h1:lang(zh-Hant) {
  font-family: "Montserrat", sans-serif;
}
.banner-block .banner-txt h1:lang(zh-Hans) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .banner-block .banner-txt h1 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.banner-block .banner-txt p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1.5;
  margin-top: 3.3rem;
}
.banner-block .banner-txt p:lang(en) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .banner-block .banner-txt p {
    font-size: 1.6rem;
    margin: 1rem auto 0;
    text-align: center;
    width: 60%;
  }
}
.banner-block .img-wrap {
  height: 100%;
  width: 100%;
}
.banner-block .overlay {
  background-color: #000;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-block .restaurant-logo-cm {
  margin: 0 !important;
}

.allcontaints-content {
  padding: 0 5%;
  margin-top: 13rem;
}
@media screen and (max-width: 1200px) {
  .allcontaints-content {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .allcontaints-content {
    margin-top: 5.7rem;
    padding: 0;
  }
}
.allcontaints-content .all-containts-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .allcontaints-content .all-containts-heading {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .allcontaints-content .all-containts-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .allcontaints-content .allcontaints-wrap__slide {
    margin: 2.4rem -2rem 0;
    padding: 0 2rem;
  }
}
.allcontaints-content .swiper-pagination-progressbar {
  width: calc(100% - 4rem) !important;
  left: 50%;
  transform: translateX(-50%);
}
.allcontaints-content .allcontaints-wrap__item {
  margin-bottom: 1rem;
}
.allcontaints-content .allcontaints-img {
  height: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .allcontaints-content .allcontaints-img {
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .allcontaints-content .allcontaints-img {
    height: 14.5rem;
  }
}
.allcontaints-content .allcontaints-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.allcontaints-content .allcontaints-img img {
  height: 100%;
}
.allcontaints-content .allcontaints-wrap {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .allcontaints-content .allcontaints-wrap {
    grid-gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .allcontaints-content .allcontaints-wrap {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 0;
    grid-template-columns: unset;
    justify-content: unset;
    margin-top: 2rem;
  }
}
.allcontaints-content .allcontaints-wrap .allcontaints-wrap__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .allcontaints-content .allcontaints-wrap .allcontaints-wrap__item {
    width: 14.5rem;
  }
}
.allcontaints-content .allcontaints-wrap .allcontaints-detailt .text-EN {
  color: #333;
  font-family: "Montserrat", sans-serif;
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .allcontaints-content .allcontaints-wrap .allcontaints-detailt .text-EN {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .allcontaints-content .allcontaints-wrap .allcontaints-detailt .text-EN {
    margin: 1.6rem 0 0;
    font-size: 1.6rem;
  }
}
.allcontaints-content .allcontaints-wrap .allcontaints-detailt .text-JP {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.7rem;
  opacity: 0.9;
}
.allcontaints-content .allcontaints-pagination {
  height: 0.1rem !important;
}
.allcontaints-content .allcontaints-pagination .swiper-pagination-progressbar-fill {
  background: #000 !important;
}

.plan-content {
  background-image: url("https://assets.micado-rayout.jp/img/common/plan-img-bg.jpg");
  background-position: center;
  background-size: cover;
  margin-top: 9.6rem;
  overflow: hidden;
  padding: 8.3vw 0;
  min-height: 48vw;
}
@media screen and (max-width: 1200px) {
  .plan-content {
    margin-top: 6rem;
    min-height: 55vw;
  }
}
@media screen and (max-width: 768px) {
  .plan-content {
    margin-bottom: 5rem;
    margin-top: 0;
    overflow: unset;
    padding: 5rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-swiper {
    width: 100%;
  }
}
.plan-content .container {
  max-width: unset;
}
.plan-content .text-plan-EN {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 11rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .plan-content .text-plan-EN {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .text-plan-EN {
    font-size: 3rem;
  }
}
.plan-content .text-plan-JP {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .plan-content .text-plan-JP {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .text-plan-JP {
    font-size: 1.2rem;
  }
}
.plan-content .plan-chose-modal {
  background-color: rgba(255, 255, 255, 0.49);
  bottom: 0;
  left: calc(18.8% - 6.6rem);
  padding: 8.3vw 1.6vw 0;
  padding-top: 8rem;
  position: absolute;
  top: 0;
  width: 29vw;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-chose-modal {
    padding-top: 9rem;
  }
}
.plan-content .plan-chose-modal .chose-model-txt-EN {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 11vw;
  text-transform: uppercase;
}
.plan-content .plan-chose-modal .chose-model-txt-JP {
  color: #000;
  font-size: 1.12vw;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 2.1vw;
}
.plan-content .plan-chose-modal .plan-select-field {
  color: var(--color-main-tempalte);
  font-size: 1.12vw;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 3.1vw;
  margin-top: 0.9vw;
}
.plan-content .plan-chose-modal .plan-select-field.spencial {
  color: var(--color-main-tempalte);
}
.plan-content .plan-chose-modal .plan-button-row {
  display: grid;
  grid-gap: 0 0.8vw;
  grid-template-columns: repeat(3, 1fr);
}
.plan-content .plan-chose-modal .plan-button-item {
  border: 0.2rem solid var(--color-main-tempalte);
  color: var(--color-main-tempalte);
  cursor: pointer;
  font-size: 1.4vw;
  font-weight: 600;
  height: 3.5vw;
  letter-spacing: 0.06rem;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
}
.plan-content .plan-chose-modal .plan-button-item.active {
  background-color: var(--color-main-tempalte);
  color: #fff !important;
}
.plan-content .plan-chose-modal .spencial .plan-button-item {
  border: 0.2rem solid var(--color-main-tempalte);
  color: var(--color-main-tempalte);
}
.plan-content .plan-chose-modal .spencial .active {
  background-color: var(--color-main-tempalte);
}
.plan-content .swiper-slide-prev {
  transform: translateX(calc(-24% - 4.6rem));
}
@media screen and (max-width: 768px) {
  .plan-content .swiper-slide-prev {
    transform: unset;
  }
}
.plan-content .swiper-slide-active {
  margin-left: calc(21.5vw - 6.6rem);
}
@media screen and (max-width: 1200px) {
  .plan-content .swiper-slide-active {
    margin-left: calc(21.5vw - 7rem);
  }
}
@media screen and (max-width: 768px) {
  .plan-content .swiper-slide-active {
    margin-left: unset;
  }
}
.plan-content .plan-swiper-pagination {
  margin-left: calc(50% - 2.7rem);
  padding-left: 0;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-gap: 1vw;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 33.5vw;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-swiper-pagination {
    margin-left: calc(51% - 4.5rem);
    bottom: -3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-swiper-pagination {
    bottom: -0.7rem;
    margin-left: 0;
    text-align: center;
    position: relative;
    grid-gap: 2.4vw;
    top: 0;
    width: 100%;
    grid-template-columns: repeat(19, 1fr);
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.plan-content .plan-swiper-pagination::after {
  background-color: #ddd;
  content: "";
  height: 0.2vw;
  left: 0;
  position: absolute;
  top: -1.2vw;
  width: 40.3vw;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-swiper-pagination::after {
    top: -1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-swiper-pagination::after {
    content: unset;
  }
}
.plan-content .plan-swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 0.1vw solid var(--color-main-tempalte);
  height: 1.54vw;
  margin-left: 0;
  margin-right: 0;
  opacity: 1 !important;
  width: 1.54vw;
}
@media screen and (max-width: 768px) {
  .plan-content .plan-swiper-pagination .swiper-pagination-bullet {
    height: 0.8rem;
    width: 0.8rem;
  }
}
.plan-content .plan-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main-tempalte) !important;
}
.plan-content .plan-content__select {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__select {
    justify-content: space-between;
    margin-top: 3rem;
  }
}
.plan-content .plan-content__select select,
.plan-content .plan-content__select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.981' height='10.905' viewBox='0 0 18.981 10.905'%3E%3Cpath id='Path_883' data-name='Path 883' d='M4102.758,188.041l8.077,8.077-8.077,8.077' transform='translate(205.609 -4101.344) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 2rem;
  border: unset;
  border-bottom: 0.2rem solid var(--color-main-tempalte);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  margin-left: 4rem;
  outline: unset;
  padding-bottom: 0.5rem;
  width: 18rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__select select,
.plan-content .plan-content__select option {
    background-position: top 0.5rem right 1rem;
    background-size: 1.4rem;
    font-size: 1.3rem;
    margin-left: 0;
    padding-bottom: 0.8rem;
    width: calc(50% - 1.6rem);
  }
}
.plan-content .plan-content__list {
  margin-top: 3.2rem;
  min-height: 43rem;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list {
    min-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list {
    margin-top: 2rem;
    min-height: 25rem;
    flex-direction: column;
  }
}
.plan-content .plan-content__list .img-thumbnail {
  height: 22.6vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .img-thumbnail {
    height: 20rem;
  }
}
.plan-content .plan-content__list .img-thumbnail .price-box {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  padding: 1.6rem 1.8rem;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .img-thumbnail .price-box {
    padding: 1rem 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .img-thumbnail .price-box {
    padding: 0.8rem 1.3rem;
  }
}
.plan-content .plan-content__list .img-thumbnail .date-duration {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .img-thumbnail .date-duration {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .img-thumbnail .date-duration {
    font-size: 1rem;
  }
}
.plan-content .plan-content__list .img-thumbnail .price-value {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-top: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .img-thumbnail .price-value {
    font-size: 1.7rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .img-thumbnail .price-value {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.plan-content .plan-content__list .content-box .content-box__title {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 2.2vw;
  margin: 2.2rem 0 2rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .content-box .content-box__title {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .content-box .content-box__title {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin: 1rem 0;
  }
}
.plan-content .plan-content__list .content-box .content-box__des {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 3.6rem;
  opacity: 0.8;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .content-box .content-box__des {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .content-box .content-box__des {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 2.4rem;
  }
}
.plan-content .plan-content__list .swiper-button {
  height: 22.6vw;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .swiper-button {
    height: 26vw;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .swiper-button {
    display: none !important;
  }
}
.plan-content .plan-content__list .swiper-button-next-plan {
  background-color: #fff;
  border-radius: 50%;
  height: 5.84vw;
  right: 2.5vw;
  top: unset;
  width: 5.84vw;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .swiper-button-next-plan {
    height: 4rem;
    right: 1.5vw;
    width: 4rem;
  }
}
.plan-content .plan-content__list .swiper-button-next-plan::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cg id='Group_2197' data-name='Group 2197' transform='translate(-1344 -3853.586)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M4102.758,188.041l7.744,7.743-7.744,7.743' transform='translate(-2726.758 3666.959)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1619' data-name='Line 1619' x2='40' transform='translate(1344 3863)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .swiper-button-next-plan::after {
    background-size: 1.5rem;
  }
}
.plan-content .plan-content__list .swiper-button-prev-plan {
  background-color: #fff;
  border-radius: 50%;
  height: 5.84vw;
  left: 1.2vw;
  top: unset;
  width: 5.84vw;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .swiper-button-prev-plan {
    height: 4rem;
    left: 0.4vw;
    width: 4rem;
  }
}
.plan-content .plan-content__list .swiper-button-prev-plan::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cpath id='Path_865' data-name='Path 865' d='M4110.5,188.041l-7.744,7.743,7.744,7.743' transform='translate(-4101.344 -186.627)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1618' data-name='Line 1618' x2='40' transform='translate(1.158 9.158)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .swiper-button-prev-plan::after {
    background-size: 1.5rem;
  }
}
.plan-content .plan-btn-link {
  margin: 0;
  margin-top: 2.8vw;
  padding: 1.4vw 3.85vw;
  font-size: 1vw;
  border-radius: 5.5rem;
}
.plan-content .plan-btn-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.366' height='11.905' viewBox='0 0 7.366 11.905'%3E%3Cpath id='Path_961' data-name='Path 961' d='M4102.758,188.041l4.538,4.538-4.538,4.538' transform='translate(-4101.344 -186.627)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  content: "";
  background-size: 0.8vw;
  background-position: right 1.5vw center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: unset;
  left: 0;
}
@media screen and (max-width: 768px) {
  .plan-content .plan-btn-link::before {
    background-size: 2.8vw;
    background-position: right 6.5vw center;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-btn-link {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    transform: translateY(2rem);
    width: 100%;
  }
}

.pagination-cm {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .pagination-cm {
    margin-top: 4rem;
  }
}
.pagination-cm .paginationjs-pages li {
  border: 0;
}
.pagination-cm .paginationjs-pages li:last-child {
  border-right: none;
}
.pagination-cm .paginationjs-pages li:hover a {
  height: unset !important;
  min-width: unset !important;
}
.pagination-cm .paginationjs-pages .active a {
  background-color: unset !important;
  color: var(--color-main-tempalte) !important;
  height: unset !important;
  width: unset !important;
}
.pagination-cm .paginationjs-pages .active a::after {
  background-color: var(--color-main-tempalte);
  bottom: -1rem;
  content: "";
  display: flex;
  height: 0.1rem;
  position: relative;
  width: 100%;
}
.pagination-cm .paginationjs-pages a {
  background: transparent !important;
  color: #000 !important;
  font-size: 2rem !important;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1 !important;
  min-width: unset !important;
  padding: 0 0.8rem;
}
.pagination-cm .paginationjs-ellipsis a {
  font-size: 3rem !important;
  height: unset;
  opacity: 1 !important;
  transform: translateY(-1.3rem);
}
.pagination-cm .paginationjs-next {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .pagination-cm .paginationjs-next {
    margin-left: 4.4rem;
  }
}

.button-more {
  align-items: center;
  background: var(--color-main-tempalte);
  border-radius: 5.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 2.5rem 10rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .button-more {
    font-size: 1.6rem;
    justify-content: center;
    padding: 1.5rem 0;
    width: calc(100% - 4rem);
  }
}
.button-more::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.905' height='18.982' viewBox='0 0 10.905 18.982'%3E%3Cpath id='Path_935' data-name='Path 935' d='M4102.758,188.041l8.077,8.077-8.077,8.077' transform='translate(-4101.344 -186.627)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 5.9rem;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .button-more::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.905' height='18.982' viewBox='0 0 10.905 18.982'%3E%3Cpath id='Path_935' data-name='Path 935' d='M4102.758,188.041l8.077,8.077-8.077,8.077' transform='translate(-4101.344 -186.627)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    content: "";
    height: 1.6rem;
    right: 6.6rem;
    width: 0.8rem;
  }
}

.amenity {
  background-color: #efefef;
  margin-top: 10rem;
  padding: 10rem 5% 5rem;
}
@media screen and (max-width: 768px) {
  .amenity {
    margin-top: 5rem;
    padding: 5rem 0 0;
  }
}
.amenity .container_amenity {
  margin: 0 auto;
  max-width: 108rem;
}
@media screen and (max-width: 1200px) {
  .amenity .container_amenity {
    max-width: 76.8rem;
  }
}
@media screen and (max-width: 768px) {
  .amenity .container_amenity {
    padding: 0 2rem;
  }
}
.amenity .amenity_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .amenity .amenity_row {
    justify-content: space-between;
  }
}
.amenity .amenity_box {
  align-items: center;
  display: flex;
  margin-bottom: 2.6rem;
  width: 33.33%;
}
@media screen and (max-width: 1200px) {
  .amenity .amenity_box {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .amenity .amenity_box {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .amenity .amenity_box:nth-child(3n) {
    padding-left: 0;
  }
}
.amenity .amenity_title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.amenity .amenity_title:lang(ja) {
  font-family: "Gotham", sans-serif;
}
.amenity .amenity_title:lang(zh-Hant) {
  font-family: "Gotham", sans-serif;
}
.amenity .amenity_title:lang(zh-Hans) {
  font-family: "Gotham", sans-serif;
}
.amenity .amenity_title:lang(en) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .amenity .amenity_title {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.amenity .amenity_image {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  min-height: 5.9rem;
  min-width: 5.9rem;
}
@media screen and (max-width: 768px) {
  .amenity .amenity_image {
    min-height: 4.4rem;
    min-width: 4.4rem;
  }
}
.amenity .amenity_image svg {
  display: flex;
  height: 3.3rem;
  width: 3.3rem;
}
@media screen and (max-width: 768px) {
  .amenity .amenity_image svg {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.amenity .amenity_desc {
  color: #37373c;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .amenity .amenity_desc {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .amenity .amenity_hide_sp {
    display: none !important;
  }
}
.amenity .amenity_more {
  border-top: 0.1rem solid #ddd;
  color: #666;
  display: none;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: -2rem;
  padding: 2rem 0;
  text-align: center;
  width: calc(100% + 4rem);
}
@media screen and (max-width: 768px) {
  .amenity .amenity_more {
    display: block;
  }
}
.amenity .amenity_more span {
  display: inline-block;
  margin-left: 0.9rem;
}

.four-seasons .container {
  max-width: inherit;
}

.concept-content-ver02 {
  margin: 10rem 8rem;
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02 {
    margin: 5rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02 {
    margin: 4rem 2rem;
  }
}
.concept-content-ver02 .concept-content__container {
  flex-direction: column;
}
.concept-content-ver02 .text-wrap {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02 .text-wrap {
    margin-bottom: 3rem !important;
  }
}
.concept-content-ver02 .txt-title-EN {
  color: #A5A6B0;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02 .txt-title-EN {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02 .txt-title-EN {
    font-size: 1.6rem;
  }
}
.concept-content-ver02 .txt-title-JP {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4.9rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02 .txt-title-JP {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02 .txt-title-JP {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-top: 1.5rem;
  }
}
.concept-content-ver02 .detail-content {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02 .detail-content {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02 .detail-content {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 2rem;
  }
}
.concept-content-ver02 .desc-txt {
  font-size: 1.6rem;
  font-weight: 500;
  height: 0;
  line-height: 2.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02 .desc-txt {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
  }
}
.concept-content-ver02 .concept-img {
  height: max(60rem, 41.7vw);
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02 .concept-img {
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02 .concept-img {
    height: 18rem !important;
    min-height: unset !important;
  }
}
.concept-content-ver02.content__right .text-wrap {
  width: 50%;
  padding-right: 8rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__right .text-wrap {
    padding: 0;
    width: 100%;
  }
}
.concept-content-ver02.content__right .concept-content__container {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__right .concept-content__container {
    flex-direction: column;
  }
}
.concept-content-ver02.content__right .concept-img {
  height: 33.4vw;
  min-height: 47.9rem;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02.content__right .concept-img {
    min-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__right .concept-img {
    min-height: 25rem;
    width: 100%;
  }
}
.concept-content-ver02.content__left .text-wrap {
  order: 1;
  padding-left: 8rem;
  width: 50%;
  margin-bottom: 0rem;
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02.content__left .text-wrap {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__left .text-wrap {
    order: 0;
    padding: 0;
    width: 100%;
  }
}
.concept-content-ver02.content__left .concept-content__container {
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__left .concept-content__container {
    flex-direction: column;
  }
}
.concept-content-ver02.content__left .concept-img {
  height: 33.4vw;
  min-height: 47.9rem;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .concept-content-ver02.content__left .concept-img {
    min-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__left .concept-img {
    min-height: 25rem;
    width: 100%;
  }
}
.concept-content-ver02.content__center .text-wrap {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__center .text-wrap {
    max-width: 100%;
  }
}
.concept-content-ver02.content__custom .txt-title-JP {
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__custom .txt-title-JP {
    margin: 0 0 2rem;
  }
}
.concept-content-ver02.content__custom .detail-content {
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .concept-content-ver02.content__custom .detail-content {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.search-box-fixer {
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  padding: 7.7rem 0 2.1rem 0;
  position: fixed;
  right: 0;
  top: -30rem;
  transition: all 0.5s;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .search-box-fixer {
    align-items: center;
    bottom: 100vh;
    display: flex;
    justify-content: center;
    padding: 0;
    top: unset;
  }
}
.search-box-fixer.show {
  top: 0;
}
@media screen and (max-width: 768px) {
  .search-box-fixer.show {
    bottom: 0;
    top: 0;
  }
}
.search-box-fixer .search_box {
  margin-top: 0;
}
.search-box-fixer .close-search-form__btn {
  background-image: url("data:image/svg+xml,%3Csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='11' x2='11' y2='1' stroke='white' stroke-width='2'/%3E%3Cline x1='1' y1='1' x2='11' y2='11' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-position: top 0.8rem left 0.8rem;
  background-repeat: no-repeat;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  bottom: 2rem;
  cursor: pointer;
  height: 3rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .search-box-fixer .close-search-form__btn {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53.7' height='53.7' viewBox='0 0 53.7 53.7'><path fill='black' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
    background-position: center;
    background-size: cover;
    border: 0.1rem solid #000;
    height: 2rem;
    left: unset;
    right: 4rem;
    top: 2rem;
    width: 2rem;
  }
}
.search-box-fixer .close-search-form__btn:hover {
  opacity: 0.8;
}

.search_box {
  margin-top: -7.8rem;
  padding: 0 4.3rem 0 6rem;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .search_box {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box {
    display: none;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
}
.search_box .search_box__body {
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  height: 14.6rem;
  height: unset;
  justify-content: space-between;
  justify-content: center;
  padding: 3.5rem 10rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__body {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__body {
    border-radius: 2rem;
    flex-direction: column;
    height: unset;
    padding: 1.9rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__search_text {
    border-bottom: 0.2rem solid #d4d1cc;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 2.1rem;
    text-align: center;
    width: 100%;
  }
}
.search_box .search_box__left {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left {
    border-bottom: 0.1rem solid #ddd;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.search_box .search_box__left .search_border {
  border-right: 0.1rem solid #ddd;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_border {
    border-right: unset;
  }
}
.search_box .search_box__left .search_border:last-of-type {
  border-right: unset;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_border:last-of-type {
    display: flex;
    justify-content: left;
  }
}
.search_box .search_box__left .search_box__search {
  flex-direction: column;
  justify-content: center;
  padding-right: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__search {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__search {
    flex-direction: row;
    width: 50%;
  }
}
.search_box .search_box__left .search_box__svg {
  height: 3rem;
  margin: 0 auto;
  width: 3rem;
}
.search_box .search_box__left .search_box__svg svg {
  height: 100%;
  width: 100%;
}
.search_box .search_box__left .search_box__svg path {
  fill: var(--color-main-tempalte);
}
.search_box .search_box__left .search_box__search_text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__search_text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__search_text {
    font-size: 1.2rem;
  }
}
.search_box .search_box__left .search_box__text {
  color: var(--color-main-tempalte);
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-bottom: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__text {
    font-size: 1.4rem;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__text {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}
.search_box .search_box__left .search_box__date_time {
  padding: 0 1rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__date_time {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__date_time {
    border-bottom: 0.1rem solid #ddd;
    flex-direction: row;
    justify-content: center;
    min-width: 100%;
    padding: 0;
    padding: 2rem 0;
    width: 100%;
  }
}
.search_box .search_box__left .search_box__time {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__time {
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}
.search_box .search_box__left .calendar-img {
  cursor: pointer;
  display: flex;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .calendar-img {
    margin-left: 0;
    width: 1.2rem;
  }
}
.search_box .search_box__left .calendar-img svg path {
  fill: var(--color-main-tempalte);
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .calendar-img svg path {
    fill: #999;
  }
}
.search_box .search_box__left .calendar-img img {
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.search_box .search_box__left .input_date {
  border: unset;
  font-size: 2rem;
  letter-spacing: 0.004rem;
  line-height: 2.4rem;
  outline: none;
  padding: 0;
  width: calc(100% - 2rem);
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .input_date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .input_date {
    text-align: center;
    width: calc(100% - 8rem);
  }
}
.search_box .search_box__left .input_date::-webkit-calendar-picker-indicator {
  height: 2rem;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 2rem;
  z-index: 999;
}
.search_box .search_box__left .search_box__select {
  padding: 0 2rem;
  max-width: 30%;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__select {
    padding: 0 1rem;
    max-width: 23.3%;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__select {
    align-items: center;
    display: flex;
    padding: 0;
    width: 50%;
    max-width: 50%;
  }
}
.search_box .search_box__left .search_box__option select {
  border: unset;
  font-size: 2rem;
  height: 2.7rem;
  left: -0.5rem;
  letter-spacing: 0.04rem;
  line-height: 1;
  outline: none;
  padding-left: 0;
  padding-right: 1.2rem;
  position: relative;
  text-indent: 0.1rem;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__option select {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__option select {
    font-size: 1.6rem;
    height: unset;
    left: 2.1rem;
    padding: 2rem 0;
  }
}
.search_box .search_box__right {
  display: flex;
  flex: 1;
  height: 5.5rem;
  justify-content: flex-end;
  margin: 1rem 0;
  max-width: 17.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__right {
    max-width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__right {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
.search_box .search_box__right .search_box__button {
  background-color: var(--color-main-tempalte);
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-right: 0;
  max-width: 19rem;
  padding: 0 1rem;
  transition: all 0.5s;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__right .search_box__button {
    font-size: 1.5rem;
    max-width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__right .search_box__button {
    font-size: 1.6rem;
    height: 6rem;
    margin-top: 2.5rem;
    max-width: 100%;
    order: 0;
  }
}
.search_box .search_box__right .search_box__button:hover {
  background-color: #fff;
  border: 0.1rem solid var(--color-main-tempalte);
  color: var(--color-main-tempalte);
}
.search_box .search_box__right .search_box__button:hover path {
  fill: var(--color-main-tempalte);
}
.search_box .search_box__right .search_box__button path {
  transition: all 0.5s;
}
.search_box .search_box__right .search_box__button svg {
  margin-right: 0.6rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__right .search_box__button svg {
    display: none;
  }
}
.search_box .search_box__right .search_box__detail {
  margin-left: 2rem;
}
.search_box .search_box__right .search_box__desc {
  color: #2c8aae;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__right .search_box__desc {
    display: block;
    margin-top: 1.2rem;
  }
}
.search_box .search_box__right .search_box__desc:hover {
  text-decoration: underline;
}
.search_box .search_box__right .search_box__desc:last-child {
  margin-top: 1.2rem;
}
.search_box .view-more-plan {
  color: var(--color-main-tempalte);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-top: 1.7rem;
}

.search_box__hide {
  text-align: center;
  margin: 0 auto;
  color: rgba(153, 153, 153, 0.568627451);
  margin-top: 27px;
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.search_box__hide:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .search_box__hide {
    top: -0.8rem;
    position: absolute;
    display: flex;
    font-size: 2.5rem;
    right: 4rem;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 0.5rem;
  }
}

.location-edu {
  margin: 10rem 0 10rem 8rem;
}
@media screen and (max-width: 1200px) {
  .location-edu {
    margin: 5rem 0 5rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .location-edu {
    margin: 4rem 0 4rem 2rem;
  }
}
.location-edu .location-edu__wrap {
  overflow: hidden;
}
.location-edu .location-edu__item {
  width: 30rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .location-edu .location-edu__item {
    width: 26rem;
  }
}
.location-edu .location-edu__item img {
  height: 21rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .location-edu .location-edu__item img {
    height: 18rem;
  }
}
.location-edu .location-edu__item .txt-wrap__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 0.6rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .location-edu .location-edu__item .txt-wrap__title {
    font-size: 1.2rem;
  }
}
.location-edu .location-edu__item .txt-wrap__des {
  color: #6f6f6f;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.image-width-margin {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .image-width-margin {
    margin: 2.5rem 0;
  }
}

.image-full-width {
  display: block;
  height: 80rem;
  margin: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .image-full-width {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .image-full-width {
    height: 25rem;
    margin: 2.5rem 0;
  }
}

.container-custom {
  margin: 0 auto;
  max-width: 120rem;
}
@media screen and (max-width: 1200px) {
  .container-custom {
    max-width: 76.8rem;
  }
}
@media screen and (max-width: 768px) {
  .container-custom {
    flex-direction: column-reverse;
    max-width: 100%;
    padding: 0 2rem;
  }
}
.container-custom .main-content {
  max-width: 88rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .container-custom .main-content {
    max-width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .container-custom .main-content {
    margin-top: 3rem;
    max-width: 100%;
  }
}

.navbar {
  border: 0.1rem solid #ddd;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 28rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .navbar {
    max-width: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    max-width: 25rem;
    max-width: 100%;
    margin-left: 0;
  }
}
.navbar .navbar-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
}
.navbar .navbar-item .navbar-item-left {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 4.8rem;
}
.navbar .navbar-item .navbar-item-right {
  display: flex;
  width: 1rem;
}
.navbar .navbar-item-child {
  padding-top: 0.8rem;
}
.navbar .navbar-brick {
  background-color: #ddd;
  height: 0.1rem;
  margin: 0 auto;
  margin-bottom: 0.85rem;
  margin-top: 0.85rem;
  max-width: 100%;
}

.mv-v2 {
  position: relative;
  height: 60rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv-v2 {
    height: 37.5rem;
  }
}
.mv-v2 .w-h-full {
  width: 100%;
  height: 100%;
}
.mv-v2 .mv-v2-text__wrap {
  position: absolute;
  z-index: 10;
  max-width: 108rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .mv-v2 .mv-v2-text__wrap {
    max-width: 76.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-v2 .mv-v2-text__wrap {
    padding-top: 2.5rem;
  }
}
.mv-v2 .mv-v2-text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-top: 3.3rem;
}
@media screen and (max-width: 768px) {
  .mv-v2 .mv-v2-text {
    font-size: 1.6rem;
    text-align: center;
    width: 60%;
    margin: 1rem auto 0;
    line-height: 1.5;
  }
}
.mv-v2 .mv-v2-heading {
  color: #fff;
  font-family: "Vibis Rock", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .mv-v2 .mv-v2-heading {
    font-size: 6rem;
    text-align: center;
  }
}
.mv-v2 .swiperContainer {
  width: 100%;
  height: 100%;
}
.mv-v2 .swiperContainer .swiper-slide {
  position: relative;
}
.mv-v2 .swiperContainer .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6784313725));
}
.mv-v2 .swiperContainer .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes next-slide-pc {
  0% {
    clip: rect(0, 100vw, 70vw, 70vw);
  }
  100% {
    clip: rect(0, 100vw, 70vw, -10vw);
  }
}
@keyframes next-slide-sp {
  0% {
    clip: rect(0, 100vw, 54rem, 70vw);
  }
  100% {
    clip: rect(0, 100vw, 54rem, -10vw);
  }
}
@keyframes next-slide-thumb-pc {
  0% {
    clip: rect(0, 20rem, 40rem, 20rem);
  }
  100% {
    clip: rect(0, 20rem, 40rem, -1rem);
  }
}
@keyframes taw4 {
  to {
    height: var(--dot-height);
  }
}
@keyframes b3v0 {
  to {
    height: 1rem;
    top: 0;
  }
}
@keyframes b3v0_sp {
  to {
    height: 0.6rem;
    top: 0;
  }
}
@keyframes zoom-in-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.header {
  z-index: 999;
}
.header .search_box__index {
  position: fixed;
  width: 100%;
  top: -30.5rem;
  margin-top: 0;
  padding: 8rem 8rem 2.3rem 8rem;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  transition: all 0.5s;
}
.header .search_box__index.active {
  top: 0;
}
.header .search_box__index .close-search__index {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header .search_box__index .search_box__body {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header .search_box__index {
    display: none;
  }
}
.header .home-close {
  display: none;
  height: 2.4rem;
  left: 2rem;
  position: relative;
  top: 1.65rem;
  width: 2.4rem;
}
@media screen and (max-width: 768px) {
  .header .home-close {
    display: block;
  }
}
.header .home-close svg {
  height: 100%;
  width: 100%;
}
.header .header-menu__language.pc {
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2.2rem;
}
.header .header-menu__language.pc select {
  margin-top: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  background-color: transparent;
  border: unset;
  cursor: pointer;
  outline: unset;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.9' height='6.157' viewBox='0 0 10.9 6.157'%3E%3Cpath id='Path_885' data-name='Path 885' d='M4102.758,188.041l4.743,4.743-4.743,4.743' transform='translate(198.234 -4102.051) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2.2rem;
  min-width: 6.2rem;
}
@media screen and (max-width: 768px) {
  .header .header-menu__language.pc select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.9' height='6.157' viewBox='0 0 10.9 6.157'%3E%3Cpath id='Path_885' data-name='Path 885' d='M4102.758,188.041l4.743,4.743-4.743,4.743' transform='translate(198.234 -4102.051) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A") !important;
    background-position: right 0 top 55%;
    background-size: 1.1rem;
    min-width: 5rem;
  }
}
.header .header-menu__language.pc option {
  color: #000;
}
.header .header-menu__language.sp {
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .header .header-menu__language.sp {
    display: none !important;
  }
}
.header .header-menu__language.sp span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  margin-right: 2rem;
  margin-left: 13rem;
  color: #000;
}
.header .header-menu__language.sp select,
.header .header-menu__language.sp option {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  background-color: transparent;
  border: unset;
  cursor: pointer;
  outline: unset;
  text-transform: uppercase;
}
.header .home-menu__fixed {
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header .home-menu__fixed {
    display: none;
  }
}
.header .header-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 2rem;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  top: 26px;
  transition: transform 0.33s cubic-bezier(0.41, 0, 0.43, 1);
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .header .header-button {
    pointer-events: all;
    top: 0;
  }
}
.header .header-button__content {
  animation: transformAni 0.33s cubic-bezier(0.41, 0, 0.43, 1);
  height: 2rem;
  position: relative;
  width: 2rem;
}
.header .header-button__content span {
  background-color: #000;
  display: block;
  height: 20%;
  margin: 0;
  padding: 0;
  position: absolute;
  transition: background-color 0.25s ease;
  width: 20%;
}
.header .header-button__content span:nth-child(-n+3) {
  top: 0;
}
.header .header-button__content span:nth-child(3n+1) {
  left: 0;
}
.header .header-button__content span:nth-child(3n+2) {
  left: 40%;
}
.header .header-button__content span:nth-child(3n+3) {
  left: 80%;
}
.header .header-button__content span:first-child {
  animation: xc3q 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, c3q2 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-button__content span:nth-child(2) {
  animation: spanAni2 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.header .header-button__content span:nth-child(3) {
  animation: spanAni3 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, span3 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-button__content span:nth-child(4) {
  animation: spanAni4 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  top: 40%;
}
.header .header-button__content span:nth-child(5) {
  top: 40%;
}
.header .header-button__content span:nth-child(6) {
  animation: spanAni6 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  top: 40%;
}
.header .header-button__content span:nth-child(7) {
  animation: spanAni7 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, span7 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-button__content span:nth-child(8) {
  animation: spanAni8 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.header .header-button__content span:nth-child(9) {
  animation: spanAni9 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, span9 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-button__content span:nth-child(n+7) {
  top: 80%;
}
@keyframes xc3q {
  0% {
    left: 0;
    top: 0;
  }
  to {
    left: 40%;
    top: 40%;
  }
}
@keyframes c3q2 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 0;
    top: 0;
  }
}
@keyframes spanAni2 {
  0%, 50% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 40%;
    top: 0;
  }
}
@keyframes spanAni3 {
  0% {
    left: 80%;
    top: 0;
  }
  to {
    left: 40%;
    top: 40%;
  }
}
@keyframes span3 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 80%;
    top: 0;
  }
}
@keyframes spanAni4 {
  0%, 50% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 0;
    top: 40%;
  }
}
@keyframes spanAni6 {
  0%, 50% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 80%;
    top: 40%;
  }
}
@keyframes spanAni7 {
  0% {
    left: 0;
    top: 80%;
  }
  to {
    left: 40%;
    top: 40%;
  }
}
@keyframes span7 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 0;
    top: 80%;
  }
}
@keyframes spanAni8 {
  0%, 50% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 40%;
    top: 80%;
  }
}
@keyframes spanAni9 {
  0% {
    left: 80%;
    top: 80%;
  }
  to {
    left: 40%;
    top: 40%;
  }
}
@keyframes span9 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 80%;
    top: 80%;
  }
}
@keyframes transformAni {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
.header .header-link {
  text-decoration: none;
  transition: color 0.25s ease;
}
.header .header-link--custom {
  background-color: #000;
  display: inline-block;
  height: 24px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-type: alpha;
  vertical-align: middle;
  width: 24px;
}
.header .header-link__facebook {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.11' height='24.108' viewBox='0 0 24.11 24.108'%3E%3Cg id='fb.775a9408' transform='translate(0)'%3E%3Cpath id='Path_964' data-name='Path 964' d='M24.11,12.055A12.055,12.055,0,1,0,10.171,23.963V15.54H7.11V12.055h3.061V9.4c0-3.022,1.8-4.69,4.554-4.69a18.537,18.537,0,0,1,2.7.235V7.911H15.9a1.742,1.742,0,0,0-1.965,1.883v2.261h3.34l-.534,3.485H13.931v8.423A12.055,12.055,0,0,0,24.11,12.055Z' transform='translate(0.001 -0.001)' fill='%23202020'/%3E%3Cpath id='Path_965' data-name='Path 965' d='M311.637,210.83l.534-3.485h-3.34v-2.261A1.742,1.742,0,0,1,310.8,203.2h1.52v-2.966a18.541,18.541,0,0,0-2.7-.235c-2.754,0-4.554,1.669-4.554,4.69v2.656H302v3.485h3.061v8.423a12.182,12.182,0,0,0,3.767,0v-8.423Z' transform='translate(-294.889 -195.293)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header .header-link__instagram {
  margin: 3.5rem 0 3rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.112' height='24.112' viewBox='0 0 24.112 24.112'%3E%3Cg id='ins.2eb018c2' transform='translate(0)'%3E%3Cpath id='Path_966' data-name='Path 966' d='M16.134,6.251c3.215,0,3.6.012,4.871.07a6.672,6.672,0,0,1,2.238.415,3.992,3.992,0,0,1,2.288,2.286,6.672,6.672,0,0,1,.415,2.238c.058,1.271.07,1.653.07,4.871S26,19.732,25.946,21a6.673,6.673,0,0,1-.415,2.238,3.992,3.992,0,0,1-2.287,2.287,6.672,6.672,0,0,1-2.238.415c-1.271.058-1.653.07-4.871.07s-3.6-.012-4.871-.07a6.672,6.672,0,0,1-2.241-.412,3.992,3.992,0,0,1-2.287-2.287,6.672,6.672,0,0,1-.415-2.238c-.058-1.271-.07-1.653-.07-4.871s.012-3.6.07-4.871a6.672,6.672,0,0,1,.416-2.241A3.992,3.992,0,0,1,9.022,6.736a6.672,6.672,0,0,1,2.238-.415c1.271-.058,1.653-.07,4.871-.07m0-2.172c-3.274,0-3.685.014-4.971.072a8.848,8.848,0,0,0-2.926.561A6.164,6.164,0,0,0,4.709,8.238a8.848,8.848,0,0,0-.561,2.926c-.058,1.286-.072,1.7-.072,4.971s.014,3.685.072,4.971a8.848,8.848,0,0,0,.561,2.926,6.164,6.164,0,0,0,3.526,3.526,8.848,8.848,0,0,0,2.926.561c1.286.058,1.7.072,4.971.072s3.685-.014,4.971-.072a8.848,8.848,0,0,0,2.926-.561,6.164,6.164,0,0,0,3.526-3.526,8.848,8.848,0,0,0,.561-2.926c.058-1.286.072-1.7.072-4.971s-.014-3.685-.072-4.971a8.848,8.848,0,0,0-.561-2.926,6.164,6.164,0,0,0-3.526-3.526A8.848,8.848,0,0,0,21.1,4.151C19.816,4.093,19.406,4.079,16.132,4.079Z' transform='translate(-4.076 -4.079)' fill='%23202020'/%3E%3Cpath id='Path_967' data-name='Path 967' d='M132.881,126.635a6.246,6.246,0,1,0,6.246,6.246A6.246,6.246,0,0,0,132.881,126.635Zm0,10.3a4.054,4.054,0,1,1,4.054-4.054A4.054,4.054,0,0,1,132.881,136.937Z' transform='translate(-120.824 -120.827)' fill='%23202020'/%3E%3Cellipse id='Ellipse_586' data-name='Ellipse 586' cx='1.433' cy='1.433' rx='1.433' ry='1.433' transform='translate(17.069 4.179)' fill='%23202020'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header .header-link__youtube {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.104' height='23' viewBox='0 0 25.104 23'%3E%3Cg id='youtube.34a4c0c6' transform='translate(0 -0.429)'%3E%3Crect id='Rectangle_7095' data-name='Rectangle 7095' width='24' height='23' transform='translate(0.495 0.429)' fill='none'/%3E%3Cg id='Group_1143' data-name='Group 1143' transform='translate(0 3.254)'%3E%3Cpath id='Path_968' data-name='Path 968' d='M12803.605,2727.917c-.075,0-7.562-.006-9.419-.5a3.017,3.017,0,0,1-2.133-2.132,33.717,33.717,0,0,1,0-11.606,3.011,3.011,0,0,1,2.131-2.132c1.856-.5,9.343-.5,9.419-.5s7.559.006,9.418.5a3.027,3.027,0,0,1,2.133,2.132,33.665,33.665,0,0,1,0,11.606,3.027,3.027,0,0,1-2.134,2.133C12811.164,2727.911,12803.682,2727.917,12803.605,2727.917Zm-2.411-12.055h0v7.233l6.261-3.616Z' transform='translate(-12791.047 -2710.535)' fill='%23202020'/%3E%3Cpath id='Path_969' data-name='Path 969' d='M12803.608,2728.421c-.312,0-7.635-.006-9.549-.521a3.515,3.515,0,0,1-2.487-2.489,34.072,34.072,0,0,1,0-11.864,3.522,3.522,0,0,1,2.491-2.487c1.917-.516,9.241-.522,9.542-.522s7.628.006,9.545.521a3.523,3.523,0,0,1,2.485,2.488,33.962,33.962,0,0,1,0,11.866,3.529,3.529,0,0,1-2.485,2.488C12811.234,2728.415,12803.919,2728.421,12803.608,2728.421Zm0-16.877c-2.079,0-7.8.087-9.289.487a2.508,2.508,0,0,0-1.776,1.776,33.314,33.314,0,0,0,0,11.352,2.51,2.51,0,0,0,1.776,1.777c1.487.4,7.21.487,9.289.487s7.8-.087,9.286-.487a2.525,2.525,0,0,0,1.78-1.778,33.183,33.183,0,0,0,0-11.346,2.526,2.526,0,0,0-1.776-1.777c-1.492-.406-7.212-.493-9.29-.493Zm-2.913,12.427v-8.1h.5l.251-.435,7.016,4.051-.754.435Zm1-7.233v5.494l4.753-2.748Z' transform='translate(-12791.051 -2710.538)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.header .close-btn-menu {
  cursor: pointer;
}
.header .close-btn-menu .close-menu__txt {
  color: #000;
  font-family: "Vibis Rock", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04rem;
  line-height: 1;
}
.header .close-btn-menu .close-menu__icon {
  height: 1.3rem;
  margin-left: 0.8rem;
  width: 1.3rem;
}
.header .close-btn-menu svg {
  height: 100%;
  width: 100%;
}
.header .header-container {
  align-items: center;
  background-color: #fff;
  border-right: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  padding: 1rem 0 5.7rem;
  position: fixed;
  top: 0;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  width: 12rem;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .header .header-container {
    border-right: unset;
    flex-direction: row;
    height: 5.6rem;
    padding: 1.6rem 0 1.6rem 2rem;
    width: 100%;
  }
}
.header .header-container:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.header .header-container:hover .header-link--custom {
  background-color: #fff;
}
.header .header-hover .header-button__content span {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  background-color: #fff;
  transition: background-color 0.17s 0.17s;
}
.header .header-hover .header-button__content span:first-child {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth1 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-hover .header-button__content span:nth-child(3) {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth3 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-hover .header-button__content span:nth-child(7) {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth7 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-hover .header-button__content span:nth-child(9) {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth9 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.header .header-active .header-link--custom {
  background-color: #fff;
}
.header .header-active .header-button {
  transform: rotate(180deg);
}
.header .header-active .header-button__content span {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  background-color: #fff;
  transition: background-color 0.17s 0.17s;
}
.header .header-active .header-button__content span:first-child {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth1 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-active .header-button__content span:nth-child(3) {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth3 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-active .header-button__content span:nth-child(7) {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth7 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.header .header-active .header-button__content span:nth-child(9) {
  animation: aniActive 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards, aniNth9 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
@keyframes aniActive {
  to {
    left: 40%;
    top: 40%;
  }
}
@keyframes aniNth1 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 0;
    top: 0;
  }
}
@keyframes aniNth3 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 80%;
    top: 0;
  }
}
@keyframes aniNth7 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 0;
    top: 80%;
  }
}
@keyframes aniNth9 {
  0% {
    left: 40%;
    top: 40%;
  }
  to {
    left: 80%;
    top: 80%;
  }
}
.header .header-more {
  cursor: pointer;
  display: none;
  position: relative;
}
.header .header-more.active {
  display: block;
}
.header .header-more::after {
  bottom: -2rem;
  content: "";
  display: none;
  height: 2rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.header .header-more:hover .header-more__item {
  height: unset;
  opacity: 1;
  overflow: auto;
  padding: 2rem;
  transition: opacity 0.3s;
}
.header .header-more:hover::after {
  display: block;
}
.header .header-more .header-white__txt {
  color: #fff;
  font-family: "Vibis Rock", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-right: 3.2rem;
  white-space: nowrap;
}
.header .header-more .header-more__item {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  height: 0;
  left: -2rem;
  opacity: 0;
  overflow: hidden;
  padding: 2rem;
  padding: 0;
  position: absolute;
  top: 5rem;
}
.header .header-menu__modal--sp {
  background-color: rgba(255, 255, 255, 0.94);
  bottom: 100vh;
  left: 0;
  padding: 1.2rem 2rem;
  position: fixed;
  right: 0;
  top: unset;
  transition: all 0.5s;
}
.header .header-menu__modal--sp.show {
  bottom: 0;
  top: 0;
}
.header .header-menu__modal--sp .header-menu__list--sp {
  height: 100%;
  margin-top: 2.8rem;
  max-height: 58rem;
  overflow-y: scroll;
  padding-bottom: 6rem;
}
.header .header-menu__modal--sp .header-menu__list--sp .menu-list {
  margin-bottom: 3rem;
}
.header .header-menu__modal--sp .header-menu__list--sp .menu-list:last-child {
  margin-bottom: 0;
}
.header .header-menu__modal--sp .header-menu__list--sp .menu-list .menu-list__EN {
  color: #000;
  font-family: "Vibis Rock", sans-serif;
  font-size: 5.2rem;
  line-height: 1;
  width: 11.5rem;
}
.header .header-menu__modal--sp .header-menu__list--sp .menu-list .menu-list__JP {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
}
.header .header-menu__modal--sp .header-menu__btn {
  margin-top: 2.8rem;
}
.header .header-menu__modal--sp .header-menu__btn .menu-btn {
  font-size: 1.6rem;
  height: 5.6rem;
  width: calc(50% - 0.75rem);
}
.header .header-menu__modal--sp .header-menu__language {
  justify-content: flex-end;
  margin-top: 1rem;
}
.header .header-menu__modal--sp .header-menu__language span {
  font-family: "Vibis Classique", sans-serif;
  font-size: 4.6rem;
  line-height: 1;
  margin-right: 2rem;
}
.header .header-menu__modal--sp .header-menu__language select,
.header .header-menu__modal--sp .header-menu__language option {
  color: #000;
  font-family: "Vibis Classique", sans-serif;
  font-size: 4.8rem;
}

.footer {
  margin-left: 12rem;
  margin-top: 6rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 7.2rem;
    position: relative;
  }
}
.footer .footer-left {
  background-color: #000;
  border-top-right-radius: 5rem;
  padding-left: 8rem;
  padding-right: 9.2rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-left {
    padding-left: 2rem;
    border-top-right-radius: 10rem;
    padding-right: 6.2rem;
  }
}
.footer .footer-left .footer-logo {
  width: 11rem;
  margin-top: 3.2rem;
  height: 11rem;
}
.footer .footer-left .footer-link {
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-link {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-link {
    flex-wrap: wrap;
  }
}
.footer .footer-left .footer-link .compartment {
  margin: 0 0.5rem;
}
.footer .footer-left .footer-link__underline {
  text-decoration: underline;
}
.footer .footer-left .footer-link__underline .compartment {
  margin: 0 0.8rem;
}
.footer .footer-left .footer-link a,
.footer .footer-left .footer-link .compartment {
  color: #fff;
  opacity: 0.6;
}
.footer .footer-left .footer-link a:lang(en),
.footer .footer-left .footer-link .compartment:lang(en) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-link a,
.footer .footer-left .footer-link .compartment {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-link a,
.footer .footer-left .footer-link .compartment {
    white-space: nowrap;
  }
}
.footer .footer-left .footer-information {
  color: #fff;
  padding-bottom: 10rem;
  padding-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-information {
    display: unset;
  }
}
.footer .footer-left .footer-information .txt-heading-20 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  opacity: 0.6;
}
.footer .footer-left .footer-information .txt-heading-28 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.7rem;
  padding-top: 2.9rem;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-information .txt-heading-28 {
    font-size: 1.6rem;
  }
}
.footer .footer-left .footer-information .txt-heading-14 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-information .txt-heading-14 {
    font-size: 1.3rem;
  }
}
.footer .footer-left .footer-information .txt-heading-18 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 3rem;
  padding-top: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-information .txt-heading-18 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-information .access {
    margin-top: 5.1rem;
  }
}
.footer .footer-left .footer-information .access .access-center {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.8rem;
  padding-top: 1.2rem;
}
.footer .footer-left .footer-information .access .txt-heading-18 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 3rem;
  padding-top: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-information .access .txt-heading-18 {
    font-size: 1.4rem;
  }
}
.footer .footer-left .footer-information .footer-map {
  height: 17.5rem;
  margin-left: 8.1rem;
  width: 47.04%;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-information .footer-map {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-information .footer-map {
    height: 17.8rem;
    margin-bottom: 5.7rem;
    margin-left: unset;
    margin-top: 4rem;
    width: calc(100% + 2rem);
  }
}
.footer .footer-left .footer-information .footer-map iframe {
  height: 100% !important;
  width: 100% !important;
}
.footer .footer-left .footer-information .if-right {
  justify-content: space-between;
  width: 59%;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-information .if-right {
    display: unset;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-information .if-right .if-contact {
    margin-top: 5.2rem;
  }
}
.footer .footer-right {
  overflow: hidden;
  width: 18rem;
}
@media screen and (max-width: 1200px) {
  .footer .footer-right {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-right {
    overflow: unset;
    position: absolute;
    right: 0rem;
    top: 8rem;
    width: 8rem;
  }
}
.footer .footer-right .footer-right_top {
  background-color: var(--color-main-tempalte);
  height: 6rem;
  width: 0.5rem;
}
.footer .footer-right .footer-right_bottom {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin-left: 0;
  padding-left: 110%;
  transform: rotate(90deg);
  white-space: nowrap;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right_bottom {
    color: #fff;
  }
}

.top-page {
  overflow-x: hidden;
}
.top-page .mv-top {
  background-image: url("https://assets.micado-rayout.jp/img/common/mv-bg.jpg");
  background-position: center;
  background-size: cover;
  border: 0.1rem solid rgba(112, 112, 112, 0.1176470588);
  padding-top: 8.4rem;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top {
    border: unset;
    padding-top: 5.6rem;
  }
}
.top-page .mv-top .slide-container {
  width: calc(100% - 29rem);
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .slide-container {
    width: calc(100% - 14rem);
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .slide-container {
    width: 100%;
  }
}
.top-page .mv-top .swiper-wrapper {
  background-position: center;
  background-size: cover;
  height: 100%;
  pointer-events: none;
  transition-duration: 1ms !important;
  width: 100%;
}
.top-page .mv-top .single-slide {
  max-height: 38.2vw;
  min-height: 38.2vw;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .single-slide {
    margin-left: 26rem;
    max-height: 35rem;
    min-height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .single-slide {
    margin-left: 15.5rem;
    max-height: 55.4rem;
    min-height: 55.4rem;
  }
}
.top-page .mv-top .mv-swiper {
  height: 38.2vw;
  margin-top: 7.7rem;
  padding-right: 14rem;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-swiper {
    height: 35rem;
    margin-top: 4rem;
    padding-right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-swiper {
    height: 55.4rem;
    margin-top: 7rem;
    padding-bottom: 2.4rem;
    padding-left: 7.5rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-swiper::after {
    background-color: #eef1f2;
    bottom: 0;
    content: "";
    height: 16.8rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.top-page .mv-top .mv-swiper .swiper-slide.swiper-slide-active {
  transition-delay: 0s;
  visibility: visible;
}
.top-page .mv-top .mv-swiper .swiper-slide.swiper-slide-active .slide-inner {
  animation: next-slide-pc linear 1s forwards;
  animation-delay: 0;
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-swiper .swiper-slide.swiper-slide-active .slide-inner {
    animation: next-slide-sp linear 1s forwards;
  }
}
.top-page .mv-top .mv-swiper .swiper-slide.swiper-slide-active img {
  animation: zoom-in-animation linear 7.2s forwards;
}
.top-page .mv-top .swiper-wrapper-thumbnail {
  background-color: #fff;
  bottom: 0;
  margin-right: 0;
  padding-top: 4rem;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .swiper-wrapper-thumbnail {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .swiper-wrapper-thumbnail {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    right: -4rem;
  }
}
.top-page .mv-top .swiper-wrapper-thumbnail .swiper-slide.swiper-slide-active {
  transition-delay: 0s;
  visibility: visible;
}
.top-page .mv-top .swiper-wrapper-thumbnail .swiper-slide.swiper-slide-active .slide-inner {
  animation: next-slide-thumb-pc linear 0.8s forwards;
  animation-delay: 0;
}
.top-page .mv-top .mv-swiper-thumbnail {
  height: 20rem;
  margin-left: 4rem;
  width: 20rem;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-swiper-thumbnail {
    height: 10rem;
    margin-left: 2rem;
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-swiper-thumbnail {
    height: 12rem;
    margin-left: 2.4rem;
    width: 12rem;
  }
}
.top-page .mv-top .swiper-mv-next {
  cursor: pointer;
  height: 20rem;
  left: 4rem;
  position: absolute;
  top: 4rem;
  width: 20rem;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .swiper-mv-next {
    height: 10rem;
    left: 2rem;
    top: 2rem;
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .swiper-mv-next {
    height: 12rem;
    left: 2.4rem;
    top: 2.4rem;
    width: 12rem;
  }
}
.top-page .mv-top .swiper-doubble-click {
  cursor: pointer;
  height: 20rem;
  position: absolute;
  right: 0;
  top: 4rem;
  width: 20rem;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .swiper-doubble-click {
    height: 10rem;
    top: 2rem;
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .swiper-doubble-click {
    height: 12rem;
    top: 2.4rem;
    width: 12rem;
  }
}
.top-page .mv-top .swiper-slide {
  height: 100%;
  overflow: hidden;
  transition: visibility 0s 1s;
  visibility: hidden;
  width: 100%;
  will-change: visibility;
}
.top-page .mv-top .swiper-slide .slide-inner {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 3s cubic-bezier(1, 1, 0.5, 0.1) 0s;
  width: 100%;
  will-change: clip;
}
.top-page .mv-top .swiper-pagination {
  bottom: 28rem;
  flex-direction: column;
  left: unset;
  right: 6.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .swiper-pagination {
    bottom: 17rem;
    right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .swiper-pagination {
    bottom: 5.4rem;
    left: 3.4rem;
    right: unset;
  }
}
.top-page .mv-top .swiper-pagination .swiper-pagination-bullet {
  background-color: #c9c9c9;
  border-radius: unset !important;
  height: 1rem;
  margin-top: 2rem;
  opacity: 1 !important;
  width: 1rem;
}
.top-page .mv-top .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .swiper-pagination .swiper-pagination-bullet {
    height: 0.6rem;
    margin-top: 2.4rem;
    width: 0.6rem;
  }
}
.top-page .mv-top .swiper-pagination .swiper-pagination-bullet-active {
  --dot-bottom: 0;
  --dot-top: 0;
  --dot-height: 0;
  background-color: #000;
  position: relative;
}
.top-page .mv-top .swiper-pagination .swiper-pagination-bullet-active::before {
  animation: b3v0 0.62s ease;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.33, 0, 0, 1);
  background-color: #202020;
  content: "";
  height: var(--dot-height);
  left: 0;
  position: absolute;
  top: var(--dot-top);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .swiper-pagination .swiper-pagination-bullet-active::before {
    animation: b3v0_sp 0.62s ease;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.33, 0, 0, 1);
  }
}
.top-page .mv-top .mv-top__txt {
  height: -moz-fit-content;
  height: fit-content;
  margin-right: -40rem;
  position: relative;
  z-index: 2;
  padding-left: 6rem;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-top__txt{
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-top__txt {
    padding-left: 2rem;
  }
}
.top-page .mv-top .mv-top__txt .logo-mv {
  margin-bottom: 3rem;
  margin-left: -2.5rem;
  width: 15rem;
  height: 15rem;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-top__txt .logo-mv {
    margin-bottom: 3rem;
    margin-left: -1.6rem;
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-top__txt .logo-mv {
    margin-bottom: 7rem;
    margin-left: -1.5rem;
    width: 8.3rem;
    height: 8.3rem;
  }
}
.top-page .mv-top .mv-top__txt .txt-EN {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 11rem;
  text-shadow: 0 0.3rem 0.6rem #fff;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-top__txt .txt-EN {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-top__txt .txt-EN {
    font-size: 5.4rem;
    line-height: 6rem;
  }
}
.top-page .mv-top .mv-top__txt .txt-JP {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 2.4rem 0 0 0;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-top__txt .txt-JP {
    font-size: 1.6rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-top__txt .txt-JP {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 2.4rem 0 0 0;
  }
}
.top-page .pick-up__box {
  height: 20.2rem;
}
@media screen and (max-width: 1200px) {
  .top-page .pick-up__box {
    height: 11.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .pick-up__box {
    height: 17.9rem;
  }
}
.top-page .pick-up-content {
  background-color: #f9f9f9;
  margin-top: 5.7rem;
  padding: 8rem 5% 6.6rem;
}
@media screen and (max-width: 768px) {
  .top-page .pick-up-content {
    background-color: #eef1f2;
    margin-top: 0;
    padding: 4rem 0 0;
  }
}
.top-page .pick-up-content .pick-up__heading {
  color: #000;
  font-family: "Montserrat";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .top-page .pick-up-content .pick-up__heading {
    font-family: "Gotham";
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .pick-up-content .pick-up__contents {
    overflow: hidden;
  }
}
.top-page .pick-up-content .pick-up__contents .round-legs {
  align-items: center;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  margin-bottom: 4.4rem;
  margin-top: 1.5rem;
  position: relative;
}
.top-page .pick-up-content .pick-up__contents .swiper-pagination-bullet-active {
  background-color: #fff;
  height: 1rem !important;
  width: 1rem !important;
}
.top-page .pick-up-content .pick-up__contents .swiper-pagination-bullet {
  height: 0.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  width: 0.5rem;
}
.top-page .concept-background {
  background-image: url("https://assets.micado-rayout.jp/img/common/concept.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 6rem;
  margin-top: 4rem;
  padding: 0 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .concept-background {
    background-image: url("https://assets.micado-rayout.jp/img/common/concepts.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 6.6rem;
    margin-top: 5.6rem;
    position: relative;
    padding: 0;
  }
  .top-page .concept-background::after {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.top-page .concept-background::after {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.top-page .concept-background .container {
  position: relative;
  z-index: 2;
}
.top-page .concept-background .container .concept {
  color: #fff;
  font-family: "Montserrat";
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  padding: 9rem 0 0;
}
@media screen and (max-width: 768px) {
  .top-page .concept-background .container .concept {
    font-family: "Gotham";
    font-size: 3rem;
    padding: 5rem 0 2.5rem;
  }
}
.top-page .concept-background .container .businessmen {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 5rem;
  padding: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .top-page .concept-background .container .businessmen {
    font-size: 1.8rem;
    letter-spacing: 0.06rem;
    line-height: 3rem;
    padding: 0 0 3.6rem;
  }
}
.top-page .concept-background .container .concept-content {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 3.2rem;
  padding: 6rem 0 9rem;
}
@media screen and (max-width: 768px) {
  .top-page .concept-background .container .concept-content {
    font-size: 1.2rem;
    letter-spacing: 0.04rem;
    line-height: 2.4rem;
    padding: 0 0 12rem 0;
    width: 100%;
    white-space: inherit;
  }
}
.top-page .hotel-information {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-page .hotel-information {
    display: block;
  }
}
.top-page .hotel-information .information {
  height: 60rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-page .hotel-information .information {
    display: flex;
    height: 25rem;
    position: relative;
    width: unset;
  }
}
.top-page .hotel-information .information .room-details {
  background-color: var(--color-main-tempalte);
}
.top-page .hotel-information .information .dinning-details {
  background-color: #16a4ec;
}
.top-page .hotel-information .information .facilities-details {
  background-color: #d83715;
}
.top-page .hotel-information .information .sightseeing-details {
  background-color: #4d4d4d;
}
.top-page .hotel-information .information .details {
  color: #fff;
  float: right;
  height: 16rem;
  padding: 2.5rem;
  position: relative;
  bottom: 0;
  width: 23rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .top-page .hotel-information .information .details {
    position: absolute;
    right: 0;
    transform: translateY(0%);
  }
}
.top-page .hotel-information .information .details .items-name {
  color: #fff;
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  padding-bottom: 0.9rem;
}
.top-page .hotel-information .information .details .details-all {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 4000;
  line-height: 2rem;
}
.top-page .hotel-information .information .details .button-icon {
  position: absolute;
  bottom: 1.2rem;
  right: 2.2rem;
}
.top-page .hotel-information .information img {
  height: 100%;
  width: 100%;
}
.top-page .four-seasons {
  background-color: #f9f9f9;
  padding: 6rem 5% 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .four-seasons {
    padding: 6rem 0 10rem;
  }
}
.top-page .pl-60 {
  margin-right: -50vw;
  width: calc(50% + 50vw);
}
.top-page .pl-60 .four-season {
  color: #000;
  font-family: "Montserrat";
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1rem;
  position: relative;
  top: 2rem;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .top-page .pl-60 .four-season {
    font-size: 3rem;
    margin-top: 0;
    padding-bottom: 2rem;
    top: 0;
  }
}
.top-page .pl-60 .four-seasons__slide {
  position: unset;
  margin: 0 -5%;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .top-page .pl-60 .four-seasons__slide {
    margin: 0 -2rem;
    padding: 0 2rem;
  }
}
.top-page .pl-60 .pev-next__sp {
  align-items: center;
  display: flex;
  float: right;
  margin-bottom: 2.8rem;
  margin-right: 8rem;
  position: relative;
  width: unset;
}
@media screen and (max-width: 768px) {
  .top-page .pl-60 .pev-next__sp {
    align-items: center;
    bottom: 2rem;
    display: flex;
    justify-content: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 31.5rem;
  }
}
.top-page .pl-60 .swiper-pagination__page {
  bottom: unset;
  display: inline;
  margin-right: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .pl-60 .swiper-pagination__page {
    display: flex;
    left: 0;
    margin-left: 4rem;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-page .pl-60 .swiper-pagination__page .first-page__number {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 1.4rem;
}
.top-page .pl-60 .swiper-pagination__page .last-page__number {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 1.4rem;
}
.top-page .pl-60 .swiper-pagination__page .dash {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.top-page .pl-60 .photograph-swiper__next {
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  height: 4.9rem;
  margin-top: 0;
  min-width: 4.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .pl-60 .photograph-swiper__next {
    left: unset;
    margin-right: 5.8rem;
    margin-top: 0;
    right: unset;
    top: unset;
  }
}
@media screen and (max-width: 1200px) {
  .top-page .pl-60 .photograph-swiper__next {
    margin-left: 2.7rem;
  }
}
.top-page .pl-60 .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  height: 4.9rem;
  margin: 0;
  margin-right: 3.7rem;
  min-width: 4.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .pl-60 .swiper-pagination-bullet-active {
    bottom: unset;
    left: unset;
    margin: 0 2.7rem 0 3rem;
    right: unset;
    top: unset;
  }
}
.top-page .pl-60 .photograph-swiper__next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cg id='Group_2197' data-name='Group 2197' transform='translate(-1344 -3853.586)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M4102.758,188.041l7.744,7.743-7.744,7.743' transform='translate(-2726.758 3666.959)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1619' data-name='Line 1619' x2='40' transform='translate(1344 3863)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  content: "";
  height: 100%;
  width: 100%;
}
.top-page .pl-60 .swiper-pagination-bullet-active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cpath id='Path_865' data-name='Path 865' d='M4110.5,188.041l-7.744,7.743,7.744,7.743' transform='translate(-4101.344 -186.627)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1618' data-name='Line 1618' x2='40' transform='translate(1.158 9.158)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  content: "";
  height: 100%;
  width: 100%;
}
.top-page .pl-60 .thumbnail {
  height: 42rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-page .pl-60 .thumbnail {
    height: 18rem;
    width: 100%;
  }
}
.top-page .news {
  margin-top: 9.3rem;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .top-page .news {
    margin-top: 5.5rem;
  }
}
.top-page .update {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .top-page .update {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-page .update {
    display: block;
  }
}
.top-page .update .update-new {
  margin-right: 12rem;
  width: calc(100% - 48rem);
}
@media screen and (max-width: 768px) {
  .top-page .update .update-new {
    margin-bottom: 7.3rem;
    margin-right: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .top-page .update .update-new {
    margin-right: 0;
    width: calc(100% - 40rem);
  }
}
.top-page .update .update-new .update-news {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.4rem;
  max-width: 66rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .update-new .update-news {
    margin-bottom: 2.4rem;
  }
}
.top-page .update .update-new .update-news .new {
  color: #000;
  font-family: "Montserrat";
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-page .update .update-new .update-news .new {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-page .update .update-new .update-news .new {
    font-size: 3rem;
  }
}
.top-page .update .update-new .update-news .see-more {
  display: flex;
}
.top-page .update .update-new .see-more__news {
  background-color: var(--color-main-tempalte);
  border: unset;
  border-radius: 5.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 6rem;
  line-height: 2rem;
  width: 24rem;
}
@media screen and (max-width: 1200px) {
  .top-page .update .update-new .see-more__news {
    font-size: 1.2rem;
    height: 4rem;
    width: 18rem;
  }
}
.top-page .update .update-new .see-more__news .button-new__icon {
  display: inline-block;
  padding-left: 1.7rem;
}
.top-page .update .line {
  background-color: #ddd;
  height: 0.1rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .line {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
.top-page .update .line-blue {
  background-color: var(--color-main-tempalte);
  height: 0.5rem;
  max-width: 10rem;
  position: relative;
  top: -0.2rem;
}
.top-page .update .information-party {
  display: flex;
  padding-bottom: 4rem;
  padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .information-party {
    padding-bottom: 2.2rem;
    padding-top: 2.2rem;
  }
}
.top-page .update .information-party .img-party {
  height: 18rem;
  margin-right: 2rem;
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .information-party .img-party {
    height: 10rem;
    margin-right: 1.2rem;
    width: 15.6rem;
  }
}
.top-page .update .information-party .location-information {
  padding-top: 2.7rem;
}
.top-page .update .information-party .location-information .information-time {
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 2.2rem;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .information-party .location-information .information-time {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
.top-page .update .information-party .location-information .location {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .information-party .location-information .location {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-page .update .information-party .location-information .location {
    font-size: 1.6rem;
  }
}
.top-page .update .update-instagram {
  max-width: 36rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .update-instagram {
    max-width: unset;
  }
}
.top-page .update .update-instagram .instagram {
  color: #000;
  font-family: "Montserrat";
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .top-page .update .update-instagram .instagram {
    font-family: "Gotham";
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-page .update .update-instagram .instagram {
    font-size: 3rem;
  }
}
.top-page .update .update-instagram .slide-image {
  height: auto;
  width: 100%;
}
.top-page .update .update-instagram .slide-image::before {
  content: "";
  padding-left: 100%;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 7rem;
}
.top-page .update .update-instagram .slide-image .thumbnail {
  height: 30rem;
  margin: 4rem 3rem 0;
  width: 30rem;
}
.top-page .update .update-instagram .follows {
  display: flex;
  justify-content: center;
}
.top-page .update .update-instagram .follows .follows-us {
  align-items: center;
  background-color: var(--color-main-tempalte);
  border: unset;
  border-radius: 5.5rem;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4rem;
  justify-content: center;
  line-height: 2rem;
  margin-top: 2.5rem;
  width: 24rem;
  position: relative;
}
.top-page .update .update-instagram .follows .button-instagram__icon {
  position: absolute;
  top: 50%;
  right: 2.8rem;
  transform: translateY(-50%);
}
.top-page .update .update-instagram .pev-next {
  align-items: center;
  display: flex;
  margin-top: 5.2rem;
}
.top-page .update .update-instagram .swiper-pagination-instagram-active {
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  height: 5rem;
  left: auto;
  margin-top: 0;
  min-width: 5rem;
  position: relative;
  top: unset;
}
.top-page .update .update-instagram .page-current {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.top-page .update .update-instagram .slash {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 1.4rem;
}
.top-page .update .update-instagram .page-total {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.top-page .update .update-instagram .swiper-pagination-instagram-active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cg id='Group_2197' data-name='Group 2197' transform='translate(-1344 -3853.586)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M4102.758,188.041l7.744,7.743-7.744,7.743' transform='translate(-2726.758 3666.959)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1619' data-name='Line 1619' x2='40' transform='translate(1344 3863)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  content: "";
  height: 100%;
  width: 100%;
}
.top-page .update .update-instagram .swiper-button-prev-instagram {
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  height: 5rem;
  left: 0;
  margin-top: 0;
  min-width: 5rem;
  position: relative;
  right: 0;
  top: unset;
}
.top-page .update .update-instagram .swiper-button-prev-instagram::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cpath id='Path_865' data-name='Path 865' d='M4110.5,188.041l-7.744,7.743,7.744,7.743' transform='translate(-4101.344 -186.627)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1618' data-name='Line 1618' x2='40' transform='translate(1.158 9.158)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  content: "";
  height: 100%;
  width: 100%;
}
.top-page .update .update-instagram .swiper-pagination {
  padding-top: 1.5rem;
  position: relative;
}
.top-page .instagram {
  font-family: "Montserrat";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.4rem;
  padding-left: 2rem;
}
.top-page .update-instagram__slide {
  position: unset;
}
.top-page .image-four__instagram {
  background-color: #efefef;
  height: auto;
  margin-bottom: 12rem;
  padding: 4rem 2rem 4rem;
  position: relative;
}
.top-page .image-four__instagram .sp-flex {
  bottom: -6.1rem;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  left: 0;
  right: 0;
  width: 100%;
}
.top-page .image-four__instagram .sp-flex .four-image {
  height: 16.7rem;
  margin-bottom: 0.1rem;
  width: calc(50% - 0.05rem);
}
.top-page .image-four__instagram .pagination-unset {
  bottom: unset;
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.top-page .image-four__instagram .pagination-next__sp {
  margin-top: 2.2rem;
  position: absolute;
}
.top-page .image-four__instagram .page-sp__current {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.top-page .image-four__instagram .hyphen {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 1.4rem;
}
.top-page .image-four__instagram .page-sp__total {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.top-page .image-four__instagram .swiper-button-prev-sp {
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  height: 5rem;
  position: relative;
  right: 2rem;
  top: unset;
  width: 5rem;
}
.top-page .image-four__instagram .swiper-pagination-sp {
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  height: 5rem;
  left: 2rem;
  position: relative;
  top: unset;
  width: 5rem;
}
.top-page .image-four__instagram .swiper-button-prev-sp::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cg id='Group_2197' data-name='Group 2197' transform='translate(-1344 -3853.586)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M4102.758,188.041l7.744,7.743-7.744,7.743' transform='translate(-2726.758 3666.959)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1619' data-name='Line 1619' x2='40' transform='translate(1344 3863)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  content: "";
  height: 100%;
  width: 100%;
}
.top-page .image-four__instagram .swiper-pagination-sp::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.158' height='18.315' viewBox='0 0 41.158 18.315'%3E%3Cpath id='Path_865' data-name='Path 865' d='M4110.5,188.041l-7.744,7.743,7.744,7.743' transform='translate(-4101.344 -186.627)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_1618' data-name='Line 1618' x2='40' transform='translate(1.158 9.158)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  content: "";
  height: 100%;
  width: 100%;
}
.top-page .image-four__instagram .follows {
  display: flex;
  justify-content: center;
}
.top-page .image-four__instagram .follows .follows-us {
  align-items: center;
  background-color: #0065a6;
  border: unset;
  border-radius: 5.5rem;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4rem;
  justify-content: center;
  line-height: 2rem;
  margin-top: 2.5rem;
  width: 24rem;
  position: relative;
  top: 0;
}
.top-page .image-four__instagram .follows .button-instagram__icon {
  position: absolute;
  top: 50%;
  right: 2.8rem;
  transform: translateY(-50%);
}

.page-access .txt-heading-24 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.4rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  .page-access .txt-heading-24 {
    font-size: 1.5rem;
  }
}
.page-access .ic-heading-access:hover {
  cursor: pointer;
}
.page-access .ic-heading-access {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-access .ic-heading-access {
    height: 2rem;
    width: 2rem;
  }
}
.page-access .ic-heading-access circle {
  fill: #0065a6;
}
@media screen and (max-width: 768px) {
  .page-access .ic-heading-access circle {
    fill: #e20026;
  }
}
@media screen and (max-width: 768px) {
  .page-access .md-access-straight {
    border-top: 0.1rem solid #ddd;
    margin-bottom: 1.4rem;
    margin-left: -2rem;
    margin-top: 2rem;
    width: calc(100% + 4rem);
  }
}
.page-access .access-content-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.15rem;
}
@media screen and (max-width: 768px) {
  .page-access .access-content-child {
    padding: unset;
    padding: 0 3.2rem;
  }
}
.page-access .access-container-plus {
  background-color: #f5f5f5;
  border-radius: 1rem;
  margin-bottom: 10rem;
  margin-top: 10rem;
  padding: 3.15rem 10rem 7rem;
}
@media screen and (max-width: 1200px) {
  .page-access .access-container-plus {
    max-width: 76.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-access .access-container-plus {
    margin: 5rem 0;
    padding: unset;
  }
}
.page-access .access-container-plus .access-content-straight {
  border-top: 0.1rem solid #ddd;
  padding-bottom: 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-access .access-container-plus .access-content-straight {
    padding-bottom: 2rem;
  }
}
.page-access .access-container-minus {
  background-color: #f5f5f5;
  border-radius: 1rem;
  display: none;
  margin-bottom: 10rem;
  margin-top: 10rem;
  padding: 3.15rem 10rem 0;
}
@media screen and (max-width: 768px) {
  .page-access .access-container-minus {
    margin: 5rem 0;
    padding: unset;
  }
}

@media screen and (max-width: 768px) {
  .map_vehicle_content {
    padding-bottom: 4rem;
  }
}
.map_vehicle_content .map_vehicle_row {
  display: flex;
  position: relative;
  width: calc(100% - 2rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_row {
    flex-direction: column;
    width: 100%;
  }
  .map_vehicle_content .map_vehicle_row::after {
    content: none;
  }
}
.map_vehicle_content .map_vehicle_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_left {
    width: 100%;
  }
}
.map_vehicle_content .map_vehicle_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_right {
    width: 100%;
  }
  .map_vehicle_content .map_vehicle_right > div:last-child {
    margin-left: 0;
  }
}
.map_vehicle_content .map_vehicle_right > div:last-child {
  margin-left: 9.2rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .md-access {
    display: unset;
  }
}
.map_vehicle_content .map_vehicle_col {
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_col {
    max-width: 100%;
    width: 100%;
  }
}
.map_vehicle_content .pd-access-map__70 {
  padding-left: 7rem;
}
@media screen and (max-width: 1200px) {
  .map_vehicle_content .pd-access-map__70 {
    padding: unset;
    padding: 0 1rem;
  }
}
.map_vehicle_content .map_vehicle_detail {
  margin-bottom: 1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail {
    margin-top: 2.3rem;
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item {
  border-left: 0.5rem solid #e1e1e1;
  margin-left: 1.1rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item {
    border: unset;
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item::before {
  background-color: #bebebe;
  border-radius: 2rem;
  bottom: 1rem;
  height: calc(100% - 4.3rem);
  left: -0.5rem;
  position: absolute;
  width: 0.3rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item::before {
    content: "";
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item::after {
  background-color: #fff;
  border: 0.7rem solid #b7b7b7;
  border-radius: 50%;
  content: "";
  height: 1.4rem;
  left: -1.7rem;
  position: absolute;
  top: -0.2rem;
  width: 1.4rem;
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child {
  border-left: 0.7rem solid transparent !important;
  left: -0.2rem;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child {
    left: -0.8rem;
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child::after {
  border: 0.7rem solid #000 !important;
}
.map_vehicle_content .destination_txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .destination_txt {
    font-size: 1.6rem;
  }
}
.map_vehicle_content .location_txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .location_txt {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.map_vehicle_content .vehicle_type_EN {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.7rem;
  text-align: center;
}
.map_vehicle_content .vehicle_type_JP {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 4.4rem;
  margin-top: 0.5rem;
  text-align: center;
}
.map_vehicle_content .time_extimate {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .time_extimate {
    display: flex;
    justify-content: center;
  }
}

.page-plan-list .plan-content__select {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page-plan-list .plan-content__select {
    justify-content: space-between;
  }
}
.page-plan-list .plan-content__select select {
  margin-left: 0;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .page-plan-list .plan-content__select select {
    margin-right: 0;
  }
}
.page-plan-list .plan-list {
  display: grid;
  grid-gap: 8rem 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .page-plan-list .plan-list {
    grid-gap: 4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-list .plan-list {
    grid-template-columns: 100%;
  }
}
.page-plan-list .plan-content {
  padding: 0 5%;
  margin-top: 8rem;
}

.page-plan-detail .plan-detail-container {
  margin: 0 auto;
  max-width: 108rem;
  padding-top: 17rem;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .plan-detail-container {
    max-width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-detail .plan-detail-container {
    max-width: calc(100% - 4rem);
    padding-top: 7rem;
  }
}
.page-plan-detail .plan-detail-container .txt-heading-16 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0, 6rem;
  line-height: 4.4rem;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .plan-detail-container .txt-heading-16 {
    font-size: 1.4rem;
    letter-spacing: 0, 4rem;
  }
}
.page-plan-detail .plan-detail-container .txt-heading-24 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 4.4rem;
  padding-top: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .plan-detail-container .txt-heading-24 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding-top: 1rem;
  }
}
.page-plan-detail .plan-detail-container .txt-heading-24::after {
  background-color: #bebebe;
  content: "";
  display: flex;
  height: 0.2rem;
  margin-top: 2rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .plan-detail-container .txt-heading-24::after {
    margin-top: 2.4rem;
  }
}
.page-plan-detail .plan-detail-container .txt-heading-24::before {
  background-color: var(--color-main-tempalte);
  bottom: 0;
  content: "";
  display: flex;
  height: 0.2rem;
  max-width: 100%;
  position: absolute;
  width: 8rem;
}
.page-plan-detail .slide-plan-detail {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .slide-plan-detail {
    display: unset;
  }
}
.page-plan-detail .slide-plan-detail .plandetailSwiper {
  margin-left: unset;
  margin-right: 6rem;
  max-width: 56rem;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .slide-plan-detail .plandetailSwiper {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-detail .slide-plan-detail .plandetailSwiper {
    margin-right: unset;
    max-width: 100%;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-detail .slide-plan-detail .plandetailSwiper img {
    aspect-ratio: 3/2;
  }
}
.page-plan-detail .slide-plan-detail .plandetailSwiper .swiper-button-next,
.page-plan-detail .slide-plan-detail .plandetailSwiper .swiper-button-prev {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .slide-plan-detail .plandetailSwiper .swiper-button-next,
.page-plan-detail .slide-plan-detail .plandetailSwiper .swiper-button-prev {
    transform: translateY(50%);
  }
}
.page-plan-detail .slide-plan-detail .information-sl {
  min-width: calc(50% - 6rem);
}
@media screen and (max-width: 768px) {
  .page-plan-detail .slide-plan-detail .information-sl {
    padding-top: 2rem;
  }
}
.page-plan-detail .slide-plan-detail .information-sl .txt-style-16 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .slide-plan-detail .information-sl .txt-style-16 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .slide-plan-detail .information-sl .txt-style-16 {
    line-height: 2.5rem;
  }
}
.page-plan-detail .slide-plan-detail .information-sl .click-plan-detail {
  align-items: center;
  background-color: var(--color-main-tempalte);
  border-radius: 0.5rem;
  color: #fff;
  height: 7rem;
  justify-content: center;
  margin-top: 4rem;
  max-width: 26.9rem;
  font-size: 2rem;
  line-height: 4.4rem;
  letter-spacing: 0.06rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .slide-plan-detail .information-sl .click-plan-detail {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .slide-plan-detail .information-sl .click-plan-detail {
    height: 5rem;
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.page-rooms {
  overflow: hidden;
}
.page-rooms .content {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .page-rooms .content {
    padding-top: 3rem;
  }
}
.page-rooms .content .txt-heading-30 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 4.4rem;
  text-align: center;
}
.page-rooms .content .txt-style-18 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 3.7rem;
  padding-top: 3rem;
  text-align: center;
}
.page-rooms .content .content-sp {
  align-items: center;
  background-color: var(--color-main-tempalte);
  border-radius: 1rem;
  height: 6rem;
  position: relative;
  width: 100%;
}
.page-rooms .content .content-sp .content-left {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Hiragino Kaku Gothic Pros", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 4.4rem;
  margin: 0 auto;
}
.page-rooms .content .content-sp .content-right {
  display: flex;
  position: absolute;
  right: 2.2rem;
  width: 1.6rem;
}
.page-rooms .rooms-product {
  color: #fff;
  margin-top: 5.9rem;
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product {
    margin-top: 3rem;
  }
}
.page-rooms .rooms-product .information {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .information {
    justify-content: unset;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
.page-rooms .rooms-product .information .information-text {
  left: 0;
  padding-left: 1.7rem;
  padding-top: 0.6rem;
  position: absolute;
  z-index: 2;
}
.page-rooms .rooms-product .information .information-text .txt-style-12 {
  font-family: "Hiragino Kaku Gothic Pros", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 2.1rem;
}
.page-rooms .rooms-product .information .information-text .txt-style-16 {
  font-family: "Hiragino Kaku Gothic Pros", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 2.4rem;
  margin-top: 3.2rem;
}
.page-rooms .rooms-product .information .slide-rooms {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-bottom: 6rem;
  position: relative;
  width: 64rem;
  margin-left: 8rem;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product .information .slide-rooms {
    width: 40rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .information .slide-rooms {
    background-color: unset;
    width: 100%;
    margin-left: 0;
  }
}
.page-rooms .rooms-product .information .slide-rooms .swiper {
  margin-top: 3.2rem;
  max-width: 44rem;
  position: unset;
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product .information .slide-rooms .swiper {
    max-width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .information .slide-rooms .swiper {
    margin-top: 3rem;
    max-width: 100%;
  }
}
.page-rooms .rooms-product .information .slide-rooms .swiper-click {
  left: -8.5rem;
  position: absolute;
  right: -8.5rem;
  top: 30%;
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product .information .slide-rooms .swiper-click {
    left: -5rem;
    right: -5rem;
    top: 22%;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .information .slide-rooms .swiper-click {
    left: 0;
    right: 0;
    top: -4.9%;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .information .swiper-slide {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3rem 1.5rem;
  }
}
.page-rooms .rooms-product .information .swiper-slide .slide-parameter {
  width: 100%;
}
.page-rooms .rooms-product .information .slide-rooms-title {
  margin: 0 auto;
  max-width: 44rem;
  padding-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product .information .slide-rooms-title {
    padding: 6rem 0 0;
  }
}
.page-rooms .rooms-product .information .swiper-pagination {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 3rem;
  top: unset;
}
.page-rooms .rooms-product .information .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.page-rooms .rooms-product .border-img-slide {
  height: 26rem;
  border: 0.4rem solid #fff;
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product .border-img-slide {
    height: 18rem;
    border: 0.2rem solid #fff;
  }
}
.page-rooms .rooms-product .js-slider--nav {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-rooms .rooms-product .txt-heading-88 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .txt-heading-88 {
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: unset;
  }
}
.page-rooms .rooms-product .txt-style-20 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 4.4rem;
}
.page-rooms .rooms-product .txt-heading-20 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 2.4rem;
  margin-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .txt-heading-20 {
    font-size: 1.6rem;
  }
}
.page-rooms .rooms-product .txt-style-14 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .txt-style-14 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2rem;
  }
}
.page-rooms .specifically {
  padding-top: 2.7rem;
}
@media screen and (max-width: 1200px) {
  .page-rooms .specifically {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically {
    display: unset;
  }
}
.page-rooms .specifically .specifically-left {
  max-width: 19rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page-rooms .specifically .specifically-left {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically .specifically-left {
    max-width: 12rem;
    padding-right: unset;
    padding-top: 1.6rem;
  }
}
.page-rooms .specifically .specifically-left .rooms-size-left {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  font-weight: bold;
  line-height: 1.4;
}
.page-rooms .specifically .specifically-left .rooms-size-left:lang(ja) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-left .rooms-size-left:lang(zh-Hant) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-left .rooms-size-left:lang(zh-Hans) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-left .rooms-size-left:lang(en) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1200px) {
  .page-rooms .specifically .specifically-left .rooms-size-left {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically .specifically-left .rooms-size-left {
    font-family: "Hiragino Kaku Gothic Pros", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04rem;
  }
}
.page-rooms .specifically .specifically-left .rooms-size-right {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically .specifically-left .rooms-size-right {
    font-size: 1.2rem;
    font-weight: 300;
  }
}
.page-rooms .specifically .specifically-left .capacity {
  margin-top: 0.8rem;
}
.page-rooms .specifically .specifically-left .capacity .capacity-left {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 1.4;
}
.page-rooms .specifically .specifically-left .capacity .capacity-left:lang(ja) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-left .capacity .capacity-left:lang(zh-Hant) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-left .capacity .capacity-left:lang(zh-Hans) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-left .capacity .capacity-left:lang(en) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1200px) {
  .page-rooms .specifically .specifically-left .capacity .capacity-left {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically .specifically-left .capacity .capacity-left {
    font-family: "Hiragino Kaku Gothic Pros", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04rem;
  }
}
.page-rooms .specifically .specifically-left .capacity .capacity-right {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically .specifically-left .capacity .capacity-right {
    font-size: 1.2rem;
    font-weight: 300;
  }
}
.page-rooms .specifically .specifically-right .click {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 3rem;
  align-items: center;
  border: 0.2rem solid #fff;
  color: #fff;
  justify-content: center;
  padding: 0.8rem 2.5rem;
  display: flex;
  white-space: nowrap;
}
.page-rooms .specifically .specifically-right .click:lang(ja) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-right .click:lang(zh-Hant) {
  font-family: "Montserrat", sans-serif;
}
.page-rooms .specifically .specifically-right .click:lang(zh-Hans) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically .specifically-right .click:lang(ja) {
    margin: 2.4rem 0 0 0;
  }
  .page-rooms .specifically .specifically-right .click:lang(zh-Hant) {
    margin: 2.4rem 0 0 0;
  }
  .page-rooms .specifically .specifically-right .click:lang(zh-Hans) {
    margin: 2.4rem 0 0 0;
  }
}
.page-rooms .specifically .specifically-right .click:lang(en) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1200px) {
  .page-rooms .specifically .specifically-right .click {
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .specifically .specifically-right .click {
    background-color: var(--color-main-tempalte);
    border: unset;
    font-family: "Hiragino Kaku Gothic Pros", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 auto;
    width: 100%;
    padding: 16px;
  }
}
.page-rooms .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .page-rooms .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: -10px;
  }
}
.page-rooms .swiper-button-next::after {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page-rooms .swiper-button-next::after {
    font-size: 1.5rem;
  }
}
.page-rooms .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .page-rooms .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 70%;
  }
}
.page-rooms .swiper-button-prev::after {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page-rooms .swiper-button-prev::after {
    font-size: 1.5rem;
  }
}
.page-rooms .swiper-progess {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  bottom: -2.4rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.page-rooms .swiper-progess .swiper-progess__inner {
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.instagram-moder {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12rem;
  position: relative;
}
.instagram-moder .instagram_bg {
  flex-wrap: wrap;
}
.instagram-moder .instagram_bg .img-wrap {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .instagram-moder .instagram_bg .img-wrap {
    width: 50%;
  }
}
.instagram-moder .instagram_center {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  height: 30rem;
  position: absolute;
  width: 30rem;
}
@media screen and (max-width: 1200px) {
  .instagram-moder .instagram_center {
    height: 25rem;
    padding: 0 1.4rem;
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram-moder .instagram_center {
    height: unset;
    padding: 0 1.3rem;
    width: unset;
  }
}
.instagram-moder .instagram_center .img-top {
  margin: 0 auto;
  margin-top: 5.8rem;
  width: 6.5rem;
}
@media screen and (max-width: 1200px) {
  .instagram-moder .instagram_center .img-top {
    margin-top: 20%;
    width: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram-moder .instagram_center .img-top {
    margin-top: 1rem;
    width: 3.7rem;
  }
}
.instagram-moder .instagram_center .img-title {
  margin: 0 auto;
  width: 16.8rem;
}
@media screen and (max-width: 1200px) {
  .instagram-moder .instagram_center .img-title {
    width: 14.4rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram-moder .instagram_center .img-title {
    width: 12.4rem;
  }
}
.instagram-moder .instagram_center .instagram-click {
  align-items: center;
  background-color: #e32f1f;
  border-radius: 5.5rem;
  color: #fff;
  height: 4rem;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.4rem;
  max-width: 24rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .instagram-moder .instagram_center .instagram-click {
    height: 3.6rem;
    margin-bottom: 1.4rem;
    width: 12.9rem;
  }
}
.instagram-moder .instagram_center .instagram-click .insatagram-click-right {
  display: flex;
  position: absolute;
  right: 2.8rem;
  width: 0.9rem;
}
.instagram-moder .instagram_center .instagram-click .next_icon {
  height: 0.9rem;
  position: relative;
}
.instagram-moder .instagram_center .instagram-click .next_icon::after {
  border-color: currentColor;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  color: #fff;
  content: "";
  height: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 0.9rem;
}
.instagram-moder .txt-style-14 {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
}
.instagram-moder .txt-style-16 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.instagram-moder .next_icon-small {
  height: 13.9rem;
  position: relative;
  position: absolute;
  width: 13.9rem;
}
.instagram-moder .next_icon-small::after {
  border-color: currentColor;
  border-style: solid;
  border-width: 1.9rem 1.9rem 0 0;
  color: #0065a6;
  content: "";
  height: 12rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 12rem;
}
.instagram-moder .next_icon-top {
  left: 0;
  top: 0;
}
.instagram-moder .next_icon-top::after {
  transform: rotate(-90deg);
}
.instagram-moder .next_icon-bottom {
  bottom: 0;
  right: 0;
}
.instagram-moder .next_icon-bottom::after {
  transform: rotate(90deg);
}

.news-slide-content {
  background-color: #f5f5f5;
  padding-bottom: 10rem;
  padding-top: 13.6rem;
}
@media screen and (max-width: 768px) {
  .news-slide-content {
    padding-bottom: 5.3rem;
    padding-top: 6rem;
  }
}
.news-slide-content .news-text {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-slide-content .news-text {
    display: unset;
  }
}
.news-slide-content .news-text .txt-heading-110 {
  color: #0065a6;
  font-family: "Vibis Rock", sans-serif;
  font-size: 11rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .news-slide-content .news-text .txt-heading-110 {
    font-size: 6rem;
  }
}
.news-slide-content .news-text .txt-style-20 {
  font-family: "Hiragino Kaku Gothic Pros", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 4.4rem;
  padding-left: 1.9rem;
}
@media screen and (max-width: 768px) {
  .news-slide-content .news-text .txt-style-20 {
    padding-left: unset;
  }
}

.page-room .room-content__item:nth-child(even) .content-left::after {
  background-color: #333;
}
.page-room .room-content__item:nth-child(even) .content-right::after {
  background-color: #333;
}
.page-room .room-content__item:nth-child(even) .content-title .content-title__EN {
  color: #fff;
}
.page-room .room-content__item:nth-child(even) .content-title .content-title__JP {
  color: #fff;
}
.page-room .room-content__item:nth-child(even) .content-description .content-description__des {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-room .room-content__item:nth-child(even) .content-description .content-description__des {
    color: #000;
  }
}
.page-room .room-content__item:nth-child(even) .content-description .content-description__table .table-row__left {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-room .room-content__item:nth-child(even) .content-description .content-description__table .table-row__left {
    color: #000;
  }
}
.page-room .room-content__item:nth-child(even) .content-description .content-description__table .table-row__right {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-room .room-content__item:nth-child(even) .content-description .content-description__table .table-row__right {
    color: #37373c;
  }
}
.page-room .room-content__item:nth-child(even) .thumbnail-slide-func .dot-pagination .dot-pagination__item {
  background-color: #fff;
}

.room-slide #room-detail-data {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .room-slide #room-detail-data {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content {
    padding-top: 3rem;
  }
}
.room-slide .btn-search-sp {
  align-items: center;
  background-color: var(--color-main-tempalte);
  border-radius: 1rem;
  height: 6rem;
  position: relative;
  width: 100%;
}
.room-slide .btn-search-sp .content-left {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Hiragino Kaku Gothic Pros", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 4.4rem;
  margin: 0 auto;
}
.room-slide .btn-search-sp .icon-btn-search {
  display: flex;
  position: absolute;
  right: 2.2rem;
  width: 1.6rem;
}
.room-slide .room-content__tittle--head {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 2.7rem;
  margin: 8.3rem 0 3.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .room-slide .room-content__tittle--head {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    line-height: 3rem;
    margin: 3.9rem 0 1rem;
    text-align: start;
  }
}
.room-slide .room-content__tittle--des {
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  line-height: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .room-slide .room-content__tittle--des {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: start;
  }
}
.room-slide .room-content__item {
  margin: 12rem 0 20rem;
}
@media screen and (max-width: 1200px) {
  .room-slide .room-content__item {
    padding: 0 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .room-content__item {
    flex-direction: column;
    margin-top: 5rem;
    padding: 0 2rem;
    margin: 6rem 0;
  }
}
.room-slide .room-content__item:nth-child(even) .search-btn {
  background-color: #fff;
  color: #333;
}
.room-slide .content-left {
  padding: 4rem 0 4rem 8rem;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-left {
    margin-right: -13rem;
    margin-top: 5rem;
    padding: 3rem 24rem 3rem 0;
    width: calc(50% + 15rem);
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content-left {
    margin-right: 0;
    margin-top: 2.8rem;
    order: 1;
    padding: 0;
    width: 100%;
  }
}
.room-slide .content-left::after {
  background-color: #efefef;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 8rem);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-left::after {
    width: calc(100% + 4rem);
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content-left::after {
    content: unset;
  }
}
.room-slide .content-right {
  margin: 0% -25% auto;
  width: 60%;
  height: 540px;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-right {
    margin-left: -10rem;
    width: calc(50% + 10rem);
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content-right {
    margin-left: 0;
    padding: 2.4rem 0 3.2rem;
    width: 100%;
    height: 40rem;
  }
}
.room-slide .content-right::after {
  background-color: #efefef;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: calc(100% - 7.4rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .room-slide .content-right::after {
    content: "";
  }
}
.room-slide .content-title {
  margin-bottom: 1.8rem;
  width: 70vw;
}
@media screen and (max-width: 768px) {
  .room-slide .content-title {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
  }
}
.room-slide .content-title .content-title__EN {
  font-size: 3.6rem;
  margin-bottom: 0.3rem;
  pointer-events: none;
  word-break: break-word;
}
.room-slide .content-title .content-title__EN:lang(ja) {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.room-slide .content-title .content-title__EN:lang(zh-Hant) {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.room-slide .content-title .content-title__EN:lang(zh-Hans) {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.room-slide .content-title .content-title__EN:lang(en) {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-title .content-title__EN {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content-title .content-title__EN {
    font-size: 2.4rem;
  }
}
.room-slide .content-title .content-title__JP {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 4.4rem;
  margin-bottom: 1.4rem;
  word-break: break-word;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-title .content-title__JP {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}
.room-slide .content-description {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .room-slide .content-description {
    width: 100%;
  }
}
.room-slide .content-description .content-description__des {
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-description .content-description__des {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content-description .content-description__des {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 0;
  }
}
.room-slide .content-description .content-description__table .table-row {
  border-bottom: 0.1rem solid #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  /* max-width: 30rem; */
  width: 100%;
  padding: 0.85rem 0;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-description .content-description__table .table-row {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content-description .content-description__table .table-row {
    border-bottom: 0.1rem solid #efefef;
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
    padding: 1.3rem 0;
  }
}
.room-slide .content-description .content-description__table .table-row:last-child {
  border-bottom: unset;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-description .content-description__table .table-row:last-child {
    border-bottom: 0.1rem solid #efefef;
  }
}
.room-slide .content-description .content-description__table .table-row .table-row__left {
  color: #000;
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .room-slide .content-description .content-description__table .table-row .table-row__left {
    font-weight: 600;
    width: 15rem;
  }
}
.room-slide .content-description .content-description__table .table-row .table-row__right {
  color: #37373c;
  width: calc(100% - 15rem);
}
.room-slide .content-description .content-description__table .table-row .txt_link_defaul {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
.room-slide .content-description .content-description__table .table-row svg {
  margin-left: 0.5rem;
}
.room-slide .search-btn {
  background: var(--color-main-tempalte);
  border-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  height: 6rem;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-top: 3.4rem;
  max-width: 28rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .room-slide .search-btn {
    font-size: 1.5rem;
    height: 4rem;
    margin-top: 2rem;
    max-width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .search-btn {
    font-size: 1.6rem;
    height: 6rem;
    margin-top: 2rem;
    max-width: unset;
  }
}
.room-slide .thumbnail-slide-img {
  max-height: 540px;
  padding: 4rem 0 0;
  position: absolute;
  width: 100%;
  bottom: -10rem;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-img {
    height: calc(100% - 3rem);
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .thumbnail-slide-img {
    height: 28rem;
    bottom: 0;
    padding: 0 0 5rem;
  }
}
.room-slide .thumbnail-slide-func {
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-func {
    margin-top: 1rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .thumbnail-slide-func {
    justify-content: flex-end;
    margin-top: 1.3rem;
    padding-left: unset;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .thumbnail-slide-func .thumbnail-slide-pagination {
    justify-content: flex-end;
  }
}
.room-slide .thumbnail-slide-func .dot-pagination {
  display: grid;
  grid-gap: 0.8rem 1.4rem;
  grid-template-columns: repeat(4, 1fr);
  min-width: 18.6rem;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-func .dot-pagination {
    min-width: 20.2rem;
  }
}
.room-slide .thumbnail-slide-func .dot-pagination .dot-pagination__item {
  background-color: #000;
  border-radius: unset;
  cursor: pointer;
  height: 0.3rem;
  opacity: 0.3;
  transition: all 0.3s;
  width: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-func .dot-pagination .dot-pagination__item {
    margin: 0 0.4rem;
    width: 2em;
  }
}
.room-slide .thumbnail-slide-func .dot-pagination .dot-pagination__item.dot-active {
  opacity: 1;
}
.room-slide .thumbnail-slide-func .pagination-fraction {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-left: 6rem;
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-func .pagination-fraction {
    font-size: 1.8rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .thumbnail-slide-func .pagination-fraction {
    font-size: 1.2rem;
    margin-left: 3rem;
    display: flex !important;
  }
}
.room-slide .thumbnail-slide-func .pagination-fraction .pagination-fraction__current::after {
  content: "/";
  font-size: 2rem;
  margin: 0 0.3rem;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-func .pagination-fraction .pagination-fraction__current::after {
    font-size: 1.7rem;
    margin: 0 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .thumbnail-slide-func .pagination-fraction .pagination-fraction__current::after {
    font-size: 1.1rem;
  }
}
.room-slide .thumbnail-slide-func .thumbnail-slide-next {
  border: 0.1rem solid #000;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 1.6rem;
  min-height: 3rem;
  min-width: 3rem;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-func .thumbnail-slide-next {
    min-height: 2rem;
    min-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .thumbnail-slide-func .thumbnail-slide-next {
    margin-left: 1.5rem;
    min-height: 1.6rem;
    min-width: 1.6rem;
    display: none !important;
  }
}
.room-slide .thumbnail-slide-func .thumbnail-slide-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.179' height='14.526' viewBox='0 0 8.179 14.526'%3E%3Cline id='Line_1712' data-name='Line 1712' x2='9.566' y2='0.001' transform='translate(0.708 0.707) rotate(45)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath id='Path_972' data-name='Path 972' d='M0,0H9.566' transform='translate(0.707 13.818) rotate(-45)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .room-slide .thumbnail-slide-func .thumbnail-slide-next::after {
    background-size: contain;
    height: 70%;
    width: 70%;
  }
}
.room-slide .room-content__item:nth-child(even) .content-left::after {
  background-color: #333;
}
.room-slide .room-content__item:nth-child(even) .content-right::after {
  background-color: #333;
}
.room-slide .room-content__item:nth-child(even) .content-title .content-title__EN {
  color: #fff;
}
.room-slide .room-content__item:nth-child(even) .content-title .content-title__JP {
  color: #fff;
}
.room-slide .room-content__item:nth-child(even) .content-description .content-description__des {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .room-slide .room-content__item:nth-child(even) .content-description .content-description__des {
    color: #000;
  }
}
.room-slide .room-content__item:nth-child(even) .content-description .content-description__table .table-row__left {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .room-slide .room-content__item:nth-child(even) .content-description .content-description__table .table-row__left {
    color: #000;
  }
}
.room-slide .room-content__item:nth-child(even) .content-description .content-description__table .table-row__right {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .room-slide .room-content__item:nth-child(even) .content-description .content-description__table .table-row__right {
    color: #37373c;
  }
}
.room-slide .room-content__item:nth-child(even) .content-description .content-description__table .txt_link_defaul {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
.room-slide .room-content__item:nth-child(even) .thumbnail-slide-func .dot-pagination .dot-pagination__item {
  background-color: #fff;
}

.page-news-list .last-news-content {
  display: flex;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content {
    flex-direction: column;
    padding: 4rem 0;
  }
}
.page-news-list .last-news-content .last-news-left {
  width: 50%;
  padding-left: 10rem;
  padding-right: 6.6rem;
}
@media screen and (max-width: 1200px) {
  .page-news-list .last-news-content .last-news-left {
    max-width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content .last-news-left {
    max-width: 100%;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.page-news-list .last-news-content .last-news-left .last-new-left__header {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 2.6rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__header {
    font-size: 2rem;
  }
}
.page-news-list .last-news-content .last-news-left .last-new-left__date {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 4.4rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__date {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.page-news-list .last-news-content .last-news-left .last-new-left__text {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 4.4rem;
  margin-bottom: 2.4rem;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__text {
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
    max-width: 100%;
    pointer-events: unset;
  }
}
.page-news-list .last-news-content .last-news-left .last-new-left__content {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  -webkit-line-clamp: 3;
  line-height: 3.2rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__content {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__content {
    font-size: 1.2rem;
    line-height: 2.6rem;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.page-news-list .last-news-content .last-news-left .last-new-left__icon {
  left: 34.5rem;
  max-width: 12rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__icon {
    left: 19rem;
    max-width: 12rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content .last-news-left .last-new-left__icon {
    display: none;
  }
}
.page-news-list .last-news-content .last-news-right {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .page-news-list .last-news-content .last-news-right {
    max-width: 100%;
  }
}
.page-news-list .news-content-list {
  display: grid;
  grid-gap: 3rem 2.5rem;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .page-news-list .news-content-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .news-content-list {
    grid-gap: 2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 4rem;
  }
}
.page-news-list .news-content-list .news-content-list__ticket {
  background-color: #fff;
  border-radius: 1rem;
  max-width: 30rem;
  overflow: hidden;
}
.page-news-list .news-content-list .news-content-list__ticket .news-content-list__content {
  padding: 2rem 0 2.1rem 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-news-list .news-content-list .news-content-list__ticket .news-content-list__content {
    padding: 0.9rem 0 0.5rem 1rem;
  }
}
.page-news-list .news-content-list .news-content-list__ticket .news-content-list__content .news-content-list__date {
  color: var(--color-main-tempalte);
  font-family: "DINPro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .page-news-list .news-content-list .news-content-list__ticket .news-content-list__content .news-content-list__date {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .news-content-list .news-content-list__ticket .news-content-list__content .news-content-list__date {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.page-news-list .news-content-list .news-content-list__ticket .news-content-list__content .news-content-list__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .page-news-list .news-content-list .news-content-list__ticket .news-content-list__content .news-content-list__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .news-content-list .news-content-list__ticket .news-content-list__content .news-content-list__text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.page-news-list .total-list {
  background-color: #f5f5f5;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list {
    padding-bottom: 4rem;
  }
}

.last-new-left__header.sp {
  font-family: "Vibis Rock", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}

.page-news-detail .news-container {
  margin: 0 auto;
  padding-top: 6rem;
  width: 720px;
}
@media screen and (max-width: 1200px) {
  .page-news-detail .news-container {
    padding: 0 2rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-container {
    padding-top: 4rem;
    width: 100%;
  }
}
.page-news-detail .news-container .conten-today {
  color: var(--color-main-tempalte);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 4.4rem;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-container .conten-today {
    font-size: 1.4rem;
    letter-spacing: 0.04rem;
  }
}
.page-news-detail .news-container .txt-heading-24 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 4.4rem;
  padding-top: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-container .txt-heading-24 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding-top: 1rem;
  }
}
.page-news-detail .news-container .txt-heading-24::after {
  background-color: #ebebeb;
  content: "";
  display: flex;
  height: 0.2rem;
  margin-top: 2rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-container .txt-heading-24::after {
    margin-top: 2.4rem;
  }
}
.page-news-detail .news-container .txt-heading-24::before {
  background-color: var(--color-main-tempalte);
  bottom: 0;
  content: "";
  display: flex;
  height: 0.2rem;
  max-width: 100%;
  position: absolute;
  width: 8rem;
}
.page-news-detail .news-container .txt-heading-16 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 2rem;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-container .txt-heading-16 {
    font-size: 1.2rem;
    padding-top: 3rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
}
.page-news-detail .news-container .content-btn {
  align-items: center;
  background-color: #afafb9;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  height: 4.8rem;
  justify-content: center;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  margin-top: 7.2rem;
  max-width: 20.3rem;
  line-height: 4.4rem;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-container .content-btn {
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .restaurant-list-page .room-content__item {
    margin-bottom: 0;
    margin-top: 0;
  }
  .restaurant-list-page .room-content__item .content-right {
    bottom: 0;
    left: 0;
    margin-left: -2rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 4rem);
    height: unset;
  }
  .restaurant-list-page .room-content__item .content-right::after {
    content: unset;
  }
  .restaurant-list-page .room-content__item .content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 6rem;
    margin-top: 6rem;
    min-height: 12rem;
    padding: 0;
    z-index: 2;
  }
  .restaurant-list-page .room-content__item .btn-restaurant-sp {
    width: 4rem;
    height: 4rem;
    position: absolute;
    bottom: 2rem;
    right: 4rem;
    border-radius: 50%;
    border: 0.1rem solid #fff;
    z-index: 4;
  }
  .restaurant-list-page .room-content__item .btn-restaurant-sp::after {
    content: "";
    border-color: #fff;
    border-style: solid;
    border-width: 0.1rem 0.1rem 0 0;
    color: #533c2d;
    content: "";
    height: 1.2rem;
    position: absolute;
    right: 1.5rem;
    transform: rotate(45deg);
    width: 1.2rem;
    transition: all 0.3s;
    background-image: unset !important;
  }
  .restaurant-list-page .room-content__item .content-title__EN {
    color: #fff;
    font-size: 2.4rem;
    pointer-events: unset;
    display: flex;
    line-height: 1;
  }
  .restaurant-list-page .room-content__item .content-description__des {
    color: #fff !important;
  }
  .restaurant-list-page .room-content__item .thumbnail-slide-img {
    height: 100%;
    padding: 0;
    bottom: 0;
  }
  .restaurant-list-page .room-content__item .thumbnail-slide-img::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .restaurant-list-page .room-content__item .thumbnail-slide-func {
    bottom: 2rem;
    position: absolute;
    right: 2rem;
    z-index: 3;
    padding-right: 2rem;
    top: unset;
  }
  .restaurant-list-page .room-content__item .thumbnail-slide-next {
    border-color: #fff;
    height: 4rem;
    width: 4rem;
    display: flex !important;
  }
  .restaurant-list-page .room-content__item .thumbnail-slide-next::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.607' height='18.506' viewBox='0 0 10.607 18.506'%3E%3Cline id='Line_1724' data-name='Line 1724' x2='13' transform='translate(0.707 0.707) rotate(45)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_1725' data-name='Line 1725' x2='13' transform='translate(0.707 17.799) rotate(-45)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
    height: 50%;
    width: 50%;
    background-position: left 0.6rem center;
  }
  .restaurant-list-page .room-content__item .thumbnail-btn-sp {
    border: 1px solid #fff;
    height: 4rem;
    width: 4rem;
    display: flex !important;
    margin-left: 1.5rem;
    min-height: 1.6rem;
    min-width: 1.6rem;
    border-radius: 50%;
    position: relative;
  }
  .restaurant-list-page .room-content__item .thumbnail-btn-sp::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.607' height='18.506' viewBox='0 0 10.607 18.506'%3E%3Cline id='Line_1724' data-name='Line 1724' x2='13' transform='translate(0.707 0.707) rotate(45)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_1725' data-name='Line 1725' x2='13' transform='translate(0.707 17.799) rotate(-45)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
    height: 50%;
    width: 50%;
    background-position: left 0.6rem center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
  }
}
.restaurant-list-page .restaurant-logo-cm {
  max-width: 30rem;
  height: 8rem;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.restaurant-list-page .restaurant-logo-cm img {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .restaurant-list-page .restaurant-logo-cm {
    max-width: 20rem;
    height: 4.2rem;
  }
}

.page-condition {
  padding: 15rem 0;
}
.page-condition .txt-heading-24 {
  font-size: 2.4rem;
  line-height: 4.2rem;
  letter-spacing: 0.04rem;
  flex-direction: column;
  display: flex;
}
.page-condition .txt-heading-24::after {
  content: "";
  max-width: 100%;
  height: 0.1rem;
  background-color: #ddd;
  margin-top: 0.6rem;
}
.page-condition .txt-heading-20 {
  font-size: 2.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.04rem;
  flex-direction: column;
  position: relative;
  display: flex;
}
.page-condition .txt-heading-20::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #ddd;
  margin-top: 0.3rem;
}
.page-condition .txt-heading-20::before {
  content: "";
  max-width: 22rem;
  height: 0.1rem;
  background-color: #05b4be;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.page-condition .mt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-condition .mt-60 {
    margin-top: 3rem;
  }
}
.page-condition .txt-description {
  padding-top: 3rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-condition .txt-description {
    padding-top: 1.5rem;
  }
}

.page-restaurant .food-menu {
  background-color: #efefef;
  margin-top: 10rem;
  padding: 0 5% 6.2rem;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu {
    margin-top: 2rem;
    padding: 0;
  }
}
.page-restaurant .food-menu .food-menu-header {
  color: #333;
  display: flex;
  font-size: 3.6rem;
  font-weight: bold;
  justify-content: center;
  padding-bottom: 3rem;
  padding-top: 8rem;
}
.page-restaurant .food-menu .food-menu-header:lang(ja) {
  font-family: "Montserrat, sans-serif";
}
.page-restaurant .food-menu .food-menu-header:lang(zh-Hant) {
  font-family: "Montserrat, sans-serif";
}
.page-restaurant .food-menu .food-menu-header:lang(zh-Hans) {
  font-family: "Montserrat, sans-serif";
}
.page-restaurant .food-menu .food-menu-header:lang(en) {
  font-family: "Gotham", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .food-menu-header {
    font-size: 2.4rem;
    padding: 6rem 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .food-menu__swiper {
    padding: 2rem;
    margin: 0 -2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .swiper-btn-click {
    display: none;
  }
}
.page-restaurant .food-menu .swiper-btn-click .focus-ic-food-menu__right {
  color: #fff;
  top: 25rem;
}
.page-restaurant .food-menu .swiper-btn-click .focus-ic-food-menu__right::after {
  font-size: 5.6rem;
  opacity: 0.6;
}
.page-restaurant .food-menu .swiper-btn-click .focus-ic-food-menu__left {
  color: #fff;
  top: 25rem;
}
.page-restaurant .food-menu .swiper-btn-click .focus-ic-food-menu__left::after {
  font-size: 5.6rem;
  opacity: 0.6;
}
.page-restaurant .food-menu .txt-content-18 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .txt-content-18 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: unset;
  }
}
.page-restaurant .food-menu .txt-content-14 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.4rem;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .txt-content-14 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-restaurant .food-menu .food-wrapper {
    max-width: 76.8rem;
  }
}
.page-restaurant .food-menu .food-wrapper .swiper-item-foodMenu img {
  height: 30rem;
}
.page-restaurant .food-menu .food-wrapper .swiper-item-foodMenu .txt-foodMenu {
  background-color: #fff;
  font-weight: 900;
  line-height: 3.4rem;
  padding: 2rem 3rem;
  min-height: 25rem;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .food-wrapper .swiper-item-foodMenu .txt-foodMenu {
    padding: unset;
    padding: 1rem 1.5rem;
    min-height: 17rem;
  }
}
.page-restaurant .food-menu .food-new-footer {
  display: flex;
  justify-content: center;
  margin: 4.6rem 0 0;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .food-new-footer {
    margin: 2.2rem 0 3.3rem;
  }
}
.page-restaurant .food-menu .food-new-footer .food-new-footer__btn {
  background-color: var(--color-main-tempalte);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 2rem 2.4rem;
  width: 22rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .food-new-footer .food-new-footer__btn {
    margin: 0 1.2rem 4.2rem;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-restaurant-detail .content-title .content-title__EN {
    color: #333 !important;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .room-slide .thumbnail-slide-img {
    height: 24rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .thumbnail-slide-func {
    bottom: 0.8rem;
    margin-top: 0;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .thumbnail-slide-img {
    height: 24rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .thumbnail-slide-pagination {
    justify-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .thumbnail-slide-pagination .dot-pagination__item {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .pagination-fraction {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .thumbnail-slide-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .content-description__table .table-row {
    border-color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .content-description__table .table-row:last-child {
    border-bottom: unset !important;
  }
}
.page-restaurant-detail .content-description__table .txt_link_defaul {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .room-content__item .content-left {
    background-color: #efefef;
    margin-top: 0;
    padding: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .room-content__item .content-left::after {
    content: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .room-content__item .content-right {
    padding: 0;
    width: 100%;
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .room-content__item .content-right::after {
    content: unset !important;
  }
}
.page-restaurant-detail .restaurant-logo-cm {
  max-width: 30rem;
  height: 8rem;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.page-restaurant-detail .restaurant-logo-cm img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .restaurant-logo-cm {
    max-width: 20rem;
    height: 4.2rem;
    margin: 0 auto 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  #restaurant-detail-data {
    padding: 0;
  }
  #restaurant-detail-data .room-content__item {
    padding: 0;
  }
}

.page-sightseeing {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .around_area {
    padding: 4.1rem 2rem 0.5rem 2rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #afafb9;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .page-sightseeing .experience_nature {
    padding: 0 2rem 2rem 2rem;
    font-size: 2.4rem;
    letter-spacing: 0.06rem;
    color: #000;
    line-height: 4.2rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .page-sightseeing .sitghtseeing_content {
    padding: 0rem 2rem 0 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    color: #000;
    line-height: 2.8rem;
  }
}
.page-sightseeing .recommended_spots {
  height: 80rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4rem;
  background-image: url("https://assets.micado-rayout.jp/img/common/img-point.png");
  position: relative;
}
.page-sightseeing .recommended_spots::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots {
    height: 47.1rem;
    margin-top: 2.4rem;
  }
}
.page-sightseeing .recommended_spots .container {
  padding-top: 7.6rem;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container {
    padding-top: 4.8rem;
  }
}
.page-sightseeing .recommended_spots .container .pl-10 {
  padding-left: 10rem;
  margin-right: -50vw;
  width: calc(50% + 50vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container .pl-10 {
    padding-left: 0;
    margin-right: 0;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container .pl-10 .thumbnail {
    border-radius: 20px;
    background-color: #fff;
    height: 37.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .recommended_spots .container .pl-10 .thumbnail {
    border-radius: 20px;
    height: 37.5rem;
  }
}
.page-sightseeing .recommended_spots .container .pl-10 .thumbnail img {
  height: 20.9rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container .pl-10 .thumbnail img {
    border-radius: 20px 20px 0 0;
  }
}
.page-sightseeing .recommended_spots .container .pl-10 .around_area {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.9rem;
}
.page-sightseeing .recommended_spots .container .pl-10 .experience_nature {
  color: #fff;
  padding-top: 1.2rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.2rem;
  letter-spacing: 0.06rem;
}
.page-sightseeing .recommended_spots .container .pl-10 .sitghtseeing_content {
  color: #fff;
  font-size: 1.6rem;
  padding-top: 2.4rem;
  padding-bottom: 5.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.06rem;
}
.page-sightseeing .recommended_spots .container .pl-10 .heaven_beach {
  padding: 2rem 0 0.5rem 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container .pl-10 .heaven_beach {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    padding: 2rem 0 1rem 2rem;
  }
}
.page-sightseeing .recommended_spots .container .pl-10 .time {
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container .pl-10 .time {
    display: none;
  }
}
.page-sightseeing .recommended_spots .container .pl-10 .content_nature {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container .pl-10 .content_nature {
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.04rem;
    font-weight: 500;
    color: #333;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .recommended_spots .container .pl-10 .content_nature {
    line-height: 2rem;
  }
}
.page-sightseeing .recommended_spots .container .pl-10 .swiper-button-next {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  right: 16%;
  top: 14rem;
}
.page-sightseeing .recommended_spots .container .pl-10 .swiper-button-next::after {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .recommended_spots .container .pl-10 .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .recommended_spots .container .pl-10 .swiper-button-next {
    right: 13%;
    width: 6rem;
    height: 6rem;
  }
}
.page-sightseeing .annual_event {
  background-image: url("https://assets.micado-rayout.jp/img/common/annual-event.png");
  height: 80rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4rem;
  position: relative;
}
.page-sightseeing .annual_event::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event {
    height: 47.1rem;
    margin-top: 2.4rem;
  }
}
.page-sightseeing .annual_event .container {
  padding-top: 7.6rem;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container {
    padding-top: 4.8rem;
  }
}
.page-sightseeing .annual_event .container .ml-99 {
  padding-left: 10rem;
  margin-right: -50vw;
  width: calc(50% + 50vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container .ml-99 {
    padding-left: 0;
    margin-right: 0;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container .ml-99 .thumbnail {
    border-radius: 20px;
    background-color: #fff;
    height: 37.5rem;
  }
}
.page-sightseeing .annual_event .container .ml-99 .thumbnail img {
  height: 20.9rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container .ml-99 .thumbnail img {
    border-radius: 20px 20px 0 0;
  }
}
.page-sightseeing .annual_event .container .ml-99 .around_area {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 2.9rem;
}
.page-sightseeing .annual_event .container .ml-99 .experience_nature {
  color: #fff;
  padding-top: 1.2rem;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 4.2rem;
  letter-spacing: 0.06rem;
}
.page-sightseeing .annual_event .container .ml-99 .sitghtseeing_content {
  color: #fff;
  font-size: 1.6rem;
  padding-top: 2.4rem;
  padding-bottom: 5.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.06rem;
}
.page-sightseeing .annual_event .container .ml-99 .heaven_beach {
  padding: 2rem 0 0.5rem 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container .ml-99 .heaven_beach {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    padding: 2rem 0 1rem 2rem;
  }
}
.page-sightseeing .annual_event .container .ml-99 .time {
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container .ml-99 .time {
    display: none;
  }
}
.page-sightseeing .annual_event .container .ml-99 .content_nature {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Hiragino Kaku Gothic Pro";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container .ml-99 .content_nature {
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.04rem;
    font-weight: 500;
    color: #333;
    padding-left: 2rem;
    padding-bottom: 3.2rem;
  }
}
.page-sightseeing .annual_event .container .ml-99 .swiper-button-next {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  right: 16%;
  top: 14rem;
}
.page-sightseeing .annual_event .container .ml-99 .swiper-button-next::after {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .annual_event .container .ml-99 .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .annual_event .container .ml-99 .swiper-button-next {
    right: 13%;
    width: 6rem;
    height: 6rem;
  }
}
.page-sightseeing .swiper-slide {
  width: 30rem;
}

.page-access .txt-heading-24 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.4rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  .page-access .txt-heading-24 {
    font-size: 1.5rem;
  }
}
.page-access .ic-heading-access:hover {
  cursor: pointer;
}
.page-access .ic-heading-access {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-access .ic-heading-access {
    height: 2rem;
    width: 2rem;
  }
}
.page-access .ic-heading-access circle {
  fill: #0065a6;
}
@media screen and (max-width: 768px) {
  .page-access .ic-heading-access circle {
    fill: #e20026;
  }
}
@media screen and (max-width: 768px) {
  .page-access .md-access-straight {
    border-top: 0.1rem solid #ddd;
    margin-bottom: 1.4rem;
    margin-left: -2rem;
    margin-top: 2rem;
    width: calc(100% + 4rem);
  }
}
.page-access .access-content-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.15rem;
}
@media screen and (max-width: 768px) {
  .page-access .access-content-child {
    padding: unset;
    padding: 0 3.2rem;
  }
}
.page-access .access-container-plus {
  background-color: #f5f5f5;
  border-radius: 1rem;
  margin-bottom: 10rem;
  margin-top: 10rem;
  padding: 3.15rem 10rem 7rem;
}
@media screen and (max-width: 1200px) {
  .page-access .access-container-plus {
    max-width: 76.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-access .access-container-plus {
    margin: 5rem 0;
    padding: unset;
  }
}
.page-access .access-container-plus .access-content-straight {
  border-top: 0.1rem solid #ddd;
  padding-bottom: 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-access .access-container-plus .access-content-straight {
    padding-bottom: 2rem;
  }
}
.page-access .access-container-minus {
  background-color: #f5f5f5;
  border-radius: 1rem;
  display: none;
  margin-bottom: 10rem;
  margin-top: 10rem;
  padding: 3.15rem 10rem 0;
}
@media screen and (max-width: 768px) {
  .page-access .access-container-minus {
    margin: 5rem 0;
    padding: unset;
  }
}

@media screen and (max-width: 768px) {
  .map_vehicle_content {
    padding-bottom: 4rem;
  }
}
.map_vehicle_content .map_vehicle_row {
  display: flex;
  position: relative;
  width: calc(100% - 2rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_row {
    flex-direction: column;
    width: 100%;
  }
  .map_vehicle_content .map_vehicle_row::after {
    content: none;
  }
}
.map_vehicle_content .map_vehicle_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_left {
    width: 100%;
  }
}
.map_vehicle_content .map_vehicle_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_right {
    width: 100%;
  }
  .map_vehicle_content .map_vehicle_right > div:last-child {
    margin-left: 0;
  }
}
.map_vehicle_content .map_vehicle_right > div:last-child {
  margin-left: 9.2rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .md-access {
    display: unset;
  }
}
.map_vehicle_content .map_vehicle_col {
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_col {
    max-width: 100%;
    width: 100%;
  }
}
.map_vehicle_content .pd-access-map__70 {
  padding-left: 7rem;
}
@media screen and (max-width: 1200px) {
  .map_vehicle_content .pd-access-map__70 {
    padding: unset;
    padding: 0 1rem;
  }
}
.map_vehicle_content .map_vehicle_detail {
  margin-bottom: 1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail {
    margin-top: 2.3rem;
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item {
  border-left: 0.5rem solid #e1e1e1;
  margin-left: 1.1rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item {
    border: unset;
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item::before {
  background-color: #bebebe;
  border-radius: 2rem;
  bottom: 1rem;
  height: calc(100% - 4.3rem);
  left: -0.5rem;
  position: absolute;
  width: 0.3rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item::before {
    content: "";
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item::after {
  background-color: #fff;
  border: 0.7rem solid #b7b7b7;
  border-radius: 50%;
  content: "";
  height: 1.4rem;
  left: -1.7rem;
  position: absolute;
  top: -0.2rem;
  width: 1.4rem;
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child {
  border-left: 0.7rem solid transparent !important;
  left: -0.2rem;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child {
    left: -0.8rem;
  }
}
.map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child::after {
  border: 0.7rem solid #000 !important;
}
.map_vehicle_content .destination_txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .destination_txt {
    font-size: 1.6rem;
  }
}
.map_vehicle_content .location_txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .location_txt {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.map_vehicle_content .vehicle_type_EN {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.7rem;
  text-align: center;
}
.map_vehicle_content .vehicle_type_JP {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 4.4rem;
  margin-top: 0.5rem;
  text-align: center;
}
.map_vehicle_content .time_extimate {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map_vehicle_content .time_extimate {
    display: flex;
    justify-content: center;
  }
}

.page-contact {
  padding-top: 19rem;
}
@media screen and (max-width: 1200px) {
  .page-contact {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .page-contact {
    padding-top: 8.3rem;
  }
}
.page-contact .main-content {
  width: 100%;
}
.page-contact .contact-form {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form {
    margin-top: 1.2rem;
  }
}
.page-contact .contact-form .contact-form__row {
  border: 0.1rem solid #ddd;
  border-top: none;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row {
    flex-direction: column;
    border: none;
    border-bottom: 0.1rem solid #ddd;
  }
}
.page-contact .contact-form .contact-form__row:first-child {
  border-top: 0.1rem solid #ddd;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row:last-child {
    border-bottom: none !important;
  }
}
.page-contact .contact-form .contact-form__row--label {
  padding: 2.4rem 1.6rem;
  background-color: #fafafa;
  width: 22rem;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row--label {
    width: 100%;
    background-color: unset;
    padding: 0;
    margin-top: 2rem;
  }
}
.page-contact .contact-form .contact-form__row--label label {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row--label label {
    font-size: 1.2rem;
  }
}
.page-contact .contact-form .contact-form__row--label .require::after {
  content: "必須";
  padding: 0 0.4rem;
  border-radius: 0.4rem;
  height: 1.6rem;
  background-color: #e00123;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-left: 0.8rem;
  white-space: nowrap;
}
.page-contact .contact-form .contact-form__row--label .require:lang(en)::after {
  content: "required";
}
.page-contact .contact-form .contact-form__row--label .require:lang(zh-Hant)::after {
  content: "必需的";
}
.page-contact .contact-form .contact-form__row--label .require:lang(zh-Hans)::after {
  content: "必需的";
}
.page-contact .contact-form .contact-form__row--input {
  padding: 2.4rem;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row--input {
    padding: 0 0 1.6rem;
    margin-top: 1.2rem;
  }
}
.page-contact .contact-form .contact-form__row--input input::-webkit-outer-spin-button,
.page-contact .contact-form .contact-form__row--input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.page-contact .contact-form .contact-form__row--input input, .page-contact .contact-form .contact-form__row--input textarea {
  border: 0.1rem solid #ddd;
  border-radius: 0.8rem;
  padding: 0 1.6rem;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #000;
  -moz-appearance: textfield;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row--input input, .page-contact .contact-form .contact-form__row--input textarea {
    font-size: 1.2rem;
  }
}
.page-contact .contact-form .contact-form__row--input input {
  height: 4rem;
}
.page-contact .contact-form .contact-form__row--input textarea {
  height: 14rem !important;
  resize: none;
  padding-top: 0.9rem;
}
.page-contact .contact-form .contact-form__row--input input:-moz-placeholder-shown {
  background-color: #fff9f5;
}
.page-contact .contact-form .contact-form__row--input input:placeholder-shown {
  background-color: #fff9f5;
}
.page-contact .contact-form .contact-form__row--input input:not(:-moz-placeholder-shown) {
  background-color: #fff;
}
.page-contact .contact-form .contact-form__row--input input:not(:placeholder-shown) {
  background-color: #fff;
}
.page-contact .contact-form .contact-form__row--input textarea:-moz-placeholder-shown {
  background-color: #fff9f5;
}
.page-contact .contact-form .contact-form__row--input textarea:placeholder-shown {
  background-color: #fff9f5;
}
.page-contact .contact-form .contact-form__row--input textarea:not(:-moz-placeholder-shown) {
  background-color: #fff;
}
.page-contact .contact-form .contact-form__row--input textarea:not(:placeholder-shown) {
  background-color: #fff;
}
.page-contact .contact-form .contact-form__row--input input::-moz-placeholder, .page-contact .contact-form .contact-form__row--input textarea::-moz-placeholder {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #999;
}
.page-contact .contact-form .contact-form__row--input input::placeholder, .page-contact .contact-form .contact-form__row--input textarea::placeholder {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #999;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row--input input::-moz-placeholder, .page-contact .contact-form .contact-form__row--input textarea::-moz-placeholder {
    font-size: 1.2rem;
  }
  .page-contact .contact-form .contact-form__row--input input::placeholder, .page-contact .contact-form .contact-form__row--input textarea::placeholder {
    font-size: 1.2rem;
  }
}
.page-contact .contact-form .contact-form__row--input .value-field {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form__row--input .value-field {
    font-size: 1.2rem;
  }
}
.page-contact .contact-form .contact-form__row--input label.error {
  color: #e00123;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.page-contact .txt-heading-24 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #ddd;
}
@media screen and (max-width: 768px) {
  .page-contact .txt-heading-24 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.page-contact .hide {
  display: none;
}
.page-contact .btn-submit-contact {
  width: 32rem;
  height: 5.6rem;
  background-color: var(--color-main-tempalte);
  margin: 3.6rem auto 0;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  border-radius: 0.8rem;
  border: unset;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .page-contact .btn-submit-contact {
        max-width: 32rem;
        width: 100%;
    }
  }
.page-contact .btn-submit-contact:hover {
  opacity: 0.8;
}
.page-contact .success-screen .success-screen__heading {
  font-size: 2.4rem;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-top: 4.3rem;
  text-align: center;
  color: #222;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .page-contact .success-screen .success-screen__heading {
    font-size: 1.7rem;
    margin-top: 2.5rem;
  }
}
.page-contact .success-screen .success-screen__des {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 3.2rem;
  margin-top: 4.3rem;
  text-align: center;
  color: #222;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .page-contact .success-screen .success-screen__des {
    font-size: 1.4rem;
    margin-top: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .success-screen .success-screen__des {
    font-size: 1.2rem;
    margin-top: 2.5rem;
    line-height: 2rem;
  }
}

.page-other-facilities .content {
  margin-top: 6rem;
}
.page-other-facilities .content .banquet-hall {
  margin-top: 4rem;
}
.page-other-facilities .content .img-slide {
  height: 100%;
  position: absolute;
  width: 100%;
}
.page-other-facilities .content .banquet-hall-if {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  max-width: 52rem;
  padding: 10rem 6.7rem 8.3rem 8rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .page-other-facilities .content .banquet-hall-if {
    padding: 5rem 2rem;
  }
}
.page-other-facilities .content .banquet-hall-if .txt-heading-30 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.4rem;
}
.page-other-facilities .content .banquet-hall-if .txt-style-18 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 2.8rem;
  padding-bottom: 2rem;
  padding-top: 1.2rem;
}
.page-other-facilities .content .banquet-hall-if .txt-heading-16 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  width: 15rem;
}
.page-other-facilities .content .banquet-hall-if .txt-style-16 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
}
.page-other-facilities .content .banquet-hall-if .txt-style-16--price {
  line-height: 2.4rem;
}
.page-other-facilities .content .banquet-hall-if .custom-border::after {
  background-color: #ccc;
  content: "";
  display: flex;
  height: 0.2rem;
  max-width: 100%;
  width: 38rem;
}
.page-other-facilities .content .banquet-hall-if .custom-border-top::after {
  margin-top: 1.8rem;
}
.page-other-facilities .content .banquet-hall-if .custom-border-center .business-hours {
  padding-top: 2.2rem;
}
.page-other-facilities .content .banquet-hall-if .custom-border-center::after {
  margin-top: 2.3rem;
}
.page-other-facilities .content .banquet-hall-if .custom-border-bottom::after {
  margin-top: 1.4rem;
}
.page-other-facilities .content .banquet-hall-if .price {
  padding-top: 1.6rem;
}
.page-other-facilities .content .banquet-hall:nth-child(even) {
  justify-content: flex-end;
}
.page-other-facilities .btn-link-default {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
.page-other-facilities .btn-link-style {
  display: flex;
  align-items: center;
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
.page-other-facilities .other-facilities-slide .txt-heading-16 {
  color: #afafb9;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  margin-bottom: 2rem;
}
.page-other-facilities .other-facilities-slide .image-slide__wrap {
  display: flex;
}
.page-other-facilities .other-facilities-slide .swiper-pagination-bullets {
  max-width: 2.5rem;
  padding-top: 2.3rem;
}
.page-other-facilities .other-facilities-slide .swiper-pagination-bullet {
  align-items: center;
  background: #fff;
  border: 0.2rem solid #000;
  color: #000;
  display: flex;
  font-size: 1.2rem;
  height: 2.2rem;
  justify-content: center;
  line-height: 2rem;
  margin-bottom: 2rem;
  margin-left: 0.3rem;
  opacity: 0.4;
  position: relative;
  width: 2.2rem;
}
.page-other-facilities .other-facilities-slide .swiper-pagination-bullet:only-child {
  display: flex !important;
}
.page-other-facilities .other-facilities-slide .swiper-pagination-bullet::after {
  background-color: #000;
  bottom: -1.7rem;
  content: "";
  display: flex;
  height: 1.1rem;
  position: absolute;
  width: 0.1rem;
}
.page-other-facilities .other-facilities-slide .swiper-pagination-bullet:last-child::after {
  content: unset;
}
.page-other-facilities .other-facilities-slide .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.page-other-facilities .other-facilities-slide .swiper-pagination {
  display: flex;
  flex-direction: column;
  position: unset;
  width: 2.5rem;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func {
  margin-top: 2.4rem;
  padding-top: 2.7rem;
  position: relative;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func .swiper-button-next {
  border-bottom: 0.1rem solid #a3a3a3;
  display: flex;
  flex-direction: row-reverse;
  height: 2rem;
  right: 0;
  width: 5.9rem;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func .swiper-button-next::after {
  content: unset;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func .swiper-button-next .btn-icon {
  display: flex;
  padding-left: 0.8rem;
  width: 2rem;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func .swiper-button-prev {
  border-bottom: 0.1rem solid #a3a3a3;
  height: 2rem;
  left: 0;
  width: 5.9rem;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func .swiper-button-prev::after {
  content: unset;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func .swiper-button-prev .btn-icon {
  display: flex;
  padding-left: 0.8rem;
  transform: rotate(180deg);
  width: 2rem;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func .btn-txt {
  color: #a3a3a3;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-family: "Montserrat", sans-serif;
}
.page-other-facilities .other-facilities-slide .facilities-slide-func svg {
  height: 100%;
  width: 100%;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if {
  padding-left: 1.5rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-other-facilities .other-facilities-slide .banquet-hall-if {
    margin-right: 2.5rem;
  }
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .txt-headingchidl-16 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .txt-if {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
  margin-top: 0.6rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .txt-heading-12 {
  color: #afafb9;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  width: 7rem;
  margin-right: 2rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .txt-style-12 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .business-hours {
  padding-top: 1.6rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .price {
  padding-top: 1.6rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .custom-border::after {
  background-color: #ccc;
  content: "";
  display: flex;
  height: 0.2rem;
  max-width: 100%;
  width: 30.4rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .custom-border-top::after {
  margin-top: 1.6rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .custom-border-center::after {
  margin-top: 1.6rem;
}
.page-other-facilities .other-facilities-slide .banquet-hall-if .custom-border-bottom::after {
  margin-top: 1.6rem;
}
.page-other-facilities .other-facilities-slide .image-slide__other-1 {
  width: 100%;
}

.error-page {
    padding-top: 18rem;
    height: 76.8rem;
    margin-bottom: -6rem;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .error-page {
      margin-bottom: -7.2rem;
      padding: 15rem 2rem;
    }
  }
  .error-page::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.4;
  }
  .error-page .error-content {
    position: relative;
    z-index: 1;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-warning {
      flex-direction: column;
    }
  }
  .error-page .error-warning .error-warning__icon {
    width: 12.4rem;
    margin-right: 2rem;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-warning .error-warning__icon {
      width: 5rem;
      margin-right: 0;
    }
  }
  @media screen and (max-width: 479px) {
    .error-page .error-warning .error-warning__icon {
      width: 10rem;
    }
  }
  .error-page .error-warning .error-warning__icon img {
    -o-object-fit: unset;
       object-fit: unset;
  }
  .error-page .error-warning .error-warning__code {
    font-size: 14.6rem;
    line-height: 1;
    font-weight: 600;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-warning .error-warning__code {
      font-size: 5rem;
      margin-top: 1rem;
    }
  }
  @media screen and (max-width: 479px) {
    .error-page .error-warning .error-warning__code {
      font-size: 10rem;
      margin-top: 2rem;
    }
  }
  .error-page .error-notification .notification-txt-26 {
    font-size: 2.6rem;
    line-height: 3.7rem;
    font-weight: 600;
    margin: 1.3rem 0 3rem;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-notification .notification-txt-26 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      margin: 2rem 0;
    }
  }
  @media screen and (max-width: 479px) {
    .error-page .error-notification .notification-txt-26 {
      font-size: 2rem;
      line-height: 3rem;
    }
  }
  .error-page .error-notification .notification-txt-16 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-notification .notification-txt-16 {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  @media screen and (max-width: 479px) {
    .error-page .error-notification .notification-txt-16 {
      font-size: 1.4rem;
      line-height: 2rem;
    }
  }
  .error-page .error-line__left,
  .error-page .error-line__right {
    width: calc(50% - 2rem);
    height: 0.2rem;
    background-color: #fff;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-line__left,
    .error-page .error-line__right {
      width: calc(50% - 1rem);
    }
  }
  .error-page .error-line {
    width: 100%;
    margin: 9rem 0 7rem;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-line {
      margin: 4rem 0;
      width: calc(100% + 4rem);
    }
  }
  .error-page .error-line .error-line__left::after {
    content: "";
    position: absolute;
    width: 4.2rem;
    height: 0.2rem;
    background-color: #fff;
    transform: rotate(90deg);
    right: -2.1rem;
  }
  @media screen and (max-width: 479px) {
    .error-page .error-line .error-line__left::after {
      right: -1.5rem;
      width: 3rem;
    }
  }
  .error-page .error-line .error-line__right::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    background-color: #fff;
    transform: rotate(90deg);
    left: -1.5rem;
  }
  @media screen and (max-width: 479px) {
    .error-page .error-line .error-line__right::after {
      left: -1rem;
      width: 2rem;
    }
  }
  .error-page .error-btn {
    transform: translateX(10px);
  }
  @media screen and (max-width: 768px) {
    .error-page .error-btn {
      justify-content: space-between;
      width: 100%;
      transform: none;
    }
  }
  .error-page .error-btn .error-btn__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.2rem;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    color: #2C8AAE;
    margin: 0 2rem;
    background-color: #fff;
  }
  .error-page .error-btn .error-btn__item:first-child {
    width: 180px;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-btn .error-btn__item:first-child {
      width: calc(50% - 1rem);
    }
  }
  .error-page .error-btn .error-btn__item:last-child {
    width: 200px;
  }
  @media screen and (max-width: 768px) {
    .error-page .error-btn .error-btn__item:last-child {
      width: calc(50% - 1rem);
    }
  }
  @media screen and (max-width: 768px) {
    .error-page .error-btn .error-btn__item {
      width: calc(50% - 1rem);
      margin: 0;
      padding: 0 1.5rem 0 3.2rem;
      font-size: 1.2rem;
    }
  }
  .error-page .error-btn .error-btn__item::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.704' height='11.401' viewBox='0 0 7.704 11.401'%3E%3Cpath id='Path_8307' data-name='Path 8307' d='M-4363.792-9877.6l6.5,5.344-6.5,4.656' transform='translate(-4356.792 -9866.898) rotate(180)' fill='none' stroke='%232c8aae' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    width: 1rem;
    height: 1.2rem;
    transform: translateY(0.1rem);
    left: 2rem;
  }

  .home-header {
    background: #f9f9f9;
    border: 3rem solid #1a1a1a;
    border-left: 0;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    margin-left: 12rem;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(-30px);
    visibility: hidden;
    width: calc(100% - 12rem);
    z-index: 9;
  }
  @media screen and (max-width: 1200px) {
    .home-header {
      border: 1.5rem solid #1a1a1a;
      border-left: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header {
      border: unset;
      margin-left: 0;
      width: 100%;
    }
  }
  .home-header.header-active {
    background-color: #fff;
    transition: all 0.33s, transform 0.5s cubic-bezier(0.33, 0, 0, 1);
    opacity: 100%;
    pointer-events: all;
    transform: translate(0);
    visibility: visible;
  }
  @media screen and (max-width: 768px) {
    .home-header.header-active {
      background-color: rgba(255, 255, 255, 0.94);
      overflow: auto;
      overflow-x: hidden;
      z-index: 999;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header.header-active .header-menu__btn {
      display: flex;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header.header-active .header-menu__language.sp {
      display: flex !important;
      align-items: center;
    }
  }
  .home-header .home-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 80px auto;
  }
  @media screen and (max-width: 1200px) {
    .home-header .home-header-top {
      margin-left: 0.3rem;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header .home-header-top {
      display: none;
    }
  }
  .home-header .home-header__left {
    overflow: auto;
    position: relative;
    width: 100%;
  }
  .home-header .home-header__right {
    max-width: 28rem;
  }
  @media screen and (max-width: 1200px) {
    .home-header .home-header__right {
      max-width: 18rem;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header .home-header__right {
      display: none;
    }
  }
  .home-header .home-header-logo {
    width: 10%;
  }
  .home-header .home-header-btn {
    display: flex;
  }
  .home-header .home-header-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5.8rem;
    margin-left: 6rem;
    margin-top: 3.6rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  @media screen and (max-width: 1200px) {
    .home-header .home-header-list {
      margin-left: 3rem;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header .home-header-list {
      grid-template-columns: repeat(1, 1fr);
      margin: 9.4rem 0;
      width: 100%;
      padding: 0 2rem;
    }
  }
  .home-header .home-header-list .home-header-list-item {
    font-family: "Montserrat";
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2.2rem;
    min-width: 23.6rem;
    width: 30rem;
    padding-right: 3rem;
  }
  @media screen and (max-width: 1200px) {
    .home-header .home-header-list .home-header-list-item {
      font-size: 3.6rem;
      min-width: unset;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header .home-header-list .home-header-list-item {
      align-items: center;
      display: flex;
      font-size: 2.4rem;
      margin-bottom: 3.3rem;
      padding-right: 0;
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header .home-header-list .home-header-list-item span:first-child {
      display: inline-block;
      width: 12.3rem;
      flex: none;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header .home-header-list .home-header-list-item span:last-child {
      font-size: 2.4rem;
    }
  }
  .home-header .header-menu__btn {
    display: none;
    margin-top: 0;
    justify-content: space-evenly;
  }
  .home-header .header-menu__btn .menu-btn {
    width: 16rem;
    height: 5.6rem;
  }
  .home-header .header-menu__btn .header-white-btn--red {
    background-color: var(--color-main-tempalte);
    color: #fff;
  }
  .home-header .header-menu__btn .header-white-btn--white {
    background-color: #000;
    color: #fff;
  }
  .home-header .search_box {
    margin-top: 0;
  }
  @media screen and (max-width: 768px) {
    .home-header .search_box {
      display: none;
      padding: 0;
      position: fixed;
    }
  }
  .home-header .search_box .search_box__left {
    color: #fff;
  }
  .home-header .search_box .search_box__left .calendar-img svg path {
    fill: #fff;
  }
  @media screen and (max-width: 768px) {
    .home-header .search_box .search_box__left .calendar-img svg path {
      fill: #999;
      height: 1.4rem;
      width: 1.3rem;
    }
  }
  .home-header .search_box .search_box__left .search_box__svg path {
    fill: #fff;
  }
  .home-header .search_box .search_box__left .search_box__text {
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .home-header .search_box .search_box__left .search_box__text {
      color: #000;
    }
  }
  .home-header .search_box .search_box__left .input_date {
    background: transparent;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .home-header .search_box .search_box__left .input_date {
      color: #333;
    }
  }
  .home-header .search_box .search_box__left .search_box__option select {
    background: var(--color-main-tempalte);
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .home-header .search_box .search_box__left .search_box__option select {
      background-color: #fff;
      color: #333;
    }
  }
  .home-header .search_box .search_box__right .search_box__button {
    background-color: #fff;
    color: var(--color-main-tempalte);
  }
  @media screen and (max-width: 768px) {
    .home-header .search_box .search_box__right .search_box__button {
      background-color: #0664a7;
      color: #fff;
    }
  }
  .home-header .search_box .search_box__right .search_box__button path {
    fill: var(--color-main-tempalte);
  }
  .home-header .search_box .search_box__body {
    background: var(--color-main-tempalte);
    max-width: 100%;
    padding: 4.5rem 3rem;
  }
  @media screen and (max-width: 1200px) {
    .home-header .search_box .search_box__body {
      padding: 2rem 3rem;
    }
  }
  @media screen and (max-width: 768px) {
    .home-header .search_box .search_box__body {
      background-color: #fff;
      margin: 0 auto;
      width: calc(100% - 4rem);
    }
  }

  .header {
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .header {
      height: 5.6rem;
      position: fixed;
      width: 100%;
      z-index: 999;
    }
  }

  .home-header-btn {
    z-index: 999;
    display: flex;
  }
  @media screen and (max-width: 768px) {
    .home-header-btn {
      position: absolute;
      top: 0;
      right: 0;
    }
  }

  .home-header-btn-left {
    cursor: pointer;
    background-color: var(--color-main-tempalte);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    padding: 3.3rem 3.8rem;
    text-align: center;
  }
  .home-header-btn-left:hover {
    transition: all 0.3s;
    opacity: 0.6;
  }
  @media screen and (max-width: 768px) {
    .home-header-btn-left {
      align-items: center;
      display: flex;
      font-size: 1.2rem;
      height: 5.6rem;
      justify-content: center;
      padding: unset;
      text-align: center;
      width: 7rem;
    }
  }

  .home-header-btn-right {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    padding: 3.3rem 3rem;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .home-header-btn-right {
      align-items: center;
      display: flex;
      font-size: 1.2rem;
      height: 5.6rem;
      justify-content: center;
      padding: unset;
      text-align: center;
      width: 7rem;
    }
  }

  .open-search {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    pointer-events: all;
    transform: translate(0);
    visibility: visible;
    z-index: 999;
  }
  .open-search .home-close {
    display: none;
  }
  .open-search .home-header-list {
    display: none;
  }
  .open-search .search_box {
    display: block;
  }
  .open-search .close-search-form {
    height: 100vh;
    left: 0;
    position: absolute;
    top: -8rem;
    width: 100vw;
    z-index: -1;
  }
