@charset "UTF-8";
/* ------------------------------------------------------------------------------
*
* Layout
*
* ------------------------------------------------------------------------------ */
/*------------------------------
*
* base styles
*
------------------------------*/
/* css custom properties
-------------------------*/
:root {
  /* font-size */
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-base: 0.875rem;
  --font-size-15: clamp(0.82rem, calc(0.761rem + 0.0026978417 * 100vw), 0.891rem);
  --font-size-16: clamp(0.875rem, calc(0.812rem + 0.0028776978 * 100vw), 0.95rem);
  --font-size-17: clamp(0.93rem, calc(0.863rem + 0.003057554 * 100vw), 1.009rem);
  --font-size-18: clamp(0.998rem, calc(0.987rem + 0.0005395683 * 100vw), 1.013rem);
  --font-size-20: clamp(1.109rem, calc(1.096rem + 0.0005995204 * 100vw), 1.125rem);
  --font-size-24: clamp(1.223rem, calc(1.115rem + 0.0048920863 * 100vw), 1.35rem);
  --font-size-22: clamp(1.121rem, calc(1.023rem + 0.0044844125 * 100vw), 1.238rem);
  --font-size-25: clamp(1.199rem, calc(1.124rem + 0.0034472422 * 100vw), 1.289rem);
  --font-size-26: clamp(1.247rem, calc(1.169rem + 0.0035851319 * 100vw), 1.341rem);
  --font-size-27: clamp(1.295rem, calc(1.214rem + 0.0037230216 * 100vw), 1.392rem);
  --font-size-28: clamp(1.343rem, calc(1.259rem + 0.0038609113 * 100vw), 1.444rem);
  --font-size-30: clamp(1.427rem, calc(1.248rem + 0.0081834532 * 100vw), 1.641rem);
  --font-size-32: clamp(1.523rem, calc(1.332rem + 0.0087290168 * 100vw), 1.75rem);
  --font-size-33: clamp(1.547rem, calc(1.417rem + 0.0059352518 * 100vw), 1.702rem);
  --font-size-34: clamp(1.594rem, calc(1.46rem + 0.0061151079 * 100vw), 1.753rem);
  --font-size-35: clamp(1.641rem, calc(1.503rem + 0.006294964 * 100vw), 1.805rem);
  --font-size-36: clamp(1.688rem, calc(1.546rem + 0.0064748201 * 100vw), 1.856rem);
  --font-size-40: clamp(1.737rem, calc(1.465rem + 0.012470024 * 100vw), 2.063rem);
  --font-size-45: clamp(1.955rem, calc(1.648rem + 0.014028777 * 100vw), 2.32rem);
  --font-size-48: clamp(2.085rem, calc(1.758rem + 0.0149640288 * 100vw), 2.475rem);
  --font-size-50: clamp(1.875rem, calc(1.285rem + 0.0269784173 * 100vw), 2.578rem);
  --font-size-55: clamp(2.063rem, calc(1.413rem + 0.029676259 * 100vw), 2.836rem);
  --font-size-56: clamp(2.1rem, calc(1.439rem + 0.0302158273 * 100vw), 2.887rem);
  --font-size-60: clamp(1.603rem, calc(0.352rem + 0.0571942446 * 100vw), 3.094rem);
  --font-size-64: clamp(1.71rem, calc(0.375rem + 0.0610071942 * 100vw), 3.3rem);
  /* width base settings */
  --min-contents-width: 350px;
  --wide-inner-width: 100%;
  --inner-width: 100%;
  /* border-radius */
  --round-5: 3px;
  --round-10: 8px;
  --round-20: 16px;
  --round-30: 24px;
  --round-full: 999px;
  /* logo width */
  --logo-width: 64px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 56px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-bold);
  --btn-letter-space: var(--letter-spacing-regular);
  --btn-padding-x: 1em;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  --btn-width-xs: 180px;
  --btn-width-small: 200px;
  --btn-width-regular: 240px;
  --btn-width-medium: 300px;
  --btn-width-large: 350px;
  --btn-width-xl: 400px;
  --btn-font-family: var(--font-sub);
  /* header */
  --header-height: 80px;
  /* prev next settings */
  --prev-next-link-width: 7.5em;
  --prev-next-back-link-width: 5em;
  --prev-next-link-gutter: 12px;
  --prev-next-link-padding: 1em 1.25em;
  --prev-next-link-round: 3em;
  --prev-next-link-color: #b3b3b3;
  --prev-next-link-bg-color: var(--color-gray);
  --prev-next-link-hov-color: var(--color-white);
  --prev-next-link-hov-bg-color: var(--color-main);
  --prev-next-link-font-size: var(--font-size-13);
  /* tag btn settings */
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-gray);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-main);
  --tag-btn-round: 3em;
  --tag-btn-padding: 1em 1.5em;
  --tag-btn-font-size: var(--font-size-13);
  /* pagenation settings */
  --pagenation-margin-top: 32px;
  --pagenation-item-width: 3em;
  --pagenation-item-height: 3em;
  --pagenation-item-round: 4px;
  --pagenation-item-font-size: var(--font-size-base);
  --pagenation-item-font-weight: var(--font-weight-medium);
  --pagenation-item-space: 5px;
  --pagenation-item-bg-color: var(--color-gray);
  --pagenation-item-color: #b3b3b3;
  --pagenation-item-current-color: var(--color-white);
  --pagenation-item-current-bg-color: var(--color-main);
  /* drawer settings */
  --drawer-btn-bg: var(--color-main);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-main);
  --drawer-link-font-size: clamp(0.938rem, calc(0.78rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-main);
  --drawer-link-border-color: rgb(var(--color-text-main-rgb) / 0.4);
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-main);
  min-width: var(--min-contents-width);
  margin: 0 auto;
  position: relative;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  background-color: var(--color-white);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
}
.header__inner {
  padding: 10px 3.5%;
  box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  z-index: 10;
  background-color: var(--color-main);
  color: var(--color-white);
}
.footer::before {
  content: "";
  height: 20px;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  translate: 0% calc(-100% + 1px);
  background: url("/img/common/footer_wave.png") no-repeat bottom center/100% auto;
}
.footer__inner {
  padding-block: 48px 32px;
}
.footer__logo {
  --logo-width: 72px;
  margin-bottom: 36px;
}
.footer-nav {
  display: flex;
  width: 100%;
  gap: 0 4%;
  margin-top: 40px;
}
.footer-nav__list {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em 0;
}
.footer-nav__link {
  line-height: 1;
  transition: 0.3s;
  font-size: var(--font-size-12);
  letter-spacing: normal;
  font-weight: var(--font-weight-medium);
  padding-left: 1.25em;
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
}
.footer-nav__link::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: var(--color-light-yellow);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0% -50%;
  transition: 0.3s;
}
.footer-nav__link:hover {
  opacity: 0.7;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dashed var(--color-theme);
}
.footer__top-right {
  display: flex;
  flex-direction: column;
}
.footer__business-info {
  margin-top: 10px;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.footer__line-btn {
  width: 265px;
  --btn-font-size: var(--font-size-17);
  --btn-letter-space: var(--letter-spacing-none);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.footer__bottom-right {
  width: 100%;
}
.footer__copy {
  margin-top: 32px;
  font-size: 11px;
  letter-spacing: var(--letter-spacing-small);
  font-weight: var(--font-weight-medium);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  color: var(--color-theme);
}

/* ===========================================
*  
*  main layouts
* 
* ======================================== */
.wrapper {
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  transition: 0.3s;
  display: block;
}
.logo img {
  width: 100%;
  display: block;
}
.logo:hover {
  opacity: 0.7;
}

/* 
inner クラス
-------------------------*/
.inner,
.wide-inner {
  padding-inline: 5%;
  width: 100%;
  margin: 0 auto;
}

/*------------------------------
*
* title
*
------------------------------*/
/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ttl-img--center img {
  object-position: center;
}

.ttl-img--left img {
  object-position: left center;
}

.ttl-img--right img {
  object-position: right center;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  font-size: var(--font-size-30);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.cmn-ttl--center {
  /* 中央揃え */
  align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  align-items: flex-end;
  text-align: right;
}
.cmn-ttl__main {
  font-size: 1em;
  letter-spacing: var(--letter-spacing-regular);
  margin-block: -0.25em;
  display: inline-block;
}
.cmn-ttl__main--deco-lr {
  position: relative;
  z-index: 1;
}
.cmn-ttl__main--deco-lr::after, .cmn-ttl__main--deco-lr::before {
  position: absolute;
  z-index: -1;
  content: "";
}
.cmn-ttl__main--deco-lr::before {
  width: 3.5em;
  height: 2.05em;
  background: url("/img/top/ttl_symptoms_l.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  translate: -3.5em -1em;
}
.cmn-ttl__main--deco-lr::after {
  width: 3.5em;
  height: 2.05em;
  background: url("/img/top/ttl_symptoms_r.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 3.325em 0.7em;
}
.cmn-ttl--deco-b {
  gap: 20px;
  margin-bottom: 40px;
}
.cmn-ttl--deco-b::after {
  content: "";
  width: 2.7em;
  height: 1.275em;
  background: url("/img/top/ttl_news_b.png") no-repeat top center/contain;
  display: block;
}

.cmn-subttl {
  margin-bottom: 24px;
  text-align: center;
}
.cmn-subttl__main {
  font-size: var(--font-size-28);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  display: inline-block;
  margin-block: -0.25em;
  position: relative;
  z-index: 1;
  padding-inline: 2.2777777778em;
}
.cmn-subttl__main::after, .cmn-subttl__main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  translate: 0 -50%;
  width: 1.6666666667em;
  height: 1.25em;
}
.cmn-subttl__main::before {
  background: url("/img/common/sub-ttl_l.png") no-repeat top center/contain;
  left: 0;
}
.cmn-subttl__main::after {
  background: url("/img/common/sub-ttl_r.png") no-repeat top center/contain;
  right: 0;
}

/* cmn-border-left-ttl
-------------------------*/
.cmn-border-left-ttl {
  font-size: var(--font-size-24);
  color: var(--color-main-dark);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  background: url("/img/top/ttl_news_b.png") no-repeat top center/contain;
  line-height: 1.3;
  padding-left: 0.8em;
  border-left: 4px solid var(--color-main-medium);
}

/* cmn-border-bottom-ttl
-------------------------*/
.cmn-border-bottom-ttl {
  font-size: var(--font-size-26);
  color: var(--color-main);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-regular);
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #d6cec4;
}

/* cmn-bg-ttl
-------------------------*/
.cmn-bg-ttl {
  border-radius: var(--round-10);
  background: url("/img/common/green_stripe.png") repeat center/auto;
  color: var(--color-white);
  letter-spacing: var(--letter-spacing-small);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  font-size: var(--font-size-24);
  padding: 0.4015151515em 1em;
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size:var(--font-size-28);
  --tel-icon-space: 1.3846153846em;
  --tel-icon-position: 0.5em;
  --tel-icon-width: 1.0769230769em;
  --tel-icon-height: 1.0769230769em;
  font-family: var(--font-main, sans-serif);
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: var(--letter-spacing-none);
  font-size: var(--tel-font-size, 28px);
  line-height: 1;
  position: relative;
  display: block;
  width: fit-content;
}
.tel-icon {
  /* icon付き */
  padding-left: var(--tel-icon-space, 1.5em);
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tel-icon::before {
  content: "";
  width: var(--tel-icon-width, 1em);
  height: var(--tel-icon-height, 1em);
  position: absolute;
  top: var(--tel-icon-position, 0.5em);
  left: 0;
  transform: translateY(-50%);
}
.tel-icon--main::before {
  background: url(../img/common/icon_tel.png) no-repeat center/contain;
}
.tel-icon--white::before {
  background: url(../img/common/icon_tel_sub.png) no-repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 20px;
  --sns-icon-size: 30px;
  gap: var(--sns-icon-space);
  display: flex;
  flex-wrap: wrap;
}
.sns__icon {
  width: var(--sns-icon-size);
  transition: 0.3s;
  display: block;
}
.sns__icon:hover {
  opacity: 0.7;
}
.sns__icon img {
  width: 100%;
}

/*------------------------------
*
* table style
*
------------------------------*/
.main-table {
  --table-letter-spacing: var(--letter-spacing-small);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 0.875em;
  --table-th-bg-color: var(--color-main);
  --table-th-color: var(--color-white);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 0.875em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: #d6cec4;
  --table-th-border-color: #d6cec4
  --table-td-border-color: #d6cec4;
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 2;
  font-family: var(--font-sub);
}
.main-table tr {
  width: 100%;
  display: block;
  border-bottom: 2px dashed var(--table-border-color);
}
.main-table tr:not(:last-child) {
  margin-bottom: 12px;
}
.main-table th,
.main-table td {
  display: block;
}
.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-th-bg-color);
  color: var(--table-th-color);
  font-weight: var(--table-th-font-weight);
  text-align: var(--table-th-text-align);
  padding-inline: var(--table-th-x-padding);
  padding-block: var(--table-th-y-padding);
}
.main-table td {
  width: var(--table-td-width);
  background-color: var(--table-td-bg-color);
  color: var(--table-td-color);
  padding-inline: var(--table-td-x-padding);
  padding-block: var(--table-td-y-padding);
}

/*------------------------------
*
* check list style
*
------------------------------*/
.check-list__item {
  padding: 12px 5%;
  border-radius: var(--round-10);
  font-size: var(--font-size-18);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
}
.check-list__item::after {
  content: "";
  width: 2.5em;
  height: 1.875em;
  background: url("/img/common/check_himawari.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  translate: 1.0416666667em 0.3333333333em;
}
.check-list__item > span {
  display: inline-block;
  padding-left: 1.875em;
  position: relative;
  z-index: 1;
}
.check-list__item > span::before {
  content: "";
  width: 1.0416666667em;
  height: 1.0416666667em;
  background: url("/img/common/check_mark.svg") no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}

/*------------------------------
*
* text
*
------------------------------*/
/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  /* どこでも変更できるよう変数化 */
  --sentence-line-height: 2;
  --sentence-p-margin: 1.5em;
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-medium);
  line-height: var(--sentence-line-height);
  /* 疑似要素でline-height分をネガティブマージンで調整 */
}
.cmn-sentence p::before, .cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cmn-sentence p::before {
  margin-top: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p::after {
  margin-bottom: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p:not(:last-child) {
  margin-bottom: var(--sentence-p-margin);
}

/* 
画像
-------------------------*/
.cmn-img img {
  width: 100%;
}

/*------------------------------
*
* business-info
*
------------------------------*/
.cmn-business-info {
  /* 営業時間・定休日をまとめたdl */
  gap: 5px 12px;
  font-size: var(--font-size-14);
  display: flex;
}
.cmn-business-info__item {
  gap: 5px 6px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}
.cmn-business-info__item dt {
  padding: 0 10px;
  text-align: center;
  border-radius: 1em;
  background-color: #d1edc5;
}

/* 
* カラムスタイル
* flexを使用したカラム指定を行うクラスです
* flx-baseとセットで使用します
* col-container-PCColumnNum-SPColumnNum
-------------------------*/
.col-container-2-1,
.col-container-3-1 {
  /* PC2列　SP1列 */
  /* PC3列　SP1列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 40px) var(--col-x-space, 40px);
}
.col-container-2-1 > .col-item,
.col-container-3-1 > .col-item {
  width: 100%;
}

.col-container-2-2,
.col-container-3-2,
.col-container-4-2 {
  /* PC2列　SP2列 */
  /* PC3列　SP2列 */
  /* PC4列　SP2列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 30px) var(--col-x-space, 20px);
}
.col-container-2-2 > .col-item,
.col-container-3-2 > .col-item,
.col-container-4-2 > .col-item {
  width: calc(50% - var(--col-x-space) / 2);
}

/*------------------------------
*
* btn style
*
------------------------------*/
.cmn-btn--rounded {
  border-radius: var(--round-10);
}
.cmn-btn--rounded-full {
  border-radius: var(--round-full);
}
.cmn-btn--primary {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc((var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2);
  background-color: var(--color-text-main);
  color: var(--color-white);
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  background-color: var(--color-text-main-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--icon-line > span {
  padding-left: 32.25px;
  position: relative;
  display: inline-block;
}
.cmn-btn--icon-line > span::before {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/icon_line.svg) no-repeat center/contain;
  content: "";
}
.cmn-btn--arrow-right {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-right::after {
  content: "";
  width: 9px;
  height: 15px;
  background: url("/img/common/arrow_right_white.svg") no-repeat top center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
.cmn-btn--arrow-right:hover::after {
  translate: 25% -50%;
}
.cmn-btn--arrow-down {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-down::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/img/common/arrow_down.svg") no-repeat top center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
.cmn-btn--arrow-down:hover::after {
  translate: 0 -25%;
}
.cmn-btn--xs {
  max-width: var(--btn-width-xs);
}
.cmn-btn--sm {
  width: var(--btn-width-small);
}
.cmn-btn--rg {
  width: var(--btn-width-regular);
}
.cmn-btn--md {
  width: var(--btn-width-medium);
}
.cmn-btn--lg {
  width: var(--btn-width-large);
}
.cmn-btn--xl {
  width: var(--btn-width-xl);
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* mv main visual
*
------------------------------*/
.mv {
  width: 100%;
  height: clamp(320px, 62.5vw, 800px);
  position: relative;
  z-index: 1;
}
.mv__catch {
  width: min(685px, 63.4259259259%);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: 20;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(180px, 39.0625vw, 500px);
  box-sizing: border-box;
  overflow: hidden;
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: var(--font-size-30);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  color: var(--color-white);
  padding: 0.15em 1em;
  border-radius: 1em;
  background: url("/img/common/green_stripe.png") repeat center/auto;
  white-space: nowrap;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  margin-top: var(--pagenation-margin-top);
  display: flex;
  justify-content: center;
}
.pagenation li {
  display: block;
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  border-radius: var(--pagenation-item-round);
  font-size: var(--pagenation-item-font-size);
  line-height: var(--pagenation-item-height);
  font-weight: var(--pagenation-item-font-weight);
  margin: 0 var(--pagenation-item-space);
  color: var(--pagenation-item-color);
  background: var(--pagenation-item-bg-color);
  text-align: center;
  transition: 0.3s;
}
.pagenation li > a {
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  display: grid;
  place-content: center;
}
.pagenation li:has(a):hover {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}
.pagenation .current {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-item-bg-color: var(--color-theme);
  --post-width: 100%;
  --post-item-margin: 16px;
  --post-item-flex-margin-space: 10px;
  --post-link-padding: 16px 20px;
  --post-tags-width: calc(100% - 90px);
  --post-title-font-size: var(--font-size-14);
  --post-date-font-size: var(--font-size-13);
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
  background-color: var(--post-item-bg-color, transparent);
  --hov-bg-color-to: var(--darken-theme-color);
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post__box {
  width: calc(100% - 120px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 100px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  margin-bottom: var(--post-item-flex-margin-space, 12px);
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  line-height: 1;
  font-size: var(--post-date-font-size, 16px);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-small);
  color: var(--color-main);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  width: 100%;
  font-size: var(--post-title-font-size, 16px);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-small);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: var(--font-size-13);
  --tag-height: 20px;
  --tag-x-padding: 13px;
  --tag-round: 1em;
  --tag-color: var(--color-white);
  --tag-bg-color: var(--color-main);
  display: inline-block;
  font-size: var(--tag-font-size);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

.tag-link {
  transition: 0.3s;
}
.tag-link.tag {
  padding: 0;
}
.tag-link > a {
  padding: 0 var(--tag-x-padding);
}
.tag-link:hover {
  background-color: var(--color-sub);
}

.tag-list {
  --tag-space: 5px 5px;
  justify-content: flex-start;
  gap: var(--tag-space);
}

/*------------------------------
*
* tag btn
*
------------------------------*/
.tag-btns {
  margin-bottom: 32px;
  gap: 8px;
}

.tag-btn {
  padding: var(--tag-btn-padding);
  background-color: var(--tag-btn-bg-color);
  color: var(--tag-btn-color);
  border-radius: var(--tag-btn-round);
  font-size: var(--tag-btn-font-size);
  display: inline-block;
  transition: all 0.3s;
  line-height: 1;
}
.tag-btn:hover {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
  opacity: 1;
}
.tag-btn.current {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
}
.prev-next__item.prev, .prev-next__item.next {
  width: var(--prev-next-link-width);
}
.prev-next__item:not(:last-child) {
  margin-right: var(--prev-next-link-gutter);
}
.prev-next__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--prev-next-link-color);
  background-color: var(--prev-next-link-bg-color);
  padding: var(--prev-next-link-padding);
  font-size: var(--prev-next-link-font-size);
}
.prev-next__link:hover {
  background-color: var(--prev-next-link-hov-bg-color);
  color: var(--prev-next-link-hov-color);
  opacity: 1;
}
.prev-next__link.prev, .prev-next__link.next {
  justify-content: center;
  align-items: center;
  border-radius: var(--prev-next-link-round);
  text-align: center;
}
.prev-next__link.back {
  text-align: center;
  border-radius: var(--prev-next-link-round);
  justify-content: center;
  width: var(--prev-next-back-link-width);
}
.prev-next__link.prev, .prev-next__link.next, .prev-next__link.back {
  transition: all 0.3s;
}

/*------------------------------
*
* breadcrumb style
*
------------------------------*/
.bread-crumb {
  display: none;
}

/* ----------------------------------------------------
*  Utility（スタイルの調整用クラス　common.cssにあるものは省略）
*  ---------------------------------------------------- */
/* margin style
  -------------------------*/
.mx--center {
  margin-inline: auto;
}

.mt-tiny {
  margin-top: 8px;
}

.mt-sm {
  margin-top: 16px;
}

.mt-md {
  margin-top: 24px;
}

.mt-lg {
  margin-top: 32px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-2xl {
  margin-top: 48px;
}

.mt-3xl {
  margin-top: 56px;
}

.mt-4xl {
  margin-top: 64px;
}

.mt-huge {
  margin-top: 80px;
}

.mb-tiny {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md {
  margin-bottom: 24px;
}

.mb-lg {
  margin-bottom: 32px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-2xl {
  margin-bottom: 48px;
}

.mb-3xl {
  margin-bottom: 56px;
}

.mb-4xl {
  margin-bottom: 64px;
}

.mb-huge {
  margin-bottom: 80px;
}

/* padding style
-------------------------*/
.cmn-pd {
  padding: 75px 0;
}

.pt-tiny {
  margin-top: 8px;
}

.pt-sm {
  margin-top: 16px;
}

.pt-md {
  margin-top: 24px;
}

.pt-lg {
  margin-top: 32px;
}

.pt-xl {
  margin-top: 40px;
}

.pt-2xl {
  margin-top: 48px;
}

.pt-3xl {
  margin-top: 56px;
}

.pt-4xl {
  margin-top: 64px;
}

.pt-huge {
  margin-top: 80px;
}

.pb-tiny {
  margin-bottom: 8px;
}

.pb-sm {
  margin-bottom: 16px;
}

.pb-md {
  margin-bottom: 24px;
}

.pb-lg {
  margin-bottom: 32px;
}

.pb-xl {
  margin-bottom: 40px;
}

.pb-2xl {
  margin-bottom: 48px;
}

.pb-3xl {
  margin-bottom: 56px;
}

.pb-4xl {
  margin-bottom: 64px;
}

.pb-huge {
  margin-bottom: 80px;
}

/* 
sp時に非表示
-------------------------*/
.sp-none {
  display: none !important;
}

/* ----------------------------------------------------
*  Project （ページごとのスタイルなど）
*  ---------------------------------------------------- */
/* ===========================================
*
* top page style
*
* ======================================== */
/*------------------------------
*
* top-greeting
*
------------------------------*/
.top-greeting {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-greeting__ttl .marker {
  padding-inline: 5px;
}
.top-greeting__img {
  position: static;
  width: min(705px, 100%);
  margin-top: 32px;
  margin-inline: auto;
  display: block;
}
.top-greeting__content {
  width: 100%;
}

/*------------------------------
*
* symptoms
*
------------------------------*/
.symptoms {
  background: url("/img/common/leaf_bl.png") no-repeat bottom left/min(200px, 50%) auto, var(--color-theme);
  padding-bottom: 72px;
  position: relative;
  z-index: 2;
}
.symptoms::after {
  content: "";
  width: min(140px, 37.3333333333%);
  aspect-ratio: 392/407;
  background: url("/img/common/leaf_r.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  translate: 0 -39.312039312%;
}
.symptoms__ttl {
  margin-inline: auto;
  width: fit-content;
  position: relative;
  z-index: 1;
  font-size: var(--font-size-30);
}
.symptoms__ttl .cmn-ttl__main {
  margin-block: 0;
}
.symptoms__ttl::after, .symptoms__ttl::before {
  position: absolute;
  z-index: -1;
  content: "";
}
.symptoms__ttl::before {
  width: 4.6666666667em;
  height: 2.1578947368em;
  background: url("/img/top/ttl_symptoms_l.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  translate: -2em -2.4666666667em;
}
.symptoms__ttl::after {
  width: 4.6666666667em;
  height: 2.1578947368em;
  background: url("/img/top/ttl_symptoms_r.png") no-repeat top center/contain;
  top: 0;
  right: 0;
  translate: 4.2em 0em;
}
.symptoms__ttl .symptoms-txt {
  font-size: var(--font-size-30);
  margin-inline: 5px;
  display: inline-block;
  width: 3.425em;
  height: 1.9em;
  background: url("/img/top/symptoms_txt_bg.png") no-repeat top center/contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  padding-bottom: 0.1em;
  text-align: center;
  line-height: 1;
  letter-spacing: var(--letter-spacing-none);
}
.symptoms__list {
  --col-x-space: 16px;
  --col-y-space: 16px;
  justify-content: center;
}
.symptoms__item {
  max-width: 220px;
}
.symptoms__item:nth-child(1) {
  order: 1;
}
.symptoms__item:nth-child(2) {
  order: 2;
}
.symptoms__item:nth-child(3) {
  order: 3;
}

/*------------------------------
*
* leave
*
------------------------------*/
.leave {
  padding-top: 0;
  background: url("/img/common/leaf_br.png") no-repeat bottom right/min(776px, 60.625%) auto, var(--color-theme);
  position: relative;
  z-index: 10;
}
.leave__header {
  padding: 32px 5% 40px;
  height: auto;
  margin-bottom: 64px;
  background: url("/img/common/green_stripe.png") repeat center/auto;
  position: relative;
  z-index: 1;
}
.leave__header::after {
  content: "";
  width: min(280px, 70%);
  aspect-ratio: 760/290;
  background: url("/img/top/ttl_leave_illust.png") no-repeat top center/contain;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: -1;
  translate: -50% 0%;
}
.leave__ttl {
  margin-bottom: 0;
}
.leave__ttl-top {
  background: url("/img/top/ttl_leave_top.png") no-repeat top center/contain;
  display: inline-block;
  width: 8.4583333333em;
  aspect-ratio: 203/107;
  font-size: 0.75em;
  text-align: center;
  place-content: center;
  padding-top: 0.3em;
}
.leave__list {
  padding-inline: 2%;
  --col-x-space: 24px;
  --col-y-space: 16px;
}
.leave__sentence {
  margin-top: 40px;
}
.leave__cta {
  margin-top: 32px;
  width: 96%;
  padding: 40px 3%;
  border: 1px dashed #ab9f8e;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.leave__cta::before {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/top/leaf_frame_tl.png") no-repeat top left/100px auto, url("/img/top/leaf_frame_br.png") no-repeat bottom right/100px auto;
}
.leave__cta::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #ab9f8e;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -2;
}
.leave__movie {
  width: min(896px, 100%);
  aspect-ratio: 16/9;
  border-radius: var(--round-10);
  border: 4px solid var(--color-white);
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-inline: auto;
}
.leave__movie::before {
  width: min(92px, 15%);
  aspect-ratio: 92/220;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: min(-112px, -20%) 0px;
  background: url("/img/top/movie_himawari.png") no-repeat top center/contain;
}
.leave__movie > img,
.leave__movie > video,
.leave__movie > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border-radius: 8px;
}

.top-news__box {
  width: 100%;
}
.top-news__ttl {
  gap: 20px;
}
.top-news__ttl::after {
  content: "";
  width: 3.6em;
  aspect-ratio: 108/51;
  background: url("/img/top/ttl_news_b.png") no-repeat top center/contain;
  display: block;
}
.top-news .cmn-post {
  width: 100%;
}
.top-news__btn {
  max-width: 320px;
  margin-top: 32px;
}

/* ===========================================
*
* about-page
*
* ======================================== */
.about-links {
  max-width: 1080px;
  margin: 75px auto;
  padding-inline: 5%;
  justify-content: center;
  gap: 16px;
}
.about-links__item {
  width: calc(50% - 8px);
  min-width: fit-content;
}

/*------------------------------
*
* about
*
------------------------------*/
.about {
  background: var(--color-theme);
}
.about__movie {
  width: min(876px, 100%);
  aspect-ratio: 16/9;
  border-radius: var(--round-10);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-inline: auto;
}
.about__movie::before {
  width: min(92px, 15%);
  aspect-ratio: 92/220;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: min(-112px, -20%) 0px;
  background: url("/img/top/movie_himawari.png") no-repeat top center/contain;
}
.about__movie > img,
.about__movie > video,
.about__movie > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border-radius: 10px;
}
.about .scene {
  margin-top: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about .scene__ttl {
  width: min(200px, 64%);
}
.about .scene__sentence {
  padding-top: 0;
}

/*------------------------------
*
* gallery
*
------------------------------*/
.gallery {
  position: relative;
  z-index: 1;
}
.gallery::after {
  content: "";
  width: min(140px, 37.3333333333%);
  aspect-ratio: 392/407;
  background: url("/img/common/leaf_r.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  translate: 0 -39.312039312%;
}
.gallery__list {
  --col-x-space: 16px;
  --col-y-space: 24px;
}
.gallery-item__img {
  width: 100%;
  aspect-ratio: 240/200;
}
.gallery-item__img > img {
  border-radius: var(--round-10);
}
.gallery-item__ttl {
  font-size: var(--font-size-17);
  text-align: center;
  letter-spacing: var(--letter-spacing-none);
  padding-block: 12px;
  border-bottom: 2px dashed #d6cec4;
}

/*------------------------------
*
* intro
*
------------------------------*/
.intro {
  background: var(--color-theme);
  position: relative;
  z-index: 5;
}
.intro::after {
  content: "";
  width: min(140px, 37.3333333333%);
  aspect-ratio: 392/407;
  background: url("/img/common/leaf_l.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  translate: 0 -13.7592137592%;
}
.intro__profile {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "img" "content" "sentence";
  gap: 32px;
}
.intro__content {
  grid-area: content;
}
.intro__img {
  aspect-ratio: 520/500;
  border: 5px solid var(--color-white);
  border-radius: var(--round-10);
  overflow: hidden;
  grid-area: img;
  width: min(520px, 100%);
  margin-inline: auto;
}
.intro__sentence {
  width: 100%;
  font-size: var(--font-size-16);
  padding: 32px 5%;
  border-radius: var(--round-10);
  background: var(--color-white);
  grid-area: sentence;
}
.intro__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px dashed #b8b09f;
}
.intro__name-sub {
  font-size: var(--font-size-18);
  width: 72px;
  border-radius: 1em;
  text-align: center;
  line-height: 32px;
}
.intro__name-main {
  height: var(--font-size-28);
}
.intro__name-main > img {
  object-fit: contain;
  object-position: left center;
  display: block;
  width: 100%;
  height: 100%;
}
.intro__career-ttl {
  font-size: var(--font-size-18);
  line-height: 1;
  margin-bottom: 10px;
}
.intro__career-list {
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-small);
  line-height: 32px;
}
.intro__career-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------
*
* flow
*
------------------------------*/
.flow {
  background: url("/img/common/leaf_br.png") no-repeat bottom right/min(776px, 60.625%) auto;
}
.flow__list {
  position: relative;
  z-index: 1;
}
.flow__list::before {
  width: 2px;
  height: 90%;
  left: 34px;
  top: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  border-left: 2px dashed #d6cec4;
}
.flow-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.flow-item__number {
  width: 72px;
  aspect-ratio: 124/114;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  padding-right: 7px;
}
.flow-item__number > img {
  width: 36px;
}
.flow-item__content {
  width: 100%;
  flex-shrink: 1;
  padding-bottom: 10px;
}
.flow-item__ttl {
  margin-block: -0.25em;
  font-size: var(--font-size-24);
}
.flow-item__sentence {
  margin-top: 16px;
  --sentence-line-height: 2;
}
.flow-item:nth-child(odd) .flow-item__number {
  background: url("/img/about/num_bg_odd.png") no-repeat top center/contain;
}
.flow-item:nth-child(even) .flow-item__number {
  background: url("/img/about/num_bg_even.png") no-repeat top center/contain;
}
.flow-item:not(:last-child) {
  margin-bottom: 24px;
}

/* ===========================================
*
* menu price page
*
* ======================================== */
.menu-wrapper {
  background: url("/img/common/leaf_r.png") no-repeat top right/min(392px, 30.625%) auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.course-bnr {
  width: 100%;
  margin-bottom: 80px;
  background: url("/img/menu-price/bnr_bg.jpg") no-repeat top center/cover;
  border-radius: var(--round-10);
  border: 2px solid var(--color-sub);
  height: auto;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 5%;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.course-bnr::before, .course-bnr::after {
  position: absolute;
  z-index: 1;
  content: "";
}
.course-bnr::before {
  width: 105px;
  aspect-ratio: 140/82;
  background: url("/img/menu-price/cource_himawari_l.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  translate: -21.75px -13.5px;
}
.course-bnr::after {
  width: 82.5px;
  aspect-ratio: 110/72;
  background: url("/img/menu-price/cource_himawari_r.png") no-repeat top center/contain;
  right: 0;
  bottom: 0;
  translate: 30px 12px;
}
.course-bnr__name {
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-medium);
  text-align: center;
}
.course-bnr__name small {
  font-size: var(--font-size-22);
  letter-spacing: var(--letter-spacing-medium);
  margin-left: -0.5em;
  line-height: 1;
}
.course-bnr__price {
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-medium);
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}
.course-bnr__price .bg--main {
  line-height: 36px;
  padding-inline: 20px;
  border-radius: 1em;
}

.menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 0;
}
.menu-item {
  width: 100%;
}
.menu-item--row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.menu-item--row .menu-item__ttl {
  text-align: center;
}
.menu-item--row .menu-item__content {
  order: 2;
}
.menu-item--row .menu-item__img {
  order: 1;
  margin-bottom: 0;
}
.menu-item__dl {
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-bold);
}
.menu-item__dl__item {
  border-bottom: 2px dashed #d6cec4;
  padding-inline: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.menu-item__dl__item:not(:last-child) {
  margin-bottom: 12px;
}
.menu-item__img {
  margin-bottom: 20px;
  width: 100%;
  margin-inline: auto;
}
.menu-item__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  margin-bottom: 16px;
}
.menu-item__ttl > h3 {
  font-size: 1em;
}
.menu-item__ttl p {
  font-size: var(--font-size-22);
}

.coupon {
  margin-top: 64px;
  width: 80%;
  position: relative;
  z-index: 1;
}
.coupon::before, .coupon::after {
  content: "";
  position: absolute;
}
.coupon::before {
  bottom: 0;
  left: 0;
  background: url("/img/menu-price/bnr_himawari.png") no-repeat top center/contain;
  translate: -20px 20px;
  width: min(112px, 20%);
  aspect-ratio: 112/84;
}
.coupon::after {
  width: 129.1666666667%;
  aspect-ratio: 930/180;
  top: 0;
  translate: -52.5% 12.5%;
  left: 50%;
  z-index: 1;
  background: url("/img/menu-price/bnr_illust_l.png") no-repeat bottom left/contain, url("/img/menu-price/bnr_illust_r.png") no-repeat bottom right/contain;
}

/* ===========================================
*
* voice page
*
* ======================================== */
.voice-page  {
  --bread-bg-color: var(--color-theme);
  --pagenation-item-bg-color: var(--color-white);
}
.voice {
  background: url("/img/common/leaf_r.png") no-repeat top right/min(392px, 30.625%) auto, var(--color-theme);
}
.voice-item {
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  border-radius: var(--round-10);
  padding: 40px 5%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.voice-item::after {
  content: "";
  width: min(80px, 18%);
  aspect-ratio: 91/122;
  background: url("/img/voice/himawari.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  translate: 26.3736263736% 9.8360655738%;
}
.voice-item:not(:last-child) {
  margin-bottom: 32px;
}
.voice-item__ttl {
  margin-bottom: 24px;
}
.voice-item__img {
  width: min(170px, 50%);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-inline: auto;
}
.voice-item__content {
  width: 100%;
  flex-shrink: 1;
}
.voice-item__head {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-sub);
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-small);
  line-height: 1;
  margin-bottom: 4px;
  gap: 0.375em;
}
.voice-item__head > p:not(:last-child)::after {
  font-family: var(--font-sub);
  content: " /";
}
.voice-item__sentence {
  --sentence-line-height: 1.88;
  font-size: var(--font-size-17);
}

/* ===========================================
*
* info page
*
* ======================================== */
.info-page .bread-crumb {
  --bread-bg-color: var(--color-theme);
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  background: url("/img/common/leaf_r.png") no-repeat top right/min(392px, 30.625%) auto, url("/img/info/leaf_bl.png") no-repeat bottom left/min(776px, 60.625%) auto, var(--color-theme);
}

.info-access {
  margin-top: 75px;
}
.info-access__map {
  border-radius: var(--round-10);
  border: 4px solid var(--color-white);
  height: var(--map-height);
}

.info-parking {
  margin-top: 80px;
}
.info-parking__images {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single__date {
  order: 1;
  font-size: var(--font-size-13);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
}
.single__tags {
  order: 2;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  border-left: 4px solid var(--color-main);
  font-weight: var(--font-weight-bold);
  padding-left: 0.75em;
  margin-bottom: 40px;
}
.single__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}
.single__footer {
  margin-top: 48px;
  width: 100%;
}

/* ===========================================
*
* site page
*
* ======================================== */
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__link {
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.4);
  transition: all 0.3s;
}
.sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid rgb(var(--color-text-main-rgb)/0.4);
  border-right: 2px solid rgb(var(--color-text-main-rgb)/0.4);
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.sitemap-list__link:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-main);
}

/* ===========================================
*
* privacy page
*
* ======================================== */
.privacy-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-bottom: 16px;
  border-left: 5px solid var(--color-main);
  padding-left: 0.75em;
}

.privacy-purpose__list {
  margin-top: 1em;
}
.privacy-purpose__list > li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-box {
  margin-bottom: 40px;
}
.privacy-box p {
  line-height: 2;
}

.privacy-box:last-child {
  margin-bottom: 0;
}

.header-nav__link.blank-link {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.header-nav__link.blank-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_wind.png) no-repeat center/contain;
}

/*# sourceMappingURL=style_sp.css.map */
