@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

body {
  width: 100%;
  color: #351e13;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  overflow-x: hidden;
  background: url(../img/bg.webp) repeat left top;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}
@media only screen and (max-width: 559px) {
  body {
    font-size: 1.6rem;
  }
}

a:hover {
  opacity: 0.8;
}

.pf {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

figure,
picture {
  line-height: 1;
  padding: 0;
  margin: 0;
}

picture {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

main {
  margin-top: 4rem;
}
@media only screen and (max-width: 559px) {
  main {
    margin-top: 1.5rem;
  }
}

.container,
.wrapper {
  max-width: 136.6rem;
  padding: 0 4rem 0rem 0rem;
  margin: 0 auto;
  min-height: auto;
  width: calc(100vw - 27.7rem);
  margin-left: 27.7rem;
}
@media only screen and (max-width: 1368px) {
  .container,
  .wrapper {
    width: calc(100vw - 19.9rem);
    margin-left: 19.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .container,
  .wrapper {
    margin-left: 0;
    width: 100%;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 559px) {
  .container,
  .wrapper {
    width: 100%;
    padding: 0 5%;
    margin-left: 0;
  }
}

.under-mv {
  position: relative;
  margin-left: 27.7rem;
  margin-right: 4.5rem;
  margin-bottom: clamp(5.5rem, 4.7718446602rem + 1.9417475728vw, 8.5rem);
}
@media only screen and (max-width: 1368px) {
  .under-mv {
    margin-left: 19.9rem;
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .under-mv {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 559px) {
  .under-mv {
    margin-inline: auto;
    width: calc(100% - 3rem);
  }
}
.under-mv__catch {
  position: absolute;
  bottom: 7rem;
  right: 12.5rem;
}
@media only screen and (max-width: 1368px) {
  .under-mv__catch {
    bottom: 2rem;
    right: 4.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .under-mv__catch {
    right: inherit;
    left: 2rem;
  }
}
.under-mv .zoom {
  width: 100%;
  overflow: hidden;
  border-radius: 5rem;
}
@media only screen and (max-width: 1536px) {
  .under-mv .zoom {
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .under-mv .zoom {
    border-radius: 1.5rem;
  }
}
.under-mv .zoom-1 img {
  width: 100%;
  height: auto;
  animation: animationZoom1 15s ease-in-out forwards;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}

/* ====================================================================
-------------------------------pprivacy-policy
==================================================================== */
.privacy_title {
  /*font-size:1.2em;*/
  font-weight: bold;
  margin-bottom: 5px;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
}

.privacy dl {
  margin-bottom: 30px;
}

.privacy_text {
  padding-left: 1em;
  /*	font-size:0.875em;*/
}

.privacy_text_small {
  padding-left: 1.5em;
  /*		font-size:0.875em;*/
}

.text_small_title {
  margin-bottom: 5px;
}

.privacy_companyname {
  display: block;
  /*	font-size:1.2em;*/
  margin: 20px 0 5px;
}

.privacy p {
  margin-top: 2rem;
}

.privacy_page_title {
  /*		font-size:1.62em;*/
  font-weight: bold;
  margin-bottom: 40px;
  font-size: clamp(2.5rem, 3.75vw, 4rem);
  margin-top: 4.5rem;
}

.privacy {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}

.drawer-hamburger-icon {
  margin-top: 0;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  top: 1.2rem;
  right: 1.5rem;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  width: 5.5rem;
}

.drawer--right .drawer-hamburger p {
  font-size: 1.6rem;
}

.drawer-hamburger-icon::before {
  top: 1.4rem;
}

.drawer-hamburger-icon::after {
  top: 2.8rem;
}

.drawer--right .drawer-hamburger p {
  margin-top: 3.5rem;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 1.5rem;
}

.drawer--right.drawer-open .drawer-nav {
  padding: 1rem 1.5rem 5rem;
  width: 35rem;
  z-index: 2000;
  overflow: scroll;
}
@media only screen and (max-width: 559px) {
  .drawer--right.drawer-open .drawer-nav {
    width: 100%;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
  top: 0;
  z-index: 2500;
}

.o-drawer {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .o-drawer {
    display: block;
  }
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  width: 7rem;
  height: 7rem;
  background: #351e13;
  padding: 1rem 2rem;
  box-sizing: border-box;
  border-radius: 0 0 0 2rem;
}

.drawer-hamburger-icon {
  margin-top: -15px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer-hamburger:hover {
  background-color: #351e13;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  top: 0;
}

.drawer-hamburger-icon::before {
  top: 1rem;
}

.drawer-hamburger-icon::after {
  top: 2rem;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  top: 0;
  right: 0;
  z-index: 3000;
}

.drawer--right.drawer-open .o-drawer .drawer-hamburger-icon {
  background: transparent;
}

.drawer--right.drawer-open .o-drawer .drawer-hamburger {
  background: #fff;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background: #351e13;
}

.drawer-nav {
  background: url(../img/drawer-bg.webp) no-repeat center center/cover;
}

.drawer-menu-item,
.drawer-nav .l-header__link:not(:last-child)::after {
  color: #fff;
}

.drawer-nav .l-header__logo {
  padding: 1rem 0 0 1rem;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .l-header__logo {
    top: inherit;
    left: inherit;
  }
}

.drawer-menu-item {
  font-size: 1.8rem;
}

.drawer-menu-item:hover {
  color: #fff;
  text-decoration: none;
}

.o-drawer__logo {
  position: absolute;
  z-index: 1000;
  top: 6rem;
  left: 7rem;
}
@media only screen and (max-width: 559px) {
  .o-drawer__logo {
    display: none;
  }
}

.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}

.o-drawer .l-header__reserve {
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 559px) {
  .drawer-nav ul {
    margin-top: 13rem;
  }
}
.o-ttl__primary {
  font-size: clamp(2.8rem, 2.3145631068rem + 1.2944983819vw, 4.8rem);
  text-align: center;
  margin-bottom: 7.5rem;
  text-align: center;
  position: relative;
  line-height: 1.8;
}
.o-ttl__primary::after {
  content: "";
  background: url(../img/plan-img03.webp) no-repeat center center/contain;
  width: 25.7rem;
  height: 18.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1368px) {
  .o-ttl__primary::after {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media only screen and (max-width: 559px) {
  .o-ttl__primary::after {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.o-ttl__primary--white::after {
  background: url(../img/plan-img04.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 559px) {
  .o-ttl__primary {
    margin-bottom: 4rem;
    line-height: 1.5;
  }
}
.o-ttl__primary span {
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
}

.o-ttl__secondary {
  font-size: clamp(2.8rem, 2.3145631068rem + 1.2944983819vw, 4.8rem);
  line-height: 1;
  margin-bottom: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .o-ttl__secondary {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
  }
}
.o-ttl__secondary img {
  margin-left: 0.7rem;
}
@media only screen and (max-width: 559px) {
  .o-ttl__secondary img {
    width: 2.3rem;
    height: 2.7rem;
  }
}

.o-ttl__tertiary {
  font-size: clamp(2.8rem, 2.3145631068rem + 1.2944983819vw, 4.8rem);
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
  align-items: center;
}

.o-btn {
  text-align: center;
  transition: 0.5s;
}
@media only screen and (min-width: 600px) {
  .o-btn:hover {
    opacity: 0.8;
  }
}
.o-btn__icon_r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.o-btn__link {
  display: block;
  text-align: center;
  position: relative;
  background-color: #351e13;
  color: #fff;
  border-radius: 0.8rem;
  width: 40rem;
  height: 8rem;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
    height: 6.5rem;
  }
}
.o-btn--secondary .o-btn__link {
  background: #fff;
  width: fit-content;
  margin-inline: auto;
  color: #351e13;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding: 1rem 2.5rem;
  border-radius: 2.5rem;
  transition: 0.5s;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .o-btn--secondary .o-btn__link:hover {
    transform: scale(1.1);
  }
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-card--2wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column;
  }
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
@media only screen and (max-width: 559px) {
  .o-flex__item--1 {
    width: 100%;
  }
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item--2 {
    width: 100%;
  }
}
.o-flex__item figure img {
  width: 100%;
  height: 100%;
}

.l-header {
  width: 27.7rem;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 7.41vh;
  z-index: 100;
  background: transparent;
}
@media only screen and (max-width: 1368px) {
  .l-header {
    transform: scale(0.98);
    width: 19.9rem;
    top: 1.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header {
    transform: inherit;
    position: static;
    display: initial;
  }
  .l-header .pc {
    display: none;
  }
}
.l-header__logo {
  margin-bottom: 4.63vh;
}
@media only screen and (max-width: 559px) {
  .l-header__logo {
    position: absolute;
    z-index: 100;
    top: 4rem;
    left: 4rem;
  }
}
.l-header__logoimg {
  transition: 0.3s ease;
  width: 17.13vh;
  height: 17.69vh;
}
.l-header__nav {
  transition: 0.3s ease;
}
.l-header__link {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1536px) {
  .l-header__link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1536px) and (max-width: 559px) {
  .l-header__link {
    font-size: 1.8rem;
  }
}
.l-header__link:not(:last-child)::after {
  content: "・";
  display: block;
}
.l-header__link.active:not(:last-child)::after {
  color: #fff;
}
.l-header__link span.large {
  font-size: 2.6rem;
}
.l-header__link a {
  display: block;
  line-height: 1.4;
}
.l-header__reserve {
  padding-top: 3.7vh;
  border-top: 1px solid;
  margin-top: 4.63vh;
  width: 80%;
  margin-inline: auto;
}
.l-header__reserveimg {
  transition: 0.3s ease;
  width: 12.59vh;
  height: 9.26vh;
}

.p-access {
  margin-bottom: clamp(11.5rem, 9.4368932039rem + 5.501618123vw, 20rem);
}
.p-access .o-ttl__primary {
  text-align: left;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .p-access .o-ttl__primary {
    margin-bottom: 2rem;
  }
}
.p-access .o-ttl__primary::after {
  display: none;
}
.p-access .address,
.p-access .tel {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1;
}
.p-access .address {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .p-access .address {
    margin-bottom: 1.5rem;
  }
}
.p-access .tel {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .p-access .tel {
    margin-bottom: 2rem;
  }
}
.p-access__subttl {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .p-access__subttl {
    margin-bottom: 1rem;
  }
}
.p-access__subttl img {
  margin-right: 0.7rem;
}
.p-access__list {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .p-access__list {
    margin-bottom: 2.5rem;
  }
}
.p-access__item {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1;
}
.p-access__item:not(:last-child) {
  margin-bottom: 1rem;
}
.p-access__item span {
  font-size: 75%;
}
@media only screen and (max-width: 559px) {
  .p-access__item span {
    font-size: 1.3rem;
  }
}
.p-access__text {
  font-size: 1, 6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .p-access__text {
    line-height: 1.75;
  }
}
.p-access .map {
  position: relative;
}
.p-access .map iframe {
  width: 100%;
  aspect-ratio: 835/487;
  height: auto;
}
.p-access .map .o-btn {
  position: absolute;
  bottom: -2.5rem;
  right: 0;
}
@media only screen and (max-width: 559px) {
  .p-access .map .o-btn {
    width: 77%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-access .map .o-btn__link {
  height: 5.1rem;
  bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .p-access .o-flex {
    gap: 4rem;
  }
}

.p-link .o-flex {
  gap: 0;
  line-height: 1;
}
.p-link .o-flex__item {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .p-link .o-flex__item {
    width: 100%;
  }
}
.p-link .o-flex__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(53, 30, 19, 0.2);
  transition: 0.5s;
  pointer-events: none;
}
.p-link__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: #fff;
  font-size: clamp(2.4rem, 1.9631067961rem + 1.1650485437vw, 4.2rem);
  letter-spacing: 0;
  z-index: 100;
}
.p-link__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-link__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.l-footer {
  background: #fff;
}
.l-footer__wrap {
  padding: 6rem 0 8rem;
  width: 90%;
  margin-left: auto;
}
@media only screen and (max-width: 1440px) {
  .l-footer__wrap {
    width: 96%;
  }
}
@media only screen and (max-width: 1280px) {
  .l-footer__wrap {
    width: 100%;
    padding: 6rem 4rem 8rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer__wrap {
    padding: 3rem 6%;
  }
}
@media only screen and (max-width: 1368px) {
  .l-footer__logo img {
    width: 15rem;
    height: auto;
  }
}
.l-footer__flex {
  display: flex;
  gap: 16rem;
}
@media only screen and (max-width: 1536px) {
  .l-footer__flex {
    gap: 5rem;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer__flex {
    flex-direction: column;
    gap: 5rem;
  }
}
.l-footer__navarea {
  display: flex;
  gap: 10rem;
}
@media only screen and (max-width: 1536px) {
  .l-footer__navarea {
    gap: 5rem;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer__navarea {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.l-footer__infoarea {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .l-footer__infoarea {
    flex-direction: column;
    gap: 2rem;
  }
}
.l-footer address,
.l-footer .tel {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1;
}
.l-footer address {
  font-style: normal;
  margin-bottom: 2rem;
}
.l-footer .tel {
  margin-bottom: 3rem;
}
.l-footer__link:not(:last-child) {
  margin-bottom: 3.5rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .l-footer__link:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.l-footer__item {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
}
.l-footer__copy {
  color: #fff;
  background-color: #351e13;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  padding: 2.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .l-footer__copy {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer__infoitem {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer__logo img {
    width: 12.3rem;
    height: 14rem;
  }
}

@keyframes steam01 {
  0% {
    bottom: -600px;
    filter: blur(20px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0;
  }
  11% {
    opacity: 0.1;
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5;
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4;
  }
  100% {
    bottom: 0;
    filter: blur(30px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0;
  }
}
@keyframes steam02 {
  0% {
    bottom: -400px;
    filter: blur(30px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  11% {
    opacity: 0.1;
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4;
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2);
  }
  100% {
    bottom: 0;
    filter: blur(40px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0;
  }
}
.steamWrap {
  width: 100vw;
  height: 100%;
  position: fixed;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
}

.steamBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0;
}

.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0;
}

.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0;
}

.p-mv {
  margin-bottom: clamp(6.5rem, 5.1650485437rem + 3.5598705502vw, 12rem);
  position: relative;
  margin-left: 27.7rem;
  margin-right: 4.5rem;
}
@media only screen and (max-width: 1368px) {
  .p-mv {
    margin-left: 19.9rem;
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .p-mv {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-mv {
    margin-inline: auto;
    width: calc(100% - 3rem);
  }
}
.p-mv__catch {
  position: absolute;
  bottom: 7rem;
  right: 12.5rem;
}
@media only screen and (max-width: 1368px) {
  .p-mv__catch {
    bottom: 2rem;
    right: 4.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-mv__catch {
    right: inherit;
    left: 2rem;
  }
}
.p-mv__mainttl {
  font-size: clamp(2.8rem, 2.1203883495rem + 1.8122977346vw, 5.6rem);
  line-height: 1.3928571429;
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  letter-spacing: 0;
}
.p-mv__mainttl .pf {
  font-size: clamp(4.4rem, 3.2834951456rem + 2.9773462783vw, 9rem);
}
.p-mv__mainttl span {
  font-size: clamp(2.8rem, 2.1203883495rem + 1.8122977346vw, 5.6rem);
}
.p-mv__subttl {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
  letter-spacing: 0;
  line-height: 1.5;
}
.p-mv__subttl .pf {
  font-size: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
}
.p-mv__subttl .small {
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
}
.p-mv__fade {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
  border-radius: 5rem;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .p-mv__fade {
    aspect-ratio: 344/378;
    border-radius: 1.5rem;
  }
}
.p-mv .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 40s infinite;
}
.p-mv .src1 {
  background-image: url(../img/mv-img01.webp);
}
@media only screen and (max-width: 559px) {
  .p-mv .src1 {
    background-image: url(../img/mv-img01_sp.webp);
  }
}
.p-mv .src2 {
  background-image: url(../img/mv-img02.webp);
}
@media only screen and (max-width: 559px) {
  .p-mv .src2 {
    background-image: url(../img/mv-img02_sp.webp);
  }
}
.p-mv .src3 {
  background-image: url(../img/mv-img03.webp);
}
@media only screen and (max-width: 559px) {
  .p-mv .src3 {
    background-image: url(../img/mv-img03_sp.webp);
  }
}
.p-mv .src4 {
  background-image: url(../img/mv-img04.webp);
}
@media only screen and (max-width: 559px) {
  .p-mv .src4 {
    background-image: url(../img/mv-img04_sp.webp);
  }
}
.p-mv .src5 {
  background-image: url(../img/mv-img05.webp);
}
@media only screen and (max-width: 559px) {
  .p-mv .src5 {
    background-image: url(../img/mv-img05_sp.webp);
  }
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}

.image:nth-of-type(2) {
  animation-delay: 10s;
}

.image:nth-of-type(3) {
  animation-delay: 20s;
}

.image:nth-of-type(4) {
  animation-delay: 30s;
}

.image:nth-of-type(5) {
  animation-delay: 40s;
}

.p-news {
  padding-bottom: 12rem;
  position: relative;
}
.p-news__ttl {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .p-news__ttl {
    margin-bottom: 1.5rem;
  }
}
.p-news__ttl img {
  margin-left: 0.7rem;
}
@media only screen and (max-width: 559px) {
  .p-news__ttl img {
    width: 1.9rem;
    height: 2.2rem;
  }
}
.p-news__wrap {
  width: calc(100vw - 27.7rem);
  left: 27.7rem;
  position: relative;
}
@media only screen and (max-width: 1368px) {
  .p-news__wrap {
    width: calc(100vw - 19.9rem);
    left: 19.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .p-news__wrap {
    width: 100%;
    left: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-news__wrap {
    left: 0;
  }
}
.p-news__navi {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 30rem;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .p-news__navi {
    position: absolute;
    bottom: 6.5rem;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.5rem;
    width: 100%;
    justify-content: space-around;
  }
}
.p-news__naviwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(4.5rem, 4.0145631068rem + 1.2944983819vw, 6.5rem);
}
@media only screen and (max-width: 559px) {
  .p-news__naviwrap {
    display: block;
  }
}
.p-news .swiper-slide {
  position: relative;
  list-style: none;
  height: 34.8rem !important;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .p-news .swiper-slide {
    width: 80%;
  }
}
.p-news .swiper-slide a {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 559px) {
  .p-news .swiper-slide a {
    display: block;
    margin: 0 auto;
  }
}
.p-news .swiper-slide:hover .caption {
  opacity: 1;
  width: 100%;
  height: calc(100% - 4.5rem);
}
.p-news .swiper-slide:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 30, 19, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5rem;
  pointer-events: none;
}
.p-news .caption {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  padding: 4.5rem 4rem;
  width: calc(100% - 4.5rem);
  pointer-events: none;
}
@media only screen and (max-width: 1536px) {
  .p-news .caption {
    padding: 2rem 3rem;
    height: calc(100% - 2rem);
  }
}
.p-news .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.p-news .swiper-button-next,
.p-news .swiper-button-prev,
.p-news .swiper-pagination {
  position: static;
}
.p-news .swiper-button-next,
.p-news .swiper-button-prev {
  width: 4rem;
  height: 4rem;
}
.p-news .swiper-button-prev:after,
.p-news .swiper-rtl .swiper-button-next:after,
.p-news .swiper-button-next:after,
.p-news .swiper-rtl .swiper-button-prev:after {
  color: #fff;
  background: #351e13;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news .swiper-pagination-bullet {
  background: #351e13;
}
.p-news .swiper-horizontal > .swiper-pagination-bullets,
.p-news .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-news .swiper-pagination-custom,
.p-news .swiper-pagination-fraction {
  width: auto;
  margin-top: -2rem;
}
@media only screen and (max-width: 559px) {
  .p-news .swiper-horizontal > .swiper-pagination-bullets,
  .p-news .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-news .swiper-pagination-custom,
  .p-news .swiper-pagination-fraction {
    margin-top: -2.5rem;
  }
}

.p-catch {
  text-align: right;
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.p-catch img {
  width: calc(100vw - 27.7rem);
  height: auto;
}
@media only screen and (max-width: 1368px) {
  .p-catch img {
    width: calc(100vw - 19.9rem);
  }
}
@media only screen and (max-width: 559px) {
  .p-catch img {
    width: 100%;
  }
}

.p-feature .o-flex {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
@media only screen and (max-width: 559px) {
  .p-feature .o-flex {
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-feature .o-flex:first-child {
    flex-direction: column-reverse;
  }
}
.p-feature__ttl {
  font-size: clamp(2.6rem, 2.1145631068rem + 1.2944983819vw, 4.6rem);
  line-height: 1.5;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .p-feature__ttl {
    margin-bottom: 3.5rem;
  }
}

.p-appeal {
  background: url(../img/appeal-bg.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: clamp(9rem, 7.3009708738rem + 4.5307443366vw, 16rem) 0 clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
  background-color: #351e13;
}
@media only screen and (max-width: 559px) {
  .p-appeal {
    background: none;
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
  }
  .p-appeal::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/appeal-bg_sp.webp); /* 画像のパスを指定 */
    background-size: cover;
    background-position: center;
    z-index: -1;
    transform: translateZ(0); /* iOSでのパフォーマンス向上のため */
  }
}
.p-appeal .o-card {
  gap: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .p-appeal .o-card {
    gap: 5rem;
  }
}
.p-appeal .o-card__item {
  border: 1px solid;
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-align: center;
  padding-top: 5rem;
}
@media only screen and (max-width: 559px) {
  .p-appeal .o-card__item {
    border-radius: 2rem;
    aspect-ratio: inherit;
    padding: 5rem 2rem;
  }
}
.p-appeal .o-card__number {
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
}
.p-appeal .o-card__text {
  text-align: left;
  width: 67%;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .p-appeal .o-card__text {
    width: 100%;
  }
}
.p-appeal .o-card__ttl {
  font-size: clamp(2.4rem, 2.0116504854rem + 1.0355987055vw, 4rem);
  margin-bottom: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
  line-height: 1.4;
}
.p-appeal .o-card__ttl span.small {
  font-size: 75%;
}
.p-appeal .o-btn {
  margin-top: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
}

.p-plan {
  padding: clamp(9rem, 7.3009708738rem + 4.5307443366vw, 16rem) 0 clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.p-plan__figure {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .p-plan__figure {
    margin-bottom: 2rem;
  }
}
.p-plan__maintext {
  text-align: center;
  margin-block: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 559px) {
  .p-plan__maintext {
    text-align: left;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }
}
.p-plan__item {
  position: relative;
}
.p-plan__label {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  background-color: #351e13;
  color: #fff;
  border-radius: 0.5rem;
  top: -2rem;
  left: 0;
  padding: 0.8rem 4rem;
  position: absolute;
}
@media only screen and (max-width: 559px) {
  .p-plan__label {
    padding: 0.5rem 2rem;
  }
}
.p-plan__label--2 {
  position: static;
  width: fit-content;
}
.p-plan__ttl {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  margin-bottom: 1rem;
}
.p-plan__ttl .price {
  font-size: clamp(2.6rem, 2.3087378641rem + 0.7766990291vw, 3.8rem);
}
.p-plan__ttl .large {
  font-size: clamp(1.6rem, 1.3087378641rem + 0.7766990291vw, 2.8rem);
}
.p-plan__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.p-plan__text span {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
}
.p-plan .o-btn {
  margin-top: 10rem;
}
.p-plan .o-btn__link {
  margin-inline: auto;
}
.p-plan__yen {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.p-plan__yen span {
  font-size: 1.8rem;
}

.message {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.message__text {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .message__text {
    text-align: justify;
  }
}

.charm__bg {
  width: calc(100vw - 27.7rem);
  left: 27.7rem;
  position: relative;
  height: 52.6rem;
  margin-bottom: clamp(3rem, 1.9077669903rem + 2.9126213592vw, 7.5rem);
  border-radius: 2rem 0 0 2rem;
  position: relative;
}
@media only screen and (max-width: 1368px) {
  .charm__bg {
    width: calc(100vw - 19.9rem);
    left: 19.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .charm__bg {
    width: calc(100vw - 4rem);
    left: 4rem;
  }
}
@media only screen and (max-width: 559px) {
  .charm__bg {
    width: 100vw;
    left: 0;
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
  }
}
.charm__bg img {
  position: absolute;
  opacity: 0.25;
  left: 9rem;
  top: 4rem;
}
@media only screen and (max-width: 559px) {
  .charm__bg img {
    width: 10.8rem;
    height: 12.2rem;
    left: 7rem;
    top: 2rem;
  }
}
.charm__bg--01 {
  background: url(../img/charm-img01.webp) no-repeat bottom center/cover;
}
@media only screen and (max-width: 559px) {
  .charm__bg--01 {
    background: url(../img/charm-img01_sp.webp) no-repeat bottom center/cover;
  }
}
.charm__bg--02 {
  background: url(../img/charm-img05.webp) no-repeat bottom center/cover;
}
@media only screen and (max-width: 559px) {
  .charm__bg--02 {
    background: url(../img/charm-img05_sp.webp) no-repeat bottom center/cover;
  }
}
.charm__bg--03 {
  background: url(../img/charm-img08.webp) no-repeat bottom center/cover;
}
@media only screen and (max-width: 559px) {
  .charm__bg--03 {
    background: url(../img/charm-img09_sp.webp) no-repeat bottom center/cover;
  }
}
.charm__bg--04 {
  background: url(../img/charm-img12.webp) no-repeat bottom center/cover;
}
@media only screen and (max-width: 559px) {
  .charm__bg--04 {
    background: url(../img/charm-img12_sp.webp) no-repeat bottom center/cover;
  }
}
.charm__cont {
  background: rgba(53, 30, 19, 0.8);
  width: 35%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6rem;
  border-radius: 2rem 0 0 2rem;
}
@media only screen and (max-width: 1536px) {
  .charm__cont {
    width: 45%;
  }
}
@media only screen and (max-width: 559px) {
  .charm__cont {
    border-radius: 0;
    width: 100%;
    padding: 5rem 5%;
    justify-content: flex-start;
  }
}
.charm__ttl {
  margin-bottom: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
  text-align: center;
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
  line-height: 1.5;
  position: relative;
  letter-spacing: 0;
}
.charm__ttl .pf {
  font-size: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}
.charm__ttl .small {
  font-size: clamp(1.9rem, 1.6087378641rem + 0.7766990291vw, 3.1rem);
}
.charm__item {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.charm__item .o-btn {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 1536px) {
  .charm__item .o-btn__link {
    width: 100%;
  }
}
.charm__flex {
  gap: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.charm__flex img {
  max-width: 100%;
  height: auto;
}
.charm__flex img:last-child {
  margin-top: clamp(4.5rem, 2.6796116505rem + 4.854368932vw, 12rem);
}
.charm__text {
  margin-top: clamp(0rem, -1.5776699029rem + 4.2071197411vw, 6.5rem);
}
.charm__catch {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 559px) {
  .charm__catch {
    display: none;
  }
}
.charm__catch img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .charm__catch img {
    height: 60vh;
  }
}
.charm .o-flex__item--2 img, .charm .o-flex__item--1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.charm__sp {
  margin-bottom: 3rem;
}
.charm__sp img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.charm .container > .o-flex {
  gap: 3rem;
}

.sunayu {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.sunayu__ttl {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  margin-bottom: 2rem;
}
.sunayu__ttl span {
  font-size: clamp(1.9rem, 1.4873786408rem + 1.1003236246vw, 3.6rem);
}
.sunayu__ttl img {
  top: 0.7rem;
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 559px) {
  .sunayu__ttl img {
    width: 3.3rem;
    height: 2.7rem;
    margin-left: 0;
    top: 0.3rem;
  }
}
.sunayu__text {
  margin-bottom: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
}
.sunayu__pic {
  display: block;
  text-align: right;
}
.sunayu__pic img {
  width: calc(100vw - 27.7rem);
  height: auto;
}
@media only screen and (max-width: 1368px) {
  .sunayu__pic img {
    width: calc(100vw - 19.9rem);
  }
}
@media only screen and (max-width: 1280px) {
  .sunayu__pic img {
    width: calc(100vw - 4rem);
  }
}
@media only screen and (max-width: 559px) {
  .sunayu__pic img {
    width: 100%;
  }
}

.charm__bg--04 + .charm__sp img {
  height: 28rem;
}

.cuisine {
  margin-bottom: clamp(9rem, 6.3300970874rem + 7.1197411003vw, 20rem);
  background: url(../img/cuisine-bg.webp) no-repeat top right/contain;
  background-size: calc(100vw - 27.7rem);
}
@media only screen and (max-width: 1280px) {
  .cuisine {
    background-size: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .cuisine {
    background: url(../img/cuisine-bg_sp.webp) no-repeat top right/contain;
    background-size: 100%;
  }
}
.cuisine .o-btn {
  margin-top: clamp(4.5rem, 3.1650485437rem + 3.5598705502vw, 10rem);
}
.cuisine .o-btn__link {
  margin-inline: auto;
}
.cuisine__text {
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  margin-bottom: clamp(3rem, 1.9077669903rem + 2.9126213592vw, 7.5rem);
}
@media only screen and (max-width: 559px) {
  .cuisine__text {
    text-align: justify;
  }
}
.cuisine__catch {
  margin-bottom: clamp(6.5rem, 5.1650485437rem + 3.5598705502vw, 12rem);
}
@media only screen and (max-width: 1280px) {
  .cuisine__catch img {
    width: 100%;
  }
}
.cuisine__flexwrap {
  flex-direction: column;
  gap: clamp(5.5rem, 4.4077669903rem + 2.9126213592vw, 10rem);
}
.cuisine__flex {
  display: flex;
  width: 100%;
  gap: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
@media only screen and (max-width: 559px) {
  .cuisine__flex {
    flex-direction: column;
  }
}
.cuisine .o-flex__item--2 {
  width: calc((100% - 5rem) / 3 * 2);
}
@media only screen and (max-width: 559px) {
  .cuisine .o-flex__item--2 {
    width: 100%;
  }
}
.cuisine .o-flex__item--1 {
  width: calc((100% - 4rem) / 3);
}
@media only screen and (max-width: 559px) {
  .cuisine .o-flex__item--1 {
    width: 100%;
  }
}
.cuisine .p-plan__ttl {
  margin-bottom: clamp(1.2rem, 0.6417475728rem + 1.4886731392vw, 3.5rem);
  line-height: 1.8;
}
@media only screen and (max-width: 559px) {
  .cuisine .p-plan__ttl {
    line-height: 1.4;
  }
}
.cuisine .p-plan__text {
  margin-bottom: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
}
.cuisine .p-plan__sub .p-plan__figure {
  margin-bottom: 2rem;
}
.cuisine .tab {
  display: none;
}
@media only screen and (max-width: 1536px) {
  .cuisine .tab {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .cuisine .tab {
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  .cuisine .p-plan__maintext + .o-flex {
    gap: 2rem;
  }
  .cuisine .p-plan__figure {
    margin-bottom: 0;
  }
}

.room {
  padding-bottom: clamp(7rem, 6.7572815534rem + 0.6472491909vw, 8rem);
  background: url(../img/room-bg.webp) no-repeat top right/contain;
  background-size: calc(100vw - 27.7rem);
  background-position: right -2rem;
  padding-top: 10rem;
  margin-top: -4rem;
}
@media only screen and (max-width: 1280px) {
  .room {
    background-size: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .room {
    background: url(../img/room-bg_sp.webp) no-repeat top right/contain;
    background-size: 100%;
    margin-top: -10rem;
  }
}
.room__text {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0;
}
.room__list {
  margin-bottom: clamp(7rem, 6.3932038835rem + 1.6181229773vw, 9.5rem);
}
.room__list .o-btn__link {
  width: 100%;
}
.room__item:not(:last-child) {
  margin-bottom: clamp(4.5rem, 3.1650485437rem + 3.5598705502vw, 10rem);
}
.room__item:first-child {
  margin-top: 30rem;
}
@media only screen and (max-width: 1536px) {
  .room__item:first-child {
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 1280px) {
  .room__item:first-child {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 559px) {
  .room__item:first-child {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 559px) {
  .room__item {
    gap: 2.5rem;
    flex-direction: column-reverse;
  }
  .room__item + .sp .o-btn {
    margin-bottom: 7rem;
  }
}
.room__name {
  padding-top: 3rem;
  margin-bottom: clamp(1rem, 0.6359223301rem + 0.9708737864vw, 2.5rem);
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
}
@media only screen and (max-width: 559px) {
  .room__name {
    padding-top: 0;
  }
}
.room__subname {
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  line-height: 1;
  display: block;
}
.room__ttl {
  font-size: clamp(1.4rem, 0.8660194175rem + 1.4239482201vw, 3.6rem);
}
.room__dsc {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0;
  margin-bottom: clamp(0rem, -1.3349514563rem + 3.5598705502vw, 5.5rem);
}
.room__info {
  padding-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  border-top: 1px solid;
}
.room__infottl {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  margin-bottom: 2rem;
  width: 30%;
}
@media only screen and (max-width: 559px) {
  .room__infottl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.room__flex {
  display: flex;
}
.room__flex:first-child {
  padding-bottom: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
@media only screen and (max-width: 559px) {
  .room__flex {
    flex-direction: column;
  }
}
.room__flexitem {
  width: 60%;
}
@media only screen and (max-width: 559px) {
  .room__flexitem {
    width: 100%;
  }
}
.room__infolist {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-bottom: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
@media only screen and (max-width: 559px) {
  .room__infolist {
    gap: 0.3rem 2rem;
  }
}
.room__infolist li {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.room__infolist li span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .room__infolist li span {
    font-size: 1.6rem;
  }
}
.room__infolist + .o-flex {
  flex-direction: row;
  gap: 2rem;
}
.room__fleximg figure {
  margin-bottom: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
}
.room__fleximg p {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
}

.guide {
  margin-bottom: clamp(9rem, 8.2718446602rem + 1.9417475728vw, 12rem);
}
.guide__ttl {
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
  padding-bottom: 1rem;
  margin-bottom: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  border-bottom: 1px solid;
}
.guide__wrap {
  width: 60%;
}
@media only screen and (max-width: 559px) {
  .guide__wrap {
    width: 100%;
  }
}
.guide__list {
  margin-bottom: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.guide__list li {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.guide__list li span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .guide__list li span {
    font-size: 1.6rem;
  }
}
.guide__subttl {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  border-radius: 0.5rem;
  border: 1px solid;
  width: 16rem;
  height: 5rem;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .guide__subttl {
    width: 10rem;
    height: 2.8rem;
  }
}
.guide__flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .guide__flex {
    flex-direction: column;
  }
}
.guide__flex + .o-flex {
  flex-direction: row;
  gap: 2rem;
}

.under-catch {
  padding: clamp(8rem, 5.0873786408rem + 7.7669902913vw, 20rem) 0;
  width: 99.2vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.under-catch img {
  width: 100%;
  height: auto;
}

.fan {
  margin-bottom: clamp(10rem, 9.5145631068rem + 1.2944983819vw, 12rem);
}
.fan__ttl {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  text-align: center;
  margin-bottom: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .fan__ttl {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
  }
}
.fan__ttl img {
  top: 0.7rem;
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}

.kodawari {
  padding: clamp(9rem, 5.1165048544rem + 10.355987055vw, 25rem) 0;
  background: url(../img/onsen-bg.webp) no-repeat center center/cover;
}
.kodawari__wrap {
  width: calc(100vw - 27.7rem);
  margin-inline: auto;
  max-width: 136.6rem;
}
@media only screen and (max-width: 1280px) {
  .kodawari__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .kodawari__wrap {
    padding-inline: 5%;
  }
}
.kodawari__item {
  color: #fff;
  text-align: center;
}
.kodawari__item:not(:last-child) {
  margin-bottom: clamp(7rem, 4.8155339806rem + 5.8252427184vw, 16rem);
}
.kodawari__ttl {
  font-size: clamp(3.1rem, 2.8330097087rem + 0.71197411vw, 4.2rem);
  line-height: 1.2;
  margin-bottom: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
}
.kodawari__ttl span {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
}
@media only screen and (max-width: 559px) {
  .kodawari__text {
    text-align: justify;
  }
}

.efficacy {
  padding: clamp(10rem, 8.5436893204rem + 3.8834951456vw, 16rem) 0 clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.efficacy dl {
  margin-bottom: clamp(4.5rem, 3.1650485437rem + 3.5598705502vw, 10rem);
}
.efficacy .o-btn__link {
  margin-inline: auto;
}
.efficacy .container {
  width: 100rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1536px) {
  .efficacy .container {
    width: calc(100vw - 27.7rem);
    margin-left: 27.7rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 1368px) {
  .efficacy .container {
    width: calc(100vw - 19.9rem);
    margin-left: 19.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .efficacy .container {
    width: 100%;
    margin-left: 0;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 559px) {
  .efficacy .container {
    padding: 0 5%;
  }
}

.onsen__catch {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.onsen__catch img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .onsen__catch img {
    height: 60vh;
  }
}
@media only screen and (max-width: 559px) {
  .onsen__catch img {
    height: auto;
  }
}

.infomation__wrap {
  width: 100rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1536px) {
  .infomation__wrap {
    width: calc(100vw - 27.7rem);
    margin-left: 27.7rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 1368px) {
  .infomation__wrap {
    width: calc(100vw - 19.9rem);
    margin-left: 19.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .infomation__wrap {
    width: 100%;
    margin-left: 0;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 559px) {
  .infomation__wrap {
    padding: 0 5%;
  }
}
.infomation__wrap .o-btn__link {
  margin-inline: auto;
}

.time {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.time__ttl {
  font-size: clamp(2.2rem, 1.9572815534rem + 0.6472491909vw, 3.2rem);
  margin: 0 auto clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .time__ttl {
    text-align: center;
  }
}
.time__list {
  margin-bottom: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
}
.time__item {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .time__item {
    align-items: flex-start;
    line-height: 1.3;
  }
}
.time__item span:first-child {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .time__item span:first-child {
    font-size: 1.6rem;
  }
}
.time__item:not(:last-child) {
  margin-bottom: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.time__item a {
  text-decoration: underline;
}
.time__flex {
  margin-bottom: clamp(4.5rem, 4.2572815534rem + 0.6472491909vw, 5.5rem);
  padding-left: 4rem;
  display: flex;
  gap: 12rem;
}
@media only screen and (max-width: 559px) {
  .time__flex {
    padding-left: 0;
    gap: 3rem;
    flex-direction: column;
  }
}
.time__wrap {
  margin-bottom: clamp(5.5rem, 3.9223300971rem + 4.2071197411vw, 12rem);
}
.time__subttl {
  font-size: clamp(2.2rem, 2.1514563107rem + 0.1294498382vw, 2.4rem);
  margin-bottom: 0;
}
.time__contact {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  padding-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .time__contact {
    padding-left: 0;
  }
}
.time__contact a {
  text-decoration: underline;
}

.time--second .time__flex {
  padding-left: 0;
  gap: 7rem;
}
@media only screen and (max-width: 559px) {
  .time--second .time__flex {
    gap: 3rem;
  }
}
.time--second .time__flex div:first-child {
  min-width: 48rem;
}
@media only screen and (max-width: 559px) {
  .time--second .time__flex div:first-child {
    min-width: auto;
  }
}

.infection {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.infection__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .infection__list {
    flex-direction: column;
  }
}
.infection__list dt {
  width: 27%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid;
  padding-top: 5.5rem;
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  padding-left: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .infection__list dt {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
    line-height: 1;
  }
}
.infection__list dd {
  width: 73%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid;
  padding-top: 5.5rem;
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
}
@media only screen and (max-width: 559px) {
  .infection__list dd {
    width: 100%;
    padding: 0;
    padding-bottom: 2rem;
  }
  .infection__list dd:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.infection__list dd span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .infection__list dd span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 559px) {
  .infection__list dd p.flex {
    display: flex;
  }
}

.hanzaki {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
  position: relative;
}
.hanzaki::after {
  content: "";
  background: url(../img/hanzaki-img01.webp) no-repeat center center/contain;
  width: 92.7rem;
  height: 60rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 559px) {
  .hanzaki::after {
    width: 37rem;
    height: 23.9rem;
  }
}
.hanzaki__text {
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  margin-bottom: clamp(4.5rem, 4.2572815534rem + 0.6472491909vw, 5.5rem);
}
@media only screen and (max-width: 559px) {
  .hanzaki__text {
    text-align: justify;
  }
}

.under-faq {
  margin-bottom: clamp(6.5rem, 2.4951456311rem + 10.6796116505vw, 23rem);
}

.contact,
.faq {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
  padding-top: 5rem;
}
.contact .container,
.faq .container {
  width: 100rem;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 559px) {
  .contact .container,
  .faq .container {
    width: 100%;
    padding: 0 5%;
  }
}
.contact__item:not(:last-child),
.faq__item:not(:last-child) {
  margin-bottom: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem);
}
.contact__question, .contact__answer,
.faq__question,
.faq__answer {
  display: flex;
  line-height: 1.5;
}
.contact__question,
.faq__question {
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: clamp(1.2rem, 0.8844660194rem + 0.8414239482vw, 2.5rem);
}
.contact__question span,
.faq__question span {
  font-size: clamp(2rem, 1.5631067961rem + 1.1650485437vw, 3.8rem);
  top: -1rem;
  position: relative;
  padding-right: 1.5rem;
  color: #000;
}
@media only screen and (max-width: 559px) {
  .contact__question span,
  .faq__question span {
    top: -0.6rem;
    padding-right: 1rem;
  }
}
.contact__answer,
.faq__answer {
  background: #fff;
  padding-block: 3rem;
  padding-inline: 5.5rem;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0;
}
@media only screen and (max-width: 559px) {
  .contact__answer,
  .faq__answer {
    padding: 1.5rem;
  }
}
.contact__answer span,
.faq__answer span {
  font-size: clamp(1.8rem, 1.4844660194rem + 0.8414239482vw, 3.1rem);
  top: -1rem;
  position: relative;
  padding-right: 1.5rem;
  color: #000;
}
@media only screen and (max-width: 559px) {
  .contact__answer span,
  .faq__answer span {
    top: -0.2rem;
    padding-right: 1rem;
  }
}
.contact .o-ttl__primary,
.faq .o-ttl__primary {
  padding-top: 13rem;
  margin-top: -13rem;
}

.contact {
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.contact__text {
  text-align: center;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  margin-bottom: clamp(4.5rem, 3.286407767rem + 3.2362459547vw, 9.5rem);
}
@media only screen and (max-width: 559px) {
  .contact__text {
    text-align: justify;
  }
}
.contact .red {
  background: #c1272d;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  padding: 0.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact dl {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 559px) {
  .contact dl {
    flex-direction: column;
  }
}
.contact dl:not(:last-child) {
  margin-bottom: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem);
}
.contact dt {
  display: flex;
  width: 33%;
  gap: 1rem;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  align-items: center;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 559px) {
  .contact dt {
    width: 100%;
    padding: 0 0 1.5rem;
  }
}
.contact dd {
  width: 67%;
}
@media only screen and (max-width: 559px) {
  .contact dd {
    width: 100%;
  }
}
.contact dd input,
.contact dd textarea {
  width: 100%;
  padding: 2.5rem;
  box-sizing: border-box;
  background: #fff;
  border: none;
  font-size: 17px;
  font-family: inherit;
}
@media only screen and (max-width: 559px) {
  .contact dd input,
  .contact dd textarea {
    padding: 1.5rem;
  }
}
.contact dd input::placeholder,
.contact dd textarea::placeholder {
  color: #867871;
  font-size: clamp(1.7rem, 1.627184466rem + 0.1941747573vw, 2rem);
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.contact dd input {
  height: 7rem;
}
@media only screen and (max-width: 559px) {
  .contact dd input {
    height: 4.5rem;
  }
}
.contact dd textarea {
  height: 24rem;
}
@media only screen and (max-width: 559px) {
  .contact dd textarea {
    height: 14.7rem;
  }
}
.contact__doui {
  text-align: center;
}
.contact__doui a {
  text-decoration: underline;
}
.contact__submit {
  margin: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem) auto clamp(4.5rem, 3.7718446602rem + 1.9417475728vw, 7.5rem);
}
.contact__submit input[type=submit] {
  text-align: center;
  position: relative;
  background-color: #351e13;
  color: #fff;
  border-radius: 0.8rem;
  width: 40rem;
  height: 8rem;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-inline: auto;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-style: normal;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 559px) {
  .contact__submit input[type=submit] {
    width: 100%;
    height: 6.5rem;
  }
}
.contact__submit:hover {
  opacity: 0.8;
}

h4.error-message,
.confirmation {
  margin-bottom: 4rem;
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
}

input[type=button],
input[type=submit] {
  text-align: center;
  position: relative;
  background-color: #351e13;
  color: #fff;
  border-radius: 0.8rem;
  width: 40rem;
  height: 8rem;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-inline: auto;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 559px) {
  input[type=button],
  input[type=submit] {
    width: 100%;
    height: 6.5rem;
  }
}
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

p.submitG {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

table.formTable {
  margin: 0 auto 6rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 559px) {
  table.formTable {
    width: 100%;
  }
}

table.formTable th {
  width: 31%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid;
  padding-top: 5.5rem;
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  padding-inline: 1.2rem;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  table.formTable th {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
    line-height: 1;
  }
}

table.formTable td {
  width: 60%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid;
  padding-top: 5.5rem;
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
}
@media only screen and (max-width: 559px) {
  table.formTable td {
    width: 100%;
    padding: 0;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  table.formTable tr {
    display: flex;
    flex-direction: column;
  }
  table.formTable tr:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

.thanks .o-btn__link {
  margin-inline: auto;
}
.thanks .o-ttl__primary {
  line-height: 1.4;
}
.thanks .o-ttl__primary::after {
  left: 14%;
}
@media only screen and (max-width: 559px) {
  .thanks .o-ttl__primary::after {
    left: 28%;
  }
}

input:focus,
textarea:focus {
  outline: none;
  border: 2px solid #351e13;
  box-shadow: 0 0 5px #351e13;
}

.notfound .o-btn__link {
  margin-inline: auto;
  margin-bottom: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
/*# sourceMappingURL=style.css.map */
