@charset "UTF-8";
/*
Theme Name: Mu
Author: 
*/
:root {
  --responsive--alignwide-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 1200px);
  --responsive--alignmiddle-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 900px);
  --responsive--alignsmall-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 700px);
}

@media only screen and (max-width: 768px) {
  :root {
    --responsive--alignwide-width: calc(100vw - 2 * var(--global--spacing-horizontal));
    --responsive--alignmiddle-width: calc(100vw - 2 * var(--global--spacing-horizontal));
    --responsive--alignsmall-width: calc(100vw - 2 * var(--global--spacing-horizontal));
  }
}
:root {
  /* Spacing */
  --global--spacing-horizontal: 16px;
  --global--spacing-vertical: 16px;
  /* Font Family */
  --global--font-primary: "Zen Kaku Gothic New", sans-serif;
  --global--font-title: "Noto Serif JP", serif;
  /* Line Height */
  --global--line-height-body: 1.8;
  --global--line-height-heading: 1.5;
  --global--line-height-content: 1.45;
}

/* Colors */
.page-contents {
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  .page-contents {
    padding-top: 0;
  }
}

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

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

.page-contents {
  background-color: #F2F1EE;
}

html {
  scroll-behavior: smooth; /* CSSだけでスムーススクロールも可能 */
  scroll-padding-top: 100px; /* ← ヘッダーの高さを指定 */
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: #7A6C58;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  color: #7A6C58;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  /*line-height: 1.15;*/
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input,
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
  ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  line-height: var(--global--line-height-body);
  font-size: 62.5%;
  font-family: var(--global--font-primary);
  letter-spacing: 0.08em;
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

a img {
  border: none;
}

a, a:hover, a:visited {
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.8;
}

b,
strong {
  font-weight: 700;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

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

h1, h2, h3, h4, h5 {
  line-height: 1em;
  font-family: var(--global--font-title);
  letter-spacing: 0.08em;
}

body, a, button, b, p {
  line-height: 1em;
  letter-spacing: 0.08em;
}

body, a, button, b, p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  body, a, button, b, p {
    font-size: 1.4rem;
  }
}
.regular-header {
  height: 90px;
  background-color: #fff;
  align-items: center;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .regular-header {
    height: 55px;
    background-color: transparent;
  }
}
.regular-header .menu_contents {
  width: 100%;
  height: 100%;
}
.regular-header .menu_contents .logo_wrap {
  z-index: 8;
  width: 80px;
  position: absolute;
  left: 35px;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .regular-header .menu_contents .logo_wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 0;
    width: 100px;
    top: 0;
    left: 0;
  }
}
.regular-header .menu_contents .menu_wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .regular-header .menu_contents .menu_wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translate(0, -100%);
    transition: transform 0.4s ease-in-out;
    background: #fff;
    z-index: 5;
    justify-content: center;
  }
}
.regular-header .menu_contents .menu_wrap .menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .regular-header .menu_contents .menu_wrap .menu-list {
    flex-direction: column;
  }
}
.regular-header .menu_contents .menu_wrap .menu-list .menu-item a {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 768px) {
  .regular-header .menu_contents .menu_wrap .menu-list .menu-item a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .regular-header .menu_contents .menu_wrap .menu-list .menu-item--contact {
    margin-top: 20px;
  }
}
.regular-header .menu_contents .menu_wrap .menu-list .menu-item--contact a {
  color: #fff;
  background-color: #7A6C58;
  padding: 14px 20px;
  border-radius: 100vh;
}
.regular-header .menu_contents .menu_active {
  transform: translate(0, 0);
  display: block;
  padding-top: 80px;
}
.regular-header .menu_contents .menu_button_wrap {
  display: none;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .regular-header .menu_contents .menu_button_wrap {
    display: block;
    position: fixed;
    top: 30px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_button {
    position: relative;
    width: 45px;
    height: 100%;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_button span {
    display: block;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #7A6C58;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_button span:first-child {
    top: 15px;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_button span:nth-child(2) {
    top: 22px;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_button span:last-child {
    bottom: 14px;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_close_button span:nth-child(2) {
    opacity: 0;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_close_button span:first-child {
    transform: rotate(45deg);
    top: 20px;
  }
  .regular-header .menu_contents .menu_button_wrap .menu_close_button span:last-child {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .regular-header .menu_contents .menu_button_wrap {
    top: 5px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.zoom-swiper .swiper-slide-active img,
.zoom-swiper .swiper-slide-duplicate-active img,
.zoom-swiper .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}
.zoom-swiper .swiper-slide img {
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wave-section {
  position: relative;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .wave-section {
    height: 50px;
  }
}

.wave-beige {
  --wave-color: #F2F1EE;
}

.wave-white {
  --wave-color: #fff;
}

.wave-brown {
  --wave-color: #7A6C58;
}

.wavearea {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.wavearea--beige {
  background-color: #F2F1EE;
}
.wavearea--white {
  background-color: #fff;
}

.wave-wrp {
  position: relative;
  width: 100%;
  height: 90px;
  margin-bottom: -1px;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .wave-wrp {
    height: 50px;
  }
}

.wave-canvas {
  width: 100%;
  height: 100%;
  display: block;
  /* Safari のリサイズバグ回避 */
}

@media (max-width: 767px) {
  #wave-canvas {
    width: 200%;
    transform: scaleX(0.5);
    transform-origin: left;
  }
}
.section-title {
  display: flex;
  align-items: baseline;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    flex-direction: column;
    gap: 2rem;
  }
}
.section-title .en {
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .section-title .en {
    font-size: 3rem;
  }
}
.section-title .jp {
  font-size: 1.5rem;
  line-height: 1.5;
}
.section-title--colmun {
  flex-direction: column;
  gap: 2rem;
}

.btn-viewmore {
  width: 280px;
  margin: 0 auto;
}
.btn-viewmore a {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 48px;
  border-radius: 100vh;
  background-color: #7A6C58;
  position: relative;
  display: block;
  border: solid 1px #7A6C58;
}
.btn-viewmore a:hover {
  background-color: transparent;
  color: #7A6C58;
  opacity: 1;
}
.btn-viewmore a:hover .arw {
  background-color: #7A6C58;
}
.btn-viewmore a .arw {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: all 0.5s 0s ease;
  /* ← この色で塗る */
  mask-image: url(./img/common/arw_link-bk.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(./img/common/arw_link-bk.svg);
  /* Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.news-list li:first-child a {
  border-top: solid 1px #DFD2BF;
}
.news-list li a {
  display: flex;
  border-bottom: solid 1px #DFD2BF;
  padding: 23px 17px;
}
@media only screen and (max-width: 768px) {
  .news-list li a {
    flex-direction: column;
    gap: 10px;
  }
}
.news-list li a .date {
  font-size: 1.5rem;
  color: #BDB2A3;
  width: 15%;
  line-height: 1.5em;
}
.news-list li a h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

footer {
  background-color: #7A6C58;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
}
footer .footer-content {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
footer .footer-content__upper {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  footer .footer-content__upper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
}
footer .footer-content__upper .logo {
  width: 108px;
}
footer .footer-content__upper .text-area {
  color: #fff;
}
footer .footer-content__upper .text-area p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  footer .footer-content__upper .text-area p {
    text-align: center;
  }
}
footer .footer-content__upper .text-area .icon-insta {
  width: 18px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  footer .footer-content__upper .text-area .icon-insta {
    margin: 0 auto;
    margin-top: 10px;
  }
}
footer .footer-content__bottom {
  border-top: solid 1px #fff;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  footer .footer-content__bottom {
    padding: 20px 0;
  }
}
footer .footer-content__bottom .footer-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  footer .footer-content__bottom .footer-menu {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-content__bottom .footer-menu .menu-item a {
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  footer .footer-content__bottom .footer-menu .menu-item a {
    font-size: 1.6rem;
  }
}
footer .footer-content__bottom .footer-submenu {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  footer .footer-content__bottom .footer-submenu {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-content__bottom .footer-submenu li a {
  color: #D4CDC3;
  font-size: 1.5rem;
}
footer .copyright {
  color: #fff;
  padding: 1em 0;
  text-align: center;
}

.page-title .image-area {
  height: 385px;
  background: url(./img/facility/facility-bg.webp) no-repeat center/cover;
  position: relative;
}
.page-title .image-area--news {
  background: url(./img/news/news-bg.webp) no-repeat center/cover;
}
.page-title .image-area--access {
  background: url(./img/access/access-bg.webp) no-repeat center/cover;
}
.page-title .image-area--contact {
  background: url(./img/contact/contact-bg.webp) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .page-title .image-area {
    height: 250px;
  }
}
.page-title .wavearea {
  position: absolute;
  bottom: -20px;
}
@media only screen and (max-width: 768px) {
  .page-title .wavearea {
    bottom: 0;
  }
}
.page-title .title {
  font-size: 3.4rem;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 2.8rem;
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.facility-swiper {
  padding-bottom: 80px;
}

.facility-slidearea {
  position: relative;
  margin-top: 60px;
}
.facility-slidearea .swiper-slide__img {
  border-radius: 20px;
  overflow: hidden;
}
.facility-slidearea .swiper-slide__text {
  text-align: center;
  margin-top: 1em;
}
.facility-slidearea .swiper-controls {
  position: absolute;
  bottom: 10px;
  /* スライドの下部に配置 */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 10;
  align-items: center;
}
.facility-slidearea .swiper-button-prev,
.facility-slidearea .swiper-button-next {
  position: static;
  color: #7A6C58;
  font-size: 18px;
  z-index: 10;
  margin-top: 0;
  height: auto;
}
.facility-slidearea .swiper-button-prev::after,
.facility-slidearea .swiper-button-next::after {
  font-size: 15px;
  font-weight: bold;
}
.facility-slidearea .swiper-button-next {
  margin-left: 20px;
}
.facility-slidearea .swiper-button-prev {
  margin-right: 20px;
}
.facility-slidearea .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: auto;
}
.facility-slidearea .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  border: solid 1px #7A6C58;
  background-color: transparent;
  width: 12px;
  /* ページネーションの大きさ */
  height: 12px;
  /* ページネーションの高さ */
  border-radius: 50%;
  /* 丸くする */
  opacity: 1;
}
.facility-slidearea .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7A6C58;
  /* アクティブなページネーションの色（例: トマト色） */
}

.pagination {
  justify-content: center;
  display: flex;
  margin-top: 60px;
  gap: 15px;
}
.pagination .page-numbers {
  font-size: 1.6rem;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: solid 1px #7A6C58;
  line-height: 23px;
  text-align: center;
}
.pagination .page-numbers.current {
  background-color: #7A6C58;
  color: #fff;
}
.pagination .page-numbers.next {
  border: none;
  font-size: 2.8rem;
}
.pagination .page-numbers.prev {
  border: none;
  font-size: 2.8rem;
}

/*
  home
*/
body.home .regular-header {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  body.home .regular-header {
    display: block;
    transform: translateY(0);
  }
}
body.home .regular-header.is-visible {
  transform: translateY(0);
}

.front-page .mv {
  display: flex;
  height: 90vh;
  position: relative;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .front-page .mv {
    height: 80vh;
  }
}
.front-page .mv__header {
  width: 17%;
  z-index: 4;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .front-page .mv__header {
    width: 10%;
    padding: 0;
  }
}
.front-page .mv__header-logo {
  width: 50%;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .front-page .mv__header-logo {
    display: none;
  }
}
.front-page .mv__header-nav {
  position: absolute;
  width: 110px;
  margin: auto;
  left: 0;
  right: 0;
  top: 35%;
}
@media only screen and (max-width: 768px) {
  .front-page .mv__header-nav {
    display: none;
  }
}
.front-page .mv__header-nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.front-page .mv__header-nav ul li a {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.front-page .mv__header-nav-contact {
  margin-top: 3rem;
}
.front-page .mv__header-nav-contact a {
  color: #fff;
  background-color: #7A6C58;
  padding: 14px 20px;
  border-radius: 100vh;
}
.front-page .mv__slidearea {
  width: 82%;
  position: relative;
  border-radius: 0px 0px 0px 100px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .front-page .mv__slidearea {
    width: 90%;
  }
}
.front-page .mv__slidearea .swiper {
  height: 100%;
}
.front-page .mv__title {
  font-size: 4rem;
  position: absolute;
  left: 115px;
  bottom: 150px;
  color: #fff;
  z-index: 3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .front-page .mv__title {
    font-size: min(7vw, 4rem);
    left: 5%;
    bottom: 120px;
  }
}
.front-page .mv__title .big {
  font-size: 1.25em;
}
.front-page .mv .wavearea {
  bottom: 0;
}
.front-page .mv__illustration {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 116px;
  animation: waveFloat 7s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .front-page .mv__illustration {
    width: 80px;
  }
}
@keyframes waveFloat {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-20px, -10px) rotate(-2deg);
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
  }
  75% {
    transform: translate(20px, -10px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.front-page .about {
  background-color: #F2F1EE;
  padding: 80px 0;
}
@media only screen and (max-width: 600px) {
  .front-page .about {
    padding: 60px 0 40px;
  }
}
.front-page .about__content {
  max-width: var(--responsive--alignmiddle-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .front-page .about__content {
    flex-direction: column;
  }
}
.front-page .about__content-ttl {
  font-size: 2.4rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  width: 23%;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .front-page .about__content-ttl {
    font-size: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.front-page .about__content-desc {
  line-height: 3;
  width: 64%;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .front-page .about__content-desc {
    width: 100%;
    line-height: 2;
    font-size: 1.3rem;
  }
}
.front-page .about__slidearea {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .front-page .about__slidearea {
    margin-top: 40px;
  }
}
.front-page .about__slidearea .about-swiper {
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.front-page .about__slidearea .about-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.front-page .about__slidearea .about-swiper .swiper-slide {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
}
.front-page .about__slidearea .about-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.front-page .room {
  padding: 100px 0;
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .front-page .room {
    padding: 50px 0;
  }
}
.front-page .room .illustration {
  width: 40%;
  position: absolute;
  top: -29%;
  left: 0;
  right: 0;
  margin: auto;
  animation: bounce 3s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  .front-page .room .illustration {
    left: auto;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0);
  }
  /* 40%〜100%までは止まる（休憩） */
  100% {
    transform: translateY(0);
  }
}
.front-page .room-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .front-page .room-list {
    flex-direction: column;
    gap: 80px;
    padding-bottom: 80px;
  }
}
.front-page .room-list__item {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .front-page .room-list__item {
    width: 100%;
  }
}
.front-page .room-list__item:nth-child(2) {
  margin-top: 20%;
}
@media only screen and (max-width: 768px) {
  .front-page .room-list__item:nth-child(2) {
    margin-top: 0;
  }
}
.front-page .room-list__item:nth-child(3) {
  margin-top: -10%;
}
@media only screen and (max-width: 768px) {
  .front-page .room-list__item:nth-child(3) {
    margin-top: 0;
  }
}
.front-page .room-list__item-img {
  transition: all 0.5s 0s ease;
}
.front-page .room-list__item-img:hover {
  opacity: 0.8;
}
.front-page .room-list__item-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.front-page .room-list__item-text .arw {
  width: 2.4rem;
  margin-left: 15px;
  margin-right: 10px;
}
.front-page .room-list__item .room-slider-controls {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 10;
  align-items: center;
}
.front-page .room-list__item .room-slider-controls .swiper-button-prev,
.front-page .room-list__item .room-slider-controls .swiper-button-next {
  position: static;
  color: #7A6C58;
  z-index: 10;
  margin-top: 0;
  height: auto;
}
.front-page .room-list__item .room-slider-controls .swiper-button-prev::after,
.front-page .room-list__item .room-slider-controls .swiper-button-next::after {
  font-size: 15px;
  font-weight: bold;
}
.front-page .room-list__item .room-slider-controls .swiper-button-prev {
  margin-right: 20px;
}
.front-page .room-list__item .room-slider-controls .swiper-button-next {
  margin-left: 20px;
}
.front-page .room-list__item .room-slider-controls .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: auto;
}
.front-page .room-list__item .room-slider-controls .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  border: solid 1px #7A6C58;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
}
.front-page .room-list__item .room-slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7A6C58;
}
.front-page .room-list__item-link {
  display: block;
  position: relative;
}
.front-page .room-list__item-link:hover {
  opacity: 1;
}
.front-page .illustration-onsen {
  width: 183px;
  position: absolute;
  top: 0;
  z-index: 11;
  left: 15%;
  animation: float 3s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .front-page .illustration-onsen {
    width: 28%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    /* 上に移動 */
  }
  100% {
    transform: translateY(0);
  }
}
.front-page .onsen {
  background-color: #F2F1EE;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .front-page .onsen {
    padding: 50px 0;
  }
}
.front-page .onsen-content {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .front-page .onsen-content {
    flex-direction: column;
    gap: 20px;
  }
}
.front-page .onsen-content__textarea {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .front-page .onsen-content__textarea {
    width: 100%;
  }
}
.front-page .onsen-content__textarea-text {
  line-height: 3;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .front-page .onsen-content__textarea-text {
    margin-top: 30px;
  }
}
.front-page .onsen-content__imgarea {
  width: 55%;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .front-page .onsen-content__imgarea {
    width: 100%;
  }
}
.front-page .onsen-content__imgarea .swiper {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .front-page .onsen-content__imgarea .swiper {
    height: 300px;
  }
}
.front-page .illustration-gyunyu {
  position: absolute;
  width: 205px;
  bottom: 20px;
  right: 15%;
  z-index: 11;
  animation: sway 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .front-page .illustration-gyunyu {
    width: 28%;
    max-width: 150px;
    bottom: 0;
  }
}
@keyframes sway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
    /* 右へ移動 */
  }
  100% {
    transform: translateX(0);
  }
}
.front-page .facility {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .front-page .facility {
    padding: 50px 0;
  }
}
.front-page .facility .section-title {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
.front-page .facility .btn-viewmore {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .front-page .facility .btn-viewmore {
    margin-top: 40px;
  }
}
.front-page .illustration-kichen {
  position: absolute;
  width: 180px;
  bottom: 20px;
  left: 15%;
  z-index: 11;
  animation: sway 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .front-page .illustration-kichen {
    width: 28%;
    max-width: 150px;
    bottom: 0;
  }
}
.front-page .qanda {
  background-color: #F2F1EE;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda {
    padding: 50px 0;
  }
}
.front-page .qanda .section-title {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
.front-page .qanda-content {
  max-width: var(--responsive--alignmiddle-width);
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda-content {
    margin-top: 30px;
  }
}
.front-page .qanda-content a {
  color: #F2ABBB;
  text-decoration: underline;
}
.front-page .qanda-content dt {
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 80px 20px;
  line-height: 1.8;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda-content dt {
    font-size: 1.4rem;
    padding: 20px 50px 20px 60px;
  }
}
.front-page .qanda-content dt:first-child {
  margin-top: 0;
}
.front-page .qanda-content dt::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 20px;
  color: #7A6C58;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda-content dt::after {
    top: 15px;
  }
}
.front-page .qanda-content dt::before {
  content: "Q";
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 2rem;
  background-color: #7A6C58;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 28px;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda-content dt::before {
    left: 15px;
    font-size: 1.6rem;
    width: 28px;
    height: 28px;
    line-height: 24px;
  }
}
.front-page .qanda-content dt.open {
  border-radius: 20px 20px 0 0;
}
.front-page .qanda-content dt.open::after {
  content: "−";
}
.front-page .qanda-content dd {
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  line-height: 1.8;
  padding: 0 80px 20px 80px;
  transition: max-height 0.3s ease-out;
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda-content dd {
    font-size: 1.4rem;
    padding: 0 50px 20px 60px;
  }
}
.front-page .qanda-content dd::before {
  content: "A";
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  border: solid 1px #7A6C58;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 28px;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda-content dd::before {
    left: 15px;
    font-size: 1.6rem;
    width: 28px;
    height: 28px;
    line-height: 24px;
  }
}
.front-page .qanda-content dd .line {
  display: block;
  border-top: dashed #7A6C58 1px;
  margin-bottom: 20px;
}
.front-page .qanda .btn-viewmore {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .front-page .qanda .btn-viewmore {
    margin-top: 40px;
  }
}
.front-page .illustration-mu {
  position: absolute;
  width: 117px;
  bottom: -20px;
  right: 15%;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  .front-page .illustration-mu {
    width: 80px;
  }
}
.front-page .btn-section {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .front-page .btn-section {
    padding: 60px 0;
  }
}
.front-page .btn-section__content {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .front-page .btn-section__content {
    flex-direction: column;
    gap: 20px;
  }
}
.front-page .btn-section__content-btn {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .front-page .btn-section__content-btn {
    width: 100%;
  }
}
.front-page .btn-section__content-btn a {
  display: flex;
  height: 230px;
}
@media only screen and (max-width: 768px) {
  .front-page .btn-section__content-btn a {
    height: 180px;
  }
}
.front-page .btn-section__content-btn a:hover img {
  transform: scale(1.1);
}
.front-page .btn-section__content-btn .text-araea {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px 0 0 20px;
  width: 50%;
  background-color: #A9967B;
}
@media only screen and (max-width: 1200px) {
  .front-page .btn-section__content-btn .text-araea {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .front-page .btn-section__content-btn .text-araea {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
.front-page .btn-section__content-btn .text-araea .title .en {
  font-size: 3.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .front-page .btn-section__content-btn .text-araea .title .en {
    font-size: 2.4rem;
  }
}
.front-page .btn-section__content-btn .text-araea .title .jp {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .front-page .btn-section__content-btn .text-araea .title .jp {
    font-size: 1.4rem;
  }
}
.front-page .btn-section__content-btn .text-araea .icon-arw {
  width: 24px;
}
.front-page .btn-section__content-btn .img-area {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  width: 50%;
}
.front-page .btn-section__content-btn .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.front-page .news {
  background-color: #F2F1EE;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .front-page .news {
    padding: 50px 0;
  }
}
.front-page .news-contnt {
  display: flex;
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .front-page .news-contnt {
    flex-direction: column;
    gap: 30px;
  }
}
.front-page .news-contnt .section-title {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .front-page .news-contnt .section-title {
    width: 100%;
  }
}
.front-page .news-list-area {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .front-page .news-list-area {
    width: 100%;
  }
}
.front-page .news .btn-viewmore {
  margin: 0 0 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .front-page .news .btn-viewmore {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.page-facility .facility-group:nth-of-type(2) {
  margin-top: 120px;
  padding-bottom: 100px;
}
.page-facility .facility-group .swiper-slide__text {
  font-size: 2rem;
  text-align: left;
  padding: 0 10px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page-facility .facility-group .swiper-slide__text {
    font-size: 1.8rem;
  }
}
.page-facility .guroup-title {
  font-size: 2.4rem;
  text-align: center;
}

.archivw-news .news-content {
  max-width: var(--responsive--alignmiddle-width);
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .archivw-news .news-content {
    padding-bottom: 60px;
  }
}

.post-news {
  padding-bottom: 80px;
  padding-top: 200px;
}
@media only screen and (max-width: 768px) {
  .post-news {
    padding-top: 100px;
    page-break-inside: 60px;
  }
}
.post-news__contents {
  max-width: var(--responsive--alignmiddle-width);
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 90px 150px;
}
@media only screen and (max-width: 768px) {
  .post-news__contents {
    padding: 70px 30px;
  }
}
.post-news__contents .title {
  font-size: 3.2rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .post-news__contents .title {
    font-size: 2.4rem;
  }
}
.post-news__contents .date {
  font-size: 1.2rem;
  margin-top: 10px;
}
.post-news__contents .post_contents {
  margin-top: 40px;
}
.post-news__contents .post_contents p {
  line-height: 1.8;
  padding-bottom: 1em;
}
.post-news__contents .post_contents h2,
.post-news__contents .post_contents h3,
.post-news__contents .post_contents h4 {
  font-weight: 500;
  padding: 1.5em 0 1em;
}
.post-news__contents .post_contents h2 {
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .post-news__contents .post_contents h2 {
    font-size: 2rem;
  }
}
.post-news__contents .post_contents h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .post-news__contents .post_contents h3 {
    font-size: 1.6rem;
  }
}
.post-news__contents .post_contents a {
  text-decoration: underline;
}
.post-news__contents .post_contents figure {
  margin-bottom: 1em;
}
.post-news .btn-viewmore {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .post-news .btn-viewmore {
    margin-top: 40px;
  }
}

.page-access__content {
  max-width: var(--responsive--alignmiddle-width);
  margin: 0 auto;
  padding-bottom: 80px;
}
.page-access__content .title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .page-access__content .title {
    font-size: 2rem;
  }
}
.page-access__content-kotsu .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 75px;
}
@media only screen and (max-width: 600px) {
  .page-access__content-kotsu .box {
    padding: 30px 20px;
  }
}
.page-access__content-map {
  margin-top: 80px;
}
.page-access__content-map .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .page-access__content-map .box {
    padding: 10px;
  }
}
.page-access__content-googlemap {
  margin-top: 80px;
}
.page-access__content-googlemap .desc {
  line-height: 1.8;
}
.page-access__content-googlemap .google-map {
  border-radius: 20px;
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
}
.page-access__content-googlemap .google-map iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 600px) {
  .page-access__content-googlemap .google-map iframe {
    height: 300px;
  }
}

