<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===========================================
*
*  default styles
*
* ======================================== */
body {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #6f655c;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
  background: url(../img/contents_bg_top.jpg) no-repeat top center/max(1920px, 100%);
}
body::before {
  content: "";
  width: 100%;
  height: calc(100% - 561px);
  top: 561px;
  left: 0;
  position: absolute;
  z-index: -1;
  background: url(../img/wall_bg.png) repeat-y center/max(1920px, 100%) auto;
}

/* ===========================================
*
* common-styles
*
* ======================================== */
/*
margin クラス
-------------------------*/
.mt-min {
  margin-top: 10px;
}

.mt-smr {
  margin-top: 20px;
}

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

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

.mt-rg {
  margin-top: 50px;
}

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

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

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

.mb-min {
  margin-bottom: 10px;
}

.mb-smr {
  margin-bottom: 20px;
}

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

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

.mb-rg {
  margin-bottom: 50px;
}

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

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

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

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

.logo {
  width: 211px;
}

/*
tel style
-------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}

.tel {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  position: relative;
}
.tel__txt {
  margin-right: 0.25em;
}
.tel-replace--right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tel__replace {
  height: 12px;
  margin-left: 0.5em;
}
.tel-replace--bottom {
  padding-bottom: 22px;
}
.tel-replace--bottom::after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/tel_text.svg) no-repeat bottom left/auto 100%;
}

/*
 snsクラス
-------------------------*/
.sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sns__icon {
  width: 30px;
}
.sns__icon img {
  width: 100%;
}

/*
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img--center img {
  margin: 0 auto;
}

.ttl-img--left img {
  margin-right: auto;
}

.ttl-img--right img {
  margin-left: auto;
}

/*
title style
-------------------------*/
.cmn-ttl {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.cmn-ttl--left {
  align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  align-items: flex-end;
  text-align: right;
}
.cmn-ttl--center {
  align-items: center;
  text-align: center;
}
.cmn-ttl__main {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2em;
  margin-bottom: -0.5em;
  margin-top: -0.5em;
}
.cmn-ttl__sub {
  line-height: 1;
  color: #c7beb5;
  font-size: 1.25em;
  margin-bottom: 0.6em;
  letter-spacing: 0.2em;
}

.cmn-solid-ttl {
  font-size: 34px;
  text-align: center;
  color: #fff;
  padding: 0.7205882353em 1em;
  font-weight: 700;
  letter-spacing: 0.15em;
  background-color: #69acae;
}

/*
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  line-height: 2.556;
  letter-spacing: 0.15em;
  font-size: 18px;
  font-weight: 500;
}
.cmn-sentence p::before, .cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cmn-sentence p::before {
  margin-top: calc((1 - 2.556) * 0.5em);
}
.cmn-sentence p::after {
  margin-bottom: calc((1 - 2.556) * 0.5em);
}
.cmn-sentence p:not(:last-child) {
  margin-bottom: 2.556em;
}

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

/*
共通padding
-------------------------*/
.cmn-pd {
  padding: 100px 0;
}

/*
inner クラス
-------------------------*/
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.wide-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/*
カラムスタイル
-------------------------*/
.col-container-2-1 {
  /* PC2列　SP1列 */
  gap: 40px 40px;
}
.col-container-2-1 &gt; .col-item {
  width: 520px;
}

.col-container-2-2 {
  /* PC2列　SP2列 */
  gap: 40px 40px;
}
.col-container-2-2 &gt; .col-item {
  width: 520px;
}

.col-container-3-2 {
  /* PC3列　SP2列 */
  gap: 40px 30px;
}
.col-container-3-2 &gt; .col-item {
  width: 340px;
}

.col-container-4-2 {
  /* PC4列　SP2列 */
  gap: 30px 20px;
}
.col-container-4-2 &gt; .column-item {
  width: 250px;
}

table .replace-txt {
  height: 14px;
  margin-left: 1em;
  display: inline-block;
}

.main-table {
  font-size: 18px;
  line-height: 2;
  width: 100%;
}
.main-table tr {
  width: 100%;
}
.main-table tr:not(:last-child) th,
.main-table tr:not(:last-child) td {
  padding-bottom: 42px;
}
.main-table th,
.main-table td {
  vertical-align: middle;
}
.main-table th p,
.main-table td p {
  margin: -0.5em 0;
}
.main-table th {
  padding-right: 1em;
  font-weight: 700;
  border-right: 1px solid #6f655c;
}
.main-table td {
  padding-left: 50px;
}

.check-list {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 22px;
  line-height: 1.5;
}
.check-list__item {
  padding-left: 1.5454545455em;
  position: relative;
  z-index: 1;
}
.check-list__item::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/check_mark.png) no-repeat top center/contain;
  transform: translateY(-50%);
}
.check-list__item:not(:last-child) {
  margin-bottom: 1.1363636364em;
}

.cmn-time {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.86;
}
.cmn-time__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cmn-time__item:not(:last-child) dt,
.cmn-time__item:not(:last-child) dd {
  padding-bottom: 20px;
}
.cmn-time__item dt,
.cmn-time__item dd {
  vertical-align: middle;
}
.cmn-time__item dt p,
.cmn-time__item dd p {
  margin: -0.43em 0;
}
.cmn-time__item dt {
  padding-right: 1em;
  border-right: 1px solid #6f655c;
  width: 82px;
}
.cmn-time__item dd {
  padding-left: 23px;
  width: calc(100% - 82px);
}

/*------------------------------
*
* cmn-btn style
*
------------------------------*/
.cmn-btn {
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.cmn-btn--primary {
  border: 1px solid #6f655c;
  transition: 0.3s;
  border-radius: 10px;
}
.cmn-btn--primary:hover {
  color: #fff;
  background-color: #6f655c;
  opacity: 1;
}
.cmn-btn--rg {
  max-width: 484px;
  width: 100%;
  padding: 1.125em 1em;
}
.cmn-btn--md {
  max-width: 590px;
  padding: 1.125em 1em;
  width: 100%;
}
.cmn-btn--lg {
  max-width: 686px;
  padding: 1.125em 1em;
  width: 100%;
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}
.cmn-btn-contact {
  width: 100%;
  padding-inline: 2em;
}
.cmn-btn-contact__icon {
  padding-left: 3.1666666667em;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.cmn-btn-contact__icon::before {
  content: "";
  width: 1.25em;
  height: 1.1666666667em;
  background: url(../img/icon_mail_main.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cmn-btn-contact__icon::after {
  content: "";
  width: 2px;
  height: 1.5em;
  border-right: 2px dashed #6f655c;
  position: absolute;
  top: 50%;
  left: 3.1666666667em;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cmn-btn-contact:hover .cmn-btn-contact__icon::after {
  border-color: #fff;
}
.cmn-btn-contact:hover .cmn-btn-contact__icon::before {
  background-image: url(../img/icon_mail_white.png);
}
.cmn-btn-instagram {
  width: 100%;
  padding-inline: 2em;
}
.cmn-btn-instagram__icon {
  padding-left: 3.1666666667em;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.cmn-btn-instagram__icon::before {
  content: "";
  width: 1.3333333333em;
  height: 1.3333333333em;
  background: url(../img/icon_instagram_main.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cmn-btn-instagram__icon::after {
  content: "";
  width: 2px;
  height: 1.5em;
  border-right: 2px dashed #6f655c;
  position: absolute;
  top: 50%;
  left: 3.1666666667em;
  transform: translateY(-50%);
}
.cmn-btn-instagram:hover .cmn-btn-instagram__icon::after {
  border-color: #fff;
}
.cmn-btn-instagram:hover .cmn-btn-instagram__icon::before {
  background-image: url(../img/icon_instagram_white.png);
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  display: inline-flex;
  justify-content: center;
  margin-top: 90px;
  border: 1px solid #6f655c;
  border-radius: 10px;
  padding: 19px 0;
}
.pagenation li {
  width: 4.0833333333em;
  height: 1.6666666667em;
  display: block;
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
}
.pagenation li:not(:last-child) {
  border-right: 2px dashed #aca7a2;
}
.pagenation li:has(a):hover {
  text-underline-offset: 0.25em;
  -webkit-text-decoration: underline #6f655c;
          text-decoration: underline #6f655c;
  opacity: 1;
}
.pagenation li a:hover {
  opacity: 1;
}
.pagenation .current {
  text-underline-offset: 0.25em;
  -webkit-text-decoration: underline #6f655c;
          text-decoration: underline #6f655c;
}

/*------------------------------
*
* breadclumb style
*
------------------------------*/
.wrapper {
  position: relative;
  z-index: 1;
}

.bread-clumb {
  width: 100%;
}
.bread-clumb__list {
  display: flex;
  width: 100%;
  letter-spacing: 0.15em;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  padding: 51px 0 20px;
}
.bread-clumb__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.bread-clumb__item:not(:last-child)::after {
  content: "&gt;";
  margin: 0 0.75em;
  color: #69acae;
}
.bread-clumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6f655c;
  display: inline-block;
}
.bread-clumb__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  color: #69acae;
}
.bread-clumb__link:hover {
  color: #6f655c;
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  margin: 60px auto 0;
}
.prev-next__item.prev, .prev-next__item.next {
  width: 8em;
}
.prev-next__item:not(:last-child) {
  margin-right: 2em;
}
.prev-next__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.prev-next__link:hover {
  background-color: #6f655c;
  color: #fff;
  opacity: 1;
}
.prev-next__link.prev, .prev-next__link.next {
  width: 100%;
  height: 3em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  border: 1px solid #6f655c;
  text-align: center;
}
.prev-next__link.back {
  border: 1px solid #6f655c;
  text-align: center;
  padding: 0.75em 1.5em;
  border-radius: 3em;
  justify-content: center;
}
.prev-next__link.prev, .prev-next__link.next, .prev-next__link.back {
  transition: all 0.3s;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  align-items: center;
  z-index: 101;
}
.header-inner {
  padding: 68px 40px 20px;
  min-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 358px;
}
.header__logo {
  margin: 0 auto;
}
.header-nav {
  margin-top: 50px;
  width: 100%;
}
.header-nav__list {
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header-nav__item {
  position: relative;
}
.header-nav__item:nth-child(1)::before {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(22deg);
  background-color: #6f655c;
}
.header-nav__item::after {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(22deg);
  background-color: #6f655c;
}
.header-nav__link {
  position: relative;
  text-align: center;
  transition: all 0.3s;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-inline: 1.8em;
}
.header-nav__link .tel {
  font-size: 20px;
}
.header-nav__link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #6f655c;
  transition: width 0.3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0.25em);
  bottom: 0;
}
.header-nav__link:hover {
  color: #6f655c;
  opacity: 1;
}
.header-nav__link:hover::after {
  width: 2em;
}
.header-nav__link.current {
  color: #6f655c;
}
.header-nav__link.current::after {
  width: 2em;
}

/* ===========================================
*
* nav menu style
*
* ======================================== */
.nav-menu {
  width: 100%;
  box-sizing: border-box;
  background-color: #6f655c;
  position: relative;
  z-index: 5;
}
.nav-menu__list {
  display: flex;
  justify-content: space-between;
}
.nav-menu__item {
  width: 20%;
  position: relative;
  z-index: 1;
}
.nav-menu__link {
  position: relative;
  text-align: center;
  transition: all 0.3s;
  padding-block: 1em;
}
.nav-menu__link:hover {
  color: #69acae;
  opacity: 1;
}
.nav-menu__link.current {
  color: #69acae;
}
.nav-menu__link.current::after {
  width: 2em;
}

/*
ドロップダウンメニュー
-------------------------*/
.nav-menu__item {
  /* ホバーした時ドロップダウンメニューを表示 */
}
.nav-menu__item.nav-menu__leveltarget:hover .nav-menu__level {
  visibility: visible;
  opacity: 1;
}

.nav-menu__leveltarget &gt; a {
  position: relative;
  transition: all 0.3s;
  padding-right: 1em;
}
.nav-menu__leveltarget &gt; a::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  border-bottom: 1px solid #69acae;
  border-right: 1px solid #69acae;
  top: 50%;
  transform: translate(0%, -50%) rotate(45deg);
  position: absolute;
  right: 0px;
}

.nav-menu__level .nav-menu__link::before {
  transform: translate(150%, -50%) rotate(45deg);
}

.nav-menu__level .nav-menu__level__link::before {
  right: 30px;
}

.nav-menu__level {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.nav-menu__level__item:not(:last-child) {
  margin-bottom: 8px;
}
.nav-menu__level__item {
  position: relative;
  border-bottom: 2px solid #6f655c;
}
.nav-menu__level__item.nav-menu__leveltarget:hover .nav-menu__level-in {
  visibility: visible;
  opacity: 1;
}
.nav-menu__level__item &gt; .nav-menu__level__link {
  background-color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 1em 1em;
  line-height: 1;
}
.nav-menu__level__link {
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}
.nav-menu__level__link:hover {
  color: #6f655c;
  opacity: 1;
}
.nav-menu__level__link.current {
  color: #6f655c;
}
.nav-menu__level-in {
  /* ドロップダウンメニューないにさらに階層がある場合は以下使用 */
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.nav-menu__level-in__item &gt; .nav-menu__level-in__link {
  background-color: #fff;
  border-bottom: 2px solid #6f655c;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 1em 1em;
  line-height: 1;
}
.nav-menu__level-in__link {
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}
.nav-menu__level-in__link:hover {
  color: #6f655c;
  opacity: 1;
}
.nav-menu__level-in__link.current {
  color: #6f655c;
}

.visual-wrapper {
  position: relative;
  z-index: 1;
}

.page-description {
  font-size: 14px;
  writing-mode: vertical-rl;
  position: absolute;
  left: 4.4270833333%;
  height: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  white-space: nowrap;
}

/* ===========================================
*
* main style  top page
*
* ======================================== */
/*------------------------------
*
* main visual
*
------------------------------*/
.main-visual {
  width: 80.7291666667%;
  height: 800px;
  position: relative;
  z-index: 1;
  margin: 0 auto;

}
.main-visual::after {
  content: "";
  width: 372px;
  height: 320px;
  background: url(../img/top/top_leaf01.png) no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(38.9784946237%, 50.625%);
  z-index: 2;
}
.main-visual__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 889px;
  filter: drop-shadow(0px 0px 23.75px rgba(82, 74, 66, 0.5));
}
@media screen and (max-width: 1560px) {
.main-visual::after {
  transform: translate(28.9784946237%, 50.625%);

}
}

/*------------------------------
*
* top-greeting　section
*
------------------------------*/
.top-greeting {
  padding-top: 210px;
  position: relative;
  z-index: 5;
}
.top-greeting::after {
  content: "";
  width: 567px;
  height: 460px;
  background: url(../img/top/top_leaf02.png) no-repeat top center/contain;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.top-greeting__ttl {
  margin-bottom: 98px;
}
.top-greeting__container {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 960px;
}
.top-greeting__left {
  width: 50%;
}
.top-greeting__img {
  position: absolute;
  top: 0;
  width: 661px;
  right: max(-235px, -12.2395833333vw);
}
.top-greeting__btn {
  margin-top: 138px;
}

/*------------------------------
*
* top-menu
*
------------------------------*/
.top-menu {
  background: url(../img/top/menu_bg.jpg) no-repeat top center/max(1920px, 100%);
  padding: 175px 0 167px;
  position: relative;
  z-index: 4;
}
.top-menu::after {
  content: "";
  width: 214px;
  height: 354px;
  background: url(../img/top/top_leaf_menu.png) no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 95px;
  transform: translateY(55.6497175141%);
}
.top-menu__ttl {
  margin-bottom: 60px;
}
.top-menu__sentence {
  text-align: center;
}
.top-menu__container {
  margin-top: 107px;
}
.top-menu-item {
  padding-top: 65px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-menu-item::after {
  content: "";
  width: 96.2962962963%;
  height: 2px;
  background-color: #6f655c;
  opacity: 0.2;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.top-menu-item__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.top-menu-item__ttl {
  border-radius: 10px 10px 0 0;
}
.top-menu-item__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -48.1481481481%);
  width: 136px;
  height: 136px;
  z-index: -1;
}
.top-menu-item:not(:last-child) {
  margin-bottom: 70px;
}
.top-menu-item__content {
  padding: 65px 90px 50px;
  border-radius: 0 0 10px 10px;
  justify-content: space-between;
  align-items: flex-start;
}
.top-menu-item__left {
  width: 430px;
}
.top-menu-item__img {
  width: 380px;
  position: relative;
  z-index: 1;
}
.top-menu-item__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.top-menu-item__img.flowe01::before {
  width: 34.2105263158%;
  height: 49.3939393939%;
  background: url(../img/flower01.png) no-repeat top center/contain;
  transform: translate(51.5384615385%, 15.9509202454%);
}
.top-menu-item__img.flowe02::before {
  width: 32.3684210526%;
  height: 59.0909090909%;
  background: url(../img/flower02.png) no-repeat top center/contain;
  transform: translate(60.9756097561%, 14.8717948718%);
}
.top-menu-item__img.flowe03::before {
  width: 28.6842105263%;
  height: 57.8787878788%;
  background: url(../img/flower03.png) no-repeat top center/contain;
  transform: translate(49.5412844037%, 6.8062827225%);
}
.top-menu-item__massage {
  margin-top: 25px;
  letter-spacing: 0.15em;
  font-size: 26px;
  padding: 0.2115384615em 1em;
  text-align: center;
  color: #6f655c;
  font-weight: 700;
  background: url(../img/top/stripe_txt_bg.jpg) no-repeat top center/cover;
  color: #69acae;
}
.top-menu-item:nth-child(1) .check-list {
  justify-content: space-between;
}
.top-menu-item:nth-child(1) .check-list__item:nth-child(even) {
  width: 243px;
}
.top-menu-item:nth-child(1) .check-list__item:nth-child(odd) {
  width: 170px;
}
.top-menu-item:nth-child(2) .check-list {
  justify-content: space-between;
}
.top-menu-item:nth-child(2) .check-list__item:nth-child(odd) {
  width: 240px;
}
.top-menu-item:nth-child(2) .check-list__item:nth-child(even) {
  width: 160px;
}
.top-menu-item:nth-child(3) .check-list {
  justify-content: space-between;
}
.top-menu-item:nth-child(3) .check-list__item:nth-child(even) {
  width: 170px;
}
.top-menu-item:nth-child(3) .check-list__item:nth-child(odd) {
  width: 240px;
}
.top-menu-item:nth-child(3) .check-list__item:nth-child(1) {
  width: 100%;
}
.top-menu__btn {
  margin: 106px auto 0;
}
.top-menu .check-list {
  justify-content: flex-start;
  align-items: center;
  gap: 0.9318181818em 0;
  padding-bottom: 36px;
  border-bottom: 1px dashed #6f655c;
  position: relative;
  margin-top: -0.25em;
  z-index: 1;
}
.top-menu .check-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 20px;
  height: 12px;
  background-color: #6f655c;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top-menu .check-list__item {
  display: inline-block;
  width: 48%;
  margin-bottom: 0;
}

/*------------------------------
*
* top-voice
*
------------------------------*/
.top-voice {
  position: relative;
  z-index: 3;
  padding-top: 230px;
}
.top-voice__btn {
  margin-top: 113px;
}

/*------------------------------
*
* info
*
------------------------------*/
.top-access {
  background: url(../img/top/access_bg.jpg) no-repeat top center/max(1920px, 100%);
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.top-access::before {
  content: "";
  width: 684px;
  height: 516px;
  position: absolute;
  z-index: 2;
  left: max(-320px, 50% - 960px);
  top: 1096px;
  background: url(../img/top/top_leaf06.png) no-repeat top center/contain;
}
.top-access__ttl {
  margin-bottom: 90px;
}
.top-access__left {
  width: 620px;
}
.top-access__container {
  position: relative;
  z-index: 1;
}
.top-access__img01 {
  width: 536px;
  top: 0;
  position: absolute;
  right: clamp(-160px, -8.3333333333vw, -100px);
}
.top-access__table th {
  width: 140px;
}
.top-access__table td {
  width: calc(100% - 140px);
}
.top-access__btn {
  margin-top: 90px;
}
.top-access__map {
  width: 100%;
  height: 500px;
  margin-top: 287px;
}
.top-access__imgs {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 168px;
}
.top-access__img02 {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-access__img03 {
  width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(130px, 50%);
}
.top-access__img03::after {
  content: "";
  width: 132.7777777778%;
  height: 225%;
  transform: translate(57.7405857741%, 5.5555555556%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../img/top/top_leaf07.png) no-repeat top center/contain;
}
.top-access__en {
  font-size: 18px;
  line-height: 2.2222222222em;
  margin-left: 20px;
  margin-top: 39px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #c7beb5;
}

/*------------------------------
*
* contact
*
------------------------------*/
.contact {
  background: url(../img/top/contact_b.png) no-repeat top center/cover;
  padding: 148px 0 150px;
  position: relative;
  z-index: 1;
}
.contact::after {
  content: "";
  width: 484px;
  height: 561px;
  position: absolute;
  right: max(-320px, 50% - 960px);
  top: -455px;
  background: url(../img/contact_leaf.png) no-repeat top center/contain;
  z-index: -1;
}
.contact__ttl {
  margin-bottom: 70px;
}
.contact__container {
  position: relative;
  z-index: 1;
}
.contact__right {
  padding-top: 30px;
  width: 484px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.contact__img {
  width: 650px;
  position: absolute;
  top: 0;
  left: clamp(-160px, -8.3333333333vw, -120px);
}
.contact__tel {
  font-size: 44px;
  padding-bottom: 36px;
  margin-bottom: 72px;
}
.contact__tel.tel-replace--bottom::after {
  height: 20px;
  background-position: center;
}
.contact-link-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact-link-list .cmn-btn:not(:last-child) {
  margin-bottom: 30px;
}

/*------------------------------
*
* app
*
------------------------------*/
.app {
  background: url(../img/top/app_bg.jpg) no-repeat top center/cover;
}
.app__container {
  padding: 130px 106px 85px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/top/app_contents_bg.jpg) no-repeat top center/cover;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 76px 4px rgba(111, 101, 92, 0.05);
}
.app__content {
  /* margin-left: auto; */
  margin: 0 auto;
  width: 550px;
}
.app__ttl {
  margin-bottom: 60px;
  font-size: 47px;
  padding: 0.15em 0.25em;
  letter-spacing: 0.1em;
}
.app__sentence {
  letter-spacing: 0.15em;
  font-size: 30px;
  line-height: 1.5;
  margin: -0.25em 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.app__img {
  position: absolute;
  bottom: 0;
  left: 102px;
}
.app__btns {
  justify-content: center;
  align-items: flex-start;
  gap: 15px 36px;
  margin-top: 60px;
}

/*------------------------------
*
* top-blog
*
------------------------------*/
.top-blog {
  padding: 164px 0 154px;
  z-index: 2;
  overflow: hidden;
}
.top-blog__container {
  justify-content: space-between;
  align-items: center;
}
.top-blog__left {
  width: 280px;
  padding-top: 16px;
}
.top-blog__ttl {
  margin-bottom: 215px;
}
.top-blog-post {
  width: 690px;
}

/* ===========================================
*
* under page
*
* ======================================== */
/*------------------------------
*
* main style sub visual
*
------------------------------*/
.sub-visual {
  width: 80.7291666667%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 500px;
  box-sizing: border-box;
  overflow: hidden;
}
.sub-visual &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.sub-visual__catch {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 62px;
  top: 0;
  left: 0;
  z-index: 20;
  font-size: 56px;
  line-height: 2;
}
.sub-visual__catch__main, .sub-visual__catch__sub {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-visual__catch__main {
  white-space: nowrap;
  z-index: 10;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-size: 1em;
  color: #ffffff;
}
.sub-visual__catch__sub {
  z-index: 1;
  font-size: 2.4193548387em;
  line-height: 0.7333333333em;
  letter-spacing: 0.2em;
  color: rgba(182, 195, 175, 0.2);
}

.site-page .sub-visual__catch__sub,
.notfound-page .sub-visual__catch__sub {
  white-space: nowrap;
}

/* ===========================================
*
* main style concept-page
*
* ======================================== */
/*------------------------------
*
* about
*
------------------------------*/
.about {
  position: relative;
  z-index: 5;
  padding-bottom: 230px;
}
.about::after {
  content: "";
  width: 670px;
  height: 507px;
  background: url(../img/concept/leaf01.png) no-repeat top center/contain;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: max(-320px, 50% - 960px);
  transform: translateY(54px);
}
.about__ttl {
  margin-bottom: 100px;
}
.about__sentence {
  text-align: center;
}
.about__img {
  margin: 100px auto 0;
  position: relative;
  z-index: 1;
  width: 950px;
}
.about__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 43.1578947368%;
  height: 50%;
  background: url(../img/flower04.png) no-repeat top center/contain;
  transform: translate(53.6585365854%, 1.8181818182%);
}

/*------------------------------
*
* reason
*
------------------------------*/
.reason {
  padding-bottom: 220px;
  position: relative;
  z-index: 4;
}
.reason::after {
  content: "";
  width: 214px;
  height: 354px;
  background: url(../img/top/top_leaf_menu.png) no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 95px;
  transform: translateY(35.593220339%);
}
.reason__ttl {
  margin-bottom: 75px;
}
.reason__container {
  gap: 40px 26px;
  justify-content: center;
}
.reason-item {
  position: relative;
  z-index: 1;
  border-top: 30px solid #69acae;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 10px 45px;
  box-sizing: border-box;
  width: 250px;
  margin-top: 62px;
}
.reason-item::after {
  content: "";
  width: 84%;
  height: 2px;
  background-color: #dad8d6;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.reason-item__icon {
  width: 99px;
  height: 89px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 29px;
}
.reason-item__ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
  min-height: 4.8em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-item__num {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 129px;
  z-index: -1;
}

/*------------------------------
*
* qa
*
------------------------------*/
.qa {
  position: relative;
  padding-top: 185px;
  padding-bottom: 202px;
  z-index: 1;
  background: url(../img/concept/qa_bg.jpg) no-repeat top center/cover;
}
.qa__ttl {
  margin-bottom: 75px;
}
.qa-list__item {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.qa-list__item::after {
  content: "";
  width: 1040px;
  height: 2px;
  background-color: #dad8d6;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.qa-list__item:not(:last-child) {
  margin-bottom: 56px;
}
.qa-list__item .question {
  position: relative;
  font-size: 20px;
  padding: 0.95em 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #6f655c;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.qa-list__item .question__content {
  width: calc(100% - 32px);
  box-sizing: border-box;
  font-size: 1em;
}
.qa-list__item .answer {
  background-color: #fff;
  position: relative;
  padding: 42px 50px 54px;
}
.qa-list__item .answer__content {
  width: 100%;
  line-height: 2;
}
.qa-list__item .answer__content::before, .qa-list__item .answer__content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.qa-list__item .answer__content::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.qa-list__item .answer__content::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

/* ===========================================
*
* main style voice-page
*
* ======================================== */
/*------------------------------
*
* voice
*
------------------------------*/
.voice__ttl {
  margin-bottom: 0;
}
.voice {
  position: relative;
  z-index: 2;
}
.voice__contents {
  min-width: 700px;
}
.voice__container {
  justify-content: space-between;
  align-items: flex-start;
}
.voice-post {
  width: 685px;
}
.voice-post__link {
  transition: 0.3s;
}
.voice-post__link:hover {
  opacity: 1;
  transform: translate(8px, -8px);
}
.voice-post-item {
  width: 100%;
}
.voice-post-item:not(:last-child) {
  margin-bottom: 92px;
}
.voice-post__img {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.voice-post__img__tag {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 0.3611111111em 1em;
}
.voice-post__flex {
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.voice-post__before {
  border: 2px solid #6f655c;
  font-size: 14px;
  margin-bottom: 25px;
}
.voice-post__after {
  border: 5px solid #69acae;
  font-size: 18px;
  width: 52.5547445255%;
}
.voice-post__left {
  width: 36.496350365%;
  position: relative;
  z-index: 1;
}
.voice-post__left::after {
  content: "";
  width: 28.8%;
  height: 54px;
  background: url(../img/ba_arrow.png) no-repeat bottom center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(83.3333333333%);
}
.voice-post__name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.voice-post__ttl {
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-right: 1em;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.voice-detaile .voice-post__name {
order: 1;
}
.voice-detaile .post-detail__ttl{
order: 2;
}
/* ===========================================
*
* main style menu-page
*
* ======================================== */
/*------------------------------
*
* menu
*
------------------------------*/
.under-page .wrapper {
  background: url(../img/leaf_01.png) no-repeat top 35px right 91px/auto;
}

.menu {
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
.menu__ttl {
  margin-bottom: 90px;
}
.menu-contents {
  width: 100%;
  box-sizing: border-box;
}
.menu-contents__ttl {
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  padding: 1.125em 1em;
}
.menu-contents:not(:last-child) {
  margin-bottom: 50px;
}
.menu-item {
  padding: 50px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 54px 50px 60px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.menu-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 103px;
  height: 130px;
  background: url(../img/flower01.png) no-repeat top center/contain;
  transform: translate(45.6310679612%, 17.6923076923%);
}
.menu-item__content {
  width: 456px;
}
.menu-item__flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.menu-item__img {
  width: 450px;
  aspect-ratio: 45/33;
}
.menu-item::after {
  content: "";
  width: 1040px;
  height: 2px;
  background-color: #dad8d6;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-item:not(:last-child) {
  margin-bottom: 85px;
}
.menu-item__ttl {
  margin-bottom: 25px;
}
.menu-item__list {
  gap: 25px 4%;
}
.menu-item__list__item {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap:0.5em 1em ;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.menu-item__list__item:not(:last-child) {
  border-bottom: 1px dashed #c7beb5;
  padding-bottom: 25px;
}
.menu-item__list__item__name, .menu-item__list__item__price {
  margin: -0.25em 0;
  display: block;
}
.menu-item__list__item__name {
  font-weight: 700;
  color: #69acae;
}
.menu-item__list__item__price {
  text-align: right;
  margin-left: auto;
}

/* ===========================================
*
* main style salon page
*
* ======================================== */
/*------------------------------
*
* greeting
*
------------------------------*/
.greeting {
  padding-bottom: 200px;
  position: relative;
  z-index: 5;
}
.greeting::after {
  content: "";
  width: 682px;
  height: 507px;
  background: url(../img/salon/greeting_leaf02.png) no-repeat left center/contain;
  z-index: 1;
  position: absolute;
  bottom: 757px;
  left: max(-320px, calc(50% - 960px));
}
.greeting__ttl {
  margin-bottom: 90px;
}
.greeting__sentence {
  text-align: center;
}
.greeting__img {
  margin: 0 auto 90px;
  position: relative;
  z-index: 1;
  width: 950px;
}
.greeting__name {
  margin-top: 90px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.greeting__name__shop {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}
.greeting__name__representative {
  font-size: 30px;
  line-height: 1.3;
}
.greeting__name__representative .small {
  font-size: 20px;
  margin-right: 1em;
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  background: url(../img/top/access_bg.jpg) no-repeat top center/max(1920px, 100%);
  padding-bottom: 0;
  padding-top: 175px;
  position: relative;
  z-index: 4;
}
.info::after {
  content: "";
  width: 214px;
  height: 354px;
  background: url(../img/top/top_leaf_menu.png) no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 118px;
  transform: translateY(-57.9096045198%);
}
.info__ttl {
  margin-bottom: 90px;
}
.info__container {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.info__table {
  width: 600px;
}
.info__table th {
  width: 140px;
}
.info__table td {
  width: calc(100% - 140px);
}
.info__map {
  width: 100%;
  height: 500px;
  margin-top: 175px;
}

/*------------------------------
*
* gallery
*
------------------------------*/
.gallery {
  padding-top: 170px;
  padding-bottom: 120px;
  background: url(../img/salon/sec_bg_t.png) no-repeat top center/max(1920px, 100%), #f2f2f2;
  position: relative;
  z-index: 1;
}
.gallery::after {
  content: "";
  width: 214px;
  height: 354px;
  background: url(../img/top/top_leaf_menu.png) no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  top: 107px;
  left: 126px;
}
.gallery__ttl {
  margin-bottom: 58px;
}
.gallery__container {
  gap: 26px;
}
.gallery-item {
  width: 250px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.gallery-item__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.gallery-about {
  margin-top: 207px;
  padding-bottom: 96px;
  position: relative;
  z-index: 1;
}
.gallery-about::before {
  content: "";
  width: 100%;
  height: 8px;
  border-block: 3px solid rgba(111, 101, 92, 0.2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.gallery-about__ttl {
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}
.gallery-about__ttl .cmn-ttl__main {
  padding: 0 1.5em;
  background-color: #f2f2f2;
}
.gallery-about__ttl::before {
  content: "";
  width: 100%;
  height: 8px;
  border-block: 3px solid rgba(111, 101, 92, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.gallery-about__container {
  align-items: flex-start;
  justify-content: space-between;
}
.gallery-about__img {
  width: 400px;
}
.gallery-about__sentence {
  width: 600px;
}

.page-link {
  padding: 145px 0;
}
.page-link__container {
  gap: 60px;
}
.page-link-item {
  width: 320px;
  height: 165px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid #6f655c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-link-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(111, 101, 92, 0.3);
  z-index: 3;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.4s;
}
.page-link-item__ttl {
  z-index: 10;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.3s;
  font-size: 30px;
  padding-left: 1.5em;
  width: calc(100% - 50px);
  border-right: dashed 1px #6f655c;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.page-link-item__ttl::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/page_link_arrow.png) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.page-link-item__ttl__en {
  color: #c7beb5;
}
.page-link-item__ttl__main {
  font-size: 1em;
}
.page-link-item:hover {
  opacity: 1;
}
.page-link-item:hover .page-link-item__ttl::after {
  transform: translate(25%, -50%);
}
.page-link-item:hover::before {
  opacity: 1;
}

/* ===========================================
*
* main style blog page
*
* ======================================== */
.blog-post {
  width: 100%;
}
.blog-post-item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #6f655c;
}
.blog-post-item:first-child {
  border-top: 1px solid #6f655c;
}
.blog-post__flex {
  justify-content: space-between;
}
.blog-post__head {
  width: 100%;
  margin-bottom: 14px;
}
.blog-post__left {
  width: calc(100% - 280px);
}
.blog-post__left.w-100 {
  width: 100%;
}
.blog-post__img {
  width: 240px;
  height: 160px;
}
.blog-post__tag-wrapper {
  width: calc(100% - 130px);
}
.blog-post__link {
  padding: 36px 0;
}
.blog-post__link:hover::after {
  transform: translate(50%, -50%);
}
.blog-post__date {
  line-height: 1;
}
.blog-post__ttl {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-post__content {
  margin-top: 12px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
}

/*------------------------------
*
* news,blog
*
------------------------------*/
.cmn-post {
  width: 100%;
}
.cmn-post-item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #6f655c;
}
.cmn-post-item:first-child {
  border-top: 1px solid #6f655c;
}
.cmn-post__flex {
  gap: 8px 16px;
  margin-bottom: 20px;
}
.cmn-post__link {
  padding: 41px 18px 40px;
}
.cmn-post__link:hover::after {
  transform: translate(50%, -50%);
}
.cmn-post__date {
  line-height: 1;
  letter-spacing: 0.1em;
}
.cmn-post__title {
  line-height: 1.2;
  width: calc(100% - 130px);
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

/*---------- detail ここから ----------*/
.tag {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.15em;
  background-color: #6f655c;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 0.1666666667em 0.5em;
}
.tag-btn-wrapper {
  margin-bottom: 50px;
  gap: 20px 23px;
  position: relative;
  padding-block: 40px;
  border-block: 1px solid rgba(111, 101, 111, .2);
}
.tag-btn-label {
  font-size: 18px;
  letter-spacing: 0.1em;
  background: #fff;
  display: inline-block;
  padding-right: 2em;
  font-weight: 700;
  color: #6f656f;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.tag__btn {
  padding: 0.5em 1em;
  border: 1px solid #6f656f;
  color: #6f656f;
  border-radius: 3em;
  display: inline-block;
  transition: all 0.3s;
}
.tag__btn:hover {
  color: #fff;
  background-color: #6f656f;
  opacity: 1;
}
.tag__btn.current {
  color: #fff;
  background-color: #6f656f;
}
.tag-wrapper {
  justify-content: flex-start;
  gap: 8px 10px;
}

.post-detail {
  position: relative;
  z-index: 5;
}
.post-detail__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-detail__date {
  order: 1;
  margin-bottom: 16px;
  line-height: 1;
  color: #6f656f;
}
.post-detail__img {
  width: 80%;
  /* margin: 0 auto 48px; */
  margin-bottom: 48px;
}
/* .post-detail__img &gt; img {
  margin: 0 auto;
} */
.post-detail__tag-wrapper {
  order: 2;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 24px;
}
.post-detail__ttl {
  order: 3;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #6f655c;
  padding-bottom: 0.5em;
  margin-bottom: 32px;
}

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

/*------------------------------
*
* privacy
*
------------------------------*/
.privacy-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-left: 5px solid #6f655c;
  padding-left: 0.75em;
}

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

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

.floating {
  width: 9.6354166667%;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 101;
  right: 0;
  bottom: 3%;
}
.floating-item {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0 0.7777777778em;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 75px;
}
.floating-item .icon {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: 0.3s;
  border: 2px solid #6f655c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.floating-item .icon-mail {
  background: url(../img/icon_mail_white.png) no-repeat center/54.5454545455%, #6f655c;
}
.floating-item .icon-instagram {
  background: url(../img/icon_instagram_white.png) no-repeat center/54.5454545455%, #6f655c;
}
.floating-item:hover {
  opacity: 1;
}
.floating-item:hover .icon-mail {
  background: url(../img/icon_mail_main.png) no-repeat center/54.5454545455%, #ffffff;
}
.floating-item:hover .icon-instagram {
  background: url(../img/icon_instagram_main.png) no-repeat center/54.5454545455%, #ffffff;
}
.floating-pagetop {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 2.1428571429em;
  position: relative;
  text-align: center;
  width: 80px;
  transition: 0.3s;
}
.floating-pagetop:hover {
  transform: translateY(-8px);
}
.floating-pagetop::before {
  content: "";
  width: 2.2857142857em;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6f655c;
}
.floating-pagetop::after {
  content: "";
  width: 1.1428571429em;
  height: 1.1428571429em;
  border-top: 3px solid #6f655c;
  border-right: 3px solid #6f655c;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
}
.footer-inner {
  padding-block: 120px;
  border-top: 1px solid #6f655c;
}
.footer-content {
  width: 100%;
  justify-content: space-between;
}
.footer-content:nth-child(1) {
  align-items: flex-start;
}
.footer-content:nth-child(2) {
  align-items: flex-end;
  margin-top: 65px;
}
.footer__logo {
  width: 269px;
  margin-bottom: 40px;
}
.footer-nav {
  width: 594px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px dashed #6f655c;
  font-weight: 700;
  gap: 0 34px;
  padding: 30px 30px 30px 54px;
  order: 2;
}
.footer-nav__list {
  align-items: flex-start;
  gap: 1.5em 1.25em;
}
.footer-nav__link {
  line-height: 1;
}
.footer-nav__link:hover {
  opacity: 0.7;
}
.footer-info {
  width: 594px;
}
.footer-info__tel {
  margin-bottom: 70px;
}
.footer__copy {
  font-size: 12px;
  letter-spacing: 0.15em;
  order: 1;
}/*# sourceMappingURL=style.css.map */
</pre></body></html>