@charset "UTF-8";
/*! 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 */
  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;
}

img {
  line-height: 1;
}

*,
::before,
::after {
  --clamp-root-font-size: 16;
  --clamp-slope: calc((var(--clamp-max) - var(--clamp-min)) / (var(--clamp-viewport-max) - var(--clamp-viewport-min)));
  --clamp-y-axis-intersection: calc(var(--clamp-min) - (var(--clamp-slope) * var(--clamp-viewport-min)));
  --clamp-preffered-value: calc(
    var(--clamp-y-axis-intersection) * (1rem / var(--clamp-root-font-size)) + (var(--clamp-slope) * 100vi)
  );
  --clamp: clamp(
    calc(var(--clamp-min) * (1rem / var(--clamp-root-font-size))),
    var(--clamp-preffered-value),
    calc(var(--clamp-max) * (1rem / var(--clamp-root-font-size)))
  );
  font-size: var(--clamp);
}

/* bodyにデフォルト値を設定する */
body {
  font-family: "YU Gothic", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--main-txt);
  --clamp-viewport-min: 375;
  --clamp-viewport-max: 1200;
  --clamp-min: 14;
  --clamp-max: 16;
}

:root {
  --body: #ffffff;
  --main-text: #222222;
  --sub-text: #666666;
  --mute: #999999;
  --border: rgba(149, 149, 149, 0.2);
  --background: #F5F5F5;
  --white: #ffffff;
  --main: #42C7C9;
  --sub: #B3ADE8;
  --accent: #0371BE;
  --line:#06c755;
  --facebook: #1877f2;
  --instagram: #e1306c;
  --youtube: #ff0000;
  --X:#000;
  --amazon:#ff9900;
}