.page-contact__content {
  max-width: var(--responsive--alignsmall-width);
  margin: 0 auto;
}
.page-contact__content-lead {
  text-align: center;
  line-height: 1.8;
}
.page-contact__content-tel {
  margin-top: 60px;
}
.page-contact__content-tel .title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 600px) {
  .page-contact__content-tel .title {
    font-size: 2rem;
  }
}
.page-contact__content-tel .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 0;
  margin-top: 20px;
}
.page-contact__content-tel .box .tel-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-contact__content-tel .box .tel-link .icon {
  width: 22px;
}
.page-contact__content-tel .box .tel-link .num {
  font-size: 3rem;
  letter-spacing: 0.12em;
}
.page-contact__content-tel .box .time {
  text-align: center;
  margin-top: 20px;
}
.page-contact__content-form {
  margin-top: 60px;
}
.page-contact__content-form .title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 600px) {
  .page-contact__content-form .title {
    font-size: 2rem;
  }
}
.page-contact__content-form .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 65px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-contact__content-form .box {
    padding: 20px 20px;
  }
}
.page-contact__content-form .box .item {
  margin-top: 30px;
}
.page-contact__content-form .box .item input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #7A6C58;
  padding: 0.5em;
}
.page-contact__content-form .box .item textarea {
  width: 100%;
  padding: 0.8em;
  border-radius: 10px;
}
.page-contact__content-form .box .item .mwform-zip-field input,
.page-contact__content-form .box .item .mwform-tel-field input {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .page-contact__content-form .box .item .mwform-zip-field input,
  .page-contact__content-form .box .item .mwform-tel-field input {
    width: 28%;
  }
}
.page-contact__content-form .box .item .item-label {
  margin-bottom: 0.8em;
}
.page-contact__content-form .box .item .hissu {
  color: #B20606;
}
.page-contact__content-form .box input[type=checkbox] {
  height: 11px;
  width: 11px;
  border-radius: 0;
  position: relative;
  border: solid 1px #7A6C58;
  padding: 0.5em;
  vertical-align: bottom;
}
.page-contact__content-form .box input[type=checkbox]:checked {
  background-color: #7A6C58;
}
.page-contact__content-form .box input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.page-contact__content-form .box input[type=checkbox]:checked::after {
  opacity: 1;
}
.page-contact__content-form .box .text {
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-contact__content-form .box .text a {
  text-decoration: underline;
}
.page-contact__content-form .box .confirm-btn button {
  width: 300px;
  line-height: 50px;
  background-color: #7A6C58;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}

.page-policy-content {
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: var(--responsive--alignsmall-width);
  margin: 0 auto;
}
.page-policy-content h1 {
  font-size: 3.2rem;
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .page-policy-content h1 {
    font-size: 2.2rem;
  }
}
.page-policy-content h2 {
  font-size: 2rem;
  font-weight: 700;
  padding: 1em 0 0.5em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page-policy-content h2 {
    font-size: 1.8rem;
  }
}
.page-policy-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.3em;
  padding-top: 0.5em;
}
.page-policy-content ul {
  margin-bottom: 1em;
}
.page-policy-content li {
  line-height: 1.8;
}
.page-policy-content p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.page-policy-content th,
.page-policy-content td {
  line-height: 1.5;
}