@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@400;500;700;900&family=Oswald:wght@200..700&family=Oooh+Baby&display=swap");
/*! 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] {
  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;
}

/**
 * デザインデータではテキストで表記された太さが、
 * どの数値かを、わかりやすく可視化した変数です。
 * 数値を覚えていれば、変数ではなく数値で書いても大丈夫です。
 */
/**
* デザイン上のモバイル版アートボードの横幅
* (ピクセル単位　単位無しの整数)
*/
/**
* モバイル時での1remのピクセル数
* (ピクセル単位　単位無しの整数)
*/
/*
「spVw()」の逆バージョン。
PCデザインを基準に、vwの値を決定する。
第2引数で、横幅の基準値を変更できる。
*/
/*
デザインデータのフォントサイズ等の横幅を、vwに変換する。
例えば横幅375pxのアートボード上の、16pxのフォントサイズは、「4.3vw」に変換される。
デザインデータのアートボードの横幅が変わった際には、
「$designWidthPx」の値をそれに変更。
変換対象の引数は整数で入力する。
*/
/**
* ピクセルheightをremに変換
* これを行う事で、ピクセルを直接指定する場合とは異なり、
* 画面横幅を縮めても、縦幅も均一に縮小される。
*/
/*
左右にmargin autoを付与する。
「margin: 0 auto;」でもよいのだが、topやbottomに干渉させたくなく、
意外と多様する事も多いため、こちらに作成。
*/
/**
モバイル状態で左右に余白があり、かつそれを無視して
100vw表示したい場合の左右余白の相殺
*/
/*
テキストの行数制限
最後は三点リーダーになる
*/
/*
文字グラデーション
*/
/**
WordPress記事の基本的スタイル
*/
/**
 * フレキシブルボックスの子要素の横幅を算出
 * 
 * 子要素の数と、gapの長さを指定するだけで、
 * 子要素の長さを、いい具合に自動算出する。
 *
 * $elementNum:　子要素の数
 * $gapWidth: gapの長さ　remなど単位は問わない
 */
/**
 * テキストに輪郭線を付ける
 * 
 * $color  色
 * $outlineWidth  線の幅px
 * $spread  追加で広げる範囲 
 */
/**
 * マウスオーバーすると、光が横切るエフェクト
 * 使い方：付与したい要素の中に
 * <i class="luster"></i>
 * を入れるだけ。
 * この要素だけで完結しているので、対象の疑似要素を奪う心配もなし。
 * 要素全体に展開するが、pointer-events: none;により、
 * クリックイベントは貫通して、奥の要素のものが実行される。
 */
*:has(> i.luster) {
  position: relative;
}
*:has(> i.luster) i.luster {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}
*:has(> i.luster) i.luster:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-150%);
  pointer-events: none;
}
*:has(> i.luster):hover i:before {
  transform: translateX(150%);
  transition: 0.75s;
}

/**
 * テキストを左側からフェードイン
 * $color テキストの色
 * $delay テキストに配色を開始するタイミング
 */
@keyframes textLeftIn__backmove {
  0% {
    background-position: center right;
  }
  100% {
    background-position: center left;
  }
}
/**
* ノートのような線を引くためのもの
* ループで行数を追加出来るようにしたかったが、それまではベタで作成。
*/
/** 
* カーニング処理
* Adobe XDにおけるカーニングの値はDTP基準なので、
* その数値をCSS向けに変換する。
* 文末となる右側にも、ネガティブマージンを付けて最後のスペースを相殺。
* 第２引数が「false」以外の場合、「letter-spacing」のみを出力。
*/
/**
* Adove XDの行送りの値から、line-heightの値を算出。
* $leading  XD上の文字送りの数値
* $fontPx   文字サイズ　XD上のピクセル数（pxなどの単位は無し）
*/
/**
* position: absolute; と、4方向座標指定が面倒なので作成。
* marginのショートハンド同様、1つの場合は全方向。
* 2つ入れれば縦・横に。
* 3つ入れれば上、左右、下の順で。
* 4つ入れれば上から時計回りに適用される。
*/
:root {
  --fixed-header-height: 94px;
  --fixed-bottom-area-height: 100px;
  --section-padding: 150px;
  --section-padding-small: 60px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2C2A29;
  --wp-adminbar-height: 0px;
}
:root:has(#wpadminbar) {
  --wp-adminbar-height: 32px;
}
@media screen and (max-width: 782px) {
  :root:has(#wpadminbar) {
    --wp-adminbar-height: 46px;
  }
}
@media screen and (max-width: 599px) {
  :root {
    --fixed-header-height: 17.3vw;
    --fixed-bottom-area-height: 21.3vw;
    --section-padding: 18.7vw;
    --section-padding-small: 10.7vw;
    font-size: 4.3vw;
  }
}

html {
  scroll-behavior: smooth;
}

body:has(input#accordion:checked) {
  overflow: hidden;
}

p {
  line-height: 1.75;
}

b,
strong {
  font-weight: inherit;
  line-height: inherit;
}

input#accordion {
  display: none;
}

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

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

.scroll-hint {
  background: none !important;
}

.breadcrumb {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  height: 30px;
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    height: 6.7vw;
  }
}
.breadcrumb ul {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .breadcrumb ul {
    font-size: 2.7vw;
  }
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 3em;
  position: relative;
}
.breadcrumb ul li:not(:last-child):after {
  content: "＞";
  position: absolute;
  top: 0.1em;
  left: calc(100% + 1em);
}

body > header .fixed-header {
  width: 100%;
  height: var(--fixed-header-height);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
body > header .fixed-header .reservation-button {
  width: 200px;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #FF0000;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  body > header .fixed-header .reservation-button {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 599px) {
  body > header .fixed-header .reservation-button {
    width: 53.3vw;
    height: 14.4vw;
  }
}
body > header .fixed-header .reservation-button:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_reservation-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.3em;
}
body > header .fixed-header > .inner {
  max-width: 1361px;
  width: 92vw;
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body > header .fixed-header > .inner .logo {
  display: block;
  width: 168px;
  aspect-ratio: 168/62.4;
  translate: 0 1rem;
  transition: translate 0.5s;
}
body > header .fixed-header > .inner .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1150px) {
  body > header .fixed-header > .inner .navi-area {
    width: calc(100% - 168px - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  body > header .fixed-header > .inner .navi-area nav {
    max-width: 987px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  body > header .fixed-header > .inner .navi-area nav .logo {
    display: none;
  }
  body > header .fixed-header > .inner .navi-area nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
    font-size: 16px;
  }
  body > header .fixed-header > .inner .navi-area nav ul li {
    font-weight: bold;
  }
}
@media screen and (max-width: 1149px) {
  body > header .fixed-header > .inner {
    justify-content: flex-start;
  }
  body > header .fixed-header > .inner .logo {
    translate: 0 0;
  }
  body > header .fixed-header > .inner .navi-area {
    --back-effect-width: 287.36px;
    --back-effect-height: 351.36px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10010;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1149px) and (max-width: 599px) {
  body > header .fixed-header > .inner .navi-area {
    --back-effect-width:76.6vw;
    --back-effect-height: 93.7vw;
  }
}
@media screen and (max-width: 1149px) {
  body > header .fixed-header > .inner .navi-area:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFC7;
    background-image: url("../images/common/back-effect01.svg"), url("../images/common/back-effect01.svg");
    background-repeat: no-repeat;
    background-size: var(--back-effect-width) var(--back-effect-height), var(--back-effect-width) var(--back-effect-height);
    background-position: top -50% left 1rem, bottom -75% center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body > header .fixed-header > .inner .navi-area nav {
    width: 100%;
    padding: 2rem 0;
    overflow-y: scroll;
  }
  body > header .fixed-header > .inner .navi-area nav .logo {
    --width: 180.38px;
    --height: 67px;
    display: block;
    width: var(--width);
    height: var(--height);
    margin-inline: auto;
  }
}
@media screen and (max-width: 1149px) and (max-width: 599px) {
  body > header .fixed-header > .inner .navi-area nav .logo {
    --width: 48.1vw;
    --height: 17.9vw;
  }
}
@media screen and (max-width: 1149px) {
  body > header .fixed-header > .inner .navi-area nav .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body > header .fixed-header > .inner .navi-area nav ul {
    margin-block: 2rem;
    width: 100%;
  }
  body > header .fixed-header > .inner .navi-area nav ul li {
    width: 100%;
  }
  body > header .fixed-header > .inner .navi-area nav ul li a {
    display: block;
    width: 100%;
    padding-block: 1em;
    text-align: center;
    transition: background-color 0.5s;
    font-weight: 500;
  }
  body > header .fixed-header > .inner .navi-area nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  body > header .fixed-header > .inner .navi-area nav .reservation-button {
    margin-inline: auto;
  }
}

label[for=accordion] {
  --border-length: 36.5px;
  --border-gap: 12px;
  display: none;
  width: var(--fixed-header-height);
  height: var(--fixed-header-height);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  label[for=accordion] {
    --border-length: 9.7vw;
    --border-gap: 3.2vw;
  }
}
@media screen and (max-width: 1149px) {
  label[for=accordion] {
    display: block;
  }
}
label[for=accordion] > span {
  display: block;
  width: var(--border-length);
  height: 1px;
  background-color: #F39939;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.5s;
}
label[for=accordion] > span:nth-child(1) {
  translate: 0 calc(0px - var(--border-gap));
}
label[for=accordion] > span:nth-child(3) {
  translate: 0 var(--border-gap);
}

body:has(input#accordion:checked) label[for=accordion] > span:nth-child(1) {
  translate: 0 0;
  rotate: -225deg;
}
body:has(input#accordion:checked) label[for=accordion] > span:nth-child(2) {
  scale: 0 1;
}
body:has(input#accordion:checked) label[for=accordion] > span:nth-child(3) {
  translate: 0 0;
  rotate: 225deg;
}
@media screen and (max-width: 1149px) {
  body:has(input#accordion:checked) > header .fixed-header .inner .navi-area {
    height: 100vh;
  }
}

main .sec_campaign {
  padding-block: 3rem;
}
main .sec_campaign .campaign_image {
  max-width: 1280px;
  width: 92vw;
  margin-inline: auto;
}
main .sec_campaign .campaign_image:not(:first-child) {
  margin-top: 2rem;
}
main .sec_campaign .campaign_image a {
  display: inline-block;
}
main .sec_campaign .campaign_image picture {
  display: block;
}
main .sec_campaign .campaign_image picture img {
  display: block;
  width: 100%;
  border-radius: 60px;
}
@media screen and (max-width: 599px) {
  main .sec_campaign .campaign_image picture img {
    border-radius: 4.3vw;
  }
}
main .cta {
  max-width: 1440px;
  height: 329px;
  margin-inline: auto;
  background-image: url("../images/common/cta_back.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #FFFFC7;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  main .cta {
    height: auto;
    aspect-ratio: 375/171;
    background-image: url("../images/common/cta_back_sp.webp");
  }
}

body > footer {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}
body > footer .logo-area {
  padding-block: var(--section-padding-small);
}
body > footer .logo-area .logo {
  display: block;
  width: 450px;
  aspect-ratio: 450/156;
  margin: 0 auto 5rem;
  transition: filter 0.5s;
}
@media screen and (max-width: 599px) {
  body > footer .logo-area .logo {
    width: 44vw;
  }
}
body > footer .logo-area .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body > footer .logo-area .logo:hover {
  filter: brightness(1.2);
}
body > footer .logo-area ul.terms-navi {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3em;
}
@media screen and (max-width: 599px) {
  body > footer .logo-area ul.terms-navi {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  body > footer .logo-area ul.terms-navi {
    flex-direction: column;
  }
}
body > footer .logo-area ul.terms-navi li a {
  color: #6D6666;
}
body > footer .copyright {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #FCC800, #F49204 33%, #EE6807 63%, #EA4E09 86%, #E9450A);
}
@media screen and (max-width: 599px) {
  body > footer .copyright {
    height: 16vw;
  }
}
body > footer .copyright small {
  display: inline;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  body > footer .copyright small {
    font-size: 3.2vw;
  }
}

.cta-button {
  max-width: 640px;
  width: 92vw;
  aspect-ratio: 640/124;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-image: url("../images/common/cth-button01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 0.5s;
}
.cta-button > span:nth-child(1) {
  --border-width: 6.75px;
  font-size: 20px;
  color: #F46600;
  width: max-content;
  padding: 0.5rem 1em;
  background-color: #fff;
  border: solid var(--border-width) #F46600;
  border-radius: 1000px;
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
  translate: 0 -50%;
}
@media screen and (max-width: 599px) {
  .cta-button > span:nth-child(1) {
    --border-width: 0.9vw;
  }
}
@media screen and (max-width: 599px) {
  .cta-button > span:nth-child(1) {
    font-size: 2.9vw;
  }
}
.cta-button > span:nth-child(1) b {
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  .cta-button > span:nth-child(1) b {
    font-size: 4vw;
  }
}
.cta-button > span:nth-child(2) {
  font-size: 34px;
}
@media screen and (max-width: 599px) {
  .cta-button > span:nth-child(2) {
    font-size: 4.8vw;
  }
}
.cta-button > span:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/button-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  translate: 0 0.1em;
  transition: transform 0.5s;
}
.cta-button:hover {
  filter: brightness(1.1);
}
.cta-button:hover > span:nth-child(2):after {
  transform: translateX(0.5em);
}

.headline01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.headline01 > span {
  text-align: center;
}
.headline01 > span:nth-child(1) {
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F39939;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .headline01 > span:nth-child(1) {
    font-size: 7.5vw;
  }
}
.headline01 > span:nth-child(2) {
  font-size: 100px;
  font-family: "Oooh Baby", cursive;
  color: #EAEAEA;
  line-height: 1;
  margin-top: -1rem;
}
@media screen and (max-width: 599px) {
  .headline01 > span:nth-child(2) {
    font-size: 14.5vw;
  }
}
@media screen and (max-width: 599px) {
  .headline01 > span:nth-child(2) {
    margin-top: -0.25rem;
  }
}

.headline02 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 1.5rem;
  margin-bottom: 5rem;
}
.headline02 > span {
  text-align: center;
}
.headline02 > span:nth-child(1) {
  font-family: "Oooh Baby", cursive;
  color: #EFEFEF;
  font-size: 80px;
  line-height: 1;
  margin-bottom: -0.75rem;
}
@media screen and (max-width: 599px) {
  .headline02 > span:nth-child(1) {
    font-size: 21.3vw;
  }
}
.headline02 > span:nth-child(2) {
  font-size: 40px;
  color: #F39939;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .headline02 > span:nth-child(2) {
    font-size: 7.5vw;
  }
}

body#index > header .main-visual {
  max-width: 1440px;
  margin-inline: auto;
  height: 850px;
  position: relative;
  z-index: 10;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual {
    height: auto;
    aspect-ratio: 375/640;
    padding-top: var(--fixed-header-height);
    margin-bottom: 32vw;
  }
}
body#index > header .main-visual:before {
  content: "";
  display: block;
  width: 100%;
  height: 342px;
  background-image: url("../images/index/main-visual_wave.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
@media screen and (max-width: 940px) {
  body#index > header .main-visual:before {
    background-image: url("../images/index/main-visual_wave_sp.svg");
    background-position: bottom center;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual:before {
    height: 85.3vw;
  }
}
body#index > header .main-visual:after {
  content: "";
  display: block;
  max-width: 1056px;
  width: 100%;
  aspect-ratio: 1056/149;
  background-image: url("../images/common/letter_pilates.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
  translate: 0 calc(50% + 2rem);
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual:after {
    height: 32vw;
    aspect-ratio: auto;
    background-position: bottom center;
    inset: 100% 0 0 auto;
    translate: 0 0;
  }
}
body#index > header .main-visual picture {
  display: contents;
}
body#index > header .main-visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual picture img {
    object-fit: contain;
    object-position: bottom center;
  }
}
body#index > header .main-visual .inner {
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 3rem;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
body#index > header .main-visual .inner h1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body#index > header .main-visual .inner h1 > span {
  --radius-big: 30px;
  --radius-small: 5px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span {
    --radius-big: 2rem;
    --radius-small: 0.5rem;
  }
}
body#index > header .main-visual .inner h1 > span:nth-child(1) {
  font-size: 32px;
  line-height: 1.4;
  color: #939BA2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span:nth-child(1) {
    font-size: 5.3vw;
  }
}
body#index > header .main-visual .inner h1 > span:nth-child(1) b {
  color: #F39939;
}
body#index > header .main-visual .inner h1 > span:nth-child(2) {
  font-size: 70px;
  color: #fff;
  font-style: italic;
  line-height: 1;
  padding: 1rem 1em;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span:nth-child(2) {
    font-size: 9.1vw;
  }
}
@media screen and (max-width: 999px) {
  body#index > header .main-visual .inner h1 > span:nth-child(2) br.sp {
    display: inline;
  }
}
@media screen and (max-width: 999px) and (min-width: 600px) {
  body#index > header .main-visual .inner h1 > span:nth-child(2) {
    font-size: 9vw;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span:nth-child(2) {
    padding: 0.5rem 0.75em;
  }
}
body#index > header .main-visual .inner h1 > span:nth-child(2):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-small) var(--radius-big) var(--radius-small) var(--radius-big);
  background-image: linear-gradient(to right, #F39939, #FFC800);
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  transform: skew(-10deg, 0);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
body#index > header .main-visual .inner h1 > span:nth-child(3) {
  font-size: 50px;
  color: #939BA2;
  line-height: 1;
  margin-block: 0.8rem;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span:nth-child(3) {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span:nth-child(3) {
    margin-block: 0.5rem;
  }
}
body#index > header .main-visual .inner h1 > span:nth-child(4) {
  font-size: 45px;
  color: #fff;
  padding: 0.5rem 0.5em;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span:nth-child(4) {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 640px) and (min-width: 600px) {
  body#index > header .main-visual .inner h1 > span:nth-child(4) {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 > span:nth-child(4) {
    padding: 0.25rem 1em;
  }
}
body#index > header .main-visual .inner h1 > span:nth-child(4):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-small) var(--radius-big) var(--radius-small) var(--radius-big);
  background-color: #A9BED0;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  transform: skew(-10deg, 0);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}
