@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-origin: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  background-color: var(--BG);
  color: #fff;
  font-size: 16px;
  display: block;
  overflow-x: hidden;
  width: 100vw;
  word-break: break-all;
}

:root {
  --main: #f8c461;
  --white: #fff;
  --BG: #90294d;
  --txt: #37000f;
  --yellow: #f8c461;
  --opa-white: rgba(255, 255, 255, 0.8);

  --sansjp: "Noto Sans JP", sans-serif;
  --serifjp: "Noto Serif JP", serif;
}

/*====================================*/
/* base contents */
/*====================================*/
html {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ------------------------
    edit contents
------------------------- */
/* 指定フォント ここから */

/* ----pc,sp/on_off---- */
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

/* view animation */
.view.view-fix,
.view.view-slideup,
.view.view-slidedown,
.view.view-slidein-L,
.view.view-slidein-R {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.view.view-fix.on {
  opacity: 1;
  animation: view-fix 1s ease both;
}

.view.view-slideup.on {
  opacity: 1;
  animation: view-slideup 1s ease both;
}

.view.view-slidedown.on {
  opacity: 1;
  animation: view-slidedown 1s ease both;
}

.view.view-slidein-L.on {
  opacity: 1;
  animation: view-slidein-L 1s ease both;
}

.view.view-slidein-R.on {
  opacity: 1;
  animation: view-slidein-R 1s ease both;
}

/* ------------------------
    Header
------------------------- */
.header {
  display: block;
  background: #f8c461;
  overflow: hidden;
}

.mv_box {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  height: auto;
}

.mv_box .background {
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
}

.mv_box .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/decor_kv01.png") no-repeat -70px 0px, url("../img/decor_kv02.png") no-repeat 240px 155px;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}

.mv_box .background div {
  position: absolute;
}

.mv_box .background .top-section {
  width: 80%;
  max-width: 85%;
  right: 0;
  top: 0;
}

.mv_box .background .logo {
  width: 75%;
  max-width: 85%;
  top: 14%;
  z-index: 1;
  left: 11%;
}

.mv_box .background .bottom-section {
  width: 60%;
  max-width: 85%;
  left: 0;
  bottom: 30px;
}

.time_img {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-width: 80%;
}
.time_img img {
  width: 100%;
}
/* .mv_box .time_limit {
  width: 85%;
  max-width: 300px;
  height: 30%;
  padding: 20px 0;
  background: url(../img/decor01.png) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 11%;
}

.mv_box .time_limit .time_text {
  position: relative;
  color: var(--txt, #37000f);
  font-family: Montserrat;
  font-weight: 700;
  line-height: 170%;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.type01 {
  font-size: 20px;
}

.type02 {
  font-size: 36px;
}

.time_text .text01,
.time_text .text02 {
  display: flex;
  position: absolute;
}

.spec {
  position: absolute;
  right: 0px;
  top: 20px;
}

.time_text .text01 {
  top: 0;
}

.time_text .text02 {
  top: 45px;
  right: 18px;
} */

.mv_box .box_text {
  color: var(--txt);
  text-align: center;
  bottom: 45px;
  position: relative;
  font-weight: 700;
  line-height: 170%;
  padding-top: 60px;
}

.box_text .s-text {
  font-size: 20px;
  margin-bottom: 32px;
}

.box_text .l-text {
  font-size: 24px;
  padding: 0 16px;
}

/* ------------------------
    Main
------------------------- */
main {
  background: var(--BG);
  max-width: 100vw;
  overflow: hidden;
}
main h2,
main h3 {
  font-family: var(--serifjp);
}
main p,
main h4 {
  font-family: var(--sansjp);
}
.main_kv {
  width: 100%;
  overflow: hidden;
  /* clip-path: polygon(0 0%, 50% 0%, 50% 65%, 0 65%); */
}
.main_kv img {
  width: 200%;
  max-width: none;
}

/* Moon set */
.moon_set {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  /* padding: 0 24px; */
  align-items: center;
  max-width: 312px;
  margin: 0 auto;
}

.set_title {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 170%;
}

.stroke::after {
  content: ".....................................";
  max-width: fit-content;
  letter-spacing: 4px;
  color: var(--yellow);
}

.str_color::after {
  color: var(--white);
}

.info {
  color: var(--white);
  font-size: 16px;
  line-height: 170%;
  font-weight: 500;
  font-family: var(--sansjp);
}

.set_detail .detail {
  margin: 15.5px 0;
}

.price {
  position: relative;
  display: inline-block;
  width: 94.3px;
  text-align: center;
  padding: 0 20px;
  color: var(--BG);
  font-size: 16px;
  font-family: var(--sansjp);
  line-height: 40px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  font-weight: 700;
}

.price::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: var(--white);
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  z-index: -1;
}

.moon_set .set_image {
  position: relative;
  margin-top: 55px;
}

.moon_set .set_image img {
  max-width: 100%;
  border-radius: 16px;
}

.moon_set .set_image::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/decor02.svg) no-repeat;
  background-size: cover;
  width: 110px;
  height: 70px;
  top: -80px;
  right: 0;
}

