@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap");
/*------------------------------

  開発環境の初期化

------------------------------*/
#contents {
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", "ＭＳ 明朝", "MS Mincho";
}

body.en #contents {
  font-family: "Noto Serif", serif;
}

body.zh_cn #contents {
  font-family: "Noto Serif SC", serif;
}

body.zh_tw #contents {
  font-family: "Noto Serif SC", serif;
}

body.ko #contents {
  font-family: "Noto Serif KR", serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
.inner {
  max-width: 1128px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
}
.c-pagetop a {
  display: block;
}

.section__header {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 514px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section__header:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 211px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section__title {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.section__title span {
  display: block;
  font-size: 55px;
  margin-bottom: 14px;
}

body.zh_cn #mainheader {
  font-family: "Noto Serif SC", serif;
}
/* mv
---------------------------------------------------------------------- */
#mainvisual {
  position: relative;
}

.mvslide {
  z-index: -1;
}

.mvslide li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainvisual.sub .catch picture img {
  max-width: 505px;
  min-width: unset;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 15px #000);
          filter: drop-shadow(0 0 15px #000);
}
#mainvisual.sub .catch_en picture img {
  max-width: 950px;
}
#mainvisual.sub .catch_zhcn picture img {
  max-width: 900px;
}
#mainvisual.sub .catch_zhtw picture img {
  max-width: 900px;
}
#mainvisual.sub .catch_ko picture img {
  max-width: 900px;
}
.mvscroll {
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", "ＭＳ 明朝", "MS Mincho";
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mvscroll:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 84px;
}

