@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Noto Serif JP', serif;
  color: #130c0f;
  scroll-behavior: smooth;
  background-color: #f9f5f5 !important;
}

body::before {
  content: '';
  position: fixed;
  inset: -98px 0 0;
  margin: auto;
  opacity: 0.1;
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
  background-image: url('../public/img/top/texture.png');
  background-size: cover;
  background-position: center;
}

.button {
  display: block;
  position: relative;
  isolation: isolate;
}
.button::before {
  content: '';
  position: absolute;
  inset: 10px 0 auto;
  background-image: url('../public/img/top/button-shadow-red.svg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: -2;
  border-radius: 30px;
}
.button--no-shadow::before {
  display: none;
}
.button--green .button__content {
  background-color: #347d1f;
}
.button--green::before {
  background-image: url('../public/img/top/button-shadow-green.svg');
}
.button--white .button__content {
  background-color: #fff;
  color: #750000;
  border: 1px solid #750000;
}
.button--white::before {
  background-image: url('../public/img/top/button-shadow-red-sm.svg');
}
.button--white .button__arrow {
  background-image: url('../public/img/top/arrow-red.svg');
}
.button--light-red .button__content {
  background-color: #fcf8f8;
  color: #750000;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #750000;
  box-shadow: 0 0 0 1px #750000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button--light-red .button__arrow {
  background-image: url('../public/img/top/arrow-red.svg');
}
.button--no-border {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.button--no-border .button__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  background-color: transparent;
  height: auto;
  color: #750000;
}
@media screen and (max-width: 767px) {
  .button--no-border .button__content {
    font-size: 16px;
  }
}
.button--no-border .button__arrow {
  right: initial;
  position: relative;
  margin-left: 20px;
  background-image: url('../public/img/top/arrow-red.svg');
}
.button--no-border::before {
  display: none;
}
.button:hover .button__text {
  opacity: 0.5;
}
.button:hover .button__arrow {
  translate: 7px 0;
  opacity: 0.5;
}
.button__content {
  position: relative;
  border-radius: 30px;
  height: 60px;
  text-align: center;
  background-color: #750000;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  isolation: isolate;
  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;
}
.button__text {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button__text .sm {
  font-size: 20px;
}
.button__text .lg {
  font-size: 24px;
}
.button__arrow {
  position: absolute;
  inset: 0 30px 0 auto;
  margin: auto;
  width: 20px;
  height: 10px;
  background-image: url('../public/img/top/arrow-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header {
  position: absolute;
  inset: 0 0 auto;
  max-width: initial !important;
  font-family: 'Noto Serif JP', serif;
}
.header--static {
  background-color: #fcf8f8;
  padding-block: 30px;
  opacity: 1;
  z-index: 1001;
}
.header--static .header__nav-wrapper {
  max-width: calc(800px + 8%);
  padding-inline: 4%;
}
.header--fixed {
  position: fixed;
  background-color: #fcf8f8;
  padding-block: 15px 15px;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header--fixed {
    opacity: 1 !important;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100svh;
    background-color: #f9f5f5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
}
.header--fixed.active {
  inset: 0;
  background-color: #f9f5f5;
}
@media screen and (max-width: 767px) {
  .header--fixed.active::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed.active .header__nav-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed.active .header__content {
    position: fixed;
    top: 0;
    left: 15px;
    right: 15px;
    width: 92%;
    z-index: 4;
    padding-top: 15px;
    background-color: #f9f5f5;
  }
}
.header--fixed::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  width: 95.83%;
  height: 1px;
  margin: auto;
  background-color: rgba(117, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .header--fixed::after {
    display: none;
  }
}
.header--fixed .header__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header--fixed .header__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header--fixed .header__logo {
  width: 291px;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .header--fixed .header__logo {
    width: 232.8px;
  }
}
@media screen and (max-width: 1080px) {
  .header--fixed .header__logo {
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__logo {
    width: 184px;
  }
}
.header--fixed .header__nav {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .header--fixed .header__nav {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__nav {
    gap: 18px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    margin-left: initial;
    z-index: 1;
  }
}
.header--fixed .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 62px;
  padding-inline: 40px;
}
@media screen and (max-width: 1080px) {
  .header--fixed .header__wrapper {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__wrapper {
    position: relative;
    padding-inline: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__nav-wrapper {
    position: absolute;
    inset: 85px 0 auto;
    width: 86.67%;
    height: calc(100svh - 85px);
    margin-inline: auto;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__nav-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__nav-item,
  .header--fixed .menu-item:not(.menu-item-has-children) {
    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;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__nav-item::after,
  .header--fixed .menu-item:not(.menu-item-has-children)::after {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    background-image: url('../public/img/top/arrow-red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .menu-item-has-children {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .sub-menu {
    position: relative !important;
    inset: initial !important;
    width: 100% !important;
    max-height: 0;
    overflow: hidden;
    margin-top: 10px !important;
  }
}
.header--fixed .sub-menu.active {
  opacity: 1 !important;
  max-height: 1000px;
}
.header--fixed .submenu-trigger {
  position: absolute;
  inset: 0 0 auto auto;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.header--fixed .submenu-trigger::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid #750000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.header--fixed .submenu-trigger.active {
  rotate: -180deg;
}
.header--fixed .header__schedule-block {
  position: relative;
  z-index: 1;
}
.header--fixed .header__schedule-legend {
  margin-top: 15px;
}
.header--fixed .header__schedule-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header--fixed .schedule-block__legend-note {
    margin-top: 8px;
    text-align: start;
  }
}
.header--fixed .header__links {
  margin-top: 17px;
}
.header--fixed .header__links .button::before {
  display: none;
}
.header--fixed .header__links .button:not(:last-of-type) {
  margin-bottom: 12px;
}
.header__content {
  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;
}
@media screen and (max-width: 767px) {
  .header__content {
    width: 100%;
    position: relative;
  }
}
.header__logo {
  display: block;
  margin-bottom: 20px;
  height: 50px;
}
.header__nav-wrapper {
  width: 100%;
}
.header__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.27%;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1080px) {
  .header__nav {
    font-size: 14px;
  }
}
.header__nav-item,
.header .menu-item:not(.menu-item-has-children) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__nav-item:hover,
.header .menu-item:not(.menu-item-has-children):hover {
  opacity: 0.5;
}
.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  inset: 100% 0 auto;
  margin: auto;
}
.header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header .sub-menu {
  opacity: 0;
  background-color: #fcf8f8;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  inset: calc(100% + 15px) 0 auto;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.header .sub-menu li {
  width: 100% !important;
  padding: 15px;
  border-bottom: 1px solid rgba(117, 0, 0, 0.3);
}
.header .sub-menu a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header__hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
}
.header__hamburger::after {
  content: 'Menu';
  position: absolute;
  inset: 100% 0 auto;
  margin: auto;
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.header__hamburger.active::after {
  content: 'Close';
}
.header__hamburger.active .header__hamburger-icon span:first-of-type {
  rotate: 45deg;
  margin-bottom: 0;
}
.header__hamburger.active .header__hamburger-icon span:last-of-type {
  rotate: -45deg;
}
.header__hamburger-icon {
  position: absolute;
  inset: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  display: block;
}
.header__hamburger-icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #130c0f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger-icon span:first-of-type {
  margin-bottom: 8px;
}

.footer {
  background-color: #f2ece9;
  padding-block: 64px 30px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 80px 20px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-bottom: 65px;
  }
}
.footer .sub-menu {
  margin-top: 16px;
}
.footer .sub-menu .menu-item {
  margin-top: 16px;
}
.footer .sub-menu .menu-item a {
  border-inline: 0.5px solid rgba(68, 44, 56, 0.2);
}
.footer__nav-item,
.footer .menu-item {
  position: relative;
  text-align: center;
  -ms-flex-preferred-size: 143px;
  flex-basis: 143px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer__nav-item,
  .footer .menu-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-right: initial;
  }
}
.footer__nav-item a,
.footer .menu-item a {
  display: block;
  width: 100%;
  border-right: 1px solid rgba(68, 44, 56, 0.2);
}
.footer__nav-item:first-of-type a,
.footer .menu-item:first-of-type a {
  border-left: 1px solid rgba(68, 44, 56, 0.2);
}
@media screen and (max-width: 767px) {
  .footer__nav-item:nth-of-type(odd) a,
  .footer .menu-item:nth-of-type(odd) a {
    border-left: 1px solid rgba(68, 44, 56, 0.2);
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__col {
    width: 100%;
  }
}
.footer__heading {
  font-family: inherit;
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #750000;
}
.footer__schedule {
  width: 285px;
  background-color: #f9f5f5;
  border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  .footer__schedule {
    width: 100%;
  }
}
.footer__schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  font-size: 16px;
  height: 92px;
  text-align: center;
  font-weight: 500;
}
.footer__schedule-item--red {
  color: #750000;
}
.footer__schedule-item .sm {
  font-size: 14px;
}
.footer__schedule-item:nth-of-type(2) {
  border-block: 1px solid rgba(68, 44, 56, 0.2);
}
.footer__schedule-item-title {
  -ms-flex-preferred-size: 143px;
  flex-basis: 143px;
}
@media screen and (max-width: 1080px) {
  .footer__schedule-item-title {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer__schedule-item-title {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.footer__schedule-item-content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  height: 65.22%;
  border-left: 1px dashed rgba(68, 44, 56, 0.2);
  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;
}
@media screen and (max-width: 767px) {
  .footer__schedule-item-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.footer__map {
  height: 276px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer__map {
    width: 100%;
  }
}
.footer__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1080px) {
  .footer__company-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer__logo {
  width: 323px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 247px;
  }
}
.footer__company-address {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5714285714em;
}
.footer__schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-block: 47px 40px;
}
@media screen and (max-width: 1080px) {
  .footer__schedule-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-block: 22px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__schedule-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer .schedule-block__text--holiday {
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .footer .schedule-block__text--holiday {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .footer .schedule-block__legend-note {
    width: 100%;
    text-align: start;
    margin-top: 13px;
  }
}
.footer .schedule-block__item-content {
  height: 50px;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .button {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .footer .button {
    width: 100%;
  }
}
.footer .button .button__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .button:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.footer__web-link::before {
  background-image: url('../public/img/top/button-shadow-red-320.svg');
}
.footer__line-link::before {
  background-image: url('../public/img/top/button-shadow-green-320.svg');
}
.footer__copyright {
  margin-top: 70px !important;
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #750000;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .footer__copyright {
    margin-top: 50px !important;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.schedule-block {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(68, 44, 56, 0.2);
}
.schedule-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.schedule-block__row .schedule-block__item-header:first-child,
.schedule-block__row .schedule-block__item-content:first-child {
  min-width: 190px;
  width: 29%;
}
@media screen and (max-width: 767px) {
  .schedule-block__row .schedule-block__item-header:first-child,
  .schedule-block__row .schedule-block__item-content:first-child {
    min-width: 73px;
    width: 22.46%;
  }
}
.schedule-block__row .schedule-block__item-header:not(:first-child),
.schedule-block__row .schedule-block__item-content:not(:first-child) {
  min-width: 63px;
  width: 9.98%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .schedule-block__row .schedule-block__item-header:not(:first-child),
  .schedule-block__row .schedule-block__item-content:not(:first-child) {
    min-width: 36px;
    width: 11.07%;
  }
}
.schedule-block__row .schedule-block__item-header:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.schedule-block__row .schedule-block__item-content:not(:last-child) {
  border-right: 1px solid rgba(68, 44, 56, 0.2);
}
.schedule-block__item-header {
  background-color: #750000;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  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;
}
@media screen and (max-width: 767px) {
  .schedule-block__item-header {
    height: 28px;
    font-size: 12px;
  }
}
.schedule-block__item-header--holiday {
  background-color: #8d1a4a;
}
.schedule-block__item-content {
  display: block;
  height: 70px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: 'EB Garamond', serif;
  text-align: center;
  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;
}
@media screen and (max-width: 767px) {
  .schedule-block__item-content {
    height: 41px;
    font-size: 12px;
  }
}
.schedule-block__item-content .open,
.schedule-block__item-content .schedule__sched-avblty-t1 {
  width: 12px;
  height: 12px;
  background-color: #750000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .schedule-block__item-content .open,
  .schedule-block__item-content .schedule__sched-avblty-t1 {
    width: 10px;
    height: 10px;
  }
}
.schedule-block__item-content .half,
.schedule-block__item-content .schedule__sched-avblty-t3 {
  width: 0;
  height: 0;
  border-bottom: 10px solid #750000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.schedule-block__item-content .closed::before,
.schedule-block__item-content .schedule__sched-avblty-t2::before {
  content: '-';
  font-size: 18px;
  font-weight: 500;
}
.schedule-block__boxed-text {
  display: inline-block;
  margin-right: 10px;
  background-color: #750000;
  color: #fff;
  padding: 3.5px 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .schedule-block__boxed-text {
    margin-right: 6px;
    padding: 2px 3px;
    font-size: 14px;
  }
}
.schedule-block__text {
  color: #750000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .schedule-block__text {
    font-size: 14px;
  }
}
.schedule-block__text--holiday::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-bottom: 10px solid #750000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media screen and (max-width: 767px) {
  .schedule-block__text--holiday::before {
    margin-right: 0;
  }
}
.schedule-block__legend-note {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .schedule-block__legend-note {
    font-size: 12px;
  }
}

.heading {
  color: #750000;
}
.heading__en-text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.06em;
  line-height: 2em;
}
.heading__ja-text {
  width: 273px;
  height: 55px;
  margin-inline: auto;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  background-image: url('../public/img/top/header-ribbon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  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;
}
@media screen and (max-width: 767px) {
  .heading__ja-text {
    width: 223px;
    height: 45px;
    font-size: 20px;
  }
}
.heading__ja-text--md {
  background-image: url('../public/img/top/header-ribbon-md.svg');
  width: 372px;
}
@media screen and (max-width: 767px) {
  .heading__ja-text--md {
    width: 304px;
  }
}
.heading__ja-text--lg {
  background-image: url('../public/img/top/header-ribbon-lg.svg');
  width: 438px;
}
@media screen and (max-width: 767px) {
  .heading__ja-text--lg {
    width: 304px;
  }
}
.heading__ja-text--plain {
  background-image: none;
}
.heading__icon-wrapper {
  height: 57px;
  margin-bottom: 5px;
}

.top {
  padding-top: 153px;
  background-color: #f9f5f5;
}
@media screen and (max-width: 767px) {
  .top {
    padding-top: 70px;
  }
}
.top__mv {
  position: relative;
  z-index: 1;
  max-height: 740px;
  height: 38.5416666667vw;
  min-height: 592px;
}
@media screen and (max-width: 1080px) {
  .top__mv {
    height: auto;
  }
}
.top__mv-slider {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .top__mv-slider {
    height: 440px;
  }
}
.top__mv-slider .splide__track {
  height: 100%;
}
.top__mv-slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at center, #fff, #f8e4c6, #cfafaf);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.top__mv-schedule-wrapper {
  position: absolute;
  inset: auto 0 -39px auto;
  z-index: 3;
  padding: 28px 34px 0;
}
@media screen and (max-width: 1080px) {
  .top__mv-schedule-wrapper {
    position: relative;
    inset: initial;
    padding: 25px 23px 18px;
  }
}
.top__mv-schedule-wrapper::before {
  content: '';
  position: absolute;
  inset: 16px 0 0;
  border-radius: 10px 0 0;
  background-color: #f6f0ee;
  height: 100%;
  max-height: 230px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .top__mv-schedule-wrapper::before {
    inset: 0;
    max-height: initial;
  }
}
@media screen and (max-width: 1080px) {
  .top__mv-schedule-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top__mv-schedule-text {
  margin-bottom: 20px;
  color: #750000;
  text-decoration: underline;
  line-height: 1.625em;
}
@media screen and (max-width: 1080px) {
  .top__mv-schedule-text {
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-schedule-text {
    margin-bottom: 20px;
  }
}
.top__mv-schedule-text .lg {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top__mv-schedule-text p {
    line-height: 1.5em;
  }
}
.top__mv-schedule-block-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .top__mv-schedule-block-legend {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 631px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-schedule-block-legend {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.top__mv-schedule-block-legend .schedule-block__legend-note {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .top__mv-schedule-block-legend .schedule-block__legend-note {
    margin-top: 10px;
    text-align: start;
  }
}
.top__reservation {
  padding-block: 40px 90px;
}
@media screen and (max-width: 767px) {
  .top__reservation {
    padding-block: 50px 80px;
  }
}
.top__reservation-heading {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .top__reservation-heading {
    margin-bottom: 20px;
  }
}
.top__reservation-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__reservation-text {
    line-height: 2em !important;
  }
}
.top__reservation-cta-grid {
  display: grid;
  grid-template-columns: 47.5% 5% 47.5%;
  grid-template-rows: repeat(2, 1fr);
  gap: 25px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .top__reservation-cta-grid {
    margin-top: 20px;
    display: block;
  }
}
.top__reservation-tel {
  grid-column: 1/4;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .top__reservation-tel {
    width: 100%;
    margin-bottom: 20px;
    grid-column: 1/2;
    grid-row: auto;
  }
}
.top__reservation-web {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .top__reservation-web {
    width: 100%;
    margin-bottom: 20px;
    grid-column: 1/2;
    grid-row: auto;
  }
}
.top__reservation-line {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .top__reservation-line {
    width: 100%;
    grid-column: 1/2;
    grid-row: auto;
  }
}
.top__information {
  background-color: #fff;
  padding-block: 53px;
}
@media screen and (max-width: 767px) {
  .top__information {
    padding-block: 43px 60px;
  }
}
.top__information-heading {
  margin-bottom: 20px;
}
.top__information-item {
  border-bottom: 1px solid rgba(68, 44, 56, 0.2);
}
.top__information-item:first-of-type {
  border-top: 1px solid rgba(68, 44, 56, 0.2);
}
.top__information-list {
  margin-bottom: 30px;
}
.top__information-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-block: 18.5px;
  padding-inline: 1.25%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .top__information-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: normal;
    padding-block: 17.5px;
    padding-inline: 10px;
  }
}
.top__information-link:hover {
  opacity: 0.5;
}
.top__information-meta {
  font-size: 16px;
  font-weight: 500;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top__information-meta {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.top__information-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top__information-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75em !important;
  }
}
.top__information-button {
  margin-inline: auto;
}
.top__message {
  padding-block: 80px 0;
}
.top__message-heading {
  margin-bottom: 40px;
}
.top__message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10.1%;
}
@media screen and (max-width: 1080px) {
  .top__message-content {
    gap: 4%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top__message-leading-column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 74%;
  width: 38.5416666667vw;
  min-width: 455px;
}
@media screen and (max-width: 1080px) {
  .top__message-leading-column {
    max-width: initial;
    width: 100%;
    min-width: initial;
  }
}
.top__message-leading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-bottom: 115px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2em;
}
@media screen and (max-width: 1080px) {
  .top__message-leading {
    margin-left: initial;
    margin-bottom: 15px;
    font-size: 25.6px;
  }
}
@media screen and (max-width: 767px) {
  .top__message-leading {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 2.1666666667em;
  }
}
.top__message-image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3.11%;
}
@media screen and (max-width: 767px) {
  .top__message-image-row {
    width: 107.69%;
    margin-left: -8%;
  }
}
.top__message-image {
  width: 48.65%;
  border: 1px solid #750000;
}
.top__message-content-column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 460px;
}
@media screen and (max-width: 1080px) {
  .top__message-content-column {
    margin-top: 32px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__message-text-content {
    line-height: 2.25em !important;
  }
}
.top__message-footer {
  margin-top: 5px;
  text-align: end;
}
.top__message-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .top__message-button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.top__message-button-row .button {
  width: 47.83%;
}
@media screen and (max-width: 767px) {
  .top__message-button-row .button {
    width: 275px;
  }
}
.top__message-button-row .button__content {
  height: 50px;
}
.top__features {
  position: relative;
  padding-top: 90px;
}
.top__features-decor-2 {
  top: 12px;
  right: 11.2%;
  rotate: 7deg;
  width: 7.29%;
}
@media screen and (max-width: 1680px) {
  .top__features-decor-2 {
    right: 8.96%;
    width: 5.832%;
  }
}
@media screen and (max-width: 1440px) {
  .top__features-decor-2 {
    right: 6.72%;
  }
}
.top__features-decor-1 {
  top: 395px;
  left: 7.66%;
  width: 12.14%;
}
@media screen and (max-width: 1680px) {
  .top__features-decor-1 {
    left: 6.128%;
    width: 9.712%;
  }
}
@media screen and (max-width: 1440px) {
  .top__features-decor-1 {
    left: 2.5%;
  }
}
@media screen and (max-width: 1280px) {
  .top__features-decor-1 {
    left: 0;
  }
}
.top__features-decor-3 {
  bottom: 13.66%;
  right: 17.6%;
  width: 9.9%;
}
@media screen and (max-width: 1680px) {
  .top__features-decor-3 {
    right: 14.08%;
    width: 7.92%;
  }
}
.top__features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top__features-list {
    margin-top: 40px;
  }
}
.top__features-item {
  position: relative;
  width: 32%;
  min-height: 412px;
  padding: 30px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 1080px) {
  .top__features-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .top__features-item {
    width: 100%;
    min-height: unset;
    padding-block: 20px 40px;
  }
}
.top__features-bg {
  position: absolute;
  inset: 0;
  border: 1px solid #750000;
  background-color: #fff;
  z-index: -1;
}
.top__features-item-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.top__features-item-decor span {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #faf5f5;
  border: 1px solid #750000;
  border-radius: 50%;
}
.top__features-item-decor span:first-child {
  top: -15px;
  left: -15px;
}
.top__features-item-decor span:nth-of-type(2) {
  top: -15px;
  right: -15px;
}
.top__features-item-decor span:nth-of-type(3) {
  bottom: -15px;
  left: -15px;
}
.top__features-item-decor span:last-child {
  bottom: -15px;
  right: -15px;
}
.top__features-item-heading {
  margin-bottom: 13px;
  font-size: 20px;
  color: #750000;
  text-align: center;
}
.top__features-item-heading::before {
  content: '';
  display: block;
  margin: 0 auto 10px;
  width: 23px;
  height: 35px;
  background-image: url('../public/img/top/feature-icon.svg');
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top__features-item-heading::before {
    margin-bottom: 10px;
  }
}
.top__features-item-content {
  margin-bottom: 13px;
}
.top__features-button {
  max-width: 240px;
  margin-inline: auto;
}
.top__features-button .button__content {
  min-height: 40px;
  height: auto;
  font-size: 16px;
}
.top__features-button .button__arrow {
  width: 16px;
  height: 8px;
}
.top__features-button:not(:last-of-type) {
  margin-bottom: 10px;
}
.top__features-button.text-align-start .button__content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
  height: 65px;
}
.top__features-button.fs-14 .button__content {
  font-size: 14px;
}
.top__features-button.narrow-padding .button__content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-inline: 20px;
}
.top__features-button.narrow-padding .button__arrow {
  right: 20px;
}
.top__features-note-wrapper {
  position: relative;
  margin-block: 200px 90px;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .top__features-note-wrapper {
    margin-top: 140px;
  }
}
.top__features-note {
  position: relative;
  height: 413px;
  isolation: isolate;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__features-note {
    height: auto;
  }
}
.top__features-note::before,
.top__features-note::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 94.92%;
  background-image: url('../public/img/top/features-frame-decor.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top__features-note::before,
  .top__features-note::after {
    left: 0;
    right: 0;
    background-image: url('../public/img/top/features-frame-decor-sp.svg');
    width: 93.84%;
    height: 62px;
    margin: auto;
  }
}
.top__features-note::before {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .top__features-note::before {
    left: 0;
    top: 11px;
    bottom: auto;
  }
}
.top__features-note::after {
  scale: -1;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .top__features-note::after {
    right: 0;
    bottom: 11px;
    top: auto;
  }
}
.top__features-note .top__features-item-decor {
  overflow: hidden;
}
.top__features-note-content {
  position: relative;
  top: -114px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__features-note-content {
    top: -70px;
  }
}
.top__features-note-shadow {
  position: absolute;
  inset: auto 0 -15px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  background-image: url('../public/img/top/features-note-shadow.svg');
  background-size: containr;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__features-note-shadow {
    bottom: -10px;
    background-image: url('../public/img/top/features-note-shadow-sp.svg');
    background-position: bottom;
  }
}
.top__features-note-heading {
  position: relative;
  margin-bottom: 50px;
}
.top__features-note-illustration {
  height: 171px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top__features-note-illustration {
    position: relative;
    width: 80px;
    height: 120px;
    margin-inline: auto;
    z-index: 1;
  }
}
.top__features-notes {
  max-width: 516px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top__features-notes {
    max-width: initial;
    width: 84.62%;
  }
}
.top__features-notes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #750000;
}
@media screen and (max-width: 767px) {
  .top__features-notes li {
    gap: 20px;
    font-size: 18px;
  }
}
.top__features-notes li::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url('../public/img/top/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .top__features-notes li::before {
    width: 16px;
    height: 11px;
  }
}
.top__features-notes li:not(:last-of-type) {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .top__features-notes li:not(:last-of-type) {
    margin-bottom: 19px;
  }
}
.top__clinic {
  position: relative;
}
.top__clinic-decor-1 {
  top: 28px;
  left: 11.15%;
  width: 6.78%;
  rotate: 20deg;
}
@media screen and (max-width: 1680px) {
  .top__clinic-decor-1 {
    left: 8.92%;
    width: 5.424%;
  }
}
.top__clinic-decor-2 {
  bottom: 130px;
  right: 7.6%;
  width: 10.63%;
}
@media screen and (max-width: 1680px) {
  .top__clinic-decor-2 {
    right: 6.08%;
    width: 8.504%;
  }
}
@media screen and (max-width: 1440px) {
  .top__clinic-decor-2 {
    right: 4.56%;
  }
}
@media screen and (max-width: 1280px) {
  .top__clinic-decor-2 {
    right: 0;
  }
}
.top__clinic-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top__clinic-heading .heading__icon-wrapper {
    max-width: 107px;
    margin-inline: auto;
  }
}
.top__clinic-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .top__clinic-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px;
  }
}
.top__clinic-item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .top__clinic-item {
    width: 100%;
  }
}
.top__clinic-item-image {
  height: 180px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  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;
}
@media screen and (max-width: 767px) {
  .top__clinic-item-image {
    height: 195px;
  }
}
.top__clinic-item-image img {
  max-width: 160px;
  height: 88.89%;
}
.top__clinic-item-title {
  margin-top: 19px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid rgba(117, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .top__clinic-item-content {
    margin-top: 10px;
  }
}
.top__clinic-item-content ul li::before {
  content: '・';
}
.top__clinic-item-content .note {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top__clinic-button {
  margin-top: 20px;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top__clinic-button .button__content {
  width: 220px;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top__clinic-button .button__content {
    width: 275px;
  }
}
.top__about {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top__about {
    padding-bottom: 80px;
  }
}
.top__about-decor-1 {
  top: -60px;
  left: 11.56%;
  width: 9.69%;
}
@media screen and (max-width: 1680px) {
  .top__about-decor-1 {
    left: 9.248%;
    width: 7.752%;
  }
}
.top__about-decor-2 {
  top: 463px;
  right: 11.93%;
  width: 6.77%;
  rotate: -17deg;
}
@media screen and (max-width: 1680px) {
  .top__about-decor-2 {
    right: 9.544%;
    width: 5.416%;
  }
}
@media screen and (max-width: 1440px) {
  .top__about-decor-2 {
    right: 7.158%;
  }
}
@media screen and (max-width: 1280px) {
  .top__about-decor-2 {
    right: 2%;
  }
}
.top__about-decor-3 {
  bottom: 509px;
  left: 12.29%;
  width: 5.73%;
}
@media screen and (max-width: 1680px) {
  .top__about-decor-3 {
    left: 9.832%;
    width: 4.584%;
  }
}
@media screen and (max-width: 1440px) {
  .top__about-decor-3 {
    left: 7.374%;
  }
}
@media screen and (max-width: 1280px) {
  .top__about-decor-3 {
    left: 2%;
  }
}
.top__about-decor-4 {
  bottom: 115px;
  right: 12.14%;
  width: 6.35%;
  rotate: 13deg;
}
@media screen and (max-width: 1680px) {
  .top__about-decor-4 {
    right: 9.712%;
    width: 5.08%;
  }
}
@media screen and (max-width: 1440px) {
  .top__about-decor-4 {
    right: 7.284%;
  }
}
@media screen and (max-width: 1280px) {
  .top__about-decor-4 {
    right: 2%;
  }
}
.top__about-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top__about-heading {
    margin-bottom: 40px;
  }
}
.top__about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 3.5%;
}
@media screen and (max-width: 767px) {
  .top__about-grid {
    gap: 20px 4.62%;
  }
}
.top__about-item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .top__about-item {
    width: 47.69%;
  }
}
.top__about-item-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__about-item-title {
    margin-top: 10px;
    font-size: 14px;
  }
}
.top__footer {
  padding-bottom: 80px;
}
.top__footer::before {
  content: '';
  display: block;
  margin: auto;
  width: 95.83%;
  height: 1px;
  background-color: rgba(117, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .top__footer::before {
    width: 86.67%;
  }
}
.top__footer-content {
  padding-top: 80px !important;
}
.top__footer-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
}
.top__footer-link::before {
  background-image: url('../public/img/top/button-shadow-red-md.svg');
}
.top__footer-link .button__content {
  width: 360px;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top__footer-link .button__content {
    width: 275px;
  }
}
.top__footer-cta {
  position: relative;
  height: 117px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff2df),
    color-stop(#f8e4c6),
    to(#e2bf89)
  );
  background-image: linear-gradient(to bottom, #fff2df, #f8e4c6, #e2bf89);
  border: 2px solid #750000;
  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;
}
@media screen and (max-width: 767px) {
  .top__footer-cta {
    max-width: 325px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 189px;
    gap: 20px;
  }
}
.top__footer-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 98.4%;
  height: 86.32%;
  margin: auto;
  background-image: url('../public/img/top/button-frame.svg');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top__footer-cta::before {
    width: 95.84%;
    height: 88.3%;
    background-image: url('../public/img/top/button-frame-sp.svg');
    background-size: contain;
    background-position: center;
  }
}
.top__footer-cta-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #750000;
}
@media screen and (max-width: 1080px) {
  .top__footer-cta-text {
    margin-right: auto;
    margin-left: 3.9%;
  }
}
@media screen and (max-width: 767px) {
  .top__footer-cta-text {
    margin-inline: initial;
    gap: 14px;
    font-size: 20px;
  }
}
.top__footer-cta-text::before {
  content: '';
  display: block;
  width: 64px;
  height: 42px;
  background-image: url('../public/img/top/button-decor.svg');
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 22deg;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top__footer-cta-text::before {
    position: absolute;
    inset: 0 calc(100% + 14px) auto auto;
    width: 46px;
    height: 30px;
    pointer-events: none;
  }
}
.top__footer-button {
  position: absolute;
  inset: 0 3.9% 0 auto;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .top__footer-button {
    position: relative;
    inset: initial;
    margin: initial;
  }
}
.top__footer-button .button__content {
  width: 220px;
  height: 50px;
  font-size: 16px;
}

.overflow {
  overflow: hidden;
}

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

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

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

.container {
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1000px + 8%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 6.67%;
  }
}
.container--narrow {
  max-width: calc(800px + 8%);
  padding-inline: 4%;
}

.secondary {
  color: #8d1a4a;
}

.block {
  display: block;
}

.text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.5em;
}
.text--fs-18 {
  font-size: 18px;
}
.text--fs-14 {
  font-size: 14px;
  line-height: 2em !important;
}

.decor {
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .decor {
    display: none;
  }
}

.garamond {
  font-family: 'EB Garamond', serif;
}

.a-h-back {
  background-image: url('../public/img/top/mv.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media screen and (max-width: 767px) {
  .a-h-back {
    background-position: center;
  }
}

.single-all .article-header {
  padding-block: 352px 0 !important;
}
@media screen and (max-width: 767px) {
  .single-all .article-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 280px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.single #inner-content {
  background-color: #f9f5f5;
  margin-top: 57px !important;
}

#post-not-found .article-header {
  padding-block: 30px !important;
}

.posts-side.single-all-side {
  margin-top: 0 !important;
}

.custom-singular #inner-content {
  padding-block: 40px;
}
/*# sourceMappingURL=main.css.map */
