@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=M+PLUS+1:wght@100..900&family=Oswald:wght@200..700&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: 80px;
  --fixed-bottom-area-height: 100px;
  --section-padding: 80px;
  font-size: 16px;
  font-family: "M PLUS 1", sans-serif;
  color: #333;
  --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: 18.7vw;
    --section-padding: 10.7vw;
    font-size: 4.3vw;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: var(--fixed-header-height);
  padding-bottom: var(--fixed-bottom-area-height);
}

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 {
  max-width: 1085px;
  width: 89.3vw;
  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;
  background-color: #fff;
}
body > header .fixed-header .inner {
  max-width: 1328px;
  width: 89.3vw;
  height: inherit;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body > header .fixed-header .inner .logo {
  display: block;
  width: 105px;
  aspect-ratio: 105/60;
}
body > header .fixed-header .inner .logo > h1 {
  display: contents;
}
body > header .fixed-header .inner .logo img {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  body > header .fixed-header .inner .logo {
    width: 26vw;
    height: 100%;
  }
  body > header .fixed-header .inner .logo img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 801px) {
  body > header .fixed-header .inner .navi-area {
    max-width: 1128px;
    width: 100%;
  }
  body > header .fixed-header .inner .navi-area nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body > header .fixed-header .inner .navi-area nav ul {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    row-gap: 0.75rem;
    column-gap: 3em;
    padding: 0 1rem;
  }
  body > header .fixed-header .inner .navi-area nav ul li a {
    padding-right: 2em;
    position: relative;
  }
  body > header .fixed-header .inner .navi-area nav ul li a:after {
    --width: 5px;
    content: "";
    display: block;
    width: var(--width);
    height: var(--width);
    aspect-ratio: 1/1;
    border: solid 1px #333;
    border-top: none;
    border-left: none;
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto 0;
    rotate: 45deg;
  }
  body > header .fixed-header .inner .navi-area nav > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 152px;
    height: 43px;
    background-color: #FF8300;
    border: solid 3px #FF8300;
    border-radius: 1000px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    transition: background-color 0.5s, color 0.5s;
  }
  body > header .fixed-header .inner .navi-area nav > a:hover {
    background-color: #fff;
    color: #FF8300;
  }
  body > header .fixed-header .inner .navi-area nav > a.in_menu {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  body > header .fixed-header .inner .navi-area {
    position: fixed;
    top: var(--fixed-header-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    transition: height 0.5s;
    background-color: rgba(255, 255, 255, 0.9);
  }
  body > header .fixed-header .inner .navi-area nav {
    width: 100%;
    padding-block: 2rem;
  }
  body > header .fixed-header .inner .navi-area nav ul li {
    width: 100%;
  }
  body > header .fixed-header .inner .navi-area nav ul li:first-child a {
    border-top: dotted 3px #D82A17;
  }
  body > header .fixed-header .inner .navi-area nav ul li a {
    display: block;
    width: 100%;
    padding: 1em 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-bottom: dotted 3px #D82A17;
    transition: background-color 0.5s;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  body > header .fixed-header .inner .navi-area nav ul li a {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 800px) {
  body > header .fixed-header .inner .navi-area nav ul li a:hover {
    background-color: rgba(222, 80, 101, 0.25);
  }
  body > header .fixed-header .inner .navi-area nav > a {
    display: block;
    padding: 0.5rem;
    width: 80vw;
    border-radius: 1000px;
    background-color: #FF8300;
    border: solid 2px #FF8300;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin: 1rem auto 0;
    transition: background-color 0.5s, color 0.5s;
  }
  body > header .fixed-header .inner .navi-area nav > a:hover {
    background-color: #fff;
    color: #FF8300;
  }
}
body > footer {
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}
body > footer .logo-area {
  width: 100%;
  padding-block: 4rem;
}
body > footer .logo-area .logo {
  display: block;
  width: 200px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  body > footer .logo-area .logo {
    width: 64vw;
  }
}
body > footer .logo-area .logo img {
  width: 100%;
}
body > footer .logo-area ul.terms-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2em 3em;
}
@media screen and (max-width: 599px) {
  body > footer .logo-area ul.terms-link {
    flex-direction: column;
  }
}
body > footer .logo-area ul.terms-link li {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body > footer .logo-area ul.terms-link li {
    font-size: 3.7vw;
  }
}
body > footer .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #DE5065;
}
@media screen and (max-width: 599px) {
  body > footer .copyright {
    height: 8vw;
  }
}
body > footer .copyright small {
  display: inline;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  body > footer .copyright small {
    font-size: 3.2vw;
  }
}

label[for=accordion] {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  width: var(--fixed-header-height);
  aspect-ratio: 1/1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  label[for=accordion] {
    display: flex;
  }
}
label[for=accordion] > span:nth-child(1) {
  --height-half: 10px;
  width: 60%;
  height: calc(var(--height-half) * 2);
  position: relative;
}
@media screen and (max-width: 599px) {
  label[for=accordion] > span:nth-child(1) {
    --height-half: 2.7vw;
  }
}
label[for=accordion] > span:nth-child(1) > span {
  width: 100%;
  height: 3px;
  background-color: #D82A17;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform 0.5s;
}
label[for=accordion] > span:nth-child(1) > span:nth-child(1) {
  transform: translateY(calc(0px - var(--height-half)));
}
label[for=accordion] > span:nth-child(1) > span:nth-child(3) {
  transform: translateY(var(--height-half));
}
label[for=accordion] > span:nth-child(2) {
  text-align: center;
  color: #D82A17;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  label[for=accordion] > span:nth-child(2) {
    font-size: 3.7vw;
  }
}

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

.headline01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
  margin-bottom: 3rem;
}
.headline01 > span {
  color: #DE5065;
  text-align: center;
}
.headline01 > span:nth-child(1) {
  font-size: 48px;
  font-weight: bold;
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (max-width: 599px) {
  .headline01 > span:nth-child(1) {
    font-size: 7.5vw;
  }
}
.headline01 > span:nth-child(2) {
  font-size: 24px;
  font-family: "Oswald", "M PLUS 1", sans-serif;
}
@media screen and (max-width: 599px) {
  .headline01 > span:nth-child(2) {
    font-size: 3.7vw;
  }
}

.link-button01 {
  --back-color: #FF8300;
  --arrow-image: url("../images/common/link-button_arrow-right.svg");
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  min-height: 76px;
  padding: 0.5rem;
  border-radius: 1000px;
  background-color: var(--back-color);
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: filter 0.5s;
}
.link-button01.line {
  --back-color: #00C764;
  --arrow-image: url("../images/common/link-button_line_arrow-right.svg");
}
@media screen and (max-width: 599px) {
  .link-button01 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  .link-button01 {
    min-height: 0;
    height: 3rem;
  }
}
.link-button01:after {
  content: "";
  display: block;
  font-size: 44px;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0 0.75em 0 auto;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .link-button01:after {
    font-size: 5.3vw;
  }
}
.link-button01:hover {
  filter: brightness(1.2);
}
.link-button01:hover:after {
  translate: 0.25em 0;
}

.reservation-button {
  --sub-text-height: 47px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  width: 89.3vw;
  aspect-ratio: 900/140;
  margin-inline: auto;
  background-image: url("../images/common/reservation-button_back.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  border-radius: 1000px;
  position: relative;
  transition: filter 0.5s;
}
@media screen and (max-width: 599px) {
  .reservation-button {
    aspect-ratio: auto;
    padding: 0.75em 0.5em;
    background-size: 100% auto;
  }
}
.reservation-button .sub-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.5rem;
  background-color: #fff;
  border: solid 1px #FF8300;
  border-radius: 1000px;
  font-size: 16px;
  font-weight: bold;
  min-width: 390px;
  width: max-content;
  height: var(--sub-text-height);
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
  translate: 0 -50%;
}
@media screen and (max-width: 599px) {
  .reservation-button .sub-text {
    font-size: 2.7vw;
  }
}
.reservation-button .sub-text b {
  font-size: 1.8em;
}
@media screen and (max-width: 599px) {
  .reservation-button .sub-text {
    min-width: 0;
    height: auto;
    padding: 0.25em 1em;
  }
  .reservation-button .sub-text b {
    font-size: 1.3em;
  }
}
.reservation-button .main-text {
  text-align: center;
  color: #fff;
  font-size: 37.7px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .reservation-button .main-text {
    font-size: 4.8vw;
  }
}
.reservation-button:after {
  content: "";
  display: block;
  width: 88px;
  aspect-ratio: 1/1;
  background-image: url("../images/common/reservation-button_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  inset: 0 2rem 0 auto;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 820px) {
  .reservation-button:after {
    width: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .reservation-button:after {
    width: 1.5rem;
    right: 0.5rem;
  }
}
.reservation-button:hover {
  filter: brightness(1.2);
}
.reservation-button:hover:after {
  translate: 0.75rem 0;
}
@media screen and (max-width: 599px) {
  .reservation-button:hover:after {
    translate: 0.3rem 0;
  }
}

.fixed-bottom-area {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: var(--fixed-bottom-area-height);
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fixed-bottom-area ul {
  max-width: 866px;
  width: 89.3vw;
  height: calc(var(--fixed-bottom-area-height) - 1.5rem);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fixed-bottom-area ul li {
  width: 420px;
  height: inherit;
}
@media screen and (max-width: 599px) {
  .fixed-bottom-area ul li {
    width: 89.3vw;
  }
}
.fixed-bottom-area ul li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, #DE5065, #D82A17);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000px;
  position: relative;
  transition: filter 0.5s;
  margin-top: 0.5rem;
}
.fixed-bottom-area ul li a:after {
  content: "";
  display: block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/reservation-button_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  inset: 0 1em 0 auto;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .fixed-bottom-area ul li a:after {
    font-size: 4.8vw;
  }
}
.fixed-bottom-area ul li a span:nth-of-type(1) {
  max-width: max-content;
  width: 100%;
  border: solid 2px #DE5065;
  border-radius: 1000px;
  padding: 0.2em 1em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  translate: 0 -50%;
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .fixed-bottom-area ul li a span:nth-of-type(1) {
    font-size: 3.7vw;
  }
}
.fixed-bottom-area ul li a span:nth-of-type(1) b {
  font-size: 1.25em;
  line-height: 1;
}
.fixed-bottom-area ul li a span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .fixed-bottom-area ul li a span:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
.fixed-bottom-area ul li a:hover {
  filter: brightness(1.2);
}
.fixed-bottom-area ul li a:hover:after {
  translate: 0.5em 0;
}

.custombox-overlay {
  z-index: 20000;
}

.custombox-content {
  z-index: 20001;
}

#splash-banner {
  position: relative;
}
#splash-banner .close {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border: solid 1px #707070;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #splash-banner .close {
    width: 8vw;
  }
}
#splash-banner .close:before, #splash-banner .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  border-top: solid 1px #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#splash-banner .close:before {
  rotate: -45deg;
}
#splash-banner .close:after {
  rotate: 45deg;
}
#splash-banner picture {
  display: contents;
}
#splash-banner img {
  max-width: 500px;
  width: 89.3vw;
}
#splash-banner a:has(> picture),
#splash-banner a:has(> img) {
  display: contents;
}