/* concept
---------------------------------------------------------------------- */
.concept {
  padding: 119px 20px 164px;
  position: relative;
}
.concept:before {
  content: "";
  display: block;
  background-color: #A6585D;
  width: 1px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.concept:after {
  content: "";
  display: block;
  background-color: #A6585D;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.concept__title {
  color: #A6585D;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 57px;
}
.concept__title span {
  display: block;
  font-size: 40px;
  margin-bottom: 8px;
}
.concept__text {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  text-align: center;
}
.rooms {
  margin-bottom: 148px;
}
.rooms__header {
  background: url(../images/rooms_header.jpg) no-repeat center/cover;
  margin: 0 calc(50% - 50vw);
  padding: 225px calc(50vw - 50%) 83px;
  position: relative;
}
.rooms__header:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 211px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rooms__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 52px;
}
.rooms__title span {
  display: block;
  font-size: 55px;
  margin-bottom: 14px;
}
.rooms__text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 84px;
}
.rooms__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 16px;
}
.rooms__anchor li {
  width: 352px;
  height: 65px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.rooms__anchor li:before {
  content: "";
  display: block;
  background: url(../images/arrow01.svg) no-repeat center/contain;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rooms__anchor li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.rooms__floor {
  margin: 0 calc(50% - 50vw);
  padding: 104px calc(50vw - 50%) 0;
  position: relative;
}
.rooms__floor:not(:last-child) {
  margin-bottom: 140px;
}
.rooms__floor:before {
  content: "";
  display: block;
  background-color: #A6585D;
  width: 89.8%;
  height: 651px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.rooms__floor__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}
.rooms__floor__title span {
  display: block;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.rooms__floor__image {
  margin-right: calc(50% - 50vw);
  margin-bottom: 75px;
}
.rooms__floor__image img {
  width: 100%;
  height: 544px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rooms__floor__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.rooms__floor__detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 722px;
}
.rooms__floor__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  margin-bottom: 64px;
}
.rooms__floor__spec {
  padding: 36.5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.rooms__floor__spec dt {
  color: #707070;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 39px;
}
.rooms__floor__spec dd {
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.rooms__floor__map {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.rooms__floor__map img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.rooms__floor:nth-child(1) .rooms__floor__map img {
  width: 220px;
}
.rooms__floor:nth-child(2) .rooms__floor__map img {
  width: 220px;
}
.rooms__floor:nth-child(3) .rooms__floor__map img {
  width: 255px;
}
.rooms__floor:nth-child(4) .rooms__floor__map img {
  width: 235px;
}
.rooms__floor:nth-child(5) .rooms__floor__map img {
  width: 274px;
}
.rooms__floor:nth-child(6) .rooms__floor__map img {
  width: 137px;
}
.rooms__floor__info {
  height: 161px;
  border-radius: 15px;
  border: 4px dotted #A6585D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 130px;
  padding: 20px 0;
}
.rooms__floor__info__text {
  width: 246px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A6585D;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-right: 4px dotted #A6585D;
}
.rooms__floor__info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 0 75px;
}
.rooms__floor__info__list li {
  width: 264px;
  color: #A6585D;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.rooms__floor__info__list li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.rooms__floor__info__list li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.rooms__floor__info__list li:nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.rooms__floor__info__list li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.breakfast {
  margin-bottom: 142px;
}
.breakfast__header {
  background: url(../images/breakfast_bg.jpg) no-repeat center/cover;
  margin-bottom: 79px;
}
.breakfast__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.89;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 83px;
}
.breakfast__time {
  display: block;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 32px 0;
  border-top: 4px dotted #A6585D;
  border-bottom: 4px dotted #A6585D;
  margin-bottom: 90px;
}
.breakfast__container--large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  margin-bottom: 56px;
}
.breakfast__container--large .breakfast__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.breakfast__container--large .breakfast__block__image {
  margin-bottom: 23px;
}
.breakfast__container--large .breakfast__block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.breakfast__container--large .breakfast__block__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #A6585D;
  margin-bottom: 21px;
}
.breakfast__container--large .breakfast__block__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.breakfast__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 38px 3.1%;
}
.breakfast__container .breakfast__block {
  width: 31.25%;
}
.breakfast__container .breakfast__block__image {
  margin-bottom: 17px;
}
.breakfast__container .breakfast__block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.breakfast__container .breakfast__block__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
.cafe {
  margin-bottom: 118px;
}
.cafe__header {
  background: url(../images/cafe_bg.jpg) no-repeat center/cover;
  margin-bottom: 79px;
}
.cafe__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.89;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 46px;
}
.cafe__time {
  display: block;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 32px 0;
  border-top: 4px dotted #A6585D;
  border-bottom: 4px dotted #A6585D;
  margin-bottom: 80px;
}
.cafe__slider {
  margin: 0 calc(50% - 50vw);
}
.cafe__slider__image {
  margin: 0 4px;
}
.cafe__slider__image img {
  width: 309px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service {
  background: #f5f3ed;
  padding-top: 75px;
  padding-bottom: 115px;
}
.service__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 80px;
}
.service__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 38px 3.1%;
}
.service__block {
  width: 31.25%;
}
.service__block__image {
  margin-bottom: 17px;
}
.service__block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__block__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.banquet-conference {
  margin-bottom: 93px;
}
.banquet-conference__header {
  background: url(../images/banquet-conference_bg.jpg) no-repeat center/cover;
  margin-bottom: 80px;
}
.banquet-conference__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banquet-conference__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 38px 3.1%;
}
.banquet-conference__block {
  width: 31.25%;
}
.banquet-conference__block__image {
  margin-bottom: 17px;
}
.banquet-conference__block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.banquet-conference__block__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.sightseeing {
  margin-bottom: 180px;
}
.sightseeing__header {
  background: url(../images/sightseeing_bg.jpg) no-repeat center/cover;
  margin-bottom: 100px;
}
.sightseeing__map {
  width: 100%;
  aspect-ratio: 1088/514;
  margin-bottom: 80px;
}
.sightseeing__map iframe {
  width: 100%;
  height: 100%;
}

.sightseeing__content__wrap:first-child {
  margin-bottom: 60px;
}
.sightseeing__content__wrap:nth-child(2) {
  margin-bottom: 32px;
}
.sightseeing__content__wrap:nth-child(3) {
  margin-bottom: 115px;
}
.sightseeing__content__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #A6585D;
  margin-bottom: 28px;
}
.sightseeing__content__title--small {
  font-size: 22px;
  margin-left: 20px;
}
.sightseeing__content__title-en {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.sightseeing__content__title-en:after {
  content: "";
  display: inline-block;
  background-color: #A6585D;
  width: 100%;
  height: 1px;
}
.sightseeing__content__title__deco {
  position: relative;
}

.sightseeing__content__title__deco:before {
  content: "";
  display: block;
  background: url(../images/sightseeing_deco01.png) no-repeat center/contain;
  width: 738px;
  height: 154px;
  position: absolute;
  bottom: 10px;
  right: 33px;
}
.sightseeing__content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 38px 3.1%;
}
.sightseeing__content__block {
  width: 31.25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sightseeing__content__block__image {
  margin-bottom: 20px;
}
.sightseeing__content__block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sightseeing__content__block__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 22px;
  color: #292929;
}
.sightseeing__content__block__time {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #292929;
  margin-bottom: 30px;
}
.sightseeing__content__block__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: -0.02em;
  margin-bottom: 23px;
}
.sightseeing__content__block__button__wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
}
.sightseeing__content__block__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sightseeing__content__block__button a {
  height: 40px;
  border-radius: 20px;
  background: #A6585D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
.sightseeing__content__subtitle {
  padding: 16px 39px 15px;
  background: #cb9da0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  margin-bottom: 23px;
}
.sightseeing__content__subtitle:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 9px;
}
.zh_cn .sightseeing__content__subtitle {
  font-family: "Noto Sans SC", sans-serif;
}

.faq {
  background: #f5f3ed;
  padding-top: 76px;
  padding-bottom: 123px;
}
.faq__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.11em;
  text-align: center;
  margin-bottom: 143px;
}
.faq__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 47px 33px;
  margin-bottom: 136px;
}
.faq__anchor li {
  width: 340px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
}
.faq__anchor li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}
.faq__anchor li a:after {
  content: "";
  display: block;
  background: url(../images/arrow01.svg) no-repeat center/contain;
  width: 10px;
  height: 5px;
}
.faq__group:not(:last-child) {
  margin-bottom: 80px;
}
.faq__group__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 48px;
}
.faq__block {
  background: #fff;
  position: relative;
  cursor: pointer;
}

.faq__block:not(:last-child) {
  margin-bottom: 16px;
}
.faq__block dt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #A6585D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222222222;
  letter-spacing: 0.02em;
  padding: 18px 30px 18px 81px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.faq__block dt:before {
  content: "Q";
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", "ＭＳ 明朝", "MS Mincho";
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__block dt span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.faq__block dt span:before {
  content: "";
  display: block;
  background: #A6585D;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__block dt span:after {
  content: "";
  display: block;
  background: #A6585D;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.faq__block dt span.is-open:before {
  opacity: 0;
}

.faq__block dt span.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.faq__block dd {
  display: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.02em;
  padding: 18px 81px;
  background: #edebe5;
  position: relative;
}
.faq__block dd:before {
  content: "A";
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", "ＭＳ 明朝", "MS Mincho";
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: absolute;
  top: 20px;
  left: 32px;
}
.zh_cn .faq__block dt,
.zh_cn .faq__block dd {
  font-family: "Noto Sans SC", sans-serif;
}

.access {
  padding-bottom: 90px;
  background: #f5f3ed;
}
.access__header {
  background: url(../images/access_bg.jpg) no-repeat center/cover;
  margin-bottom: 82px;
}
.access__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  margin-bottom: 110px;
}
.access__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.access__block__title {
  background: #A6585D;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.zh_cn .access__block__title {
  font-family: "Noto Sans SC", sans-serif;
}

.access__block:first-child .access__block__title:before {
  content: "";
  display: block;
  background: url(../images/access_icon01.png) no-repeat center/contain;
  width: 33px;
  height: 41.8px;
}
.access__block:last-child .access__block__title:before {
  content: "";
  display: block;
  background: url(../images/access_icon02.png) no-repeat center/contain;
  width: 44px;
  height: 33px;
}
.access__block__detail {
  background: #fff;
  width: 100%;
  min-height: 242px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.access__block__text {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0;
  text-align: center;
}
.zh_cn .access__block__text {
  font-family: "Noto Sans SC", sans-serif;
}

.access__content__title {
  color: #A6585D;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  border-bottom: 1px solid #A6585D;
  margin-bottom: 19px;
}
.access__content__title span {
  font-size: 18px;
}
.access__content__title--mt {
  margin-top: 50px;
}
.access__content__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
.access__content__text--border {
  display: contents;
}
.access__content__text--small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0;
  margin-top: 29px;
}
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
  .inner {
    padding-left: min(8.6448598131vw, 51.8px);
    padding-right: min(8.6448598131vw, 51.8px);
  }
  .c-pagetop {
    right: 10px;
  }
  .section__header {
    height: min(50.7009345794vw, 303.8px);
  }
  .section__header:before {
    display: none;
  }
  .section__title {
    font-size: min(3.738317757vw, 22.4px);
    margin-top: 0;
  }
  .section__title span {
    font-size: min(7.476635514vw, 44.8px);
    margin-bottom: 7px;
  }
  .btn_rsv_tel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #mainheader .fnav__wrap > ul > li > span {
    display: block;
    font-size: 1.3846153846em;
    padding: 2.9333333333vw 2vw;
  }
  #mainheader .fnav .fnav__language + .fnav__childMenu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding: 10px 0;
  }
  #mainheader .fnav .fnav__childMenu a:before,
  #mainheader .fnav .fnav__childMenu a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
  }
  #mainheader .fnav .fnav__childMenu a:before {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  #mainheader .fnav .fnav__childMenu a:after {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  #mainheader .fnav .fnav__childMenu #lang_en:before {
    background: url(../images/icon_usa.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_en:after {
    background: url(../images/icon_gbr.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_zh-CN:after {
    background: url(../images/icon_zh-cn.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_zh-tw:after {
    background: url(../images/icon_zh-tw.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_ko:after {
    background: url(../images/icon_ko.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_jp:after {
    background: url(../images/icon_jp.svg) no-repeat center/contain;
  }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 27px;
    margin-bottom: 43px;
  }
  .footer__logo {
    width: 131px;
    margin-bottom: 0;
  }
  .footer__address {
    font-style: normal;
    text-align: center;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer__navWrap {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 57px;
  }
  .footer__navWrap ul {
    margin-right: 0;
  }
  .footer__navWrap li {
    text-align: center;
  }
  .copyright .w1300 {
    text-align: center;
  }
  #mainvisual.sub .catch picture img {
    max-width: unset;
    width: min(82.9439252336vw, 497px);
    -webkit-filter: drop-shadow(0 0 min(3.5046728972vw, 21px) #000);
            filter: drop-shadow(0 0 min(3.5046728972vw, 21px) #000);
  }
  #mainvisual.sub .catch_en picture img {
    max-width: unset;
    width: min(82.9439252336vw, 497px);
  }
  #mainvisual.sub .catch_zhcn picture img {
    max-width: unset;
    width: min(88.785046729vw, 532px);
  }
  #mainvisual.sub .catch_zhtw picture img {
    max-width: unset;
    width: min(88.785046729vw, 532px);
  }
  #mainvisual.sub .catch_ko picture img {
    max-width: unset;
    width: min(88.785046729vw, 532px);
  }
  .mvscroll {
    font-size: min(4.6728971963vw, 28px);
  }
  .concept {
    padding: 133px 20px 80px;
  }
  .concept__title {
    font-size: min(4.2056074766vw, 25.2px);
    margin-bottom: 32px;
  }
  .concept__title span {
    font-size: min(7.0093457944vw, 42px);
    margin-bottom: 5px;
  }
  .concept__text {
    font-size: min(3.738317757vw, 22.4px);
    line-height: 1.75;
  }
  .rooms {
    margin-bottom: min(13.5514018692vw, 81.2px);
  }
  .rooms__header {
    padding-top: min(21.0280373832vw, 126px);
    padding-bottom: min(13.5514018692vw, 81.2px);
  }
  .rooms__header:before {
    height: 63px;
  }
  .rooms__title {
    font-size: min(3.738317757vw, 22.4px);
    margin-bottom: 24px;
  }
  .rooms__title span {
    font-size: min(8.1775700935vw, 49px);
    margin-bottom: 7px;
  }
  .rooms__text {
    font-size: min(3.738317757vw, 22.4px);
    margin-bottom: 0;
  }
  .rooms__anchor {
    margin-top: 55px;
    margin-bottom: 49px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(1.8691588785vw, 11.2px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rooms__anchor li {
    width: 100%;
    height: min(11.6822429907vw, 70px);
    background: #A6585D;
    color: #fff;
    font-size: min(4.2056074766vw, 25.2px);
  }
  .rooms__anchor li:before {
    background: url(../images/arrow02.svg) no-repeat center/contain;
    width: min(2.3364485981vw, 14px);
    height: min(1.1682242991vw, 7px);
    right: 24px;
  }
  .rooms__floor {
    padding-top: 50px;
  }
  .rooms__floor:not(:last-child) {
    margin-bottom: min(18.691588785vw, 112px);
  }
  .rooms__floor:before {
    width: 91.4%;
    height: min(86.214953271vw, 516.6px);
  }
  .rooms__floor__title {
    font-size: min(4.6728971963vw, 28px);
    margin-bottom: 28px;
  }
  .rooms__floor__title span {
    font-size: min(7.0093457944vw, 42px);
    margin-bottom: 12px;
  }
  #room06 .rooms__floor__title span {
    letter-spacing: 0;
  }
  .rooms__floor__image {
    margin-bottom: 28px;
  }
  .rooms__floor__image img {
    height: min(75.4672897196vw, 452.2px);
  }
  .rooms__floor__wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    gap: 37px;
  }
  .rooms__floor__detail {
    width: 100%;
    max-width: unset;
  }
  .rooms__floor__text {
    font-size: min(3.738317757vw, 22.4px);
    margin-bottom: 28px;
  }
  .rooms__floor__spec {
    width: 100%;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 37px;
    padding: 0;
  }
  .rooms__floor__spec dt {
    width: 100%;
    font-size: min(4.6728971963vw, 28px);
    color: #0F0F0F;
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 19px 0;
  }
  .rooms__floor__spec dd {
    font-size: min(3.738317757vw, 22.4px);
    font-weight: 500;
    text-align: center;
    color: #0F0F0F;
  }
  .rooms__floor__map {
    width: 100%;
    text-align: center;
  }
  .rooms__floor:nth-child(1) .rooms__floor__map img {
    width: min(51.4018691589vw, 308px);
  }
  .rooms__floor:nth-child(2) .rooms__floor__map img {
    width: min(47.4299065421vw, 284.2px);
  }
  .rooms__floor:nth-child(3) .rooms__floor__map img {
    width: min(58.8785046729vw, 352.8px);
  }
  .rooms__floor:nth-child(4) .rooms__floor__map img {
    width: min(50.9345794393vw, 305.2px);
  }
  .rooms__floor:nth-child(5) .rooms__floor__map img {
    width: min(56.308411215vw, 337.4px);
  }
  .rooms__floor:nth-child(6) .rooms__floor__map img {
    width: min(32.0093457944vw, 191.8px);
  }
  .rooms__floor__info {
    display: block;
    height: unset;
    margin-top: 70px;
    padding: 25px min(4.6728971963vw, 28px) 30px;
    border-width: 2px;
  }
  .rooms__floor__info__text {
    width: 100%;
    height: unset;
    font-size: min(4.6728971963vw, 28px);
    border-right: unset;
    border-bottom: 2px dotted #A6585D;
    padding-bottom: 23px;
  }
  .rooms__floor__info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 1.5em;
    padding: 34px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .rooms__floor__info__list li {
    width: unset;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
    font-size: min(3.738317757vw, 22.4px);
  }
  .breakfast {
    margin-bottom: 62px;
  }
  .breakfast__header {
    margin-bottom: 53px;
  }
  .breakfast__text {
    font-size: min(3.738317757vw, 22.4px);
    margin-bottom: 57px;
    letter-spacing: -0.02em;
  }
  .breakfast__time {
    font-size: min(4.6728971963vw, 28px);
    letter-spacing: 0;
    padding: 20px 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-bottom: 57px;
  }
  .breakfast__container--large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45px;
    margin-bottom: 58px;
  }
  .breakfast__container--large .breakfast__block__image {
    margin-bottom: 20px;
  }
  .breakfast__container--large .breakfast__block__title {
    font-size: min(4.6728971963vw, 28px);
    margin-bottom: 16px;
  }
  .breakfast__container--large .breakfast__block__text {
    font-size: min(3.738317757vw, 22.4px);
    line-height: 1.63;
  }
  .breakfast__container {
    gap: min(4.4392523364vw, 26.6px) min(3.2710280374vw, 19.6px);
  }
  .breakfast__container .breakfast__block {
    width: min(39.7196261682vw, 238px);
  }
  .breakfast__container .breakfast__block__image {
    margin-bottom: 8px;
  }
  .breakfast__container .breakfast__block__title {
    font-size: min(3.2710280374vw, 19.6px);
    line-height: 1.14;
  }
  .cafe {
    margin-bottom: 0;
  }
  .cafe__header {
    margin-bottom: 58px;
  }
  .cafe__text {
    font-size: min(3.738317757vw, 22.4px);
    margin-bottom: 5px;
  }
  .cafe__time {
    font-size: min(4.6728971963vw, 28px);
    letter-spacing: 0;
    padding: 20px 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-bottom: 47px;
  }
  .cafe__slider {
    height: min(53.9719626168vw, 323.4px);
  }
  .cafe__slider__image {
    margin: 0 min(0.4672897196vw, 2.8px);
  }
  .cafe__slider__image img {
    width: min(39.4859813084vw, 236.6px);
    height: min(53.9719626168vw, 323.4px);
    aspect-ratio: 169/231;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service {
    padding-top: 73px;
    padding-bottom: 70px;
  }
  .service__title {
    font-size: min(5.1401869159vw, 30.8px);
    margin-bottom: 38px;
  }
  .service__container {
    gap: min(3.738317757vw, 22.4px) min(3.2710280374vw, 19.6px);
  }
  .service__block {
    width: min(39.7196261682vw, 238px);
  }
  .service__block__image {
    margin-bottom: 8px;
  }
  .service__block__title {
    font-size: min(3.2710280374vw, 19.6px);
  }
  .banquet-conference {
    margin-bottom: 71px;
  }
  .banquet-conference__header {
    margin-bottom: 40px;
  }
  .banquet-conference__text {
    width: 100%;
    font-size: min(3.738317757vw, 22.4px);
    bottom: 20px;
  }
  .banquet-conference__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: min(6.7757009346vw, 40.6px);
  }
  .banquet-conference__block {
    width: 100%;
  }
  .banquet-conference__block__image {
    margin-bottom: 16px;
  }
  .banquet-conference__block__title {
    font-size: min(3.2710280374vw, 19.6px);
  }
  .sightseeing {
    margin-bottom: 70px;
  }
  .sightseeing__header {
    margin-bottom: 32px;
  }
  .sightseeing__map {
    aspect-ratio: 354/167;
    margin-bottom: 60px;
  }
  .sightseeing__content__wrap:first-child {
    margin-bottom: min(18.691588785vw, 112px);
  }
  .sightseeing__content__wrap:nth-child(2) {
    margin-bottom: min(14.0186915888vw, 84px);
  }
  .sightseeing__content__wrap:nth-child(3) {
    margin-bottom: min(18.691588785vw, 112px);
  }
  .sightseeing__content__title {
    font-size: min(5.6074766355vw, 33.6px);
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #A6585D;
  }
  .sightseeing__content__title--small {
    font-size: min(3.738317757vw, 22.4px);
  }
  .sightseeing__content__title-en {
    font-size: min(4.6728971963vw, 28px);
    text-align: center;
    margin-top: 6px;
    display: block;
  }
  .sightseeing__content__title-en:after {
    display: none;
  }
  .sightseeing__content__title__deco:before {
    background: url(../images/sightseeing_deco02.png) no-repeat center/contain;
    width: min(19.1822429907vw, 114.94px);
    height: min(14.1121495327vw, 84.56px);
    bottom: -2px;
    left: 0;
  }
  .sightseeing__content__title__deco:after {
    content: "";
    display: block;
    background: url(../images/sightseeing_deco03.png) no-repeat center/contain;
    width: min(19.6168224299vw, 117.544px);
    height: min(15.8878504673vw, 95.2px);
    position: absolute;
    bottom: -2px;
    right: -6px;
  }
  .sightseeing__content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: min(9.3457943925vw, 56px);
  }
  .sightseeing__content__block {
    width: 100%;
  }
  .sightseeing__content__block__image {
    margin-bottom: 16px;
  }
  .sightseeing__content__block__image img {
    aspect-ratio: 354/220;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sightseeing__content__block__title {
    font-size: min(5.1401869159vw, 30.8px);
    margin-bottom: 16px;
  }
  .sightseeing__content__block__time {
    font-size: min(4.2056074766vw, 25.2px);
  }
  .sightseeing__content__block__text {
    font-size: min(3.738317757vw, 22.4px);
    line-height: 1.5;
  }
  .sightseeing__content__block__button__wrap {
    gap: min(4.6728971963vw, 28px);
  }
  .sightseeing__content__block__button a {
    height: min(9.3457943925vw, 56px);
    border-radius: min(4.6728971963vw, 28px);
    font-size: min(3.738317757vw, 22.4px);
  }
  .sightseeing__content__subtitle {
    padding: 0;
    width: 100%;
    height: min(10.7476635514vw, 64.4px);
    font-size: min(4.2056074766vw, 25.2px);
    margin-bottom: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sightseeing__content__subtitle:before {
    display: none;
  }
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq__title {
    font-size: min(5.6074766355vw, 33.6px);
    margin-bottom: 53px;
  }
  .faq__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 34px;
    margin-bottom: 75px;
  }
  .faq__anchor li {
    width: 100%;
    font-size: min(4.2056074766vw, 25.2px);
  }
  .faq__anchor li a {
    gap: min(2.8037383178vw, 16.8px);
  }
  .faq__anchor li a:after {
    width: min(2.3364485981vw, 14px);
    height: min(1.1682242991vw, 7px);
  }
  .faq__group:not(:last-child) {
    margin-bottom: 60px;
  }
  .faq__group__title {
    font-size: min(4.2056074766vw, 25.2px);
    margin-bottom: 25px;
  }
  .faq__block:not(:last-child) {
    margin-bottom: min(2.1028037383vw, 12.6px);
  }
  .faq__block dt {
    font-size: min(3.738317757vw, 22.4px);
    line-height: 1.25;
    letter-spacing: 0;
    padding: min(3.5046728972vw, 21px) min(3.0373831776vw, 18.2px) min(3.5046728972vw, 21px) min(13.5514018692vw, 81.2px);
  }
  .faq__block dt:before {
    font-size: min(5.8411214953vw, 35px);
    left: min(5.3738317757vw, 32.2px);
  }
  .faq__block dt span {
    padding-right: min(9.3457943925vw, 56px);
  }
  .faq__block dt span:before {
    width: min(3.738317757vw, 22.4px);
    height: min(0.4672897196vw, 2.8px);
  }
  .faq__block dt span:after {
    width: min(3.738317757vw, 22.4px);
    height: min(0.4672897196vw, 2.8px);
  }
  .faq__block dd {
    font-size: min(3.738317757vw, 22.4px);
    line-height: 1.25;
    letter-spacing: 0;
    padding: min(3.5046728972vw, 21px) min(13.5514018692vw, 81.2px);
  }
  .faq__block dd:before {
    font-size: min(5.8411214953vw, 35px);
    top: 50%;
    left: min(5.3738317757vw, 32.2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .access {
    padding-bottom: 64px;
  }
  .access__header {
    margin-bottom: 37px;
  }
  .access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-bottom: 44px;
  }
  .access__block {
    -webkit-box-shadow: 0 0 min(2.3364485981vw, 14px) 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 min(2.3364485981vw, 14px) 0 rgba(0, 0, 0, 0.08);
  }
  .access__block__title {
    font-size: min(4.6728971963vw, 28px);
    height: min(16.5887850467vw, 99.4px);
    gap: min(5.3738317757vw, 32.2px);
  }
  .access__block:first-child .access__block__title:before {
    width: min(7.7102803738vw, 46.2px);
    height: min(9.7663551402vw, 58.52px);
  }
  .access__block:last-child .access__block__title:before {
    width: min(10.2803738318vw, 61.6px);
    height: min(7.7102803738vw, 46.2px);
  }
  .access__block__detail {
    min-height: unset;
    padding: min(9.3457943925vw, 56px) min(2.3364485981vw, 14px);
  }
  .access__block__text {
    font-size: min(4.2056074766vw, 25.2px);
    line-height: 1.56;
  }
  .access__content__title {
    font-size: min(5.1401869159vw, 30.8px);
  }
  .access__content__title span {
    font-size: min(4.2056074766vw, 25.2px);
    display: block;
    margin-top: min(2.3364485981vw, 14px);
  }
  .access__content__title--mt {
    margin-top: 85px;
  }
  .access__content__text {
    font-size: min(4.2056074766vw, 25.2px);
    letter-spacing: 0;
  }
  .access__content__text--center {
    text-align: center;
  }
  .access__content__text--border {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dotted #000;
  }
  .access__content__text--small {
    font-size: min(3.738317757vw, 22.4px);
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
  #mainheader {
    background: #fff;
  }
  #mainheader .logo {
    margin: 10px 1% 10px 15px;
  }
  #mainheader .fnav .fnav__childMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 150%;
    min-width: 180px;
    padding: 10px 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #mainheader .fnav__wrap > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1.8rem;
    width: 100%;
  }
  #mainheader .fnav__wrap > ul > li {
    margin: 0;
  }
  #mainheader .fnav__wrap > ul > li > a {
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
  }
  #mainheader .fnav__wrap > ul > li > span {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
    line-height: 1.3;
  }
  #mainheader .fnav__wrap > ul > li > a.current:after {
    content: "";
    display: block;
    background-color: #0F0F0F;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #mainheader .fnav .fnav__language + .fnav__childMenu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding: 10px 0;
  }
  #mainheader .fnav .fnav__childMenu a:before,
  #mainheader .fnav .fnav__childMenu a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
  }
  #mainheader .fnav .fnav__childMenu a:before {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  #mainheader .fnav .fnav__childMenu a:after {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  #mainheader .fnav .fnav__childMenu #lang_en:before {
    background: url(../images/icon_usa.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_en:after {
    background: url(../images/icon_gbr.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_zh-CN:after {
    background: url(../images/icon_zh-cn.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_zh-tw:after {
    background: url(../images/icon_zh-tw.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_ko:after {
    background: url(../images/icon_ko.svg) no-repeat center/contain;
  }
  #mainheader .fnav .fnav__childMenu #lang_jp:after {
    background: url(../images/icon_jp.svg) no-repeat center/contain;
  }
  #mainheader .btn_rsv {
    max-width: 215px;
  }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
    margin-bottom: 75px;
  }
  .footer__logo {
    margin-bottom: 0;
  }
  .footer__address {
    font-style: normal;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer__contentInr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__navWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__navWrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45px;
    margin-right: 45px;
  }
  .footer__navWrap ul:last-child {
    margin-right: 0;
  }
  .contact {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .copyright .w1300 {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  #mainheader .fnav__wrap > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1.5rem;
    width: 100%;
  }
}