@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  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 */
  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;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  background-image: url(../../assets/images/common/grid.png);
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #444444;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.inner {
  width: 100%;
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 1080px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 0 16px;
  }
}

.flex-container {
  display: flex;
}

.grid-container {
  display: grid;
}

.site-main,
.keihanna,
.site-footer {
  margin-right: clamp(17.5rem, 16.3333333333rem + 3.8888888889vw, 21rem);
}
@media screen and (max-width: 1024px) {
  .site-main,
  .keihanna,
  .site-footer {
    margin-right: 0;
  }
}

.site-main {
  overflow: hidden;
}

.page-section {
  padding: 120px 0;
}
.page-section__inner {
  max-width: 1536px;
}
.page-section .page-title {
  text-align: center;
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  margin-bottom: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem);
  color: #E1395F;
}
@media screen and (max-width: 480px) {
  .page-section {
    padding: 136px 0 64px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.section-title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.5em;
  font-weight: 200;
  margin-top: 1.6rem;
}

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

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

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 480px) {
  .vertical-text {
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}

.no-contents {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
}

/* -----  汎用固定ページ ----- */
.default-page {
  background-color: #F9E3E8;
}
.default-page__wrapper {
  background-color: #FFFFFF;
  border-radius: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 2.5rem);
  padding: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem) clamp(1rem, -0.6666666667rem + 5.5555555556vw, 6rem) clamp(4rem, 2.8333333333rem + 3.8888888889vw, 7.5rem);
}
.default-page p {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  line-height: 1.66;
  font-family: "Noto Sans JP", sans-serif;
}
.default-page p + p {
  margin-top: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
}
.default-page a {
  color: #E1395F;
  text-decoration: none;
}
.default-page a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .default-page {
    padding-top: 8.5rem;
  }
}

/* -----  404ページ ----- */
#page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F9E3E8;
  padding: 5rem clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem) clamp(3rem, 2.3333333333rem + 2.2222222222vw, 5rem);
}
#page-404 .page-section {
  padding-top: clamp(4rem, 2.8333333333rem + 3.8888888889vw, 7.5rem);
  background-color: #FFFFFF;
  border-radius: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 2.5rem);
  width: 100%;
}
#page-404 .page-title {
  font-weight: 500;
  margin-bottom: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem);
}
#page-404 p {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  text-align: center;
}
#page-404 p + p {
  margin-top: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
}
#page-404 a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #page-404 {
    padding-top: 8.5rem;
  }
}

/* ----- Coming Soonページ ----- */
.comingsoon {
  background-color: #E6F6C8;
  text-align: center;
}
.comingsoon__wrapper {
  background-color: #FFFFFF;
  border-radius: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 2.5rem);
  padding: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem) 16px clamp(4rem, 2.8333333333rem + 3.8888888889vw, 7.5rem);
}
.comingsoon .page-title {
  font-weight: 500;
  color: #8EC63F;
  margin-bottom: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem);
}
.comingsoon p {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  margin-bottom: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  line-height: 1.5;
}
.comingsoon__image {
  max-width: 33.3333333333vw;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .comingsoon__image {
    width: 100%;
    max-width: none;
  }
}

.site-header {
  width: clamp(17.5rem, 16.3333333333rem + 3.8888888889vw, 21rem);
  height: 100dvh;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1607843137);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  border-top: 16px solid #E1395F;
}
.site-header__logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 0 16px;
}
.site-header__logo-container .keihannna-nav {
  width: 90%;
}
.site-header__logo-container a {
  opacity: 1;
}
.site-header__logo-container a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 1024px) {
  .site-header {
    transform: translateX(105%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    max-width: 390px;
    min-height: 720px;
    border-top: none;
  }
  .site-header.is-active {
    transform: translateX(0);
  }
  .site-header__logo-container {
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    max-width: 268px;
    padding: 0;
  }
  .site-header__logo-container .keihannna-nav {
    width: 200px;
  }
}

.sp-site-menu {
  display: none;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 268px;
  z-index: 1500;
}
.sp-site-menu__logo-container {
  flex: 1;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0 0 0 24px;
  transition: opacity 0.3s, visibility 0.3s;
}
.sp-site-menu__logo-container .branding {
  height: 100%;
  align-content: center;
}
.sp-site-menu__logo-container img {
  margin-inline: auto;
  height: 40px;
}
.sp-site-menu.is-active .sp-site-menu__logo-container {
  opacity: 0;
  visibility: hidden;
}
.sp-site-menu .hamburger-menu {
  background-color: #E1395F;
  width: 72px;
  height: 72px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 12px;
}
.sp-site-menu .hamburger-menu span {
  background-color: #FFFFFF;
  width: 100%;
  height: 3px;
  transition: transform 0.2s;
  transform: rotate(0);
}
.sp-site-menu.is-active .hamburger-menu span:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(8px);
}
.sp-site-menu.is-active .hamburger-menu span:nth-child(2) {
  opacity: 0;
}
.sp-site-menu.is-active .hamburger-menu span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(8px);
}
@media screen and (max-width: 1024px) {
  .sp-site-menu {
    display: flex;
  }
}

.keihanna {
  background-image: url(../../assets/images/keihannna/keihannna.png);
  aspect-ratio: 1584/310;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.keihanna__link__button {
  display: inline-block;
  background-color: #E1395F;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-content: flex-end;
  padding-bottom: clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
  border-radius: 100vw 100vw 0 0;
  width: clamp(7.5rem, 6.1666666667rem + 4.4444444444vw, 11.5rem);
  aspect-ratio: 2/1;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.keihanna__link__button::before {
  display: block;
  content: "";
  margin-inline: auto;
  margin-bottom: clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
  background-image: url(../../assets/images/common/right_arrow.svg);
  transform: rotate(-90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 480px) {
  .keihanna {
    background-color: transparent;
    background-image: url(../../assets/images/keihannna/keihannna_sp.png);
    background-position: center;
    aspect-ratio: 390/370;
  }
}

.site-footer {
  background-color: #E1395F;
  color: #FFFFFF;
  padding: clamp(2.5rem, 1.6666666667rem + 2.7777777778vw, 5rem) 0;
}
.site-footer__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.site-footer__copy {
  max-width: 17.0833333333vw;
  width: 17.0833333333vw;
}
.site-footer__info {
  max-width: 41.6666666667vw;
  padding-bottom: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
.site-footer__info a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  opacity: 1;
}
.site-footer__info a:hover {
  opacity: 0.8;
}
.site-footer__info .footer-logo {
  display: inline-block;
  background-color: #FFFFFF;
  padding: clamp(0.25rem, 0.0833333333rem + 0.5555555556vw, 0.75rem) clamp(0.5rem, 0.1666666667rem + 1.1111111111vw, 1.5rem);
  border-radius: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
}
.site-footer__info .footer-logo img {
  max-width: 332px;
  width: 17.2916666667vw;
}
.site-footer__info .footer-navi ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
}
.site-footer__info .footer-navi li {
  line-height: 1.5;
}
.site-footer__info .footer-navi li:last-child {
  width: 100%;
}
.site-footer__snsarea {
  display: flex;
  gap: clamp(0.5rem, 0.25rem + 0.8333333333vw, 1.25rem);
  margin-bottom: clamp(1rem, 0.5rem + 1.6666666667vw, 2.5rem);
}
.site-footer__snsarea__item {
  width: clamp(2rem, 1.8333333333rem + 0.5555555556vw, 2.5rem);
  aspect-ratio: 1;
}
.site-footer__snsarea__item a {
  opacity: 1;
}
.site-footer__snsarea__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .site-footer {
    padding: 24px 0 16px;
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
  }
  .site-footer__info__container {
    width: 100%;
  }
  .site-footer__info {
    max-width: 100%;
    width: 100%;
    padding-bottom: 64px;
    margin-bottom: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
    align-items: center;
  }
  .site-footer__info .footer-logo img {
    max-width: 180px;
    width: 100%;
  }
  .site-footer__info .footer-navi ul {
    flex-direction: column;
    justify-content: center;
  }
  .site-footer__info .footer-navi li:last-child {
    width: auto;
  }
  .site-footer__copy {
    max-width: 100%;
    width: 100%;
  }
  .site-footer__snsarea {
    justify-content: center;
  }
  .site-footer__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(0.625rem, 0.5rem + 0.4166666667vw, 1rem);
  }
}

.main-navi a,
.sub-navi a {
  opacity: 1;
}
.main-navi a:hover,
.sub-navi a:hover {
  opacity: 0.85;
}

.main-navi {
  padding: 0 16px;
  height: 100%;
  max-height: 310px;
}
.main-navi .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}
.main-navi .menu li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1rem + 0.4166666667vw, 1.5rem);
  line-height: 1.5;
  font-weight: 700;
}

.sub-navi {
  width: 100%;
}
.sub-navi .menu li {
  height: clamp(4.5rem, 4.1666666667rem + 1.1111111111vw, 5.5rem);
}
.sub-navi .menu li a {
  display: inline-block;
  height: 100%;
  align-content: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 0 1.5rem;
}
.sub-navi .menu li a::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-navi .menu li a span {
  display: block;
  font-size: clamp(0.625rem, 0.5833333333rem + 0.1388888889vw, 0.75rem);
}
.sub-navi .menu li.nav-exp a {
  background-color: #63C956;
}
.sub-navi .menu li.nav-exp a::before {
  background-image: url(../../assets/images/nav/experience.png);
}
.sub-navi .menu li.nav-contact a {
  background-color: #E1395F;
}
.sub-navi .menu li.nav-contact a::before {
  background-image: url(../../assets/images/nav/inquiry.png);
}
.sub-navi .menu li.nav-schedule a {
  font-size: clamp(1.25rem, 1.2083333333rem + 0.1388888889vw, 1.375rem);
  background-color: #01A9DA;
}
.sub-navi .menu li.nav-schedule a::before {
  background-image: url(../../assets/images/nav/schedule.png);
}
.sub-navi .menu li.nav-calendar a {
  font-size: clamp(1.25rem, 1.2083333333rem + 0.1388888889vw, 1.375rem);
  background-color: #FF910B;
}
.sub-navi .menu li.nav-calendar a::before {
  background-image: url(../../assets/images/nav/calendar.png);
}
@media screen and (max-width: 1024px) {
  .sub-navi .menu li a {
    padding: 0 4rem;
  }
}

.more__button {
  display: inline-block;
  background-color: #E1395F;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
  max-width: 40rem;
  width: 100%;
  padding: clamp(1.125rem, 1.0833333333rem + 0.1388888889vw, 1.25rem);
  border: 2px solid #E1395F;
  transform: scale(1);
  transition: transform 0.3s ease;
  position: relative;
}
.more__button:hover {
  transform: translateX(8px);
}
.more__button::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/common/right_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  aspect-ratio: 1/1;
  margin-right: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.business-hours {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: sans-serif;
  border-radius: 16px;
  overflow: hidden;
}
.business-hours th,
.business-hours td {
  border: 1px solid #E1395F;
  background-color: #FFFFFF;
  padding: clamp(0.25rem, 0rem + 0.8333333333vw, 1rem) 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.6666666667rem + 0.2777777778vw, 1rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
  color: #E1395F;
  vertical-align: middle;
}
.business-hours thead th {
  background-color: #F9E3E8;
}
.business-hours th[scope=row] {
  font-weight: 600;
  width: 35%;
}
.business-hours td.active {
  color: #E1395F;
}
@media screen and (max-width: 480px) {
  .business-hours {
    border-radius: 8px;
  }
}

.qa__items {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  flex: 1;
}
.qa__items .qa__item {
  background-color: #F9F6F0;
  padding: clamp(1rem, 0.5rem + 1.6666666667vw, 2.5rem);
  border-radius: clamp(1rem, 0.5rem + 1.6666666667vw, 2.5rem);
  font-family: "Noto Sans JP", sans-serif;
}
.qa__items .qa__item .qa__item__question {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.75rem, 0.5rem + 0.8333333333vw, 1.5rem);
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  line-height: 1.5;
  font-weight: 500;
  color: #E1395F;
}
.qa__items .qa__item .qa__item__question::-webkit-details-marker {
  display: none;
}
.qa__items .qa__item .qa__item__question span {
  position: relative;
  width: clamp(1rem, 0.3333333333rem + 2.2222222222vw, 3rem);
  aspect-ratio: 1;
  justify-self: flex-end;
}
.qa__items .qa__item .qa__item__question span::before,
.qa__items .qa__item .qa__item__question span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: clamp(0.125rem, 0.1041666667rem + 0.0694444444vw, 0.1875rem);
  background-color: #E1395F;
  transition: transform 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.qa__items .qa__item .qa__item__question span::after {
  transform: rotate(-90deg) translateX(1px);
  transform-origin: center;
}
.qa__items .qa__item[open] .qa__item__question span::after {
  transform: rotate(0deg) translateY(-50%);
}
.qa__items .qa__item .qa__item__answer {
  font-size: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  line-height: 1.8;
  color: #444444;
  transition: opacity 0.4s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateY(-12px);
}
.qa__items .qa__item .qa__item__answer p {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 0.5rem + 0.8333333333vw, 1.5rem);
}
.qa__items .qa__item[open] .qa__item__answer {
  margin-top: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  border-top: 2px solid #E9E3D5;
  padding-top: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  opacity: 1;
  transform: translateY(0);
}
.qa__items .qa__item .qa__item__question::before,
.qa__items .qa__item .qa__item__answer p::before {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.1666666667rem + 2.7777777778vw, 3.5rem);
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
  border-radius: 100vw;
  text-align: center;
  align-content: center;
  width: clamp(2rem, 0.3333333333rem + 5.5555555556vw, 7rem);
  aspect-ratio: 1;
  flex-shrink: 0;
}
.qa__items .qa__item .qa__item__question::before {
  content: "Q";
  background-color: #E1395F;
}
.qa__items .qa__item .qa__item__answer p::before {
  content: "A";
  background-color: #8EC63F;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  flex-wrap: wrap;
  margin-top: clamp(4rem, 2.6666666667rem + 4.4444444444vw, 8rem);
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
  color: #E1395F;
}
.pagination .nav-links .page-numbers:hover {
  opacity: 0.7;
}
.pagination .nav-links .page-numbers.current {
  font-weight: 600;
  color: #444444;
}