@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.8203125rem, calc(0.7612972122rem + 0.0026978417 * 100vw), 0.890625rem);
  --font-size-16: clamp(0.875rem, calc(0.8120503597rem + 0.0028776978 * 100vw), 0.95rem);
  --font-size-17: clamp(0.9296875rem, calc(0.8628035072rem + 0.003057554 * 100vw), 1.009375rem);
  --font-size-18: clamp(0.9984375rem, calc(0.9866344424rem + 0.0005395683 * 100vw), 1.0125rem);
  --font-size-20: clamp(1.109375rem, calc(1.0962604916rem + 0.0005995204 * 100vw), 1.125rem);
  --font-size-24: clamp(1.2225rem, calc(1.1154856115rem + 0.0048920863 * 100vw), 1.35rem);
  --font-size-22: clamp(1.120625rem, calc(1.0225284772rem + 0.0044844125 * 100vw), 1.2375rem);
  --font-size-25: clamp(1.19921875rem, calc(1.1238103267rem + 0.0034472422 * 100vw), 1.2890625rem);
  --font-size-26: clamp(1.2471875rem, calc(1.1687627398rem + 0.0035851319 * 100vw), 1.340625rem);
  --font-size-27: clamp(1.29515625rem, calc(1.2137151529rem + 0.0037230216 * 100vw), 1.3921875rem);
  --font-size-28: clamp(1.343125rem, calc(1.2586675659rem + 0.0038609113 * 100vw), 1.44375rem);
  --font-size-30: clamp(1.42734375rem, calc(1.2483307104rem + 0.0081834532 * 100vw), 1.640625rem);
  --font-size-32: clamp(1.5225rem, calc(1.3315527578rem + 0.0087290168 * 100vw), 1.75rem);
  --font-size-35: clamp(1.640625rem, calc(1.5029226619rem + 0.006294964 * 100vw), 1.8046875rem);
  --font-size-36: clamp(1.6875rem, calc(1.5458633094rem + 0.0064748201 * 100vw), 1.85625rem);
  --font-size-40: clamp(1.7375rem, calc(1.4647182254rem + 0.012470024 * 100vw), 2.0625rem);
  --font-size-45: clamp(1.9546875rem, calc(1.6478080036rem + 0.014028777 * 100vw), 2.3203125rem);
  --font-size-48: clamp(2.085rem, calc(1.7576618705rem + 0.0149640288 * 100vw), 2.475rem);
  --font-size-50: clamp(1.875rem, calc(1.2848471223rem + 0.0269784173 * 100vw), 2.578125rem);
  --font-size-55: clamp(2.0625rem, calc(1.4133318345rem + 0.029676259 * 100vw), 2.8359375rem);
  --font-size-56: clamp(2.1rem, calc(1.439028777rem + 0.0302158273 * 100vw), 2.8875rem);
  --font-size-60: clamp(1.603125rem, calc(0.3520008993rem + 0.0571942446 * 100vw), 3.09375rem);
  --font-size-64: clamp(1.71rem, calc(0.3754676259rem + 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: 240px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 48px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-medium);
  --btn-letter-space: var(--letter-spacing-base);
  --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-main);
  /* 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 1em;
  --prev-next-link-round: 3em;
  --prev-next-link-color: var(--color-white);
  --prev-next-link-bg-color: var(--color-gray);
  --prev-next-link-hov-color: var(--color-white);
  --prev-next-link-hov-bg-color: var(--color-accent);
  --prev-next-link-font-size: var(--font-size-13);
  /* tag btn settings */
  --tag-btn-color: var(--color-white);
  --tag-btn-bg-color: var(--color-gray);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-accent);
  --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: 3px;
  --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: var(--color-white);
  --pagenation-item-current-color: var(--color-white);
  --pagenation-item-current-bg-color: var(--color-accent);
  /* drawer settings */
  --drawer-btn-bg: var(--color-accent);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-accent);
  --drawer-link-font-size: clamp(1rem, calc(0.7901678657rem + 0.0095923261 * 100vw), 1.25rem);
  --drawer-link-current-color: var(--color-accent);
  --drawer-link-border-color: rgb(var(--color-text-main-rgb) / 0.3);
}

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;
  background-color: var(--color-main);
}

/* global container
-------------------------*/
.global-container {
  overflow: hidden;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
}
.header__inner {
  padding: 10px 3.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  background-color: var(--color-white);
}
.footer__inner {
  padding-block: 56px 15px;
}
.footer__logo {
  margin: 0 auto 36px;
}
.footer__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.footer__info__main {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__contact-btn {
  min-width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__actions {
  margin: 20px auto 0;
  max-width: 360px;
}
.footer__address {
  font-size: var(--font-size-15);
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__tel .tel__replace {
  height: 10px;
}
.footer__tel .tel__replace > img {
  display: block;
}
.footer-nav {
  width: 100%;
  margin-top: 24px;
}
.footer-nav__list {
  gap: 0 4%;
  margin: 0 auto;
  max-width: 360px;
}
.footer-nav__item {
  width: 48%;
}
.footer-nav__link {
  line-height: 1;
  font-size: 12px;
  padding: 1.25em 0;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: block;
}
.footer-nav__link:hover {
  border-color: var(--color-accent);
}
.footer-nav__link.current {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.footer__copy {
  margin-top: 40px;
  font-size: 11px;
  letter-spacing: var(--letter-spacing-small);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
}

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

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.logo img {
  width: 100%;
}
.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%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

/* 
title style
-------------------------*/
.cmn-ttl {
  font-size: var(--font-size-30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 12px;
  margin-bottom: 40px;
}
.cmn-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.cmn-ttl--deco::before {
  content: "";
  display: block;
  width: 1.8888888889em;
  height: 1.1111111111em;
  background: url("/img/common/ttl_deco.png") no-repeat top center/contain;
}
.cmn-ttl__main {
  font-size: 1em;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  margin-block: -0.25em;
  display: inline-block;
}

/* cmn-bg-ttl
-------------------------*/
.cmn-bg-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  font-family: var(--font-sub);
  color: var(--color-white);
  background: var(--color-accent);
  text-align: center;
  padding: 0.1666666667em 1em;
}

/* cmn-border-left-ttl
-------------------------*/
.cmn-border-left-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  font-family: var(--font-sub);
  line-height: 1.8;
  padding-left: 16px;
  border-left: 5px solid var(--color-sub);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-28);
  --tel-icon-space: 1.2em;
  --tel-icon-position: 0.5725em;
  --tel-icon-width: 0.8333333333em;
  --tel-icon-height: 0.8333333333em;
  font-family: var(--font-main, sans-serif);
  font-weight: var(--font-weight-bold, 700);
  font-size: var(--tel-font-size, 28px);
  letter-spacing: var(--letter-spacing-small);
  line-height: 1;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tel-icon--main::before {
  background: url(../img/common/icon_tel.png) no-repeat center/contain;
}

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

/*------------------------------
*
* table style
*
------------------------------*/
table {
  --table-replace-size: 12px;
  --table-replace-space: 0.5em;
}
table .replace-txt {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-top: var(--table-replace-space);
  display: inline-block;
  width: 100%;
}
table .replace-txt > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
     object-position: left center;
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-base);
  --table-th-font-weight: var(--font-weight-bold);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 1.25em .5em;
  --table-th-bg-color: var(--color-white);
  --table-th-color:var(--color-text-main);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding:.5em 1.25em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: var(--color-main);
  --table-th-border-color: var(--color-main);
  --table-td-border-color: var(--color-main);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 1.66;
  font-size: var(--font-size-base);
}
.main-table tr {
  width: 100%;
  display: block;
}
.main-table tr:not(:last-child) {
  margin-bottom: 2px;
}
.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);
  font-weight: var(--font-weight-medium);
}

/*------------------------------
*
* check list style
*
------------------------------*/
.check-list__item p {
  padding-left: 2.25em;
  position: relative;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-16);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  z-index: 1;
}
.check-list__item p::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/check_mark.svg) no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.check-list__item:not(:last-child) {
  margin-bottom: 8px;
}

/*------------------------------
*
* text
*
------------------------------*/
/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  /* どこでも変更できるよう変数化 */
  --sentence-line-height: 2;
  --sentence-p-margin: 1.5em;
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  line-height: var(--sentence-line-height);
  font-size: var(--font-size-base);
  /* 疑似要素で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 18px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cmn-business-info__item {
  gap: 5px 10px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
}
.cmn-business-info__item dt {
  color: var(--main-color);
  background-color: var(--color-theme);
  padding: mg(24, 13, 1.5) 5px;
  text-align: center;
  min-width: 95px;
}

/* 
* カラムスタイル
* 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--round {
  border-radius: var(--round-20);
}
.cmn-btn--round-full {
  border-radius: var(--round-full);
}
.cmn-btn--primary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-accent);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  background-color: var(--color-accent-darken);
  color: var(--color-white);
  opacity: 1;
}
.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%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.mv__catch {
  width: 37.7083333333%;
  max-width: 124px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 20;
}
.mv__catch::after, .mv__catch::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.mv__catch::before {
  width: 55.2486187845%;
  height: 8.0409356725%;
  top: 0;
  left: 0;
  translate: -47% -152.7272727273%;
  background: url("/img/top/mv_top.png") no-repeat top center/contain;
}
.mv__catch::after {
  width: 82.8729281768%;
  height: 19.8830409357%;
  bottom: 0;
  right: 0;
  translate: 57.3333333333% 56.6176470588%;
  background: url("/img/top/mv_bottom.png") no-repeat top center/contain;
}
.mv__swiper {
  height: clamp(300px, 63.28125vw, 485px);
  width: 90%;
  border-radius: var(--round-20);
  overflow: hidden;
  margin-inline: auto;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sv::after, .sv::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.sv::before {
  width: 80px;
  height: 22px;
  top: 0;
  left: 0;
  translate: -4% 0;
  background: url("/img/sv/sv_deco_top.png") no-repeat top center/contain;
}
.sv::after {
  width: 120px;
  height: 54.4px;
  bottom: 0;
  left: 4%;
  translate: 0 5px;
  background: url("/img/sv/sv_deco_bottom.png") no-repeat top center/contain;
}
.sv__img {
  height: clamp(180px, 35.9375vw, 460px);
  width: 80%;
  border-radius: var(--round-20) 0 0 var(--round-20);
  overflow: hidden;
  margin-left: auto;
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 5%;
  max-width: 90%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 20;
  font-size: var(--font-size-32);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-small);
  font-weight: var(--font-weight-bold);
  padding: 2px 0.5em;
  background-color: var(--color-white);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  margin-top: var(--pagenation-margin-top);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: 0.3s;
  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: transparent;
  --post-width: 100%;
  --post-item-margin: 20px;
  --post-item-flex-margin-space: 12px;
  --post-link-padding:0px 0px 20px 0px ;
  --post-tags-width: fit-content;
  --post-title-font-size: 14px;
  --post-date-font-size: 14px;
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.2);
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post__box {
  width: calc(100% - 105px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 90px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  margin-bottom: var(--post-item-flex-margin-space, 12px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px 10px;
}
.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);
}
.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);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: 13px;
  --tag-height: 20px;
  --tag-x-padding: 8px;
  --tag-round: 1em;
  --tag-color: var(--color-text-main);
  --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-base);
  font-weight: var(--font-weight-bold);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

.tag-link {
  -webkit-transition: 0.3s;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--tag-space);
}

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

.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;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--prev-next-back-link-width);
}
.prev-next__link.prev, .prev-next__link.next, .prev-next__link.back {
  -webkit-transition: all 0.3s;
  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
*
* ======================================== */
/*------------------------------
*
* intro
*
------------------------------*/
.intro {
  position: relative;
  z-index: 0;
  background: var(--color-white);
}
.intro::after {
  content: "";
  width: 100%;
  height: 124px;
  background-color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.intro::before {
  content: "";
  height: 205px;
  width: min(349px, 68.28125%);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 36%;
  background: url("/img/top/intro_bg_right.png") no-repeat top right/contain;
}
.intro__ttl {
  font-size: var(--font-size-30);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-bold);
  line-height: 32px;
  padding-left: 48px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.intro__ttl::after {
  content: "";
  width: 32px;
  height: 71px;
  background: url("/img/top/intro_deco.png") no-repeat top center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0% 0;
}
.intro__ttl .sm {
  font-size: var(--font-size-24);
}
.intro__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro__sentence {
  letter-spacing: var(--letter-spacing-base);
  line-height: 2;
}
.intro__img {
  width: min(700px, 90%);
  aspect-ratio: 700/550;
  position: relative;
  z-index: 0;
  margin: 32px auto 0 auto;
}
.intro__img > img {
  border-radius: var(--round-10);
}
.intro__img::after {
  content: "";
  width: 30.5714285714%;
  height: 94.1818181818%;
  background: url("/img/top/intro_img_deco.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 37.3831775701% -50%;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link__container {
  --col-x-space: 20px;
  --col-y-space: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-link__item {
  height: clamp(7.5rem, calc(1.2050359712rem + 0.2877697842 * 100vw), 15rem);
  position: relative;
  z-index: 0;
  overflow: unset;
}
.page-link__item__img {
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: var(--round-10);
}
.page-link__item__ttl {
  border-left: 3px solid var(--color-sub);
  background-color: var(--color-white);
  padding-inline: 14px 0.5em;
  line-height: 1.75;
  font-size: clamp(1rem, calc(0.6852517986rem + 0.0143884892 * 100vw), 1.375rem);
  letter-spacing: var(--letter-spacing-base);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 8%;
  left: 0;
  translate: -4px 0;
}
.page-link--hotoke {
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}
.page-link--hotoke::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  background: url("/img/common/bg_washi.jpg") repeat center/auto;
}
.page-link--eating {
  background: url("/img/top/link_bg_left.png") no-repeat left bottom 7px/min(348px, 67.96875%) auto, var(--color-white);
  position: relative;
  z-index: 0;
}
.page-link--eating::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 173px;
  height: 173px;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background: url("/img/top/link_bg_top.png") no-repeat top center/contain;
}

/*------------------------------
*
* history
*
------------------------------*/
.history {
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}
.history::after {
  content: "";
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/img/common/bg_washi.jpg") repeat center/auto;
}
.history__container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history__ttl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.history__sentence {
  --sentence-p-margin: 2.22em;
}
.history__img {
  width: min(480px, 64%);
  aspect-ratio: 560/560;
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 36px auto 0 auto;
}
.history__img > img {
  border-radius: var(--round-10);
}
.history__img::after {
  content: "";
  width: 145.5357142857%;
  height: 104.4642857143%;
  background: url("/img/top/history_deco.png") no-repeat top center/contain;
  position: absolute;
  top: 0%;
  right: 0;
  translate: 9.509202454% 0.8547008547%;
}

/*------------------------------
*
* greeting
*
------------------------------*/
.greeting {
  position: relative;
  z-index: 1;
  background: url("/img/top/greeting_bg_right.png") no-repeat bottom 46px right/min(348px, 67.96875%) auto, var(--color-white);
}
.greeting__content {
  margin-top: 16px;
}
.greeting__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 3.125%;
}
.greeting__ttl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.greeting__name {
  text-align: right;
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  line-height: 1;
  margin-top: 22px;
}
.greeting__sentence {
  --sentence-p-margin: 2.22em;
}
.greeting__img {
  width: min(560px, 64%);
  aspect-ratio: 560/560;
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 36px auto 0 auto;
}
.greeting__img > img {
  border-radius: var(--round-10);
}
.greeting__img::after {
  content: "";
  width: 30.3571428571%;
  height: 39.2857142857%;
  background: url("/img/top/greeting_deco.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 52.9411764706% 10.2272727273%;
}

.info--top .info__btn {
  margin-top: 20px;
  width: 100%;
  --btn-height: 56px;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
}

.top-news {
  background: url("/img/common/bg_washi.jpg") repeat center/auto;
}
.top-news__ttl {
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top-news__head {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.top-news__btn {
  max-width: 120px;
  width: 100%;
}
.top-news .cmn-post {
  width: 100%;
}

/* under pages default
-------------------------*/
.cmn-wrapper {
  background: url("/img/common/bg_washi.jpg") repeat center/auto;
  padding: 64px 5%;
}

/* ===========================================
*
* curry page
*
* ======================================== */
.service__sentence {
  text-align: center;
  margin-bottom: 52px;
}
.service__item {
  --col-x-space: 24px;
  --col-y-space: 32px;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.service__item:not(:last-child) {
  margin-bottom: 48px;
}
.service__item__ttl {
  margin-bottom: 24px;
}
.service__item__img {
  position: relative;
  z-index: 1;
  width: min(510px, 90%) !important;
  margin: 0 auto;
}
.service__item__img > img {
  border-radius: var(--round-10);
}
.service__item__note {
  margin-top: 20px;
}
.service__item--map {
  --col-x-space: 16px;
}
.service__item--map .service__item__img {
  max-width: min(324px, 50%);
}
.service__copy {
  text-align: center;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-20);
  margin-top: 32px;
  padding-inline: 2.5em;
}
.service__copy p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.service__copy p::after, .service__copy p::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 53px;
  height: 56px;
}
.service__copy p::before {
  background: url("/img/eternal/copy_deco_left.png") no-repeat top center/contain;
  left: 0;
  top: 0%;
  translate: -64% -25%;
}
.service__copy p::after {
  background: url("/img/eternal/copy_deco_right.png") no-repeat top center/contain;
  right: 0;
  top: 0%;
  translate: 64% -25%;
}
.service--hotoke {
  position: relative;
  z-index: 0;
  background: url("/img/eternal/service_bottom.png") no-repeat bottom right/71.875% auto;
  background-color: var(--color-white);
}
.service--hotoke::after {
  content: "";
  width: 100%;
  height: 130px;
  background-color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service--hotoke .service__sentence {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  max-width: 420px;
  margin-inline: auto;
}
.service--hotoke .service__sentence::after, .service--hotoke .service__sentence::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.service--hotoke .service__sentence::before {
  width: 68px;
  height: 122px;
  background: url("/img/eternal/service_deco_left.png") no-repeat top center/contain;
  left: 3%;
  bottom: 0;
  translate: -3px 0%;
}
.service--hotoke .service__sentence::after {
  width: 114px;
  height: 142px;
  background: url("/img/eternal/service_deco_right.png") no-repeat top center/contain;
  right: 3%;
  bottom: 0;
  translate: 26px 4%;
}
.service--hotoke .service__box {
  padding-bottom: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.service--sougi {
  position: relative;
  z-index: 0;
  background: url("/img/funeral/service_deco01.png") no-repeat bottom 4px right/71.875% auto;
  background-color: var(--color-white);
}
.service--sougi::after {
  content: "";
  width: 100%;
  height: 130px;
  background-color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service--sougi .service__box {
  margin-top: 24px;
}
.service--sougi .service__item__ttl {
  margin-bottom: 24px;
}
.service--houji {
  position: relative;
  z-index: 0;
  background: url("/img/funeral/service_deco02.png") no-repeat bottom 32px left/67.96875% auto, url("/img/common/bg_washi.jpg") repeat center/auto;
}
.service--houji .service__item__ttl {
  margin-bottom: 24px;
}

.counsel {
  background: url("/img/eternal/counsel_bg.jpg") no-repeat top center/cover;
}
.counsel__ttl {
  margin-bottom: 40px;
}
.counsel__sentence {
  text-align: center;
  --sentence-p-margin: 2em;
}

.eternal {
  background: url("/img/common/bg_washi.jpg") repeat center/auto;
}
.eternal__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.eternal__ttl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 26px;
}
.eternal__content {
  width: 100%;
}
.eternal__img {
  aspect-ratio: 460/295;
  position: relative;
  z-index: 1;
  width: min(460px, 80%);
  margin: 32px auto 0 auto;
}
.eternal__img > img {
  border-radius: var(--round-10);
}
.eternal__img::after {
  content: "";
  width: 150.4347826087%;
  height: 137.6271186441%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -55% -51%;
  z-index: 1;
  background: url("/img/eternal/eternal_img_deco.png") no-repeat top center/contain;
}

/*------------------------------
*
* cmn-box
*
------------------------------*/
.cmn-box {
  padding: 24px 5%;
  background-color: var(--color-white);
  border: 1px solid #b3b3b3;
}
.cmn-box__ttl {
  margin-bottom: 20px;
}
.cmn-box__price {
  line-height: 1;
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  text-align: center;
}
.cmn-box__note {
  margin-top: 16px;
  font-size: var(--font-size-13);
}

.cooking {
  position: relative;
  z-index: 1;
}
.cooking__item {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.cooking__item:not(:last-child) {
  margin-bottom: 48px;
}
.cooking__item__content {
  width: 100%;
}
.cooking__item__ttl {
  margin-bottom: 24px;
}
.cooking__item__ttl .bg-txt {
  font-size: var(--font-size-24);
  padding-inline: 14px;
}
.cooking__item__img {
  position: relative;
  z-index: 0;
  width: min(90%, 510px);
  margin: 32px auto 0 auto;
}
.cooking__item__img > img {
  border-radius: var(--round-10);
  width: 100%;
  height: auto;
}
.cooking__item__illust {
  width: min(100%, 180px);
  margin: 32px auto 0 auto;
  margin-top: 32px;
}
.cooking__item__note {
  margin-top: 32px;
}
.cooking--curry {
  background: url("/img/curry/curry_deco_bottom.png") no-repeat bottom 68px left/72.1875% auto, var(--color-white);
}
.cooking--curry::after {
  content: "";
  width: 100%;
  height: 130px;
  background-color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cooking--curry .cooking__item:nth-child(3) .cooking__item__img {
  width: min(80%, 445px);
}
.cooking--shojin {
  background: url("/img/shojin/cooking_deco.png") no-repeat bottom 29px left/71.40625% auto, var(--color-white);
}
.cooking--shojin::after {
  content: "";
  width: 100%;
  height: 130px;
  background-color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cooking--shojin .cooking__item__img--deco01::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 90px;
  height: 90px;
  background: url("/img/shojin/cooking_img_deco01.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 20px 60px;
}
.cooking--shojin .cooking__item__img--deco02::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 76px;
  background: url("/img/shojin/cooking_img_deco02.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 30px 12px;
}

.feature::after {
  content: "";
  background: url("/img/common/bg_washi.jpg") repeat center/auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.feature__item {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.feature__item:not(:last-child) {
  margin-bottom: 48px;
}
.feature__item__ttl {
  margin-bottom: 24px;
}
.feature__item__content {
  width: 100%;
}
.feature__item__img {
  position: relative;
  z-index: 1;
  width: min(90%, 500px);
  margin: 0 auto;
}

.curry-price {
  background: url("/img/curry/price_deco.png") no-repeat top center/auto, var(--color-white);
}
.curry-price__note {
  margin-top: 24px;
  font-weight: var(--font-weight-bold);
}

.price-data__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--color-main);
}
.price-data__item:not(:last-child) {
  margin-bottom: 2px;
}
.price-data__item dt,
.price-data__item dd {
  width: 100%;
  padding-inline: 1em;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
}
.price-data__item dt {
  padding-block: 20px 8px;
}
.price-data__item dd {
  text-align: right;
  padding-block: 8px 20px;
}

.curry-bnr-wrapper {
  background: url("/img/common/bg_washi.jpg") repeat top center/auto;
}

.curry-bnr {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 320px;
  display: block;
}
.curry-bnr__container {
  border-radius: var(--round-20);
  border: 2px solid var(--color-sub);
  background: url("/img/curry/bnr_bg.jpg") no-repeat top center/cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-template-columns: none;
  overflow: hidden;
  max-width: 320px;
  margin: 0 auto;
}
.curry-bnr::after, .curry-bnr::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.curry-bnr::before {
  width: 60px;
  height: 45px;
  background: url("/img/curry/banner_deco_left.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  translate: -15px -13px;
}
.curry-bnr::after {
  width: 75px;
  height: 63px;
  background: url("/img/curry/banner_deco_right.png") no-repeat top center/contain;
  bottom: 0;
  right: 0%;
  translate: 12% 50%;
}
.curry-bnr__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 5%;
  padding-block: 24px;
}
.curry-bnr__copy {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 20px;
}
.curry-bnr__btn {
  --btn-height: 50px;
  --btn-line-height: 1.5;
  --btn-font-size: var(--font-size-16);
  --btn-font-weight: var(--font-weight-bold);
  --btn-padding-x: 0.5em;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  --btn-font-family: var(--font-sub);
  max-width: 100%;
  width: 100%;
}
.curry-bnr__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===========================================
*
* shojin page
*
* ======================================== */
/*------------------------------
*
* shojin-price
*
------------------------------*/
.shojin-price {
  background: url("/img/shojin/price_deco.png") no-repeat bottom right/min(960px, 50%) auto;
}
.shojin-price__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shojin-price__content {
  width: 100%;
}
.shojin-price__img {
  width: min(90%, 460px);
  aspect-ratio: 46/30;
  position: relative;
  z-index: 1;
  margin: 36px auto 0;
}
.shojin-price__img::after {
  content: "";
  width: 37.3913043478%;
  height: 121.6666666667%;
  background: url("/img/shojin/price_img_deco.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
  z-index: 1;
}
.shojin-price__img > img {
  border-radius: var(--round-10);
}
.shojin-price__note {
  font-size: var(--font-size-14);
  margin-top: 24px;
  font-weight: var(--font-weight-bold);
}
.shojin-price .price-data__item {
  background-color: var(--color-white);
}

/*------------------------------
*
* use
*
------------------------------*/
.use {
  background: url("/img/common/bg_washi.jpg") repeat top center/auto;
}
.use__sentence {
  text-align: center;
}
.use__data {
  margin: 40px auto 0;
  max-width: 780px;
  width: 100%;
}
.use__data dd {
  text-align: left;
}
.use .price-data__item {
  background-color: var(--color-white);
}

/* ===========================================
*
* access page
*
* ======================================== */
/*------------------------------
*
* info
*
------------------------------*/
.info__map {
  margin-top: 20px;
  height: var(--map-height);
}
/*------------------------------
  *
  * attractions
  *
  ------------------------------*/
.attractions {
  background: url("/img/common/bg_washi.jpg") repeat center/auto;
}
.attractions__item {
  --col-x-space: 32px;
  --col-y-space: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attractions__item:not(:last-child) {
  margin-bottom: 48px;
}
.attractions__item__ttl {
  margin-bottom: 24px;
}
.attractions__item__img {
  aspect-ratio: 51/33;
  max-width: 510px;
  width: 86% !important;
  position: relative;
  z-index: 1;
}
.attractions__item__img > img {
  border-radius: var(--round-10);
}
.attractions__item__img::after {
  content: "";
  width: 36.4705882353%;
  height: 88.1818181818%;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -46.7741935484% 10.9965635739%;
  z-index: 1;
  background: url("/img/access/ajisai_deco.png") no-repeat top center/contain;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-bold);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
}
.single__tags {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  border-left: 4px solid var(--color-sub);
  font-weight: var(--font-weight-bold);
  padding-left: 12px;
  margin-bottom: 36px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.4);
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-list__link:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-accent);
}

/* ===========================================
*
* privacy page
*
* ======================================== */
.privacy-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-accent);
  padding-bottom: 10px;
}

.privacy-box {
  margin-bottom: 40px;
}

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