body#index > header .main-visual .inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner ul {
    translate: 0 50%;
  }
}
body#index > header .main-visual .inner ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 188px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner ul li {
    width: 28.5vw;
  }
}
body#index > header .main-visual .inner ul li > span:first-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62px;
  aspect-ratio: 1/1;
  background-color: #F39939;
  border-radius: 100%;
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
  translate: 0 -50%;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner ul li > span:first-child {
    width: 9.6vw;
  }
}
body#index > header .main-visual .inner ul li > span:first-child > span {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
body#index > header .main-visual .inner ul li > span:first-child > span:nth-child(1) {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner ul li > span:first-child > span:nth-child(1) {
    font-size: 2.7vw;
  }
}
body#index > header .main-visual .inner ul li > span:first-child > span:nth-child(2) {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner ul li > span:first-child > span:nth-child(2) {
    font-size: 3.2vw;
  }
}
body#index > header .main-visual .inner ul li p {
  text-align: center;
  font-size: 22px;
  color: #939BA2;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner ul li p {
    font-size: 3.7vw;
  }
}
body#index > header .main-visual .inner ul li p b {
  color: #F39939;
}
body#index main #pre-open {
  padding-block: var(--section-padding-small);
  max-width: 1329px;
  width: 100%;
  margin-inline: auto;
}
body#index main #pre-open h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 1329px;
  width: 100%;
  height: 275px;
  margin-inline: auto;
  background-image: url("../images/index/pre-open_ribbon.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  padding-top: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  body#index main #pre-open h2 {
    max-width: 96.8vw;
    height: auto;
    aspect-ratio: 363/116;
    background-image: url("../images/index/pre-open_ribbon_sp.svg");
    background-size: contain;
    padding-top: 0.8rem;
  }
}
body#index main #pre-open h2 > span {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
body#index main #pre-open h2 > span.arctext {
  font-size: 64px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  body#index main #pre-open h2 > span.arctext {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 650px) and (min-width: 600px) {
  body#index main #pre-open h2 > span.arctext {
    font-size: 9vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #pre-open h2 > span.arctext {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  body#index main #pre-open h2 > span.arctext.sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  body#index main #pre-open h2 > span.arctext.pc {
    display: none;
  }
}
body#index main #pre-open h2 > span:last-child {
  font-size: 60px;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index main #pre-open h2 > span:last-child {
    font-size: 6.1vw;
  }
}
body#index main #pre-open h2 > span:last-child:after {
  content: "";
  display: block;
  width: 285px;
  aspect-ratio: 285.67/75.6;
  background-image: url("../images/index/letter_pre-open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 1rem;
  left: calc(100% + 3rem);
}
@media screen and (max-width: 997px) {
  body#index main #pre-open h2 > span:last-child:after {
    left: calc(100% + 1rem);
    width: 22vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #pre-open h2 > span:last-child:after {
    width: 25.3vw;
    top: 0.5rem;
    left: calc(100% + 0.5rem);
  }
}
body#index main #What-is {
  padding-bottom: var(--section-padding-small);
  max-width: 1197px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
body#index main #What-is h3 {
  text-align: center;
  color: #F39939;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  body#index main #What-is h3 {
    font-size: 5.3vw;
  }
}
body#index main #What-is p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  -webkit-text-stroke: 0.2em #fff;
  paint-order: stroke;
}
@media screen and (max-width: 599px) {
  body#index main #What-is p {
    font-size: 4.3vw;
  }
}
body#index main #What-is p b {
  font-weight: bold;
}
body#index main #What-is .images {
  display: contents;
}
@media screen and (max-width: 599px) {
  body#index main #What-is .images {
    display: block;
    margin-top: 2rem;
    width: 90.1vw;
    aspect-ratio: 338/383;
    margin-inline: auto;
    position: relative;
  }
}
body#index main #What-is .images > img {
  display: block;
  width: 278px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 8rem;
  z-index: -1;
}
body#index main #What-is .images > img:nth-of-type(1) {
  left: 0;
}
body#index main #What-is .images > img:nth-of-type(2) {
  right: 0;
}
@media screen and (max-width: 599px) {
  body#index main #What-is .images > img {
    width: 59.2vw;
  }
  body#index main #What-is .images > img:nth-of-type(1) {
    inset: 0 auto auto 0;
    z-index: 1;
  }
  body#index main #What-is .images > img:nth-of-type(2) {
    inset: auto 0 0 auto;
    z-index: 0;
  }
}
body#index main #Choose-your-way {
  padding: var(--section-padding-small) 0 2rem;
  max-width: 1440px;
  margin-inline: auto;
  background-color: #FFFFC7;
}
body#index main #Choose-your-way ul {
  margin-top: 5rem;
  max-width: 1284px;
  width: 92vw;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 42px;
  margin-bottom: 4rem;
  row-gap: 5rem;
}
body#index main #Choose-your-way ul li {
  --number-color: #F39939;
  --radius: 30px;
  width: 400px;
  background-color: #fff;
  border-radius: var(--radius);
  padding-bottom: 2rem;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.1));
}
body#index main #Choose-your-way ul li:nth-child(2) {
  --number-color: #A9BED0;
}
body#index main #Choose-your-way ul li:nth-child(3) {
  --number-color: #E7567A;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li {
    --radius: 6.9vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li {
    width: 100%;
  }
}
body#index main #Choose-your-way ul li .number {
  --radius: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 310px;
  height: 157px;
  background-color: var(--number-color);
  border-radius: var(--radius) var(--radius) 0.6rem 0.6rem;
  margin-inline: auto;
  margin-top: -3rem;
  margin-bottom: -1rem;
  padding-block: 0.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li .number {
    --radius: 9.2vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li .number {
    width: 71.5vw;
    height: 36vw;
  }
}
body#index main #Choose-your-way ul li .number > span {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
body#index main #Choose-your-way ul li .number > span:nth-child(1) {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li .number > span:nth-child(1) {
    font-size: 3.2vw;
  }
}
body#index main #Choose-your-way ul li .number > span:nth-child(2) {
  font-size: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li .number > span:nth-child(2) {
    font-size: 6.4vw;
  }
}
body#index main #Choose-your-way ul li img {
  display: block;
  margin-inline: auto;
  width: 373px;
  aspect-ratio: 373/260;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li img {
    width: 85.6vw;
  }
}
body#index main #Choose-your-way ul li h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: var(--number-color);
  margin: 1rem auto;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li h3 {
    font-size: 6.4vw;
  }
}
body#index main #Choose-your-way ul li p {
  width: 340px;
  margin-inline: auto;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li p {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul li p {
    width: 78.4vw;
  }
}
body#index main #Choose-your-way ul + p {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #Choose-your-way ul + p {
    font-size: 6.4vw;
  }
}
body#index main #Choose-your-way ul + p b {
  color: #F39939;
}
body#index main #Problem {
  --cut-height: 85px;
  max-width: 1440px;
  margin-inline: auto;
  padding: 2rem 0 100px;
  background-color: #F4F4DB;
  clip-path: polygon(100% 0, 100% calc(100% - var(--cut-height)), 50% 100%, 0 calc(100% - var(--cut-height)), 0 0);
}
@media screen and (max-width: 599px) {
  body#index main #Problem {
    --cut-height: 6.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Problem {
    padding: 4rem 0 2rem;
  }
}
body#index main #Problem h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
body#index main #Problem h2 > span:nth-child(1) {
  font-size: 80px;
  text-align: center;
  font-family: "Oooh Baby", cursive;
  color: #EAEAEA;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  body#index main #Problem h2 > span:nth-child(1) {
    display: none;
  }
}
body#index main #Problem h2 > span:nth-child(2) {
  color: #939BA2;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index main #Problem h2 > span:nth-child(2) {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Problem h2 > span:nth-child(2) {
    width: 82.7vw;
  }
}
body#index main #Problem h2 > span:nth-child(2):after {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 69.73/76.44;
  background-image: url("../images/common/effect_worries.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -0.5rem;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 835px) and (min-width: 600px) {
  body#index main #Problem h2 > span:nth-child(2):after {
    left: auto;
    right: 0;
    bottom: 1.2em;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Problem h2 > span:nth-child(2):after {
    width: 13.3vw;
    inset: 0 0 auto auto;
  }
}
body#index main #Problem ul {
  max-width: 700px;
  height: 8em;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1em;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body#index main #Problem ul {
    font-size: 4vw;
  }
}
@media screen and (max-width: 710px) {
  body#index main #Problem ul {
    max-width: max-content;
    height: auto;
  }
}
body#index main #Problem ul li {
  width: 50%;
  font-weight: bold;
  padding-left: 1.75em;
  position: relative;
}
@media screen and (max-width: 710px) {
  body#index main #Problem ul li {
    width: 100%;
  }
}
body#index main #Problem ul li:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("../images/common/icon_circle-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -0.1em;
  left: 0;
}
body#index main #Points {
  padding-block: var(--section-padding-small);
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  background-image: url("../images/index/Points_back.svg");
  background-repeat: no-repeat;
  background-size: auto 1440px;
  background-position: bottom center;
}
@media screen and (max-width: 599px) {
  body#index main #Points {
    background-image: url("../images/index/Points_back_sp.svg");
    background-size: contain;
    background-position: bottom 25% center;
  }
}
body#index main #Points h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  height: 197px;
  border-radius: 20px;
  margin-inline: auto;
  background-image: url("../images/index/Points_headline_back.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 125px;
}
@media screen and (max-width: 599px) {
  body#index main #Points h2 {
    height: auto;
    aspect-ratio: 375/111;
    border-radius: 0;
    background-image: url("../images/index/Points_headline_back_sp.webp");
    margin-bottom: 26.7vw;
  }
}
body#index main #Points h2:before, body#index main #Points h2:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
body#index main #Points h2:before {
  width: 304px;
  aspect-ratio: 304/245;
  background-image: url("../images/index/Points_headline_character01.svg");
  top: -0.2rem;
  right: calc(100% - 4rem);
}
@media screen and (max-width: 599px) {
  body#index main #Points h2:before {
    width: 29.3vw;
    top: 100%;
    left: 5rem;
    right: auto;
  }
}
body#index main #Points h2:after {
  width: 261px;
  aspect-ratio: 261/330;
  background-image: url("../images/index/Points_headline_character02.svg");
  top: 50%;
  translate: 0 -50%;
  left: calc(100% - 1rem);
  margin: auto 0;
}
@media screen and (max-width: 599px) {
  body#index main #Points h2:after {
    width: 25.3vw;
    top: calc(100% - 2rem);
    left: auto;
    right: 2rem;
    translate: 0 0;
  }
}
body#index main #Points h2 > span {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #Points h2 > span {
    font-size: 4.8vw;
  }
}
body#index main #Points h2 > span b {
  font-size: 64px;
  color: #F39939;
}
@media screen and (max-width: 599px) {
  body#index main #Points h2 > span b {
    font-size: 9.6vw;
  }
}
body#index main #Points > ul {
  max-width: 993px;
  width: 92vw;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 77px;
  row-gap: 4rem;
}
@media screen and (max-width: 1079px) {
  body#index main #Points > ul {
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul {
    row-gap: 3rem;
  }
}
body#index main #Points > ul li {
  width: 458px;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li {
    width: 100%;
  }
}
body#index main #Points > ul li .number {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 96px;
  aspect-ratio: 1/1;
  background-color: #F39939;
  border-radius: 100%;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li .number {
    width: 16.4vw;
    top: calc(0px - 4vw);
    left: calc(0px - 4vw);
  }
}
body#index main #Points > ul li .number > span {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
body#index main #Points > ul li .number > span:nth-child(1) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li .number > span:nth-child(1) {
    font-size: 2.7vw;
  }
}
body#index main #Points > ul li .number > span:nth-child(2) {
  font-size: 46px;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li .number > span:nth-child(2) {
    font-size: 8vw;
  }
}
body#index main #Points > ul li img {
  width: 100%;
  aspect-ratio: 458/274;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li img {
    border-radius: 3.4vw;
  }
}
body#index main #Points > ul li h3 {
  max-width: max-content;
  margin-inline: auto;
  margin-block: 1rem;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #E7567A;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li h3 {
    font-size: 5.3vw;
  }
}
body#index main #Points > ul li p {
  max-width: 340px;
  margin-inline: auto;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li p {
    max-width: 74.7vw;
  }
}
body#index main #Points > ul li:not(:has(> img)) {
  padding-top: 4rem;
}
@media screen and (max-width: 599px) {
  body#index main #Points > ul li:not(:has(> img)) {
    padding-top: 2rem;
  }
}
body#index main #Customer-Voices {
  --mask-image: url("../images/index/Customer-Voices_mask.webp");
  --mask-height: 100px;
  max-width: 1440px;
  margin-inline: auto;
  padding-block: var(--section-padding);
  background-image: url("../images/common/back_squares.svg");
  mask-image: var(--mask-image), linear-gradient(to bottom, #000, #000);
  mask-size: 100% var(--mask-height), 100% calc(100% - var(--mask-height));
  mask-position: center top, center var(--mask-height);
  mask-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  body#index main #Customer-Voices {
    --mask-image: url("../images/index/Customer-Voices_mask_sp.webp");
    --mask-height: 6rem;
  }
}
body#index main #Customer-Voices h2.headline01 span:nth-child(2) {
  color: #fff;
}
body#index main #Customer-Voices ul {
  max-width: 1080px;
  width: 92vw;
  margin-inline: auto;
}
body#index main #Customer-Voices ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 1rem;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
body#index main #Customer-Voices ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  body#index main #Customer-Voices ul li {
    flex-direction: column;
    border-radius: 5.3vw;
    padding: 6.4vw;
    row-gap: 2rem;
  }
}
body#index main #Customer-Voices ul li > img {
  display: block;
  width: 196px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  body#index main #Customer-Voices ul li > img {
    width: 33.6vw;
    margin-inline: auto;
  }
}
body#index main #Customer-Voices ul li .message-area {
  width: calc(100% - (196px + 1rem));
}
@media screen and (max-width: 599px) {
  body#index main #Customer-Voices ul li .message-area {
    width: 100%;
  }
}
body#index main #Customer-Voices ul li .message-area p {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  body#index main #Customer-Voices ul li .message-area p {
    font-size: 4.3vw;
  }
}
body#index main #Customer-Voices ul li .message-area p.ages {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  body#index main #Customer-Voices ul li .message-area p.ages {
    margin-bottom: 0.2rem;
  }
}
body#index main #difference {
  padding-block: var(--section-padding-small);
}
body#index main #difference h2 {
  text-align: center;
  font-size: 40px;
  color: #E7567A;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #difference h2 {
    font-size: 7.5vw;
  }
}
body#index main #difference .table-scrolled {
  max-width: 1080px;
  width: 92vw;
  margin-inline: auto;
}
@media screen and (max-width: 1054px) {
  body#index main #difference .table-scrolled {
    overflow-x: scroll;
    --scrollbar-height: 1.8rem;
    padding-bottom: 3rem;
  }
  body#index main #difference .table-scrolled::-webkit-scrollbar {
    height: var(--scrollbar-height);
    background-color: #F7A322;
    border: solid calc(var(--scrollbar-height) / 2 - 0.2rem) #fff;
    border-radius: 1000px;
  }
  body#index main #difference .table-scrolled::-webkit-scrollbar-thumb {
    border: solid calc(var(--scrollbar-height) / 3 - 0.2rem) #fff;
    background-color: #F7A322;
    border-radius: 1000px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  body#index main #difference .table-scrolled::-webkit-scrollbar-thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1054px) {
  body#index main #difference .table-scrolled table {
    width: 1000px;
  }
}
body#index main #difference .table-scrolled table tr th,
body#index main #difference .table-scrolled table tr td {
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
body#index main #difference .table-scrolled table thead tr th {
  border: solid 1px #F39800;
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  body#index main #difference .table-scrolled table thead tr th {
    font-size: 5.3vw;
  }
}
body#index main #difference .table-scrolled table thead tr th:nth-child(1) {
  width: 200px;
  height: 99px;
  border: none;
}
@media screen and (max-width: 599px) {
  body#index main #difference .table-scrolled table thead tr th:nth-child(1) {
    width: 37.3vw;
  }
}
body#index main #difference .table-scrolled table thead tr th:nth-child(n+2) {
  width: 27%;
  background-color: #DBE3E5;
}
@media screen and (max-width: 599px) {
  body#index main #difference .table-scrolled table thead tr th:nth-child(n+2) {
    width: 80vw;
  }
}
body#index main #difference .table-scrolled table thead tr th:nth-child(2) {
  color: #fff;
  background-color: #F39800;
  position: relative;
}
body#index main #difference .table-scrolled table thead tr th:nth-child(2):before {
  content: "";
  display: block;
  pointer-events: none;
  border: solid 1px #fff;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  position: absolute;
  inset: 0;
  margin: auto;
}
body#index main #difference .table-scrolled table tbody tr {
  --th-back: #fff;
}
body#index main #difference .table-scrolled table tbody tr:nth-child(even) {
  --th-back: #FFF1E1;
}
@media screen and (max-width: 1054px) {
  body#index main #difference .table-scrolled table tbody tr {
    position: relative;
  }
  body#index main #difference .table-scrolled table tbody tr th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
