@charset "UTF-8";
/*
Getup.css is released under the Open Source MIT license.
http://www.opensource.org/licenses/mit-license.php

Getup.css is inspired by OOCSS, inuit.css, Twitter Bootstrap, HTML5 Boilerplate, PocketGrid

LICENSE
https://github.com/nibushibu/getup-css/blob/master/LICENSE
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.fontawesome.com/releases/v6.2.0/css/all.css");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100.01%;
  list-style-type: none;
  text-align: left;
  color: #222;
  zoom: 1;
  font-family: "Noto Sans JP", "游ゴシック体", "Hiragino Gothic ProN", sans-serif;
  line-height: 1.6;
}

/* 横スクロールバー非表示 */
html {
  font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
  line-height: 1.6;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 55%;
  }
}

body {
  font-size: 1.4rem; /*font-size: 14pxと同等*/
  line-height: 1.6;
  width: 100%;
  height: 100%;
  background: #FCFBF6;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
img {
  vertical-align: bottom;
  border: 0;
}

map {
  visibility: hidden;
}

/*Reset: z, line-height propaty*/
/*
IEでフォントサイズを可変させるために％指定
ブラウザのデフォルトフォントサイズが16pxと前提して
*/
body {
  _font-size: 75%; /* 12px */
} /*for IE6*/
* + html body {
  font-size: 75%; /* 12px */
} /*for IE7*/
/* 基本文字サイズ */
th, td {
  font-size: 100.01%;
  font-size: 80%;
}

/* 各種タイトルの文字サイズ */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}

/** body **/
body {
  height: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 400;
}
body p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}
@media screen and (max-width: 640px) {
  body p {
    font-size: 12px;
  }
}
body p + p {
  margin-top: 1rem;
}
body strong {
  font-weight: 500;
  color: inherit;
  font-family: inherit;
}
body ul li, body ol li {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}
@media screen and (max-width: 640px) {
  body ul li, body ol li {
    font-size: 12px;
  }
}

/*common*/
.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

sup {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
  margin: 0 0.1em;
}

sub {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: 0.1em;
  margin: 0 0.1em;
}

/* hr 要素は不可視で使う */
hr {
  display: none;
  border: 0;
  clear: both;
  visibility: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/** form **/
input, select {
  vertical-align: middle;
}

/** link **/
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #00a3e7;
  text-decoration: none;
}
a:hover {
  color: #00b3ff;
}

i {
  font-family: "fontawesome";
  color: inherit;
}

h2 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
}
h2 .subTxt {
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}

h3 {
  text-align: center;
  font-size: 1.7rem;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inherit;
  }
}

.subTxt {
  font-size: 1.2rem;
}

ul li {
  font-size: 1.6rem;
  line-height: 1.8;
}
ul.exp li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.exp.exp__center {
  text-align: center;
}
ul.strong li {
  color: #e60012;
}

a:link, a:visited {
  transition: all 0.2s ease-out;
}
a:hover {
  transition: all 0.2s ease-out;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  z-index: 100;
  transition: all 0.3s ease-out;
  padding-bottom: 2rem;
}
header.common.thickly {
  font-size: inherit;
}
header.thickly .hd__nameblock {
  min-width: 300px;
  padding: 0.5rem 2rem;
  transition: all 0.3s ease-out;
}
header.thickly .hd__nameblock.facility__color {
  opacity: 0.6;
}
header.thickly .hd__nameblock.facility__color:hover {
  opacity: 1;
}
header.thickly .hd__nameblock--p {
  font-size: 12px;
  transition: all 0.3s ease-out;
}
header.thickly .hd__nameblock--title {
  font-size: 18px;
  transition: all 0.3s ease-out;
}
header.thickly .hd__sitecatch {
  display: none;
  transition: all 0.3s ease-out;
}
header.thickly .hd__tel {
  transition: all 0.3s ease-out;
}
header.thickly .hd__tel--tel {
  font-size: 19px;
  transition: all 0.3s ease-out;
}
header.thickly .hd__tel--address {
  display: none;
  transition: all 0.3s ease-out;
}
header .hd__nameblock {
  display: inline-block;
  min-width: 700px;
  background: #ddd;
  border-radius: 0 0 15px 15px;
  padding: 2rem 5rem;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  header .hd__nameblock {
    min-width: 70%;
    width: 90%;
    padding: 0.6em 1em;
  }
}
header .hd__nameblock--p {
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  header .hd__nameblock--p {
    font-size: 3.5vw;
    font-weight: 500;
  }
}
header .hd__nameblock--title {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  header .hd__nameblock--title {
    font-size: 5.5vw;
  }
}
header .hd__nameblock--title.no__link {
  pointer-events: none;
}
header .hd__nameblock--title:hover {
  color: #ffd500;
  transition: all 0.3s ease-out;
}
header .hd__nameblock + .hd__sitecatch {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  header .hd__nameblock + .hd__sitecatch {
    display: none;
  }
}
header .hd__nameblock.facility__color {
  background-color: #4FAEEA;
  color: #fff;
}
header .hd__sitecatch {
  display: inherit;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  header .hd__sitecatch {
    font-size: 9px;
  }
}
header .hd__tel {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  header .hd__tel {
    top: 18.5vw;
    right: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    padding: 5px;
  }
}
header .hd__tel--tel {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  header .hd__tel--tel {
    font-size: 5vw;
  }
}
header .hd__tel--tel i {
  color: #ccc;
  margin-right: 0.3em;
}
header .hd__tel--tel + p {
  margin-top: 0.3em;
}
header .hd__tel--address {
  text-align: center;
  font-size: 13px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  header .hd__tel--address {
    display: none;
  }
}
header .header__humberger {
  display: none;
  position: fixed;
  top: 15px;
  left: 0;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  header .header__humberger {
    top: 7px;
    width: 55px;
  }
}

/* SPドロワーメニュー */
#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 41;
}
#drawer-icon.common > span {
  background: #684130;
}
#drawer-icon.common > span::before, #drawer-icon.common > span::after {
  background: #684130;
}
@media screen and (max-width: 640px) {
  #drawer-icon {
    width: 50px;
    height: 50px;
  }
}
#drawer-icon > span {
  background: #fff;
  display: block;
  height: 1px;
  left: 51%;
  top: 48%;
  margin: -1px 0 0 -15px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 50%;
}
@media screen and (max-width: 640px) {
  #drawer-icon > span {
    left: 54%;
    top: 51%;
  }
}
#drawer-icon > span::before, #drawer-icon > span::after {
  -webkit-transform: rotate(0);
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -1px 0 0 -15px;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #drawer-icon > span::before, #drawer-icon > span::after {
    left: 60%;
  }
}
#drawer-icon > span::before {
  margin-top: -35%;
}
#drawer-icon > span::after {
  margin-top: 30%;
}

#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(0, 0, 0, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  transform: rotate(-45deg);
  background: #111;
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  transform: rotate(45deg);
  background: #111;
}

#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -6% 0 0 -53%;
  position: absolute;
  top: 50%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #drawer-checkbox:checked ~ #drawer-icon span::before,
  #drawer-checkbox:checked ~ #drawer-icon span::after {
    margin-left: -50%;
    margin-top: -4%;
  }
}

#drawer-content {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-10%);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawer-content nav {
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #drawer-content nav {
    width: 75%;
  }
}
#drawer-content nav .drawer__layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout {
    display: flex;
    flex-direction: column;
    grid-row-gap: 35px;
  }
}
#drawer-content nav .drawer__layout__dd1 {
  grid-area: 1/1/2/3;
  box-sizing: border-box;
}
#drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul {
  display: block;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul {
    text-align: center;
  }
}
#drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul li a {
  font-size: 33px;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul li a {
    font-size: 23px;
    text-align: left;
    display: block;
  }
}
#drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul li a:link, #drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul li a:visited {
  color: #684130;
}
#drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul li a:hover {
  color: #ae6d50;
}
#drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul li + li {
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout__dd1 .hd__list--menu--ul li + li {
    margin-top: 15px;
  }
}
#drawer-content nav .drawer__layout__dd2 {
  grid-area: 2/1/3/2;
  box-sizing: border-box;
}
#drawer-content nav .drawer__layout__dd2__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout__dd2__list {
    gap: 10px 10px;
  }
}
#drawer-content nav .drawer__layout__dd2__list a {
  font-size: 19px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout__dd2__list a {
    display: block;
    text-align: left;
    font-size: 14px;
  }
}
#drawer-content nav .drawer__layout__dd2__list a:link, #drawer-content nav .drawer__layout__dd2__list a:visited {
  color: #684130;
}
#drawer-content nav .drawer__layout__dd2__list a:hover {
  color: #A3713A;
}
#drawer-content nav .drawer__layout__dd3 {
  grid-area: 2/2/3/3;
  box-sizing: border-box;
}
#drawer-content nav .drawer__layout__dd3__snslist {
  display: flex;
  justify-content: space-between;
  width: 73%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout__dd3__snslist {
    width: 98%;
  }
}
#drawer-content nav .drawer__layout__dd3__snslist li {
  display: inline;
  width: 30px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__layout__dd3__snslist li {
    width: 25px;
  }
}
#drawer-content nav .drawer__layout__dd3__snslist li a img {
  width: 100%;
  height: auto;
}
#drawer-content nav .drawer__layout__dd3__snslist li + li {
  margin-top: 0;
}
#drawer-content nav .drawer__layout__dd3__snslist + p {
  margin-top: 40px;
}
#drawer-content nav .drawer__layout__dd3 .tel__number {
  font-size: 19px;
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  opacity: 1;
  pointer-events: inherit;
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

#drawer__header {
  position: absolute;
  width: 100%;
  top: 15px;
}

/*モーダルを開くボタン*/
.modal-open {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}
.modal-container + .modal-open {
  margin-top: 15px;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #111;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

html#wizard, body#wizard {
  background: rgb(102, 33, 76);
  background: linear-gradient(to bottom, rgb(102, 33, 76) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66214c", endColorstr="#000000",GradientType=0 );
  height: 100%;
}
html#wizard .box, body#wizard .box {
  height: 100%;
  display: flex;
  align-items: center;
}
html#wizard .box .flick, body#wizard .box .flick {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 8px;
  font-weight: 800;
}
html#wizard .box .flick i, body#wizard .box .flick i {
  color: #fff;
  margin-left: 8px;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}

.viewport {
  width: 310px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
  overflow: hidden;
}

.flipsnap {
  width: 1550px; /* viewport(item width) * 5(item count) */
}

.flipsnap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.item {
  float: left;
  width: 310px;
  font-size: 50px;
  text-align: center;
  background: #fff;
  color: #666;
  padding: 10px 0 0;
}
.item dl {
  border-radius: 5px;
}
.item img {
  width: 100%;
}

/* Go to top*/
#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 300;
}
#page-top a {
  display: block;
  width: 55px;
  height: 55px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #343841;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #page-top a {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
#page-top a .arr {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 5px;
}
#page-top a:link, #page-top a:visited {
  color: #fff;
  text-align: center;
  transition-duration: 0.3s;
}
#page-top a:link i, #page-top a:visited i {
  color: #999;
}
#page-top a:hover {
  color: #111;
  background-color: #ffe100;
  transition-duration: 0.3s;
}
#page-top a:hover i {
  color: #111;
}

section + footer {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  section + footer {
    margin-top: 40px;
  }
}

footer {
  background: #343841;
  padding: 3rem 0;
  min-height: 650px;
}
footer p, footer h2, footer ul, footer li {
  color: #fff;
}
footer a:link, footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #ffd500;
}
footer .footer {
  width: 100%;
  background: #fff;
}
footer .footer__infoclm {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 640px) {
  footer .footer__infoclm {
    grid-template-columns: 1fr;
  }
}
footer .footer__infoclm > dd {
  padding-top: 1em;
  padding-bottom: 1em;
}
footer .footer__infoclm--info h2 {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
footer .footer__infoclm--info h2 + .info__access {
  margin-top: 2rem;
}
footer .footer__infoclm--info .info__access--tel {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}
footer .footer__infoclm--info .info__access--tel i {
  font-size: 30px;
  transform: scale(1, -1);
  margin-right: 0.3em;
}
footer .footer__infoclm--info .info__access + p {
  margin-top: 1rem;
}
footer .footer__infoclm--info p {
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  footer .footer__infoclm--info p {
    font-size: 11px;
    text-align: center;
  }
}
footer .footer__infoclm--info p i {
  margin-right: 0.8em;
  color: rgba(255, 255, 255, 0.2);
  transform: scale(1.4);
  transform-origin: left;
}
footer .footer__infoclm--info p + p {
  margin-top: 0;
}
footer .footer__infoclm--sitemap {
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
  footer .footer__infoclm--sitemap {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
    padding-top: 30px;
  }
}
footer .footer__infoclm--sitemap h3 {
  text-align: left;
  color: #fff;
  font-weight: 700;
}
footer .footer__infoclm--sitemap h3 + dl {
  margin-top: 8px;
}
footer .footer__infoclm--sitemap h3::before {
  content: "●";
  color: rgba(255, 255, 255, 0.2);
  margin-right: 3px;
}
footer .footer__infoclm--sitemap .sitemap__sitemap, footer .footer__infoclm--sitemap .sitemap__facilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
footer .footer__infoclm--sitemap .sitemap__sitemap + h3, footer .footer__infoclm--sitemap .sitemap__facilities + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  footer .footer__infoclm--sitemap .sitemap__sitemap + h3, footer .footer__infoclm--sitemap .sitemap__facilities + h3 {
    margin-top: 20px;
  }
}
footer .footer__infoclm--sitemap .sitemap__sitemap p::before, footer .footer__infoclm--sitemap .sitemap__facilities p::before {
  content: "\f105";
  font-family: Font Awesome\ 6 Free;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
  margin-right: 0.3em;
}
@media screen and (max-width: 640px) {
  footer .footer__infoclm--sitemap .sitemap__sitemap p::before, footer .footer__infoclm--sitemap .sitemap__facilities p::before {
    font-size: 11px;
  }
}
footer .footer__infoclm--sitemap .sitemap__facilities p::before {
  content: "\f1ad";
}
footer .footer__infoclm + .footer__copyclm {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  footer .footer__infoclm + .footer__copyclm {
    margin-top: 20px;
  }
}
footer .footer__copyclm {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  footer .footer__copyclm {
    grid-template-columns: 1fr;
  }
}
footer .footer__copyclm p {
  font-size: 13px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  footer .footer__copyclm p {
    font-size: 11px;
    text-align: center;
  }
}
footer .footer__copyclm--terms p {
  text-align: right;
}
@media screen and (max-width: 640px) {
  footer .footer__copyclm--terms p {
    text-align: center;
  }
}

/* Loading背景画面設定 */
.develop-memo {
  margin: 10px 0 20px;
  padding: 10px;
}
.develop-memo p {
  font-size: 14px;
  line-height: 1.3;
}

/* common */
.imgWrap {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  background: #000;
}

.imgWrap > img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

.imgWrap > img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
  opacity: 0.6; /* 小さくするほど暗くなります */
  cursor: pointer;
}

/* スクロールイベントでのFadeUpアニメーション用 */
.fadeUp {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
#top__nav {
  width: 90%;
  text-align: center;
  position: relative;
  top: -35px;
  margin-bottom: -35px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  #top__nav {
    width: 95%;
    top: -4.8vw;
    margin-bottom: -4.8vw;
  }
}
#top__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  width: 100%;
  max-width: 1150px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  #top__nav ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
}
#top__nav ul li a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 2rem 1rem;
  box-shadow: 0px 1px 4px rgba(70, 70, 50, 0.25);
  border-radius: 40px;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #top__nav ul li a {
    font-size: 12px;
    padding: 0.7em 0.5em;
  }
}
#top__nav ul li a:link, #top__nav ul li a:visited {
  background: #fff;
  color: #111;
  font-weight: 700;
}
#top__nav ul li a:hover {
  background: #ffd500;
}
#top__nav ul li a:hover::after {
  border-right: 3px solid #111;
  border-bottom: 3px solid #111;
}
#top__nav ul li a::after {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-bottom: 3px solid #111;
  border-right: 3px solid #111;
  right: 0.5em;
  transform: rotate(45deg) translateY(0.55em);
}
@media screen and (max-width: 640px) {
  #top__nav ul li a::after {
    display: none;
  }
}
#top__nav ul li + li {
  margin-top: 0;
}
#top__nav + .top__section {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  #top__nav + .top__section {
    margin-top: 40px;
  }
}

a.link__disabled {
  pointer-events: none;
}
a.link__disabled span {
  opacity: 0.15;
  font: inherit;
  margin-right: 3px;
}
a.link__disabled img {
  opacity: 0.15;
}

p.h2__sub {
  text-align: center;
  color: #dd131c;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  p.h2__sub {
    font-size: 1.3rem;
  }
}
p.h2__sub + dl, p.h2__sub + p, p.h2__sub + div, p.h2__sub + table, p.h2__sub + ul, p.h2__sub + iframe, p.h2__sub + h3 {
  margin-top: 4rem;
}
p + .img__area {
  margin-top: 6rem;
}
p + h3 {
  margin-top: 2rem;
}
p.p__link {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  p.p__link {
    margin-top: 20px;
  }
}
p.p__link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
p.p__link a > .arr__right {
  width: 20px;
  height: auto;
  vertical-align: top;
}
p.p__link a i {
  margin-left: 0.2em;
}
p.p__link a:link, p.p__link a:visited {
  color: #414cb9;
  border-bottom: 2px solid #414cb9;
}
p.p__link a:link i, p.p__link a:visited i {
  color: #414cb9;
}
p.p__link a:hover {
  color: #8a91d6;
  border-bottom: 2px solid #8a91d6;
}
p.p__link a:hover i {
  color: #8a91d6;
}
p.p__link--buy {
  margin-top: 30px;
}
p.p__link--buy a {
  display: block;
  text-align: center;
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  width: 60%;
}
@media screen and (max-width: 640px) {
  p.p__link--buy a {
    width: 100%;
  }
}
p.p__link--buy a i {
  color: #fff;
  margin: 0 0.3em;
  font-size: 1.15em;
}
p.p__link--buy a:link, p.p__link--buy a:visited {
  color: #fff;
  background: #414cb9;
}
p.p__link--buy a:hover {
  color: #fff;
  background: #8a91d6;
}
p.p__link--map {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  p.p__link--map {
    display: none;
  }
}
p.p__link--map a {
  display: block;
  text-align: center;
  padding: 5px 15px;
  box-sizing: border-box;
  border: 1px solid #414cb9;
  font-family: "Noto Sans JP", sans-serif;
  width: 60%;
  margin-inline: auto;
}
p.p__link--map a i {
  margin: 0 0.3em;
  font-size: 1.15em;
}
p.p__link--map a:link, p.p__link--map a:visited {
  color: #414cb9;
}
p.p__link--map a:hover {
  color: #8a91d6;
}
p.p__link--map a:hover i {
  color: #8a91d6;
}
p.p__link--reserve {
  margin-top: 30px;
}
p.p__link--reserve a {
  display: block;
  text-align: center;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  width: 70%;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  margin-inline: auto;
  letter-spacing: 3px;
}
@media screen and (max-width: 640px) {
  p.p__link--reserve a {
    width: 100%;
    font-size: 18px;
    padding: 9px 20px;
  }
}
p.p__link--reserve a .btn__icon {
  width: 40px;
  height: auto;
  vertical-align: top;
  position: relative;
  margin-bottom: -40px;
  top: -0.2em;
  margin-right: 0.2em;
}
@media screen and (max-width: 640px) {
  p.p__link--reserve a .btn__icon {
    width: 35px;
    top: -0.23em;
  }
}
p.p__link--reserve a i {
  color: #fff;
  margin: 0 0.3em;
  font-size: 1.15em;
  position: relative;
  top: 1px;
}
p.p__link--reserve a:link, p.p__link--reserve a:visited {
  color: #fff;
  background: #414cb9;
}
p.p__link--reserve a:hover {
  color: #fff;
  background: #8a91d6;
}
p.p__link--tel {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  p.p__link--tel {
    margin-top: 15px;
  }
}
p.p__link--tel a {
  text-align: center;
  padding: 8px 20px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  margin-inline: auto;
  border-bottom: 1px solid #414cb9;
}
@media screen and (max-width: 640px) {
  p.p__link--tel a {
    border: 1px solid #414cb9;
    padding: 8px 20px;
    border-radius: 30px;
    width: 100%;
    display: block;
    font-size: 18px;
  }
}
p.p__link--tel a .sp {
  display: inline;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
p.p__link--tel a .tel__number {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 640px) {
  p.p__link--tel a .tel__number {
    display: none;
  }
}
p.p__link--tel a .ja-txt {
  font-size: 19px;
  color: inherit;
}
p.p__link--tel a .btn__icon {
  width: 40px;
  height: auto;
  vertical-align: top;
  position: relative;
  margin-bottom: -40px;
  top: -0.2em;
  margin-right: 0.2em;
}
p.p__link--tel a i {
  color: #414cb9;
  margin: 0 0.3em;
  font-size: 1.15em;
  position: relative;
  top: 1px;
}
p.p__link--tel a:link, p.p__link--tel a:visited {
  color: #414cb9;
}
p.p__link--tel a:hover {
  color: #414cb9;
}
p.p__link--menureserve {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  p.p__link--menureserve {
    text-align: center;
  }
}
p.p__link--menureserve a {
  text-align: left;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid #414cb9;
}
@media screen and (max-width: 640px) {
  p.p__link--menureserve a {
    border: 1px solid #414cb9;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 2;
  }
}
p.p__link--menureserve a .sp {
  display: inline;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
p.p__link--menureserve a i {
  color: #414cb9;
  margin: 0 0.3em;
  font-size: 1.15em;
  position: relative;
  top: 1px;
}
p.p__link--menureserve a:link, p.p__link--menureserve a:visited {
  color: #414cb9;
}
p.p__link--menureserve a:hover {
  color: #414cb9;
}

hr.hr--1000px {
  border-top: 1px solid #D1B89C;
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 90%;
  max-width: 1000px;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  hr.hr--1000px {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
hr.hr--dashed {
  border-top: 1px dashed #D1B89C;
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 90%;
  max-width: 1000px;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  hr.hr--dashed {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

span.material-icons {
  color: #999;
  line-height: 1;
  vertical-align: text-top;
  margin-right: 3px;
}

div.img__area {
  text-align: center;
}
div.img__area + p, div.img__area + div, div.img__area + section, div.img__area + table, div.img__area + ul, div.img__area + o, div.img__area + dl, div.img__area + h3 {
  margin-top: 6rem;
}
div.img__area img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  div.img__area img {
    width: 100%;
  }
}
div.btn__basic {
  text-align: center;
}
div.btn__basic a {
  font-size: 2.2rem;
  text-align: center;
  width: 60%;
  max-width: 600px;
  height: 8rem;
  display: grid;
  align-content: center;
  margin-inline: auto;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 640px) {
  div.btn__basic a {
    width: 90%;
    font-size: 1.5rem;
    height: 6rem;
  }
}
div.btn__basic a:after {
  content: "";
  background-image: url("../images/btn-arr-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 30px;
}
@media screen and (max-width: 640px) {
  div.btn__basic a:after {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 1rem;
  }
}
div.btn__basic a:link, div.btn__basic a:visited {
  background: #fff;
  color: #111;
}
div.btn__basic a:hover {
  background: #ffc800;
}
div.btn__basic.btn__red a:link, div.btn__basic.btn__red a:visited {
  background: #c00;
  color: #fff;
}
div.btn__basic.btn__red a:hover {
  background: #ffc800;
  color: #111;
}
div.btn__basic.btn__red a:after {
  background-image: url("../images/btn-arr-white.svg");
}
div.img__circle {
  overflow: hidden;
  border-radius: 50%;
}
div.linkBtn {
  text-align: center;
}
div.linkBtn + .linkBtn {
  margin-top: 20px;
}
div.linkBtn a {
  display: block;
  width: 60%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 2rem;
  padding: 25px 0;
  letter-spacing: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-image: url("../images/btn-arr.svg");
  background-size: 30px 30px;
  background-position: 97% center;
}
@media screen and (max-width: 640px) {
  div.linkBtn a {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0;
    background-size: 15px 15px;
    background-position: 98% center;
    padding: 15px 0;
  }
}
div.linkBtn a:link, div.linkBtn a:visited {
  background-color: #8cc63f;
  color: #fff;
  text-align: center;
  transition-duration: 1s;
  box-shadow: 0 3px 0 #638e2a;
}
div.linkBtn a:hover {
  color: #111;
  background-color: #ffe100;
  transition-duration: 0.3s;
  box-shadow: 0 3px 0 #b39e00;
}
div.item__partline {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  div.item__partline {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
div.item__partline.noborder {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  div.item__partline.noborder {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
div.item__partline.noborder:before, div.item__partline.noborder:after {
  display: none;
}
div.item__partline:before, div.item__partline:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #D1B89C;
}
div.item__partline .item__partline--circle {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #D1B89C;
  border-radius: 25px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}
div.item__partline .item__partline--circle--arr {
  display: block;
  height: 10px;
  width: 10px;
  border-left: 1px solid #D1B89C;
  border-bottom: 1px solid #D1B89C;
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}

dl.layout__clm2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dl.layout__clm2 dd {
  width: 47%;
}
@media screen and (max-width: 640px) {
  dl.layout__clm2 dd {
    width: 100%;
  }
  dl.layout__clm2 dd + dd {
    margin-top: 2rem;
  }
}
dl.layout__clm2 dd h4 {
  width: 100%;
}
dl.layout__clm2 + h3, dl.layout__clm2 + h4 {
  margin-top: 60px;
}

ul > li strong {
  color: #c00;
}
ul.ul__square, .junior__post ul, .lesson__post ul, .facilities__clm--txt > ul, .price__post > ul {
  margin-left: 1.5em;
}
ul.ul__square li, .junior__post ul li, .lesson__post ul li, .facilities__clm--txt > ul li, .price__post > ul li {
  font-size: 15px;
  list-style-type: square;
}
@media screen and (max-width: 640px) {
  ul.ul__square li, .junior__post ul li, .lesson__post ul li, .facilities__clm--txt > ul li, .price__post > ul li {
    font-size: 12px;
  }
}
ul + p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  ul + p {
    margin-top: 5px;
  }
}
ul + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  ul + h3 {
    margin-top: 20px;
  }
}
ul + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  ul + h4 {
    margin-top: 15px;
  }
}
ul + h5 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  ul + h5 {
    margin-top: 10px;
  }
}

ol > li strong {
  color: #c00;
}
ol.ol__decimal, .lesson__post ol {
  margin-left: 1.5em;
}
ol.ol__decimal li, .lesson__post ol li {
  font-size: 15px;
  list-style-type: decimal;
}
@media screen and (max-width: 640px) {
  ol.ol__decimal li, .lesson__post ol li {
    font-size: 12px;
  }
}
ol + p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  ol + p {
    margin-top: 5px;
  }
}
ol + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  ol + h3 {
    margin-top: 20px;
  }
}
ol + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  ol + h4 {
    margin-top: 15px;
  }
}
ol + h5 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  ol + h5 {
    margin-top: 10px;
  }
}

h2.head--border {
  display: flex;
  align-items: center;
}
h2.head--border:before, h2.head--border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
h2.head--border:before {
  margin-right: 1rem;
}
h2.head--border:after {
  margin-left: 1rem;
}
h2.head--border--after {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  h2.head--border--after {
    font-size: 24px;
  }
}
h2.head--border--after:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #684130;
}
h2.head--border--after:after {
  margin-left: 1rem;
}

table.table__design, .junior__post table, .lesson__post table, .price__post table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border: 0 0 1px 0;
}
@media screen and (max-width: 640px) {
  table.table__design, .junior__post table, .lesson__post table, .price__post table {
    min-width: 800px;
  }
}
table.table__design tr th, .junior__post table tr th, .lesson__post table tr th, .price__post table tr th, table.table__design tr td, .junior__post table tr td, .lesson__post table tr td, .price__post table tr td {
  font-size: 16px;
  line-height: 1.6;
  padding: 0.8em 1em;
  border: 0;
}
@media screen and (max-width: 640px) {
  table.table__design tr th, .junior__post table tr th, .lesson__post table tr th, .price__post table tr th, table.table__design tr td, .junior__post table tr td, .lesson__post table tr td, .price__post table tr td {
    font-size: 12px;
    padding: 0.5em;
  }
}
table.table__design tr th, .junior__post table tr th, .lesson__post table tr th, .price__post table tr th {
  background-color: #4FAEEA;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
table.table__design tr th + th, .junior__post table tr th + th, .lesson__post table tr th + th, .price__post table tr th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.6) !important;
}
table.table__design tr td, .junior__post table tr td, .lesson__post table tr td, .price__post table tr td {
  text-align: center;
}
table.table__design tr td + td, .junior__post table tr td + td, .lesson__post table tr td + td, .price__post table tr td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
table.table__design tr:nth-child(odd) td, .junior__post table tr:nth-child(odd) td, .lesson__post table tr:nth-child(odd) td, .price__post table tr:nth-child(odd) td {
  background: #efefef;
}
table.table__design tr + tr > th, .junior__post table tr + tr > th, .lesson__post table tr + tr > th, .price__post table tr + tr > th {
  border-top: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.wp-block-table {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .wp-block-table {
    overflow-x: scroll;
  }
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #ccc;
}
.wp-block-table + ul, .wp-block-table + p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .wp-block-table + ul, .wp-block-table + p {
    margin-top: 5px;
  }
}
.wp-block-table + h3 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .wp-block-table + h3 {
    margin-top: 40px;
  }
}
.wp-block-table + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .wp-block-table + h4 {
    margin-top: 15px;
  }
}
.wp-block-table table + figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .wp-block-table table + figcaption {
    margin-top: 5px;
  }
}
.wp-block-table > figcaption {
  font-size: 14px;
  line-height: 1.6;
}

/* container  */
#container {
  width: 100%;
  box-sizing: border-box;
  padding-top: 210px;
}
@media screen and (max-width: 640px) {
  #container {
    padding-top: 28vw;
  }
}

.tabmenu__block {
  width: 100%;
}
.tabmenu__block--tab {
  background-color: #ECEBE7;
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .tabmenu__block--tab {
    padding: 0.5em;
  }
}
.tabmenu__block #tab__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  width: 100%;
}
.tabmenu__block #tab__menu li {
  padding: 0;
  text-align: center;
  list-style: none;
}
.tabmenu__block #tab__menu li > a {
  display: block;
  color: #111;
  text-decoration: none;
  font-size: 125%;
  font-weight: 700;
  text-align: center;
  border-radius: 7px;
  padding: 1em 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .tabmenu__block #tab__menu li > a {
    padding: 0.5em;
  }
}
.tabmenu__block #tab__menu li.selected a {
  background: linear-gradient(180deg, #FFFFFF 34.5%, #F0F5F8 100%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
}
.tabmenu__block #tab__menu li.selected:hover a {
  color: #111;
  cursor: inherit;
}
.tabmenu__block #tab__menu li:hover a {
  background-color: rgba(0, 0, 0, 0.06);
}
.tabmenu__block #tab__menu li + li {
  margin-top: 0;
}

.top__section {
  width: 90%;
  max-width: 1150px;
  margin-inline: auto;
}
.top__section + .top__section {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .top__section + .top__section {
    margin-top: 40px;
  }
}
.top__section.size__full {
  width: 100%;
  max-width: 100%;
}
.top__section--read + dl {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .top__section--read + dl {
    margin-top: 30px;
  }
}
.top__section p + ul, .top__section p + ol, .top__section p + table, .top__section p + figure, .top__section p + div {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .top__section p + ul, .top__section p + ol, .top__section p + table, .top__section p + figure, .top__section p + div {
    margin-top: 10px;
  }
}
.top__section p + h3, .top__section p + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .top__section p + h3, .top__section p + h4 {
    margin-top: 15px;
  }
}
.top__section ul + p, .top__section ul + ul, .top__section ul + ol, .top__section ul + table, .top__section ul + figure, .top__section ul + div {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .top__section ul + p, .top__section ul + ul, .top__section ul + ol, .top__section ul + table, .top__section ul + figure, .top__section ul + div {
    margin-top: 10px;
  }
}
.top__section ol {
  margin-left: 1.5em;
}
.top__section ol > li {
  list-style-type: decimal;
}
.top__section ol + p, .top__section ol + ul, .top__section ol + ol, .top__section ol + table, .top__section ol + figure, .top__section ol + div {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .top__section ol + p, .top__section ol + ul, .top__section ol + ol, .top__section ol + table, .top__section ol + figure, .top__section ol + div {
    margin-top: 10px;
  }
}
.top__section table + p, .top__section table + ul, .top__section table + ol, .top__section table + table, .top__section table + figure, .top__section table + div {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .top__section table + p, .top__section table + ul, .top__section table + ol, .top__section table + table, .top__section table + figure, .top__section table + div {
    margin-top: 10px;
  }
}
.top__topicslist a {
  display: grid;
  grid-template-columns: 1fr 6fr;
  box-sizing: border-box;
  padding: 1.5em 0;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 640px) {
  .top__topicslist a {
    grid-template-columns: 1fr;
  }
}
.top__topicslist a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.top__topicslist a > dt p {
  text-align: center;
  font-weight: 700;
  color: #4FAEEA;
}
@media screen and (max-width: 640px) {
  .top__topicslist a > dt p {
    text-align: left;
  }
}
.top__topicslist a > dd p {
  text-align: left;
}
.top__topicslist a > dd p.icon__pdf {
  line-height: 1.3;
}
.top__topicslist a > dd p.icon__pdf::before {
  content: "\f1c1";
  font-family: Font Awesome\ 6 Free;
  font-weight: 900;
  color: #c00;
  margin-right: 0.3em;
  font-size: 20px;
  position: relative;
}

.common__keyvisual {
  height: 20vh;
  max-height: 80px;
  background-color: #4FAEEA;
}

.contents__h2 {
  text-align: center;
}
.contents__h2 > span {
  border-bottom: 5px solid #4FAEEA;
  padding: 0 0.3em 0.3em;
  font-size: 30px;
  color: #222;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contents__h2 > span {
    font-size: 22px;
  }
}
.contents__h2 + .contents__h3, .single__article--content .contents__h2 + h3, .contents__h2 + dl, .contents__h2 + div {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .contents__h2 + .contents__h3, .single__article--content .contents__h2 + h3, .contents__h2 + dl, .contents__h2 + div {
    margin-top: 20px;
  }
}
.contents__h3, .single__article--content h3, .single__article--content .lesson__post > h3, .single__article--content .junior__post > h3, .junior__post > .contents__h3, .lesson__post > .contents__h3 {
  font-size: 22px;
  color: #222;
  text-align: left;
  font-weight: 700;
  border-left: 5px solid #4FAEEA;
  padding: 0.1em 0.3em;
}
@media screen and (max-width: 640px) {
  .contents__h3, .single__article--content h3, .single__article--content .lesson__post > h3, .single__article--content .junior__post > h3, .junior__post > .contents__h3, .lesson__post > .contents__h3 {
    font-size: 16px;
  }
}
.contents__h3 + .contents__h4, .single__article--content .contents__h3 + h4, .single__article--content h3 + .contents__h4, .single__article--content h3 + h4, .junior__post > .contents__h3 + h4, .single__article--content .junior__post > h3 + h4, .lesson__post > .contents__h3 + h4, .single__article--content .lesson__post > h3 + h4, .facilities__clm--txt > .contents__h3 + h4, .contents__h3 + h4.wp-block-heading, .contents__h3 + .price__post, .single__article--content h3 + .price__post, .contents__h3 + p, .single__article--content h3 + p, .single__article--content .lesson__post > h3 + p, .single__article--content .junior__post > h3 + p, .junior__post > .contents__h3 + p, .lesson__post > .contents__h3 + p, .contents__h3 + ul, .single__article--content h3 + ul, .single__article--content .lesson__post > h3 + ul, .single__article--content .junior__post > h3 + ul, .junior__post > .contents__h3 + ul, .lesson__post > .contents__h3 + ul, .contents__h3 + ol, .single__article--content h3 + ol, .single__article--content .lesson__post > h3 + ol, .single__article--content .junior__post > h3 + ol, .junior__post > .contents__h3 + ol, .lesson__post > .contents__h3 + ol {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .contents__h3 + .contents__h4, .single__article--content .contents__h3 + h4, .single__article--content h3 + .contents__h4, .single__article--content h3 + h4, .junior__post > .contents__h3 + h4, .single__article--content .junior__post > h3 + h4, .lesson__post > .contents__h3 + h4, .single__article--content .lesson__post > h3 + h4, .facilities__clm--txt > .contents__h3 + h4, .contents__h3 + h4.wp-block-heading, .contents__h3 + .price__post, .single__article--content h3 + .price__post, .contents__h3 + p, .single__article--content h3 + p, .single__article--content .lesson__post > h3 + p, .single__article--content .junior__post > h3 + p, .junior__post > .contents__h3 + p, .lesson__post > .contents__h3 + p, .contents__h3 + ul, .single__article--content h3 + ul, .single__article--content .lesson__post > h3 + ul, .single__article--content .junior__post > h3 + ul, .junior__post > .contents__h3 + ul, .lesson__post > .contents__h3 + ul, .contents__h3 + ol, .single__article--content h3 + ol, .single__article--content .lesson__post > h3 + ol, .single__article--content .junior__post > h3 + ol, .junior__post > .contents__h3 + ol, .lesson__post > .contents__h3 + ol {
    margin-top: 10px;
  }
}
.contents__h4, .single__article--content h4, .junior__post > h4, .lesson__post > h4, .facilities__clm--txt > h4 {
  font-size: 18px;
  color: #222;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contents__h4, .single__article--content h4, .junior__post > h4, .lesson__post > h4, .facilities__clm--txt > h4 {
    font-size: 14px;
  }
}
.contents__h4::before, .single__article--content h4::before, .junior__post > h4::before, .lesson__post > h4::before, .facilities__clm--txt > h4::before {
  content: "●";
  color: #4FAEEA;
  margin-right: 0.2em;
}
.contents__h4 + figure, .single__article--content h4 + figure, .junior__post > h4 + figure, .lesson__post > h4 + figure, .facilities__clm--txt > h4 + figure, .contents__h4 + table, .single__article--content h4 + table, .junior__post > h4 + table, .lesson__post > h4 + table, .facilities__clm--txt > h4 + table, .contents__h4 + div, .single__article--content h4 + div, .junior__post > h4 + div, .lesson__post > h4 + div, .facilities__clm--txt > h4 + div, .contents__h4 + p, .single__article--content h4 + p, .junior__post > h4 + p, .lesson__post > h4 + p, .facilities__clm--txt > h4 + p, .contents__h4 + ul, .single__article--content h4 + ul, .junior__post > h4 + ul, .lesson__post > h4 + ul, .facilities__clm--txt > h4 + ul, .contents__h4 + ol, .single__article--content h4 + ol, .junior__post > h4 + ol, .lesson__post > h4 + ol, .facilities__clm--txt > h4 + ol {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .contents__h4 + figure, .single__article--content h4 + figure, .junior__post > h4 + figure, .lesson__post > h4 + figure, .facilities__clm--txt > h4 + figure, .contents__h4 + table, .single__article--content h4 + table, .junior__post > h4 + table, .lesson__post > h4 + table, .facilities__clm--txt > h4 + table, .contents__h4 + div, .single__article--content h4 + div, .junior__post > h4 + div, .lesson__post > h4 + div, .facilities__clm--txt > h4 + div, .contents__h4 + p, .single__article--content h4 + p, .junior__post > h4 + p, .lesson__post > h4 + p, .facilities__clm--txt > h4 + p, .contents__h4 + ul, .single__article--content h4 + ul, .junior__post > h4 + ul, .lesson__post > h4 + ul, .facilities__clm--txt > h4 + ul, .contents__h4 + ol, .single__article--content h4 + ol, .junior__post > h4 + ol, .lesson__post > h4 + ol, .facilities__clm--txt > h4 + ol {
    margin-top: 5px;
  }
}
.contents__h5, .lesson__post > h5, .price__post h5 {
  font-size: 14px;
  color: #fff;
  background-color: #222;
  text-align: left;
  font-weight: 500;
  padding: 2px 5px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .contents__h5, .lesson__post > h5, .price__post h5 {
    font-size: 13px;
  }
}
.contents__h5 + figure, .lesson__post > h5 + figure, .price__post h5 + figure, .contents__h5 + table, .lesson__post > h5 + table, .price__post h5 + table, .contents__h5 + div, .lesson__post > h5 + div, .price__post h5 + div, .contents__h5 + p, .lesson__post > h5 + p, .price__post h5 + p, .contents__h5 + ul, .lesson__post > h5 + ul, .price__post h5 + ul {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .contents__h5 + figure, .lesson__post > h5 + figure, .price__post h5 + figure, .contents__h5 + table, .lesson__post > h5 + table, .price__post h5 + table, .contents__h5 + div, .lesson__post > h5 + div, .price__post h5 + div, .contents__h5 + p, .lesson__post > h5 + p, .price__post h5 + p, .contents__h5 + ul, .lesson__post > h5 + ul, .price__post h5 + ul {
    margin-top: 5px;
  }
}

