@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: 1.5vw;
  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: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 1px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.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.5vw) translateX(0px) rotate(45deg);
}

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

/*  drawer inbox
  ------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: url(../../img/top/info_bg.jpg) center/cover no-repeat;
}
#drawer-nav .drawer-logo {
  width: 28%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid var(--primary-color);
  font-size: var(--font-size-18);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav .drawer-nav .current {
  padding-left: 11%;
  position: relative;
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: var(--font-weight-black);
}
#drawer-nav .drawer-nav .current::before, #drawer-nav .drawer-nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  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::before {
  left: 0;
}
#drawer-nav .drawer-nav .current::after {
  left: 3%;
}
#drawer-nav .drawer-nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer-nav .drawer__subpage-item a {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8vw 5vw;
}
.c-contact__list .com-tel {
  line-height: 1.3;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-26);
  letter-spacing: 0.04em;
  color: var(--primary-color);
  padding-left: 6vw;
  background: url(../../img/common/tel_ic.png) left bottom 2vw/4vw no-repeat;
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-14);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-mail .mail__button {
  width: 52vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15vw;
  background: url(../../img/common/mail_ic.png) left 17% center/5vw no-repeat, var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-15);
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  padding: 0 3% 0 13%;
}
.c-contact__list .com-sns .sns__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 3vw 7vw;
}

/*
# contact__section
------------------------*/
.c-contact__section {
  padding: 16% 0;
  background: url(../../img/components/contact/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__title {
  border-bottom: 1px solid var(--accent-color);
  padding-bottom: 6%;
  margin-bottom: 8%;
}
.c-contact__section .contact__title .title-en {
  margin-bottom: 5%;
}
.c-contact__section .contact__title .title-en img {
  width: 37%;
}
.c-contact__section .contact__title .title-ja {
  text-shadow: none;
  color: var(--color-white);
  font-size: var(--font-size-22);
}
.c-contact__section .contact__title .title-ja::before, .c-contact__section .contact__title .title-ja::after {
  background-image: url(../../img/components/contact/contact-ttl_deco.png);
}
.c-contact__section .c-contact__contact-list {
  background: rgba(var(--color-white-rgb), 0.8);
  justify-content: center;
  padding: 10% 5%;
}

.c-address {
  font-size: var(--font-size-14);
  color: var(--color-gray-dark);
}
.c-address .address__locate {
  margin-bottom: 7%;
}
.c-address .address__worktime .worktime__item {
  display: flex;
  align-items: center;
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 2.5vw;
  margin-right: 2.5vw;
  position: relative;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--color-gray-dark);
  inset: 0 0 0 auto;
  margin: auto 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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%;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-button {
  padding: 0.5vw 0;
  display: block;
  color: var(--color-white);
  text-align: center;
  font-weight: var(--font-weight-black);
  background: var(--primary-color);
  position: relative;
}
.com-button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 0px 2vw 1.75vw;
  border-color: transparent transparent transparent var(--color-white);
  inset: 0 3vw 0 auto;
  margin: auto 0;
  z-index: 1;
}
.com-button:hover::after {
  right: 1.5vw;
}
.com-button span {
  display: block;
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  padding: 4vw 0;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 12%;
}
.section-title .title-en {
  display: block;
}
.section-title .title-ja {
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.22em;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1.6;
  text-shadow: 5px 5px 10px var(--color-white), -5px 5px 10px var(--color-white), 5px -5px 10px var(--color-white), -5px -5px 10px var(--color-white);
}
.section-title .title-ja::before, .section-title .title-ja::after {
  position: absolute;
  content: "";
  width: 10vw;
  height: 8vw;
  background: url(../../img/common/section-ttl_deco.png) center/100% no-repeat;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
.section-title .title-ja::before {
  left: -14vw;
}
.section-title .title-ja::after {
  right: -14vw;
  transform: scale(-1, 1);
}
.section-title .title-ja em {
  color: var(--primary-color);
  font-size: var(--font-size-26);
}

.headline-title {
  color: var(--primary-color);
  font-size: var(--font-size-20);
  border-bottom: 1px solid;
  font-weight: var(--font-weight-black);
  letter-spacing: var(--body-letter-spacing);
  margin-bottom: 5%;
  padding-bottom: 3%;
}

.sub-title {
  text-align: center;
  font-size: var(--font-size-19);
  color: var(--color-white);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.16em;
  background: rgba(var(--primary-color-rgb), 0.5);
  padding: 3% 4%;
  text-shadow: 5px 5px 10px var(--primary-color), -5px 5px 10px var(--primary-color), 5px -5px 10px var(--primary-color), -5px -5px 10px var(--primary-color);
  margin-bottom: 10%;
  text-align: left;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  z-index: 1001;
  background: rgba(var(--color-white-rgb), 0.4);
  padding: 2% 5%;
}
#header .header__logo {
  width: 22%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
.main__visual {
  position: relative;
  background: url(../../img/common/mv/mv-lt_ill.png) left 2% top 3vw/26.14583% no-repeat, url(../../img/common/mv/mv-base_bg.jpg) center/cover no-repeat;
  padding: 3vw 3% 2vw 4%;
}
.main__visual::before, .main__visual::after {
  position: absolute;
  content: "";
}
.main__visual::before {
  width: 23.5416%;
  height: 229vw;
  inset: auto auto 4vw 0;
  background: url(../../img/common/mv/mv-flower_ill.png) center bottom/100% no-repeat;
  z-index: 1;
}
.main__visual::after {
  width: 21.7708%;
  height: 24vw;
  inset: 21.5749% 1.302% auto auto;
  background: url(../../img/common/mv/mv-wing_ill.png) center/100% no-repeat;
}
.main__visual .top-main__visual {
  height: 75vw;
  background: url(../../img/top/mv/mv-cnt_ill.png) right 5.7582% top 22vw/30% no-repeat;
}
.main__visual .top-main__visual .mv__catch {
  position: absolute;
  inset: auto 4% 19% auto;
  width: 61%;
  text-align: right;
  z-index: 1;
}
.main__visual .top-main__visual .mv__official-button {
  width: 41%;
  position: absolute;
  inset: auto 4% 2% auto;
}
.main__visual .top-main__visual .mv__img {
  width: 90%;
  height: 100%;
  background: url(../../img/top/mv/mv_bg.png) center/100% no-repeat;
}

/*==========================================
footer
===========================================*/
#footer {
  padding-bottom: 10%;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__inner {
  padding: 15% 0 10%;
  border-bottom: 1px solid var(--accent-color);
}
#footer .footer__left .footer__logo {
  width: 35%;
  display: block;
  margin: 0 auto 10%;
}
#footer .footer__left .footer__address {
  margin-bottom: 10%;
}
#footer .footer__nav {
  padding: 7% 0;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-semibold);
}
#footer .footer__nav-link {
  margin-bottom: 10%;
  display: block;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  color: var(--primary-color);
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--primary-color);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower__sv {
  padding-right: 2%;
  position: relative;
  height: 50vw;
}
.lower__sv .sv__img {
  width: 80%;
  height: 100%;
  position: relative;
}
.lower__sv .sv__catch {
  background: linear-gradient(135deg, rgb(255, 211, 226) 0%, rgb(190, 238, 255) 100%);
  padding: 1% 3%;
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.15em;
  text-align: center;
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 1;
}
.lower__sv .sv__catch span {
  filter: drop-shadow(1px 1px 15px #fff) drop-shadow(1px 1px 10px #fff) drop-shadow(1px 1px 8px #fff) drop-shadow(1px 1px 10px #fff) drop-shadow(1px 1px 15px #fff);
  display: block;
  background: linear-gradient(270deg, #9fd0e2 0%, #f090b1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#make-therapy-sv .sv__img {
  background: url(../../img/sv/make-therapy-sv_bg.png) center/100% no-repeat;
}

#shirodhara-sv .sv__img {
  background: url(../../img/sv/shirodhara-sv_bg.png) center/100% no-repeat;
}

#delivery-make-sv .sv__img {
  background: url(../../img/sv/delivery-make-sv_bg.png) center/100% no-repeat;
}

#other-sv .sv__img {
  background: url(../../img/sv/other-sv_bg.png) center/100% no-repeat;
}

#site-sv .sv__img {
  background: url(../../img/sv/site-sv_bg.png) center/100% no-repeat;
}

#news-sv,
#contact-sv,
#complete-sv,
#privacy-sv,
#e404-sv {
  justify-content: center;
}
#news-sv .sv__catch,
#contact-sv .sv__catch,
#complete-sv .sv__catch,
#privacy-sv .sv__catch,
#e404-sv .sv__catch {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
}

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 18% 0;
  background: url(../../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about__title .title-en img {
  width: 35%;
}
#top-about .about__title .title-ja::before {
  left: 0;
}
#top-about .about__title .title-ja::after {
  right: 0;
}
#top-about .about__content {
  background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(255, 211, 226, 0.7) 15%, rgba(190, 238, 255, 0.7) 85%, rgba(125, 185, 232, 0) 100%);
  padding: 10% 5%;
  position: relative;
  margin-bottom: 15%;
}
#top-about .about__content::before, #top-about .about__content::after {
  position: absolute;
  content: "";
}
#top-about .about__content::before {
  width: 26%;
  height: 42vw;
  background: url(../../img/top/about-cont-l_ill.png) center/100% no-repeat;
  inset: -15vw auto auto -13%;
}
#top-about .about__content::after {
  width: 30%;
  height: 42vw;
  background: url(../../img/top/about-cont-r_ill.png) center/100% no-repeat;
  inset: auto -11% -12vw auto;
}
#top-about .about__content .about__text {
  text-shadow: 5px 5px 10px var(--color-white), -5px 5px 10px var(--color-white), 5px -5px 10px var(--color-white), -5px -5px 10px var(--color-white);
  position: relative;
  z-index: 2;
}
#top-about .about__content .about__text strong {
  color: var(--primary-color);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
}
#top-about .about__banner {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 18% 0;
  background: url(../../img/top/greeting_bg.jpg) center/cover no-repeat;
}
#top-greeting .greeting__title .title-en img {
  width: 35%;
}
#top-greeting .greeting__img {
  width: 85%;
  margin: 0 auto 8%;
}
#top-greeting .greeting__content .name {
  color: var(--primary-color);
  font-size: var(--font-size-17);
  margin-top: 12%;
  text-align: right;
}
#top-greeting .greeting__content .name span {
  position: relative;
  padding: 8vw 14vw 0 0;
  background: url(../../img/top/greeting-name_deco.png) right top/10vw no-repeat;
}
#top-greeting .greeting__qualification {
  margin-top: 15%;
  background: rgba(var(--primary-color-rgb), 0.8);
  border-radius: 6vw;
  padding: 12% 5%;
  position: relative;
  text-align: center;
  color: var(--color-white);
}
#top-greeting .greeting__qualification::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
  inset: 0;
  margin: auto;
  border: 1px solid var(--accent-color);
  border-radius: inherit;
}
#top-greeting .greeting__qualification .qualification__title {
  font-size: var(--font-size-23);
  margin-bottom: 8%;
}
#top-greeting .greeting__qualification .qualification__title span {
  position: relative;
  display: inline-block;
  padding: 0 22vw;
}
#top-greeting .greeting__qualification .qualification__title span::before, #top-greeting .greeting__qualification .qualification__title span::after {
  position: absolute;
  content: "";
  width: 15vw;
  height: 4vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../../img/top/greeting-qualification-ttl_deco.png) center/100% no-repeat;
}
#top-greeting .greeting__qualification .qualification__title span::before {
  left: 0;
}
#top-greeting .greeting__qualification .qualification__title span::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-greeting .greeting__qualification .qualification__item {
  border-bottom: 1px solid var(--accent-color);
  padding: 6% 0;
  font-size: var(--font-size-16);
  text-align: left;
  font-weight: var(--font-weight-bold);
}
#top-greeting .greeting__qualification .qualification__item:last-child {
  border-bottom: none;
}

/*
# top-check
------------------------*/
#top-check .check__title {
  width: 84%;
  margin: 0 auto 12%;
}
#top-check .check__title .title-en img {
  width: 50%;
}
#top-check .check__page-nav {
  width: 84%;
  margin: 0 auto 13%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#top-check .check__page-nav .check__nav-item {
  width: 48%;
}
#top-check .check__page-nav .check__nav-item .check__nav-link::after {
  border: none;
}
#top-check .check__page-nav .check__nav-item span {
  padding: 3vw 0;
}
#top-check .check__section {
  padding: 18% 0;
}
#top-check .check__section:nth-of-type(even) {
  background: #fff9fa;
}
#top-check .check__section .check__subtitle {
  font-size: var(--font-size-22);
  color: var(--accent-color);
  text-align: center;
  margin-bottom: 10%;
  font-weight: var(--font-weight-bold);
}
#top-check .check__section .check__subtitle span {
  display: inline-block;
  position: relative;
  padding: 0 14vw;
}
#top-check .check__section .check__subtitle span::before, #top-check .check__section .check__subtitle span::after {
  position: absolute;
  content: "";
  width: 13vw;
  height: 2vw;
  background: url(../../img/top/check-subttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-check .check__section .check__subtitle span::before {
  left: 0;
}
#top-check .check__section .check__subtitle span::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-check .check__section .check__worries {
  background: var(--primary-color-light);
  border-radius: 5vw;
  padding: 12% 5%;
  position: relative;
  margin-bottom: 28%;
}
#top-check .check__section .check__worries::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12vw 40vw 0px 40vw;
  border-color: var(--color-pink) transparent transparent transparent;
  inset: auto 0 -12vw;
  margin: 0 auto;
}
#top-check .check__section .check__worries .worries__title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--body-letter-spacing);
  text-align: center;
  background: url(../../img/top/check-worry-ttl_deco.png) bottom center no-repeat;
  padding-bottom: 9%;
  margin-bottom: 10%;
}
#top-check .check__section .check__worries .worries__title span {
  background: var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-24);
  display: inline-block;
  padding: 0 1.5vw;
  margin: 0 1vw;
  line-height: 1.5;
}
#top-check .check__section .check__worries .worries__list::before {
  inset: auto auto -32vw -8%;
}
#top-check .check__section .check__worries .worries__list::after {
  inset: auto -15% 30vw auto;
}
#top-check .check__section .check__worries .worries__list .worries__item {
  width: 90%;
  position: relative;
  padding-left: 15%;
}
#top-check .check__section .check__worries .worries__list .worries__item:last-child {
  margin-bottom: 0;
}
#top-check .check__section .check__worries .worries__list .worries__item:nth-child(even) {
  margin-left: auto;
}
#top-check .check__section .check__worries .worries__list .worries__item::before {
  position: absolute;
  content: "";
  inset: 0 auto 0 -8.5vw;
  margin: auto 0;
  width: 17vw;
  height: 17vw;
}
#top-check .check__section .check__worries .worries__text {
  text-align: right;
  color: var(--primary-color);
  font-size: var(--font-size-20);
  margin-top: 6%;
}
#top-check .check__section .check__solution {
  margin-bottom: 15%;
}
#top-check .check__section .check__solution .solution__title {
  text-align: center;
  font-size: var(--font-size-23);
  letter-spacing: var(--body-letter-spacing);
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  margin-bottom: 10%;
}
#top-check .check__section .check__solution .solution__title span {
  display: inline-block;
  position: relative;
  padding: 0 10vw;
}
#top-check .check__section .check__solution .solution__title span::before, #top-check .check__section .check__solution .solution__title span::after {
  position: absolute;
  content: "";
  width: 5vw;
  height: 10vw;
  background: url(../../img/top/check-solution-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-check .check__section .check__solution .solution__title span::before {
  left: 0;
}
#top-check .check__section .check__solution .solution__title span::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-check .check__section .check__solution .solution__img {
  margin-bottom: 6%;
}
#top-check .check__section .check__solution .solution__img img {
  border-radius: 6vw;
}
#top-check .check__section .c-check__contact {
  background: url(../../img/top/check-contact-mail_bg.png) left 2% top -1vw/40% no-repeat, linear-gradient(135deg, rgb(255, 211, 226) 0%, rgb(190, 238, 255) 100%);
  border-radius: 4vw;
  padding: 12% 5%;
  position: relative;
  z-index: 1;
}
#top-check .check__section .c-check__contact::before {
  position: absolute;
  content: "";
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  border-radius: 4vw;
  inset: 0;
  margin: auto;
  border: 1px solid var(--primary-color);
  z-index: -1;
}
#top-check .check__section .c-check__contact .check__contact-title {
  text-align: center;
  font-size: var(--font-size-22);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--body-letter-spacing);
  margin-bottom: 8%;
}
#top-check .check__section .c-check__contact .check__contact-title span {
  display: inline-block;
  padding: 0 14vw;
  position: relative;
}
#top-check .check__section .c-check__contact .check__contact-title span::before, #top-check .check__section .c-check__contact .check__contact-title span::after {
  position: absolute;
  content: "";
  width: 15vw;
  height: 4vw;
  background: url(../../img/top/check-contact-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-check .check__section .c-check__contact .check__contact-title span::before {
  left: 0;
}
#top-check .check__section .c-check__contact .check__contact-title span::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-check .check__section .check__contact-list {
  justify-content: center;
}

#check__make-therapy .worries__list .worries__item:nth-child(1)::before {
  background: url(../../img/top/check-make-therapy-worry-01_ic.png) center/100% no-repeat;
}
#check__make-therapy .worries__list .worries__item:nth-child(2)::before {
  background: url(../../img/top/check-make-therapy-worry-02_ic.png) center/100% no-repeat;
}
#check__make-therapy .worries__list .worries__item:nth-child(3)::before {
  background: url(../../img/top/check-make-therapy-worry-03_ic.png) center/100% no-repeat;
}
#check__make-therapy .worries__list .worries__item:nth-child(4)::before {
  background: url(../../img/top/check-make-therapy-worry-04_ic.png) center/100% no-repeat;
}

#check__shirodhara .worries__list .worries__item:nth-child(1)::before {
  background: url(../../img/top/check-shirodhara-worry-01_ic.png) center/100% no-repeat;
}
#check__shirodhara .worries__list .worries__item:nth-child(2)::before {
  background: url(../../img/top/check-shirodhara-worry-02_ic.png) center/100% no-repeat;
}
#check__shirodhara .worries__list .worries__item:nth-child(3)::before {
  background: url(../../img/top/check-shirodhara-worry-03_ic.png) center/100% no-repeat;
}
#check__shirodhara .worries__list .worries__item:nth-child(4)::before {
  background: url(../../img/top/check-shirodhara-worry-04_ic.png) center/100% no-repeat;
}

#check__delivery-make .worries__list .worries__item:nth-child(1)::before {
  background: url(../../img/top/check-delivery-worry-01_ic.png) center/100% no-repeat;
}
#check__delivery-make .worries__list .worries__item:nth-child(2)::before {
  background: url(../../img/top/check-delivery-worry-02_ic.png) center/100% no-repeat;
}
#check__delivery-make .worries__list .worries__item:nth-child(3)::before {
  background: url(../../img/top/check-delivery-worry-03_ic.png) center/100% no-repeat;
}
#check__delivery-make .worries__list .worries__item:nth-child(4)::before {
  background: url(../../img/top/check-delivery-worry-04_ic.png) center/100% no-repeat;
}

.worries__list--style {
  position: relative;
}
.worries__list--style::before, .worries__list--style::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.worries__list--style::before {
  width: 18vw;
  height: 20vw;
  background: url(../../img/common/com-worry-l_ill.png) center/100% no-repeat;
  inset: auto auto -21vw -10vw;
}
.worries__list--style::after {
  width: 15vw;
  height: 36vw;
  background: url(../../img/common/com-worry-r_ill.png) center/100% no-repeat;
  inset: auto -12vw 38vw auto;
}
.worries__list--style .worries__item {
  background: var(--color-pink-light);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-black);
  margin-bottom: 10%;
  padding: 3% 4%;
  border-radius: 1.5vw;
}
.worries__list--style .worries__item:last-child {
  margin-bottom: 0;
}
.worries__list--style .worries__item span {
  color: var(--primary-color);
}

/*
# top-info
------------------------*/
#top-info {
  padding: 18% 0;
  background: url(../../img/top/info_bg.jpg) center/cover no-repeat;
}
#top-info .info__title .title-en img {
  width: 45%;
}
#top-info .info__table {
  background: var(--color-white);
  padding: 8% 5%;
}

/*
# top-sns
------------------------*/
#top-sns {
  padding: 18% 0;
}
#top-sns .sns__inner {
  background: url(../../img/top/sns_bg.jpg) center/cover no-repeat;
  padding: 10% 5%;
  border-radius: 4vw;
}
#top-sns .sns__inner .sns__title {
  margin-bottom: 10%;
}
#top-sns .sns__inner .sns__list .sns__item {
  margin-bottom: 8%;
}
#top-sns .sns__inner .sns__list .sns__item:last-child {
  margin-bottom: 0;
}
#top-sns .sns__inner .sns__list .sns__item .sns__link {
  background: var(--accent-color);
}
#top-sns .sns__inner .sns__list .sns__item .sns__link span {
  border-color: var(--color-white);
}
#top-sns .sns__inner .sns__list .sns__item .sns__link--instagram span {
  background: url(../../img/common/sns/Instagram_Glyph_White.svg) left 19% center/30px no-repeat;
}
#top-sns .sns__inner .sns__list .sns__item .sns__link--facebook span {
  background: url(../../img/common/sns/Facebook_Logo_Secondary.svg) left 19% center/30px no-repeat;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .news__title {
  width: 70vw;
  height: 70vw;
  padding: 20vw 0 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto 10%;
  background: url(../../img/top/news-ttl_bg.png) center/100% no-repeat;
}
#top-news .news__title .title-ja {
  padding: 0;
}
#top-news .news__title .title-ja::before, #top-news .news__title .title-ja::after {
  background: none;
}
#top-news .news__title .title-en img {
  width: 33%;
}
#top-news .news__post-list .news__post {
  margin-bottom: 25px;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  background: var(--color-white);
  padding: 7% 4%;
  box-shadow: rgba(var(--color-gray-dark-rgb), 0.15) 0px 1px 3px, rgba(var(--color-gray-dark-rgb), 0.24) 0px 1px 2px;
  border-radius: 2vw;
}
#top-news .news__post-list .news__post-link:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(5px);
  background: var(--primary-color-light);
}
#top-news .news__post-list .news__post-date, #top-news .news__post-list .news__post-tags {
  color: var(--primary-color);
  font-size: var(--font-size-13);
}
#top-news .news__post-list .news__post-date {
  width: 27%;
}
#top-news .news__post-list .news__post-tags {
  width: 69%;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post-tags li {
  padding: 0 2vw;
  position: relative;
}
#top-news .news__post-list .news__post-tags li::before, #top-news .news__post-list .news__post-tags li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-news .news__post-list .news__post-tags li::before {
  left: 0;
}
#top-news .news__post-list .news__post-tags li::after {
  right: 0;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
}
#top-news .news__button {
  width: 100%;
  margin: 15% auto 0;
}

/*
# com-about__section
------------------------*/
.com-about__section {
  background: url(../../img/common/about_bg.jpg) center/cover no-repeat;
}
.com-about__section .about__title .title-en img {
  width: 45%;
}
.com-about__section .about__title .title-ja {
  font-size: var(--font-size-20);
}
.com-about__section .about__inner {
  background: var(--color-white);
  padding: 10% 5%;
}
.com-about__section .about__inner .about__img {
  margin-bottom: 6%;
}
.com-about__section .about__inner .about__img img {
  border-radius: 4vw;
}

/*
# com-worries__section
------------------------*/
.com-worries__section {
  padding: 18% 0;
}
.com-worries__section .worries__title {
  position: relative;
  font-size: var(--font-size-18);
}
.com-worries__section .worries__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 3vw 0px 3vw;
  border-color: #f8bdc5 transparent transparent transparent;
  inset: auto 0 -3.85vw;
  margin: 0 auto;
}
.com-worries__section .worries__inner {
  position: relative;
  padding: 10% 5%;
  background: var(--primary-color-light);
  border-radius: 4vw;
}
.com-worries__section .worries__inner::before, .com-worries__section .worries__inner::after {
  position: absolute;
  content: "";
}

#make-therapy-worries .worries__inner:before {
  width: 19%;
  height: 19vw;
  background: url(../../img/make-therapy/worry-l_ill.png) center/100% no-repeat;
  inset: -18vw 0 auto auto;
}

/*
# com-numbering__section
------------------------*/
.com-numbering__section {
  padding: 18% 0;
  background: #fff9fa;
}
.com-numbering__section .flow__title .title-en img {
  width: 30%;
}
.com-numbering__section .numbering__list .numbering__item {
  background: var(--color-white);
  box-shadow: rgba(var(--color-gray-dark-rgb), 0.18) 0px 2px 4px;
  margin-bottom: 12%;
}
.com-numbering__section .numbering__list .numbering__item:last-child {
  margin-bottom: 0;
}
.com-numbering__section .numbering__list .numbering__item-title {
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  border-bottom: 1px solid;
}
.com-numbering__section .numbering__list .numbering__item-title small {
  font-size: var(--font-size-16);
}
.com-numbering__section .numbering__list .counter-item::before {
  width: 13vw;
  height: 13vw;
  position: absolute;
  color: var(--color-white);
  background: var(--color-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
}
.com-numbering__section .numbering__list.column-3 .numbering__item {
  padding: 18% 5% 10%;
}
.com-numbering__section .numbering__list.column-3 .numbering__item-title {
  font-size: var(--font-size-20);
  padding-bottom: 5%;
  margin-bottom: 6%;
}
.com-numbering__section .numbering__list.column-3 .numbering__item-title small {
  font-size: var(--font-size-16);
}
.com-numbering__section .numbering__list.column-3 .counter-item::before {
  inset: 0 auto auto 0;
}
.com-numbering__section .numbering__list.column-1 .numbering__item {
  padding: 13% 5% 10%;
  margin-bottom: 13%;
}
.com-numbering__section .numbering__list.column-1 .numbering__item:last-child {
  margin-bottom: 0;
}
.com-numbering__section .numbering__list.column-1 .numbering__item .flow__item-title {
  font-size: var(--font-size-20);
  color: var(--primary-color);
  padding: 3% 3% 3% 23%;
  margin-bottom: 6%;
}
.com-numbering__section .numbering__list.column-1 .numbering__item .flow__item-title::before {
  inset: 2vw auto auto 0;
}
.com-numbering__section .numbering__list.column-1 .numbering__item .flow__item-text {
  margin-bottom: 10%;
}
.com-numbering__section .numbering__list.column-1 .numbering__item .flow__contact-list {
  background: var(--primary-color-light);
  justify-content: center;
  padding: 10% 4%;
}

/*
# .c-price__section
------------------------*/
.c-price__section {
  padding: 18% 0;
  background: url(../../img/components/price/price_bg.jpg) center/cover no-repeat;
}
.c-price__section .price__title .title-en img {
  width: 30%;
}
.c-price__section .price__text {
  margin-bottom: 12%;
  line-height: 2.2;
}
.c-price__section .price__list {
  background: var(--color-white);
  padding: 8% 5%;
}
.c-price__section .price__list .price__item {
  padding: 6% 0;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  border-bottom: 1px solid var(--primary-color);
}
.c-price__section .price__list .price__item:last-child {
  border-bottom: none;
}
.c-price__section .price__list .price__item-title {
  color: var(--primary-color);
  width: 55%;
}
.c-price__section .price__list .price__item-price {
  width: 42%;
  text-align: right;
}

/*
# c-voice__section
------------------------*/
.c-voice__section {
  padding: 18% 0;
}
.c-voice__section .voice__title .title-en img {
  width: 30%;
}
.c-voice__section .voice__list .voice__item {
  margin-bottom: 15%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
}
.c-voice__section .voice__list .voice__item:last-child {
  margin-bottom: 0;
}
.c-voice__section .voice__list .voice__item-fig {
  width: 30%;
}
.c-voice__section .voice__list .voice__item-caption {
  text-align: center;
  background: var(--color-orange-light);
  border-radius: 5vw;
  font-size: var(--font-size-11);
  padding: 1% 2%;
  margin-top: 6%;
}
.c-voice__section .voice__list .voice__item-content {
  width: 65%;
  background: var(--primary-color-light);
  border-radius: 4vw;
  padding: 5%;
  position: relative;
}
.c-voice__section .voice__list .voice__item-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 4vw 3vw 0px;
  border-color: transparent var(--primary-color-light) transparent transparent;
  inset: 10vw auto auto -3vw;
}
.c-voice__section .voice__list .voice__item-img {
  width: 65%;
  height: 35vw;
  margin: 0 auto 6%;
  border-radius: 4vw;
}

/*==========================================
shirodhara
===========================================*/
#shirodhara-worries .worries__inner:before {
  width: 23%;
  height: 21vw;
  background: url(../../img/shirodhara/worry-l_ill.png) center/100% no-repeat;
  inset: -21vw 0 auto auto;
}

/*==========================================
delivery-make
===========================================*/
/*
# delivery-make-scene
------------------------*/
#delivery-make-scene .scene__inner {
  background: var(--primary-color-light);
  border-radius: 4vw;
  padding: 12% 4%;
}
#delivery-make-scene .scene__inner .scene__list {
  gap: 7vw 4%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#delivery-make-scene .scene__inner .scene__list::before {
  inset: auto auto -31vw -10%;
}
#delivery-make-scene .scene__inner .scene__list::after {
  inset: -21vw -13% auto auto;
}
#delivery-make-scene .scene__inner .scene__item {
  width: 48%;
}
#delivery-make-scene .scene__inner .scene__item-caption {
  font-size: var(--font-size-13);
  text-align: center;
  font-weight: var(--font-weight-black);
  margin-top: 5%;
}
#delivery-make-scene .scene__inner .scene__text {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  margin-top: 5%;
  text-align: center;
}

/*==========================================
other
===========================================*/
#other-service {
  background: url(../../img/other/other_bg.png) center/cover no-repeat;
}
#other-service .service__title .title-en img {
  width: 60%;
}
#other-service .service__title .title-ja {
  font-size: var(--font-size-22);
}
#other-service .service__leadtext {
  line-height: 2.2;
  margin-bottom: 12%;
}
#other-service .service__item {
  background: var(--color-white);
  padding: 10% 5%;
  position: relative;
  margin-bottom: 13%;
}
#other-service .service__item:last-child {
  margin-bottom: 0;
}
#other-service .service__item-img {
  width: 100%;
  height: 50vw;
  border-radius: 4vw;
  margin-bottom: 6%;
}
#other-service .service__item-menu {
  margin-top: 12%;
  background: var(--primary-color-light);
  padding: 6% 5%;
}
#other-service .service__item-menu .menu__item {
  padding: 6% 0;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid var(--primary-color);
}
#other-service .service__item-menu .menu__item:last-child {
  border-bottom: none;
}
#other-service .service__item-menu .menu__item-title {
  width: 50%;
  color: var(--primary-color);
}
#other-service .service__item-menu .menu__item-price {
  width: 45%;
  text-align: right;
}

/*==========================================
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%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.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;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  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 {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  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フレーム時)
  ===========================================*/