body#index main #difference .table-scrolled table tbody tr th,
body#index main #difference .table-scrolled table tbody tr td {
  height: 122px;
  border: solid 1px #988B70;
}
body#index main #difference .table-scrolled table tbody tr th {
  background-color: var(--th-back);
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #difference .table-scrolled table tbody tr th {
    font-size: 4.3vw;
  }
}
body#index main #difference .table-scrolled table tbody tr td {
  font-size: 22px;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  body#index main #difference .table-scrolled table tbody tr td {
    font-size: 4.3vw;
  }
}
body#index main #difference .table-scrolled table tbody tr td strong {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
body#index main #difference .table-scrolled table tbody tr td:nth-child(2) {
  background-color: #E7567A;
  border-left: solid 3px #FF0000;
  border-right: solid 3px #FF0000;
  color: #fff;
}
body#index main #difference .table-scrolled table tbody tr td:nth-child(2) b,
body#index main #difference .table-scrolled table tbody tr td:nth-child(2) strong {
  font-weight: bold;
  color: #FAFF00;
}
body#index main #difference .table-scrolled table tbody tr:first-child td:nth-child(2) {
  border-top: solid 3px #FF0000;
}
body#index main #difference .table-scrolled table tbody tr:last-child td:nth-child(2) {
  border-bottom: solid 3px #FF0000;
}
body#index main #Price {
  padding-block: var(--section-padding-small);
}
body#index main #Price .cta {
  margin-bottom: 6rem;
}
body#index main #Price ul.plan-list {
  max-width: 1120px;
  width: 92vw;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 32px;
  row-gap: 4rem;
}
body#index main #Price ul.plan-list li {
  width: 352px;
  background-color: #FDF2E5;
  padding: 2rem 1rem 2rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index main #Price ul.plan-list li {
    width: 100%;
    padding: 2rem 1rem 1.5rem;
  }
}
body#index main #Price ul.plan-list li .balloon {
  background-color: #E7567A;
  width: 334px;
  padding: 0.25rem 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
  translate: 0 -50%;
}
@media screen and (max-width: 599px) {
  body#index main #Price ul.plan-list li .balloon {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Price ul.plan-list li .balloon {
    width: 82.7vw;
  }
}
body#index main #Price ul.plan-list li .balloon:after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background-color: #E7567A;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index main #Price ul.plan-list li .balloon:after {
    width: 4.5vw;
    height: 2.9vw;
  }
}
body#index main #Price ul.plan-list li h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 599px) {
  body#index main #Price ul.plan-list li h3 {
    font-size: 5.9vw;
  }
}
body#index main #Price ul.plan-list li h3 b {
  color: #F39939;
  font-size: 2em;
  line-height: 1;
}
body#index main #Price ul.plan-list li .price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  font-weight: bold;
  row-gap: 0.3rem;
  margin-bottom: 0.8rem;
}
body#index main #Price ul.plan-list li .price > span {
  width: max-content;
}
body#index main #Price ul.plan-list li .price > span:nth-child(1) {
  font-size: 24px;
  background-image: linear-gradient(to top, #FAFF00 10%, transparent 11%);
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  body#index main #Price ul.plan-list li .price > span:nth-child(1) {
    font-size: 5.9vw;
  }
}
body#index main #Price ul.plan-list li .price > span:nth-child(1) b {
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
}
body#index main #Price ul.plan-list li .price > span:nth-child(2) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #Price ul.plan-list li .price > span:nth-child(2) {
    font-size: 4.3vw;
  }
}
body#index main #Price ul.plan-list li .price > span:nth-child(2) b {
  font-size: 1.1em;
}
body#index main #Price ul.plan-list li .uses,
body#index main #Price ul.plan-list li .annotation {
  text-align: center;
  font-weight: bold;
}
body#index main #Price ul.plan-list li .annotation {
  margin-top: 0.8rem;
}
body#index main #Price dl {
  max-width: 1090px;
  width: 92vw;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 1079px) {
  body#index main #Price dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Price dl {
    margin-top: 3rem;
  }
}
body#index main #Price dl div {
  --dt-width: 160px;
  --stamp-width: 100px;
  width: 50%;
  min-height: calc(var(--stamp-width) + 0.4rem);
  border: solid 1px #988B70;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body#index main #Price dl div {
    --stamp-width: 16.5vw;
    --dt-width: 26.7vw;
  }
}
@media screen and (min-width: 1080px) {
  body#index main #Price dl div:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 1079px) {
  body#index main #Price dl div {
    width: 100%;
  }
  body#index main #Price dl div:not(:last-child) {
    border-bottom: none;
  }
}
body#index main #Price dl div dt,
body#index main #Price dl div dd {
  padding: 0.2rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body#index main #Price dl div dt {
  width: var(--dt-width);
  border-right: solid 1px #988B70;
  background-color: #FFF1E1;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  body#index main #Price dl div dt {
    font-size: 4vw;
  }
}
body#index main #Price dl div dd {
  width: calc(100% - var(--dt-width));
  position: relative;
  padding-right: calc(var(--stamp-width) + 0.4rem);
}
body#index main #Price dl div dd .price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
body#index main #Price dl div dd .price > span {
  width: max-content;
}
body#index main #Price dl div dd .price > span:nth-child(1) {
  font-size: 23px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  body#index main #Price dl div dd .price > span:nth-child(1) {
    font-size: 3.7vw;
  }
}
body#index main #Price dl div dd .price > span:nth-child(1) b {
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
}
body#index main #Price dl div dd .price > span:nth-child(2) {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  body#index main #Price dl div dd .price > span:nth-child(2) {
    font-size: 3.5vw;
  }
}
body#index main #Price dl div dd .price > span:nth-child(2) b {
  font-size: 1.1em;
}
body#index main #Price dl div dd .price > span:nth-child(2) small {
  font-size: 0.8em;
}
body#index main #Price dl div dd img {
  width: var(--stamp-width);
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0 0.25rem 0 auto;
  margin: auto 0;
}
body#index main #flow_and_guide {
  background-image: url("../images/common/back_squares_lightblue.svg");
  padding-block: var(--section-padding);
}
body#index main #flow_and_guide h2.headline02 span:nth-child(1) {
  color: #F39939;
}
body#index main #flow_and_guide h2.headline02 span:nth-child(2) {
  color: #6D6666;
}
body#index main #flow_and_guide ul {
  max-width: 1135px;
  width: 92vw;
  margin-inline: auto;
}
body#index main #flow_and_guide ul li:not(:last-child) {
  margin-bottom: 4rem;
  position: relative;
}
body#index main #flow_and_guide ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 86px;
  height: 30px;
  background-color: #F39939;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  inset: calc(100% + 1rem) 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  body#index main #flow_and_guide ul li:not(:last-child):after {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  body#index main #flow_and_guide ul li {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li {
    padding-top: 0.5rem;
  }
}
body#index main #flow_and_guide ul li > div {
  width: calc(100% - 55px);
  margin-left: auto;
  border: solid 4px #F39939;
  border-radius: 1000px 10px 10px 1000px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 880px) {
  body#index main #flow_and_guide ul li > div {
    width: 100%;
    flex-direction: column;
    border-radius: 20px;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div {
    border-radius: 4.9vw;
  }
}
body#index main #flow_and_guide ul li > div .step {
  width: 150px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #F39939;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -55px;
  translate: 0 -50%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  body#index main #flow_and_guide ul li > div .step {
    flex-direction: row;
    inset: auto 0 calc(100% - 1rem);
    margin: 0 auto;
    translate: 0 0;
  }
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .step {
    width: 21.3vw;
  }
}
body#index main #flow_and_guide ul li > div .step > span {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #fff;
}
body#index main #flow_and_guide ul li > div .step > span:nth-child(1) {
  font-size: 25.6px;
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .step > span:nth-child(1) {
    font-size: 4vw;
  }
}
body#index main #flow_and_guide ul li > div .step > span:nth-child(2) {
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .step > span:nth-child(2) {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 880px) {
  body#index main #flow_and_guide ul li > div .step > span {
    display: flex;
    align-items: flex-end;
    height: 35%;
  }
  body#index main #flow_and_guide ul li > div .step > span:nth-child(1) {
    margin-bottom: 0.2em;
  }
}
body#index main #flow_and_guide ul li > div .message-area {
  width: 643px;
}
@media screen and (max-width: 1180px) {
  body#index main #flow_and_guide ul li > div .message-area {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 880px) {
  body#index main #flow_and_guide ul li > div .message-area {
    width: 100%;
    margin-bottom: 2rem;
  }
}
body#index main #flow_and_guide ul li > div .message-area h3 {
  width: 100%;
  font-size: 36px;
  border-bottom: dotted 2px #D9B9B9;
  font-weight: bold;
  color: #F39939;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .message-area h3 {
    font-size: 6.4vw;
  }
}
body#index main #flow_and_guide ul li > div .message-area p {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .message-area p {
    font-size: 4.3vw;
  }
}
body#index main #flow_and_guide ul li > div .message-area p b {
  font-weight: bold;
}
body#index main #flow_and_guide ul li > div .image-area {
  --radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 230px;
  aspect-ratio: 1/1;
  border-radius: var(--radius);
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .image-area {
    --radius: 7.4vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .image-area {
    width: 100%;
    aspect-ratio: 297/212.52;
    background-color: #FFEBEB;
  }
}
body#index main #flow_and_guide ul li > div .image-area img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}
body#index main #flow_and_guide ul li > div .image-area img[src$=".svg"] {
  width: 212.52px;
  height: 212.52px;
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide ul li > div .image-area img[src$=".svg"] {
    width: 56.7vw;
    height: 56.7vw;
  }
}
body#index main #flow_and_guide ul li .cta-button {
  margin: 3rem auto;
}
body#index main #flow_and_guide #Flow {
  padding-bottom: var(--section-padding);
}
@media screen and (max-width: 599px) {
  body#index main #flow_and_guide #Reservation-guide h2.headline02 span:nth-child(1) {
    font-size: 13.3vw;
  }
}
body#index main #Access {
  padding-block: var(--section-padding-small);
}
body#index main #Access .information {
  max-width: 1032px;
  width: 92vw;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 32px;
  row-gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  body#index main #Access .information {
    row-gap: 1rem;
  }
}
body#index main #Access .information > div {
  width: 500px;
}
body#index main #Access .information > div dl {
  --dt-width: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  body#index main #Access .information > div dl {
    --dt-width: 40vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Access .information > div dl {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
}
body#index main #Access .information > div dl dt {
  background-color: #939BA2;
  border-radius: 10000px;
  width: var(--dt-width);
  padding: 0.2rem calc((var(--dt-width) - 4em) / 2);
  line-height: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (max-width: 599px) {
  body#index main #Access .information > div dl dt {
    font-size: 5.3vw;
  }
}
body#index main #Access .information > div dl dd {
  width: calc(100% - (var(--dt-width) + 1em));
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body#index main #Access .information > div dl dd {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Access .information > div dl dd {
    width: 100%;
    text-align: center;
  }
}
body#index main #Access .information > div img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  body#index main #Access .information > div img {
    border-radius: 2.7vw;
  }
}
body#index main #Access .map {
  --radius: 20px;
  max-width: 1080px;
  width: 92vw;
  aspect-ratio: 1080/550;
  border-radius: var(--radius);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  body#index main #Access .map {
    --radiius: 2.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #Access .map {
    aspect-ratio: 344/550;
  }
}
body#index main #Access .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
}
body#index main #Access .map:not(:has(iframe)) {
  background-color: #ccc;
  position: relative;
}
body#index main #Access .map:not(:has(iframe)):after {
  content: "MAP挿入位置";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */