@charset "UTF-8";
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
#front h2 {
  font-family: "Michroma", sans-serif;
  font-size: max(3.4rem, 20px);
  letter-spacing: 0.1em;
  color: #4469AF;
  margin-bottom: 3.7rem;
}
#front h3 {
  font-size: max(3.5rem, 21px);
  letter-spacing: 0.15em;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 768px) {
  #front h3 {
    letter-spacing: 0.1em;
  }
}
#front .fv {
  background-image: url(../../images/fv-bg.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
#front .fv::before {
  content: "";
  background: #50321F;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#front .fv::after {
  content: "";
  background: linear-gradient(#1F170F, #5D320E);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#front .fv .container {
  width: 80%;
  position: relative;
  z-index: 1;
  padding: calc(80px + 5rem) 0 9rem;
  max-height: 100vh;
  min-height: 900px;
}
@media screen and (max-width: 768px) {
  #front .fv .container {
    min-height: unset;
  }
}
@media screen and (max-width: 550px) {
  #front .fv .container {
    padding: calc(65px + 5rem) 0;
  }
}
#front .fv .container picture {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #front .fv .container picture {
    width: 100%;
    height: 80vh;
    display: block;
  }
  #front .fv .container picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
#front .fv .container h1 {
  position: absolute;
  left: -7rem;
  top: 24.7rem;
  z-index: 1;
  font-size: max(8.1rem, 35px);
  text-shadow: 0 0 28px #0F101F;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #front .fv .container h1 {
    top: 24%;
  }
}
#front .fv .container h1::after {
  content: "EBINA MODEL HOUSE";
  display: block;
  font-size: max(1.3rem, 8px);
  font-family: "Michroma", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 2.6rem;
}
#front .fv .container p {
  position: absolute;
  left: -7rem;
  bottom: 8.1rem;
  z-index: 1;
  font-size: max(2.6rem, 15px);
  text-shadow: 0 0 28px #0F101F;
  line-height: 2.3;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #front .fv .container p {
    bottom: 18%;
  }
}
#front .fv .scroll {
  position: absolute;
  bottom: 4.3rem;
  right: 3.7rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #front .fv .scroll {
    bottom: calc(5% + 50px);
  }
}
#front .fv .scroll p {
  font-family: "Michroma", sans-serif;
  font-size: max(1.2rem, 14px);
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
}
#front .fv .scroll .cp_arrows {
  position: relative;
  height: max(3.4rem, 34px);
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 auto;
}
#front .fv .scroll .cp_arrows .cp_arrow {
  position: absolute;
  top: 55%;
  /*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: max(1.1rem, 11px);
  height: max(0.6rem, 6px);
  opacity: 0;
}
#front .fv .scroll .cp_arrows .cp_arrow:first-child {
  animation: arrow 2s ease-in-out infinite;
}
#front .fv .scroll .cp_arrows .cp_arrow:nth-child(2) {
  animation: arrow 2s 1s ease-in-out infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
    top: 25%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#front .fv .scroll .cp_arrows .cp_arrow:before, #front .fv .scroll .cp_arrows .cp_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: max(0.8rem, 8px);
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 0.5px);
}
#front .fv .scroll .cp_arrows .cp_arrow:before {
  transform: rotate(45deg);
}
#front .fv .scroll .cp_arrows .cp_arrow:after {
  transform: rotate(-45deg);
}
#front .concept {
  padding: max(11.6rem, 50px) 0 max(10rem, 50px);
  background: linear-gradient(to right, #39312B 20%, transparent 20%);
  position: relative;
}
#front .concept__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  line-height: 1;
  font-family: "Michroma", sans-serif;
  font-size: 16.5rem;
  background: linear-gradient(to bottom, #3A312B, #241D18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Safari以外にも安定させたい場合 */
  background-clip: text;
  color: transparent;
}
#front .concept .container {
  margin: 0 0 0 auto;
  width: min(90%, calc(1600px + 10%));
  display: flex;
  gap: 14.6rem;
  align-items: center;
}
@media screen and (min-width: 2000px) {
  #front .concept .container {
    margin: auto;
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #front .concept .container {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
#front .concept__textbox {
  flex: 1;
}
#front .concept__textbox p {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #front .concept__textbox p {
    line-height: 2;
  }
  #front .concept__textbox p br {
    display: none;
  }
}
#front .concept__imgbox {
  width: 51%;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (max-width: 768px) {
  #front .concept__imgbox {
    width: 100%;
  }
}
#front .exterior {
  padding: max(16.6rem, 50px) 0 max(9.5rem, 50px);
}
#front .exterior .container {
  display: flex;
  gap: 8.2rem;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #front .exterior .container {
    flex-direction: column;
  }
}
#front .exterior__textbox p {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #front .exterior__textbox p {
    line-height: 2;
  }
}
#front .exterior__imgbox {
  position: relative;
}
#front .exterior__imgbox .img {
  width: 92.5%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
#front .exterior__imgbox .img-bg::before {
  content: "";
  background: #50321F;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;
}
#front .exterior__imgbox .img-bg::after {
  content: "";
  background: linear-gradient(#1F170F, #5D320E);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 1;
}
#front .interior {
  padding-bottom: max(16.1rem, 100px);
  background: linear-gradient(to bottom, #241D18, #3A312B);
}
#front .interior .container {
  display: flex;
  gap: 8.2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #front .interior .container {
    flex-direction: column;
  }
}
#front .interior__textbox p {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #front .interior__textbox p {
    line-height: 2;
  }
}
#front .interior__imgbox {
  position: relative;
}
#front .interior__imgbox .img {
  width: 92.5%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
#front .interior__imgbox .img-bg::before {
  content: "";
  background: #50321F;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;
}
#front .interior__imgbox .img-bg::after {
  content: "";
  background: linear-gradient(#1F170F, #5D320E);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 1;
}
#front .btn-visit {
  transform: translateY(-50%);
}
#front .btn-visit a {
  margin: 0 auto;
  padding: 3rem;
  width: 48%;
  max-width: 628px;
  background-color: #4469AF;
  border-radius: 54px;
  font-size: max(2rem, 16px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.3rem;
  transition: 0.3s ease;
}
#front .btn-visit a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #front .btn-visit a {
    width: 100%;
  }
}
#front .btn-visit a img {
  width: max(3rem, 25px);
}
#front .facility {
  padding: max(20rem, 50px) 0 max(11.7rem, 50px);
}
#front .facility h3 {
  text-align: center;
  margin-bottom: max(5.3rem, 35px);
}
#front .facility .swiper {
  padding-bottom: 1%;
}
@media screen and (max-width: 768px) {
  #front .facility .swiper {
    padding-bottom: max(7%, 70px);
  }
}
#front .facility .swiper-slide {
  transform: scale(0.9);
  transition: all 0.4s ease;
  opacity: 0.3;
}
#front .facility .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(36, 29, 24, 0.3);
  /* #241D18 の 30% */
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}
#front .facility .swiper-slide h4 {
  font-size: max(2.2rem, 15px);
  margin-top: 3.4rem;
}
#front .facility .swiper-slide p {
  font-size: max(1.7rem, 14px);
  margin-top: 1.7rem;
}
#front .facility .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#front .facility .swiper-slide.swiper-slide-active {
  transform: scale(1.05);
  opacity: 1;
}
#front .facility .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
#front .facility .swiper-pagination {
  text-align: center;
  margin-top: 1rem;
}
#front .facility .swiper-button-next,
#front .facility .swiper-button-prev {
  color: white;
}
#front .facility .btnbox {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3.9rem;
  z-index: 10;
  margin-top: 6.6rem;
  /* ページネーション */
  /* 矢印ボタン */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 768px) {
  #front .facility .btnbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#front .facility .btnbox .swiper-pagination {
  display: flex;
  gap: 2.8rem;
  position: relative;
  width: auto;
}
#front .facility .btnbox .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0.25;
  transition: opacity 0.3s;
}
#front .facility .btnbox .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  opacity: 1;
  transform: scale(3);
}
#front .facility .btnbox .swiper-button-prev,
#front .facility .btnbox .swiper-button-next {
  position: relative;
  width: max(5rem, 35px);
  aspect-ratio: 1/1;
  top: 0;
  left: auto;
  right: auto;
}
#front .facility .btnbox .swiper-button-prev::after,
#front .facility .btnbox .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: max(5rem, 35px);
  aspect-ratio: 1/1;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#front .facility .btnbox .swiper-button-prev::after {
  background-image: url(../../images/swiper-button-prev.svg);
}
#front .facility .btnbox .swiper-button-next::after {
  background-image: url(../../images/swiper-button-next.svg);
}
#front #gallery {
  background: linear-gradient(to bottom, #39312B 50%, #241D18 50%);
}
#front #gallery .gallery__wrapper {
  padding-top: max(13rem, 70px);
  padding-bottom: max(18rem, 100px);
}
#front #gallery .gallery__wrapper h3 {
  color: #4469AF;
  font-family: "Michroma", sans-serif;
  font-size: max(3.4rem, 28px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(1rem, 10px);
}
#front #gallery .gallery__wrapper p {
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
#front #gallery .gallery__wrapper .gallery__content {
  display: grid;
  gap: max(1rem, 10px);
  margin-top: max(5rem, 30px);
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 1000px) {
  #front #gallery .gallery__wrapper .gallery__content {
    gap: 40px;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
#front #gallery .gallery__wrapper .gallery__content .gallery__main {
  width: max(76.5rem, 400px);
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #front #gallery .gallery__wrapper .gallery__content .gallery__main {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  #front #gallery .gallery__wrapper .gallery__content .gallery__main {
    width: 90%;
  }
}
#front #gallery .gallery__wrapper .gallery__content .gallery__main .imageBox {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
#front #gallery .gallery__wrapper .gallery__content .gallery__main .imageBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 50, 31, 0.5);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
#front #gallery .gallery__wrapper .gallery__content .gallery__main .imageBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 50, 31, 0.8);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
#front #gallery .gallery__wrapper .gallery__content .gallery__main .imageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#front #gallery .gallery__wrapper .gallery__content .gallery__main .imageBox__inner {
  position: absolute;
  inset: max(2rem, 15px);
  overflow: hidden;
  z-index: 2;
}
#front #gallery .gallery__wrapper .gallery__content .gallery__sub {
  flex: 1;
  display: grid;
  gap: max(1rem, 10px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1000px) {
  #front #gallery .gallery__wrapper .gallery__content .gallery__sub {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    scroll-behavior: smooth;
  }
  #front #gallery .gallery__wrapper .gallery__content .gallery__sub::-webkit-scrollbar {
    display: none;
  }
  #front #gallery .gallery__wrapper .gallery__content .gallery__sub:active {
    cursor: grabbing;
  }
}
#front #gallery .gallery__wrapper .gallery__content .gallery__sub .imageBox {
  aspect-ratio: 47/34;
  z-index: 0;
  position: relative;
}
#front #gallery .gallery__wrapper .gallery__content .gallery__sub .imageBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #241D18;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  #front #gallery .gallery__wrapper .gallery__content .gallery__sub .imageBox {
    flex-shrink: 0;
    min-width: 30%;
    width: 30%;
  }
}
#front #gallery .gallery__wrapper .gallery__content .gallery__sub .imageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
#front #gallery .gallery__wrapper .slider-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: max(4rem, 20px);
  margin-top: max(3rem, 30px);
}
#front #gallery .gallery__wrapper .slider-btn__dots {
  display: flex;
  align-items: center;
  gap: max(1rem, calc(2.8rem + 4px));
}
#front #gallery .gallery__wrapper .slider-btn__dots .dot {
  width: max(0.4rem, 4px);
  height: max(0.4rem, 4px);
  border-radius: 50%;
  background: #fff;
  opacity: 0.25;
}
#front #gallery .gallery__wrapper .slider-btn__dots .dot--active {
  opacity: 1;
  width: max(1.5rem, 15px);
  height: max(1.5rem, 15px);
}
#front #gallery .gallery__wrapper .slider-btn__arrow {
  width: max(5rem, 25px);
}
#front #plan .plan__wrapper {
  padding-top: max(9rem, 50px);
  padding-bottom: max(30rem, 100px);
}
#front #plan .plan__wrapper h3 {
  color: #4469AF;
  font-family: "Michroma", sans-serif;
  font-size: max(3.4rem, 28px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#front #plan .plan__wrapper p {
  text-align: center;
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: max(2rem, 20px);
}
@media screen and (max-width: 768px) {
  #front #plan .plan__wrapper p {
    text-align: left;
  }
}
#front #plan .plan__wrapper .plan__content {
  display: flex;
  gap: max(5rem, 30px);
  margin-top: max(3rem, 20px);
}
@media screen and (max-width: 1000px) {
  #front #plan .plan__wrapper .plan__content {
    flex-direction: column;
  }
}
#front #plan .plan__wrapper .plan__content figure {
  flex: 1;
}
#front #plan .plan__wrapper .plan__content figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 62/41;
}
#front #access .access__wrapper {
  display: flex;
  gap: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #front #access .access__wrapper {
    flex-direction: column;
  }
}
#front #access .access__wrapper .textBox h3 {
  color: #4469AF;
  font-family: "Michroma", sans-serif;
  font-size: max(3.4rem, 28px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#front #access .access__wrapper .textBox b {
  font-size: max(2.3rem, 20px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
#front #access .access__wrapper .textBox__inner {
  gap: max(3rem, 30px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #front #access .access__wrapper .textBox__inner {
    flex-direction: row;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  #front #access .access__wrapper .textBox__inner {
    align-items: start;
    flex-direction: column;
  }
}
#front #access .access__wrapper .textBox__inner p {
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
#front #access .access__wrapper .mapBox {
  align-self: stretch;
  flex: 1;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #front #access .access__wrapper .mapBox {
    aspect-ratio: 5/3;
  }
}
#front #access .access__wrapper .mapBox iframe {
  width: 100%;
  height: 100%;
}
#front #cta {
  position: relative;
  margin-top: max(16rem, 160px);
}
#front #cta .cta__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
#front #cta .cta__bg img {
  width: 100%;
  height: 100%;
}
#front #cta .cta__wrapper {
  display: flex;
  gap: max(2rem, 20px) max(1rem, 10px);
  padding: max(3rem, 20px) 0;
  transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  #front #cta .cta__wrapper {
    flex-direction: column;
  }
}
#front #cta .cta__wrapper .cta__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: max(6.5rem, 30px) max(7rem, 35px);
  background: #4469AF;
}
#front #cta .cta__wrapper .cta__btn h3 {
  display: flex;
  gap: max(1rem, 10px);
  margin-bottom: max(2.5rem, 20px);
}
#front #cta .cta__wrapper .cta__btn h3 img {
  flex-shrink: 0;
  width: max(3rem, 20px);
  object-fit: contain;
}
#front #cta .cta__wrapper .cta__btn h3 span {
  flex: 1;
  font-size: max(2.3rem, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front #cta .cta__wrapper .cta__btn--arrow {
  width: 100%;
  margin-top: max(2rem, 15px);
  text-align: right;
  transition: 0.3s transform ease-out;
}
#front #cta .cta__wrapper .cta__btn--arrow img {
  width: 16px;
}
#front #cta .cta__wrapper .cta__btn:hover .cta__btn--arrow {
  transform: translateX(10px);
}
#front #reservation {
  position: relative;
  padding-bottom: max(8rem, 50px);
}
#front #reservation .reservation__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
#front #reservation .reservation__bg img {
  width: 100%;
}
#front #reservation .reservation__wrapper {
  padding-top: max(20rem, 100px);
}
#front #reservation .reservation__wrapper h3 {
  color: #4469AF;
  font-family: "Michroma", sans-serif;
  font-size: max(3.4rem, 28px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#front #reservation .reservation__wrapper span.attention {
  color: #241D18;
  margin-top: max(0.5rem, 5px);
  margin-bottom: max(1rem, 10px);
}
#front #reservation .reservation__wrapper .reservation__content {
  padding: max(10rem, 50px) max(14.5rem, 50px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  #front #reservation .reservation__wrapper .reservation__content {
    padding: 50px;
  }
}
@media screen and (max-width: 550px) {
  #front #reservation .reservation__wrapper .reservation__content {
    padding: 50px 25px;
  }
}
#front #reservation .reservation__wrapper .contact-form {
  margin: 0 auto;
}
#front #reservation .reservation__wrapper .contact-form .form-group {
  display: flex;
  align-items: baseline;
  gap: max(2rem, 15px);
  margin-bottom: max(1rem, 10px);
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .contact-form .form-group {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#front #reservation .reservation__wrapper .contact-form .form-group.form-group--privacy {
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: max(5rem, 40px);
  margin-bottom: max(5rem, 40px);
}
#front #reservation .reservation__wrapper .contact-form .form-label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #241D18;
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .contact-form .form-label {
    gap: 15px;
  }
}
#front #reservation .reservation__wrapper .contact-form .form-label--text {
  color: #241D18;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#front #reservation .reservation__wrapper .contact-form .form-label .required {
  padding: max(0.5rem, 5px) max(1rem, 10px);
  background: rgba(68, 105, 175, 0.6);
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front #reservation .reservation__wrapper .contact-form .form-input,
#front #reservation .reservation__wrapper .contact-form .form-select,
#front #reservation .reservation__wrapper .contact-form .form-textarea {
  width: 65%;
  padding: max(2rem, 15px);
  color: #241D18;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  background: rgba(39, 41, 80, 0.1);
  border-radius: max(0.1rem, 6px);
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .contact-form .form-input,
#front #reservation .reservation__wrapper .contact-form .form-select,
#front #reservation .reservation__wrapper .contact-form .form-textarea {
    width: 100%;
  }
}
#front #reservation .reservation__wrapper .contact-form .form-input:focus,
#front #reservation .reservation__wrapper .contact-form .form-select:focus,
#front #reservation .reservation__wrapper .contact-form .form-textarea:focus {
  outline: none;
  border-color: #4469AF;
  box-shadow: 0 0 0 2px rgba(68, 105, 175, 0.1);
}
#front #reservation .reservation__wrapper .contact-form .form-input::placeholder,
#front #reservation .reservation__wrapper .contact-form .form-select::placeholder,
#front #reservation .reservation__wrapper .contact-form .form-textarea::placeholder {
  color: rgba(36, 29, 24, 0.2);
}
#front #reservation .reservation__wrapper .contact-form .form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}
#front #reservation .reservation__wrapper .contact-form .other-detail {
  margin-top: max(1rem, 10px);
}
#front #reservation .reservation__wrapper .contact-form .other-detail .form-input {
  width: 100%;
}
#front #reservation .reservation__wrapper .contact-form .selectBox {
  width: 65%;
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .contact-form .selectBox {
    width: 100%;
  }
}
#front #reservation .reservation__wrapper .contact-form .selectBox input,
#front #reservation .reservation__wrapper .contact-form .selectBox select {
  width: 100%;
}
#front #reservation .reservation__wrapper .contact-form .form-input--datetime {
  width: 100%;
}
#front #reservation .reservation__wrapper .contact-form .form-input--datetime::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
  filter: invert(0.5);
}
#front #reservation .reservation__wrapper .contact-form .form-input--datetime::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
  filter: invert(0.3);
}
#front #reservation .reservation__wrapper .contact-form .form-input--datetime::-moz-datetime {
  cursor: pointer;
}
#front #reservation .reservation__wrapper .contact-form .datetime-fallback .form-datetime-group {
  flex: 1;
  display: flex;
  gap: max(1.5rem, 15px);
}
@media screen and (max-width: 550px) {
  #front #reservation .reservation__wrapper .contact-form .datetime-fallback .form-datetime-group {
    flex-direction: column;
    gap: max(1rem, 10px);
    width: 100%;
  }
}
#front #reservation .reservation__wrapper .contact-form .datetime-fallback .form-datetime-group .form-input--date {
  flex: 1;
}
#front #reservation .reservation__wrapper .contact-form .datetime-fallback .form-datetime-group .form-select--time {
  flex: 1;
}
#front #reservation .reservation__wrapper .contact-form .form-radio-group {
  display: flex;
  gap: max(2rem, 20px);
}
@media screen and (max-width: 550px) {
  #front #reservation .reservation__wrapper .contact-form .form-radio-group {
    flex-direction: column;
    gap: max(1rem, 10px);
  }
}
#front #reservation .reservation__wrapper .contact-form .form-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#front #reservation .reservation__wrapper .contact-form .form-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
#front #reservation .reservation__wrapper .contact-form .form-radio .form-radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: max(1rem, 8px);
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
}
#front #reservation .reservation__wrapper .contact-form .form-radio .form-radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4469AF;
  transition: transform 0.3s ease;
}
#front #reservation .reservation__wrapper .contact-form .form-radio input[type=radio]:checked + .form-radio-mark {
  border-color: #4469AF;
}
#front #reservation .reservation__wrapper .contact-form .form-radio input[type=radio]:checked + .form-radio-mark::after {
  transform: translate(-50%, -50%) scale(1);
}
#front #reservation .reservation__wrapper .contact-form .form-radio:hover .form-radio-mark {
  border-color: #4469AF;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: max(1.5rem, 15px);
  margin-top: max(2rem, 20px);
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .contact-form .form-checkbox-group {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  #front #reservation .reservation__wrapper .contact-form .form-checkbox-group {
    grid-template-columns: 1fr;
    gap: max(1rem, 10px);
  }
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #241D18;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox .form-checkbox-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-right: max(1rem, 8px);
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox .form-checkbox-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.3s ease;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox input[type=checkbox]:checked + .form-checkbox-mark {
  background: #4469AF;
  border-color: #4469AF;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox input[type=checkbox]:checked + .form-checkbox-mark::after {
  transform: rotate(45deg) scale(1);
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox:hover .form-checkbox-mark {
  border-color: #4469AF;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox.form-checkbox--privacy {
  margin-top: max(2rem, 20px);
  font-weight: 500;
}
#front #reservation .reservation__wrapper .contact-form .form-checkbox.form-checkbox--privacy .required {
  color: #e74c3c;
  margin-left: 0.5rem;
}
#front #reservation .reservation__wrapper .contact-form .privacy-policy-box {
  border: 1px solid #241D18;
  border-radius: 8px;
  padding: max(2rem, 20px);
  margin-bottom: max(2rem, 20px);
  background: #f8f9fa;
  max-height: 300px;
  overflow-y: auto;
  line-height: 1.7;
}
#front #reservation .reservation__wrapper .contact-form .privacy-policy-box h4 {
  color: #241D18;
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
#front #reservation .reservation__wrapper .contact-form .privacy-policy-box p {
  margin: 0 0 max(1.5rem, 15px) 0;
  color: #241D18;
  font-size: max(1.6rem, 14px);
  line-height: 2;
  letter-spacing: 0.05em;
}
#front #reservation .reservation__wrapper .contact-form .privacy-policy-box::-webkit-scrollbar {
  width: 8px;
}
#front #reservation .reservation__wrapper .contact-form .privacy-policy-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
#front #reservation .reservation__wrapper .contact-form .privacy-policy-box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
#front #reservation .reservation__wrapper .contact-form .privacy-policy-box::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
#front #reservation .reservation__wrapper .contact-form .form-submit {
  text-align: center;
  margin-top: max(4rem, 40px);
}
#front #reservation .reservation__wrapper .contact-form .submit-btn {
  background: #4469AF;
  color: #fff;
  width: max(60%, 300px);
  padding: max(1.5rem, 15px) max(4rem, 40px);
  margin: 0 auto;
  border: none;
  border-radius: 50px;
  font-size: max(1.6rem, 14px);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  #front #reservation .reservation__wrapper .contact-form .submit-btn {
    width: 100%;
  }
}
#front #reservation .reservation__wrapper .contact-form .submit-btn:hover:not(:disabled) {
  background: #36538a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(68, 105, 175, 0.3);
}
#front #reservation .reservation__wrapper .contact-form .submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
#front #reservation .reservation__wrapper .contact-form .submit-btn--secondary {
  background: #6c757d;
  margin-right: max(1rem, 10px);
}
#front #reservation .reservation__wrapper .contact-form .submit-btn--secondary:hover:not(:disabled) {
  background: #545b62;
}
#front #reservation .reservation__wrapper .confirmation-screen {
  padding: max(3rem, 30px) 0;
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item {
  display: flex;
  gap: max(2rem, 15px);
  align-items: baseline;
  margin-bottom: max(1.5rem, 15px);
  padding-bottom: max(1rem, 10px);
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item .confirmation-label {
  flex: 1;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item .confirmation-label {
    min-width: 0;
    gap: 15px;
  }
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item .confirmation-label .form-label--text {
  color: #241D18;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item .confirmation-label .required {
  padding: max(0.5rem, 5px) max(1rem, 10px);
  background: rgba(68, 105, 175, 0.6);
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item .confirmation-value {
  width: 65%;
  color: #241D18;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #front #reservation .reservation__wrapper .confirmation-screen .confirmation-content .confirmation-item .confirmation-value {
    width: 100%;
  }
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons {
  display: flex;
  justify-content: center;
  gap: max(3rem, 20px);
  margin-top: max(4rem, 40px);
}
@media screen and (max-width: 768px) {
  #front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons {
    flex-direction: column;
    gap: 20px;
  }
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons .submit-btn {
  text-align: center;
  width: max(60%, 300px);
  padding: max(1.5rem, 15px) max(4rem, 40px);
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 50px;
  background: #4469AF;
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  #front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons .submit-btn {
    width: 100%;
  }
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons .submit-btn:hover:not(:disabled) {
  background: #36538a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(68, 105, 175, 0.3);
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons .submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons .submit-btn--secondary {
  background: #fff;
  color: #4469AF;
  border: 1px solid #4469AF;
}
#front #reservation .reservation__wrapper .confirmation-screen .confirmation-buttons .submit-btn--secondary:hover:not(:disabled) {
  background: #545b62;
}
#front #reservation .reservation__wrapper .thanks-screen {
  padding: max(5rem, 50px) 0;
  text-align: center;
}
#front #reservation .reservation__wrapper .thanks-screen .thanks-content {
  max-width: 600px;
  margin: 0 auto;
}
#front #reservation .reservation__wrapper .thanks-screen .thanks-content h3 {
  font-size: max(3.5rem, 28px);
  font-weight: 500;
  margin-bottom: max(3rem, 30px);
}
#front #reservation .reservation__wrapper .thanks-screen .thanks-content .thanks-message {
  color: #241D18;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}