.top_sec {
  display: flex;
  flex-direction: column;
}

.mid_sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.set_menu {
  display: flex;
  flex-direction: column;
  color: var(--white);
  line-height: 170%;
  font-size: 16px;
  border: 1px solid var(--white);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  max-width: 312px;
}

.set_menu .menu_title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  border-bottom: 1px solid var(--white);
  padding-bottom: 12px;
}

.menu_title img {
  width: 19%;
}

.menu_detail {
  padding-top: 12px;
  font-weight: 500;
}

.list::before {
  content: "";
  display: inline-block;
  width: 4.914px;
  height: 4.914px;
  transform: rotate(45deg);
  border-radius: 1px;
  background: var(--yellow);
  margin: 3px;
  margin-right: 6px;
}

.var::before {
  background: var(--BG);
}

.menu_detail .note {
  margin-top: 8px;
}

.note::before {
  content: "※";
  display: inline-block;
}

.access {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  border-radius: 8px;
  background: var(--opa-white);
  font-weight: 500;
  color: var(--txt);
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.access .tips {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.tips .access_title {
  border-radius: 25px;
  border: 3px solid #90294d;
  background: var(--white);
  padding: 5px 10px;
}

.tips .access_title p {
  color: #90294d;
  width: 32px;
}
.bot_sec {
  position: relative;
}

.btn {
  border-radius: 8px;
  background: var(--yellow);
  padding: 15px 75px;
  width: 295px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 50px;
}

.btn p {
  color: var(--BG);
  font-weight: 700;
}

.btn img {
  width: 30px;
  height: 30px;
}

.color {
  color: var(--txt);
}

/* Wave Section */
.overflow-hidden {
  overflow: hidden;
  max-width: none;
  height: 21px;
}

/* Lounge Section */
.lounge {
  background: var(--yellow);
  /* background: url(../img/bg_.png); */
  color: var(--txt);
  font-family: var(--sansjp);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 50px 8% 105px;
  align-items: center;
}
.lounge .set_image {
  position: relative;
  z-index: 1;
}
.lounge .set_image::before {
  content: "";
  position: absolute;
  display: block;
  width: 73.882px;
  height: 66.767px;
  border-radius: 16px;
  background: #f49944;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.lp_sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sec_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lounge .set_image {
  width: 100%;
  position: relative;
}

.lounge .set_image img {
  max-width: 90%;
  border-radius: 16px;
  margin: 0 0 25px 34px;
}
.lounge .lp_sec:nth-child(3) .set_image img {
  margin: 0 45px 25px 0;
}
.lounge .lp_sec:nth-child(3) .set_image::before {
  bottom: 0;
  right: 0;
  left: unset;
}
/* Facility Section */
.facility {
  /* padding: 50px 24px; */
  position: relative;
  z-index: 1;
  max-width: 312px;
  margin: 0 auto;
  padding: 50px 0;
}
.department {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 110px;
}
.department .nav_depart {
  position: relative;
  width: 100%;
  height: 180px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(66, 11, 30, 0.25);
}
.department .nav_depart:nth-child(1) {
  background: url(../img/img_bg01.png) no-repeat;
  background-size: cover;
}
.department .nav_depart:nth-child(2) {
  background: url(../img/img_bg02.png) no-repeat;
  background-size: cover;
}
.department .nav_depart:nth-child(3) {
  background: url(../img/img_bg03.png) no-repeat;
  background-size: cover;
}
.nav_depart .top_dep p {
  font-family: var(--serifjp);
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  position: absolute;
  top: 16px;
  left: 16px;
}
.nav_depart .top_dep p::after {
  content: "";
  display: block;
  background: url(../img/vec3.png) no-repeat;
  width: 150px;
  height: 2px;
}
.btn-2 {
  border-radius: 25px;
  background: var(--white);
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
}
.btn-2 p {
  color: var(--BG);
  font-family: "Noto Sans JP";
  padding: 8px 24px;
  padding-right: 0;
}
.btn-2 img {
  width: 30px;
  padding-right: 5px;
}
.direct_info {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-bottom: 30px;
}
.custom {
  width: 312px;
  height: 33px;
  line-height: 32px;
  font-size: 13px;
  font-weight: 500;
}
.custom::before {
  clip-path: polygon(8% 0%, 91% 0%, 100% 50%, 91% 100%, 8% 100%, 0% 50%);
}
.name {
  font-family: var(--serifjp);
  font-size: 32px;
  font-weight: 700;
  line-height: 170%;
}
.name small {
  font-family: var(--sansjp);
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
}
.name::after {
  content: "";
  display: block;
  background: url(../img/vec1.png) no-repeat;
  width: 312px;
  height: 2px;
}
.direct_img {
  margin: 20px 0;
}
.direct_img img {
  height: 250px;
  object-fit: cover;
  border: 1px solid transparent;
  border-radius: 16px;
}
.menu_price {
  padding: 24px 16px;
  border-radius: 24px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  color: var(--txt);
  gap: 24px;
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 65px;
}
.menu_price .direct_img img {
  height: 180px;
  object-fit: cover;
}
.title h3 {
  color: var(--BG);
  font-family: "Noto Serif JP";
  font-size: 20px;
}
.color01 {
  display: flex;
  color: var(--white);
  background: var(--BG);
  height: 30px;
  align-items: center;
  justify-content: center;
}
.color01::before {
  background: var(--BG);
}
.yen::after {
  content: "";
  display: block;
  background: url(../img/vec4.png) no-repeat;
  width: 275px;
  height: 5px;
  margin-top: 16px;
}
.acc_faci {
  background: var(--yellow);
  opacity: 0.85;
}
.access_detail {
  font-family: var(--sansjp);
}
.top_price {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu_price::after {
  content: "";
  display: block;
  background: url(../img/decor05.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 90%;
  height: 110.268px;
  transform: rotate(-3.258deg);
  z-index: 0;
  opacity: 0.8;
}
/* Notice Section */
.notice {
  margin-top: 100px;
  /* padding: 0 24px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  overflow: hidden;
  max-width: 312px;
  margin: 0 auto;
}
.notice_title {
  background: url(../img/decor05.svg) no-repeat;
  background-size: contain;
  width: 280px;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.notice_title h3 {
  font-size: 32px;
  position: absolute;
  top: 12px;
}
.notice .access_detail {
  line-height: 170%;
  margin-bottom: 50px;
}
.notif {
  padding: 5px 10px;
  border-radius: 25px;
  border: 3px solid var(--white);
  width: fit-content;
  height: fit-content;
}
.notice .tips {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
.phone {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tele {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tele span {
  position: relative;
  padding-left: 30px;
}
.tele span::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/tele.png) no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: -6px;
}
.social {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 80px;
}
.social .connect {
  display: flex;
  border-radius: 16px;
  border: 3px solid var(--white);
  padding: 16px 20px;
  gap: 8px;
}
.social .connect p {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.icon {
  display: flex;
}
.ins_name {
  width: 200px;
  text-wrap: wrap;
}
.ins_name p:first-child {
  font-family: var(--serifjp);
}
.ins_name p:last-child {
  font-family: Montserrat;
  font-size: 14px;
}
/* Hotels List */
.hotels_list {
  background: var(--yellow);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 70px 40px;
}

/* Copyright */
.copyright {
  background: var(--txt);
  padding: 8px 10px;
}

.copyright p {
  color: var(--white);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 170%;
}

/* wave section */
.wave {
  position: relative;
}
.wave::before,
.wave::after {
  content: "";
  position: absolute;
  display: block;
  height: 60px;
  width: 100%;
  background: #f8c461;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %23f8c461;fill-opacity: 0;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %2390294d;'%3E%3C/path%3E%3C/svg%3E");
  border: none;
}
.wave::before {
  transform: scale(-1, 1);
  top: -10px;
  left: 0;
}
.wave::after {
  transform: scale(1, -1);
  bottom: -10px;
  left: 0;
}
.hotels_list {
  position: relative;
}
.hotels_list.wave::after {
  content: none;
}
.wave_stroke::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %23f8c461;fill-opacity: 0;' /%3E%3Cpath d='M0,100 C150,190 350,10 500,100 L600,00 L0,0 ' style='stroke: %23b04d3a; stroke-width: 5px; fill: %2390294d;'%3E%3C/path%3E%3C/svg%3E");
}