.price__post * + h5 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .price__post * + h5 {
    margin-top: 15px;
  }
}
.price__post + .price__post {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .price__post + .price__post {
    margin-top: 10px;
  }
}
.price__post > p {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .price__post > p {
    font-size: 12px;
  }
}
.price__post > p + h5 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .price__post > p + h5 {
    margin-top: 15px;
  }
}
.price__post > ul li {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .price__post > ul li {
    font-size: 12px;
  }
}
.price__post table tr td:nth-last-of-type(1) {
  width: 18%;
}
.price__post table tr td:nth-last-of-type(2) {
  width: 18%;
}
.price__post table tr td:nth-last-of-type(3) {
  width: 18%;
}
.price__post table tr td:nth-last-of-type(4) {
  width: 18%;
}

.facilities__clm {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px 50px;
}
@media screen and (max-width: 640px) {
  .facilities__clm {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.facilities__clm--ph {
  overflow: hidden;
  border-radius: 15px;
}
.facilities__clm--ph img {
  width: 100%;
  height: auto;
}
.facilities__clm--txt p + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .facilities__clm--txt p + h4 {
    margin-top: 15px;
  }
}
.lesson__post table tr th {
  width: 30%;
}
.lesson__post .school__tbl table tr th {
  width: auto;
}
.lesson__post .school__tbl table tr td:nth-last-of-type(1), .lesson__post .school__tbl table tr td:nth-last-of-type(2) {
  width: 18%;
}
.lesson__post .school__tbl table tr td:nth-last-of-type(3), .lesson__post .school__tbl table tr td:nth-last-of-type(4) {
  width: 40px;
}
.lesson__post + .lesson__post {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .lesson__post + .lesson__post {
    margin-top: 30px;
  }
}

.junior__post > p + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .junior__post > p + h4 {
    margin-top: 15px;
  }
}
.junior__post > p > strong {
  color: #c00;
  font-size: 125%;
  font-weight: 900;
}
.junior__post table tr td:nth-of-type(2) {
  width: 50%;
}
.junior__post + .junior__post {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .junior__post + .junior__post {
    margin-top: 30px;
  }
}

.access__map > iframe {
  width: 100%;
  height: 40vw;
  border: 0;
}
@media screen and (max-width: 640px) {
  .access__map > iframe {
    height: 80vw;
  }
}
.access__map + .access__post {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .access__map + .access__post {
    margin-top: 15px;
  }
}
.access__post {
  width: 90%;
  max-width: 1150px;
  margin-inline: auto;
}
.access__post table {
  width: 100%;
  border: 1px 0 1px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.access__post table tr th, .access__post table tr td {
  font-size: 16px;
  padding: 1.5rem;
}
@media screen and (max-width: 640px) {
  .access__post table tr th, .access__post table tr td {
    font-size: 12px;
    padding: 1em;
    display: block;
    text-align: center;
  }
}
.access__post table tr td {
  border: 0;
}
.access__post table tr td > strong {
  font-size: 125%;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .access__post table tr td > strong {
    font-size: 110%;
  }
}
.access__post table tr td:nth-of-type(1) {
  text-align: right;
  width: 18%;
  box-sizing: border-box;
  padding-right: 1em;
}
@media screen and (max-width: 640px) {
  .access__post table tr td:nth-of-type(1) {
    width: 100%;
    text-align: center;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .access__post table tr td + td {
    border-top: 0;
  }
}
.access__post table tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.privacy__iframe {
  overflow-y: scroll;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 20vw;
  border-radius: 10px;
  padding: 2rem 5rem 5rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .privacy__iframe {
    padding: 1.5em;
    border-radius: 5px;
    height: 40vw;
  }
}
.privacy__iframe:hover::-webkit-scrollbar {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.6;
}
.privacy__iframe::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.privacy__iframe::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.privacy__iframe h2 {
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .privacy__iframe h2 {
    font-size: 15px;
  }
}
.privacy__iframe h2 + h3 {
  margin-top: 10px;
}
.privacy__iframe h3 {
  font-weight: 900;
  color: #ccc;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .privacy__iframe h3 {
    font-size: 15px;
  }
}
.privacy__iframe h3 + p, .privacy__iframe h3 + ol {
  margin-top: 5px;
}
.privacy__iframe p {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .privacy__iframe p {
    font-size: 11px;
  }
}
.privacy__iframe ol {
  margin-left: 1.5em;
}
.privacy__iframe ol li {
  list-style-type: decimal;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .privacy__iframe ol li {
    font-size: 11px;
  }
}
.privacy__iframe ol + h3 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .privacy__iframe ol + h3 {
    margin-top: 15px;
  }
}

