@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.1;
}
.c-tel .tel__num {
  padding-left: 25px;
  font-size: var(--font-size-35);
  background: url(../img/common/tel_ic.svg) left bottom 7px/24px 30px no-repeat;
}
.c-tel .tel__text {
  display: block;
}

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

/*
# c-mail__button
------------------------*/
.c-mail__button {
  padding-left: 25px;
}
.c-mail__button::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  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 {
  gap: 35px 60px;
}
.c-treatment-list .treatment__card {
  width: 320px;
}
.c-treatment-list .treatment__card-link:hover .treatment__card-title {
  color: var(--accent-color);
}
.c-treatment-list .treatment__card-img {
  width: 100%;
  height: 400px;
}
.c-treatment-list .treatment__card-title {
  font-size: var(--font-size-20);
  padding: 5px 0 5px 20px;
  transition: all 0.3s;
}
.c-treatment-list .treatment__card-title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--accent-color);
  border-radius: 50%;
  inset: 22px auto auto 0;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 115px 0 110px;
}
.c-contact__section .contact__inbox {
  width: clamp(1200px, 93.75%, 1800px);
  margin: 0 auto;
  padding: 95px 0 100px;
  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 {
  width: 1080px;
  margin: 0 auto;
  padding: 35px 0 45px;
  gap: 25px 30px;
}
.c-contact__list .contact__item--tel {
  width: 100%;
  text-align: center;
}
.c-contact__list .contact__item--tel .tel__num {
  font-size: var(--font-size-45);
  background-size: 27px 38px;
  padding-left: 30px;
}
.c-contact__list .contact__item--hotpepper .hotpepper__button {
  border: 1px solid #963059;
}
.c-contact__list .type-button {
  width: 320px;
  height: 100px;
  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: 16px;
  height: 14px;
  inset: auto 5px 5px auto;
  background: url(../img/common/button_tab.png) center/100% no-repeat;
  z-index: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
}
.com-table tr th,
.com-table tr td {
  line-height: 1.6666666667;
}
.com-table tr th {
  padding: 10px 0;
  width: 125px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 125px);
  padding: 10px 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 30px;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 400px;
}

/*
# bg-image-head
------------------------*/
.bg-image-head {
  padding: 105px 0;
}
.bg-image-head::before {
  width: 16.1458%;
  max-width: 310px;
  height: 316px;
  inset: 85px auto auto 0;
}
.bg-image-head::after {
  width: 15.3645%;
  max-width: 295px;
  height: 327px;
  inset: 290px 0 auto auto;
}

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

/*
# com-box
------------------------*/
.com-box {
  padding: 35px 0;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 65px;
}
.section-title span {
  letter-spacing: var(--body-letter-spacing);
}
.section-title .title-en {
  font-size: var(--font-size-25);
}
.section-title .title-ja.has-deco {
  padding: 0 70px;
  position: relative;
}
.section-title .title-ja.has-deco::before, .section-title .title-ja.has-deco::after {
  position: absolute;
  content: "";
  width: 51px;
  height: 38px;
  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-30);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: var(--body-font-color);
  padding: 5px 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/*==========================================
header
===========================================*/
#header {
  padding: 15px 3.125% 15px 2.8645%;
  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: 28.421%;
  line-height: 1;
}
#header .header__right {
  width: 715px;
}
#header .header__info {
  gap: 20px;
}
#header .header__nav {
  margin-top: 10px;
}
#header .header__nav-link {
  padding: 0 32px;
}
#header .header__nav-link span {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .header__nav-link span::before, #header .header__nav-link span::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--body-font-color);
  position: absolute;
  display: block;
}
#header .header__nav-link span::before {
  left: 50%;
}
#header .header__nav-link span:after {
  right: 50%;
}
#header .header__nav-link span:hover {
  color: var(--body-font-color);
}
#header .header__nav-link span:hover::before, #header .header__nav-link span:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--body-font-color);
}
#header .header__nav-link.current span {
  border-bottom: 1px solid;
}
#header .header__nav-link.current span::before, #header .header__nav-link.current span::after {
  border-bottom: none;
}
#header .header__nav-link.current:hover span::before, #header .header__nav-link.current:hover span::after {
  border-bottom: none;
}
#header .header__nav-item::before {
  width: 1px;
  height: 16px;
  position: absolute;
  content: "";
  transform: rotate(10deg);
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
}
#header .header__nav-item:first-child::before {
  background: none;
}
#header .header__nav-item:first-child .header__nav-link {
  padding-left: 0;
}
#header .header__nav-item:last-child .header__nav-link {
  padding-right: 0;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(586px, 45.833vw, 880px);
  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: 72.9166%;
  height: 100%;
  inset: 0 3.125% 0 auto;
  z-index: -1;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__catch {
  width: 25%;
  inset: 26.1363% auto auto 6.5104%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 95px 0;
}
#footer .fixed__button-wrap {
  inset: auto 15px 105px 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 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white);
}
#footer .fixed__button-wrap .fixed__button {
  width: 90px;
  height: 90px;
  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: 513px;
  margin: 0 auto 55px;
}
#footer .footer__tel {
  width: 400px;
  margin: 0 auto 30px;
  background: var(--color-gray-light);
  padding: 20px;
  text-align: center;
}
#footer .footer__tel .tel__num {
  font-size: var(--font-size-44);
  background-size: 28px 32px;
  padding-left: 30px;
  background-position: 0 67%;
}
#footer .footer__nav-item {
  position: relative;
}
#footer .footer__nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  transform: rotate(15deg);
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--body-font-color);
}
#footer .footer__nav-item .footer__nav-link {
  padding: 0 20px;
}
#footer .footer__nav-item .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__nav-item:first-child .footer__nav-link {
  padding-left: 0;
}
#footer .footer__nav-item:last-child::before {
  background: none;
}
#footer .footer__nav-item:last-child .footer__nav-link {
  padding-right: 0;
}
#footer .footer__nav-item::before {
  height: 16px;
}
#footer .footer__nav-sub .footer__nav-item::before {
  height: 13px;
}
#footer .footer__nav-sub .footer__nav-link {
  font-size: var(--font-size-16);
}

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

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 40px;
  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: 500px;
  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: 68.75%;
  margin: 0 auto;
  font-size: var(--font-size-50);
  line-height: 1.7;
}
.lower-sv .sv__title span {
  padding: 0 45px;
}
.lower-sv .sv__title span::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 53px;
  inset: auto auto -10px -22px;
  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: 140px 0 40px;
  background: url(../img/top/worry-rt_bg.png) right top/42.70833% no-repeat;
}
#top-worries .worries__title {
  margin-bottom: 80px;
}
#top-worries .worries__title-border {
  background: url(../img/top/worry-ttl_bdr.png) bottom center no-repeat;
}
#top-worries .worries__title .inline-block {
  line-height: 1.2;
  padding: 0 5px;
  margin-right: 5px;
}
#top-worries .worries__wrap {
  gap: 40px;
  padding-bottom: 105px;
  background: url(../img/top/worry-list_arr.png) bottom center no-repeat;
}
#top-worries .worries__part {
  width: 350px;
  padding: 40px;
}
#top-worries .worries__part::before {
  position: absolute;
  content: "";
}
#top-worries .worries__part--autonomic-nerves::before {
  width: 155px;
  height: 249px;
  background: url(../img/top/worry-lb_ill.png) center/100% no-repeat;
  inset: auto auto 0 -123px;
}
#top-worries .worries__part--intestinal-environment::before {
  width: 163px;
  height: 257px;
  background: url(../img/top/worry-rb_ill.png) center/100% no-repeat;
  inset: auto -102px 0 auto;
}
#top-worries .worries__part-title {
  text-align: center;
  font-size: var(--font-size-25);
  line-height: 1.6;
  padding: 5px;
}
#top-worries .worries__part-item {
  padding: 0 5px 0 30px;
  font-size: var(--font-size-22);
  background: url(../img/top/worry-check_ic.png) left 7px center no-repeat, url(../img/common/ptrn_bdr.png) bottom repeat-x;
}

/*
# top-case
------------------------*/
#top-case .case__inbox {
  width: clamp(1200px, 93.75%, 1800px);
  padding: 75px 0 80px;
}
#top-case .case__title-first {
  font-size: var(--font-size-40);
}
#top-case .case__title-first::before, #top-case .case__title-first::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 36px;
  background: var(--body-font-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-case .case__title-first::before {
  left: -25px;
  transform: rotate(-30deg);
}
#top-case .case__title-first::after {
  right: -25px;
  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: 10px 15px;
}
#top-case .case__title-second {
  font-size: var(--font-size-40);
}
#top-case .case__title-second .bg-color-accent {
  font-size: var(--font-size-50);
  line-height: 1.2;
  padding: 0 5px;
}
#top-case .case__inner {
  width: 1080px;
  margin: 0 auto;
}
#top-case .case__content {
  width: 650px;
}
#top-case .case__subtitle {
  margin-bottom: 30px;
  font-size: var(--font-size-30);
}
#top-case .case__subtitle .border-bottom {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

/*
# top-service
------------------------*/
#top-service::before, #top-service::after {
  position: absolute;
  content: "";
}
#top-service::before {
  width: 13.802%;
  max-width: 265px;
  height: 334px;
  background: url(../img/top/service-lt_deco.png) top center/100% no-repeat;
  inset: -65px auto auto 0;
}
#top-service::after {
  width: 17.833%;
  max-width: 328px;
  height: 316px;
  background: url(../img/top/service-rc_deco.png) top center/100% no-repeat;
  inset: 490px 0 auto auto;
}
#top-service .service__graph {
  width: 1080px;
  text-align: center;
  margin: 0 auto 20px;
  background: url(../img/top/service-l_ill.png) left 45px center no-repeat, url(../img/top/service-r_ill.png) right 45px center no-repeat;
}
#top-service .service__list {
  gap: 30px;
}
#top-service .service__card {
  width: 340px;
  padding: 15px;
}
#top-service .service__card-img {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
#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-25);
  height: 100px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}
#top-service .service__button {
  margin: 65px auto 0;
}

/*
# top-treatment
------------------------*/
#top-treatment {
  padding: 110px 0 0;
  background: url(../img/common/blur-lt_deco.png) left top/35.3125% no-repeat;
}
#top-treatment .treatment__button {
  margin: 40px auto 0;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 0 0 120px;
}
#top-access .access__inner {
  margin-bottom: 60px;
}
#top-access .access__table {
  width: 700px;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 75px 0 80px;
}
#top-news .news__inbox {
  position: relative;
  min-height: 275px;
}
#top-news .news__title {
  text-align: left;
  width: 220px;
  padding-top: 50px;
}
#top-news .news__post-list {
  width: 800px;
}
#top-news .news__post {
  border-bottom: 1px solid;
}
#top-news .news__post:first-child .news__post-link {
  padding-top: 0;
}
#top-news .news__post-link {
  padding: 40px 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: 115px;
}
#top-news .news__post-tags {
  width: calc(100% - 115px);
  gap: 5px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  line-height: 1.4;
  padding: 0 10px;
}
#top-news .news__button {
  position: absolute;
  inset: 250px auto auto 0;
}

/*==========================================
service
===========================================*/
/*
# service-intro
------------------------*/
#service-intro .intro__subtitle {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  font-size: var(--font-size-30);
  border-bottom: 1px solid;
  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 {
  margin-bottom: 50px;
}
#service-intro .intro__card {
  width: 1080px;
  margin: 0 auto 40px;
  padding: 40px;
}
#service-intro .intro__card:last-child {
  margin-bottom: 0;
}
#service-intro .intro__card-img {
  position: absolute;
  inset: 40px 40px auto auto;
}
#service-intro .intro__card-content {
  width: 650px;
  min-height: 260px;
}

/*
# service-menu
------------------------*/
#service-menu {
  background: url(../img/service/menu-lt_deco.png) left top -15px/25.3125% no-repeat;
}
#service-menu .menu__item {
  padding: 10px 0;
  background: url(../img/common/ptrn_bdr.png) bottom center repeat-x;
  font-size: var(--font-size-22);
}
#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: 540px;
}
#service-menu .menu__item-price {
  max-width: 400px;
  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: 20px 45px;
}
#case-archive .case__tag-list .case__tag {
  width: 300px;
  text-align: center;
}
#case-archive .case__tag-list .case__tag-link {
  height: 60px;
  padding: 0 14%;
}
#case-archive .case__tag-list .case__tag-link::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 6px;
  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: 95px;
}
#case-archive .case__tag-wrap:last-child {
  margin-bottom: 0;
}
#case-archive .case__post {
  margin-bottom: 85px;
}
#case-archive .case__post:last-child {
  margin-bottom: 0;
}
#case-archive .case__post-title {
  background: var(--primary-color);
}
#case-archive .case__post-img {
  width: 320px;
  height: 260px;
  position: absolute;
  inset: 0 0 auto auto;
}
#case-archive .case__post-headline {
  margin-bottom: 30px;
}
#case-archive .case__post .case__headline-content {
  width: 720px;
  min-height: 260px;
}
#case-archive .case__post .case__post-worries {
  background: var(--color-gray-light);
  padding: 15px;
}
#case-archive .case__post .case__worries-title {
  font-size: var(--font-size-25);
  margin-bottom: 5px;
  line-height: 1.6;
}
#case-archive .case__post-menu {
  margin-top: 25px;
}
#case-archive .case__post-menu .menu__item {
  border-bottom: 1px solid;
  padding: 10px 0;
}
#case-archive .case__post-menu .menu__item-name {
  max-width: 540px;
  font-size: var(--font-size-22);
}
#case-archive .case__post-menu .menu__item-price {
  max-width: 400px;
  text-align: right;
  font-size: var(--font-size-22);
}
#case-archive .case__post-menu .menu__item-text {
  font-size: var(--font-size-16);
}
#case-archive .case__post-menu .case__menu-reason {
  margin-top: 10px;
}
#case-archive .case__post-menu .case__menu-reason .case__reason-title {
  font-size: var(--font-size-25);
}

/*==========================================
treatment
===========================================*/
.treatment__single .bfaf__wrap {
  gap: 160px;
}
.treatment__single .bfaf__wrap .bfaf__fig .com-img {
  width: 100%;
}
.treatment__single .bfaf__wrap .bfaf__fig--before {
  width: 400px;
}
.treatment__single .bfaf__wrap .bfaf__fig--before .com-img {
  height: 480px;
}
.treatment__single .bfaf__wrap .bfaf__fig--after {
  width: 520px;
}
.treatment__single .bfaf__wrap .bfaf__fig--after .com-img {
  height: 600px;
}
.treatment__single .bfaf__wrap .bfaf__fig .bfaf__caption {
  inset: 0 auto auto 0;
  font-size: var(--font-size-18);
  padding: 0 15px;
  line-height: 1.6;
  z-index: 10;
}
.treatment__single .treatment__worry {
  margin: 45px 0;
}
.treatment__single .treatment__worry-title {
  font-size: var(--font-size-22);
  margin-bottom: 10px;
}
.treatment__single .treatment__gallery {
  gap: 30px;
}
.treatment__single .treatment__gallery .treatment__gallery-item {
  width: 340px;
  height: 280px;
}

/*==========================================
salon
===========================================*/
/*
# salon-staff
------------------------*/
#salon-staff .staff__name {
  margin-bottom: 10px;
  font-size: var(--font-size-30);
}
#salon-staff .staff__name span {
  line-height: 1.5;
  padding: 0 10px;
}
#salon-staff .staff__content {
  width: 770px;
}

/*
# salon-info
------------------------*/
#salon-info {
  background: url(../img/salon/info-rt_deco.png) right top/35.46875% no-repeat, url(../img/common/ptrn_green.jpg);
}
#salon-info .info__table {
  margin-bottom: 80px;
}
#salon-info .info__table tr {
  margin-bottom: 15px;
  border-bottom: none;
}
#salon-info .info__table tr:last-child {
  margin-bottom: 0;
}
#salon-info .info__table th {
  width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: var(--color-white);
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item {
  padding: 15px 0;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 15px 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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