*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 2rem;
}

:root {
  --white: #fff;
  --grey: #f8f8f8;
  --beige: #fefaea;
  --black: #000;
  --light_black: #000;
  --sky-blue: #b0eaed;
  --red: #aa2225;
  --pink: #ff6b69;
  --yellow: #ebcb44;
  --green: #50c689;
  --orange: #ffa533;
  --shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  --Noto: "Noto Sans JP", sans-serif !important;
  --serif: "Noto serif JP", sans-serif !important;
  --serif: "Noto serif JP", sans-serif !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #4f5f6b;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  background-size: cover;
  background-attachment: fixed;
  background-color: #e9e2dc;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  max-width: 750px;
  margin: auto;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  position: relative;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

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

a:hover {
  opacity: 0.9;
}

b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

/*
..%%%%...%%.......%%%%...%%%%%....%%%%...%%.....
.%%......%%......%%..%%..%%..%%..%%..%%..%%.....
.%%.%%%..%%......%%..%%..%%%%%...%%%%%%..%%.....
.%%..%%..%%......%%..%%..%%..%%..%%..%%..%%.....
..%%%%...%%%%%%...%%%%...%%%%%...%%..%%..%%%%%%.
................................................
*/
.ff_noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.bg_white {
  background-color: #fff;
}

.color_white {
  color: #fff;
}

.bg_beige {
  background-color: #fefaea;
}

.color_beige {
  color: #fefaea;
}

.bg_black {
  background-color: #000;
}

.color_black {
  color: #000;
}

.bg_red {
  background-color: #aa2225;
}

.color_red {
  color: #aa2225;
}

.bg_light_black {
  background-color: #333;
}

.color_light_black {
  color: #333;
}

.bg_sky-blue {
  background-color: #58d2d8;
}

.color_sky-blue {
  color: #58d2d8;
}

.bg_pink {
  background-color: #ff6b69;
}

.color_pink {
  color: #ff6b69;
}

.bg_yellow {
  background-color: #ebcb44;
}

.color_yellow {
  color: #ebcb44;
}

.bg_green {
  background-color: #50c689;
}

.color_green {
  color: #50c689;
}

.bg_orange {
  background-color: #ffa533;
}

.color_orange {
  color: #ffa533;
}

.ft11px p {
  font-size: 1.1rem !important;
}

.ft12px p {
  font-size: 1.2rem !important;
}

.ft13px p {
  font-size: 1.3rem !important;
}

.ft14px p {
  font-size: 1.4rem !important;
}

.ft16px p {
  font-size: 1.6rem !important;
}

.ft18px p {
  font-size: 1.8rem !important;
}

.ft20px p {
  font-size: 2rem !important;
}

.ft21px p {
  font-size: 2.1rem !important;
}

.ft22px p {
  font-size: 2.2rem !important;
}

.ft23px p {
  font-size: 2.3rem !important;
}

.ft25px p {
  font-size: 2.5rem !important;
}

.ft28px p {
  font-size: 2.8rem !important;
}

.ft30px p {
  font-size: 3rem !important;
}

.mg0a {
  margin: 0rem auto !important;
}

.mgt0 {
  margin-top: 0rem !important;
}

.mgb0 {
  margin-bottom: 0rem !important;
}

.pdt0 {
  padding-top: 0rem !important;
}

.pdb0 {
  padding-bottom: 0rem !important;
}

.mg1a {
  margin: 1rem auto !important;
}

.mgt1 {
  margin-top: 1rem !important;
}

.mgb1 {
  margin-bottom: 1rem !important;
}

.pdt1 {
  padding-top: 1rem !important;
}

.pdb1 {
  padding-bottom: 1rem !important;
}

.mg2a {
  margin: 2rem auto !important;
}

.mgt2 {
  margin-top: 2rem !important;
}

.mgb2 {
  margin-bottom: 2rem !important;
}

.pdt2 {
  padding-top: 2rem !important;
}

.pdb2 {
  padding-bottom: 2rem !important;
}

.mg3a {
  margin: 3rem auto !important;
}

.mgt3 {
  margin-top: 3rem !important;
}

.mgb3 {
  margin-bottom: 3rem !important;
}

.pdt3 {
  padding-top: 3rem !important;
}

.pdb3 {
  padding-bottom: 3rem !important;
}

.mg4a {
  margin: 4rem auto !important;
}

.mgt4 {
  margin-top: 4rem !important;
}

.mgb4 {
  margin-bottom: 4rem !important;
}

.pdt4 {
  padding-top: 4rem !important;
}

.pdb4 {
  padding-bottom: 4rem !important;
}

.mgt5 {
  margin-top: 5rem !important;
}

.mgb5 {
  margin-bottom: 5rem !important;
}

.pdt5 {
  padding-top: 5rem !important;
}

.pdb5 {
  padding-bottom: 5rem !important;
}

.mg6a {
  margin: 6rem auto !important;
}

.mgt6 {
  margin-top: 6rem !important;
}

.mgb6 {
  margin-bottom: 6rem !important;
}

.pdt6 {
  padding-top: 6rem !important;
}

.pdb6 {
  padding-bottom: 6rem !important;
}

.mgt7 {
  margin-top: 7rem !important;
}

.mgb7 {
  margin-bottom: 7rem !important;
}

.pdt7 {
  padding-top: 7rem !important;
}

.pdb7 {
  padding-bottom: 7rem !important;
}

.mg8a {
  margin: 8rem auto !important;
}

.mgt8 {
  margin-top: 8rem !important;
}

.mgb8 {
  margin-bottom: 8rem !important;
}

.pdt8 {
  padding-top: 8rem !important;
}

.pdb8 {
  padding-bottom: 8rem !important;
}

.mgla {
  margin-left: auto !important;
}

.mgra {
  margin-right: auto !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.gap1 {
  gap: 1rem !important;
}

.gap2 {
  gap: 2rem !important;
}

.gap3 {
  gap: 3rem !important;
}

.gap4 {
  gap: 4rem !important;
}

.gap5 {
  gap: 5rem !important;
}

.gap6 {
  gap: 6rem !important;
}

.gap7 {
  gap: 7rem !important;
}

.gap8 {
  gap: 8rem !important;
}

.lh1 {
  line-height: 1;
}

.lh1_6 {
  line-height: 1.6;
}

.lh1_7 {
  line-height: 1.7;
}

.lh1_8 {
  line-height: 1.8;
}

.lh1_9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

.breadcrumb {
  font-size: 1.1rem;
  margin: 2rem auto;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}

.flex {
  display: flex;
}

.flex_fit_content {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.flex_wrp2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.flex_wrp2 > div {
  width: calc(50% - 1rem);
}

.flex_wrp3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.flex_wrp3 > div {
  width: calc(33.3333333333% - 2rem);
}

.flex_wrp4 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.flex_wrp4 > div {
  width: calc(25% - 1rem);
}

.flex_wrp2.gap4 > div {
  width: calc(50% - 2rem);
}

.flex_wrp2.gap6 > div {
  width: calc(50% - 3rem);
}

.flex_wrp2.nav_item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.flex.wrap {
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.grid {
  display: grid;
}

.grid_wrp2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.grid_wrp3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.mw_ft {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ftc_wrp {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_a_center {
  display: flex;
  align-items: center;
}

.flex_j_center {
  display: flex;
  justify-content: center;
}

.flex_j_between {
  display: flex;
  justify-content: space-between;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center_txt {
  text-align: center;
  margin: 4rem auto;
}

.left_txt {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.ft_normal {
  font-weight: normal;
}

.block {
  text-align: center;
}

.ps_relative {
  position: relative;
}

.ps_absolute {
  position: absolute;
}

.dpb767 {
  display: none;
}
@media screen and (max-width: 767px) {
  .dpb767 {
    display: block;
  }
}

.dpn767 {
  display: block;
}
@media screen and (max-width: 767px) {
  .dpn767 {
    display: none;
  }
}

.dpb1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dpb1024 {
    display: block;
  }
}

.dpn1024 {
  display: block;
}
@media screen and (max-width: 1024px) {
  .dpn1024 {
    display: none;
  }
}

.ft50px {
  font-size: 5rem;
}

.iframe_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.iframe_wrapper {
  max-width: 700px;
  aspect-ratio: 1/0.56;
}

.iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container370 {
  max-width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container370 {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.container350 {
  max-width: 350px;
  margin: 0 auto;
}

.container330 {
  max-width: 330px;
  margin: 0 auto;
}

/*
.%%%%%....%%%%...%%..%%..%%..%%..%%%%%%..%%%%%..
.%%..%%..%%..%%..%%%.%%..%%%.%%..%%......%%..%%.
.%%%%%...%%%%%%..%%.%%%..%%.%%%..%%%%....%%%%%..
.%%..%%..%%..%%..%%..%%..%%..%%..%%......%%..%%.
.%%%%%...%%..%%..%%..%%..%%..%%..%%%%%%..%%..%%.
................................................
*/
.fixed_nav_wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 750px;
  z-index: 1000;
  transform: translateX(-50%);
  background-size: contain;
}
.fixed_nav_wrapper .flex_j_center > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #fff;
}
.fixed_nav_wrapper .flex_j_center > div:first-child {
  border-left: none;
}
.fixed_nav_wrapper .flex_j_center > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4f5f6b;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .fixed_nav_wrapper .flex_j_center > div a {
    font-size: 1.7rem;
    gap: 0.5rem;
  }
}
.fixed_nav_wrapper .flex_j_center > div:first-child {
  background: url(../../img/fixed_reservation_bg.png) no-repeat center center;
  width: 33.3333333333%;
}
.fixed_nav_wrapper .flex_j_center > div:first-child img {
  width: 10vw;
  max-width: 40px;
  vertical-align: inherit;
}
@media screen and (max-width: 767px) {
  .fixed_nav_wrapper .flex_j_center > div:first-child img {
    max-width: 20px;
  }
}
.fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) {
  background-color: #83ccd2;
  width: 33.3333333333%;
}
.fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) a {
  font-size: 2rem;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) a {
    font-size: 1.4rem;
  }
}
.fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) img {
  display: block;
  width: 32vw;
  max-width: 30px;
}
@media screen and (max-width: 767px) {
  .fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) img {
    max-width: 20px;
  }
}
.fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) .flex_a_center {
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) .flex_a_center {
    gap: 0.5rem;
  }
}
.fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) .fixed_nav_tel {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) .fixed_nav_tel {
    font-size: 1.2rem;
  }
}
.fixed_nav_wrapper .flex_j_center > div:nth-child(n+2) .flex.column {
  gap: 0.2rem;
}

.fixed_nav {
  max-width: 750px;
  margin: 0 auto;
}

/*
.%%..%%..%%..%%..%%%%%%...%%%%...%%..%%..%%%%%%.
.%%..%%..%%%.%%....%%....%%..%%..%%..%%..%%.....
.%%..%%..%%.%%%....%%....%%.%%%..%%..%%..%%%%...
.%%..%%..%%..%%....%%....%%..%%..%%..%%..%%.....
..%%%%...%%..%%..%%%%%%...%%%%%...%%%%...%%%%%%.
................................................
*/
.fv_area {
  padding: 0;
}

/* 20250922: */
.reservation_btn {
  padding: 1rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #4f5f6b;
}

.benefits_area {
  background: url(../../img/bg_01.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .benefits_area {
    padding-bottom: 0;
  }
}

.collection_area {
  background: url(../../img/bg_02.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .collection_area {
    padding: 2rem 0 4rem;
  }
  .collection_area .sec_ttl {
    max-width: 169px;
    margin: 0 auto 2rem !important;
  }
}
.collection_area .collection_inner {
  padding-top: 20rem;
  width: 100%;
  max-width: 750px;
  height: 100%;
  background: url(../../img/collection_inner.png) no-repeat center center;
  background-size: 100% auto;
  aspect-ratio: 750/1200;
}
@media screen and (max-width: 767px) {
  .collection_area .collection_inner {
    padding: 10rem 0;
  }
  .collection_area .collection_inner img {
    max-width: 81vw;
  }
}

.venue_item {
  margin: 8rem auto 3rem;
  width: 100%;
  max-width: 79vw;
}
@media screen and (max-width: 767px) {
  .venue_item img {
    max-width: 295px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .venue_item {
    margin: 4rem auto;
  }
}

.venue_txt {
  width: 100%;
  max-width: 590px;
  margin: 2rem auto 0;
  text-align: left;
  font-size: 2.4rem;
  font-family: var(--hiragino);
}
@media screen and (max-width: 767px) {
  .venue_txt {
    max-width: 295px;
  }
}
.venue_txt span a {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1rem auto;
  display: block;
  text-align: center;
  color: #4f5f6b !important;
  border: 1px solid #4f5f6b;
  padding: 0rem 1.5rem 0.1rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .venue_txt span a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .venue_txt {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */