/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a {
  color: unset;
}

a.url {
  color: unset;
}

a:hover {
  color: unset;
}

a:active {
  color: unset;
}

a:focus {
  outline: none;
}

a:visited {
  color: unset;
}

svg {
  overflow: visible !important;
}

#wpadminbar {
  opacity: 0.5;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

html {
  visibility: hidden;
  opacity: 0;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
  opacity: 1;
}

body {
  background-color: #f8f1d8;
  position: relative;
}
body .global-menu {
  background-color: #373835;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 2.890625vw;
  padding-top: 1.3671875vw;
  padding-bottom: 1.1328125vw;
  border-top: 0.46875vw solid #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .global-menu {
    padding-left: 3vw;
    padding-right: 3.46875vw;
    padding-top: 1.640625vw;
    padding-bottom: 1.359375vw;
    border-top: 0.5625vw solid #b8a67c;
  }
}
@media (max-width: 767px) {
  body .global-menu {
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
    padding-top: 2.2222222222vw;
    padding-bottom: 2.2222222222vw;
    border-top: 0.5555555556vw solid #b8a67c;
  }
}
body .global-menu .global-menu-logo {
  display: block;
  width: 24.140625vw;
  height: 3.125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .global-menu .global-menu-logo {
    width: 28.96875vw;
    height: 3.75vw;
  }
}
@media (max-width: 767px) {
  body .global-menu .global-menu-logo {
    width: 65.4166666667vw;
    height: 8.4722222222vw;
  }
}
body .global-menu .global-menu-logo picture img {
  width: 100%;
  height: 100%;
}
body .global-menu .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 3.2421875vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .global-menu .menu-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  body .global-menu .menu-wrapper {
    display: none;
  }
}
body .global-menu .menu-wrapper .menu .menu-list {
  display: flex;
  align-items: center;
  gap: 2.734375vw;
}
body .global-menu .menu-wrapper .menu .menu-list .menu-item .menu-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
body .global-menu .menu-wrapper .menu .menu-list .menu-item .menu-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b8a67c;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
@media (hover: hover) {
  body .global-menu .menu-wrapper .menu .menu-list .menu-item .menu-link:hover::after {
    transform: scaleX(1);
  }
}
body .global-menu .menu-wrapper .menu .menu-list .menu-item .menu-link .menu-item {
  text-align: center;
}
body .global-menu .menu-wrapper .menu .menu-list .menu-item .menu-link .menu-item .en {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 1.484vw;
  font-weight: 400;
  line-height: 1.484vw;
}
body .global-menu .menu-wrapper .menu .menu-list .menu-item .menu-link .menu-item .jp {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 0.937vw;
  font-weight: 600;
  line-height: 0.937vw;
  letter-spacing: 0.187vw;
  margin-top: 0.2734375vw;
  margin-bottom: 0.546875vw;
}
body .global-menu .menu-wrapper .menu-top-btn {
  display: block;
  width: 2.421875vw;
  height: 1.2109375vw;
}
body .global-menu .menu-wrapper .menu-top-btn picture img {
  display: block;
  width: 100%;
  height: 100%;
}
body .global-menu .menu-open-btn {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .global-menu .menu-open-btn {
    display: block;
    width: 6.25vw;
    height: 3.3333333333vw;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  body .global-menu .menu-open-btn {
    display: block;
    width: 10.4166666667vw;
    height: 5.5555555556vw;
    cursor: pointer;
  }
}
body .global-menu .menu-open-btn picture img {
  display: block;
  width: 100%;
  height: 100%;
}
body #mobile-menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu {
    display: block;
    background-color: #373835;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 29.0277777778vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background-image: url(../img/tab-frame-top.webp);
    background-size: 94.140625vw auto;
    background-position: top 2.9296875vw center;
    background-repeat: no-repeat;
  }
  body #mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  body #mobile-menu {
    display: block;
    background-color: #373835;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 29.0277777778vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background-image: url(../img/sp-frame-top.webp);
    background-size: 93.0555555556vw auto;
    background-position: top 3.4722222222vw center;
    background-repeat: no-repeat;
  }
  body #mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 5.8333333333vw;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 9.7222222222vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list .mobile-menu-item .mobile-menu-link .mobile-menu-item {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list .mobile-menu-item .mobile-menu-link .mobile-menu-item {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list .mobile-menu-item .mobile-menu-link .mobile-menu-item .en {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 3.162vw;
    font-weight: 400;
    line-height: 3.162vw;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list .mobile-menu-item .mobile-menu-link .mobile-menu-item .en {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 5.27vw;
    font-weight: 400;
    line-height: 5.27vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list .mobile-menu-item .mobile-menu-link .mobile-menu-item .jp {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 1.9998vw;
    font-weight: 600;
    line-height: 1.9998vw;
    letter-spacing: 0.4002vw;
    margin-top: 0.5833333333vw;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu .mobile-menu-list .mobile-menu-item .mobile-menu-link .mobile-menu-item .jp {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 3.333vw;
    font-weight: 600;
    line-height: 3.333vw;
    letter-spacing: 0.667vw;
    margin-top: 0.9722222222vw;
  }
}
body #mobile-menu .menu-inner .mobile-menu-bottom {
  background-color: #373835;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 2.890625vw;
  padding-top: 1.3671875vw;
  padding-bottom: 1.1328125vw;
  border-top: 0.46875vw solid #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom {
    padding-left: 3vw;
    padding-right: 3.46875vw;
    padding-top: 1.640625vw;
    padding-bottom: 1.359375vw;
    border-top: 0.5625vw solid #b8a67c;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom {
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
    padding-top: 2.2222222222vw;
    padding-bottom: 2.2222222222vw;
    border-top: 0.5555555556vw solid #b8a67c;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .mobile-menu-logo {
    display: block;
    width: 28.96875vw;
    height: 3.75vw;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .mobile-menu-logo {
    display: block;
    width: 65.4166666667vw;
    height: 8.4722222222vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .mobile-menu-logo picture img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .mobile-menu-logo picture img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .close-menu {
    display: block;
    width: 5.0833333333vw;
    height: 3.5833333333vw;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .close-menu {
    display: block;
    width: 8.4722222222vw;
    height: 5.9722222222vw;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .close-menu svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  body #mobile-menu .menu-inner .mobile-menu-bottom .close-menu svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
body #hero {
  position: relative;
  z-index: 5;
  width: 100%;
}
body #hero .hero-slider {
  width: 100%;
  height: 59.765625vw;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #hero .hero-slider {
    height: 130vw;
  }
}
@media (max-width: 767px) {
  body #hero .hero-slider {
    height: 169.4444444444vw;
  }
}
body #hero .hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
body #hero .hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #hero .hero-slider-pagination {
  position: absolute;
  top: 34.140625vw;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  gap: 0.390625vw;
  z-index: 15;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #hero .hero-slider-pagination {
    top: 71vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.46875vw;
  }
}
@media (max-width: 767px) {
  body #hero .hero-slider-pagination {
    top: 114.5833333333vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.3888888889vw;
  }
}
body #hero .hero-slider-pagination .swiper-pagination-bullet {
  width: 3.125vw;
  height: 0.3125vw;
  background-color: #b8a67c;
  border-radius: 0;
  opacity: 1;
  transition: background-color 0.3s;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #hero .hero-slider-pagination .swiper-pagination-bullet {
    width: 3.75vw;
    height: 0.375vw;
  }
}
@media (max-width: 767px) {
  body #hero .hero-slider-pagination .swiper-pagination-bullet {
    width: 11.1111111111vw;
    height: 1.1111111111vw;
  }
}
body #hero .hero-slider-pagination .swiper-pagination-bullet-active {
  background-color: #6e5723;
}
body #hero .hero-title-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #hero .hero-title-wrapper .hero-title {
  width: 36.328125vw;
  position: absolute;
  top: 21.328125vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #hero .hero-title-wrapper .hero-title {
    width: 65vw;
    top: 48vw;
  }
}
@media (max-width: 767px) {
  body #hero .hero-title-wrapper .hero-title {
    width: 55.2777777778vw;
    top: 51.9444444444vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
body #hero .hero-title-wrapper .hero-title h1 img {
  display: block;
  width: 100%;
}
body #hero .hero-title-wrapper .hero-frame-top {
  position: absolute;
  z-index: 10;
  top: 3.90625vw;
  left: 0;
  width: 100%;
  height: 5.9375vw;
  background-image: url(../img/pc-frame-top.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #hero .hero-title-wrapper .hero-frame-top {
    background-image: url(../img/tab-frame-top.webp);
    height: 7.421875vw;
    top: 2.9296875vw;
    background-size: 94.140625vw auto;
  }
}
@media (max-width: 767px) {
  body #hero .hero-title-wrapper .hero-frame-top {
    background-image: url(../img/sp-frame-top.webp);
    background-size: 93.0555555556vw auto;
    top: 3.4722222222vw;
    height: 9.1666666667vw;
  }
}
body #hero .hero-title-wrapper .hero-frame-vertical {
  position: absolute;
  z-index: 10;
  top: 9.84375vw;
  left: 0;
  width: 100%;
  height: calc(100% - 5.9375vw - 3.90625vw);
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #hero .hero-title-wrapper .hero-frame-vertical {
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
    top: 10.3515625vw;
  }
}
@media (max-width: 767px) {
  body #hero .hero-title-wrapper .hero-frame-vertical {
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    top: 12.6388888889vw;
    height: calc(100% - 9.1666666667vw - 3.4722222222vw);
  }
}
body #about {
  background-image: url(../img/pc-frame-vertical.webp), url(../img/pc_about-bg.webp);
  background-size: 92.1875vw auto, 88.28125vw auto;
  background-position: top center, bottom center;
  background-repeat: repeat-y, no-repeat;
  padding-top: 7.3828125vw;
  padding-bottom: 51.7578125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #about {
    padding-top: 8.859375vw;
    padding-bottom: 62.109375vw;
    background-image: url(../img/tab-frame-vertical.webp), url(../img/pc_about-bg.webp);
    background-size: 94.140625vw auto, 88.28125vw auto;
    background-position: top center, bottom center;
    background-repeat: repeat-y, no-repeat;
  }
}
@media (max-width: 767px) {
  body #about {
    padding-top: 15.1388888889vw;
    padding-bottom: 78.4722222222vw;
    background-image: url(../img/sp-frame-vertical.webp), url(../img/sp_about-bg.webp);
    background-size: 93.0555555556vw auto, 100% auto;
    background-position: top center, bottom center;
    background-repeat: repeat-y, no-repeat;
  }
}
body #about .section-title {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.148vw;
  font-weight: 600;
  line-height: 3.4375vw;
  letter-spacing: 0.429vw;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #about .section-title {
    font-size: 2.578vw;
    letter-spacing: 0.515vw;
    line-height: 4.125vw;
  }
}
@media (max-width: 767px) {
  body #about .section-title {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 7.222vw;
    font-weight: 600;
    line-height: 11.5555555556vw;
    letter-spacing: 0.722vw;
  }
}
body #about .line {
  display: block;
  height: 1px;
  width: 23.4375vw;
  background-color: #b8a67c;
  margin: 1.2890625vw 0 1.7578125vw;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #about .line {
    width: 28.125vw;
    margin: 1.546875vw 0 2.109375vw;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  body #about .line {
    width: 48.6111111111vw;
    margin: 6.25vw 0 8.3333333333vw;
    margin-inline: auto;
  }
}
body #about .description {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.093vw;
  font-weight: 600;
  line-height: 180%;
  line-height: 1.96875vw;
  letter-spacing: 0.218vw;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #about .description {
    font-size: 1.311vw;
    letter-spacing: 0.261vw;
    line-height: 2.3625vw;
  }
}
@media (max-width: 767px) {
  body #about .description {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.305vw;
    font-weight: 600;
    line-height: 7.75vw;
    letter-spacing: 0.0152777778vw;
    text-align: left;
    width: 77.7777777778vw;
    margin-inline: auto;
  }
}
body #guidance {
  position: relative;
  padding-top: 5.859375vw;
  padding-bottom: 6.640625vw;
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance {
    padding-top: 7.03125vw;
    padding-bottom: 7.96875vw;
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
@media (max-width: 767px) {
  body #guidance {
    padding-top: 13.8888888889vw;
    padding-bottom: 13.8888888889vw;
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
body #guidance .section-inner {
  display: flex;
  gap: 12.578125vw;
  margin-left: 15.6640625vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner {
    gap: 10.0625vw;
    margin-left: 12.53125vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner {
    flex-flow: column;
    gap: 6.3888888889vw;
    margin-left: 0;
  }
}
body #guidance .section-inner .section-title-wrapper {
  margin-top: 4.9609375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .section-title-wrapper {
    margin-top: 5.953125vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .section-title-wrapper {
    margin-top: 0;
  }
}
body #guidance .section-inner .section-title-wrapper .section-title {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
body #guidance .section-inner .section-title-wrapper .section-title .en {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 3.906vw;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .section-title-wrapper .section-title .en {
    font-size: 4.687vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .section-title-wrapper .section-title .en {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 11.111vw;
    font-weight: 700;
    line-height: normal;
  }
}
body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5078125vw;
  justify-content: center;
  align-items: center;
  margin-top: -0.5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper {
    gap: 0.609375vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper {
    gap: 1.8055555556vw;
    margin-top: -1.5vw;
  }
}
body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper .line {
  display: block;
  width: 2.734375vw;
  height: 1px;
  background-color: #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper .line {
    width: 3.28125vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper .line {
    width: 9.7222222222vw;
  }
}
body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper .jp {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.125vw;
  letter-spacing: 0.25vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper .jp {
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    line-height: 2.55vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .section-title-wrapper .section-title .jp-wrapper .jp {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 600;
    line-height: 7.5555555556vw;
    letter-spacing: 0.889vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .guidance-content-wrapper {
    margin-left: 10.9722222222vw;
  }
}
body #guidance .section-inner .guidance-content-wrapper .content-title {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.125vw;
  letter-spacing: 0.25vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .guidance-content-wrapper .content-title {
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    line-height: 2.55vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .guidance-content-wrapper .content-title {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 700;
    line-height: 7.5555555556vw;
    letter-spacing: 0.444vw;
  }
}
body #guidance .section-inner .guidance-content-wrapper .content-title:not(:first-child) {
  margin-top: 2.34375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .guidance-content-wrapper .content-title:not(:first-child) {
    margin-top: 2.8125vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .guidance-content-wrapper .content-title:not(:first-child) {
    margin-top: 9.7222222222vw;
  }
}
body #guidance .section-inner .guidance-content-wrapper .business-hours {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.171vw;
  font-weight: 600;
  line-height: 1.9921875vw;
  letter-spacing: 0.234vw;
  margin-top: 0.5859375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .guidance-content-wrapper .business-hours {
    font-size: 1.405vw;
    letter-spacing: 0.281vw;
    line-height: 2.390625vw;
    margin-top: 0.703125vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .guidance-content-wrapper .business-hours {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.166vw;
    font-weight: 600;
    line-height: 7.0833333333vw;
    letter-spacing: 0.208vw;
    margin-top: 0.6944444444vw;
  }
}
body #guidance .section-inner .guidance-content-wrapper .season {
  color: #f8f1d8;
  font-family: "Noto Serif JP", serif;
  font-size: 1.171vw;
  font-weight: 600;
  line-height: 1.9921875vw;
  letter-spacing: 0.234vw;
  background-color: #b8a67c;
  padding: 0.78125vw 1.171875vw;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.859375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .guidance-content-wrapper .season {
    font-size: 1.405vw;
    letter-spacing: 0.281vw;
    line-height: 2.390625vw;
    padding: 0.9375vw 1.40625vw;
    margin-top: 1.03125vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .guidance-content-wrapper .season {
    color: #f8f1d8;
    font-family: "Noto Serif JP", serif;
    font-size: 4.166vw;
    font-weight: 600;
    line-height: 7.0833333333vw;
    letter-spacing: 0.833vw;
    padding: 2.7777777778vw 4.1666666667vw;
    margin-top: 1.3888888889vw;
  }
}
body #guidance .section-inner .guidance-content-wrapper .note {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.171vw;
  font-weight: 600;
  line-height: 1.9921875vw;
  letter-spacing: 0.234vw;
  margin-top: 0.9765625vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-inner .guidance-content-wrapper .note {
    font-size: 1.405vw;
    letter-spacing: 0.281vw;
    line-height: 2.390625vw;
    margin-top: 1.171875vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-inner .guidance-content-wrapper .note {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.027vw;
    font-weight: 600;
    line-height: 6.8472222222vw;
    letter-spacing: 0.201vw;
    margin-top: 3.3333333333vw;
    width: 77.9166666667vw;
  }
}
body #guidance .section-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 62.5vw;
  height: 1px;
  background-color: #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #guidance .section-line {
    width: 75vw;
  }
}
@media (max-width: 767px) {
  body #guidance .section-line {
    width: 69.4444444444vw;
  }
}
body #facility {
  position: relative;
  padding-top: 7.8125vw;
  padding-bottom: 3.76vw;
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility {
    padding-top: 9.375vw;
    padding-bottom: 4.512vw;
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
@media (max-width: 767px) {
  body #facility {
    padding-top: 13.2vw;
    padding-bottom: 0;
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
body #facility .section-title {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
body #facility .section-title .en {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 3.906vw;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .section-title .en {
    font-size: 4.687vw;
  }
}
@media (max-width: 767px) {
  body #facility .section-title .en {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 11.111vw;
    font-weight: 700;
    line-height: normal;
  }
}
body #facility .section-title .jp-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5078125vw;
  justify-content: center;
  align-items: center;
  margin-top: -0.5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .section-title .jp-wrapper {
    gap: 0.609375vw;
  }
}
@media (max-width: 767px) {
  body #facility .section-title .jp-wrapper {
    gap: 1.8055555556vw;
    margin-top: -1.5vw;
  }
}
body #facility .section-title .jp-wrapper .line {
  display: block;
  width: 2.734375vw;
  height: 1px;
  background-color: #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .section-title .jp-wrapper .line {
    width: 3.28125vw;
  }
}
@media (max-width: 767px) {
  body #facility .section-title .jp-wrapper .line {
    width: 9.7222222222vw;
  }
}
body #facility .section-title .jp-wrapper .jp {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.125vw;
  letter-spacing: 0.25vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .section-title .jp-wrapper .jp {
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    line-height: 2.55vw;
  }
}
@media (max-width: 767px) {
  body #facility .section-title .jp-wrapper .jp {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 600;
    line-height: 7.5555555556vw;
    letter-spacing: 0.889vw;
  }
}
body #facility .facility-list {
  margin-top: 2.6953125vw;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 2.265625vw 2.734375vw;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .facility-list {
    margin-top: 3.234375vw;
    gap: 2.71875vw 3.28125vw;
  }
}
@media (max-width: 767px) {
  body #facility .facility-list {
    margin-top: 7.7777777778vw;
    grid-template-columns: max-content;
    gap: 2.7777777778vw;
  }
}
body #facility .facility-list .facility-item {
  width: -moz-max-content;
  width: max-content;
}
body #facility .facility-list .facility-item .facility-img {
  width: 35.546875vw;
  height: 23.4375vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .facility-list .facility-item .facility-img {
    width: 42.65625vw;
    height: 28.125vw;
  }
}
@media (max-width: 767px) {
  body #facility .facility-list .facility-item .facility-img {
    width: 77.7777777778vw;
    height: 51.3888888889vw;
  }
}
body #facility .facility-list .facility-item .facility-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #facility .facility-list .facility-item .facility-img:after {
  content: "";
  display: block;
  width: 34.765625vw;
  height: 22.65625vw;
  border: 0.15625vw solid #f8f1d8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .facility-list .facility-item .facility-img:after {
    width: 41.71875vw;
    height: 27.1875vw;
    border: 0.1875vw solid #f8f1d8;
  }
}
@media (max-width: 767px) {
  body #facility .facility-list .facility-item .facility-img:after {
    width: 76.1111111111vw;
    height: 49.7222222222vw;
    border: 0.5555555556vw solid #f8f1d8;
  }
}
body #facility .facility-list .facility-item .facility-title {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.406vw;
  font-weight: 600;
  line-height: 2.390625vw;
  letter-spacing: 0.281vw;
  text-align: center;
  margin-top: 0.4296875vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #facility .facility-list .facility-item .facility-title {
    font-size: 1.687vw;
    letter-spacing: 0.337vw;
    line-height: 2.86875vw;
    margin-top: 0.515625vw;
  }
}
@media (max-width: 767px) {
  body #facility .facility-list .facility-item .facility-title {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 5vw;
    font-weight: 600;
    line-height: 8.5vw;
    letter-spacing: 1vw;
    margin-top: 1.25vw;
  }
}
body .section-between {
  height: 16.5vw;
  background-image: url(../img/pc-frame-bottom.webp), url(../img/pc-frame-top.webp);
  background-size: 92.1875vw auto, 92.1875vw auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .section-between {
    height: 19.8vw;
    background-image: url(../img/tab-frame-bottom.webp), url(../img/tab-frame-top.webp);
    background-size: 94.140625vw auto, 94.140625vw auto;
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
  }
}
@media (max-width: 767px) {
  body .section-between {
    height: 25.4166666667vw;
    background-image: url(../img/sp-frame-bottom.webp), url(../img/sp-frame-top.webp);
    background-size: 93.0555555556vw auto, 93.0555555556vw auto;
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
  }
}
body #price {
  position: relative;
  z-index: 30;
  padding-top: 2.65625vw;
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: bottom center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price {
    padding-top: 1.875vw;
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
  }
}
@media (max-width: 767px) {
  body #price {
    padding-top: 0;
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
body #price .price-content-wrapper {
  width: -moz-max-content;
  width: max-content;
  margin-left: 14.453125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper {
    margin-left: 11.5625vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper {
    width: 77.7777777778vw;
    margin-left: 0;
    margin-inline: auto;
    margin-top: -1.5vw;
    padding-top: 3vw;
  }
}
body #price .price-content-wrapper .section-title {
  width: -moz-max-content;
  width: max-content;
  margin-left: 10.46875vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .section-title {
    margin-left: 8.375vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .section-title {
    margin-left: unset;
    margin-inline: auto;
  }
}
body #price .price-content-wrapper .section-title .en {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 3.906vw;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .section-title .en {
    font-size: 4.687vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .section-title .en {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 11.111vw;
    font-weight: 700;
    line-height: normal;
  }
}
body #price .price-content-wrapper .section-title .jp-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0.5078125vw;
  justify-content: center;
  align-items: center;
  margin-top: -0.5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .section-title .jp-wrapper {
    gap: 0.609375vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .section-title .jp-wrapper {
    gap: 1.8055555556vw;
    margin-top: -1.5vw;
  }
}
body #price .price-content-wrapper .section-title .jp-wrapper .line {
  display: block;
  width: 2.734375vw;
  height: 1px;
  background-color: #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .section-title .jp-wrapper .line {
    width: 3.28125vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .section-title .jp-wrapper .line {
    width: 9.7222222222vw;
  }
}
body #price .price-content-wrapper .section-title .jp-wrapper .jp {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.125vw;
  letter-spacing: 0.25vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .section-title .jp-wrapper .jp {
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    line-height: 2.55vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .section-title .jp-wrapper .jp {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 600;
    line-height: 7.5555555556vw;
    letter-spacing: 0.889vw;
  }
}
body #price .price-content-wrapper .price-list {
  margin-top: 2.734375vw;
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .price-list {
    margin-top: 3.28125vw;
    gap: 0.84vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-list {
    margin-top: 5vw;
    gap: 2.5vw;
  }
}
body #price .price-content-wrapper .price-list .price-item .price-item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-list .price-item .price-item-wrapper {
    flex-wrap: wrap;
  }
}
body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-title {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.125vw;
  letter-spacing: 0.125vw;
  width: 14.53125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-title {
    font-size: 1.5vw;
    line-height: 2.55vw;
    letter-spacing: 0.15vw;
    width: 17.4375vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-title {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 700;
    line-height: 7.556vw;
    letter-spacing: 0.444vw;
    width: 51.6666666667vw;
  }
}
body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-title.banker {
  line-height: 1.9vw;
}
body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-title .min {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.015625vw;
  font-weight: 700;
  line-height: 1.72656vw;
  letter-spacing: 0.1015625vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-title .min {
    font-size: 1.21875vw;
    line-height: 2.071872vw;
    letter-spacing: 0.121875vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-title .min {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 3.611111vw;
    font-weight: 700;
    line-height: 6.138889vw;
    letter-spacing: 0.361111vw;
  }
}
body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-price {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.125vw;
  letter-spacing: 0.125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-price {
    font-size: 1.5vw;
    line-height: 2.55vw;
    letter-spacing: 0.15vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-list .price-item .price-item-wrapper .price-item-price {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 600;
    line-height: 7.556vw;
    letter-spacing: 0.444vw;
  }
}
body #price .price-content-wrapper .price-list .price-item .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b8a67c;
  margin-top: 0.5859375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .price-list .price-item .line {
    margin-top: 0.703125vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-list .price-item .line {
    margin-top: 2.0833333333vw;
  }
}
body #price .price-content-wrapper .price-note {
  margin-top: 2.34375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .price-note {
    margin-top: 2.8125vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-note {
    margin-top: 6.9444444444vw;
  }
}
body #price .price-content-wrapper .price-note p {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.172vw;
  font-weight: 600;
  line-height: 1.992vw;
  letter-spacing: 0.117vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-content-wrapper .price-note p {
    font-size: 1.406vw;
    line-height: 2.39vw;
    letter-spacing: 0.14vw;
  }
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-note p {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 3.75vw;
    font-weight: 600;
    line-height: 6.375vw;
    letter-spacing: 0;
  }
}
body #price .price-content-wrapper .price-note p span {
  margin-left: 1em;
}
@media (max-width: 767px) {
  body #price .price-content-wrapper .price-note p span {
    margin-left: 0;
  }
}
body #price .price-image {
  position: absolute;
  width: 42.5390625vw;
  top: 5.1171875vw;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-image {
    width: 34.03125vw;
    top: 6.140625vw;
  }
}
@media (max-width: 767px) {
  body #price .price-image {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    margin-top: 6.8055555556vw;
  }
}
body #price .price-image::before {
  content: "";
  display: block;
  width: 29.84375vw;
  height: 25.9375vw;
  background-image: repeating-linear-gradient(0deg, #b8a67c 0%, #b8a67c 3%, #373835 3%, #373835 97%, #b8a67c 97%, #b8a67c 100%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-image::before {
    width: 23.875vw;
    height: 20.75vw;
  }
}
@media (max-width: 767px) {
  body #price .price-image::before {
    width: 65.9722222222vw;
    height: 57.3611111111vw;
  }
}
body #price .price-image picture {
  display: block;
  position: relative;
  z-index: 2;
}
body #price .price-image picture img {
  display: block;
  width: 33.9453125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #price .price-image picture img {
    width: 27.15625vw;
  }
}
@media (max-width: 767px) {
  body #price .price-image picture img {
    width: 75vw;
    margin-inline: auto;
  }
}
body #school {
  position: relative;
  z-index: 30;
  padding-top: 11.7578125vw;
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school {
    padding-top: 14.109375vw;
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
  }
}
@media (max-width: 767px) {
  body #school {
    padding-top: 14.2vw;
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
body #school .school-content-wrapper {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 13.4375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper {
    margin-right: 10.75vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper {
    margin-right: 0;
    margin-inline: auto;
    margin-top: -1.5vw;
  }
}
body #school .school-content-wrapper .section-title {
  margin-inline: auto;
}
body #school .school-content-wrapper .section-title .en {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 3.906vw;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .section-title .en {
    font-size: 4.687vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .section-title .en {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 11.111vw;
    font-weight: 700;
    line-height: normal;
  }
}
body #school .school-content-wrapper .section-title .jp-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0.5078125vw;
  justify-content: center;
  align-items: center;
  margin-top: -0.5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .section-title .jp-wrapper {
    gap: 0.609375vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .section-title .jp-wrapper {
    gap: 1.8055555556vw;
  }
}
body #school .school-content-wrapper .section-title .jp-wrapper .line {
  display: block;
  width: 2.734375vw;
  height: 1px;
  background-color: #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .section-title .jp-wrapper .line {
    width: 3.28125vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .section-title .jp-wrapper .line {
    width: 9.7222222222vw;
  }
}
body #school .school-content-wrapper .section-title .jp-wrapper .jp {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.125vw;
  letter-spacing: 0.25vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .section-title .jp-wrapper .jp {
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    line-height: 2.55vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .section-title .jp-wrapper .jp {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 600;
    line-height: 7.5555555556vw;
    letter-spacing: 0.889vw;
  }
}
body #school .school-content-wrapper .school-text {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.093vw;
  font-weight: 600;
  line-height: 1.968vw;
  letter-spacing: 0.109vw;
  display: block;
  width: 33.6vw;
  margin-inline: auto;
  margin-top: 2.734375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .school-text {
    font-size: 1.312vw;
    line-height: 2.362vw;
    letter-spacing: 0.131vw;
    width: 40.32vw;
    margin-top: 3.28125vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .school-text {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.305vw;
    font-weight: 600;
    line-height: 7.75vw;
    width: 77.7777777778vw;
    margin-top: 4.1666666667vw;
    letter-spacing: 0;
  }
}
body #school .school-content-wrapper .school-links-wrapper {
  display: flex;
  gap: 2.4609375vw;
  margin-top: 2.7734375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .school-links-wrapper {
    gap: 2.953125vw;
    margin-top: 3.328125vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .school-links-wrapper {
    flex-direction: column;
    gap: 6.9444444444vw;
    align-items: center;
    margin-top: 8.3333333333vw;
  }
}
body #school .school-content-wrapper .school-links-wrapper .school-links {
  width: -moz-max-content;
  width: max-content;
}
body #school .school-content-wrapper .school-links-wrapper .school-links .school-title {
  text-align: center;
}
body #school .school-content-wrapper .school-links-wrapper .school-links .school-title .ja {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.641vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.328vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-title .ja {
    font-size: 1.969vw;
    line-height: 1.5;
    letter-spacing: 0.394vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-title .ja {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 5.833vw;
    font-weight: 600;
    line-height: 8.9vw;
    letter-spacing: 1.167vw;
  }
}
body #school .school-content-wrapper .school-links-wrapper .school-links .school-title .en {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 0.859vw;
  font-weight: 600;
  line-height: 1.46vw;
  letter-spacing: 0.172vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-title .en {
    font-size: 1.031vw;
    line-height: 1.752vw;
    letter-spacing: 0.206vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-title .en {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 3.056vw;
    font-weight: 600;
    line-height: 5.194vw;
    letter-spacing: 0.611vw;
  }
}
body #school .school-content-wrapper .school-links-wrapper .school-links .school-link {
  display: block;
  background-color: #b8a67c;
  transition: background-color 0.3s ease-in-out;
  width: 15.859375vw;
  height: 3.5546875vw;
  display: grid;
  place-items: center;
  margin-top: 0.703125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-link {
    width: 19.03125vw;
    height: 4.265625vw;
    margin-top: 0.84375vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-link {
    width: 56.3888888889vw;
    height: 12.6388888889vw;
    margin-inline: auto;
    margin-top: 2.5vw;
  }
}
@media (hover: hover) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-link:hover {
    background-color: #6e5723;
  }
}
body #school .school-content-wrapper .school-links-wrapper .school-links .school-link .school-link-text {
  color: #f8f1d8;
  font-family: "Noto Serif JP", serif;
  font-size: 1.172vw;
  font-weight: 600;
  line-height: 1.992vw;
  letter-spacing: 0.234vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-link .school-link-text {
    font-size: 1.406vw;
    line-height: 2.39vw;
    letter-spacing: 0.281vw;
  }
}
@media (max-width: 767px) {
  body #school .school-content-wrapper .school-links-wrapper .school-links .school-link .school-link-text {
    color: #f8f1d8;
    font-family: "Noto Serif JP", serif;
    font-size: 4.167vw;
    font-weight: 600;
    line-height: 7.083vw;
    letter-spacing: 0.833vw;
  }
}
body #school .school-image {
  position: absolute;
  width: 42.5390625vw;
  top: 10.3125vw;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-image {
    top: 12.375vw;
  }
}
@media (max-width: 767px) {
  body #school .school-image {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    margin-top: 15.5555555556vw;
  }
}
body #school .school-image::before {
  content: "";
  display: block;
  width: 29.84375vw;
  height: 25.9375vw;
  background-image: repeating-linear-gradient(0deg, #b8a67c 0%, #b8a67c 3%, #373835 3%, #373835 97%, #b8a67c 97%, #b8a67c 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-image::before {
    width: 23.875vw;
    height: 20.75vw;
  }
}
@media (max-width: 767px) {
  body #school .school-image::before {
    width: 65.9722222222vw;
    height: 57.3611111111vw;
  }
}
body #school .school-image picture {
  display: block;
  position: relative;
  z-index: 2;
}
body #school .school-image picture img {
  display: block;
  width: 33.9453125vw;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #school .school-image picture img {
    width: 27.15625vw;
  }
}
@media (max-width: 767px) {
  body #school .school-image picture img {
    width: 75vw;
    margin-inline: auto;
  }
}
body #access {
  padding-top: 16.4453125vw;
  padding-bottom: 4.453125vw;
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access {
    padding-top: 19.734375vw;
    padding-bottom: 5.34375vw;
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
  }
}
@media (max-width: 767px) {
  body #access {
    padding-top: 17vw;
    padding-bottom: 13.8888888889vw;
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
body #access .section-title {
  margin-inline: auto;
}
body #access .section-title .en {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 3.906vw;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .section-title .en {
    font-size: 4.687vw;
  }
}
@media (max-width: 767px) {
  body #access .section-title .en {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 11.111vw;
    font-weight: 700;
    line-height: normal;
  }
}
body #access .section-title .jp-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0.5078125vw;
  justify-content: center;
  align-items: center;
  margin-top: -0.5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .section-title .jp-wrapper {
    gap: 0.609375vw;
  }
}
@media (max-width: 767px) {
  body #access .section-title .jp-wrapper {
    gap: 1.8055555556vw;
    margin-top: -1.5vw;
  }
}
body #access .section-title .jp-wrapper .line {
  display: block;
  width: 2.734375vw;
  height: 1px;
  background-color: #b8a67c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .section-title .jp-wrapper .line {
    width: 3.28125vw;
  }
}
@media (max-width: 767px) {
  body #access .section-title .jp-wrapper .line {
    width: 9.7222222222vw;
  }
}
body #access .section-title .jp-wrapper .jp {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.125vw;
  letter-spacing: 0.25vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .section-title .jp-wrapper .jp {
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    line-height: 2.55vw;
  }
}
@media (max-width: 767px) {
  body #access .section-title .jp-wrapper .jp {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.444vw;
    font-weight: 600;
    line-height: 7.5555555556vw;
    letter-spacing: 0.889vw;
  }
}
body #access .access-text {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.562vw;
  font-weight: 500;
  line-height: normal;
  margin-left: 33.2421875vw;
  margin-top: 1.2vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .access-text {
    font-size: 1.874vw;
    margin-left: unset;
    text-align: center;
    margin-top: 1.44vw;
  }
}
@media (max-width: 767px) {
  body #access .access-text {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.583vw;
    font-weight: 500;
    line-height: normal;
    margin-left: unset;
    margin-inline: auto;
    text-align: center;
    margin-top: 4.1666666667vw;
  }
}
body #access .map-wrapper {
  border: 1px solid #b8a67c;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: 3.4765625vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .map-wrapper {
    margin-top: 4.171875vw;
  }
}
@media (max-width: 767px) {
  body #access .map-wrapper {
    margin-top: 5.5555555556vw;
  }
}
body #access .map-wrapper iframe {
  display: block;
  width: 82.03125vw;
  height: 31.25vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .map-wrapper iframe {
    width: 82.03125vw;
    height: 31.25vw;
  }
}
@media (max-width: 767px) {
  body #access .map-wrapper iframe {
    width: 77.7777777778vw;
    height: 119.4444444444vw;
  }
}
body #access .access-link {
  display: block;
  width: 21.25vw;
  height: 3.5546875vw;
  background-color: #b8a67c;
  transition: background-color 0.3s ease-in-out;
  display: grid;
  place-items: center;
  margin-inline: auto;
  margin-top: 2.8vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .access-link {
    width: 25.5vw;
    height: 4.265625vw;
    margin-top: 3.36vw;
  }
}
@media (max-width: 767px) {
  body #access .access-link {
    width: 75.4166666667vw;
    height: 12.6388888889vw;
    margin-top: 4.1666666667vw;
  }
}
@media (hover: hover) {
  body #access .access-link:hover {
    background-color: #6e5723;
  }
}
body #access .access-link .access-link-text {
  color: #f8f1d8;
  font-family: "Noto Serif JP", serif;
  font-size: 1.171vw;
  font-weight: 600;
  line-height: 1.992vw;
  letter-spacing: 0.234vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #access .access-link .access-link-text {
    font-size: 1.405vw;
    line-height: 2.39vw;
    letter-spacing: 0.281vw;
  }
}
@media (max-width: 767px) {
  body #access .access-link .access-link-text {
    color: #f8f1d8;
    font-family: "Noto Serif JP", serif;
    font-size: 4.166vw;
    font-weight: 600;
    line-height: 7.083vw;
    letter-spacing: 0.833vw;
  }
}
body #footer {
  background-color: #373835;
  position: relative;
  padding-top: 3.90625vw;
  padding-bottom: 8.28125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer {
    padding-top: 4.6875vw;
    padding-bottom: 9.9375vw;
  }
}
@media (max-width: 767px) {
  body #footer {
    padding-top: 11.25vw;
    padding-bottom: 20.8333333333vw;
  }
}
body #footer .footer-wrapper {
  display: flex;
  gap: 10.625vw;
  margin-left: 14.21875vw;
  position: relative;
  z-index: 30;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper {
    gap: 12.75vw;
    margin-left: 11.375vw;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper {
    flex-flow: column;
    gap: 14.5833333333vw;
    margin-left: unset;
    margin-inline: auto;
  }
}
body #footer .footer-wrapper .footer-logo {
  display: block;
  width: 25.8203125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-logo {
    width: 20.65625vw;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-logo {
    width: 77.9166666667vw;
    margin-inline: auto;
  }
}
body #footer .footer-wrapper .footer-logo picture img {
  display: block;
  width: 100%;
  height: 100%;
}
body #footer .footer-wrapper .footer-info {
  margin-top: 1.0546875vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-info {
    margin-top: 1.265625vw;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-info {
    margin-top: 0;
  }
}
body #footer .footer-wrapper .footer-info .footer-address {
  display: flex;
  gap: 1.484375vw;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-info .footer-address {
    gap: 1.78125vw;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-info .footer-address {
    flex-flow: column;
    gap: 0.4166666667vw;
  }
}
body #footer .footer-wrapper .footer-info .footer-address .address-title {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 1.562vw;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-info .footer-address .address-title {
    font-size: 1.874vw;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-info .footer-address .address-title {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 4.861vw;
    font-weight: 700;
    line-height: normal;
  }
}
body #footer .footer-wrapper .footer-info .footer-address .address-text {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.562vw;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-info .footer-address .address-text {
    font-size: 1.874vw;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-info .footer-address .address-text {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.027vw;
    font-weight: 500;
    line-height: normal;
  }
}
body #footer .footer-wrapper .footer-info .footer-tel {
  display: flex;
  gap: 1.7578125vw;
  align-items: center;
  margin-top: 0.390625vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-info .footer-tel {
    gap: 2.109375vw;
    margin-top: 0.46875vw;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-info .footer-tel {
    flex-flow: column;
    gap: 0;
    margin-top: 2.7777777778vw;
  }
}
body #footer .footer-wrapper .footer-info .footer-tel .tel-title {
  color: #b8a67c;
  font-family: "Didot", serif;
  font-size: 1.562vw;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-info .footer-tel .tel-title {
    font-size: 1.874vw;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-info .footer-tel .tel-title {
    color: #b8a67c;
    font-family: "Didot", serif;
    font-size: 4.861vw;
    font-weight: 700;
    line-height: normal;
  }
}
body #footer .footer-wrapper .footer-info .footer-tel .tel-text {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.562vw;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-wrapper .footer-info .footer-tel .tel-text {
    font-size: 1.874vw;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  body #footer .footer-wrapper .footer-info .footer-tel .tel-text {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 5.833vw;
    font-weight: 500;
    line-height: normal;
  }
}
body #footer .copyright {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 0.937vw;
  font-weight: 400;
  line-height: 1.593vw;
  letter-spacing: 0.046vw;
  text-align: center;
  margin-top: 6.4453125vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .copyright {
    font-size: 1.124vw;
    line-height: 1.911vw;
    letter-spacing: 0.055vw;
    margin-top: 7.734375vw;
  }
}
@media (max-width: 767px) {
  body #footer .copyright {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 3.055vw;
    font-weight: 400;
    line-height: 5.194vw;
    letter-spacing: 0.152vw;
    margin-top: 16.3888888889vw;
  }
}
body #footer .footer-frame-vertical {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.546875vw;
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-frame-vertical {
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
  }
}
@media (max-width: 767px) {
  body #footer .footer-frame-vertical {
    height: 80.5555555556vw;
    top: 0;
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
body #footer .footer-frame-bottom {
  position: absolute;
  z-index: 10;
  top: 10.546875vw;
  left: 0;
  width: 100%;
  height: 5.9375vw;
  background-image: url(../img/pc-frame-bottom.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #footer .footer-frame-bottom {
    background-image: url(../img/tab-frame-bottom.webp);
    background-size: 94.140625vw auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  body #footer .footer-frame-bottom {
    height: 9.1666666667vw;
    top: 80.5555555556vw;
    background-image: url(../img/sp-frame-bottom.webp);
    background-size: 93.0555555556vw auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
body #facility-anchor {
  scroll-margin-top: 5vw;
}
body #price-anchor {
  scroll-margin-top: 5vw;
}
body #school-anchor {
  scroll-margin-top: 5vw;
}
body #access-anchor {
  scroll-margin-top: 5vw;
}

.error-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 20px;
  text-align: center;
  background-color: #f8f1d8;
}
.error-page .hero-frame-top {
  position: absolute;
  z-index: 10;
  top: 3.90625vw;
  left: 0;
  width: 100%;
  height: 5.9375vw;
  background-image: url(../img/pc-frame-top.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .error-page .hero-frame-top {
    background-image: url(../img/tab-frame-top.webp);
    height: 7.421875vw;
    top: 2.9296875vw;
    background-size: 94.140625vw auto;
  }
}
@media (max-width: 767px) {
  .error-page .hero-frame-top {
    background-image: url(../img/sp-frame-top.webp);
    background-size: 93.0555555556vw auto;
    top: 3.4722222222vw;
    height: 9.1666666667vw;
  }
}
.error-page .hero-frame-vertical {
  position: absolute;
  z-index: 10;
  top: 9.84375vw;
  left: 0;
  width: 100%;
  height: calc(100% - 5.9375vw - 3.90625vw - 5.9375vw);
  background-image: url(../img/pc-frame-vertical.webp);
  background-size: 92.1875vw auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .error-page .hero-frame-vertical {
    background-image: url(../img/tab-frame-vertical.webp);
    background-size: 94.140625vw auto;
    top: 10.3515625vw;
    height: calc(100% - 7.421875vw - 2.9296875vw - 7.421875vw);
  }
}
@media (max-width: 767px) {
  .error-page .hero-frame-vertical {
    background-image: url(../img/sp-frame-vertical.webp);
    background-size: 93.0555555556vw auto;
    top: 12.6388888889vw;
    height: calc(100% - 9.1666666667vw - 3.4722222222vw - 9.1666666667vw);
  }
}
.error-page .hero-frame-bottom {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.9375vw;
  background-image: url(../img/pc-frame-bottom.webp);
  background-size: 92.1875vw auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .error-page .hero-frame-bottom {
    background-image: url(../img/tab-frame-bottom.webp);
    height: 7.421875vw;
    background-size: 94.140625vw auto;
  }
}
@media (max-width: 767px) {
  .error-page .hero-frame-bottom {
    background-image: url(../img/sp-frame-bottom.webp);
    background-size: 93.0555555556vw auto;
    height: 9.1666666667vw;
  }
}
.error-page .error-content {
  position: relative;
  z-index: 20;
}
.error-page .error-content .error-content-text {
  color: #b8a67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.171875vw;
  font-weight: 600;
  line-height: 2.109375vw;
  letter-spacing: 0.234375vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .error-page .error-content .error-content-text {
    font-size: 1.40625vw;
    line-height: 2.53125vw;
    letter-spacing: 0.28125vw;
  }
}
@media (max-width: 767px) {
  .error-page .error-content .error-content-text {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 4.305555556vw;
    font-weight: 600;
    line-height: 7.75vw;
  }
}
.error-page .error-content .error-content-text > span {
  display: inline-block;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .error-page .error-content .error-content-text > span {
    color: #b8a67c;
    font-family: "Noto Serif JP", serif;
    font-size: 3.333333333vw;
    font-weight: 600;
    line-height: 6vw;
  }
}