@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--accent-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.3vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6% 15%;
  background: url(../img/common/body.jpg) center/cover no-repeat;
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 9% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-address {
  margin: 10% auto;
}
#drawer__nav .drawer__nav-address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__nav-address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.1;
}
.c-tel .tel__num {
  padding-left: 6vw;
  font-size: var(--font-size-28);
  background: url(../img/common/tel_ic.svg) left bottom 1.5vw/5vw no-repeat;
}
.c-tel .tel__text {
  width: 61%;
  margin: 0 auto;
  display: block;
}

/*
# c-line__button
------------------------*/
.c-line__button .type-button {
  background: url(../img/common/sns/LINE_logo.svg) left 10% center/7vw no-repeat, var(--accent-color-light);
  padding-left: 8%;
}

/*
# c-mail__button
------------------------*/
.c-mail__button {
  padding-left: 7%;
}
.c-mail__button::before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 3vw;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  inset: 0 auto 0 10%;
  margin: auto 0;
  filter: brightness(10);
  z-index: 1;
}

/*
# c-treatment-list
------------------------*/
.c-treatment-list .treatment__card {
  width: 90%;
  margin: 0 auto 13%;
}
.c-treatment-list .treatment__card:last-child {
  margin-bottom: 0;
}
.c-treatment-list .treatment__card-link:hover .treatment__card-title {
  color: var(--accent-color);
}
.c-treatment-list .treatment__card-img {
  width: 100%;
  height: 75vw;
}
.c-treatment-list .treatment__card-title {
  font-size: var(--font-size-18);
  padding: 2% 0 2% 5%;
  transition: all 0.3s;
}
.c-treatment-list .treatment__card-title::before {
  position: absolute;
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: var(--accent-color);
  border-radius: 50%;
  inset: 5.5vw auto auto 0;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 16% 5%;
}
.c-contact__section .contact__inbox {
  padding: 10% 6%;
  background: url(../img/common/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__title {
  text-align: center;
}
.c-contact__section .contact__title .title-en {
  color: var(--color-white);
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  padding: 10% 6%;
}
.c-contact__list .contact__item {
  margin-bottom: 10%;
}
.c-contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__list .contact__item--tel {
  width: 100%;
  text-align: center;
}
.c-contact__list .contact__item--hotpepper .hotpepper__button {
  border: 1px solid #963059;
}
.c-contact__list .contact__item--hotpepper .hotpepper__button img {
  width: 40%;
}
.c-contact__list .type-button {
  width: 67vw;
  height: 15vw;
  transition: all 0.3s;
}
.c-contact__list .type-button:hover {
  transform: scale(0.97);
}
.c-contact__list .tab-icon {
  position: relative;
}
.c-contact__list .tab-icon::before {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  inset: auto 1vw 1vw auto;
  background: url(../img/common/button_tab.png) center/100% no-repeat;
  z-index: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

/*
# bg-image-head
------------------------*/
.bg-image-head {
  padding: 18% 0;
}
.bg-image-head::before {
  width: 30%;
  height: 30vw;
  inset: 5vw auto auto 0;
}
.bg-image-head::after {
  width: 20%;
  height: 22vw;
  inset: 19vw 0 auto auto;
}

/*
# .com-button
------------------------*/
.com-button {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
  padding: 2vw 11vw 2vw 0;
  background: url(../img/common/com-button_arr.svg) right center/7vw no-repeat;
  display: block;
}

/*
# com-box
------------------------*/
.com-box {
  padding: 8% 6%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12%;
}
.section-title span {
  letter-spacing: var(--body-letter-spacing);
}
.section-title .title-en {
  font-size: var(--font-size-20);
}
.section-title .title-ja.has-deco {
  padding: 0 13vw;
  position: relative;
}
.section-title .title-ja.has-deco::before, .section-title .title-ja.has-deco::after {
  position: absolute;
  content: "";
  width: 9vw;
  height: 7vw;
  background: url(../img/common/section-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.section-title .title-ja.has-deco::before {
  left: 0;
}
.section-title .title-ja.has-deco::after {
  right: 0;
  transform: scale(-1, 1);
}

.headline-title {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: var(--body-font-color);
  padding: 2% 5%;
  line-height: 1.6;
  margin-bottom: 5%;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
  z-index: 1;
}
#header::before {
  width: 40.625%;
  height: 100%;
  position: absolute;
  content: "";
  background: url(../img/top/mv/mv_ptrn.jpg);
  left: 0;
  z-index: -1;
}
#header .header__logo {
  width: 60%;
  line-height: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 100vw;
  z-index: 1;
}
#top-mv::before, #top-mv::after {
  position: absolute;
  content: "";
}
#top-mv::before {
  width: 40.625%;
  height: 88.6363%;
  background: url(../img/common/ptrn_green.jpg);
  inset: 0 auto auto 0;
  z-index: -2;
  box-shadow: 0 0 8px rgba(var(--body-font-color-rgb), 0.06);
}
#top-mv::after {
  width: 92%;
  margin: 0 auto;
  height: 100%;
  inset: 0;
  z-index: -1;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__catch {
  width: 55%;
  inset: 8% 5% auto auto;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 10%;
}
#footer .fixed__button-wrap {
  inset: 0 3% auto auto;
  text-align: center;
  z-index: 1001;
}
#footer .fixed__button-wrap .fixed__button-title {
  margin-bottom: 10px;
  font-size: var(--font-size-16);
  text-shadow: 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white), 0 0 10px var(--color-white);
}
#footer .fixed__button-wrap .fixed__button {
  width: 13vw;
  height: 13vw;
  margin: 0 auto 20px;
}
#footer .fixed__button-wrap .fixed__button:last-child {
  margin-bottom: 0;
}
#footer .fixed__button-wrap .fixed__button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--color-gray);
  background: var(--color-white);
}
#footer .fixed__button-wrap .fixed__button a:hover {
  border-color: var(--color-gray-dark);
  opacity: 1;
  background-color: var(--accent-color-light);
  transform: scale(0.97);
}
#footer .fixed__button-wrap .fixed__button a .sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .fixed__button-wrap .fixed__button a.hotpepper__button img {
  width: 60px;
}
#footer .footer__logo {
  width: 90%;
  margin: 0 auto 12%;
}
#footer .footer__tel {
  width: 100%;
  margin: 0 auto 10%;
  background: var(--color-gray-light);
  padding: 5%;
  text-align: center;
}
#footer .footer__nav {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: var(--font-size-15);
}
#footer .footer__nav-item {
  margin-bottom: 14%;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 12%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
  font-size: var(--font-size-14);
}
.pagetop::before {
  position: absolute;
  inset: -10px 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 45vw;
  z-index: 1;
}
.lower-sv::before, .lower-sv::after {
  position: absolute;
  content: "";
}
.lower-sv::before {
  width: 40.625%;
  height: 88.6363%;
  background: url(../img/common/ptrn_green.jpg);
  inset: 0 auto auto 0;
  z-index: -2;
  box-shadow: 0 0 8px rgba(var(--body-font-color-rgb), 0.06);
}
.lower-sv::after {
  width: 72.9166%;
  height: 100%;
  inset: 0 3.125% 0 auto;
  z-index: -1;
}
.lower-sv .sv__title {
  width: 84%;
  margin: 0 auto;
  font-size: var(--font-size-25);
  line-height: 1.7;
}
.lower-sv .sv__title span {
  padding: 0 5vw;
}
.lower-sv .sv__title span::before {
  position: absolute;
  content: "";
  width: 7vw;
  height: 7vw;
  inset: auto auto -2vw -4vw;
  background: url(../img/sv/sv-ttl_deco.png) center/100% no-repeat;
}

#service-sv::after {
  background: url(../../img/sv/service-sv_bg.jpg) center/cover no-repeat;
}

#case-sv::after {
  background: url(../../img/sv/case-sv_bg.jpg) center/cover no-repeat;
}

#treatment-sv::after {
  background: url(../../img/sv/treatment-sv_bg.jpg) center/cover no-repeat;
}

#salon-sv::after {
  background: url(../../img/sv/salon-sv_bg.jpg) center/cover no-repeat;
}

#news-sv::after {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv::after {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv::after {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv::after {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv::after {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv::after {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-worries
------------------------*/
#top-worries {
  padding: 18% 0 0;
  background: url(../img/top/worry-rt_bg.png) right top/42.70833% no-repeat;
}
#top-worries .worries__title {
  font-size: var(--font-size-25);
}
#top-worries .worries__title-border {
  background: url(../img/top/worry-ttl_bdr.png) bottom center/100% no-repeat;
}
#top-worries .worries__title .inline-block {
  line-height: 1.2;
  padding: 1vw 2vw;
  margin-right: 2vw;
}
#top-worries .worries__wrap {
  padding-bottom: 27%;
  background: url(../img/top/worry-list_arr.png) bottom center/35% no-repeat;
}
#top-worries .worries__part {
  padding: 10% 6%;
  margin-bottom: 15%;
}
#top-worries .worries__part:last-child {
  margin-bottom: 0;
}
#top-worries .worries__part::before {
  position: absolute;
  content: "";
}
#top-worries .worries__part--autonomic-nerves::before {
  width: 30%;
  height: 41vw;
  background: url(../img/top/worry-lb_ill.png) center/100% no-repeat;
  inset: auto -7% 0 auto;
}
#top-worries .worries__part--intestinal-environment::before {
  width: 33%;
  height: 44vw;
  background: url(../img/top/worry-rb_ill.png) center/100% no-repeat;
  inset: auto 0 0 auto;
}
#top-worries .worries__part-title {
  text-align: center;
  font-size: var(--font-size-21);
  line-height: 1.6;
  padding: 2%;
  margin-bottom: 6%;
}
#top-worries .worries__part-item {
  padding: 2% 2% 2% 12%;
  font-size: var(--font-size-20);
  background: url(../img/top/worry-check_ic.png) left 3% center/3.75vw no-repeat, url(../img/common/ptrn_bdr.png) bottom repeat-x;
}

/*
# top-case
------------------------*/
#top-case {
  padding: 18% 6%;
}
#top-case .case__inbox {
  padding: 12% 6%;
}
#top-case .case__title {
  line-height: 1.8;
  margin-bottom: 8%;
}
#top-case .case__title-first {
  font-size: var(--font-size-22);
}
#top-case .case__title-first::before, #top-case .case__title-first::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 6vw;
  background: var(--body-font-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-case .case__title-first::before {
  left: -3vw;
  transform: rotate(-30deg);
}
#top-case .case__title-first::after {
  right: -3vw;
  transform: rotate(30deg);
}
#top-case .case__title .mask {
  -webkit-mask: url(../img/top/case-ttl_mask.png) center/100% no-repeat;
          mask: url(../img/top/case-ttl_mask.png) center/100% no-repeat;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, var(--body-font-color) 10px, var(--body-font-color) 20px);
  background-color: #645B53;
  padding: 1.25vw 3vw;
}
#top-case .case__title-second {
  font-size: var(--font-size-22);
}
#top-case .case__title-second .bg-color-accent {
  font-size: var(--font-size-24);
  line-height: 1.2;
  padding: 1vw;
}
#top-case .case__img {
  margin-bottom: 10%;
}
#top-case .case__subtitle {
  margin-bottom: 8%;
  font-size: var(--font-size-20);
}
#top-case .case__subtitle .border-bottom {
  border-bottom: 1px solid;
  padding-bottom: 2vw;
  display: inline-block;
}
#top-case .case__button {
  margin-left: auto;
}

/*
# top-service
------------------------*/
#top-service::before, #top-service::after {
  position: absolute;
  content: "";
}
#top-service::before {
  width: 25%;
  height: 30vw;
  background: url(../img/top/service-lt_deco.png) top center/100% no-repeat;
  inset: -10vw auto auto 0;
}
#top-service::after {
  width: 25%;
  height: 23vw;
  background: url(../img/top/service-rc_deco.png) top center/100% no-repeat;
  inset: 33vw 0 auto auto;
}
#top-service .service__graph {
  text-align: center;
  margin: 0 auto 10%;
  background: url(../img/top/service-l_ill.png) left bottom/22% no-repeat, url(../img/top/service-r_ill.png) right bottom/25% no-repeat;
}
#top-service .service__list {
  padding: 10% 6%;
}
#top-service .service__card {
  width: 100%;
  padding: 8% 6%;
  margin-bottom: 10%;
}
#top-service .service__card:last-child {
  margin-bottom: 0;
}
#top-service .service__card-img {
  width: 100%;
  height: 35vw;
  margin-bottom: 6%;
}
#top-service .service__card:nth-child(1) .service__card-img img {
  -o-object-position: bottom;
     object-position: bottom;
}
#top-service .service__card-title {
  font-size: var(--font-size-21);
  padding: 5%;
  margin-bottom: 3%;
  text-align: center;
  line-height: 1.4;
}
#top-service .service__button {
  margin: 12% auto 0;
}

/*
# top-treatment
------------------------*/
#top-treatment {
  padding: 15% 0 0;
}
#top-treatment .treatment__button {
  margin: 12% auto 0;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 0 0 15%;
}
#top-access .access__inner {
  margin-bottom: 15%;
}
#top-access .access__img {
  margin-bottom: 10%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 15% 0;
}
#top-news .news__post {
  border-bottom: 1px solid;
}
#top-news .news__post:first-child {
  border-top: 1px solid;
}
#top-news .news__post-link {
  padding: 7% 0;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-date {
  width: 26%;
}
#top-news .news__post-tags {
  width: 73%;
  gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  line-height: 1.4;
  padding: 0 1.5vw;
}
#top-news .news__button {
  margin: 12% 0 0 auto;
}

/*==========================================
service
===========================================*/
/*
# service-intro
------------------------*/
#service-intro .intro__subtitle {
  text-align: center;
  width: 84%;
  margin: 0 auto 10%;
  font-size: var(--font-size-22);
  border-bottom: 1px solid;
  padding-bottom: 4%;
  line-height: 1.6666666667;
}
#service-intro .intro__subtitle-border {
  background: url(../img/top/worry-ttl_bdr.png) bottom center/100% no-repeat;
}
#service-intro .intro__text {
  padding: 0 8%;
  margin-bottom: 12%;
}
#service-intro .intro__wrap {
  width: 84%;
  margin: 0 auto;
}
#service-intro .intro__card {
  margin-bottom: 15%;
  padding: 8% 6%;
}
#service-intro .intro__card:last-child {
  margin-bottom: 0;
}
#service-intro .intro__card-img {
  margin-bottom: 8%;
}

/*
# service-menu
------------------------*/
#service-menu {
  background: url(../img/service/menu-lt_deco.png) left top -15px/48% no-repeat;
}
#service-menu .menu__item {
  padding: 4% 0;
  background: url(../img/common/ptrn_bdr.png) bottom center repeat-x;
}
#service-menu .menu__item:first-child {
  background: url(../img/common/ptrn_bdr.png) top center repeat-x, url(../img/common/ptrn_bdr.png) bottom center repeat-x;
}
#service-menu .menu__item-title {
  max-width: 57%;
}
#service-menu .menu__item-price {
  max-width: 40%;
  text-align: right;
}

/*==========================================
case
===========================================*/
#case-archive {
  background: url(../img/case/case-l_deco.png) left top 80px/15.8854% repeat-y, url(../img/case/case-r_deco.png) right top 280px/15.625% repeat-y;
}
#case-archive .case__tag-list {
  gap: 4vw 4%;
}
#case-archive .case__tag-list .case__tag {
  width: 48%;
  text-align: center;
}
#case-archive .case__tag-list .case__tag-link {
  height: 14vw;
  padding: 0 3vw;
  font-size: var(--font-size-15);
}
#case-archive .case__tag-list .case__tag-link::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 2vw;
  transform: rotate(90deg);
  background: url(../img/common/com-button_arr.svg) center/100% no-repeat;
  z-index: 1;
  margin: auto 0;
  inset: 0 5% 0 auto;
  filter: brightness(10);
}
#case-archive .case__tag-wrap {
  margin-bottom: 15%;
}
#case-archive .case__tag-wrap:last-child {
  margin-bottom: 0;
}
#case-archive .case__post {
  margin-bottom: 13%;
}
#case-archive .case__post:last-child {
  margin-bottom: 0;
}
#case-archive .case__post-title {
  background: var(--primary-color);
}
#case-archive .case__post-img {
  width: 100%;
  height: 52vw;
  margin-bottom: 8%;
}
#case-archive .case__post-headline {
  margin-bottom: 8%;
}
#case-archive .case__post .case__post-worries {
  background: var(--color-gray-light);
  padding: 8% 6%;
}
#case-archive .case__post .case__worries-title {
  font-size: var(--font-size-20);
  margin-bottom: 3%;
  line-height: 1.6;
}
#case-archive .case__post-menu {
  margin-top: 8%;
}
#case-archive .case__post-menu .menu__item {
  border-bottom: 1px solid;
  padding: 4% 0;
  font-size: var(--font-size-16);
}
#case-archive .case__post-menu .menu__item-name {
  max-width: 57%;
}
#case-archive .case__post-menu .menu__item-price {
  max-width: 38%;
  text-align: right;
}
#case-archive .case__post-menu .case__menu-reason {
  margin-top: 5%;
}
#case-archive .case__post-menu .case__menu-reason .case__reason-title {
  font-size: var(--font-size-20);
}

/*==========================================
treatment
===========================================*/
.treatment__single .bfaf__wrap:has(.bfaf__fig--after) .bfaf__fig--before {
  margin-bottom: 8%;
}
.treatment__single .bfaf__wrap .bfaf__fig .com-img {
  width: 100%;
}
.treatment__single .bfaf__wrap .bfaf__fig--before {
  width: 70%;
}
.treatment__single .bfaf__wrap .bfaf__fig--before .com-img {
  height: 45vw;
}
.treatment__single .bfaf__wrap .bfaf__fig--after {
  width: 100%;
}
.treatment__single .bfaf__wrap .bfaf__fig--after .com-img {
  height: 62vw;
}
.treatment__single .bfaf__wrap .bfaf__fig .bfaf__caption {
  inset: 0 auto auto 0;
  font-size: var(--font-size-16);
  padding: 0 2vw;
  line-height: 1.6;
  z-index: 10;
}
.treatment__single .treatment__worry {
  margin: 12% 0;
}
.treatment__single .treatment__worry-title {
  font-size: var(--font-size-20);
  margin-bottom: 3%;
}
.treatment__single .treatment__gallery {
  gap: 4vw 4%;
}
.treatment__single .treatment__gallery .treatment__gallery-item {
  width: 48%;
  height: 42vw;
}

/*==========================================
salon
===========================================*/
/*
# salon-staff
------------------------*/
#salon-staff .staff__img {
  text-align: center;
  margin-bottom: 8%;
}
#salon-staff .staff__name {
  margin-bottom: 5%;
  font-size: var(--font-size-21);
}
#salon-staff .staff__name span {
  line-height: 1.5;
  padding: 0 2vw;
}

/*
# salon-info
------------------------*/
#salon-info {
  background: url(../img/salon/info-rt_deco.png) right top/45% no-repeat, url(../img/common/ptrn_green.jpg);
}
#salon-info .info__table {
  margin-bottom: 15%;
}
#salon-info .info__table tr {
  border-bottom: none;
}
#salon-info .info__table tr:last-child {
  margin-bottom: 0;
}
#salon-info .info__table th {
  padding: 2% 4%;
  background: var(--primary-color);
  color: var(--color-white);
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/