.single__article {
  width: 90%;
  max-width: 1150px;
  margin-inline: auto;
}
.single__article p.link__home a {
  display: block;
}
.single__article p.link__home a::before {
  content: "\f104";
  font-family: Font Awesome\ 6 Free;
  font-weight: 900;
  margin-right: 0.3em;
  position: relative;
}
.single__article p.link__home + h1 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .single__article p.link__home + h1 {
    margin-top: 15px;
  }
}
.single__article--h1 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 640px) {
  .single__article--h1 {
    font-size: 22px;
  }
}
.single__article--h1 + p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .single__article--h1 + p {
    margin-top: 5px;
  }
}
.single__article--date {
  text-align: right;
}
.single__article--date + div {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .single__article--date + div {
    margin-top: 25px;
  }
}
.single__article--content {
  text-align: left;
}
.single__article--content p + h2, .single__article--content p + h3, .single__article--content p + h4 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .single__article--content p + h2, .single__article--content p + h3, .single__article--content p + h4 {
    margin-top: 20px;
  }
}
.single__article--content h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .single__article--content h2 {
    font-size: 20px;
  }
}
.single__article--content h2 + p, .single__article--content h2 + h3, .single__article--content h2 + h4, .single__article--content h2 + div, .single__article--content h2 + ol, .single__article--content h2 + ul {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .single__article--content h2 + p, .single__article--content h2 + h3, .single__article--content h2 + h4, .single__article--content h2 + div, .single__article--content h2 + ol, .single__article--content h2 + ul {
    margin-top: 15px;
  }
}
.single__article--content ul + h2, .single__article--content ul + h3, .single__article--content ul + h4, .single__article--content ol + h2, .single__article--content ol + h3, .single__article--content ol + h4 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .single__article--content ul + h2, .single__article--content ul + h3, .single__article--content ul + h4, .single__article--content ol + h2, .single__article--content ol + h3, .single__article--content ol + h4 {
    margin-top: 20px;
  }
}
.single__article--content ul + p, .single__article--content ul + ul, .single__article--content ul + ol, .single__article--content ol + p, .single__article--content ol + ul, .single__article--content ol + ol {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .single__article--content ul + p, .single__article--content ul + ul, .single__article--content ul + ol, .single__article--content ol + p, .single__article--content ol + ul, .single__article--content ol + ol {
    margin-top: 10px;
  }
}
.single__article--content + .single__article--paging {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .single__article--content + .single__article--paging {
    margin-top: 30px;
  }
}
.single__article--paging {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .single__article--paging {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.single__article--paging dd p {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.single__article--paging dd:nth-of-type(2) p {
  text-align: right;
}

/* section__404 */
.section__404 {
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
  padding-top: 65px;
  padding-bottom: 65px;
}
.section__404 h1 {
  font-size: 350px;
  line-height: 1;
  text-align: center;
  color: #f5f3f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.section__404 h1 span {
  display: block;
  font-size: 50px;
  color: #f5f3f0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.section__404 h1 + p {
  margin-top: 80px;
}

.ff-sans, .home-slider-item-innerlist li {
  font-family: "Shippori Mincho";
  font-weight: 400;
}

.home-slider.mt {
  margin-top: 70px;
}
.home-slider-container {
  position: relative;
  margin-top: 15px;
}
.home-slider-item {
  margin-top: 0;
  height: 100%;
}
.home-slider-item-inner {
  display: block;
  height: 100%;
  background: #fff;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .home-slider-item-inner {
    margin: 0 15px;
  }
}
.home-slider-item-heading, .home-slider-item-textbox {
  padding: 8px 25px;
}
.home-slider-item-heading {
  background: #dacab6;
}
.home-slider-item-heading .text {
  font-size: 1.6rem;
}
.home-slider-item-innerlist li {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #684130;
}
.home-slider-item-innerlist li:nth-of-type(n + 2) {
  margin-top: 0;
}
.home-slider-button {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 6%;
  background: none;
  border: 0;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .home-slider-button {
    bottom: 6%;
    width: 40px;
    height: 40px;
  }
}
.home-slider-button::after {
  content: none;
}
.home-slider-button img {
  width: 100%;
  filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.1));
}
.home-slider-button.home-slider-button-prev {
  left: 20px;
}
.home-slider-button.home-slider-button-next {
  right: 20px;
}
.home-slider .slick-track {
  display: flex;
}
.home-slider .slick-slide {
  height: auto !important;
}
.home-slider .slick-slide > div {
  height: 100%;
}
.home-slider .slick-list {
  overflow: visible !important;
}
.home-slider .slick-dots {
  position: static;
  margin-top: 15px;
}
.home-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7.5px;
}
.home-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.home-slider .slick-dots li button:focus-visible {
  outline: 2px solid #000;
}
.home-slider .slick-dots li button::before {
  content: "";
  background: #ddd;
  border-radius: 50%;
  font-size: 0;
  color: transparent !important;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
}
.home-slider .slick-dots li.slick-active button::before {
  background: #414cb9;
  opacity: 1 !important;
}
.home-slider-heading {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #684130;
}
.home-slider-1 .slick-slider {
  width: calc(100% + 10px);
  margin-left: -5px;
}
@media screen and (min-width: 640px) {
  .home-slider-1 .slick-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.home-slider-1 .slick-list {
  padding-right: 10%;
}
@media screen and (min-width: 640px) {
  .home-slider-1 .slick-list {
    padding-right: 45%;
  }
}
@media screen and (min-width: 980px) {
  .home-slider-1 .slick-list {
    padding-right: 0;
  }
}
.home-slider-2 .slick-slider {
  width: calc(100% + 10px);
  margin-left: -5px;
}
@media screen and (min-width: 640px) {
  .home-slider-2 .slick-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.home-slider-2 .slick-list {
  padding-right: 30%;
}
@media screen and (min-width: 640px) {
  .home-slider-2 .slick-list {
    padding-right: 55%;
  }
}
@media screen and (min-width: 980px) {
  .home-slider-2 .slick-list {
    padding-right: 0;
  }
}
.home-slider-3 .slick-list {
  padding-right: 10%;
}
@media screen and (min-width: 640px) {
  .home-slider-3 .slick-list {
    padding-right: 45%;
  }
}
@media screen and (min-width: 980px) {
  .home-slider-3 .slick-list {
    padding-right: 24%;
  }
}
.home-voice-item-inner {
  background: #f5f3f0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media screen and (min-width: 640px) {
  .home-voice-item-inner {
    padding: 30px 40px;
  }
}
.home-voice-item-inner p {
  line-height: 1.6;
}
.home-voice-item-heading {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  color: #a3713a;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
.home-voice-item-condition {
  font-size: 14px;
  line-height: 1.6;
  color: #a3713a;
}
@media screen and (min-width: 640px) {
  .home-voice-item-condition {
    font-size: 14px;
  }
}
.home-blog-item-inner {
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.home-blog-item-thumb {
  overflow: hidden;
  aspect-ratio: 1/0.6;
  display: flex;
  align-items: center;
}
.home-blog-item-thumb img {
  width: 100%;
  height: auto !important;
}
.home-blog-item-header {
  display: flex;
  color: #a3713a;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 6px;
  align-items: center;
}
.home-blog-item-time {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.home-blog-item-time::after {
  content: "|";
  margin: 0 0.6em;
}
.home-blog-item-cat {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.home-blog-item-title {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #684130;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */