@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;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
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: 700;
}

/**
 * 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: 100%;
}

/**
 * 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.1em;
}

sup {
  top: -0.3em;
}

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

/* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * 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=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[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: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #FDFCF9;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(0.875rem, 0.6227rem + 0.4505vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  position: relative;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.txt_color {
  color: #3E41B5;
}

.txt_bold {
  font-weight: 700;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media all and (max-width: 896px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media all and (max-width: 896px) {
  .mt80 {
    margin-top: 64px !important;
  }
}

.outer {
  overflow: clip;
}

.width {
  container-type: inline-size;
  width: calc(100% - 60px);
  max-width: 1340px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .width {
    width: calc(100% - 30px);
  }
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

/* parts */
/* ============================================ */
.common-ttl > *:first-child {
  margin-top: 0;
}
.common-ttl__en {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #3E41B5;
  display: flex;
  align-items: flex-start;
  gap: 0.4em;
}
.common-ttl__en::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/icon_hexagon.svg") center center/contain no-repeat;
  margin-top: 0.18em;
}
.common-ttl__jp {
  font-size: clamp(2rem, -0.018rem + 3.6036vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-top: 0.25em;
  margin-left: -0.075em;
}
.common-ttl__second {
  font-size: clamp(1.25rem, -0.2635rem + 2.7027vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 0.5em;
  margin-left: -0.075em;
}
.common-ttl__second .txt_large {
  font-size: 1.75em;
}

.common-catch {
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  margin-top: 24px;
}

.common-btn {
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 320px;
    margin-top: 32px;
  }
}
.common-btn.--center {
  margin-inline: auto;
}
.common-btn__link {
  display: block;
  padding: 0.89em 2.33em;
  border: 2px solid #3E41B5;
  border-radius: 9999px;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3E41B5;
  position: relative;
}
.common-btn__link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.33em;
  translate: 0 -50%;
}

.common-fixed {
  display: none;
}
@media all and (max-width: 896px) {
  .common-fixed {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 400;
  }
}
.common-fixed__wrapper {
  display: flex;
}
.common-fixed__tel {
  flex-grow: 1;
}
.common-fixed__tel__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px 10px;
  background: #4873DF;
  color: #fff;
  font-size: clamp(0.75rem, 0.66rem + 0.3839vw, 0.875rem);
  line-height: 1.4;
}
.common-fixed__tel__icon {
  flex-shrink: 0;
  width: 2em;
}
.common-fixed__tel__number {
  font-size: 1.29em;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.common-fixed__calendar {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: max(37.33%, 124px);
  background: #E7E9F5;
  color: #3E41B5;
  font-size: clamp(0.875rem, 0.785rem + 0.3839vw, 1rem);
  font-weight: 700;
}
.common-fixed__calendar__icon {
  flex-shrink: 0;
  width: 1.75em;
}

.common-link__calendar {
  text-align: center;
  position: fixed;
  right: 2.08vw;
  bottom: 32px;
  z-index: 60;
}
@media all and (max-width: 896px) {
  .common-link__calendar {
    display: none;
  }
}
.common-link__calendar__link {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #E7E9F5;
  border-radius: 50%;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}
.common-link__calendar__link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/common/icon_calendar.svg") center center/contain no-repeat;
}
.common-link__calendar__txt {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3E41B5;
  line-height: 1.3;
}

.modal-calendar {
  display: none;
}
.modal-calendar.--open {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 200;
}
.modal-calendar.--open .modal-calendar__main {
  opacity: 1;
}
.modal-calendar__main {
  opacity: 0;
  padding: 16px 15px 80px;
}
.modal-calendar__overlay {
  display: none;
}
@media all and (max-width: 896px) {
  .modal-calendar__overlay {
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.modal-calendar__overlay.--open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.common-calendar {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  transition: all 0.3s ease-out;
}
.common-calendar-ttl {
  word-break: keep-all;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #3E41B5;
  padding: 0.6em;
  border-radius: 8px 8px 0 0;
}
.common-calendar-contents {
  padding: 12px 12px 16px;
  border-right: 2px solid #3E41B5;
  border-bottom: 2px solid #3E41B5;
  border-left: 2px solid #3E41B5;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.common-calendar-month {
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-calendar-month__txt {
  text-align: center;
  font-weight: 500;
}
.common-calendar-month__prev, .common-calendar-month__next {
  width: 0.9em;
}
.common-calendar-block {
  padding-bottom: 8px;
  border-bottom: 1px solid #E8E8E8;
}
.common-calendar-table {
  text-align: center;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  white-space: nowrap;
  margin-top: 2px;
}
.common-calendar-table th, .common-calendar-table td {
  padding: 3px;
  border: 2px solid #fff;
}
.common-calendar-table th {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
}
.common-calendar-table th:first-of-type {
  color: #CC1414;
}
.common-calendar-table th:last-of-type {
  color: #3E41B5;
}
.common-calendar-table td {
  font-size: 0.75rem;
  font-weight: 500;
}
.common-calendar-table td.--end {
  color: #D5D5D5;
}
.common-calendar-table td.--close {
  background: #E8E8E8;
}
.common-calendar-mark {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.common-calendar-mark > span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EF9E4C;
}
.common-calendar-mark > span.--mark02 {
  background: #1FAC6D;
}
.common-calendar-mark > span.--mark03 {
  background: #E95F47;
}
.common-calendar-close {
  margin-top: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.common-calendar-close__mark {
  display: block;
  width: 1em;
  height: 1em;
  background: #ddd;
}
.common-calendar-list {
  margin-top: 10px;
}
.common-calendar-list__item {
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 8px;
  background: #FDF1E5;
  color: #EF9E4C;
  margin-top: 8px;
}
.common-calendar-list__item:first-of-type {
  margin-top: 0;
}
.common-calendar-list__item.--day02 {
  background: #E8F4EF;
  color: #1FAC6D;
}
.common-calendar-list__item.--day03 {
  background: #FCE7E4;
  color: #E95F47;
}
.common-calendar-list__ttl {
  font-weight: 700;
}
.common-calendar-btn {
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.common-calendar-btn__link {
  display: block;
  padding: 0.89em 1.33em;
  border: 2px solid #3E41B5;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3E41B5;
  position: relative;
}
.common-calendar-btn__link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.33em;
  translate: 0 -50%;
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 100;
}
.header-wrapper {
  width: 100%;
  padding: min(1.67vw, 32px);
}
@media all and (max-width: 896px) {
  .header-wrapper {
    padding: 15px;
  }
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .header-container {
    gap: 12px;
  }
}
@media all and (max-width: 896px) {
  .header-logo img {
    width: 320px;
  }
}
@media all and (max-width: 480px) {
  .header-logo img {
    width: 240px;
  }
}
.header-inner {
  flex-shrink: 0;
}
.header-contents {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .header-contents {
    display: none;
  }
}
.header-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
}
@media all and (max-width: 896px) {
  .header-tel {
    gap: 4px;
  }
}
.header-tel dt {
  flex-shrink: 0;
  width: min(2.92vw, 56px);
  height: min(2.92vw, 56px);
  background: #fff;
  border: 2px solid #4873DF;
  border-radius: 4px;
  display: grid;
  place-content: center;
}
.header-tel dt img {
  width: min(1.04vw, 20px);
}
.header-tel dd {
  color: #4873DF;
}
.header-tel__number {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.125rem, 0.3682rem + 1.3514vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.header-tel__txt {
  font-size: clamp(0.625rem, -0.1318rem + 1.3514vw, 1rem);
  line-height: 1.4;
}
.header-contact {
  text-align: center;
}
.header-contact__link {
  display: block;
  padding: 0.89em 2.22em 0.89em 3.11em;
  border: 2px solid #EF9E4C;
  border-radius: 9999px;
  color: #EF9E4C;
  font-size: clamp(0.75rem, -0.0068rem + 1.3514vw, 1.125rem);
  font-weight: 700;
  position: relative;
}
.header-contact__link::before {
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_mail.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0.6em;
  translate: 0 -50%;
}
.header-reserve {
  text-align: center;
}
.header-reserve__link {
  display: block;
  padding: 0.89em 1.33em 0.89em 2.22em;
  border: 2px solid #EF9E4C;
  border-radius: 9999px;
  color: #fff;
  background: #EF9E4C;
  font-size: clamp(0.75rem, -0.0068rem + 1.3514vw, 1.125rem);
  font-weight: 700;
  position: relative;
}
.header-reserve__link::before {
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_fukidashi_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0.6em;
  translate: 0 -50%;
}
.header-menu {
  margin-top: min(1.25vw, 24px);
}
@media all and (max-width: 896px) {
  .header-menu {
    display: none;
  }
}
.header-menu__list {
  font-size: clamp(0.875rem, 0.3705rem + 0.9009vw, 1.125rem);
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: min(3.3vw, 64px);
}
.header-sp {
  display: none;
}
@media all and (max-width: 896px) {
  .header-sp {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
  }
}
.header-sp__contact__link {
  width: 48px;
  height: 48px;
  background: #EF9E4C;
  border-radius: 8px;
  display: grid;
  place-content: center;
}
.header-sp__contact__link::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}
.header-hamburger {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #333333;
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 800;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: 45deg;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: -45deg;
}
.header-hamburger__box {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  cursor: pointer;
  position: relative;
}
.header-hamburger__line {
  display: block;
  width: 24px;
  height: 2px;
  background: #333333;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s ease-out, opacity 0.1s ease-out;
  border-radius: 9999px;
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -8px;
}
.header-hamburger__line:nth-of-type(3) {
  translate: 0 8px;
}
.header-nav {
  display: none;
}
@media all and (max-width: 896px) {
  .header-nav {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100dvh;
    padding: 80px 32px 100px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 600;
    translate: 100% 0;
    transition: all 0.5s;
    overflow: auto;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__list__item {
  border-bottom: 1px solid #E8E8E8;
}
.header-nav__list__link {
  font-size: 0.9375rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
}
.header-nav__list__arrow {
  flex-shrink: 0;
  display: block;
  width: 1.14em;
  height: 1.14em;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
}
.header-nav__reserve {
  width: 100%;
  margin-top: 24px;
}
.header-nav__reserve__link {
  text-align: center;
  display: grid;
  place-content: center;
  padding: 1.33em 1.78em 1.33em 3.11em;
  background: #EF9E4C;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #EF9E4C;
  border-radius: 9999px;
  height: 100%;
  position: relative;
}
.header-nav__reserve__link::before {
  content: "";
  display: block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_fukidashi_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 1.33em;
  translate: 0 -50%;
}
.header-nav__contact {
  width: 100%;
  margin-top: 16px;
}
.header-nav__contact__link {
  text-align: center;
  display: grid;
  place-content: center;
  padding: 1.33em 2.66em;
  background: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #EF9E4C;
  border: 2px solid #EF9E4C;
  border-radius: 9999px;
  height: 100%;
  position: relative;
}
.header-nav__contact__link::before {
  content: "";
  display: block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_mail.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 1.33em;
  translate: 0 -50%;
}
.header .overlay {
  display: none;
}
@media all and (max-width: 896px) {
  .header .overlay {
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  width: 100%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 50;
}
.footer-wrapper {
  padding: 80px 0 72px;
}
.footer-inner {
  display: flex;
  gap: 8.88cqw;
}
@media all and (max-width: 1367px) {
  .footer-inner {
    gap: 40px 5.97cqw;
  }
}
@media all and (max-width: 896px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-block {
  flex-shrink: 0;
  width: 35.82cqw;
}
@media all and (max-width: 896px) {
  .footer-block {
    width: 100%;
  }
}
.footer-catch {
  font-weight: 700;
  color: #3E41B5;
  line-height: 2;
  margin-top: 24px;
}
.footer-box {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-tel {
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.footer-note > li {
  padding-left: 1em;
  position: relative;
}
.footer-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.footer-contents {
  flex-grow: 1;
  display: flex;
  gap: 3.28cqw;
}
@media all and (max-width: 1367px) {
  .footer-contents {
    gap: 32px 2.39cqw;
  }
}
@media all and (max-width: 896px) {
  .footer-contents {
    flex-direction: column;
  }
}
.footer-nav {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.78cqw;
}
@media all and (max-width: 1367px) {
  .footer-nav {
    gap: 3.28cqw;
  }
}
.footer-nav__ttl {
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 700;
}
.footer-nav__list {
  margin-top: 10px;
}
.footer-nav__link {
  display: block;
  padding-block: 10px;
}
.footer-link {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .footer-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media all and (max-width: 480px) {
  .footer-link {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-reserve {
  width: 100%;
}
.footer-reserve__link {
  text-align: center;
  display: grid;
  place-content: center;
  padding: 1.33em 1.78em 1.33em 3.11em;
  background: #EF9E4C;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 700;
  color: #fff;
  border: 2px solid #EF9E4C;
  border-radius: 9999px;
  height: 100%;
  position: relative;
}
.footer-reserve__link::before {
  content: "";
  display: block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_fukidashi_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 1.33em;
  translate: 0 -50%;
}
.footer-contact {
  width: 100%;
  margin-top: 18px;
}
@media all and (max-width: 896px) {
  .footer-contact {
    margin-top: 0;
  }
}
.footer-contact__link {
  text-align: center;
  display: grid;
  place-content: center;
  padding: 1.33em 2.66em;
  background: #fff;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 700;
  color: #EF9E4C;
  border: 2px solid #EF9E4C;
  border-radius: 9999px;
  height: 100%;
  position: relative;
}
.footer-contact__link::before {
  content: "";
  display: block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_mail.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 1.33em;
  translate: 0 -50%;
}
.footer-end {
  padding-block: 12px;
  background: #333;
  color: #fff;
}
.footer-end__copyright {
  word-break: keep-all;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.4977rem + 0.4505vw, 0.875rem);
}