.c-ttl span {
  font-family: "inter", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: var(--main);
  margin-bottom: 0.375rem;
}
.c-ttl h2 {
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media screen and (max-width: 576px) {
  .c-ttl span {
    font-size: 5.1282051282vi;
    margin-bottom: 1.5384615385vi;
  }
  .c-ttl h2 {
    font-size: 3.0769230769vi;
  }
}

.c-balloon {
  padding: 0.9375rem 1.25rem 1.875rem;
  background: url(../img/balloon.svg) 50% 50%/100% 100% no-repeat;
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .c-balloon {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-balloon {
    font-size: 4.6153846154vi;
    padding: 3.0769230769vi 5.1282051282vi 6.1538461538vi;
  }
}

picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

picture {
  display: block;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn-00 {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
}

.fadeIn-01 {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
}

.fadeIn-02 {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  width: 100%;
  height: 3.75rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.06em;
  position: fixed;
  z-index: 99;
}

.header-logo {
  padding: 1.875rem 0 0 1.875rem;
  z-index: 100;
}
.header-logo picture {
  aspect-ratio: 173/120;
  width: 10.8125rem;
}
@media screen and (max-width: 1200px) {
  .header-logo {
    padding: 0.9375rem 0 0 0.9375rem;
  }
  .header-logo picture {
    width: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    padding: 3.8461538462vi 0 0 3.8461538462vi;
  }
  .header-logo picture {
    width: 20.5128205128vi;
    height: 14.358974359vi;
  }
}

.header-menu {
  display: flex;
}

.navigation {
  display: flex;
  align-items: center;
  padding-right: 0.9375rem;
}
.navigation a {
  padding: 1.375rem 0.9375rem;
  transition: color 0.3s ease;
}
.navigation a:focus {
  color: var(--main);
}
@media (hover: hover) and (pointer: fine) {
  .navigation a:hover {
    color: var(--main);
  }
}
@media screen and (max-width: 1200px) {
  .navigation a {
    padding: 1.375rem 0.625rem;
  }
}

.header-tel {
  margin: 1.375rem 0;
  padding: 0 1.25rem 0 1.875rem;
  border-left: 1px solid #B9B9B9;
  transition: color 0.5s ease;
}
.header-tel:focus {
  color: var(--main);
}
@media (hover: hover) and (pointer: fine) {
  .header-tel:hover {
    color: var(--main);
  }
}
@media screen and (max-width: 1200px) {
  .header-tel {
    padding: 0 0.9375rem;
  }
}

.header-booking {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding: 1.4375rem 1.3125rem;
  background-color: var(--accent);
  color: var(--white);
  transition: background-color 0.5s ease;
}
.header-booking:focus {
  background-color: var(--main);
}
@media (hover: hover) and (pointer: fine) {
  .header-booking:hover {
    background-color: var(--main);
  }
}
@media screen and (max-width: 1200px) {
  .header-booking {
    padding: 1.4375rem 0.9375rem;
  }
}

@media screen and (max-width: 992px) {
  body.is-drawerActive {
    overflow: hidden;
  }
  .header .header-btn {
    background-color: var(--accent);
    width: 3.75rem;
    height: 3.75rem;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .header .header-btn .hamburger__line {
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
  }
  .header .header-btn .hamburger__line::before, .header .header-btn .hamburger__line::after {
    content: "";
    display: block;
    background-color: var(--white);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .header .header-btn[aria-expanded=false] .hamburger__line::before {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
  .header .header-btn[aria-expanded=false] .hamburger__line::after {
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
  }
  .header .header-btn[aria-expanded=true] .hamburger__line::before {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  .header .header-btn[aria-expanded=true] .hamburger__line::after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
  .header [aria-expanded=false] + .header-menu {
    visibility: hidden;
    opacity: 0;
  }
  .header [aria-expanded=true] + .header-menu {
    visibility: visible;
    opacity: 1;
  }
  .header .header-menu {
    transition: visibility 0.5s ease, opacity 0.5s ease;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100vi;
    height: 100dvh;
    flex-direction: column;
    background: var(--white);
  }
  .header .navigation {
    order: 1;
    flex-direction: column;
    width: 76.9230769231vi;
    margin: 6.25rem auto 1.875rem;
  }
  .header .navigation li {
    width: 100%;
    border-bottom: 1px solid var(--border);
  }
  .header .navigation a {
    display: block;
    width: 100%;
    padding: 0.875rem 0.9375rem 1.125rem;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: left;
  }
  .header .header-booking {
    order: 2;
    width: 19.375rem;
    margin: 0 auto 1.875rem;
    padding: 1.375rem 0;
  }
  .header .header-tel {
    order: 3;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header .navigation {
    margin: 25.641025641vi auto 7.6923076923vi;
  }
  .header .navigation li {
    width: 100%;
    border-bottom: 1px solid var(--border);
  }
  .header .navigation a {
    padding: 3.5897435897vi 3.8461538462vi 4.6153846154vi;
    font-size: 4.6153846154vi;
  }
  .header .header-booking {
    width: 79.4871794872vi;
    margin: 0 auto 7.6923076923vi;
    padding: 5.641025641vi 0;
  }
  .header .header-tel {
    font-size: 6.1538461538vi;
  }
}
.top {
  padding: 9.375rem 1rem 8.75rem;
  background: url(../img/bg.jpg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 576px) {
  .top {
    padding: 25.641025641vi 3.8461538462vi 3.8461538462vi;
  }
}

.mv {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 91.75rem;
  margin: auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 684fr 184fr 568fr;
  grid-template-rows: 413fr 335fr;
  grid-template-areas: "mv-ttl mv-ttl xxx" "mv-list mv-copy mv-copy";
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    max-width: 31.25rem;
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "mv-ttl" "mv-copy" "mv-img" "mv-list";
  }
}
.mv .mv-ttl {
  grid-area: mv-ttl;
}
@media screen and (max-width: 576px) {
  .mv .mv-ttl {
    width: 79.7435897436vi;
  }
}
.mv .mv-ttl .mv-subttl {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv .mv-ttl .mv-subttl {
    width: 15rem;
    margin-right: auto;
    margin-left: 8%;
  }
}
@media screen and (max-width: 576px) {
  .mv .mv-ttl .mv-subttl {
    width: 61.5384615385vi;
    margin-left: 6.1538461538vi;
  }
}
.mv .mv-copy {
  grid-area: mv-copy;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.4375rem;
  margin-top: auto;
  margin-bottom: 40px;
  text-shadow: 3px 3px 2px #E2ECFB, 3px -3px 2px #E2ECFB, 3px 0px 2px #E2ECFB, -3px 3px 2px #E2ECFB, -3px -3px 2px #E2ECFB, -3px 0px 2px #E2ECFB, 0px -3px 2px #E2ECFB, 0px 3px 2px #E2ECFB;
}
.mv .mv-copy strong {
  font-size: 1.8125rem;
}
@media screen and (max-width: 992px) {
  .mv .mv-copy {
    font-size: 1.125rem;
    margin-top: 5.1282051282vi;
    margin-bottom: 0;
  }
  .mv .mv-copy strong {
    font-size: 1em;
  }
}
@media screen and (max-width: 576px) {
  .mv .mv-copy {
    font-size: 3.5897435897vi;
  }
  .mv .mv-copy strong {
    font-size: 3.5897435897vi;
  }
}
.mv .mv-img {
  position: absolute;
  width: 50%;
  max-width: 48.0625rem;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mv .mv-img {
    position: relative;
    width: 19.375rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .mv .mv-img {
    width: 79.4871794872vi;
    max-width: 100%;
    -webkit-transform: translate(15%, 3%);
            transform: translate(15%, 3%);
  }
}
.mv .mv-list {
  grid-area: mv-list;
  padding-left: 10%;
  display: flex;
  justify-content: center;
  gap: 1.5625rem;
  position: relative;
  z-index: 1;
}
.mv .mv-list li {
  flex: 1;
  max-width: 10.625rem;
}
.mv .mv-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .mv .mv-list {
    padding: 0;
    position: absolute;
    bottom: -3.125rem;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 3;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .mv .mv-list {
    position: absolute;
    bottom: -12.8205128205vi;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .mv .mv-list li {
    width: 23.3333333333vi;
  }
}

.service {
  max-width: 75rem;
  background-color: var(--white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5.1875rem 8% 5.625rem;
}
@media screen and (max-width: 576px) {
  .service {
    padding: 23.3333333333vi 3.8461538462vi 10.2564102564vi;
  }
}
.service .service-copy {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  max-width: 800px;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 992px) {
  .service .service-copy {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-copy {
    font-size: 3.5897435897vi;
    text-align: left;
  }
}
.service .service-balloon {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .service .service-balloon {
    margin-top: 10.2564102564vi;
  }
}
.service .service-list {
  display: grid;
  margin-top: 4.8125rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: [ttl] 2.5rem [img] 11.875rem [txt] 1fr;
  gap: 0 3.5%;
}
@media screen and (max-width: 992px) {
  .service .service-list {
    margin-top: 1.875rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list {
    gap: 10.2564102564vi;
  }
}
.service .service-card {
  display: grid;
  grid-row: span 3;
  grid-template-columns: 2.5rem 1fr;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 992px) {
  .service .service-card {
    grid-template-columns: 1.875rem 4fr 6fr;
    grid-template-rows: [ttl] 1.875rem [img] auto;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .service .service-card {
    grid-template-columns: 7.6923076923vi 1fr;
    grid-template-rows: [ttl] 7.6923076923vi [img] 53.5897435897vi [txt] 1fr;
  }
}
.service .service-card span {
  grid-area: 1/1/2/2;
  display: block;
  background-color: var(--main);
  color: var(--white);
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@media screen and (max-width: 992px) {
  .service .service-card span {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .service .service-card span {
    font-size: 4.6153846154vi;
    line-height: 7.6923076923vi;
  }
}
.service .service-card h4 {
  grid-area: 1/2/2/3;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: var(--main);
  text-align: left;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 992px) {
  .service .service-card h4 {
    grid-area: 1/2/2/4;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .service .service-card h4 {
    grid-area: 1/2/2/3;
    font-size: 4.6153846154vi;
    line-height: 7.6923076923vi;
  }
}
.service .service-card picture {
  grid-area: 2/1/3/3;
}
.service .service-card picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .service-card p {
  grid-area: 3/1/4/3;
  font-size: 1rem;
  text-align: left;
  line-height: 1.8;
  text-wrap: wrap;
  padding-top: 1em;
}
@media screen and (max-width: 992px) {
  .service .service-card p {
    grid-area: 2/3/3/4;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .service .service-card p {
    grid-area: 3/1/4/3;
    font-size: 3.5897435897vi;
  }
}

.reason {
  background-color: var(--background);
}
.reason .reason-inner {
  width: calc(50vi + 500px);
  display: grid;
  gap: 6%;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .reason .reason-inner {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 576px) {
  .reason .reason-inner {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.reason .point-01,
.reason .point-03 {
  grid-template-columns: 520fr 700fr;
  margin-left: calc(50vi - 500px);
}
@media screen and (max-width: 992px) {
  .reason .point-01,
  .reason .point-03 {
    grid-template-columns: 700fr 520fr;
    margin: 0;
  }
}
.reason .point-02 {
  grid-template-columns: 700fr 520fr;
  margin-right: calc(50vi - 500px);
}
.reason .point-02 .point {
  order: 2;
}
.reason .point-02 .reason-img {
  order: 1;
}
@media screen and (max-width: 992px) {
  .reason .point-02 {
    grid-template-columns: 520fr 700fr;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .reason .point-02 .point {
    order: 1;
  }
  .reason .point-02 .reason-img {
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  .reason .point-03 .reason-img {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.reason .reason-ttl {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 576px) {
  .reason .reason-ttl {
    margin-bottom: 5.1282051282vi;
  }
}
.reason .reason-img {
  width: 100%;
  height: 100%;
}
.reason .reason-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .reason .reason-img img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 992px) {
  .reason .point {
    padding: 3.75rem 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .reason .point {
    padding: 15.3846153846vi 3.8461538462vi;
  }
}
.reason .point-ttl {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--main);
  margin-top: 1em;
  margin-bottom: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .reason .point-ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .reason .point-ttl {
    font-size: 5.1282051282vi;
  }
}
.reason .point-txt {
  font-weight: bold;
  line-height: 1.8;
}
.reason .owner-prof {
  display: grid;
  grid-template-columns: 120fr 370fr;
  gap: 1em 2em;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #C4C4C4;
}
.reason .owner-prof picture {
  grid-area: 1/1/3/2;
}
.reason .owner-prof h4 {
  grid-area: 1/2/2/3;
  font-size: 1rem;
  font-weight: bold;
}
.reason .owner-prof h4 span {
  font-size: 0.75rem;
  color: var(--main);
  letter-spacing: 0.06em;
  padding-inline: 1em;
}
.reason .owner-prof p {
  grid-area: 2/2/3/3;
  font-size: 0.75rem;
  line-height: 1.8;
}

.trainer {
  background-color: var(--main);
  position: relative;
}
.trainer .trainer-ttl {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
.trainer .trainer-slider {
  display: flex;
  justify-content: center;
}
.trainer .trainer-card {
  width: 21.875rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 1.25rem;
  position: relative;
  z-index: 2;
  padding: 3.125rem 1.5625rem 6.25rem;
}
.trainer .trainer-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 0.06em;
  background: linear-gradient(to top, #CAC5F4 0px, #CAC5F4 6px, transparent 6px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.trainer .trainer-card p {
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}

.doctor {
  position: relative;
  height: 20.3125rem;
}
@media screen and (max-width: 1200px) {
  .doctor {
    height: auto;
  }
}
.doctor .doctor-inner {
  position: absolute;
  width: calc(100% - 2rem);
  max-width: 62.5rem;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -5rem);
          transform: translate(-50%, -5rem);
  padding: 2.125rem 2.5% 2.5rem;
  display: grid;
  grid-template-columns: [txt] 660fr [img] 220fr;
  gap: 0 4%;
}
@media screen and (max-width: 1200px) {
  .doctor .doctor-inner {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
    width: calc(100% - 1.875rem);
    padding: 2.5rem 0.9375rem;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .doctor .doctor-inner {
    width: calc(100% - 7.6923076923vi);
    padding: 10.2564102564vi 3.8461538462vi;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "img" "ttl" "txt";
  }
}
.doctor .doctor-img {
  grid-area: img;
}
.doctor .doctor-img img {
  display: block;
  aspect-ratio: 220/300;
  max-width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (max-width: 576px) {
  .doctor .doctor-img img {
    width: 46.1538461538vi;
  }
}
.doctor .doctor-img h4 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 992px) {
  .doctor .doctor-img h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .doctor .doctor-img h4 {
    font-size: 4.1025641026vi;
    margin-top: 2.5641025641vi;
    margin-bottom: 7.6923076923vi;
  }
}
.doctor .doctor-profile {
  grid-area: txt;
}
.doctor .doctor-profile h5 {
  font-weight: bold;
  background-color: var(--sub);
  text-align: center;
  color: var(--white);
  line-height: 2.125rem;
  margin-bottom: 1em;
}
.doctor .doctor-profile h5:nth-of-type(2) {
  margin-top: 1em;
}
@media screen and (max-width: 576px) {
  .doctor .doctor-profile h5 {
    font-size: 4.1025641026vi;
    margin-bottom: 3.3333333333vi;
  }
}
.doctor .doctor-profile p {
  font-size: 0.9375rem;
  line-height: 1.86;
}
@media screen and (max-width: 576px) {
  .doctor .doctor-profile p {
    font-size: 4.1025641026vi;
    margin-bottom: 3.3333333333vi;
  }
}

.cta {
  background: url(../img/bg-sm.jpg) 50% 50%/cover no-repeat;
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 576px) {
  .cta {
    background: linear-gradient(125deg, #E4F8F7 0%, #E1E0FF 100%);
    padding: 10.2564102564vi 3.8461538462vi;
  }
}
.cta .cta-ttl {
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
  padding: 1.25rem 0;
  background-color: var(--white);
  border-radius: 40px;
  position: relative;
  font-size: 2.125rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}
.cta .cta-ttl::after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: var(--white) transparent transparent transparent;
  border-width: 1.25rem 0.625rem 0 0.625rem;
  position: absolute;
  left: 50%;
  bottom: -15px;
}
@media screen and (max-width: 992px) {
  .cta .cta-ttl {
    width: 31.25rem;
    font-size: 1.375rem;
    border-radius: 1.375rem;
    padding: 0.75rem 0;
    margin-bottom: 1.875rem;
  }
  .cta .cta-ttl::after {
    bottom: -10px;
  }
}
@media screen and (max-width: 576px) {
  .cta .cta-ttl {
    width: 71.7948717949vi;
    font-size: 5.641025641vi;
    border-radius: 5.1282051282vi;
    padding: 3.0769230769vi 0;
    margin-bottom: 7.6923076923vi;
  }
}
.cta .cta-copy {
  max-width: 43.75rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 992px) {
  .cta .cta-copy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .cta .cta-copy {
    font-size: 3.5897435897vi;
    margin-bottom: 14.1025641026vi;
  }
}
.cta .cta-button {
  display: block;
  background-color: var(--accent);
  color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 15px;
  transition: box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 2rem 0;
  max-width: 500px;
  margin-inline: auto;
  position: relative;
}
.cta .cta-button::before {
  display: block;
  content: "";
  position: absolute;
  width: 19.375rem;
  height: 5.75rem;
  background: url(../img/booking.svg) 50% 50%/contain no-repeat;
  top: -1.25rem;
  left: -35%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.cta .cta-button::after {
  display: block;
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/btn-icon.svg) 50% 50%/contain no-repeat;
  top: 1.875rem;
  right: 1.875rem;
}
.cta .cta-button:focus {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px -10px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (hover: hover) and (pointer: fine) {
  .cta .cta-button:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px -10px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 992px) {
  .cta .cta-button {
    font-size: 1.25rem;
    padding: 1.0625rem 0;
    width: 18.75rem;
  }
  .cta .cta-button::before {
    width: 10.625rem;
    height: 3.125rem;
    top: -2.25rem;
    left: -2.125rem;
  }
  .cta .cta-button::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 1.125rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .cta .cta-button {
    font-size: 5.1282051282vi;
    padding: 4.358974359vi 0;
    width: 76.9230769231vi;
  }
  .cta .cta-button::before {
    width: 43.5897435897vi;
    height: 12.8205128205vi;
    top: -9.2307692308vi;
    left: -8.7179487179vi;
  }
  .cta .cta-button::after {
    width: 5.1282051282vi;
    height: 5.1282051282vi;
    top: 4.6153846154vi;
    right: 5.1282051282vi;
  }
}

.price {
  background-color: var(--background);
  padding: 6.25rem 1rem 7.5rem;
}
@media screen and (max-width: 576px) {
  .price {
    padding: 10.2564102564vi 3.8461538462vi;
  }
}
.price .price-ttl {
  text-align: center;
  margin-bottom: 1.6875rem;
}
.price .price-table {
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
}
.price .price-table tr {
  display: grid;
  grid-template-columns: 500fr 160fr 330fr;
  gap: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .price .price-table tr {
    grid-template-columns: 100fr 258fr;
  }
}
.price .price-table tr:first-of-type th {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 576px) {
  .price .price-table tr:first-of-type {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.price .price-table tr:not(:first-of-type) th {
  font-size: 1.25rem;
  padding: 1em;
  background-color: var(--main);
  color: var(--white);
}
.price .price-table tr:not(:first-of-type) th span {
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .price .price-table tr:not(:first-of-type) th {
    font-size: 1.125rem;
  }
  .price .price-table tr:not(:first-of-type) th span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .price .price-table tr:not(:first-of-type) th {
    grid-area: 1/1/2/3;
    font-size: 4.6153846154vi;
    padding: 4.1025641026vi 5.1282051282vi;
    white-space: pre-line;
    line-height: 1.4;
  }
  .price .price-table tr:not(:first-of-type) th span {
    font-size: 3.5897435897vi;
    line-height: 1;
  }
}
.price .price-table tr td {
  font-size: 1.25rem;
  padding: 1.25rem;
  font-weight: bold;
  background-color: var(--white);
  display: flex;
  align-items: center;
}
.price .price-table tr td:last-of-type {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  padding: 1rem 1.25rem;
}
@media screen and (max-width: 992px) {
  .price .price-table tr td {
    font-size: 1.125rem;
    padding: 1rem;
  }
  .price .price-table tr td:last-of-type {
    font-size: 1.125rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .price .price-table tr td {
    font-size: 4.6153846154vi;
    padding: 4.1025641026vi;
    justify-content: center;
  }
  .price .price-table tr td:last-of-type {
    font-size: 4.6153846154vi;
    padding: 4.1025641026vi;
    justify-content: center;
  }
}

.flow {
  background: var(--background);
  padding: 0 1rem 10rem;
}
@media screen and (max-width: 576px) {
  .flow {
    padding: 0 3.8461538462vi 15.3846153846vi;
  }
}
.flow .flow-ttl {
  text-align: center;
  margin-bottom: 2.5rem;
}
.flow .flow-list {
  max-width: 62.5rem;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 7%;
}
@media screen and (max-width: 576px) {
  .flow .flow-list {
    flex-direction: column;
    gap: 15.3846153846vi;
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-list li picture {
    max-width: 41.0256410256vi;
    max-height: 41.0256410256vi;
  }
}
.flow .flow-list li p {
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  padding: 1.25rem 0 0.9375rem;
  background: var(--white);
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 992px) {
  .flow .flow-list li p {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-list li p {
    font-size: 4.1025641026vi;
    padding: 5.641025641vi 0;
    margin: 0;
  }
}
.flow .flow-list li:not(:first-of-type) picture {
  position: relative;
}
.flow .flow-list li:not(:first-of-type) picture::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/triangle.svg) 50% 50%/contain no-repeat;
  position: absolute;
  left: -2.75rem;
  top: 50%;
}
@media screen and (max-width: 992px) {
  .flow .flow-list li:not(:first-of-type) picture::before {
    left: -18%;
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-list li:not(:first-of-type) picture::before {
    left: 50%;
    top: -10.2564102564vi;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-list li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.store {
  background: linear-gradient(45deg, #E4F8F7 0%, #E1E0FF 100%);
  padding: 5rem 1rem 6.875rem;
}
@media screen and (max-width: 576px) {
  .store {
    background: linear-gradient(90deg, #E4F8F7 0%, #E1E0FF 100%);
    padding: 15.3846153846vi 3.8461538462vi;
  }
}
.store .store-ttl {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .store .store-ttl {
    margin-bottom: 7.6923076923vi;
  }
}
.store .store-card {
  max-width: 62.5rem;
  background-color: var(--white);
  margin-inline: auto;
  display: grid;
}
.store .store-card h3 {
  grid-area: ttl;
  font-weight: bold;
  text-align: center;
  padding: 0.75rem 0;
  width: 100%;
  border-radius: 32px;
  background-color: var(--sub);
  color: var(--white);
}
@media screen and (max-width: 576px) {
  .store .store-card h3 {
    font-size: 5.1282051282vi;
    padding: 2.5641025641vi 0;
    border-radius: 5.1282051282vi;
  }
}
.store .store-card iframe {
  grid-area: map;
  background-color: var(--background);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .store .store-card iframe {
    aspect-ratio: 330/200;
  }
}
.store .card-01 {
  gap: 1.875rem 1.25rem;
  padding: 1.875rem;
  margin-bottom: 6.875rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "map ttl" "map list" "map btn";
}
@media screen and (max-width: 576px) {
  .store .card-01 {
    padding: 3.8461538462vi;
    margin-bottom: 3.8461538462vi;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "map" "ttl" "list" "btn";
    gap: 5.1282051282vi;
  }
}
.store .card-01 h3 {
  font-size: 1.5rem;
}
.store .card-01 ul {
  grid-area: list;
  padding-bottom: 1.25rem;
}
.store .card-01 ul li {
  display: flex;
  align-items: center;
  background-color: #E4F7F8;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 3px;
}
.store .card-01 ul li h4 {
  font-weight: bold;
  width: 5.5rem;
}
.store .card-01 a {
  background-color: var(--main-text);
  color: var(--white);
  width: 10rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2.5rem;
  transition: background-color 0.5s ease;
}
.store .card-01 a:focus {
  background-color: var(--accent);
}
@media (hover: hover) and (pointer: fine) {
  .store .card-01 a:hover {
    background-color: var(--accent);
  }
}
.store .card-02 {
  padding-right: 2.75rem;
  gap: 1.5625rem 2.5rem;
  grid-template-columns: 280fr 636fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "map ttl" "map txt";
}
@media screen and (max-width: 576px) {
  .store .card-02 {
    padding: 3.8461538462vi;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "map" "ttl" "txt";
    gap: 5.1282051282vi;
  }
}
.store .card-02 h3 {
  font-size: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 576px) {
  .store .card-02 h3 {
    margin-top: 0;
  }
}
.store .card-02 p {
  grid-area: txt;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .store .card-02 p {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: normal;
    background-color: #E4F7F8;
    padding: 0.9375rem 1.25rem;
    margin-bottom: 0;
  }
  .store .card-02 p::before {
    content: "住所";
    font-weight: bold;
    width: 5.5rem;
  }
}

.qa {
  background: var(--background);
  padding: 6.25rem 1rem 10rem;
}
@media screen and (max-width: 576px) {
  .qa {
    padding: 10.2564102564vi 5.1282051282vi 15.3846153846vi;
  }
}
.qa .qa-ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.qa .qa-list {
  max-width: 62.5rem;
  margin-inline: auto;
}
.qa .qa-list dt {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  padding: 1em 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .qa .qa-list dt {
    font-size: 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .qa .qa-list dt {
    font-size: 4.1025641026vi;
    padding: 0.25em 0;
    display: grid;
    grid-template-columns: 6.1538461538vi 1fr;
  }
}
.qa .qa-list dt::before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url(../img/q.svg) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 992px) {
  .qa .qa-list dt::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .qa .qa-list dt::before {
    width: 6.1538461538vi;
    height: 6.1538461538vi;
  }
}
.qa .qa-list dd {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  padding: 0.625rem 0 2.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 992px) {
  .qa .qa-list dd {
    font-size: 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .qa .qa-list dd {
    display: grid;
    grid-template-columns: 6.1538461538vi 1fr;
    padding: 1em 0 5.1282051282vi;
  }
}
.qa .qa-list dd::before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url(../img/a.svg) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 992px) {
  .qa .qa-list dd::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .qa .qa-list dd::before {
    width: 6.1538461538vi;
    height: 6.1538461538vi;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.booking {
  background-color: var(--main);
  padding: 6.25rem 1rem 8.75rem;
}
@media screen and (max-width: 576px) {
  .booking {
    padding: 15.3846153846vi 3.8461538462vi;
  }
}
.booking .booking-ttl {
  text-align: center;
  margin-bottom: 2.5rem;
  color: var(--white);
}
@media screen and (max-width: 576px) {
  .booking .booking-ttl {
    margin-bottom: 7.6923076923vi;
  }
}
.booking .booking-ttl span {
  color: var(--white);
}
.booking .iframe {
  max-width: 62.5rem;
  margin-inline: auto;
}

.company {
  padding: 6.25rem 1rem;
}
@media screen and (max-width: 576px) {
  .company {
    padding: 15.3846153846vi 8.9743589744vi;
  }
}
.company .company-ttl {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .company .company-ttl {
    margin-bottom: 7.6923076923vi;
  }
}
.company .company-inner {
  max-width: 43.75rem;
  margin-inline: auto;
}
.company .company-list tr {
  display: flex;
  padding: 1rem 1.25rem;
  gap: 10%;
}
.company .company-list tr:nth-of-type(odd) {
  background-color: var(--background);
}
@media screen and (max-width: 576px) {
  .company .company-list tr {
    padding: 4.6153846154vi 2.5641025641vi;
  }
}
.company .company-list th {
  width: 6em;
}
@media screen and (max-width: 576px) {
  .company .company-list th {
    width: 4em;
  }
}
.company .company-list td {
  flex: 1;
}

.footer {
  background-color: var(--main-text);
  padding: 2.5rem 1rem 1.6875rem;
}
.footer .footer-inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "logo logo" "copy copy";
}
.footer .footer-inner .footer-logo {
  grid-area: logo;
  margin-inline: auto;
}
.footer .footer-inner .footer-logo img {
  aspect-ratio: 144/100;
  max-width: 9rem;
}
.footer .footer-inner .footer-copy {
  grid-area: copy;
  text-align: center;
  color: var(--white);
  font-size: 0.75rem;
}

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

.u-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}


// スマホの時だけ改行させるクラス
.br-sp {
    display: none;
}

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