@charset "UTF-8";
:root {
  --color-main-tempalte: #6AB023;
  --color-buttom-gradient-common: #2C8AAE;
  --background-plan-content: #6AB023;
}

body {
  font-size: 1.6rem;
  margin: 0;
  color: #333;
  font-family: Arial, "Hiragino Kaku Gothic ProN", 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: #000000;
}

@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.667vw;
  }
}
@font-face {
  font-family: "Ibis Styles Condensed";
  src: url("https://assets.micado-rayout.jp/fonts/IbisStylesCondensed-Regular.woff");
}
@font-face {
  font-family: "Ibis Styles Condensed";
  src: url("https://assets.micado-rayout.jp/fonts/IbisStylesCondensed-Italic.woff");
  font-style: italic;
}
@font-face {
  font-family: "Ibis Styles Condensed";
  src: url("https://assets.micado-rayout.jp/fonts/IbisStylesCondensed-Bold.woff");
  font-weight: bold;
}
@font-face {
  font-family: "Ibis Styles Condensed";
  src: url("https://assets.micado-rayout.jp/fonts/IbisStylesCondensed-BoldItalic.woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: url("https://assets.micado-rayout.jp/fonts/HiraKakuProN-W3.woff");
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: url("https://assets.micado-rayout.jp/fonts/HiraKakuProN-W6.woff");
  font-weight: bold;
}
@font-face {
  font-family: "Arial";
  src: url("https://assets.micado-rayout.jp/fonts/ARIAL.woff");
}
@font-face {
  font-family: "Arial";
  src: url("https://assets.micado-rayout.jp/fonts/ARIALI.woff");
  font-style: italic;
}
@font-face {
  font-family: "Arial";
  src: url("https://assets.micado-rayout.jp/fonts/ARIALBD.woff");
  font-weight: bold;
}
@font-face {
  font-family: "Arial";
  src: url("https://assets.micado-rayout.jp/fonts/ARIALBI.woff");
  font-style: italic;
  font-weight: bold;
}
.top-page .main-layout.main-layout-01 .swiper-button-next::after, .header .header-toggle .search_box_header .search_box__right .couple__button_view .next-arrow::after, .header .header-toggle .header-toggle__right .header-toggle-click::before, .header .header-menu .header-menu__btn::before, .header .header-change-language::before {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.center-margin {
  margin: 0 auto;
}

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

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

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

.body-hidden {
  overflow: hidden;
}

.reserve-content {
  margin-top: 10rem;
  width: 100%;
  padding: 12rem 4rem 14rem;
  color: #fff;
}
.reserve-content .reserve-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reserve-content .reserve-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.reserve-content .reserve-detailt .title-content-ja {
  margin-bottom: 3.8rem;
  margin-left: 1rem;
  font-size: 2.6rem;
  line-height: 3.5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.06rem;
  font-weight: 600;
}
.reserve-content .reserve-detailt .title-content-ja::before {
  content: "";
  height: 3rem;
  width: 0.5rem;
  transform: rotate(15deg);
  margin-right: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .reserve-content .reserve-detailt .title-content-ja {
    font-size: 1.6rem;
    line-height: 2.15rem;
    margin-bottom: 2rem;
  }
  .reserve-content .reserve-detailt .title-content-ja::before {
    height: 2rem;
    width: 0.3rem;
  }
}
.reserve-content .reserve-detailt .title-content-en {
  font-size: 12rem;
  line-height: 12rem;
  font-family: "Ibis Styles Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .reserve-content .reserve-detailt .title-content-en {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.reserve-content .reserve-detailt .text-detail {
  margin-top: 7rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.4rem;
}
.reserve-content .reserve-detailt .reserve-btn {
  display: flex;
  align-items: center;
  margin-top: 7.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  background-color: var(--color-main-tempalte);
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  padding: 2rem 8rem;
  border-radius: 0.3rem;
  border: unset;
  cursor: pointer;
}
.reserve-content .reserve-detailt .reserve-btn svg {
  margin-right: 1rem;
}
.reserve-content .reserve-detailt .reserve-btn svg path {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .reserve-content {
    padding: 12rem 2rem 14rem;
    margin-top: 8rem;
  }
  .reserve-content .reserve-detailt .text-JP {
    font-size: 1.6rem;
  }
  .reserve-content .reserve-detailt .text-EN {
    font-size: 5rem;
  }
  .reserve-content .reserve-detailt .text-detail {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
  .reserve-content .reserve-detailt .reserve-btn {
    margin-top: 4rem;
    font-size: 1.8rem;
    padding: 1.8rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .reserve-content {
    padding: 6rem 0 6.5rem;
  }
}

.banner-block {
  padding: 0 8rem;
}
.banner-block .banner-txt .banner-txt__sub-title {
  font-size: 2.6rem;
  letter-spacing: 0.06rem;
  line-height: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.banner-block .banner-txt .banner-txt__sub-title::before {
  content: "";
  height: 2.7rem;
  width: 0.5rem;
  transform: rotate(15deg);
  margin-right: 1rem;
  background-color: #666;
  display: block;
}
@media screen and (max-width: 1200px) {
  .banner-block .banner-txt .banner-txt__sub-title::before {
    height: 2rem;
    width: 0.3rem;
  }
}
.banner-block .banner-txt .banner-txt__title {
  font-size: 10rem;
  font-weight: bold;
  font-style: italic;
  color: #666;
  font-family: "Ibis Styles Condensed", sans-serif;
}
.banner-block .banner-txt .banner-txt__sub-description {
  font-size: 3.4rem;
  line-height: 5.4rem;
  margin-top: 2.4rem;
  font-weight: 600;
  padding-right: 2rem;
}
.banner-block .banner-txt .banner-txt__description {
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-top: 4.2rem;
  padding-right: 2rem;
}
.banner-block .img-wrap {
  width: 55.56vw;
  margin-right: min(-8rem, (100vw - 112rem) / 2 - (100vw - 112rem));
}
.banner-block .img-wrap .img-scale {
  position: relative;
  width: 100%;
  padding-top: 95.87%;
  overflow: hidden;
}
.banner-block .img-wrap .img-scale img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .banner-block {
    padding: 0 4rem;
  }
  .banner-block .banner-txt {
    padding: 0 2rem;
    margin-top: 4rem;
  }
  .banner-block .banner-txt .banner-txt__sub-title {
    font-size: 1.6rem;
  }
  .banner-block .banner-txt .banner-txt__title {
    font-size: 5rem;
  }
  .banner-block .banner-txt .banner-txt__sub-description {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 2.3rem;
  }
  .banner-block .banner-txt .banner-txt__description {
    margin-top: 2.3rem;
  }
  .banner-block .img-wrap {
    margin-right: min(-4rem, (100vw - 70rem) / 2 - (100vw - 70rem));
  }
}
@media screen and (max-width: 768px) {
  .banner-block {
    padding: 0;
  }
  .banner-block .flex.center-align {
    flex-direction: column-reverse;
  }
  .banner-block .banner-txt {
    width: 100%;
    padding: 0;
  }
  .banner-block .banner-txt .banner-txt__sub-description {
    padding-right: 0;
  }
  .banner-block .banner-txt .banner-txt__description {
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 0;
  }
  .banner-block .img-wrap {
    width: 100%;
  }
  .banner-block .img-wrap .img-scale {
    padding-top: 77.7%;
  }
}

.product-list {
  padding: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .product-list {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list {
    padding: 0;
  }
}
.product-list .product-item {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.product-list .product-item .product-item__image {
  width: 43.75%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.product-list .product-item .product-item__image .square-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.product-list .product-item .product-item__image .square-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-list .product-item .product-item__image .swiper-button .product-item-swiper-button {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.16);
}
.product-list .product-item .product-item__image .swiper-button .product-item-swiper-button::after {
  font-size: 3.5rem;
  color: #000 !important;
}
.product-list .product-item .product-item__image .swiper-button .product-item-swiper-button.swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.product-list .product-item .product-item__image .swiper-button .product-item-swiper-button.swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.product-list .product-item .product-item__image .swiper-button .product-item-swiper-button.swiper-button-disabled {
  opacity: 1;
}
.product-list .product-item .product-item__image .swiper-button .product-item-swiper-button.swiper-button-disabled::after {
  opacity: 0.35;
}
@media screen and (max-width: 1200px) {
  .product-list .product-item .product-item__image .swiper-button .product-item-swiper-button {
    width: 4rem;
    height: 4rem;
  }
  .product-list .product-item .product-item__image .swiper-button .product-item-swiper-button::after {
    font-size: 1.6rem;
  }
}
.product-list .product-item .product-item__content {
  width: 50%;
}
.product-list .product-item .product-item__content .product-item__content__title-en {
  font-size: 5rem;
  letter-spacing: 0.06rem;
  line-height: 6rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Ibis Styles Condensed", sans-serif;
}
.product-list .product-item .product-item__content .product-item__content__title-ja {
  font-size: 2rem;
  line-height: 4.8rem;
  font-weight: 600;
}
.product-list .product-item .product-item__content .product-item__content__desc {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .product-list .product-item .product-item__content .product-item__content__desc {
    margin-top: 1.8rem;
  }
}
.product-list .product-item .product-item__content .product-item__content__table {
  font-size: 1.6rem;
  margin-top: 5rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .product-list .product-item .product-item__content .product-item__content__table {
    margin-top: 3rem;
  }
}
.product-list .product-item .product-item__content .product-item__content__table .row {
  display: flex;
  padding: 2rem 0;
  border-top: 1px solid rgba(22, 60, 70, 0.2);
}
.product-list .product-item .product-item__content .product-item__content__table .row:last-child {
  border-bottom: 1px solid rgba(22, 60, 70, 0.2);
}
.product-list .product-item .product-item__content .product-item__content__table .row .table-heading {
  width: 13rem;
  margin-right: 2rem;
  font-weight: bold;
}
.product-list .product-item .product-item__content .product-item__content__table .row .table-text {
  width: calc(100% - 15rem);
}
.product-list .product-item .product-item__content .product-item__content__table .row .table-link {
  color: #0000ff;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
.product-list .product-item .product-item__content .product-item__content__table .row .file {
  display: flex;
  align-items: center;
}
.product-list .product-item .product-item__content .product-item__content__table .row .file svg {
  margin-right: 0.5rem;
}
.product-list .product-item .product-item__content .product-item__content__btn-view-more {
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .product-list .product-item .product-item__content .product-item__content__btn-view-more {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .product-list .product-item .product-item__content .product-item__content__title-en {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .product-list .product-item .product-item__content .product-item__content__title-ja {
    font-size: 1.4rem;
  }
  .product-list .product-item .product-item__content .product-item__content__table {
    font-size: 1.4rem;
  }
  .product-list .product-item .product-item__content .product-item__content__table .row {
    padding: 1.2rem 0;
  }
  .product-list .product-item .product-item__content .product-item__content__table .row .table-heading {
    width: 6rem;
  }
  .product-list .product-item .product-item__content .product-item__content__table .row .table-text {
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 768px) {
  .product-list .product-item {
    flex-direction: column;
  }
  .product-list .product-item .product-item__image {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  .product-list .product-item .product-item__content {
    width: 100%;
  }
  .product-list .product-item .product-item__content .product-item__content__title-en {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list:has(.title-ja.sp) {
    position: relative;
    width: calc(100% - 3.5rem);
  }
  .product-list:has(.title-ja.sp) .title-ja.sp {
    position: absolute;
    top: 0;
    right: -2.5rem;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    font-size: 1.8rem;
    line-height: 4rem;
    color: #999;
    font-weight: 600;
  }
  .product-list:has(.title-ja.sp) .product-item .product-item__image {
    width: calc(100% + 2rem);
  }
}

.all-contents {
  margin-top: 17.8rem;
}
.all-contents .all-contents-heading {
  padding: 0 4rem;
}
.all-contents .all-contents-heading .all-contents-title-ja {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
display: flex;
  align-items: start;
  margin-bottom: 1rem;
}
.all-contents .all-contents-heading .all-contents-title-ja::before {
  content: "";
  height: 2.3rem;
  width: 0.3rem;
  transform: rotate(15deg);
  margin-right: 1rem;
background-color: #000;
  display: block;
}
.all-contents .all-contents-heading .all-contents-title-en {
  font-size: 8rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Ibis Styles Condensed", sans-serif;
}
.all-contents .all-contents-wrap__slide {
  margin-top: 3.5rem;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-img {
  position: relative;
  width: 100%;
  padding-top: 126.5%;
  overflow: hidden;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-img::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  z-index: 2;
  display: block;
  position: absolute;
}
.all-contents .all-contents-wrap__slide .swiper-slide:hover {
  opacity: 1;
}
.all-contents .all-contents-wrap__slide .swiper-slide:hover img {
  transform: scale(1.2);
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-rooms .all-contents-img::after {
  background-color: #fce001;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-rooms .all-contents-detail .text-JP::before {
  color: #fce001;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-restaurant .all-contents-img::after {
  background-color: #268132;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-restaurant .all-contents-detail .text-JP::before {
  color: #268132;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-facilities .all-contents-img::after {
  background-color: #123D48;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-facilities .all-contents-detail .text-JP::before {
  color: #123D48;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-activity .all-contents-img::after {
  background-color: #35B5B3;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-activity .all-contents-detail .text-JP::before {
  color: #35B5B3;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-access .all-contents-img::after {
  background-color: #7D00B2;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-access .all-contents-detail .text-JP::before {
  color: #7D00B2;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-quality .all-contents-img::after {
  background-color: #E83C75;
}
.all-contents .all-contents-wrap__slide .swiper-slide.all-contents-quality .all-contents-detail .text-JP::before {
  color: #E83C75;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-detail {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  color: #fff;
  z-index: 3;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-detail .text-JP {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  line-height: 4rem;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-detail .text-JP::before {
  content: "/";
  text-indent: 1em;
  font-weight: bold;
  margin-right: 0.7rem;
}
.all-contents .all-contents-wrap__slide .swiper-slide .all-contents-detail .text-EN {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Ibis Styles Condensed", sans-serif;
}
@media screen and (max-width: 1200px) {
  .all-contents {
    margin-top: 12.8rem;
  }
  .all-contents .all-contents-heading {
    padding: 0 2rem;
  }
  .all-contents .all-contents-heading .all-contents-title-ja {
    font-size: 1.6rem;
  }
  .all-contents .all-contents-heading .all-contents-title-en {
    font-size: 3.6rem;
  }
  .all-contents .all-contents-wrap__slide {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .all-contents {
    margin-top: 8.8rem;
  }
  .all-contents .all-contents-heading {
    padding: 0;
  }
}

.custom-all-content .all-contents .all-contents-heading {
  display: none;
}
.custom-all-content .all-contents .all-contents-wrap__slide {
  margin-top: 0;
}

.plan-content {
  margin-top: 18rem;
  padding: 12.8rem 4rem 0;
  background-color: var(--background-plan-content, var(--color-main-tempalte));
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .plan-content {
    margin-top: 6rem;
    padding: 8rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .plan-content {
    padding: 7rem 0 0;
    margin-top: 6rem;
  }
}
.plan-content .plan-content__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list {
    flex-direction: column;
  }
}
.plan-content .plan-content__list .plan-content__list__desc {
  width: 39%;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__desc {
    width: 41%;
  }
}
@media screen and (max-width: 768px) {
  .plan-content .plan-content__list .plan-content__list__desc {
    width: 100%;
  }
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__title-en {
  font-size: 8rem;
  line-height: 7.2rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Ibis Styles Condensed", sans-serif;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__title-en {
    font-size: 3.8rem;
    line-height: 3.2rem;
  }
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__title-ja {
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.06rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__title-ja {
    line-height: 3rem;
  }
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button {
  display: flex;
  justify-content: space-between;
  width: 17.5rem;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .plan-button {
  width: 8rem;
  height: 8rem;
  border: 0.2rem solid #666;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .plan-button span {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  color: #666;
  font-weight: 600;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .plan-button path {
  stroke: #666;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .option.active .plan-button,
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .option:hover .plan-button {
  border-color: var(--background-plan-content, var(--color-main-tempalte));
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .option.active .plan-button span,
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .option:hover .plan-button span{
  color: var(--background-plan-content, var(--color-main-tempalte));
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .option.active .plan-button path,
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .option:hover .plan-button path {
  stroke: var(--background-plan-content, var(--color-main-tempalte));
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .drop-selected .plan-button {
  border-color: #fff;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .drop-selected .plan-button span {
  color: #fff;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .drop-selected .plan-button path {
  stroke: #fff;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button {
    width: 11.6rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .plan-button {
    width: 5.5rem;
    height: 5.5rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .plan-button .icon svg {
    width: 2.3rem;
    height: 2.3rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .plan-button span {
    font-size: 1rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__heading .plan-content__heading__button .plan-button span:lang(en) {
    letter-spacing: 0.01rem;
  }
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc {
  margin-top: 8rem;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc {
  padding-bottom: 8rem;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-title {
  font-size: 2.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-table {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-table .row {
  display: flex;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-table .row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-table .row .table-heading {
  width: 8rem;
  font-weight: bold;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .btn-see-detail {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3.5rem;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .btn-see-detail {
    margin-top: 3rem;
  }
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .btn-see-detail::after {
  content: "";
  display: block;
  width: calc(100% + 10rem);
  height: 0.2rem;
  background: #fff;
  position: absolute;
  bottom: -1.4rem;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .btn-see-detail::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  right: -8.7rem;
  transform: rotate(-60deg);
  bottom: -2rem;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .swiper-pagination {
  bottom: 0;
  text-align: unset;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0.75rem;
}
.plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc {
    margin-top: 3rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-title {
    font-size: 2rem;
    line-height: 3.6rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-table {
    margin-top: 2.7rem;
    font-size: 1.4rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-table .row {
    padding: 1.2rem 0;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .plan-table .row .table-heading {
    width: 6rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .btn-see-detail {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .btn-see-detail::before {
    height: 2rem;
    right: -6.2rem;
    bottom: -1.8rem;
  }
  .plan-content .plan-content__list .plan-content__list__desc .plan-content__swiper-desc .plan-swiper-desc-pc .btn-see-detail::after {
    width: calc(100% + 7rem);
  }
}
.plan-content .plan-content__list .plan-content__list__image {
  width: calc(52.78vw + min(4rem, 100vw - 128rem - (100vw - 128rem) / 2));
  margin-right: min(-4rem, (100vw - 128rem) / 2 - (100vw - 128rem));
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__image {
    width: calc(52vw + min(2rem, 100vw - 76.8rem - (100vw - 76.8rem) / 2));
    margin-right: min(-2rem, (100vw - 76.8rem) / 2 - (100vw - 76.8rem));
  }
}
.plan-content .plan-content__list .plan-content__list__image .plan-swiper-image-pc {
  height: 100%;
}
.plan-content .plan-content__list .plan-content__list__image .square-image {
  width: 100%;
  padding-top: 96.13%;
  overflow: hidden;
}
.plan-content .plan-content__list .plan-content__list__image .square-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.plan-content .plan-content__list .plan-content__list__image .plan-image-button {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.16);
}
.plan-content .plan-content__list .plan-content__list__image .plan-image-button::after {
  font-size: 3.5rem;
  color: #000 !important;
}
.plan-content .plan-content__list .plan-content__list__image .plan-image-button.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 1200px) {
  .plan-content .plan-content__list .plan-content__list__image .plan-image-button {
    width: 6rem;
    height: 6rem;
  }
  .plan-content .plan-content__list .plan-content__list__image .plan-image-button::after {
    font-size: 2rem;
  }
}
.plan-content .plan-content__list .plan-content__list__sp {
  width: calc(100% + 2rem);
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper {
  padding-bottom: 15rem;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .image {
  width: 100%;
  margin-top: 2.7rem;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .image .square-image {
  width: 100%;
  padding-top: 77%;
  overflow: hidden;
  position: relative;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .image .square-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc {
  width: calc(100% - 2rem);
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .plan-title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2rem;
  line-height: 3.6rem;
  margin-top: 2.5rem;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .plan-table {
  margin-top: 2.7rem;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .plan-table .row {
  padding: 1.2rem 0;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .plan-table .row .table-heading {
  width: 6rem;
  font-weight: bold;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .btn-see-detail {
  background-color: #fff;
  padding: 2rem;
  padding-right: 9rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  display: block;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  color: var(--background-plan-content, var(--color-main-tempalte));
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .btn-see-detail::before, .plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .btn-see-detail::after {
  content: "";
  display: block;
  background: var(--background-plan-content, var(--color-main-tempalte));
  position: absolute;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .btn-see-detail::before {
  transform: rotate(-60deg);
  width: 0.1rem;
  height: 1.4rem;
  bottom: 2.3rem;
  right: 2.6rem;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-wrapper .desc .btn-see-detail::after {
  width: 5rem;
  height: 0.1rem;
  bottom: 2.6rem;
  right: 2rem;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-pagination {
  bottom: 10rem;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  display: flex;
  align-items: center;
  max-width: calc(100% - 10rem);
  flex-wrap: wrap;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.75rem;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-button-next,
.plan-content .plan-content__list .plan-content__list__sp .swiper-button-prev {
  top: unset;
  bottom: 10rem;
  transform: translateY(50%);
}
.plan-content .plan-content__list .plan-content__list__sp .swiper-button-next::after,
.plan-content .plan-content__list .plan-content__list__sp .swiper-button-prev::after {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

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

.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 {
  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-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search_box {
  margin-top: 13.1rem;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .search_box {
    margin-top: -5rem;
  }
}
.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;
  height: 14.6rem;
  justify-content: space-between;
  padding: 3.5rem 10rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__body {
    height: 10rem;
    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-family: "Hiragino Kaku Gothic Pro", sans-serif;
    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;
}
.search_box .search_box__left .search_box__search {
  flex-direction: column;
  justify-content: center;
  padding-right: 4rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__search {
    padding-right: 2rem;
  }
}
@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;
}
@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-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__text {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 0;
    white-space: nowrap;
    width: 10rem;
  }
}
.search_box .search_box__left .search_box__date_time {
  flex: 2;
  padding: 0 5rem;
  max-width: 37rem;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__date_time {
    padding: 0 2rem;
    max-width: 26rem;
  }
}
@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;
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__time {
    justify-content: space-between;
    width: 100%;
  }
}
.search_box .search_box__left .calendar-img {
  cursor: pointer;
  display: flex;
  margin-left: 0.8rem;
  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 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 {
    width: calc(100% - 10.5rem);
  }
}
.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 3.5rem 0 2rem;
}
@media screen and (max-width: 1200px) {
  .search_box .search_box__left .search_box__select {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_box__left .search_box__select {
    align-items: center;
    display: flex;
    padding: 0;
    width: 50%;
  }
}
.search_box .search_box__left .search_box__option select {
  font-size: 2rem;
  height: 2.7rem;
  left: -0.5rem;
  letter-spacing: 0.04rem;
  line-height: 1;
  padding-left: 0;
  padding-right: 1.2rem;
  position: relative;
  text-indent: 0.1rem;
  background-color: transparent;
  border: unset;
  color: #000;
  cursor: pointer;
  outline: unset;
  -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: 1.1rem;
  font-family: "DINPro", sans-serif;
}
@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: -0.6rem;
    padding: 2rem 1.5rem 2rem 0;
  }
}
.search_box .search_box__right {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
  max-width: 19.5rem;
}
@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;
  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;
}
.search_box__hide:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .search_box__hide {
    top: -11px;
    position: absolute;
    right: 29px;
    line-height: 0.7;
    font-size: 27px;
  }
}

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

.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%;
}
@media screen and (max-width: 1200px) {
  .navbar {
    max-width: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    max-width: 25rem;
    max-width: 100%;
  }
}
.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%;
}

.contact-section {
  background-color: #000;
  color: #fff;
  padding: 10rem 4rem;
}
@media screen and (max-width: 1200px) {
  .contact-section {
    padding: 10rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 6rem 0;
  }
  .contact-section > div {
    flex-direction: column;
  }
}
.contact-section .contact-section__title {
  font-size: 4rem;
  line-height: 4rem;
  font-family: "Ibis Styles Condensed", sans-serif;
}
.contact-section .contact-section__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  margin: 0.6rem 0 3.2rem;
}
@media screen and (max-width: 1200px) {
  .contact-section .contact-section__subtitle {
    font-size: 1.4rem;
    margin: 0 0 1.4rem;
  }
}
.contact-section .contact-section__sub-info {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.6rem;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 1200px) {
  .contact-section .contact-section__sub-info {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.contact-section .contact-section__more-info {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  margin-top: 1rem;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .contact-section .contact-section__more-info {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
.contact-section .info-description {
  margin-top: 3.6rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .contact-section .info-description {
    margin-top: 2.8rem;
  }
}
.contact-section .contact-section__info {
  width: 58%;
}
.contact-section .contact-section__info .info-row {
  width: 100%;
}
.contact-section .contact-section__info .info-row__col {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-section .contact-section__info {
    width: 100%;
  }
  .contact-section .contact-section__info .info-row {
    flex-direction: column;
  }
  .contact-section .contact-section__info .info-row__col {
    width: 100%;
    padding-right: 0;
  }
  .contact-section .contact-section__info .info-row__col:last-child {
    margin-top: 2.5rem;
  }
}
.contact-section .contact-section__map {
  width: 39.1%;
  aspect-ratio: 500/230;
}
.contact-section .contact-section__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .contact-section .contact-section__map {
    width: 100%;
    margin-top: 4rem;
    aspect-ratio: 500/296;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: right 100vw top;
    mask-position: right 100vw top;
  }
  100% {
    -webkit-mask-position: center top;
    mask-position: center top;
  }
}
.top-page .mv-top__slide .swiper-slide.swiper-slide-active .img {
  -webkit-mask-position: center top;
  animation: mask-animation 1.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s forwards;
}

.top-page .mv-top__slide .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2032 858'%3E%3Ctitle%3Emask%3C/title%3E%3Crect x='296' width='1440' height='858'/%3E%3Cpolygon points='1736 858 1736 0 2032 0 1736 858'/%3E%3Cpolygon points='296 0 296 858 0 858 296 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2032 858'%3E%3Ctitle%3Emask%3C/title%3E%3Crect x='296' width='1440' height='858'/%3E%3Cpolygon points='1736 858 1736 0 2032 0 1736 858'/%3E%3Cpolygon points='296 0 296 858 0 858 296 0'/%3E%3C/svg%3E");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: 150%;
  mask-size: 150%;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top__slide .swiper-slide .img {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

.hover-opacity {
  transition: all 0.3s;
}
.hover-opacity:hover {
  opacity: 0.6;
}

.drop-box {
  position: relative;
}
.drop-box .drop-selected {
  display: block;
}
.drop-box:hover .drop-selected .plan-button,
.drop-box.active .drop-selected .plan-button {
  background-color:#fff;
}
.drop-box:hover .drop-selected .plan-button span,
.drop-box.active .drop-selected .plan-button span{
  color: var(--background-plan-content, var(--color-main-tempalte)) !important;
}
.drop-box:hover .drop-selected .plan-button path,
.drop-box.active .drop-selected .plan-button path {
  stroke: var(--background-plan-content, var(--color-main-tempalte)) !important;
}
.page-plan-list .drop-box:hover .drop-selected .plan-button path,
.page-plan-list .drop-box.active .drop-selected .plan-button path {
  stroke: var(--color-main-tempalte) !important;
}
.page-plan-list .drop-box:hover .drop-selected .plan-button span,
.page-plan-list .drop-box.active .drop-selected .plan-button span{
  color: var(--color-main-tempalte) !important;
}
.drop-box .drop-options {
  display: none;
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  z-index: 9999;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.16);
}
.drop-box .drop-options .title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .drop-box .drop-options .title {
    font-size: 1rem;
  }
}
.drop-box .drop-options .option {
  cursor: pointer;
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 1px solid #dddddd;
}
.drop-box .drop-options .option:last-child {
  padding-right: unset;
  border-right: unset;
}
.drop-box .drop-options .option:first-child {
  padding-left: unset;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.amenity {
  background-color: #EFEFEF;
  margin-top: 10rem;
  padding: 10rem 0 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;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.amenity .amenity_title:lang(ja) {
  font-family: "Vibis Rock", sans-serif;
}
.amenity .amenity_title:lang(en) {
  font-family: "Gotham", 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;
}

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

.header {
  padding: 4rem;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 1.5rem 0;
  }
}
.header.header-up {
  top: -16rem;
}
.header.page-header-white {
  background-color: transparent;
}
.header.page-header-white .header-logo .header-logo__txt,
.header.page-header-white .header-change-language,
.header.page-header-white .header-menu .header-menu__btn {
  color: #000000;
}
.header.page-header-white .header-change-language::before,
.header.page-header-white .header-menu .header-menu__btn::before {
  filter: invert(1);
}
.header.header-white {
  background-color: hsla(0deg, 0%, 0%, 0.16);
}
.header.header-white .header-logo .header-logo__txt,
.header.header-white .header-change-language,
.header.header-white .header-menu .header-menu__btn {
  color: #ffffff;
}
.header.header-white .header-change-language::before,
.header.header-white .header-menu .header-menu__btn::before {
  filter: invert(0);
}
.header.header-white .header-white__btn--red, .header.page-header-white .header-white__btn--red {
  border-radius: 0.3rem;
}
.header.header-white .header-white__select, .header.page-header-white .header-white__select {
  color: #000 !important;
  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");
}
.header .header-logo .header-logo__img {
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1200px) {
  .header .header-logo .header-logo__img {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
  }
}
.header .header-logo .header-logo__txt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header .header-logo .header-logo__txt {
    font-size: 1.4rem;
  }
}
.header .header-change-language {
  margin-right: auto;
  margin-left: 5.8rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .header .header-change-language {
    margin-left: 2.5rem;
    font-size: 1.4rem;
  }
}
.header .header-change-language .change-language__item {
  opacity: 0.6;
  cursor: pointer;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: initial;
  font-style: italic;
  font-family: "Ibis Styles Condensed", sans-serif;
}
.header .header-change-language .change-language__item.active {
  opacity: 1;
}
.header .header-change-language span {
  font-style: normal;
  margin: 0 1rem;
  font-family: "Ibis Styles Condensed", sans-serif;
}
@media screen and (max-width: 1200px) {
  .header .header-change-language span {
    margin: 0 0.5rem;
  }
}
.header .header-change-language::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='world' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='Path_9301' data-name='Path 9301' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='Path_9302' data-name='Path 9302' d='M3,12a9,9,0,1,0,9-9,9,9,0,0,0-9,9' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_9303' data-name='Path 9303' d='M3.6,9H20.4' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_9304' data-name='Path 9304' d='M3.6,15H20.4' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_9305' data-name='Path 9305' d='M11.5,3a17,17,0,0,0,0,18' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_9306' data-name='Path 9306' d='M12.5,3a17,17,0,0,1,0,18' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.header .header-menu .header-menu__btn {
  font-size: 2rem;
  font-family: "Ibis Styles Condensed", sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  margin-left: 3.4rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header .header-menu .header-menu__btn {
    line-height: 2.5rem;
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header-menu .header-menu__btn {
    font-size: 2rem;
  }
}
.header .header-menu .header-menu__btn::before {
  content: "";
  margin-right: 0.6rem;
  width: 2.4rem;
  height: 2.4rem;
}
.header .header-menu .header-menu__btn.btn-search::before {
  background-image: url("data:image/svg+xml,%3Csvg id='search_2_' data-name='search (2)' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='Path_9298' data-name='Path 9298' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='Path_9299' data-name='Path 9299' d='M3,10,3,10a7,7,0,1,0,7-7,7,7,0,0,0-7,7' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_9300' data-name='Path 9300' d='M21,21l-6-6' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.header .header-menu .header-menu__btn.btn-plan-list::before {
  background-image: url("data:image/svg+xml,%3Csvg id='list-details' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='Path_9321' data-name='Path 9321' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='Path_9322' data-name='Path 9322' d='M13,5h8' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_9323' data-name='Path 9323' d='M13,9h5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_9324' data-name='Path 9324' d='M13,15h8' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_9325' data-name='Path 9325' d='M13,19h5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_9326' data-name='Path 9326' d='M3,4,3,5A1,1,0,0,1,4,4H8A1,1,0,0,1,9,5V9a1,1,0,0,1-1,1H4A1,1,0,0,1,3,9Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_9327' data-name='Path 9327' d='M3,14m0,1a1,1,0,0,1,1-1H8a1,1,0,0,1,1,1v4a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.header .header-menu .header-menu__btn.btn-open-menu {
  margin-left: 5rem;
}
@media screen and (max-width: 1200px) {
  .header .header-menu .header-menu__btn.btn-open-menu {
    margin-left: 2rem;
  }
}
.header .header-menu .header-menu__btn.btn-open-menu::before {
  width: 4rem;
  height: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.558' height='35.731' viewBox='0 0 42.558 35.731'%3E%3Cg id='Group_2293' data-name='Group 2293' transform='translate(-1259.391 -61.134)'%3E%3Cpath id='Path_9371' data-name='Path 9371' d='M0,0H40' transform='matrix(0.616, -0.788, 0.788, 0.616, 1261.496, 94.76)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_2101' data-name='Line 2101' x2='40' transform='matrix(0.616, -0.788, 0.788, 0.616, 1275.217, 94.76)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header .header-toggle {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  z-index: 88;
  padding: 6rem 0;
  overflow: hidden auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header-toggle {
    width: 100%;
    padding: 8rem 0 5rem;
  }
}
.header .header-toggle .container {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header .header-toggle .container {
    flex-direction: column;
  }
}
.header .header-toggle .header-toggle__left {
  width: 54%;
  padding-left: 8rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__left {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .header-toggle .header-toggle__left {
    width: 100%;
  }
}
.header .header-toggle .header-toggle__left .header-toggle__page .page-item__en {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__left .header-toggle__page .page-item__en {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.header .header-toggle .header-toggle__left .header-toggle__page .page-item__ja {
  margin-top: 0.9rem;
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
  font-weight: bold;
  line-height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__left .header-toggle__page .page-item__ja {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.header .header-toggle .header-toggle__left .header-toggle__page-child .page-item__en {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__left .header-toggle__page-child .page-item__en {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
}
.header .header-toggle .header-toggle__left .header-toggle__page-child .page-item__ja {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  font-weight: bold;
  line-height: 1.9rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__left .header-toggle__page-child .page-item__ja {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.header .header-toggle .header-toggle__left .page-media {
  display: flex;
}
.header .header-toggle .header-toggle__left .page-media .page-media__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__left .page-media .page-media__item {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header-toggle .header-toggle__left .page-media .page-media__item {
    width: 3.8rem;
    height: 3.8rem;
    margin-right: 0.5rem;
  }
}
.header .header-toggle .header-toggle__left .page-media svg {
  max-width: 1.8rem;
}
.header .header-toggle .header-toggle__left nav {
  width: 50%;
}
.header .header-toggle .header-toggle__left nav a {
  color: #fff;
}
.header .header-toggle .header-toggle__left nav .page-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__left nav .page-item {
    margin-bottom: 2rem;
  }
}
.header .header-toggle .header-toggle__right {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .header .header-toggle .header-toggle__right {
    width: 100%;
  }
}
.header .header-toggle .header-toggle__right .header-toggle__right--func {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.header .header-toggle .header-toggle__right .header-toggle__right--func .header-change-language {
  color: #ffffff;
}
.header .header-toggle .header-toggle__right .header-toggle__right--func .header-change-language::before {
  filter: invert(0);
}
.header .header-toggle .header-toggle__right .header-change-language {
  margin-left: 0;
}
.header .header-toggle .header-toggle__right .header-toggle-click {
  font-size: 2rem;
  font-family: "Ibis Styles Condensed", sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header-toggle .header-toggle__right .header-toggle-click {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    text-transform: capitalize;
  }
}
.header .header-toggle .header-toggle__right .header-toggle-click::before {
  content: "";
  margin-right: 0.6rem;
  width: 4rem;
  height: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.838' height='35.732' viewBox='0 0 28.838 35.732'%3E%3Cline id='Line_2100' data-name='Line 2100' x2='40' transform='matrix(-0.616, -0.788, 0.788, -0.616, 26.732, 33.626)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_2101' data-name='Line 2101' x2='40' transform='matrix(0.616, -0.788, 0.788, 0.616, 2.106, 33.626)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .header-toggle__right .header-toggle-click::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header-toggle .header-toggle__right .header-toggle-click::before {
    width: 4rem;
    height: 3.5rem;
  }
}
.header .header-toggle .search_box_header {
  margin-top: 7rem;
  width: 100%;
  margin-left: auto;
  border-radius: 1rem;
  max-width: 44.8rem;
  padding: 5rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header {
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header-toggle .search_box_header {
    padding: 3rem 0;
  }
}
.header .header-toggle .search_box_header .search_box__left {
  display: flex;
  flex-direction: column;
}
.header .header-toggle .search_box_header .search_box__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.4rem;
}
.header .header-toggle .search_box_header .search_box__right .couple__button_purple {
  background-color: #6AB023;
  border-radius: 0.3rem;
  padding: 2.3rem 3.2rem;
  color: #fff;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__right .couple__button_purple {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.header .header-toggle .search_box_header .search_box__right .couple__button_purple svg {
  margin-right: 0.5rem;
}
.header .header-toggle .search_box_header .search_box__right .couple__button_view {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  color: #69AF22;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__right .couple__button_view {
    font-size: 1.5rem;
  }
}
.header .header-toggle .search_box_header .search_box__right .couple__button_view .next-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.16);
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__right .couple__button_view .next-arrow {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 0.7rem;
  }
}
.header .header-toggle .search_box_header .search_box__right .couple__button_view .next-arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.414' height='14.828' viewBox='0 0 8.414 14.828'%3E%3Cpath id='Path_8495' data-name='Path 8495' d='M9,6l6,6L9,18' transform='translate(-7.586 -4.586)' fill='none' stroke='%236ab023' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 0.6rem;
  height: 1.2rem;
}
.header .header-toggle .search_box_header .search_box__search_text {
  display: flex;
  align-items: center;
  color: #6AB023;
  font-weight: bold;
  flex-wrap: wrap;
}
.header .header-toggle .search_box_header .search_box__search_text .text-en {
  font-size: 4rem;
  line-height: 4.4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__search_text .text-en {
    font-size: 3rem;
    line-height: 3.2rem;
    margin-right: 1rem;
  }
}
.header .header-toggle .search_box_header .search_box__search_text .text-ja {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__search_text .text-ja {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 0.5rem;
  }
}
.header .header-toggle .search_box_header .search_box__text {
  margin-top: 2.4rem;
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #999;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__text {
    margin-top: 1.8rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.header .header-toggle .search_box_header .search_box__time {
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.6);
  padding-bottom: 1.6rem;
  margin-top: 1.2rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__time {
    padding-bottom: 0.5rem;
    margin-top: 1rem;
  }
}
.header .header-toggle .search_box_header .search_box__time .input_date {
  font-size: 2.6rem;
  font-weight: bold;
  font-style: italic;
  outline: none;
  border: none;
  font-family: "Arial", sans-serif;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__time .input_date {
    font-size: 2rem;
  }
}
.header .header-toggle .search_box_header .search_box__option {
  display: flex;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.6);
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__option {
    padding-bottom: 0.5rem;
    margin-top: 1rem;
  }
}
.header .header-toggle .search_box_header .search_box__option select {
  font-size: 2.6rem;
  font-weight: bold;
  font-style: italic;
  outline: none;
  border: none;
  font-family: "Arial", sans-serif;
  border: none;
}
@media screen and (max-width: 1200px) {
  .header .header-toggle .search_box_header .search_box__option select {
    font-size: 2rem;
  }
}

.footer {
  color: #fff;
  background-color: #6ab023;
  padding: 11.8rem 4rem 9rem;
}

.footer .footer-left {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 8.8rem 2rem 6rem;
  }

  .footer .footer-left {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4rem 0 3rem;
  }
  .footer > div {
    flex-direction: column;
  }

  .footer .footer-left {
    width: 100%;
  }
}
.footer .footer-left .footer-branch {
  font-size: 9rem;
  line-height: 9rem;
  font-family: "Ibis Styles Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-branch {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.footer .footer-left .footer-location {
  font-family: "Ibis Styles Condensed", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 1.5rem;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-location {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0.7rem;
  }
}
.footer .footer-left .footer-nav {
  margin-top: 7.4rem;
  font-size: 1.4rem;
  line-height: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-nav {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-nav {
    margin-top: 2.6rem;
  }
}
.footer .footer-left .footer-nav .footer-nav__item {
  display: flex;
  align-items: center;
}
.footer .footer-left .footer-nav .footer-nav__item a {
  color: currentColor;
}
.footer .footer-left .footer-nav .footer-nav__item::after {
  content: "|";
  color: #fff;
  margin: 0 2rem;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-nav .footer-nav__item::after {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-nav .footer-nav__item::after {
    margin: 0 0.5rem;
  }
}
.footer .footer-left .footer-nav .footer-nav__item:last-child::after {
  content: unset;
}
@media screen and (max-width: 768px) {
  .footer .footer-right {
    margin-top: 5rem;
  }
}
.footer .footer-right .footer-media {
  align-items: flex-end;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-media {
    align-items: center;
  }
}
.footer .footer-right .footer-media__title {
  font-family: "Ibis Styles Condensed", sans-serif;
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  font-style: italic;
}
.footer .footer-right .footer-right .footer-media {
  align-items: flex-end;
  margin-bottom: auto;
}
.footer .footer-right .footer-right .footer-media__title {
  font-family: "Ibis Styles Condensed", sans-serif;
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  font-style: italic;
}
.footer .footer-right .footer-right .footer-media__list--item {
  display: flex;
  margin-left: 3.1rem;
}
.footer .footer-right .footer-media__list--item {
  display: flex;
  margin-left: 3.1rem;
}
.footer .footer-right .footer-copy-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-copy-right {
    text-align: center;
    margin-top: 2.5rem;
  }
}

:root {
  --layout-main-color: #fce001;
}

.top-page {
  overflow: hidden;
}
.top-page .mv-top .img-thumbnail {
  height: 76.8rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .img-thumbnail {
    height: 56rem;
  }
}
.top-page .mv-top .img-thumbnail::before {
  background: rgba(0, 0, 0, 0.16);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .img-thumbnail::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.top-page .mv-top .mv-top__block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-top__block {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-top__block {
    padding: 0;
    justify-content: end;
    padding-bottom: 8rem;
  }
}
.top-page .mv-top .mv-top__block .block-inner {
  width: 100%;
}
.top-page .mv-top .mv-top__block .block-heading {
  font-size: 4.6rem;
  line-height: 7rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-top__block .block-heading {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .mv-top .mv-top__block .block-heading {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
.top-page .mv-top .mv-top__block .block-search {
  font-size: 2.4rem;
  margin-top: 5.3rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-main-tempalte);
  display: flex;
  padding: 2rem 5.1rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
}
.top-page .mv-top .mv-top__block .block-search svg {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: 1.5rem;
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .top-page .mv-top .mv-top__block .block-search {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
    margin-top: 2rem;
  }
  .top-page .mv-top .mv-top__block .block-search svg {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5rem;
  }
}
.top-page .marquee-text {
  overflow: hidden;
  margin-top: -23rem;
  z-index: 2;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-page .marquee-text {
    margin-top: -90px;
  }
}
.top-page .marquee-text .marquee-text__inner {
  white-space: nowrap;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.top-page .marquee-text .marquee-text__inner svg {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1486' height='349' viewBox='0 0 1486 349'%3E%3Ctext id='ibis_Styles' data-name='ibis Styles' transform='translate(0 283)' fill='%23fff' font-size='262' font-family='SegoeUI-BoldItalic, Segoe UI' font-weight='700' font-style='italic' letter-spacing='0.1em'%3E%3Ctspan x='0' y='0'%3Eibis Styles%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1486' height='349' viewBox='0 0 1486 349'%3E%3Ctext id='ibis_Styles' data-name='ibis Styles' transform='translate(0 283)' fill='%23fff' font-size='262' font-family='SegoeUI-BoldItalic, Segoe UI' font-weight='700' font-style='italic' letter-spacing='0.1em'%3E%3Ctspan x='0' y='0'%3Eibis Styles%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
  margin-left: 14rem;
  background-color: rgba(255, 255, 255, 0.15);
  width: 1486px;
  height: 349px;
}
.top-page .marquee-text .marquee-text__inner svg text {
  fill: transparent;
}
@media screen and (max-width: 768px) {
  .top-page .marquee-text .marquee-text__inner svg {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='567' height='133' viewBox='0 0 567 133'%3E%3Ctext id='ibis_Styles' data-name='ibis Styles' transform='translate(0 108)' fill='%23fff' font-size='100' font-family='SegoeUI-BoldItalic, Segoe UI' font-weight='700' font-style='italic' letter-spacing='0.1em'%3E%3Ctspan x='0' y='0'%3Eibis Styles%3C/tspan%3E%3C/text%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='567' height='133' viewBox='0 0 567 133'%3E%3Ctext id='ibis_Styles' data-name='ibis Styles' transform='translate(0 108)' fill='%23fff' font-size='100' font-family='SegoeUI-BoldItalic, Segoe UI' font-weight='700' font-style='italic' letter-spacing='0.1em'%3E%3Ctspan x='0' y='0'%3Eibis Styles%3C/tspan%3E%3C/text%3E%3C/svg%3E");
    width: 567px;
    height: 133px;
    margin-left: 2rem;
  }
  .top-page .marquee-text .marquee-text__inner svg text {
    font-size: 100px;
  }
}
.top-page .marquee-text .marquee-text__inner--slide01 {
  animation: loop 80s -40s linear infinite;
}
.top-page .marquee-text .marquee-text__inner--slide02 {
  animation: loop02 80s linear infinite;
}
.top-page .intro-section {
  padding: 15.8rem 4rem 0;
  color: #fff;
  position: relative;
}
.top-page .intro-section .background-swiper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-page .intro-section .background-swiper .swiper-slide {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2032 858'%3E%3Ctitle%3Emask_r%3C/title%3E%3Crect x='296' width='1440' height='858'/%3E%3Cpolygon points='1736 0 1736 858 2032 858 1736 0'/%3E%3Cpolygon points='296 858 296 0 0 0 296 858'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2032 858'%3E%3Ctitle%3Emask_r%3C/title%3E%3Crect x='296' width='1440' height='858'/%3E%3Cpolygon points='1736 0 1736 858 2032 858 1736 0'/%3E%3Cpolygon points='296 858 296 0 0 0 296 858'/%3E%3C/svg%3E");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center top;
  mask-position: center top;
  opacity: 0;
}
.top-page .intro-section .background-swiper .swiper-slide.swiper-slide-active {
  -webkit-mask-position: center top;
  animation: mask-animation 1.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s forwards;
}
.top-page .intro-section .background-swiper .swiper-slide.green {
  background-color: #6ab023;
}
.top-page .intro-section .background-swiper .swiper-slide.red {
  background-color: #e83c75;
}
.top-page .intro-section .background-swiper .swiper-slide.yellow {
  background-color: #fce422;
}
.top-page .intro-section .background-swiper .swiper-slide.violet {
  background-color: #7d00b2;
}
.top-page .intro-section .background-swiper .swiper-slide.blue {
  background-color: #35b5b3;
}
@media screen and (max-width: 1200px) {
  .top-page .intro-section {
    padding: 15.8rem 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top-page .intro-section {
    padding: 5rem 0;
  }
}
.top-page .intro-section .intro-section__info {
  width: calc(50% - 8rem);
  padding-right: 5rem;
}
@media screen and (max-width: 1200px) {
  .top-page .intro-section .intro-section__info {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .intro-section .intro-section__info {
    width: 100%;
    padding-right: 0;
  }
}
.top-page .intro-section .intro-section__info .info-brand {
  font-family: "Ibis Styles Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 11rem;
  line-height: 11rem;
}
@media screen and (max-width: 1200px) {
  .top-page .intro-section .intro-section__info .info-brand {
    font-size: 5.8rem;
    line-height: 5.8rem;
  }
}
.top-page .intro-section .intro-section__info .info-location {
  font-family: "Ibis Styles Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 4rem;
  line-height: 4rem;
  margin: 1rem 0 3.1rem;
}
@media screen and (max-width: 1200px) {
  .top-page .intro-section .intro-section__info .info-location {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0.5rem 0 2.5rem;
  }
}
.top-page .intro-section .intro-section__info .info-title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 5rem;
  margin-top: 3.1rem;
}
@media screen and (max-width: 1200px) {
  .top-page .intro-section .intro-section__info .info-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 2.5rem;
  }
}
.top-page .intro-section .intro-section__info .info-description {
  max-width: 46rem;
  margin-top: 5.2rem;
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .top-page .intro-section .intro-section__info .info-description {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}
.top-page .intro-section .intro-section__thumbnail {
  flex: 1;
  margin-right: calc(-50vw + 50%);
  width: 50%;
}
.top-page .intro-section .intro-section__thumbnail .swiper-slide {
  aspect-ratio: 800/769;
}
.top-page .intro-section .intro-section__thumbnail .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2032 858'%3E%3Ctitle%3Emask%3C/title%3E%3Crect x='296' width='1440' height='858'/%3E%3Cpolygon points='1736 858 1736 0 2032 0 1736 858'/%3E%3Cpolygon points='296 0 296 858 0 858 296 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2032 858'%3E%3Ctitle%3Emask%3C/title%3E%3Crect x='296' width='1440' height='858'/%3E%3Cpolygon points='1736 858 1736 0 2032 0 1736 858'/%3E%3Cpolygon points='296 0 296 858 0 858 296 0'/%3E%3C/svg%3E");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center top;
  mask-position: center top;
}
.top-page .intro-section .intro-section__thumbnail .swiper-slide.swiper-slide-active .img {
  -webkit-mask-position: center top;
  animation: mask-animation 1.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s forwards;
}
@media screen and (max-width: 768px) {
  .top-page .intro-section .intro-section__thumbnail {
    width: calc(100% + 2rem);
    margin-right: -2rem;
  }
}
.top-page .instagram-news-bg {
  background-color: #f2f2f2;
  padding: 14.7rem 0 12rem;
  margin-top: 14rem;
}
@media screen and (max-width: 1200px) {
  .top-page .instagram-news-bg {
    padding: 6rem 0 9rem;
    margin-top: 10rem;
  }
}
.top-page .instagram-section .instagram-thumb-slide {
  margin-top: 3.1rem;
  width: 100vw;
  margin-left: -8rem;
}
@media screen and (max-width: 1200px) {
  .top-page .instagram-section .instagram-thumb-slide {
    margin-left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .instagram-section .instagram-thumb-slide {
    margin-left: 0;
  }
}
.top-page .instagram-section .instagram-thumb-slide .swiper-slide {
    height: 28rem;
}
@media screen and (max-width: 768px) {
  .top-page .instagram-section .instagram-thumb-slide .swiper-slide {
    height: 20rem;
  }
}
.top-page .news-section {
  margin-top: 12.7rem;
}
@media screen and (max-width: 1200px) {
  .top-page .news-section {
    margin-top: 10rem;
  }
}
.top-page .news-section .news-text {
  align-items: center;
  display: flex;
}
.top-page .news-section .news-text .subtitle-content-ja {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .top-page .news-section .news-text .subtitle-content-ja {
    font-size: 1.4rem;
  }
}
.top-page .news-section .news-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.5rem;
  margin-top: 3.1rem;
}
@media screen and (max-width: 1200px) {
  .top-page .news-section .news-content {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .news-section .news-content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.7rem;
  }
}
.top-page .news-section .news-content .news-content__item {
  border-radius: 1rem;
  overflow: hidden;
}
.top-page .news-section .news-content .news-content__item--thumb {
  aspect-ratio: 350/250;
}
.top-page .news-section .news-content .news-content__item--info {
  padding: 3rem 2rem;
  background-color: #fff;
}
.top-page .news-section .news-content .news-content__item--info .info-date {
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: var(--color-main-tempalte);
  font-style: italic;
  margin-bottom: 1.4rem;
}
.top-page .news-section .news-content .news-content__item--info .info-name {
  font-size: 1.8rem;
  line-height: 2.2rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
min-height: 4.4rem;
}
@media screen and (max-width: 1200px) {
  .top-page .news-section .news-content .news-content__item--info .info-date {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .top-page .news-section .news-content .news-content__item--info .info-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .news-section .news-content .news-content__item--info {
    padding: 1.4rem 1rem;
  }
  .top-page .news-section .news-content .news-content__item--info .info-date {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
  }
.top-page .news-section .news-content .news-content__item--info .info-name {
    font-size: 1.4rem;
    line-height: 1.8rem;
    min-height: 3.6rem;
  }
}
.top-page .news-section .news-list {
  margin: 6rem 0 0;
}
.top-page .news-section .more-content {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .top-page .news-section .news-list {
    margin: 2rem 0 0;
  }
.top-page .news-section .more-content {
    margin-top: 2.5rem;
  }
}
.top-page .news-section .news-list .news-list__item {
  padding: 2.3rem 2rem;
  border-top: 0.1rem solid #ddd;
}
@media screen and (max-width: 768px) {
  .top-page .news-section .news-list .news-list__item {
    padding: 1.5rem 0;
  }
}
.top-page .news-section .news-list .news-list__item .item-row {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: var(--color-main-tempalte);
  font-style: italic;
  margin-bottom: 1.2rem;
}
.top-page .news-section .news-list .news-list__item .item-row .item-row__categories {
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .top-page .news-section .news-list .news-list__item .item-row {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .news-section .news-list .news-list__item .item-row {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.top-page .news-section .news-list .news-list__item .item-name {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .top-page .news-section .news-list .news-list__item .item-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .news-section .news-list .news-list__item .item-name {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.top-page .news-section .news-list .news-list__item:last-child {
  border-bottom: 0.1rem solid #ddd;
}
.top-page .title-content-ja {
  font-size: 2.6rem;
  line-height: 3.5rem;
  display: flex;
  align-items: start;
  letter-spacing: 0.06rem;
  font-weight: 600;
}
.top-page .title-content-ja::before {
  content: "";
  height: 3rem;
  width: 0.5rem;
  transform: rotate(15deg);
  margin-right: 1rem;
  background-color: var(--layout-main-color);
}
@media screen and (max-width: 1200px) {
  .top-page .title-content-ja {
    font-size: 1.6rem;
    line-height: 2.15rem;
  }
  .top-page .title-content-ja::before {
    height: 2rem;
    width: 0.3rem;
  }
}
.top-page .title-content-en {
  font-size: 12rem;
  line-height: 12rem;
  font-family: "Ibis Styles Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--layout-main-color);
}
.top-page .title-content-en.instagram {
  font-size: 8rem;
  line-height: 8rem;
  color: #000000;
}
.top-page .title-content-en.news {
  font-size: 8rem;
  line-height: 8rem;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .top-page .title-content-en {
    font-size: 6rem;
    line-height: 6rem;
  }
  .top-page .title-content-en.instagram, .top-page .title-content-en.news {
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
}
.top-page .subtitle-content {
  font-size: 4rem;
  line-height: 5.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .top-page .subtitle-content {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.top-page .description-content {
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .top-page .description-content {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
.more-content {
  font-size: 3.6rem;
  line-height: 3.2rem;
  letter-spacing: 5px;
  font-family: "Ibis Styles Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 1rem;
  padding-right: 2rem;
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .more-content {
    font-size: 2.6rem;
  }
}
.more-content::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  background-color: var(--layout-main-color);
}
.more-content::after {
  content: "";
  bottom: 0.7rem;
  right: -0.3rem;
  width: 2rem;
  height: 0.2rem;
  position: absolute;
  background-color: var(--layout-main-color);
  transform: rotate(45deg);
}
.top-page .more-content.instagram {
  font-size: 2.6rem;
  align-items: center;
  padding-right: 4.6rem;
}
@media screen and (max-width: 768px) {
  .top-page .more-content.instagram {
    margin-top: 2.5rem;
  }
}
.top-page .more-content.instagram svg {
  margin-left: 3.2rem;
}
.top-page .main-layout {
  padding-left: 8rem;
  padding-right: 8rem;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .main-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-page .main-layout.main-layout-01 {
  margin-top: 13.8rem;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout.main-layout-01 {
    margin-top: 10rem;
  }
}
.top-page .main-layout.main-layout-01 .main-layout__inner {
  display: flex;
  align-items: center;
}
.top-page .main-layout.main-layout-01 .main-layout-01__left {
  width: 50%;
  min-width: 50%;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .top-page .main-layout.main-layout-01 .main-layout-01__left {
    width: 100%;
  }
}
.top-page .main-layout.main-layout-01 .main-layout-01__left .title-content-en {
  margin: 20px 0 31px;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout.main-layout-01 .main-layout-01__left .title-content-en {
    margin: 10px 0 21px;
  }
}
.top-page .main-layout.main-layout-01 .main-layout-01__left .description-content {
  margin: 51px 0 64px;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout.main-layout-01 .main-layout-01__left .description-content {
    margin: 2.5rem 0 3.5rem;
  }
}
.top-page .main-layout.main-layout-01 .main-layout-01__right {
  display: flex;
  width: 50vw;
  aspect-ratio: 720/520;
  margin-right: calc(-50vw + 50%);
  margin-bottom: 8.6rem;
}
@media screen and (max-width: 768px) {
  .top-page .main-layout.main-layout-01 .main-layout-01__right {
    width: 100vw;
    margin-left: -2rem;
    margin-bottom: 10.5rem;
  }
}
.top-page .main-layout.main-layout-01 .main-layout-01__right::after {
  content: "";
  width: calc(100% - 18rem);
  height: 100%;
  right: 0;
  bottom: -8.6rem;
  background-color: var(--layout-main-color);
  opacity: 0.1;
  position: absolute;
  border-bottom-left-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .top-page .main-layout.main-layout-01 .main-layout-01__right::after {
    bottom: -7rem;
    width: calc(100% - 2rem);
  }
}
.top-page .main-layout.main-layout-01 .swiper {
  position: unset;
}
.top-page .main-layout.main-layout-01 .swiper-pagination {
  display: grid;
  bottom: -4rem;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  max-width: 11rem;
}
@media screen and (max-width: 768px) {
  .top-page .main-layout.main-layout-01 .swiper-pagination {
    right: 2rem;
    left: auto;
  }
}
.top-page .main-layout.main-layout-01 .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.2;
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.top-page .main-layout.main-layout-01 .swiper-pagination-bullet-active {
  background-color: var(--layout-main-color);
  opacity: 1;
}
.top-page .main-layout.main-layout-01 .swiper-button-next {
  width: 8rem;
  height: 8rem;
  right: 4rem;
  border-radius: 50%;
  background-color: var(--layout-main-color);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-page .main-layout.main-layout-01 .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}
.top-page .main-layout.main-layout-01 .swiper-button-next:hover {
  opacity: 0.6;
}
.top-page .main-layout.main-layout-01 .swiper-button-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='24.828' viewBox='0 0 13.414 24.828'%3E%3Cpath id='Path_8495' data-name='Path 8495' d='M9,6,20,17,9,28' transform='translate(-7.586 -4.586)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 1.1rem;
  height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .top-page .main-layout.main-layout-01 .swiper-button-next::after {
    width: 1.1rem;
    height: 1.6rem;
  }
}
.top-page .main-layout.main-layout-02 {
  margin-top: 13.8rem;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout.main-layout-02 {
    margin-top: 10rem;
  }
}
.top-page .main-layout.main-layout-02 .title-content-en {
  margin: 2rem 0 3.2rem;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout.main-layout-02 .title-content-en {
    margin: 1rem 0 2rem;
  }
}
.top-page .main-layout.main-layout-02 .main-layout__thumb {
  aspect-ratio: 1440/416;
  margin-bottom: 5.3rem;
  width: 100vw;
  margin-left: -8rem;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout.main-layout-02 .main-layout__thumb {
    margin-left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-page .main-layout.main-layout-02 .main-layout__thumb {
    margin-left: 0;
    aspect-ratio: 1440/692;
  }
}
.top-page .main-layout.main-layout-02 .description-content {
  margin: 3.1rem 0 7rem;
}
@media screen and (max-width: 1200px) {
  .top-page .main-layout.main-layout-02 .description-content {
    margin: 2.5rem 0 3.5rem;
  }
}
.top-page .main-layout.rooms {
  --layout-main-color: #fce001;
}
.top-page .main-layout.restaurant {
  --layout-main-color: #268132;
}
.top-page .main-layout.facilities {
  --layout-main-color: #123d48;
}
.top-page .main-layout.facilities .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='24.828' viewBox='0 0 13.414 24.828'%3E%3Cpath id='Path_8495' data-name='Path 8495' d='M9,6,20,17,9,28' transform='translate(-7.586 -4.586)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
}
.top-page .main-layout.activity {
  --layout-main-color: #35b5b3;
}
.top-page .main-layout.instagram {
  --layout-main-color: #000000;
}
.top-page .main-layout.news {
  --layout-main-color: #6ab023;
}
.top-page .main-layout.reservation {
  --layout-main-color: #fff;
}

.page-access {
  overflow: hidden;
}
.page-access .txt-heading-24 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 4.4rem;
}
@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 .access-content {
  padding: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .page-access .access-content {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-access .access-content {
    padding: 0;
  }
}
@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 !important;
  }
}
.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;
    line-height: 2rem;
  }
}
.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;
    letter-spacing: 0.02rem;
  }
}
.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 {
  overflow: hidden;
}
.page-plan-list .banner-block .img-wrap .img-scale {
  padding-top: 73.25%;
}
.page-plan-list .banner-block .flex.center-align {
  align-items: end !important;
}
.page-plan-list .banner-block .plan-filter.pc .plan-title {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  line-height: 4rem;
  color: #666;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .page-plan-list .banner-block .plan-filter.pc .plan-title {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
  }
}
.page-plan-list .banner-block .plan-filter.pc .plan-group-button {
  display: flex;
}
.page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button {
  width: 8rem;
  height: 8rem;
  border: 0.2rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  cursor: pointer;
}
.page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button path {
  stroke: rgba(0, 0, 0, 0.2);
}
.page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button span {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button.active {
  border-color: var(--color-main-tempalte);
}
.page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button.active path {
  stroke: var(--color-main-tempalte);
}
.page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button.active span {
  color: var(--color-main-tempalte);
}
@media screen and (max-width: 1200px) {
  .page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button {
    width: 5.5rem;
    height: 5.5rem;
  }
  .page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button .icon svg {
    width: 2.3rem;
    height: 2.3rem;
  }
  .page-plan-list .banner-block .plan-filter.pc .plan-group-button .plan-button span {
    font-size: 1rem;
  }
}
.page-plan-list .banner-block .plan-filter.sp-flex {
  margin-bottom: 1.3rem;
  width: 11.6rem;
  justify-content: space-between;
}
.page-plan-list .banner-block .plan-filter.sp-flex .plan-button {
  width: 5.5rem;
  height: 5.5rem;
  border: 0.2rem solid #666;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-plan-list .banner-block .plan-filter.sp-flex .plan-button span {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  color: #666;
  font-size: 1rem;
  font-weight: bold;
}
.page-plan-list .banner-block .plan-filter.sp-flex .plan-button span:lang(en) {
  letter-spacing: 0.01rem;
}
.page-plan-list .banner-block .plan-filter.sp-flex .plan-button .icon svg {
  width: 2.3rem;
  height: 2.3rem;
}
.page-plan-list .banner-block .plan-filter.sp-flex .plan-button path {
  stroke: #666;
}
.page-plan-list .banner-block .plan-filter.sp-flex .option:hover .plan-button path,
.page-plan-list .banner-block .plan-filter.sp-flex .option.active .plan-button path {
  stroke: var(--color-main-tempalte) !important;
}
.page-plan-list .banner-block .plan-filter.sp-flex .option:hover .plan-button,
.page-plan-list .banner-block .plan-filter.sp-flex .option.active .plan-button {
  border-color: var(--color-main-tempalte) !important;
}
.page-plan-list .banner-block .plan-filter.sp-flex .option:hover .plan-button span,
.page-plan-list .banner-block .plan-filter.sp-flex .option.active .plan-button span{
  color: var(--color-main-tempalte) !important;
}
.page-plan-list .banner-block .plan-filter.sp-flex .drop-selected .plan-button {
  border-color: var(--color-main-tempalte);
}
.page-plan-list .banner-block .plan-filter.sp-flex .drop-selected .plan-button span {
  color: var(--color-main-tempalte);
}
.page-plan-list .banner-block .plan-filter.sp-flex .drop-selected .plan-button path {
  stroke: var(--color-main-tempalte);
}
@media screen and (max-width: 768px) {
  .page-plan-list .banner-block .banner-txt {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .page-plan-list .banner-block .banner-txt .banner-txt__sub-description {
    display: none;
  }
}
.page-plan-list .plan-content-list {
  margin-top: 8rem;
  padding: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .page-plan-list .plan-content-list {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-list .plan-content-list {
    padding: 0;
    margin-top: 3rem;
  }
}
.page-plan-list .plan-content-list .plan-list {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .page-plan-list .plan-content-list .plan-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-plan-list .plan-content-list .plan-list .plan-list__item {
  max-width: 40rem;
  overflow: hidden;
  position: relative;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .img-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .img-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background-color: #E83C75;
  z-index: 9;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
}
@media screen and (max-width: 1200px) {
  .page-plan-list .plan-content-list .plan-list .plan-list__item .img-thumbnail::before {
    width: 4rem;
    height: 4rem;
  }
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .img-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box {
  position: relative;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: #E83C75;
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
}
@media screen and (max-width: 1200px) {
  .page-plan-list .plan-content-list .plan-list .plan-list__item .content-box::before {
    width: 4rem;
    height: 4rem;
  }
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-top: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 6.8rem;
}
@media screen and (max-width: 1200px) {
  .page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__title {
    font-size: 1.6rem;
    line-height: 2.7rem;
    min-height: 5.4rem;
    margin-top: 2rem;
  }
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__table {
  margin-top: 1.25rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__table .row {
  display: flex;
  padding: 0.25rem 0;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__table .row .table-heading {
  width: 8rem;
  font-weight: bold;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__table .row .table-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__table .row:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__table {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .page-plan-list .plan-content-list .plan-list .plan-list__item .content-box .content-box__table .row .table-heading {
    width: 6rem;
  }
}

.page-plan-detail {
  overflow: hidden;
}
.page-plan-detail .plan-detail-container {
  padding: 0 8rem;
}
.page-plan-detail .plan-detail-container .banner-txt__sub-title {
  font-size: 2.6rem;
  letter-spacing: 0.06rem;
  line-height: 4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.page-plan-detail .plan-detail-container .banner-txt__sub-title::before {
  content: "";
  height: 2.7rem;
  width: 0.5rem;
  transform: rotate(15deg);
  margin-right: 1rem;
  background-color: #666;
  display: block;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .plan-detail-container .banner-txt__sub-title::before {
    height: 2rem;
    width: 0.3rem;
  }
}
.page-plan-detail .plan-detail-container .banner-txt__title {
  font-size: 10rem;
  font-weight: bold;
  margin-top: -2rem;
  font-style: italic;
  color: #666;
}
.page-plan-detail .plan-detail-container .banner-heading {
  font-size: 3.4rem;
  line-height: 5.4rem;
  margin-top: 2rem;
  font-weight: bold;
}
.page-plan-detail .plan-detail-container .slide-plan-detail {
  margin-top: 3.5rem;
}
.page-plan-detail .plan-detail-container .slide-plan-detail .scale-image {
  position: relative;
  width: 100%;
  padding-top: 34%;
  overflow: hidden;
}
.page-plan-detail .plan-detail-container .slide-plan-detail .scale-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-plan-detail .plan-detail-container .desc-content {
  font-size: 1.6rem;
  justify-content: space-between;
  margin-top: 3.5rem;
}
.page-plan-detail .plan-detail-container .desc-content .desc-left {
  width: 50%;
  letter-spacing: 0.06rem;
  line-height: 2.8rem;
  padding-right: 4rem;
}
.page-plan-detail .plan-detail-container .desc-content .desc-right {
  width: 50%;
  padding-left: 7rem;
}
.page-plan-detail .plan-detail-container .desc-content .desc-right .content-box__table .row {
  display: flex;
  padding: 2rem 0;
  border-top: 1px solid rgba(22, 60, 70, 0.2);
}
.page-plan-detail .plan-detail-container .desc-content .desc-right .content-box__table .row:last-child {
  border-bottom: 1px solid rgba(22, 60, 70, 0.2);
}
.page-plan-detail .plan-detail-container .desc-content .desc-right .content-box__table .row .table-heading {
  width: 8rem;
  font-weight: bold;
}
.page-plan-detail .plan-detail-container .desc-content .desc-right .click-plan-detail {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 2rem;
  padding-right: 9rem;
  background-color: var(--color-main-tempalte);
  color: #fff;
  margin-top: 4rem;
}
.page-plan-detail .plan-detail-container .desc-content .desc-right .click-plan-detail::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  transform: rotate(-60deg);
  width: 0.1rem;
  height: 1.4rem;
  bottom: 2.7rem;
  right: 2.6rem;
}
.page-plan-detail .plan-detail-container .desc-content .desc-right .click-plan-detail::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  bottom: 3rem;
  right: 2rem;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .plan-detail-container {
    padding: 0 4rem;
  }
  .page-plan-detail .plan-detail-container .banner-txt__sub-title {
    font-size: 1.6rem;
  }
  .page-plan-detail .plan-detail-container .banner-txt__title {
    font-size: 5rem;
  }
  .page-plan-detail .plan-detail-container .banner-heading {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 0.5rem;
  }
  .page-plan-detail .plan-detail-container .slide-plan-detail {
    margin-top: 2.5rem;
  }
  .page-plan-detail .plan-detail-container .slide-plan-detail .scale-image {
    padding-top: 55%;
  }
  .page-plan-detail .plan-detail-container .desc-content {
    font-size: 1.4rem;
  }
  .page-plan-detail .plan-detail-container .desc-content .desc-right {
    padding-left: 4rem;
  }
  .page-plan-detail .plan-detail-container .desc-content .desc-right .content-box__table {
    margin-top: 2rem;
  }
  .page-plan-detail .plan-detail-container .desc-content .desc-right .content-box__table .row .table-heading {
    width: 6rem;
  }
  .page-plan-detail .plan-detail-container .desc-content .desc-right .click-plan-detail {
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-detail .plan-detail-container {
    padding: 0;
  }
  .page-plan-detail .plan-detail-container .desc-content {
    flex-direction: column;
    margin-top: 2rem;
  }
  .page-plan-detail .plan-detail-container .desc-content .desc-right {
    width: 100%;
    padding-left: 0;
  }
  .page-plan-detail .plan-detail-container .desc-content .desc-left {
    width: 100%;
    padding-right: 0;
  }
}
.page-plan-detail .random-plan-list {
  background-color: #f5f5f5;
  padding: 8rem 4rem 6rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .random-plan-list {
    padding: 8rem 2rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-detail .random-plan-list {
    padding: 4rem 0;
  }
}
.page-plan-detail .random-plan-list .random-plan-title {
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  line-height: 6rem;
  font-family: "Ibis Styles Condensed", sans-serif;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .random-plan-list .random-plan-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-detail .random-plan-list .random-plan-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.page-plan-detail .random-plan-list .plan-list {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-plan-detail .random-plan-list .plan-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2.5rem;
    margin-top: 3rem;
  }
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item {
  max-width: 40rem;
  overflow: hidden;
  position: relative;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan {
  width: 100%;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan .img-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan .img-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background-color: #E83C75;
  z-index: 9;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan .img-thumbnail::before {
    width: 4rem;
    height: 4rem;
  }
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan .img-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box {
  position: relative;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: #E83C75;
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box::before {
    width: 4rem;
    height: 4rem;
  }
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-top: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 6.8rem;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__title {
    font-size: 1.6rem;
    line-height: 2.7rem;
    min-height: 5.4rem;
    margin-top: 2rem;
  }
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table {
  margin-top: 1.25rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table .row {
  display: flex;
  padding: 0.25rem 0;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table .row .table-heading {
  width: 8rem;
  font-weight: bold;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table .row .table-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table .row:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table .row .table-heading {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-plan-detail .random-plan-list .plan-list .plan-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan {
    width: 31.45%;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan .img-thumbnail {
    padding-top: 100%;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .image-plan .img-thumbnail::before {
    width: 2rem;
    height: 2rem;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box {
    width: calc(68.55% - 1.5rem);
    padding-right: 4rem;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box::before {
    width: 2rem;
    height: 2rem;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__title {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-top: 0;
    min-height: unset;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table .row:first-child {
    display: none;
  }
  .page-plan-detail .random-plan-list .plan-list .plan-list__item .content-box .content-box__table .row .table-heading {
    display: none;
  }
}

.page-rooms {
  overflow: hidden;
}
.page-rooms .banner-block .banner-txt__sub-title::before {
  background-color: #fce001;
}
.page-rooms .banner-block .banner-txt__title {
  color: #fce001;
}
.page-rooms .rooms-product {
  padding: 0 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product {
    padding: 0;
  }
}
.page-rooms .rooms-product .rooms-product__title-en {
  font-size: 8rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Ibis Styles Condensed", sans-serif;
}
.page-rooms .rooms-product .rooms-product__title-ja {
  font-size: 2.6rem;
  letter-spacing: 0.06rem;
  line-height: 4rem;
  font-weight: 600;
}
.page-rooms .rooms-product .rooms-product__image {
  height: 41.6rem;
  width: 100vw;
  display: block;
  margin-top: 3.6rem;
  margin-left: min(-4rem, (100vw - 128rem) / 2 - (100vw - 128rem));
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product .rooms-product__image {
    margin-left: min(-2rem, (100vw - 76.8rem) / 2 - (100vw - 76.8rem));
  }
}
@media screen and (max-width: 1200px) {
  .page-rooms .rooms-product {
    margin-top: 60px;
  }
  .page-rooms .rooms-product .rooms-product__title-en {
    font-size: 3.6rem;
  }
  .page-rooms .rooms-product .rooms-product__title-ja {
    font-size: 1.4rem;
  }
  .page-rooms .rooms-product .rooms-product__image {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .rooms-product .rooms-product__image {
    margin-left: -2rem;
    height: 18rem;
  }
}
.page-rooms .product-list {
  margin-top: 8rem;
}

.room-slide {
  overflow: hidden;
}
.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-family: "Hiragino Kaku Gothic Pro";
  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 0;
}
@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: 3rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .room-content__item:first-child {
    margin-top: 3rem;
  }
}
.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%;
}
@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: 45rem;
  }
}
.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;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  .room-slide .content-title .content-title__JP {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 1rem 0;
  }
}
.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: 25rem;
  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: 1200px) {
  .room-slide .content-description .content-description__table .table-row .table-row__left {
    width: 5rem;
  }
}
@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);
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .room-slide .content-description .content-description__table .table-row .table-row__right {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.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-family: "Hiragino Kaku Gothic Pro", sans-serif;
  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 {
  padding: 15rem 0 0;
  width: 100%;
}
.room-slide .thumbnail-slide-img img {
  aspect-ratio: 16/9;
}
@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: 30rem;
    bottom: 2rem;
    padding: 0 0 5rem;
    position: absolute;
  }
}
.room-slide .thumbnail-slide-func {
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  position: absolute;
  top: 10rem;
  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;
    top: 0;
  }
}
@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-description .content-description__table .txt_link_defaul {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}

.page-news-list {
  overflow: hidden;
}
.page-news-list .banner-block .img-wrap .img-scale {
    padding-top: 73.25%;
}
.page-news-list .plan-content {
  margin-top: 0 !important;
}
.page-news-list .total-list {
  background-color: #f5f5f5;
  padding: 8rem 8rem 9rem;
}
.page-news-list .total-list .news-content-list-grid {
  display: grid;
  grid-gap: 0 3.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list .news-content-list-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0.7rem;
  }
}
.page-news-list .total-list .news-content-list-grid .news-content-list__ticket {
  background-color: #fff;
  border-radius: 1rem;
  max-width: 35rem;
  overflow: hidden;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.16);
}
.page-news-list .total-list .news-content-list-grid .news-content-list__ticket .news-content-list__img {
  position: relative;
  width: 100%;
  padding-top: 71.43%;
  overflow: hidden;
}
.page-news-list .total-list .news-content-list-grid .news-content-list__ticket .news-content-list__img img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-news-list .total-list .news-content-list-grid .news-content-list__ticket .news-content-list__content {
  padding: 3rem 2rem;
  min-height: 15.2rem;
}
@media screen and (max-width: 1200px) {
  .page-news-list .total-list .news-content-list-grid .news-content-list__ticket .news-content-list__content {
    min-height: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list .news-content-list-grid .news-content-list__ticket .news-content-list__content {
    padding: 1.4rem 1rem;
    min-height: 9.8rem;
  }
}
.page-news-list .total-list .news-content-list-grid .news-content-list__ticket .news-content-list__content .news-content-list__text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-news-list .total-list .news-content-list-table {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list .news-content-list-table {
    margin-top: 2rem;
  }
}
.page-news-list .total-list .news-content-list-table .news-content-list__content {
  display: block;
  padding: 2rem;
  border-top: 1px solid #DDD;
}
.page-news-list .total-list .news-content-list-table .news-content-list__content:last-child {
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list .news-content-list-table .news-content-list__content {
    padding: 1.4rem 0;
  }
}
.page-news-list .total-list .news-content-list__date {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-style: italic;
  color: var(--color-main-tempalte);
  display: flex;
}
.page-news-list .total-list .news-content-list__date .date {
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .page-news-list .total-list .news-content-list__date {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list .news-content-list__date {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
.page-news-list .total-list .news-content-list__text {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 1200px) {
  .page-news-list .total-list .news-content-list__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list .news-content-list__text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-news-list .total-list {
    padding: 8rem 4rem 9rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .total-list {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}

.page-news-detail {
  overflow: hidden;
}
.page-news-detail .banner-block .img-wrap .img-scale {
  padding-top: 73.25%;
}
.page-news-detail .banner-block .banner-txt .banner-txt__description {
  line-height: 3.2rem;
  font-size: 1.8rem;
  font-style: italic;
  color: var(--color-main-tempalte);
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .page-news-detail .banner-block .banner-txt .banner-txt__description {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-news-detail .banner-block .banner-txt .banner-txt__description {
    border-bottom: 0px;
  }
}
.page-news-detail #new-detail-data {
  padding: 8rem 8rem 0;
}
.page-news-detail #new-detail-data .desc {
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  line-height: 2.8rem;
}
.page-news-detail #new-detail-data .content-btn {
  background-color: var(--color-main-tempalte);
  font-size: 1.8rem;
  padding: 2.3rem 3.4rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 6rem auto 0;
  color: #fff;
  padding-left: 9.4rem;
  position: relative;
}
.page-news-detail #new-detail-data .content-btn::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  transform: rotate(60deg);
  width: 0.1rem;
  height: 1.4rem;
  bottom: 2.9rem;
  left: 3.9rem;
}
.page-news-detail #new-detail-data .content-btn::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  bottom: 3.2rem;
  left: 3.4rem;
}
@media screen and (max-width: 1200px) {
  .page-news-detail #new-detail-data {
    padding: 8rem 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .page-news-detail #new-detail-data {
    padding: 0;
  }
}

.restaurant-list-page {
  overflow: hidden;
}
.restaurant-list-page .banner-block .banner-txt__sub-title::before {
  background-color: #268132;
}
.restaurant-list-page .banner-block .banner-txt__title {
  color: #268132;
}
.restaurant-list-page .product-list {
  margin-top: 14rem;
}
.restaurant-list-page .product-list .product-item .product-item__content .product-item__content__table .row .table-heading {
  color: #268132;
}
@media screen and (max-width: 768px) {
  .restaurant-list-page .product-list {
    margin-top: 6rem;
  }
}

.page-condition {
  overflow: hidden;
  padding: 15rem 4rem 0;
}
.page-condition ~ .all-contents .all-contents-heading {
  display: none;
}
.page-condition ~ .all-contents .all-contents-wrap__slide {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .page-condition {
    padding: 15rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .page-condition {
    padding: 15rem 0 0;
  }
}
.page-condition .main-content {
  padding-right: 8rem;
width: calc(100% - 28rem);
}
@media screen and (max-width: 1200px) {
  .page-condition .main-content {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-condition .main-content {
    padding-right: 0;
width: 100%;
  }
}
.page-condition .txt-heading-24 {
  display: flex;
  font-size: 2.4rem;
  letter-spacing: 0.04rem;
  line-height: 4.2rem;
  position: relative;
}
.page-condition .txt-heading-24::before {
  content: "/";
  font-weight: bold;
  margin-right: 1rem;
  color: #666;
}
.page-condition .txt-heading-24::after {
  background-color: #ddd;
  content: "";
  height: 0.1rem;
  width: 100%;
  position: absolute;
  bottom: -0.6rem;
  display: block;
}
.page-condition .txt-heading-20 {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  letter-spacing: 0.04rem;
  line-height: 4.8rem;
  position: relative;
}
.page-condition .txt-heading-20::after {
  background-color: #ddd;
  content: "";
  height: 0.1rem;
  margin-top: 0.3rem;
  width: 100%;
}
.page-condition .txt-heading-20::before {
  background-color: var(--color-main-tempalte);
  bottom: 0;
  content: "";
  height: 0.1rem;
  width: 22rem;
  max-width: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-condition .txt-heading-20::before {
    width: 20rem;
  }
}
.page-condition .mt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-condition .mt-60 {
    margin-top: 3rem;
  }
}
.page-condition .txt-description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  padding-top: 3rem;
}
@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-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu {
    margin-top: 2rem;
  }
}
.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;
}
@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 {
    margin-right: -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;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant .food-menu .food-wrapper .swiper-slide-active {
    margin-left: 1.2rem;
  }
}
.page-restaurant .food-menu .food-new-footer {
  display: flex;
  justify-content: center;
  margin: 4.6rem 0 6.2rem;
}
@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-family: "Hiragino Kaku Gothic Pro", sans-serif;
  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;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .content-description__table .table-row__left {
    width: 8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .content-description__table .table-row__right {
    width: calc(100% - 8rem) !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-left: -2rem;
    margin-top: 0;
    padding: 2rem;
    width: calc(100% + 4rem);
  }
}
@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 {
    margin-left: -2rem;
    padding: 0;
    width: calc(100% + 4rem);
    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;
}
.page-restaurant-detail .restaurant-logo-cm img {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .page-restaurant-detail .restaurant-logo-cm {
    max-width: 20rem;
    height: 4.2rem;
    margin: 0 auto 1.5rem;
  }
}

.page-sightseeing {
  overflow: hidden;
}
.page-sightseeing .banner-block .banner-txt__sub-title::before {
  background-color: #35B5B3;
}
.page-sightseeing .banner-block .banner-txt__title {
  color: #35B5B3;
}
.page-sightseeing .sightseeing-product {
  padding: 0 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .sightseeing-product {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-sightseeing .sightseeing-product {
    padding: 0;
  }
}
.page-sightseeing .sightseeing-product .sightseeing-product__heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.page-sightseeing .sightseeing-product .sightseeing-product__heading .sightseeing-product__title {
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 10rem;
}
.page-sightseeing .sightseeing-product .sightseeing-product__heading .sightseeing-product__title-en {
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
}
.page-sightseeing .sightseeing-product .sightseeing-product__heading .sightseeing-product__title-ja {
  font-size: 2.6rem;
  letter-spacing: 0.06rem;
  line-height: 4rem;
  font-weight: bold;
}
.page-sightseeing .sightseeing-product .sightseeing-product__heading .sightseeing-product__desc {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.8rem;
}
.page-sightseeing .sightseeing-product .sightseeing-product__image {
  height: 41.6rem;
  width: 100vw;
  display: block;
  margin-top: 3.6rem;
  margin-left: min(-4rem, (100vw - 128rem) / 2 - (100vw - 128rem));
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .sightseeing-product .sightseeing-product__image {
    margin-left: min(-2rem, (100vw - 76.8rem) / 2 - (100vw - 76.8rem));
  }
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .sightseeing-product {
    margin-top: 60px;
  }
  .page-sightseeing .sightseeing-product .sightseeing-product__heading .sightseeing-product__title-en {
    font-size: 3.6rem;
  }
  .page-sightseeing .sightseeing-product .sightseeing-product__heading .sightseeing-product__title-ja {
    font-size: 1.4rem;
  }
  .page-sightseeing .sightseeing-product .sightseeing-product__heading .sightseeing-product__desc {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .page-sightseeing .sightseeing-product .sightseeing-product__image {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-sightseeing .sightseeing-product .sightseeing-product__image {
    margin-left: -2rem;
    height: 18rem;
  }
}
.page-sightseeing .product-list .product-item {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-sightseeing .product-list .product-item {
    margin-top: 3.6rem;
  }
}
.page-sightseeing .product-list .product-item .product-item__image .square-image {
  padding-top: 50%;
}
.page-sightseeing .product-list .product-item .product-item__content .product-item__content__title-en {
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .page-sightseeing .product-list .product-item .product-item__content .product-item__content__title-en {
    font-size: 2.6rem;
  }
}
.page-sightseeing .product-list .product-item .product-item__content .product-item__content__title-ja {
  color: #999;
  font-style: italic;
}

.page-access {
  overflow: hidden;
}
.page-access .txt-heading-24 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 4.4rem;
}
@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 .access-content {
  padding: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .page-access .access-content {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-access .access-content {
    padding: 0;
  }
}
@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 !important;
  }
}
.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;
    line-height: 2rem;
  }
}
.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;
    letter-spacing: 0.02rem;
  }
}
.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 {
  overflow: hidden;
  padding: 19rem 4rem 0;
}
.page-contact ~ .all-contents .all-contents-heading {
  display: none;
}
.page-contact ~ .all-contents .all-contents-wrap__slide {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .page-contact {
    padding: 12rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .page-contact {
    padding: 8.3rem 0 0;
  }
}
.page-contact .main-content {
  width: calc(100% - 28rem);
  padding-right: 8rem;
}
@media screen and (max-width: 1200px) {
  .page-contact .main-content {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .main-content {
    padding-right: 0;
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-top: 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: 0.1rem solid #ddd;
  }
}
.page-contact .contact-form .contact-form__row--label {
  padding: 2.4rem 1.6rem;
  background-color: #FAFAFA;
  width: 22rem;
  word-wrap: break-word;
}
@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-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #000;
  font-weight: 600;
  word-break: break-word;
}
@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--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-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #ddd;
  position: relative;
  display: flex;
}
.page-contact .txt-heading-24::before {
  content: "/";
  font-weight: bold;
  margin-right: 1rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .page-contact .txt-heading-24 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 0;
  }
}
.page-contact .hide {
  display: none !important;
}
.page-contact .btn-submit-contact {
  padding: 2rem;
  padding-right: 15rem;
  background-color: var(--color-main-tempalte);
  margin-top: 3.6rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  border: unset;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .page-contact .btn-submit-contact {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-contact .btn-submit-contact:hover {
  opacity: 0.8;
}
.page-contact .btn-submit-contact::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  transform: rotate(-60deg);
  width: 0.1rem;
  height: 1.4rem;
  bottom: 2.5rem;
  right: 2.6rem;
}
.page-contact .btn-submit-contact::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  bottom: 2.8rem;
  right: 2rem;
}
.page-contact .success-screen .success-screen__heading {
  font-size: 2.4rem;
    line-height: 4rem;
  margin-top: 4.3rem;
  color: #222;
  padding-left: 6rem;
font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .page-contact .success-screen .success-screen__heading {
    font-size: 1.7rem;
    margin-top: 2.5rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .success-screen .success-screen__heading {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.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;
  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 {
  overflow: hidden;
}
.page-other-facilities .banner-block .banner-txt__sub-title::before {
  background-color: #123D48;
}
.page-other-facilities .banner-block .banner-txt__title {
  color: #123D48;
}
.page-other-facilities .product-list {
  margin-top: 14rem;
}
.page-other-facilities .product-list .product-item .product-item__content .product-item__content__table .row .table-heading {
  color: #123D48;
}
@media screen and (max-width: 768px) {
  .page-other-facilities .product-list {
    margin-top: 6rem;
  }
}

.error-page {
  padding-top: 18rem;
  height: 76.8rem;
    flex-direction: column;
  background-image: url("https://assets.micado-rayout.jp/img/error/error_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .error-page {
        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-family: "DINPro", sans-serif;
  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;
}
