@charset "utf-8";
#htlContents {
  margin: 0;
  max-width: 100%;
}
#htlMainContent {
  width: 100%;
  max-width: 2560px;
  float: none;
  margin: 0;
  display: block !important;
}
.single-column #htlMainContent {
  margin: 0 !important;
}
.single-column .travel__tab {
  position: relative;
}
#htlHeader {
  margin: 0 auto;
  width: 100%;
}

#latest_cstm_review {
  display: none;
}
.module-history-domsearch {
  display: none;
}
#htlSide-A {
  display: none;
}
#htlRmSrch {
  display: none;
}
#trvlHtlSubNav ul {
  margin: 0 !important;
}
#RthCustomizeW {
  width: 100% !important;
}
#htlContents.single-column {
  width: 100% !important;
}
.single-column #htlMainContent.GOLDTemplate {
  width: 100% !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #6e6e6e;
  font-family: "Montserrat", noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.64px;
}
body p {
  line-height: 1.6;
}
a:link {
  color: inherit;
}
a:visited:hover,
a:link:hover {
  text-decoration: none;
  color: #fff;
}
*:focus {
  outline: none;
}
.external-link {
  cursor: pointer;
}
.external-link:hover {
  text-decoration: none;
}

.logo {
  background-image: url(/Grand-Mercure-Awaji-Island/assets/img/GMH_awaji.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 204px;
  height: 48px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  filter: brightness(0) invert(1);
}
.firstview {
  aspect-ratio: 16/9;
  background: linear-gradient(
      90deg,
      rgba(110, 110, 110, 0.4) 40%,
      rgba(0, 0, 0, 0) 100%
    ),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/0418ee0dd83518eecfcca6c83ea2ba689cc9cc0a.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.firstview > div {
  width: 100% !important;
  height: inherit !important;
  aspect-ratio: 16/9;
  position: absolute;
}
.firstview-content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 1;
}
.firstview-content h1 {
  color: #fff;
  line-height: 2;
  font-size: 40px;
  margin: 0 0 36px 0;
}
.firstview-content h2 {
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  margin: 0 0 24px 0;
}
.firstview-content h3 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 54px 70px;
}
.firstview-content a {
  color: #fff;
  padding: 12px 28px;
  border-radius: 80px;
  border: 1px solid #fff;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.firstview-content a span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 0 28px;
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/booknow_arrow.svg);
}

.top .gnavi-top,
.rooms .gnavi-rooms,
.restaurants .gnavi-restaurants,
.pool .gnavi-pool,
.facilities .gnavi-facilities,
.sightseeing .gnavi-sightseeing,
.inhouse .gnavi-inhouse,
.kids-space .gnavi-kids-space,
.experience .gnavi-experience {
  border-bottom: 1px solid #010037;
}

.gnavi {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999;
  margin: 0 0 120px;
}
.gnavi-container {
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
.fixed-gnavi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: inherit;
  z-index: 10000; /* 他の要素より上に表示 */
  transform: inherit;
}
.gnavi-inner {
  width: 83%;
  min-width: 1024px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.gnavi a {
  width: 20%;
  font-size: 20px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnavi a:hover {
  opacity: 0.7;
}
.gnavi p {
  margin: 24px 0;
  line-height: 1.6;
  font-weight: bold;
  color: #6e6e6e;
}
.gnavi span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 3.6px;
}

/* 予約窓に関するCSS */
.reservation-form {
  width: 100%;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  border-top: 1px solid #010037;
  display: block;
  box-shadow: 0 3px 8px #00000052;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.reservation-form.hidden {
  transform: translateY(0%);
  transition: transform 0.3s ease-in-out;
}
.reservation-form #reservationForm {
  min-width: 1024px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 0;
}
.reservation-form #reservationForm .reservationForm-left {
  display: flex;
  align-items: center;
}
.reservation-form #reservationForm .reservationForm-left .border {
  height: 40px;
  width: 1px;
  background-color: #6e6e6e;
}
.reservation-form #reservationForm .reservationForm-left > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: inherit;
  padding: 0 24px;
  width: fit-content;
}
.reservation-form #reservationForm .reservationForm-left > a > div {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.reservation-form #reservationForm .reservationForm-left > a span {
  width: 28px;
  height: 28px;
}
.reservation-form #reservationForm .reservationForm-left > a .bed {
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/bed.svg);
}
.reservation-form #reservationForm .reservationForm-left > a .airplain {
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/airplain.svg);
}
.reservation-form #reservationForm .reservationForm-left > a .train {
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/train.svg);
}
.reservation-form #reservationForm .reservationForm-left > a p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.reservation-form #reservationForm .reservationForm-left > a:hover span {
  filter: invert(68%) sepia(11%) saturate(1456%) hue-rotate(359deg)
    brightness(92%) contrast(88%);
}
.reservation-form #reservationForm .reservationForm-left > a:hover p {
  color: #bf9c61;
}
.reservation-form #reservationForm .reservationForm-right {
  display: flex;
  align-items: center;
  gap: 36px;
}
.reservation-form #reservationForm .reservationForm-right #reservation-date {
  border: none;
  border-bottom: 1px solid #6e6e6e;
  padding: 0 0 12px;
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp";
}
.reservation-form #reservationForm .reservationForm-right #nights {
  border: none;
  border-bottom: 1px solid #6e6e6e;
  padding: 0 48px 12px 0;
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp";
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}
.reservation-form #reservationForm .reservationForm-right #nights::-ms-expand {
  display: none;
}
.reservation-form #reservationForm .reservationForm-right .nights {
  position: relative;
}
.reservation-form #reservationForm .reservationForm-right .nights::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
}
.reservation-form #reservationForm .reservationForm-right .nights::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform-origin: center;
  transform: translateX(0%) translateY(50%) rotate(135deg);
  z-index: 1;
}
.reservation-form #reservationForm .reservationForm-right #adults {
  border: none;
  border-bottom: 1px solid #6e6e6e;
  padding: 0 48px 12px 0;
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp";
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}
.reservation-form #reservationForm .reservationForm-right .adults {
  position: relative;
}
.reservation-form #reservationForm .reservationForm-right .adults::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
}
.reservation-form #reservationForm .reservationForm-right .adults::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform-origin: center;
  transform: translateX(0%) translateY(50%) rotate(135deg);
  z-index: 1;
}
.reservation-form #reservationForm .reservationForm-right #submitBtn {
  color: #fff;
  background-color: #bf9c61;
  padding: 20px 36px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  border: none;
  font-family: "noto-sans-cjk-jp";
  cursor: pointer;
}
/* 予約窓に関するCSS end */

.page-nav {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.page-nav__flex {
  width: 50%;
}
.page-nav a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  width: calc(100% / 4);
  overflow: hidden;
}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto 120px;
}
.heading > div {
  width: calc(100% - 200px);
}
.heading > a {
  width: 200px;
  color: #91723b;
  padding: 12px 28px;
  border-radius: 80px;
  border: 1px solid #91723b;
  font-size: 20px;
  font-weight: bold;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.heading > a:hover {
  color: #91723b;
  opacity: 0.7;
}
.heading > a > span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 0 28px;
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/plan_booknow_arrow.svg);
}
.heading > div > h2 {
  font-size: 32px;
  color: #bf9c61;
  margin: 0 0 32px;
}
.heading > div > h5 {
  font-size: 32px;
  margin: 0 0 24px;
  line-height: 1.5;
}
.heading > div > p {
  font-size: 16px;
  width: 60%;
}
.booknow {
  width: fit-content;
  color: #91723b !important;
  padding: 12px 28px;
  border-radius: 80px;
  border: 1px solid #91723b;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.booknow > span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 0 28px;
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/plan_booknow_arrow.svg);
}

/* banners */
.banners {
  width: 950px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banners a {
  /* width: calc(50% - 5px) !important; */
  height: 100%;
  margin: 4px 0;
  display: block;
  transition: 0.2s;
}
.banners a:hover {
  opacity: 0.7;
}
.banners a img {
  width: 100%;
}

/* rooms */
.page-nav .bg01 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/2bf39d097a4f563aa742673290e9eaf2edddc216.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
.firstview02 {
  height: 60vh;
  background: url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/2bf39d097a4f563aa742673290e9eaf2edddc216.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
/* restaurant */
.page-nav .bg02 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/73f137a6c725d8c289b45d2f83a28b686ca2931e.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
.firstview03 {
  height: 60vh;
  background: url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/73f137a6c725d8c289b45d2f83a28b686ca2931e.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
/* pool */
.page-nav .bg03 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/e646ce0a5cfd0c47a388053db128e72d9d86f297.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
.firstview04 {
  height: 60vh;
  background: url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/e646ce0a5cfd0c47a388053db128e72d9d86f297.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
/* facility */
.page-nav .bg04 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/870441f3a0c4f4b078bf3a227d225d43da21ef33.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
.firstview05 {
  height: 60vh;
  background: url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/870441f3a0c4f4b078bf3a227d225d43da21ef33.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
/* sightseeing */
.page-nav .bg05 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/319ac71d4d5b5e952bdef59985bfa61855fb895b.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
.firstview06 {
  height: 60vh;
  background: url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/319ac71d4d5b5e952bdef59985bfa61855fb895b.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
/* inhouse experience */
.page-nav .bg06 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/6bee84ac25b801a67e8df80a2acd0a9d07ecdea2.47.1.26.2.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
.firstview07 {
  height: 60vh;
  background: url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/6bee84ac25b801a67e8df80a2acd0a9d07ecdea2.47.1.26.2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
/* experience */
.page-nav .bg07 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/9bf1d70e0bbe3827912985d90a153dbfff8578aa.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
.firstview08 {
  height: 60vh;
  background: url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/9bf1d70e0bbe3827912985d90a153dbfff8578aa.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.bg {
  position: relative;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}
.bg:hover {
  opacity: 0.9;
  transform: scale(1.1);
}
.bg p:first-of-type {
  font-size: 32px;
  width: fit-content;
  text-align: center;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
}
.bg p:first-of-type span {
  font-size: 20px;
  margin: 12px 0 0;
}
.bg p:last-of-type {
  font-size: 16px;
  text-align: center;
  margin: 0 0 52px;
  text-wrap: balance;
  word-break: auto-phrase;
}
.bg > span {
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/booknow_arrow.svg);
  width: 28px;
  height: 28px;
}

/* plan */
.slider-planBlock {
  /* width: 950px;
    margin: 60px auto 180px;
    height: max-content; */
  margin: 60px auto 180px;
  background-color: #f1f1f4;
  padding: 60px 0;
}
.slider-planBlock h2 {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin: 0 0 24px;
}
.sliderArea {
  width: calc(83% - 80px);
  max-width: calc(1200px - 80px);
  min-width: calc(1080px - 80px);
  margin: auto;
  height: max-content;
}
.planSlider {
  position: relative;
}
.planItem {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.planImg {
  width: 49%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.planTexts {
  color: #000;
  width: 49%;
}
.planTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.6;
}
.planText {
  font-size: 16px;
  margin: 0 0 28px;
}
.planDetail {
  box-sizing: border-box;
  padding: 12px 28px;
  border-radius: 80px;
  border: 1px solid #91723b;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  color: #91723b !important;
  font-weight: bold;
}
.planDetail > span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 0 28px;
  background-image: url(/Grand-Mercure-Okinawa-Cape-Zanpa/assets/img/plan_booknow_arrow.svg);
}
.planDetail:hover {
  opacity: 0.7;
}
.plan-prev {
  position: absolute;
  left: 0px;
  bottom: 50%;
  transform: translate(-40px, 50%);
  width: 20px;
  height: 40px;
  transition: 0.2s;
  z-index: 1;
}
.plan-next {
  position: absolute;
  right: 0px;
  bottom: 50%;
  transform: translate(40px, 50%);
  width: 20px;
  height: 40px;
  transition: 0.2s;
  z-index: 1;
}
.plan-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.plan-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.plan-prev::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-top: 2px solid #010037;
  border-left: 2px solid #010037;
  transform-origin: center;
  transform: translateY(50%) rotate(-45deg);
}
.plan-next::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-top: 2px solid #010037;
  border-right: 2px solid #010037;
  transform-origin: center;
  transform: translateY(50%) rotate(45deg);
}
.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bf9c61;
  content: "";
}
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  opacity: 1;
}

.roomsSliders {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 50%;
  transform: scale(1.15);
  transform-origin: left;
}
.roomsSlider,
.roomsSlider-nav {
  display: grid;
  position: relative;
  width: 50%;
}
.roomsSlider {
  width: 70%;
  margin-bottom: 0 !important;
}
.roomsSlider .slick-dots {
  bottom: 20px;
  right: 12px;
  display: inline-block !important;
  width: fit-content;
}
.roomsSlider-nav {
  width: 29%;
}
.roomsSlider img,
.roomsSlider-nav img {
  object-fit: cover;
  aspect-ratio: 4/3 !important;
}
/* .rooms{
    margin: 0 0 120px 0;
} */
.rooms a {
  text-decoration: none !important;
}
.rooms h2 {
  width: 950px;
  margin: 0 auto 24px;
  font-size: 32px;
  line-height: 2;
}
.rooms span {
  font-size: 16px;
  font-weight: normal;
}
.rooms-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.rooms-item {
  display: block;
  width: calc(50% - 4px);
  transition: 0.2s;
  overflow: hidden;
}
.rooms-item:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.rooms-item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: 0.2s;
}
.rooms-item p {
  background-color: #dddddd;
  padding: 16px;
  text-align: center;
  color: #6e6e6e;
  font-weight: bold;
  position: relative;
  height: calc(100% - 520px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms-item p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(50%) rotate(45deg);
  position: absolute;
  right: 16px;
  bottom: 50%;
}

.overview {
  width: 83%;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto 120px;
}
.overview a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6e6e6e;
  text-decoration: none !important;
  transition: 0.2s;
  position: relative;
}
.overview a:hover {
  opacity: 0.7;
}
.overview img {
  width: 49%;
  aspect-ratio: 8/9;
  object-fit: cover;
}
.overview-inner {
  width: 45%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  color: #6e6e6e;
}
.overview h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 36px;
}
.overview h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.5;
}
.overview p {
  font-size: 16px;
  margin: 0 0 46px;
}
.overview-link {
  color: #91723b;
  font-weight: bold;
  margin: 0;
}
.overview > a > .motif {
  width: 200px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.overview .slick-dotted {
  margin-bottom: 0;
}
.overview-inner dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 24px;
}
.overview-inner dt {
  font-weight: bold;
  width: 20%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.overview-inner dd {
  width: 30%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}

.poolSlider img {
  object-fit: cover;
  aspect-ratio: 4/3;
  margin: 0 32px;
  opacity: 0.4;
  height: fit-content;
}
.poolSlider .slick-active {
  opacity: 1;
}
.poolSlider .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c5c5c5;
  content: "";
  opacity: 1;
}
.poolSlider .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bf9c61;
  content: "";
}
.poolSlider-next {
  content: "";
  position: absolute;
  top: 50%;
  right: 35%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transform: translateX(30%) translateY(-50%) rotate(45deg);
  z-index: 1;
  cursor: pointer;
}
.poolSlider-prev {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transform: translateX(-30%) translateY(-50%) rotate(-135deg);
  z-index: 1;
  cursor: pointer;
}

.facility {
  position: relative;
  height: 620px;
  background-color: #000;
  margin: 0 0 120px 0;
}
.facility a {
  color: #fff !important;
  text-decoration: none !important;
}
.facility .slick-track:before,
.slick-track:after {
  display: none;
}
.facilitySlider {
  display: grid;
  position: relative;
}
.facilitySlider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.facilitySlider img {
  object-fit: cover;
  height: 620px;
}
.facility-text {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, 50%);
  color: #fff;
  text-align: center;
  text-wrap: balance;
  word-break: auto-phrase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.facility-text h2 {
  font-size: 36px;
  margin: 30px 0;
  font-weight: bold;
}
.facility-text h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.5;
}
.facility-text p {
  font-size: 16px;
  margin: 0 0 32px;
}
.facility-text a {
  font-size: 16px;
}
.facility-text div {
  width: 50%;
}
.facility-text a {
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  border-bottom: 1px solid;
  transition: 0.2s;
}
.facility-text a:hover {
  opacity: 0.7;
}

.firstview02 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview02 span {
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: normal;
}
.rooms-nav {
  width: 950px;
  margin: 80px auto 100px;
}
.rooms-nav a {
  color: #fff !important;
  text-decoration: none !important;
}
.rooms-nav__type {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 20px;
}
.rooms-nav__type h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3px;
}
.rooms-nav__type span {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.72px;
}
.rooms-nav__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.rooms-nav__items li {
  width: calc(100% / 3);
  height: 120px;
  position: relative;
  text-align: center;
  transition: 0.2s;
}
.rooms-nav__items li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(50%) rotate(135deg);
}
.rooms-nav__items li:hover {
  opacity: 0.7;
}
.rooms-nav__items li:first-of-type {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/2bf39d097a4f563aa742673290e9eaf2edddc216.47.9.26.3.jpg);
  background-size: cover;
  background-position: bottom;
}
.rooms-nav__items li:nth-of-type(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/e4276defe5ecade4d26a0e1c368cb6ab6c6ee4a7.47.9.26.3.jpg);
  background-size: cover;
  background-position: bottom;
}
.rooms-nav__items li:nth-of-type(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://img.travel.rakuten.co.jp/share/image_up/40154/LARGE/6544adeaff90e9d036d411866c2ec7a409273948.47.9.26.3.jpg);
  background-size: cover;
  background-position: bottom;
}
.rooms-nav__items p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  letter-spacing: 2.4px;
}
.rooms-nav__items li a {
  display: block;
  width: 100%;
  height: 100%;
}
.rooms-nav__items li span {
  font-size: 10px;
  letter-spacing: 0.6px;
}
.rooms-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83%;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto 80px;
}
.rooms-list__item .topOverviewSlider {
  width: 50%;
}
.rooms-list__item .topOverviewSlider img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.rooms-item__discription {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rooms-item__discription h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  margin: 24px 0 16px;
  line-height: 1.6;
  letter-spacing: 3.2px;
  display: flex;
  flex-direction: column;
}
.rooms-item__discription h2 span {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0 0;
  line-height: 1.6;
  color: #bf9c61;
}
.rooms-item__discription p {
  font-size: 16px;
  margin: 0 0 30px;
}
.rooms-item__discription span {
  font-size: 16px;
}
.rooms-item__discription dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 24px;
}
.rooms-item__discription dt {
  font-weight: bold;
  width: 20%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.rooms-item__discription dd {
  width: 30%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.wideCell {
  width: 80% !important;
}

.firstview03 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview03 span {
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: normal;
}
.facility-head {
  width: 950px;
  margin: 100px auto;
}
.facility-head h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.facility-head p {
  font-size: 16px;
  text-align: center;
  max-height: 720px;
}
.facility-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83%;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #bf9c61;
}
/* .facility-type:last-of-type{
    border-bottom: 1px solid #BF9C61;
} */
.facility-type.child {
  padding: 24px 0;
}
.facility-type.child > .topOverviewSlider {
  width: 35%;
}
.facility-type.child > .facility-item {
  width: 60%;
}
.facility-type.child > .facility-item h2 {
  font-size: 28px;
  margin: 0 0 16px;
}
.facility-item {
  width: 45%;
}
.facility-type .topOverviewSlider {
  width: 50%;
  margin-bottom: 0 !important;
}
.facility-item h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
  line-height: 1.6;
  letter-spacing: 3.2px;
}
.facility-item p {
  font-size: 16px;
  margin: 0 0 30px;
}
.facility-item dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.facility-item dt {
  font-weight: bold;
  width: 20%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.facility-item dd {
  width: 30%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.facility-type img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.facility-type__discription {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 380px;
  height: 280px;
  background-color: #f5f5f5e8;
  padding: 100px 60px;
}
.facility-type__discription h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 32px;
}
.facility-type__discription span {
  font-size: 14px;
  letter-spacing: 1.4px;
}
.facility-type__discription p {
  font-size: 16px;
  margin-bottom: 32px;
}
.facility-type__discription dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.facility-type__discription dt {
  width: 50%;
  font-weight: bold;
  margin-bottom: 20px;
}
.facility-type__discription dd {
  width: 50%;
  margin-bottom: 20px;
}

.firstview04 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview04 span {
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: normal;
}
.topOverviewSlider {
  display: grid;
  position: relative;
  margin: 0;
  width: 49%;
}
.topOverviewSlider .slick-dots {
  bottom: 20px;
  right: 12px;
  display: inline-block !important;
  width: fit-content;
}
.restaurant-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.restaurant-item__inner {
  width: calc(100% / 3);
  height: 390px;
  object-fit: cover;
}
.restaurant-item__inner:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 780px;
  background-color: #333333;
  color: #fff;
  line-height: 1.6;
}
.restaurant-item__inner div {
  width: 80%;
}
.restaurant-item__inner h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 32px;
}
.restaurant-item__inner span {
  font-size: 14px;
}
.restaurant-item__inner p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.restaurant-item__inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.restaurant-item__inner dt {
  width: 20%;
  padding: 20px 0;
  font-weight: bold;
  border-top: 1px solid #fff;
}
.restaurant-item__inner dd {
  width: 80%;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.restaurant-item__inner dt:nth-last-child(2) {
  border-bottom: 1px solid #fff;
}
.restaurant-item__inner dd:last-child {
  border-bottom: 1px solid #fff;
}
.restaurant-item__inner:nth-child(4) {
  margin-top: -390px;
}
.restaurant-item__inner:nth-child(5) {
  margin-top: -390px;
}

.firstview05 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview05 span {
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: normal;
}
.experience-head {
  margin: 80px auto;
  text-align: center;
  width: 649px;
}
.experience-head p {
  font-size: 16px;
}
.restaurantSlider {
  display: grid;
  margin: 0 0 80px;
}
.restaurantSlider .restaurantItem {
  margin: 0 20px;
}
.restaurantSlider .restaurantItem img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
  aspect-ratio: 16/9;
}
.restaurant-prev {
  position: absolute;
  left: 14vw;
  bottom: 50%;
  content: "→";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  transition: 0.2s;
  z-index: 9999;
  transform: translateY(50%);
}
.restaurant-next {
  position: absolute;
  right: 14vw;
  bottom: 50%;
  content: "→";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  transition: 0.2s;
  z-index: 9999;
  transform: translateY(50%);
}
.restaurant-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.restaurant-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.restaurant-prev::before {
  content: "←";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #333333;
  line-height: 1.6;
}
.restaurant-next::before {
  content: "→";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #333333;
  line-height: 1.6;
}
.spotList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 83%;
  max-width: 1200px;
  min-width: 1080px;
  margin: auto;
}
.spotItem {
  width: calc((100% - 64px) / 3);
  margin: 0 0 80px;
}
.spotItem img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.spotItem h2 {
  font-size: 20px;
  margin: 16px 0;
}
.spotItem p {
  font-size: 16px;
}
.spotItem > dl {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
}
.spotItem > dl > dt {
  width: 20%;
  margin: 0 0 12px 0;
  font-weight: bold;
  line-height: 1.5;
}
.spotItem > dl > dd {
  width: 80%;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.spot-prev {
  position: absolute;
  left: 14vw;
  bottom: 50%;
  content: "→";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  transition: 0.2s;
  z-index: 9999;
  transform: translateY(50%);
}
.spot-next {
  position: absolute;
  right: 14vw;
  bottom: 50%;
  content: "→";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  transition: 0.2s;
  z-index: 9999;
  transform: translateY(50%);
}
.spot-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.spot-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.spot-prev::before {
  content: "←";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #6e6e6e;
  line-height: 1.6;
}
.spot-next::before {
  content: "→";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #6e6e6e;
  line-height: 1.6;
}
.experience-title {
  width: 950px;
  font-size: 32px;
  margin: 120px auto 40px;
  color: #bf9c61;
}
.experienceSlider {
  display: grid;
  position: relative;
  margin-bottom: 120px;
}
.experienceItem {
  text-align: center;
  margin-right: 24px;
  text-align: left;
  position: relative;
}
.experienceItem-date {
  position: absolute;
  width: 100%;
  top: 15px;
}
.experienceItem-date hr {
  border: 1px solid #fff;
}
.experienceItem-date hr::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.experienceItem-date01 hr::after {
  left: 5%;
}
.experienceItem-date02 hr::after {
  left: 20%;
}
.experienceItem-date03 hr::after {
  left: 40%;
}
.experienceItem-date04 hr::after {
  left: 60%;
}
.experienceItem-date05 hr::after {
  left: 7%;
}
.experienceItem-date p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
}
.experienceItem-date01 p {
  left: 5%;
}
.experienceItem-date02 p {
  left: 20%;
}
.experienceItem-date03 p {
  left: 40%;
}
.experienceItem-date04 p {
  left: 60%;
}
.experienceItem-date05 p {
  left: 7%;
}
.experienceItem img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 10px;
  min-height: 300px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.experienceItem h2 {
  font-size: 20px;
  margin: 12px 0;
}
.experienceItem p {
  font-size: 16px;
}
.experience-prev {
  position: absolute;
  right: 15rem;
  top: -90px;
  content: "→";
  border: 1px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.experience-next {
  position: absolute;
  right: 10rem;
  top: -90px;
  content: "←";
  border: 1px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.experience-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.experience-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.experience-prev::before {
  content: "←";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #707070;
  line-height: 1.6;
}
.experience-next::before {
  content: "→";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #707070;
  line-height: 1.6;
}

.firstview06 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview06 span {
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: normal;
}

.firstview07 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview07 span {
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: normal;
}

/* footer */
.footer {
  background-color: #010037;
  color: #fff;
  padding: 100px 0;
}
.footer a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-logo {
  background-image: url(/Grand-Mercure-Awaji-Island/assets/img/GMH_awaji.png);
  height: 130px;
  width: 340px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.footer-flex {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
}
.footer-left {
  width: 35%;
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.footer-link a {
  width: fit-content;
  margin: 0 12px 12px;
  text-decoration: underline;
  font-size: 14px;
}
.footer-left img {
  width: 60%;
}
.footer-text {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 24px 0;
}
.footer-text__time {
  height: 75px;
}
.footer-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-time div {
  width: calc(100% / 3);
}
.footer-time p {
  font-size: 16px;
}
.footer-time hr {
  border-color: #707070;
  width: 16px;
  margin: 0;
}
.footer-right {
  width: 35%;
  text-align: center;
}
.footer-right h2 {
  font-size: 24px;
  margin: 20px 0 0;
}
.footer-right h3 {
  font-size: 26px;
  margin: 12px 0;
}
.footer-right p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 2;
}
.footer-right a {
  letter-spacing: 2.4px;
}
.back_to_top {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 0 80px;
  color: #bf9c61 !important;
  font-size: 16px;
}
.copylight {
  width: 70%;
  margin: 0 auto;
}

@media all and (max-width: 1281px) {
  .wfont h2 {
    font-size: 1.4rem;
  }
}