body#index > header {
  --mv-center-message-width: 534px;
}
@media screen and (max-width: 599px) {
  body#index > header {
    --mv-center-message-width: 80vw;
  }
}
body#index > header br.bp02 {
  display: none;
}
@media screen and (max-width: 800px) {
  body#index > header br.bp02 {
    display: inline;
  }
}
body#index > header .main-visual {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  height: 820px;
  position: relative;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1215px) {
  body#index > header .main-visual {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  body#index > header .main-visual {
    height: 900px;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual {
    height: 150vw;
  }
}
body#index > header .main-visual > picture {
  display: contents;
}
body#index > header .main-visual > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  body#index > header .main-visual > picture img {
    object-position: center;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual > picture img {
    object-position: center;
  }
}
body#index > header .main-visual .top-message {
  max-width: 986px;
  width: 89.3vw;
  min-height: 105px;
  border-radius: 1000px;
  margin: 0 auto;
  background-color: #DE5065;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
  translate: 0 -50%;
}
@media screen and (max-width: 1215px) {
  body#index > header .main-visual .top-message {
    position: static;
    translate: 0 0;
    margin-bottom: 1rem;
    min-height: 0;
    padding-block: 0.4rem;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .top-message {
    inset: 0;
    margin: auto;
  }
}
body#index > header .main-visual .top-message p {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 800px) {
  body#index > header .main-visual .top-message p {
    font-size: 3.2vw;
  }
}
body#index > header .main-visual .top-message p strong {
  color: #DE5065;
  font-size: 1.2em;
  color: #FFFF00;
}
body#index > header .main-visual .center-message {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: var(--mv-center-message-width);
  aspect-ratio: 1/1;
  border: solid 6px #FF8300;
  border-radius: 100%;
  background-color: #fff;
  margin-bottom: 7rem;
}
@media screen and (max-width: 800px) {
  body#index > header .main-visual .center-message {
    position: absolute;
    inset: auto 0 0;
    z-index: 10;
    margin: 0 auto;
    translate: 0 50%;
  }
}
body#index > header .main-visual .center-message p {
  text-align: center;
  font-weight: 800;
}
body#index > header .main-visual .center-message p:nth-child(1) {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(1) {
    font-size: 4.8vw;
  }
}
body#index > header .main-visual .center-message p:nth-child(1) b {
  font-size: 27px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(1) b {
    font-size: 5.3vw;
  }
}
body#index > header .main-visual .center-message p:nth-child(2) {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(2) {
    font-size: 3.7vw;
  }
}
body#index > header .main-visual .center-message p:nth-child(2):before {
  content: "＼";
}
body#index > header .main-visual .center-message p:nth-child(2):after {
  content: "／";
}
body#index > header .main-visual .center-message p:nth-child(3) {
  font-size: 26px;
  margin-bottom: 0.5rem;
  color: #DE5065;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(3) {
    font-size: 4.3vw;
  }
}
body#index > header .main-visual .center-message p:nth-child(3) b {
  font-size: 29px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(3) b {
    font-size: 4.8vw;
  }
}
body#index > header .main-visual .center-message p:nth-child(3) strong {
  font-size: 82px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(3) strong {
    font-size: 10.7vw;
  }
}
body#index > header .main-visual .center-message p:nth-child(4) {
  display: block;
  font-size: 31px;
  padding: 0.7em 2.5em;
  line-height: 1;
  background-color: #D82A17;
  color: #fff;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(4) {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(4) {
    padding: 0.2em 1.5em;
  }
}
body#index > header .main-visual .center-message p:nth-child(5) {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(5) {
    font-size: 4.8vw;
  }
}
body#index > header .main-visual .center-message p:nth-child(5) strong {
  font-size: 80px;
  line-height: 1;
  color: #FF8300;
  margin-left: 0.5rem;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .center-message p:nth-child(5) strong {
    font-size: 10.7vw;
  }
}
body#index > header .bottom-message {
  --top-padding: 6rem;
  max-width: 1440px;
  width: 100%;
  min-height: 306px;
  height: auto;
  margin-inline: auto;
  margin-top: calc(0px - var(--top-padding));
  padding-top: var(--top-padding);
  background-image: url("../images/common/back_block.webp");
  background-size: 70%;
  background-position: top center;
  mask-image: url("../images/index/main-visual_wave.webp"), linear-gradient(to bottom, #000);
  mask-size: 100% 50%, 100% calc(50% + 1px);
  mask-repeat: no-repeat;
  mask-position: top center, 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1rem;
}
@media screen and (max-width: 800px) {
  body#index > header .bottom-message {
    --top-padding: 8rem;
  }
}
@media screen and (max-width: 800px) {
  body#index > header .bottom-message {
    padding-top: calc(var(--top-padding) + (var(--mv-center-message-width)) / 2);
  }
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message {
    margin-top: 0;
    padding-top: calc(var(--mv-center-message-width) / 2 + 1rem);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    mask-size: contain, 100% calc(90% + 1px);
    mask-image: none;
  }
}
body#index > header .bottom-message > p {
  font-weight: bold;
  text-shadow: 3px 3px 0 #fff;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > p {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > p {
    width: 89.3vw;
    text-align: center;
  }
}
body#index > header .bottom-message > p b {
  font-size: 34px;
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > p b {
    font-size: 4.3vw;
  }
}
body#index > header .bottom-message > p strong {
  font-size: 40px;
  background-image: linear-gradient(to top, #FFFF00 30%, transparent 31%);
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > p strong {
    font-size: 5.3vw;
  }
}
body#index > header .bottom-message > div {
  width: 458px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > div {
    width: 89.3vw;
  }
}
body#index > header .bottom-message > div p {
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > div p {
    font-size: 4.3vw;
  }
}
body#index > header .bottom-message > div a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 136px;
  background-color: #FF8300;
  border-radius: 1000px;
  color: #fff;
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > div a {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  body#index > header .bottom-message > div a {
    height: auto;
    padding: 0.25rem;
  }
}
body#index main {
  /*
  #campaign {
    padding-block: var(--section-padding);
    @include parts.backBlock;
    max-width: var.$gridWidthMax;
    width: 100%;
    margin-inline: auto;

    h2 {
      max-width: var.$gridWidthMiddle;
      width: var.$spGridWidthMiddle;
      margin-inline: auto;
      min-height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 1px var.$black;
      border-radius: 1000px;
      background-color: #fff;
      color: var.$logoRed;
      font-size: 54px;
      text-align: center;
      font-weight: bold;
      box-shadow: 6px 6px 0 #fff;
      padding: 0.2rem 1em;

      br {
        display: none;
      }

      @media screen and (max-width: 1100px) {
        br {
          display: inline;
        }

        &>span>span {
          display: none;
        }
      }

      @media screen and (max-width: 730px) {
        font-size: 40px;
      }

      @include var.sp {
        @include var.fontSize(0, 24);
      }
    }

    h2+p {
      max-width: 1280px;
      width: var.$spGridWidthMiddle;
      margin-inline: auto;
      text-align: center;
      font-weight: 800;
      @include var.fontSize(65, 40);
      color: var.$logoRed;
      text-shadow: 3.74px 3.74px 0 #fff;
      position: relative;
      z-index: 10;
      margin-top: 2rem;

      strong {
        font-size: 1.7em;
        line-height: 1;
      }

      img {
        display: block;
        width: 535px;
        height: 120px;
        // aspect-ratio: 535/120;
        object-fit: contain;
        object-position: top center;
        position: absolute;
        top: -1rem;
        right: 0;

        @media screen and (max-width: 1200px) {
          width: 50vw;
        }
      }
    }

    h2+p+p {
      display: block;

      text-align: center;
      color: #ffff00;
      @include var.fontSize(32, 20);
      font-weight: bold;
      // text-shadow: 4px 4px 0 #fff;
      -webkit-text-stroke: 0.3em var.$logoRed;
      paint-order: stroke;

      b {
        font-size: 1.8em;
      }
    }

    ul {
      $breakPoint: 969px;
      --color: #D82A17;

      --radius: 0.75rem;

      max-width: var.$gridWidthSmall;
      width: var.$spGridWidthMiddle;
      margin-inline: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      column-gap: 20px;
      row-gap: 1.5rem;

      li {
        width: 423px;
        position: relative;

        h3 {
          border-radius: var(--radius) var(--radius) 0 0;
          background-color: var(--color);
          width: 100%;
          height: 44px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          color: #fff;
          text-align: center;
          @include var.fontSize(26, 20);
          font-weight: bold;

          @include var.sp {
            height: auto;
            padding: 0.25em;
          }

          // margin: calc(0px - var(--border-width)) calc(0px - var(--border-width)) 0;
        }

        &>div {
          --height: 156px;

          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          row-gap: 0.5rem;
          width: 100%;
          min-height: var(--height);
          border: solid 2px var(--color);
          background-color: #fff;
          border-radius: 0 0 var(--radius) var(--radius);
          position: relative;

          @include var.sp {
            height: auto;
            padding: 1rem;
          }

          em {
            font-style: normal;
            font-family: var.$fontOswald;
          }

          @media screen and (min-width: ($breakPoint + 1px)) {
            &:has(+p.annotation) {
              margin-bottom: 1.5rem;
            }
          }

          p {
            text-align: center;
            font-weight: bold;
            font-family: var.$fontOswald;

            &:nth-of-type(1) {
              @include var.fontSize(26, 20);
              line-height: 1.2;

              small {
                @include var.fontSize(16, 14);
              }
            }

            &:last-child {
              @include var.fontSize(32, 26);

              b {
                color: var(--color);
              }

              strong {
                color: var(--color);
                font-size: 1.3em;
                line-height: 1;
              }
            }
          }

          .arrow {
            display: block;
            width: 4rem;
            height: 1rem;
            margin: 0 auto;
            background-color: var(--color);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
          }
        }

        p.annotation {
          max-width: var.$gridWidthSmall;
          width: var.$spGridWidthMiddle;
          text-align: center;
          @include var.fontSize(14, 12);
          position: absolute;
          bottom: 0;
          right: 0;

          @media screen and (max-width: $breakPoint) {
            max-width: auto;
            width: 100%;
            text-align: left;
            position: static;
          }
        }

        &:nth-child(3) {
          &>div {
            p:nth-child(3) {
              @include var.fontSize(20, 14);
            }
          }
        }

        &:nth-child(6) {
          &>div {
            p:nth-child(2) {
              @include var.fontSize(20, 14);
            }
          }
        }
      }
    }

    .annotation {
      margin-top: 1rem;
      max-width: var.$gridWidthSmall;
      width: var.$spGridWidthMiddle;
      margin-inline: auto;
      @include var.fontSize(14, 12);
    }
  }
  */
}
body#index main .campaign {
  display: grid;
  gap: 3rem;
  padding-block: var(--section-padding);
  background-image: url("../images/common/back_block.webp");
  background-size: 70%;
  background-position: top center;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}
body#index main .campaign .campaign_image {
  text-align: center;
}
body#index main .campaign .campaign_image a {
  display: inline-block;
}
body#index main .campaign picture {
  display: contents;
}
body#index main .campaign picture img {
  display: block;
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
}
body#index main .campaign .annotation {
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  body#index main .campaign .annotation {
    font-size: 3.7vw;
  }
}
body#index main #point {
  padding-block: var(--section-padding) calc(var(--section-padding) + 140px);
  background-image: url("../images/index/point_back-ribbon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 5rem center;
}
@media screen and (max-width: 599px) {
  body#index main #point {
    padding-bottom: calc(var(--section-padding) + 3rem);
    background-position: bottom 2rem center;
  }
}
body#index main #point > h2 {
  --padding: 33px;
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  min-height: 403px;
  border-radius: 2rem;
  padding: var(--padding);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: var(--section-padding);
  background-color: #FFE3E7;
}
@media screen and (max-width: 599px) {
  body#index main #point > h2 {
    --padding: 1rem;
    border-radius: 1rem;
    padding: 3rem 1rem;
    min-height: 66.7vw;
  }
}
body#index main #point > h2:before, body#index main #point > h2:after, body#index main #point > h2 > i:before, body#index main #point > h2 > i:after {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url("../images/common/decoration_corner01.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 599px) {
  body#index main #point > h2:before, body#index main #point > h2:after, body#index main #point > h2 > i:before, body#index main #point > h2 > i:after {
    width: 13.3vw;
  }
}
body#index main #point > h2:before, body#index main #point > h2:after {
  top: var(--padding);
}
body#index main #point > h2:before {
  left: var(--padding);
}
body#index main #point > h2:after {
  right: var(--padding);
  rotate: 90deg;
}
body#index main #point > h2 > i {
  display: contents;
}
body#index main #point > h2 > i:before, body#index main #point > h2 > i:after {
  bottom: var(--padding);
}
body#index main #point > h2 > i:before {
  left: var(--padding);
  rotate: 270deg;
}
body#index main #point > h2 > i:after {
  right: var(--padding);
  rotate: 180deg;
}
body#index main #point > h2 span {
  text-align: center;
  position: static;
}
body#index main #point > h2 span:nth-of-type(1) {
  font-size: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > h2 span:nth-of-type(1) {
    font-size: 5.3vw;
  }
}
body#index main #point > h2 span:nth-of-type(1):before {
  content: "＼";
}
body#index main #point > h2 span:nth-of-type(1):after {
  content: "／";
}
body#index main #point > h2 span:nth-of-type(2) {
  font-size: 48px;
  font-weight: bold;
  color: #DE5065;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  body#index main #point > h2 span:nth-of-type(2) {
    font-size: 7.5vw;
  }
}
body#index main #point > h2 span:nth-of-type(2) b {
  text-decoration: underline;
  text-decoration-color: #DE5065;
  text-decoration-thickness: 1px;
  text-underline-offset: 2rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > h2 span:nth-of-type(2) b {
    text-underline-offset: 0.5rem;
  }
}
body#index main #point > ul {
  --radius: 40px;
  --image-border-radius: 0 var(--radius) 0 var(--radius);
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul {
    --radius: 1.5rem;
  }
}
body#index main #point > ul > li:not(:last-child) {
  margin-bottom: var(--section-padding);
}
body#index main #point > ul > li h3 {
  --number-width: 120px;
  --gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: var(--gap);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li h3 {
    --number-width: 13.3vw;
    --gap: 0.25rem;
  }
}
body#index main #point > ul > li h3 > span:nth-child(1) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  width: var(--number-width);
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #DE5065;
}
body#index main #point > ul > li h3 > span:nth-child(1) > span {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald", "M PLUS 1", sans-serif;
}
body#index main #point > ul > li h3 > span:nth-child(1) > span:nth-child(1) {
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li h3 > span:nth-child(1) > span:nth-child(1) {
    font-size: 2.7vw;
  }
}
body#index main #point > ul > li h3 > span:nth-child(1) > span:nth-child(2) {
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li h3 > span:nth-child(1) > span:nth-child(2) {
    font-size: 4.3vw;
  }
}
body#index main #point > ul > li h3 > span:nth-child(2) {
  max-width: 700px;
  width: calc(100% - (var(--number-width) + var(--gap)));
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: url("../images/index/point_ribbon.svg");
  background-repeat: no-repeat;
  background-size: auto calc(100% - 0.75rem);
  background-position: top left;
  font-size: 31px;
  font-weight: bold;
  color: #685B43;
  padding-bottom: 1.75rem;
  padding-inline: 1.5em;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li h3 > span:nth-child(2) {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li h3 > span:nth-child(2) {
    background-position: left center;
    background-size: contain;
    padding-bottom: 0.4rem;
  }
}
body#index main #point > ul > li .content h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li .content h4 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li .content h4 {
    text-align: center;
    line-height: 1.4;
  }
}
body#index main #point > ul > li:nth-child(1) .content > p {
  font-size: 18px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content > p {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content > p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled {
    overflow-x: scroll;
    position: relative;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled h5 {
  border: solid 1px #AE7B7B;
  border-bottom: 0;
  padding: 0.5rem;
  text-align: center;
  font-size: 24px;
  color: #AE7B7B;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled h5 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 800px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled h5 {
    position: sticky;
    top: 0;
    left: 0;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table {
  width: 100%;
}
@media screen and (max-width: 800px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table {
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table {
    width: 208vw;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tr th,
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tr td {
  padding: 0.5rem;
  border: solid 1px #AE7B7B;
}
@media screen and (max-width: 800px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr {
    position: relative;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr th {
  background-color: #FFE3E7;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr th {
    font-size: 4.3vw;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr th:nth-child(1) {
  width: 21.7%;
}
@media screen and (max-width: 800px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr th:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr th:nth-child(1) {
    width: 4em;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr th:nth-child(n+2) {
  width: 19.5%;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table thead tr th:nth-child(n+2) {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tbody tr {
    position: relative;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tbody tr th {
  background-color: #FFE3E7;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tbody tr th {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 800px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tbody tr th {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tbody tr td {
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(1) .content .table-scrolled table tbody tr td {
    font-size: 3.7vw;
  }
}
body#index main #point > ul > li:nth-child(2) .content > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 25px;
  row-gap: 1.5rem;
}
body#index main #point > ul > li:nth-child(2) .content > div:not(:last-child) {
  margin-bottom: 3rem;
}
body#index main #point > ul > li:nth-child(2) .content > div .image-area {
  width: 520px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(2) .content > div .image-area {
    width: 100%;
  }
}
body#index main #point > ul > li:nth-child(2) .content > div .image-area img {
  display: block;
  width: 100%;
  aspect-ratio: 519/224;
  object-fit: cover;
  border-radius: var(--image-border-radius);
}
body#index main #point > ul > li:nth-child(2) .content > div .message-area {
  width: 540px;
}
body#index main #point > ul > li:nth-child(2) .content > div .message-area p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(2) .content > div .message-area p {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(2) .content > div .message-area {
    width: 100%;
  }
}
@media screen and (min-width: 1216px) {
  body#index main #point > ul > li:nth-child(2) .content > div:nth-of-type(even) .image-area {
    order: 2;
  }
  body#index main #point > ul > li:nth-child(2) .content > div:nth-of-type(even) .message-area {
    order: 1;
  }
}
body#index main #point > ul > li:nth-child(2) .content .link-button01 {
  margin-top: 2rem;
}
body#index main #point > ul > li:nth-child(3) .content p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(3) .content p {
    font-size: 3.7vw;
  }
}
body#index main #point > ul > li:nth-child(3) .content > picture {
  display: contents;
}
body#index main #point > ul > li:nth-child(3) .content > picture img {
  display: block;
  max-width: 773px;
  width: 100%;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(3) .content > picture img {
    margin-top: 1.5rem;
  }
}
body#index main #point > ul > li:nth-child(4) .content > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 25px;
  row-gap: 1.5rem;
}
body#index main #point > ul > li:nth-child(4) .content > div .image-area {
  width: 540px;
}
body#index main #point > ul > li:nth-child(4) .content > div .image-area img {
  display: block;
  width: 100%;
  aspect-ratio: 540px;
  object-fit: cover;
  border-radius: var(--image-border-radius);
}
body#index main #point > ul > li:nth-child(4) .content > div .message-area {
  width: 520px;
}
body#index main #point > ul > li:nth-child(4) .content > div .message-area p, body#index main #point > ul > li:nth-child(4) .content > div .message-area > ul {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  body#index main #point > ul > li:nth-child(4) .content > div .message-area p, body#index main #point > ul > li:nth-child(4) .content > div .message-area > ul {
    font-size: 3.7vw;
  }
}
body#index main #point > ul > li:nth-child(4) .content > div .message-area > ul li {
  padding-left: 1em;
  position: relative;
}
body#index main #point > ul > li:nth-child(4) .content > div .message-area > ul li:before {
  content: "★";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body#index main #point > section {
  max-width: 866px;
  width: 89.3vw;
  margin-inline: auto;
  margin-top: 1rem;
}
body#index main #point > section h3 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #DE5065;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  body#index main #point > section h3 {
    font-size: 5.3vw;
  }
}
body#index main #point > section h3 + p {
  text-align: center;
  margin: 4rem auto;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #point > section h3 + p {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > section h3 + p {
    margin-block: 2rem;
  }
}
body#index main #point > section h3 + p + p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > section h3 + p + p {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > section h3 + p + p {
    margin-bottom: 2rem;
  }
}
body#index main #point > section h3 + p + p b {
  color: #DE5065;
  font-size: 1.4em;
  font-weight: bold;
}
body#index main #point > section .annotation {
  font-size: 16px;
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  body#index main #point > section .annotation {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #point > section .annotation {
    margin-top: 1.5rem;
  }
}
body#index main #worries {
  padding-block: var(--section-padding);
  background-color: #F9EDED;
}
body#index main #worries .content01,
body#index main #worries .content02 {
  --radius: 24px;
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  border-radius: var(--radius);
  background-color: #fff;
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 599px) {
  body#index main #worries .content01,
  body#index main #worries .content02 {
    --radius: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  body#index main #worries .content01,
  body#index main #worries .content02 {
    padding-block: 1.5rem;
  }
}
body#index main #worries .content01 h2,
body#index main #worries .content01 h3,
body#index main #worries .content02 h2,
body#index main #worries .content02 h3 {
  width: 100%;
  text-align: center;
  color: #DE5065;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  body#index main #worries .content01 h2,
  body#index main #worries .content01 h3,
  body#index main #worries .content02 h2,
  body#index main #worries .content02 h3 {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 900px) {
  body#index main #worries .content01 h2 br.middle,
  body#index main #worries .content01 h3 br.middle,
  body#index main #worries .content02 h2 br.middle,
  body#index main #worries .content02 h3 br.middle {
    display: none;
  }
}
body#index main #worries .content01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 2rem;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index main #worries .content01 {
    margin-bottom: 4rem;
  }
}
body#index main #worries .content01 ul {
  font-size: 24px;
  line-height: 1.4;
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  body#index main #worries .content01 ul {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 1039px) {
  body#index main #worries .content01 ul {
    margin-left: 0;
  }
}
body#index main #worries .content01 ul li {
  padding-left: 1.25em;
  position: relative;
}
body#index main #worries .content01 ul li:not(:last-child) {
  margin-bottom: 1em;
}
body#index main #worries .content01 ul li:before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4yNDMgMTUuMzE0MUw1IDExLjA3MDFMNi40MTQgOS42NTYxNUw5LjI0MyAxMi40ODQxTDE0Ljg5OSA2LjgyNzE1TDE2LjMxNCA4LjI0MjE1TDkuMjQzIDE1LjMxNDFaIiBmaWxsPSIjRkY4MzAwIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDExQzAgNC45MjUgNC45MjUgMCAxMSAwQzE3LjA3NSAwIDIyIDQuOTI1IDIyIDExQzIyIDE3LjA3NSAxNy4wNzUgMjIgMTEgMjJDNC45MjUgMjIgMCAxNy4wNzUgMCAxMVpNMTEgMjBDOS44MTgxIDIwIDguNjQ3NzggMTkuNzY3MiA3LjU1NTg1IDE5LjMxNDlDNi40NjM5MiAxOC44NjI2IDUuNDcxNzcgMTguMTk5NyA0LjYzNjA0IDE3LjM2NEMzLjgwMDMxIDE2LjUyODIgMy4xMzczOCAxNS41MzYxIDIuNjg1MDggMTQuNDQ0MkMyLjIzMjc5IDEzLjM1MjIgMiAxMi4xODE5IDIgMTFDMiA5LjgxODEgMi4yMzI3OSA4LjY0Nzc4IDIuNjg1MDggNy41NTU4NUMzLjEzNzM4IDYuNDYzOTIgMy44MDAzMSA1LjQ3MTc3IDQuNjM2MDQgNC42MzYwNEM1LjQ3MTc3IDMuODAwMzEgNi40NjM5MiAzLjEzNzM4IDcuNTU1ODUgMi42ODUwOEM4LjY0Nzc4IDIuMjMyNzkgOS44MTgxIDIgMTEgMkMxMy4zODY5IDIgMTUuNjc2MSAyLjk0ODIxIDE3LjM2NCA0LjYzNjA0QzE5LjA1MTggNi4zMjM4NyAyMCA4LjYxMzA1IDIwIDExQzIwIDEzLjM4NjkgMTkuMDUxOCAxNS42NzYxIDE3LjM2NCAxNy4zNjRDMTUuNjc2MSAxOS4wNTE4IDEzLjM4NjkgMjAgMTEgMjBaIiBmaWxsPSIjRkY4MzAwIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.3em;
  left: 0;
}
body#index main #worries .content01 img {
  display: block;
  width: 250px;
  margin-right: 5rem;
}
@media screen and (max-width: 1039px) {
  body#index main #worries .content01 img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  body#index main #worries .content01 img {
    width: 26.7vw;
  }
}
body#index main #worries .content01:after {
  content: "";
  display: block;
  width: 240px;
  aspect-ratio: 240/38;
  background-color: #FF8300;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  inset: calc(100% + 2rem) 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index main #worries .content01:after {
    width: 8rem;
    inset: calc(100% + 1.5rem) 0 auto;
  }
}
body#index main #worries .content02 {
  border-radius: var(--radius) var(--radius) 0 0;
}
body#index main #worries .content02 h3 {
  margin-bottom: 2rem;
}
body#index main #worries .content02 p {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body#index main #worries .content02 p {
    font-size: 4.3vw;
  }
}
body#index main #worries > section h4 {
  --radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  height: 106px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  background-color: #DE5065;
  border-radius: 0 0 var(--radius) var(--radius);
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  body#index main #worries > section h4 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  body#index main #worries > section h4 {
    height: auto;
    padding-block: 1em;
  }
}
body#index main #worries > section > ul {
  display: block;
  max-width: 1220px;
  height: 1054px;
  margin-inline: auto;
  background-image: url("../images/index/worries_effects_back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 930px) {
  body#index main #worries > section > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0 2rem;
    height: auto;
    padding-block: 3rem 10rem;
  }
}
@media screen and (max-width: 599px) {
  body#index main #worries > section > ul {
    padding-block: 3rem;
  }
}
body#index main #worries > section > ul li {
  --top: 4rem;
  --bottom: 8rem;
  --left: 3rem;
  --right: 3rem;
  width: 300px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100%;
  padding: 1.25em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
}
@media screen and (max-width: 599px) {
  body#index main #worries > section > ul li {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 930px) {
  body#index main #worries > section > ul li {
    --top: auto;
    --bottom: auto;
    --left: auto;
    --right: auto;
    position: static;
    width: 40%;
  }
  body#index main #worries > section > ul li:nth-child(1), body#index main #worries > section > ul li:nth-child(4) {
    margin-inline: 25vw;
  }
}
body#index main #worries > section > ul li:nth-child(1) {
  top: var(--top);
  left: var(--left);
}
body#index main #worries > section > ul li:nth-child(2) {
  top: var(--top);
  right: var(--right);
}
body#index main #worries > section > ul li:nth-child(3) {
  bottom: var(--bottom);
  left: var(--left);
}
body#index main #worries > section > ul li:nth-child(4) {
  bottom: var(--bottom);
  right: var(--right);
}
body#index main #worries .reservation-button {
  translate: 0 -50%;
}
body#index main #plan_and_price {
  padding-block: var(--section-padding);
}
body#index main #plan_and_price > div:first-child {
  --padding: 33px;
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  min-height: 403px;
  border-radius: 2rem;
  padding: var(--padding);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: var(--section-padding);
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price > div:first-child {
    --padding: 1rem;
    border-radius: 1rem;
    padding: 3rem 1rem;
    min-height: 66.7vw;
  }
}
body#index main #plan_and_price > div:first-child:before, body#index main #plan_and_price > div:first-child:after, body#index main #plan_and_price > div:first-child > i:before, body#index main #plan_and_price > div:first-child > i:after {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url("../images/common/decoration_corner01.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price > div:first-child:before, body#index main #plan_and_price > div:first-child:after, body#index main #plan_and_price > div:first-child > i:before, body#index main #plan_and_price > div:first-child > i:after {
    width: 13.3vw;
  }
}
body#index main #plan_and_price > div:first-child:before, body#index main #plan_and_price > div:first-child:after {
  top: var(--padding);
}
body#index main #plan_and_price > div:first-child:before {
  left: var(--padding);
}
body#index main #plan_and_price > div:first-child:after {
  right: var(--padding);
  rotate: 90deg;
}
body#index main #plan_and_price > div:first-child > i {
  display: contents;
}
body#index main #plan_and_price > div:first-child > i:before, body#index main #plan_and_price > div:first-child > i:after {
  bottom: var(--padding);
}
body#index main #plan_and_price > div:first-child > i:before {
  left: var(--padding);
  rotate: 270deg;
}
body#index main #plan_and_price > div:first-child > i:after {
  right: var(--padding);
  rotate: 180deg;
}
body#index main #plan_and_price > div:first-child h2 {
  margin-bottom: 1rem;
}
body#index main #plan_and_price > div:first-child p {
  text-align: center;
  font-size: 48px;
  color: #DE5065;
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price > div:first-child p {
    font-size: 6.4vw;
  }
}
body#index main #plan_and_price > div:first-child p b {
  font-size: 36px;
  background-color: #DE5065;
  padding: 0.5rem 0.75rem;
  color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price > div:first-child p b {
    font-size: 5.3vw;
  }
}
body#index main #plan_and_price ul.plans {
  --border-color: #A97474;
  --back-color: #FFE3E3;
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  margin-block: var(--section-padding) 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  row-gap: 4rem;
}
@media screen and (max-width: 870px) {
  body#index main #plan_and_price ul.plans {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body#index main #plan_and_price ul.plans > li {
  width: 33.33%;
  border: solid 1px var(--border-color);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  background-color: var(--back-color);
  position: relative;
}
@media screen and (min-width: 871px) {
  body#index main #plan_and_price ul.plans > li:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 870px) {
  body#index main #plan_and_price ul.plans > li {
    max-width: 400px;
    width: 100%;
  }
}
body#index main #plan_and_price ul.plans > li .balloon {
  text-align: center;
  font-size: 24px;
  color: #FF8300;
  font-weight: bold;
  position: absolute;
  inset: auto 0 calc(100% + 2px);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price ul.plans > li .balloon {
    font-size: 4.3vw;
  }
}
body#index main #plan_and_price ul.plans > li .balloon:before {
  content: "＼";
}
body#index main #plan_and_price ul.plans > li .balloon:after {
  content: "／";
}
body#index main #plan_and_price ul.plans > li h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #DE5065;
  background-color: #fff;
  font-weight: bold;
  padding-block: 0.3rem;
  border-bottom: solid 1px var(--border-color);
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price ul.plans > li h3 {
    font-size: 4.8vw;
  }
}
body#index main #plan_and_price ul.plans > li div.price {
  padding: 0.5rem;
  border-bottom: solid 1px var(--border-color);
}
body#index main #plan_and_price ul.plans > li div.price p {
  font-size: 20px;
  font-weight: bold;
  color: var(--border-color);
  text-align: center;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price ul.plans > li div.price p {
    font-size: 3.7vw;
  }
}
body#index main #plan_and_price ul.plans > li div.price p b {
  font-size: 1.8em;
  line-height: 1;
}
body#index main #plan_and_price ul.plans > li div.price p b,
body#index main #plan_and_price ul.plans > li div.price p span {
  font-family: "Oswald", "M PLUS 1", sans-serif;
}
body#index main #plan_and_price ul.plans > li div:not([class]) {
  padding: 0.5rem;
  color: var(--border-color);
  font-weight: bold;
  text-align: center;
}
body#index main #plan_and_price ul.plans > li div:not([class]):not(:last-child) {
  border-bottom: solid 1px var(--border-color);
}
body#index main #plan_and_price ul.plans > li div:not([class]) p {
  color: var(--border-color);
  text-align: center;
}
body#index main #plan_and_price ul.plans > li div:not([class]) ul {
  width: max-content;
  margin-inline: auto;
  padding-left: 1em;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}
body#index main #plan_and_price ul.plans > li div:not([class]) ul li {
  list-style-type: disc;
}
body#index main #plan_and_price ul.plans > li div:not([class]) ul li small {
  font-size: 0.75em;
}
body#index main #plan_and_price .plans.table-scrolled {
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  margin-block: var(--section-padding) 2rem;
  padding-block: 2rem 0.25rem;
}
@media screen and (max-width: 800px) {
  body#index main #plan_and_price .plans.table-scrolled {
    overflow-x: scroll;
  }
}
body#index main #plan_and_price .plans.table-scrolled table {
  width: 100%;
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (max-width: 800px) {
  body#index main #plan_and_price .plans.table-scrolled table {
    width: 900px;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  body#index main #plan_and_price .plans.table-scrolled table {
    width: 240vw;
  }
}
body#index main #plan_and_price .plans.table-scrolled table tr th,
body#index main #plan_and_price .plans.table-scrolled table tr td {
  color: #A97474;
  border: solid 1px #A97474;
  text-align: center;
  background-color: #fff;
  padding: 0.5rem;
  vertical-align: middle;
}
body#index main #plan_and_price .plans.table-scrolled table thead tr th {
  width: 33%;
  text-align: center;
  font-size: 24px;
  color: #DE5065;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price .plans.table-scrolled table thead tr th {
    font-size: 4.8vw;
  }
}
body#index main #plan_and_price .plans.table-scrolled table thead tr th .balloon {
  text-align: center;
  font-size: 24px;
  color: #FF8300;
  position: absolute;
  inset: auto 0 calc(100% + 2px);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price .plans.table-scrolled table thead tr th .balloon {
    font-size: 4.3vw;
  }
}
body#index main #plan_and_price .plans.table-scrolled table thead tr th .balloon:before {
  content: "＼";
}
body#index main #plan_and_price .plans.table-scrolled table thead tr th .balloon:after {
  content: "／";
}
body#index main #plan_and_price .plans.table-scrolled table tbody tr th,
body#index main #plan_and_price .plans.table-scrolled table tbody tr td {
  font-weight: bold;
  line-height: 1.4;
  background-color: #FFE3E3;
}
body#index main #plan_and_price .plans.table-scrolled table tbody tr td .price {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price .plans.table-scrolled table tbody tr td .price {
    font-size: 3.7vw;
  }
}
body#index main #plan_and_price .plans.table-scrolled table tbody tr td .price b {
  font-size: 1.8em;
  line-height: 1;
}
body#index main #plan_and_price .plans.table-scrolled table tbody tr td .price b,
body#index main #plan_and_price .plans.table-scrolled table tbody tr td .price span {
  font-family: "Oswald", "M PLUS 1", sans-serif;
}
body#index main #plan_and_price .comparison.table-scrolled {
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  margin-bottom: 4rem;
  padding-block: 0.25rem;
}
@media screen and (max-width: 800px) {
  body#index main #plan_and_price .comparison.table-scrolled {
    overflow-x: scroll;
  }
}
body#index main #plan_and_price .comparison.table-scrolled table {
  width: 100%;
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (max-width: 800px) {
  body#index main #plan_and_price .comparison.table-scrolled table {
    width: 900px;
  }
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price .comparison.table-scrolled table {
    width: 240vw;
  }
}
body#index main #plan_and_price .comparison.table-scrolled table tr th,
body#index main #plan_and_price .comparison.table-scrolled table tr td {
  color: #A97474;
  border: solid 1px #A97474;
  text-align: center;
  background-color: #fff;
  padding: 0.5rem;
  vertical-align: middle;
}
body#index main #plan_and_price .comparison.table-scrolled table thead tr th {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price .comparison.table-scrolled table thead tr th {
    font-size: 4.8vw;
  }
}
body#index main #plan_and_price .comparison.table-scrolled table thead tr th:nth-child(2) {
  color: #DE5065;
}
@media screen and (max-width: 800px) {
  body#index main #plan_and_price .comparison.table-scrolled table tbody tr {
    position: relative;
  }
  body#index main #plan_and_price .comparison.table-scrolled table tbody tr th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price .comparison.table-scrolled table tbody tr th:first-child {
    width: 6em;
  }
}
body#index main #plan_and_price .comparison.table-scrolled table tbody tr th,
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td {
  line-height: 1.4;
  font-weight: bold;
}
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #plan_and_price .comparison.table-scrolled table tbody tr td {
    font-size: 3.7vw;
  }
}
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td .price {
  width: max-content;
  margin-inline: auto;
  text-align: left;
}
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td .price span {
  display: inline-block;
  width: 7.5rem;
}
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td .price b,
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td .price em {
  font-family: "Oswald", "M PLUS 1", sans-serif;
  font-style: normal;
}
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td .price b {
  font-size: 1.8em;
  line-height: 1;
}
body#index main #plan_and_price .comparison.table-scrolled table tbody tr td:nth-child(2) {
  color: #DE5065;
  background-color: #FFE3E3;
}
body#index main #voice {
  padding-block: var(--section-padding);
  background-image: url("../images/common/back_block.webp");
  background-position: top center;
}
body#index main #voice ul {
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 27px;
  row-gap: 1.5rem;
}
body#index main #voice ul li {
  width: 342px;
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  body#index main #voice ul li {
    width: 100%;
  }
}
body#index main #voice ul li img {
  display: block;
  width: 184px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  body#index main #voice ul li img {
    width: 40vw;
  }
}
body#index main #voice ul li h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  body#index main #voice ul li h3 {
    font-size: 3.7vw;
  }
}
body#index main #voice ul li p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #voice ul li p {
    font-size: 3.7vw;
  }
}
body#index main #step {
  padding-block: var(--section-padding);
  background-image: url("../images/common/back_fancy.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  body#index main #step {
    background-repeat: repeat-y;
  }
}
body#index main #step ul {
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
}
body#index main #step ul li {
  --colgap: 4.3%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: var(--colgap);
}
body#index main #step ul li:not(:last-child) {
  margin-bottom: 3rem;
}
body#index main #step ul li h3 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #DE5065;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  body#index main #step ul li h3 {
    font-size: 5.3vw;
  }
}
body#index main #step ul li .image-area {
  --radius: 40px;
  width: 47.1%;
}
@media screen and (max-width: 599px) {
  body#index main #step ul li .image-area {
    --radius: 2rem;
  }
}
@media screen and (max-width: 740px) {
  body#index main #step ul li .image-area {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body#index main #step ul li .image-area img {
  display: block;
  width: 100%;
  aspect-ratio: 509/272;
  object-fit: cover;
  border-radius: 0 var(--radius) 0 var(--radius);
}
body#index main #step ul li .message-area {
  width: 48.6%;
}
body#index main #step ul li .message-area p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  body#index main #step ul li .message-area p {
    font-size: 3.7vw;
  }
}
body#index main #step ul li .message-area .link-button01 {
  margin-top: 3rem;
  max-width: 378px;
  font-weight: normal;
  font-family: "M PLUS 1", sans-serif;
  text-align: left;
  align-items: flex-start;
  padding-inline: 1rem;
}
body#index main #step ul li .message-area .link-button01:after {
  right: 1rem;
}
@media screen and (max-width: 599px) {
  body#index main #step ul li .message-area .link-button01 {
    align-items: center;
  }
}
@media screen and (max-width: 740px) {
  body#index main #step ul li .message-area {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body#index main #CustomerAppointmentSystem {
  padding-block: var(--section-padding);
  background-image: url("../images/common/back_flour.webp");
  background-size: 80% auto;
  background-position: top center;
}
body#index main #CustomerAppointmentSystem ul {
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
}
body#index main #CustomerAppointmentSystem ul li {
  --number-width: 96px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 720px) {
  body#index main #CustomerAppointmentSystem ul li {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 599px) {
  body#index main #CustomerAppointmentSystem ul li {
    --number-width: 21.3vw;
  }
}
body#index main #CustomerAppointmentSystem ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
body#index main #CustomerAppointmentSystem ul li .number {
  width: var(--number-width);
  height: var(--number-width);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #DE5065;
}
body#index main #CustomerAppointmentSystem ul li .number span {
  color: #fff;
  font-family: "Oswald", "M PLUS 1", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
body#index main #CustomerAppointmentSystem ul li .number span:nth-child(1) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #CustomerAppointmentSystem ul li .number span:nth-child(1) {
    font-size: 3.7vw;
  }
}
body#index main #CustomerAppointmentSystem ul li .number span:nth-child(2) {
  font-size: 38px;
}
@media screen and (max-width: 599px) {
  body#index main #CustomerAppointmentSystem ul li .number span:nth-child(2) {
    font-size: 8vw;
  }
}
body#index main #CustomerAppointmentSystem ul li .message-area {
  width: calc(52.8% - var(--number-width));
}
@media screen and (max-width: 720px) {
  body#index main #CustomerAppointmentSystem ul li .message-area {
    width: 100%;
  }
}
body#index main #CustomerAppointmentSystem ul li .message-area h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  body#index main #CustomerAppointmentSystem ul li .message-area h3 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 720px) {
  body#index main #CustomerAppointmentSystem ul li .message-area h3 {
    text-align: center;
  }
}
body#index main #CustomerAppointmentSystem ul li .message-area p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  body#index main #CustomerAppointmentSystem ul li .message-area p {
    font-size: 3.7vw;
  }
}
body#index main #CustomerAppointmentSystem ul li .message-area .link-button01 {
  margin-top: 4rem;
  max-width: 404px;
}
@media screen and (min-width: 1021px) {
  body#index main #CustomerAppointmentSystem ul li .message-area .link-button01 {
    align-items: flex-start;
    padding-left: 1.5rem;
  }
}
body#index main #CustomerAppointmentSystem ul li .message-area .link-button01 br {
  display: none;
}
@media screen and (max-width: 1020px) and (min-width: 600px) {
  body#index main #CustomerAppointmentSystem ul li .message-area .link-button01 br {
    display: inline;
  }
}
@media screen and (max-width: 720px) {
  body#index main #CustomerAppointmentSystem ul li .message-area .link-button01 {
    margin-inline: auto;
  }
}
body#index main #CustomerAppointmentSystem ul li .message-area .link-button01:after {
  background-image: url("../images/common/reservation-button_arrow-right.svg");
}
@media screen and (max-width: 599px) {
  body#index main #CustomerAppointmentSystem ul li .message-area .link-button01 {
    margin-top: 1rem;
  }
}
body#index main #CustomerAppointmentSystem ul li .image-area {
  width: 37%;
}
body#index main #CustomerAppointmentSystem ul li .image-area img {
  display: block;
  max-width: 332px;
  width: 100%;
  aspect-ratio: 332/313;
  object-fit: contain;
  margin: 0 auto;
}
body#index main #CustomerAppointmentSystem .reservation-button {
  margin-top: 6rem;
}
@media screen and (max-width: 599px) {
  body#index main #CustomerAppointmentSystem .reservation-button {
    margin-top: 3rem;
  }
}
body#index main #access {
  padding-block: var(--section-padding);
  background-color: #fff;
}
body#index main #access dl {
  height: 18rem;
  max-width: 1032px;
  width: 89.3vw;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 32px;
  row-gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1079px) {
  body#index main #access dl {
    height: 20rem;
  }
}
@media screen and (max-width: 910px) {
  body#index main #access dl {
    height: auto;
  }
}
body#index main #access dl > div {
  width: calc(50% - 16px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1rem;
}
@media screen and (max-width: 910px) {
  body#index main #access dl > div {
    width: 100%;
  }
}
body#index main #access dl > div dt {
  width: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-width: 7em;
  height: 1.6rem;
  background-color: #FF8300;
  border-radius: 1000px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (max-width: 599px) {
  body#index main #access dl > div dt {
    font-size: 3.7vw;
  }
}
body#index main #access dl > div dt.long-text {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index main #access dl > div dt.long-text {
    font-size: 3.7vw;
  }
}
body#index main #access dl > div dd {
  width: calc(100% - 10rem);
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  body#index main #access dl > div dd {
    font-size: 3.7vw;
  }
}
body#index main #access dl > div dd:nth-child(n+3) {
  width: 100%;
  margin-top: 0.8rem;
}
body#index main #access dl img {
  width: calc(50% - 16px);
  display: block;
  border-radius: 10px;
  aspect-ratio: 500/307;
}
@media screen and (max-width: 910px) {
  body#index main #access dl img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  body#index main #access dl img {
    border-radius: 0.6rem;
  }
}
body#index main #access .map {
  max-width: 1085px;
  width: 89.3vw;
  margin-inline: auto;
  height: 550px;
}
body#index main #access .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 599px) {
  body#index main #access .map {
    width: 100%;
    height: 66.7vw;
  }
  body#index main #access .map iframe {
    border-radius: 0px;
  }
}/*# sourceMappingURL=style.css.map */