@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGo", "Hiragino Kaku Gothic ProN", sans-serif;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  font-weight: 500;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img,
video,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

picture,
img,
a,
span {
  display: block;
}

li {
  list-style: none;
}

.page-main {
  overflow-x: hidden;
}

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

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-about-inner {
  max-width: 620px;
  margin: 0 auto;
  padding-inline: 15px;
}

.l-page-access-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding-inline: 15px;
}
@media screen and (max-width: 768px) {
  .l-page-access-inner {
    max-width: 518px;
  }
}

.l-page-howto-inner {
  margin: 0 auto;
  padding-inline: 20px;
}

.top-sec-title {
  font-family: "Yuji Syuku", serif;
  font-size: 30px;
  line-height: 1.7714285714;
  color: #736357;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sec-title {
    font-size: 31px;
  }
}
@media screen and (max-width: 500px) {
  .top-sec-title {
    font-size: 20px;
  }
}

.page-mv {
  position: relative;
}

.page-mv__bg {
  aspect-ratio: 1260/600;
  position: relative;
}
.page-mv__bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-mv__catch {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-size: 36px;
  letter-spacing: 0.025em;
  padding-left: 135px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .page-mv__catch {
    font-size: 32px;
    padding-left: 65px;
  }
}
@media screen and (max-width: 500px) {
  .page-mv__catch {
    font-size: max(18px, 4.2666666667vw);
    padding-left: 45px;
  }
}

.logo-text-top {
  font-family: "Yuji Syuku", serif;
  font-size: 12px;
  display: block;
  text-align: center;
}

.logo-text-bottom {
  font-family: "Yuji Syuku", serif;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.logo-text-bottom--red {
  color: red;
}

.header {
  height: 148px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 95px;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 85px;
  }
}

.header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .header__top-wrapper {
    padding: 15px 20px;
  }
}

.header__logo {
  width: 137px;
}
@media screen and (max-width: 500px) {
  .header__logo {
    width: 120px;
  }
}

@media screen and (max-width: 500px) {
  .header__logo-text-bottom {
    margin-top: 0;
  }
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.header__open-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 700px) {
  .header__open-info {
    display: none;
  }
}

.header__open-day {
  display: block;
}

.header__tel {
  font-size: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 700px) {
  .header__tel {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header__tel {
    font-size: max(18px, 2.9333333333vw);
  }
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .header__hamburger {
    width: 50px;
    height: 50px;
  }
}

.header__hamburger-line {
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 500px) {
  .header__hamburger-line {
    width: 43px;
  }
}
.header__hamburger-line:first-child {
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__hamburger-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.header__hamburger-line:last-child {
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__hamburger.is-show .header__hamburger-line:first-child {
  top: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}

.header__hamburger.is-show .header__hamburger-line:nth-child(2) {
  display: none;
}

.header__hamburger.is-show .header__hamburger-line:last-child {
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
  bottom: 25px;
}
@media screen and (max-width: 500px) {
  .header__hamburger.is-show .header__hamburger-line:last-child {
    bottom: 21px;
  }
}

.pc-header__nav {
  background-color: #333;
  height: 45px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pc-header__nav {
    display: none;
  }
}

.pc-header__nav-list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-header__nav-list li:last-child .pc-header__nav-item {
  border-right: none;
}

.pc-header__nav-item {
  padding-inline: 50px;
  border-right: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .pc-header__nav-item {
    padding-inline: 20px;
  }
}

.sp-header {
  color: #fff;
  z-index: 10;
  position: relative;
  background-color: #000;
  padding: 55px 77px 102px 77px;
  -webkit-transform: translate(-100vw);
          transform: translate(-100vw);
  display: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 500px) {
  .sp-header {
    padding-inline: 30px;
    padding: 39px 77px 35px 30px;
    margin-top: -7px;
  }
}

.sp-header.is-show {
  display: block;
  -webkit-transform: translate(0vw);
          transform: translate(0vw);
}

.sp-header__logo-wrapper {
  background-color: #000;
  width: 39.6vw;
}

.sp-header__logo-text-top {
  font-size: 3.6vw;
}

.sp-header__logo {
  margin-top: 16px;
}

.sp-header__info {
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 31px;
  margin-left: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .sp-header__info {
    font-size: max(18px, 2vw);
    margin-left: 0;
  }
}

.sp-header__address-tel {
  font-size: 24px;
  letter-spacing: 0.07em;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .sp-header__address-tel {
    font-size: max(18px, 3.2vw);
  }
}

.sp-header__nav {
  font-size: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .sp-header__nav {
    font-size: max(18px, 3.2vw);
  }
}

.sp-header__nav-item {
  padding-block: 24px;
}

.footer {
  background-color: #000;
  padding-block: 75px 85px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 63px 85px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 965px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 80px;
  }
}
@media screen and (max-width: 500px) {
  .footer__inner {
    padding-inline: 20px;
  }
}

.footer__left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__left {
    text-align: left;
  }
}

.footer__logo-wrapper {
  width: 205px;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrapper {
    width: 297px;
  }
}
@media screen and (max-width: 500px) {
  .footer__logo-wrapper {
    width: 210px;
  }
}

.footer__logo-text-top {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .footer__logo-text-top {
    font-size: 27px;
  }
}
@media screen and (max-width: 500px) {
  .footer__logo-text-top {
    font-size: max(18px, 3.6vw);
  }
}

.footer__logo-image {
  margin-top: 13px;
}

.footer__open-time.footer__open-time--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__open-time.footer__open-time--sp {
    display: block;
    font-size: 18px;
    margin-top: 35px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .footer__open-time.footer__open-time--sp {
    font-size: max(18px, 2.4vw);
  }
}

.footer__address {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 24px;
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .footer__address {
    font-size: max(18px, 3.2vw);
  }
}

.footer__tel {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__tel {
    font-size: 27px;
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .footer__tel {
    font-size: max(18px, 3.6vw);
  }
}

.footer__open-time {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__open-time--pc {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .footer__open-time {
    font-size: max(18px, 1.6vw);
  }
}

@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 60px;
  }
}

.footer__nav-item {
  padding-block: 10px;
}
@media screen and (max-width: 768px) {
  .footer__nav-item {
    font-size: 24px;
    padding-block: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav-item {
    font-size: max(18px, 3.2vw);
  }
}

.footer__copy {
	font-family: "Yuji Syuku", serif;
	font-size: 20px;
}
@media screen and (max-width: 500px) {
  .footer__copy {
    margin-top: 30px;
  }
}

.top-mv {
  margin: 0 auto;
  position: relative;
  margin-top: 43px;
  max-width: 1200px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .top-mv {
    padding-inline: 15px;
    margin-top: 26px;
  }
}

.top-mv__bg {
  background-image: url(../img/top-mv.png);
  aspect-ratio: 2423/1358;
  background-size: cover;
  background-repeat: repeat;
}

.top-mv__logo-wrapper {
  position: absolute;
  top: 17px;
  left: 44px;
}
@media screen and (max-width: 768px) {
  .top-mv__logo-wrapper {
    top: 8px;
    left: 25px;
  }
}

.top-mv__logo-text-top {
  font-size: 1.6666666667vw;
}

.top-mv__logo-text-bottom {
  font-size: 1.6666666667vw;
  margin-top: 20px;
}

.top-mv__logo-img {
  width: min(250px, 20.8333333333vw);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-mv__logo-img {
    width: min(163px, 21.7333333333vw);
  }
}

.top-mv__catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: min(72px, 6vw);
  right: min(73px, 6.0833333333vw);
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-family: "Yuji Syuku", serif;
  font-size: 2.380952381vw;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .top-mv__catch {
    display: none;
  }
}

.top-news {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 23px;
  }
}

.top-news__box {
  background-color: #fff;
  max-width: 963px;
  width: 100%;
  height: 222px;
  margin: 0 auto;
  padding: 30px 50px 30px 50px;
  -webkit-box-shadow: 7px 7px 3px rgba(132, 132, 132, 0.55);
          box-shadow: 7px 7px 3px rgba(132, 132, 132, 0.55);
}
@media screen and (max-width: 1000px) {
  .top-news__box {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__box {
    height: auto;
    padding: 20px 20px 45px 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-news__box {
    padding: 10px 10px 30px 10px;
  }
}

.top-news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .top-news__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .top-news__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
}

.top-news__sec-title {
  padding-right: 55px;
  border-right: 1px solid #736357;
  font-size: 35px;
}
@media screen and (max-width: 1000px) {
  .top-news__sec-title {
    padding-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__sec-title {
    font-size: 28px;
    border: none;
  }
}
@media screen and (max-width: 500px) {
  .top-news__sec-title {
    font-size: 20px;
  }
}

.top-news__list {
  padding-left: 70px;
}
@media screen and (max-width: 1000px) {
  .top-news__list {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list li:first-child {
    margin-top: 0;
  }
}

.top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.top-news__item-flex {
  display: contents;
}
@media screen and (max-width: 500px) {
  .top-news__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

.top-news__time {
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0.2em;
  width: 150px;
}
@media screen and (max-width: 1000px) {
  .top-news__time {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__time {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-news__time {
    line-height: 1.5;
    font-size: max(18px, 2.6666666667vw);
  }
}

.top-news__category {
  font-size: 14px;
  padding: 2px 25px;
  background-color: #adcfe5;
  color: #fff;
  width: 120px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-news__category {
    font-size: 20px;
    padding: 0 20px;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .top-news__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 125px;
    padding: 0 5px;
    font-size: max(18px, 2.6666666667vw);
  }
}

.top-news__news-title {
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .top-news__news-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__news-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-news__news-title {
    font-size: max(18px, 2.6666666667vw);
  }
}

.top-news__button {
  border: 1px solid #736357;
  color: #736357;
  padding-block: 7px;
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0.01em;
  display: block;
  margin-inline: auto;
  width: 330px;
  text-align: center;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .top-news__button {
    margin-top: 36px;
    width: 100%;
    max-width: 262px;
    padding-block: 1px;
  }
}
@media screen and (max-width: 500px) {
  .top-news__button {
    font-size: max(18px, 2.4vw);
  }
}

.top-open-time {
  margin-top: 132px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-open-time {
    margin-top: 83px;
  }
}

.top-open-time__info {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7368421053;
  text-align: center;
  margin-top: 9px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .top-open-time__info {
    margin-top: 15px;
    font-size: 23px;
    line-height: 1.7391304348;
  }
}
@media screen and (max-width: 500px) {
  .top-open-time__info {
    font-size: max(18px, 3.0666666667vw);
  }
}

.top-open-time__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 160px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .top-open-time__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    margin-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .top-open-time__box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.top-open-time__title {
  font-size: 20px;
  font-weight: 700;
  color: #736357;
  border-bottom: 1px solid #736357;
  padding-bottom: 3px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-open-time__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
  .top-open-time__title {
    font-size: max(18px, 3.0666666667vw);
  }
}

.top-open-time__time {
  font-weight: 500;
  font-size: 19px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-open-time__time {
    font-size: 23px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .top-open-time__time {
    font-size: max(18px, 3.0666666667vw);
  }
}

.top-open-time__time--mt {
  margin-top: 5px;
}

.top-open-time__small {
  font-weight: 500;
  font-size: 13px;
}

.top-price {
  margin-top: 120px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .top-price {
    margin-top: 90px;
  }
}

.top-price__info {
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .top-price__info {
    font-size: 17px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-price__info {
    font-size: 1.0625rem;
  }
}

.top-price__sub-title {
  font-weight: 700;
  text-align: center;
  margin-top: 48px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top-price__sub-title {
    margin-top: 29px;
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .top-price__sub-title {
    font-size: max(18px, 2.8vw);
  }
}

.top-price__table-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.top-price__table {
  margin-inline: auto;
  border: 1px solid #736357;
  background-color: #fff;
  border-collapse: collapse;
  font-size: 20px;
  line-height: 2.4;
  margin-top: 17px;
  max-width: 618px;
}
@media screen and (max-width: 768px) {
  .top-price__table {
    margin-top: 15px;
    border-color: #000;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .top-price__table {
    font-size: max(18px, 2.6666666667vw);
  }
}
@media screen and (max-width: 500px) {
  .top-price__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-price__table th,
.top-price__table td {
  border: 1px solid #736357;
}
@media screen and (max-width: 768px) {
  .top-price__table th,
  .top-price__table td {
    border-color: #000;
  }
}
.top-price__table th {
  text-align: left;
  font-weight: 500;
  padding-left: 50px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .top-price__table th {
    background-color: #736357;
    color: #fff;
    padding-left: 26px;
    padding-right: 18px;
    text-align: center;
  }
}
.top-price__table td {
  padding-left: 56px;
  padding-right: 45px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-price__table td {
    padding-left: 31px;
    padding-right: 36px;
  }
}

.top-price__caution-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .top-price__caution-box {
    margin-top: 10px;
  }
}

.top-price__caution {
  font-size: 13px;
  line-height: 1.7692307692;
  display: block;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .top-price__caution {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .top-price__caution {
    font-size: max(18px, 2vw);
  }
}

.top-main {
  position: relative;
}

.top-bg__gold {
  background-image: url(../img/top-bg-wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  bottom: 620px;
  left: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 1260/1131;
}
@media screen and (max-width: 768px) {
  .top-bg__gold {
    bottom: 535px;
  }
}

.top-bg__red {
  background-image: url(../img/top-bg-red.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 1260/707;
}

.top-private-bath {
  margin-top: -37px;
  text-align: center;
  padding-bottom: 360px;
}
@media screen and (max-width: 768px) {
  .top-private-bath {
    margin-top: -83px;
    padding-bottom: 282px;
  }
}

.top-private-bath__info {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-private-bath__info {
    margin-top: 22px;
  }
}
@media screen and (max-width: 500px) {
  .top-private-bath__info {
    font-size: max(18px, 2.4vw);
  }
}

.top-private-bath__table {
  border: 1px solid #736357;
  background-color: #fff;
  border-collapse: collapse;
  margin-inline: auto;
  margin-top: 24px;
  max-width: 616px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-private-bath__table {
    border-color: #000;
    max-width: 550px;
  }
}
@media screen and (max-width: 500px) {
  .top-private-bath__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-private-bath__table th {
  border-right: 1px solid #736357;
  padding-block: 9px;
  font-size: 20px;
  font-weight: 500;
  padding-inline: 39px;
}
@media screen and (max-width: 768px) {
  .top-private-bath__table th {
    padding-inline: 25px;
    background-color: #736357;
    color: #fff;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 500px) {
  .top-private-bath__table th {
    font-size: max(18px, 2.6666666667vw);
  }
}
.top-private-bath__table td {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-inline: 64px;
}
@media screen and (max-width: 768px) {
  .top-private-bath__table td {
    border: 1px solid #000;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 500px) {
  .top-private-bath__table td {
    font-size: max(18px, 2.6666666667vw);
  }
}

.page-about {
  position: relative;
}

.page-about__bg1 {
  position: absolute;
  background-image: url("../img/about-bg1.png");
  aspect-ratio: 1899/974;
  background-size: cover;
  width: 899px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-about__bg1 {
    width: 500px;
    top: 16px;
    left: -43px;
  }
}

.page-about__bg2 {
  position: absolute;
  background-image: url("../img/about-bg2.png");
  aspect-ratio: 2515/1366;
  background-size: cover;
  width: 899px;
  bottom: 800px;
  right: -300px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-about__bg2 {
    width: 650px;
    bottom: 359px;
    right: -180px;
  }
}

.page-about-bath {
  padding-top: 136px;
  padding-bottom: 90px;
  background-color: rgba(255, 255, 255, 0.53);
}
@media screen and (max-width: 768px) {
  .page-about-bath {
    background-color: unset;
    padding-top: 144px;
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 500px) {
  .page-about-bath {
    padding-top: 100px;
  }
}

.page-about__sec-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #736357;
  font-size: 31px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about__sec-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 500px) {
  .page-about__sec-title {
    font-size: 20px;
  }
}
.page-about__sec-title::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #736357;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-about__sec-title--bath::before {
  width: 79%;
}
@media screen and (max-width: 500px) {
  .page-about__sec-title--bath::before {
    width: 66%;
  }
}
.page-about__sec-title--private-bath::before {
  width: 63%;
}
@media screen and (max-width: 500px) {
  .page-about__sec-title--private-bath::before {
    width: 46%;
  }
}
.page-about__sec-title--sauna::before {
  width: 80%;
}
@media screen and (max-width: 500px) {
  .page-about__sec-title--sauna::before {
    width: 67%;
  }
}
.page-about__sec-title--restaurant::before {
  width: 57%;
}
@media screen and (max-width: 500px) {
  .page-about__sec-title--restaurant::before {
    width: 34%;
  }
}

.page-about__info {
  font-size: 19px;
  line-height: 2.1052631579;
  letter-spacing: 0.005em;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .page-about__info {
    font-size: 21px;
    margin-top: 18px;
    line-height: 1.4761904762;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 500px) {
  .page-about__info {
    font-size: max(18px, 2.8vw);
  }
}

.page-about__info-title {
  font-size: 22px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 500px) {
  .page-about__info-title {
    font-size: max(18px, 2.9333333333vw);
  }
}

.page-about-private-bath {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-about-private-bath {
    background-color: rgba(255, 255, 255, 0.53);
    padding-top: 52px;
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 768px) {
  .page-about__bath-price {
    display: none;
  }
}

.page-about__bath-price-table {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-about__bath-price-table {
    display: block;
    width: 367px;
    text-align: center;
    border-collapse: collapse;
    margin-top: 25px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .page-about__bath-price-table {
    width: 340px;
  }
}
.page-about__bath-price-table th {
  color: #fff;
  font-size: 21px;
  border: 1px solid #000;
  background-color: #b8afa5;
  font-weight: 700;
  padding-block: 5px;
  width: 120px;
}
@media screen and (max-width: 500px) {
  .page-about__bath-price-table th {
    font-size: max(18px, 2.8vw);
  }
}
.page-about__bath-price-table td {
  font-size: 21px;
  background-color: #fff;
  border: 1px solid #000;
  width: 250px;
}
@media screen and (max-width: 500px) {
  .page-about__bath-price-table td {
    font-size: max(18px, 2.8vw);
    width: 220px;
  }
}

.page-about-sauna {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(255, 255, 255, 0.53);
}
@media screen and (max-width: 768px) {
  .page-about-sauna {
    background-color: unset;
    padding-top: 63px;
    padding-bottom: 36px;
  }
}

.page-about-restaurant {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-about-restaurant {
    background-color: rgba(255, 255, 255, 0.53);
    padding-top: 50px;
  }
}

.page-access-top {
  padding-top: 148px;
}
@media screen and (max-width: 768px) {
  .page-access-top {
    padding-top: 89px;
  }
}

.page-access-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-access-top__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.page-access-top__logo {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .page-access-top__logo {
    width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .page-access-top__logo {
    width: 200px;
  }
}

.page-access-top__info {
  font-weight: 400;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .page-access-top__info {
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 500px) {
  .page-access-top__info {
    font-size: max(18px, 3.2vw);
  }
}

.page-access-top__tel {
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .page-access-top__tel {
    margin-top: 5px;
  }
}

.page-access-way {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-access-way {
    margin-top: 108px;
  }
}
@media screen and (max-width: 500px) {
  .page-access-way {
    margin-top: 80px;
  }
}

.page-access-way__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 170px;
}
@media screen and (max-width: 768px) {
  .page-access-way__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 453px;
    gap: 80px;
  }
}

.page-access__sec-title {
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #736357;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-access__sec-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .page-access__sec-title {
    font-size: max(18px, 2.6666666667vw);
  }
}
.page-access__sec-title::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #5b4e42;
  bottom: -20px;
  left: 0;
}

.page-access__sec-info {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.9444444444;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .page-access__sec-info {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .page-access__sec-info {
    font-size: max(18px, 2.6666666667vw);
  }
}

.page-access-map {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page-access-map {
    width: 100%;
    max-width: 518px;
    aspect-ratio: 518/337;
    position: relative;
    margin-inline: auto;
    margin-top: 118px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-access-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.page-howto {
  position: relative;
}

.page-howto__bg1 {
  background-image: url(../img/howto-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: -100px;
  right: -370px;
  width: 88%;
  z-index: -1;
  aspect-ratio: 1879/822;
}

.page-howto__bg2 {
  background-image: url(../img/howto-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 88%;
  z-index: -1;
  aspect-ratio: 1879/822;
}

.page-howto-flow {
  margin-top: 153px;
}
@media screen and (max-width: 768px) {
  .page-howto-flow {
    margin-top: 87px;
  }
}

.l-page-howto-flow__inner {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .l-page-howto-flow__inner {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 600px) {
  .l-page-howto-flow__inner {
    padding-inline: 10px;
  }
}

.page-howto-flow__title {
  text-align: center;
  font-family: "Yuji Syuku", serif;
  color: #736357;
  font-size: 30px;
  letter-spacing: 0.043em;
}
@media screen and (max-width: 768px) {
  .page-howto-flow__title {
    font-size: 28px;
  }
}

.page-howto-flow__contents-wrapper {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .page-howto-flow__contents-wrapper {
    margin-top: 36px;
  }
}

.page-howto-flow__box {
  position: relative;
}

.page-howto-flow__box-1 {
  aspect-ratio: 1746/467;
}
.page-howto-flow__box-1 .page-howto-flow__list-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-howto-flow__box-1 {
    aspect-ratio: 1207/448;
  }
}

.page-howto-flow__img {
  position: absolute;
  width: 100%;
  display: block;
  z-index: -1;
}

.page-howto-flow__list-title {
  margin-inline: auto;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.025em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-howto-flow__list-title::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page-howto-flow__list-title {
    font-size: max(18px, 2.6666666667vw);
  }
}

.page-howto-flow__list-text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.043em;
  width: 652px;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-howto-flow__list-text {
    font-size: max(16px, 2.5333333333vw);
    width: 86%;
  }
}

.page-howto-flow__box-2 {
  aspect-ratio: 1769/723;
}
@media screen and (max-width: 768px) {
  .page-howto-flow__box-2 {
    aspect-ratio: 1224/774;
  }
}
.page-howto-flow__box-2 .page-howto-flow__img {
  top: -40px;
}
.page-howto-flow__box-2 .page-howto-flow__list-title {
  padding-top: 60px;
}

.page-howto-flow__box-3 {
  aspect-ratio: 1769/683;
}
@media screen and (max-width: 768px) {
  .page-howto-flow__box-3 {
    aspect-ratio: 1223/685;
  }
}
.page-howto-flow__box-3 .page-howto-flow__img {
  top: -90px;
}
.page-howto-flow__box-3 .page-howto-flow__list-title {
  padding-top: 15px;
}

.page-howto-caution {
  margin-top: 111px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-howto-caution {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .l-page-howto-caution__inner {
    max-width: 675px;
  }
}

.page-howto-caution__title {
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-howto-caution__title {
    font-size: 16px;
  }
}

.page-howto-caution__info {
  margin-top: 28px;
  font-size: 13px;
  line-height: 1.6153846154;
}
@media screen and (max-width: 768px) {
  .page-howto-caution__info {
    margin-top: 13px;
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
  }
}

.page-news {
  padding-block: 60px 100px;
}
.page-news .page-news__article-wrapper {
  margin-top: 50px;
}
.page-news .top-news__item {
  padding-block: 20px;
  border-bottom: 1px solid gray;
}
@media screen and (max-width: 768px) {
  .page-news .top-news__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-news .nav-links {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.page-news__content {
  margin-top: 40px;
}

.page-news-archive__back {
  text-align: center;
  margin-top: 30px;
  text-decoration: underline;
}