@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-header__inner {
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}
.p-header__inner.headroom--top {
  position: absolute;
}
.p-header__inner.headroom--top.is-fixed, .p-header__inner.headroom--not-top {
  position: fixed;
}
.p-header__inner.headroom--unpinned.is-hide {
  transform: translateY(-100%);
}
.p-header__menu {
  position: relative;
  z-index: 1001;
  margin-right: 1.1rem;
  width: 25.7333333333vw;
}
.p-header__menu a {
  display: block;
}
.p-header__menu__list {
  display: flex;
  justify-content: flex-end;
}
.p-header__menu__item {
  width: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-header__menu__item + .p-header__menu__item {
  margin-left: 0.6666666667vw;
}
.p-header__menu__item.inquiry {
  background-image: url(../../img/sp/header_button_inquiry_bg.png);
}
.p-header__menu__item.menu {
  background-image: url(../../img/sp/header_button_menu_bg.png);
}
.p-header__menu__item.is-active > * {
  opacity: 0;
}

.webp .p-header__menu__item.inquiry {
  background-image: url(../../img/sp/header_button_inquiry_bg.webp);
}
.webp .p-header__menu__item.menu {
  background-image: url(../../img/sp/header_button_menu_bg.webp);
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.8vw;
  height: 20.2666666667vw;
  background: url(../../img/sp/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.1538461538;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.6rem;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../img/sp/contents_operation_contents_title_bg.webp);
}

.p-category__item {
  margin-right: -1.7333333333vw;
  margin-bottom: 1.0666666667vw;
}

.p-contents > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-contents__lead {
  margin-bottom: 4.8vw;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.2rem;
}
.p-contents__text {
  margin-bottom: 4.8vw;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}

.p-tab__list {
  display: flex;
  justify-content: space-between;
  background: transparent linear-gradient(0deg, #fff 0%, #fff 0.5333333333vw, #d9d0ca 0.5333333333vw, #fff 100%) 0% 0% no-repeat padding-box;
}
.p-tab__item {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding-left: 0.8vw;
  min-height: 5.9rem;
  border-top: 0.2666666667vw solid #c7bcb4;
  border-bottom: 0.2666666667vw solid #c7bcb4;
  text-align: center;
  text-shadow: 0 -0.2666666667vw 0 #fff;
  line-height: 1.1538461538;
  font-size: 1.3rem;
  box-sizing: border-box;
}
.p-tab__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 0vw;
  width: 0.2666666667vw;
  border-left: 0.2666666667vw solid #c7bcb4;
  background-color: #fff;
}
.p-tab__item.is-active {
  padding-left: 0.5333333333vw;
  border-left: 0.2666666667vw solid #c7bcb4;
  border-bottom-color: transparent;
  background: transparent linear-gradient(180deg, #fff 0%, #fff 0.5333333333vw, #d9d0ca 0.5333333333vw, #fff 100%) 0% 0% no-repeat padding-box;
  color: #ee7b75;
}
.p-tab__item.is-active::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.2666666667vw;
  border-left: 0;
  background-color: #fff;
}
.p-tab__item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2666666667vw;
  right: 0;
  bottom: inherit;
  left: 0.2666666667vw;
  height: 0.4rem;
  background-color: #ee7b75;
}
.p-tab__item.is-active + .p-tab__item::before {
  top: 0;
  bottom: 0;
  left: -0.2666666667vw;
}
.p-tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.1538461538;
  font-size: 1.3rem;
  color: #6d6562;
}
.p-tab__contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.p-tab__contents.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.p-tab__contents__wrapper {
  position: relative;
}

.p-text-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.p-text-link a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 1.3333333333vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../img/sp/arrow1.png) right center no-repeat;
  background-size: 3.7333333333vw;
}

.webp .p-text-link a::after {
  background-image: url(../../img/sp/arrow1.webp);
}

.p-slide__nav {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: 5.3333333333vw;
  width: calc(100% - 10.6666666667vw);
}
.p-slide__arrow {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  border: 0.2666666667vw solid #7e7774;
  border-radius: 100%;
  box-sizing: border-box;
}
.p-slide__arrow::before {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 0.2666666667vw solid #7e7774;
  border-left: 0.2666666667vw solid #7e7774;
}
.p-slide__prev {
  left: 0;
}
.p-slide__prev::before {
  margin-right: -1.0666666667vw;
  transform: rotate(-45deg);
}
.p-slide__next {
  right: 0;
}
.p-slide__next::before {
  margin-left: -1.0666666667vw;
  transform: rotate(135deg);
}
.p-slide__dots {
  display: flex;
  justify-content: space-evenly;
  margin: 0 9.3333333333vw;
  padding: 3.3333333333vw 0;
}
.p-slide__dots .swiper-pagination-bullet {
  padding: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: 0.2666666667vw solid #7e7774;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  box-sizing: border-box;
}
.p-slide__dots .swiper-pagination-bullet:focus {
  outline: none;
}
.p-slide__dots .swiper-pagination-bullet-active {
  background: #7e7774;
}

.js-accordion__button {
  position: relative;
  cursor: pointer;
}
.js-accordion__contents {
  transition: all 0.4s ease-in;
  transform: rotate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion__button::after {
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion__contents {
  will-change: transform;
}
.js-accordion.is-open-initially .js-accordion__contents {
  transition-duration: 0s;
  height: auto;
  max-height: none;
}

.js-accordion__button::after {
  content: "";
  margin: 0 0 0 auto;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../img/sp/arrow2.png) 0 0 no-repeat;
  background-size: contain;
}

.p-profile__list {
  border-top: 0.2666666667vw solid #a3948a;
}
.p-profile__item {
  border-bottom: 0.2666666667vw dotted #a3948a;
}
.p-profile__item a {
  color: #6d9dd0;
}
.p-profile__contents {
  position: static;
  opacity: 1;
  color: #7e7774;
}
.p-profile__contents + .p-profile__contents {
  margin-top: 2.6666666667vw;
}
.p-profile__contents__title {
  display: flex;
  align-items: center;
  margin: 0 0 2.6666666667vw;
  padding: 0 3.4666666667vw;
  height: 9.6vw;
  background: linear-gradient(#fcfcfb, #f1eeec 40%, #f1eeec 100%);
  box-shadow: inset 0 3px 0 0 #a5c46f, inset 0 -1px 0 0 #c7bcb5, inset 0 -2px 0 0 #fff;
  line-height: 2;
  font-size: 1.6rem;
}
.p-profile__contents__list {
  border-top: 0.2666666667vw solid #a3948a;
}
.p-profile__contents__item {
  display: flex;
  align-items: center;
  border-bottom: 0.2666666667vw dotted #a3948a;
  line-height: 6.6666666667vw;
  font-size: 1.2rem;
}
.p-profile__contents__item:last-child {
  border-bottom-style: solid;
}
.p-profile__contents__item a {
  color: #6d9dd0;
}

.p-history__title,
.p-license__title {
  letter-spacing: 0.5em;
}

.p-license__item,
.p-society__item {
  padding: 0 1.6vw 0 4.8vw;
}
.p-license__item::before,
.p-society__item::before {
  content: "";
  display: block;
  margin-right: 0.3rem;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: url(../../img/sp/arrow.png) 0 0 no-repeat;
  background-size: contain;
}

.p-history__item__inner > * {
  display: table-cell;
  padding: 1.3333333333vw 2.6666666667vw;
  font-size: 1.2rem;
}
.p-history__year {
  width: 17.8666666667vw;
  background: #efebe8;
  text-align: center;
  box-sizing: border-box;
}
.p-history__text {
  line-height: 1.25;
}

.p-cv-button a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 16.5333333333vw;
  border: 0.8vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  text-decoration: none;
  color: #fff;
}
.p-cv-button a::after {
  display: block;
  border-top: 0.2666666667vw solid #796d63;
  opacity: 0.7;
  text-align: center;
  line-height: 1.9;
  font-size: 1rem;
  color: #f5f2f0;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 10.1333333333vw;
  border-bottom: 0.2666666667vw solid #403731;
  text-align: center;
  line-height: 1.1875;
  font-size: 1.6rem;
}
.p-cv-button__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.1333333333vw;
  height: 100%;
  background: url(../../img/sp/arrow_cv.png) center no-repeat;
  background-size: 5.6vw auto;
}

.webp .p-cv-button__text::after {
  background-image: url(../../img/sp/arrow_cv.webp);
}

.p-clinic-summary .clinic {
  order: 1;
  text-align: center;
}
.p-clinic-summary .map {
  order: 3;
}
.p-clinic-summary .slide {
  order: 2;
}
.p-clinic-summary__wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 7.3333333333vw 5.3333333333vw 8vw;
  background: #efece9;
}
.p-clinic-summary-title {
  margin-bottom: 3.4666666667vw;
  padding-bottom: 0.2666666667vw;
  border-bottom: 0.2666666667vw solid #fff;
  box-shadow: inset 0 -0.2666666667vw 0 #baafa6;
}
.p-clinic-summary-title > * {
  display: block;
  margin: 0 auto;
  width: 67.7333333333vw;
}
.p-clinic-summary-address {
  margin-bottom: 4.8vw;
  line-height: 1.3076923077;
  font-size: 1.3rem;
}
.p-clinic-summary .p-cv__item + .p-cv__item {
  margin-top: 2.6666666667vw;
}
.p-clinic-summary .p-cv-button.tel a::after {
  content: "お急ぎの方は、お電話をご利用ください［受付時間 10:00 - 19:00］";
}
.p-clinic-summary .p-cv-button.counseling a::after {
  content: "ドクターが診察します";
}
.p-clinic-summary .p-cv-button.consultation a::after {
  content: "24時間以内に返信致します";
}
.p-clinic-summary__slide {
  margin-bottom: 5.3333333333vw;
  width: 77.3333333333vw;
  height: 54.5333333333vw;
}

.p-footer {
  display: flex;
  flex-direction: column;
}
.p-footer__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  order: -1;
  margin: 0 3.2vw;
}
.p-footer__banner__item {
  margin-bottom: 3.2vw;
  width: 45.3333333333vw;
}
.p-footer__banner__item.campaign-category {
  height: 18.2666666667vw;
  background-size: contain;
}
.p-footer__banner__item.campaign-category a {
  display: block;
}
.p-footer__banner__item.campaign-category img {
  opacity: 0;
}
.p-footer__banner__item.campaign-category.month01 {
  background-image: url(../../img/sp/footer_banner_campaign1.png);
}
.p-footer__banner__item.campaign-category.month02 {
  background-image: url(../../img/sp/footer_banner_campaign2.png);
}
.p-footer__banner__item.campaign-category.month03 {
  background-image: url(../../img/sp/footer_banner_campaign3.png);
}
.p-footer__banner__item.campaign-category.month04 {
  background-image: url(../../img/sp/footer_banner_campaign4.png);
}
.p-footer__banner__item.campaign-category.month05 {
  background-image: url(../../img/sp/footer_banner_campaign5.png);
}
.p-footer__banner__item.campaign-category.month06 {
  background-image: url(../../img/sp/footer_banner_campaign6.png);
}
.p-footer__banner__item.campaign-category.month07 {
  background-image: url(../../img/sp/footer_banner_campaign7.png);
}
.p-footer__banner__item.campaign-category.month08 {
  background-image: url(../../img/sp/footer_banner_campaign8.png);
}
.p-footer__banner__item.campaign-category.month09 {
  background-image: url(../../img/sp/footer_banner_campaign9.png);
}
.p-footer__banner__item.campaign-category.month10 {
  background-image: url(../../img/sp/footer_banner_campaign10.png);
}
.p-footer__banner__item.campaign-category.month11 {
  background-image: url(../../img/sp/footer_banner_campaign11.png);
}
.p-footer__banner__item.campaign-category.month12 {
  background-image: url(../../img/sp/footer_banner_campaign12.png);
}
.p-footer__nav {
  padding: 0 4vw;
  background: #efece9;
}
.p-footer__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.3333333333vw;
  line-height: 3.7692307692;
  font-size: 1.3rem;
  color: #7f7875;
}
.p-footer__nav a::after {
  content: "";
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: url(../../img/sp/arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.p-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.2666666667vw dotted #c7bcb5;
  border-bottom: 0.2666666667vw dotted #c7bcb5;
}
.p-footer__nav__item {
  box-sizing: border-box;
  width: 50%;
  border-bottom: 0.2666666667vw dotted #c7bcb5;
}
.p-footer__nav__item:last-child, .p-footer__nav__item:nth-last-of-type(2):nth-child(odd) {
  border-bottom: 0;
}
.p-footer__nav__item:nth-child(odd) {
  border-right: 0.2666666667vw dotted #c7bcb5;
}
.p-footer__nav__item:nth-child(odd) a::after {
  margin-right: 2.9333333333vw;
}
.p-footer-regions {
  padding: 6.6666666667vw 8.2666666667vw;
  background: #efece9;
  font-size: 1.3rem;
}
.p-footer-regions__title {
  margin-bottom: 3.7333333333vw;
  text-align: center;
}
.p-footer-regions__list {
  display: flex;
  justify-content: space-between;
}
.p-footer-regions a {
  text-decoration: underline;
  color: #7e7774;
}

.webp .p-footer__banner__item.campaign-category.month01 {
  background-image: url(../../img/sp/footer_banner_campaign1.webp);
}
.webp .p-footer__banner__item.campaign-category.month02 {
  background-image: url(../../img/sp/footer_banner_campaign2.webp);
}
.webp .p-footer__banner__item.campaign-category.month03 {
  background-image: url(../../img/sp/footer_banner_campaign3.webp);
}
.webp .p-footer__banner__item.campaign-category.month04 {
  background-image: url(../../img/sp/footer_banner_campaign4.webp);
}
.webp .p-footer__banner__item.campaign-category.month05 {
  background-image: url(../../img/sp/footer_banner_campaign5.webp);
}
.webp .p-footer__banner__item.campaign-category.month06 {
  background-image: url(../../img/sp/footer_banner_campaign6.webp);
}
.webp .p-footer__banner__item.campaign-category.month07 {
  background-image: url(../../img/sp/footer_banner_campaign7.webp);
}
.webp .p-footer__banner__item.campaign-category.month08 {
  background-image: url(../../img/sp/footer_banner_campaign8.webp);
}
.webp .p-footer__banner__item.campaign-category.month09 {
  background-image: url(../../img/sp/footer_banner_campaign9.webp);
}
.webp .p-footer__banner__item.campaign-category.month10 {
  background-image: url(../../img/sp/footer_banner_campaign10.webp);
}
.webp .p-footer__banner__item.campaign-category.month11 {
  background-image: url(../../img/sp/footer_banner_campaign11.webp);
}
.webp .p-footer__banner__item.campaign-category.month12 {
  background-image: url(../../img/sp/footer_banner_campaign12.webp);
}
.webp .p-footer__nav a::after {
  background-image: url(../../img/sp/arrow.webp);
}

.p-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-menu.is-active {
  z-index: 1000;
}
.p-menu__contents {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 85.3333333333vw;
  height: 100%;
  transition: all 0.1s linear;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 -16vw 0 0 rgba(0, 0, 0, 0.9);
}
.p-menu__contents__inner a {
  display: block;
  color: #fff;
}
.p-menu__contents.is-active {
  right: 0;
  z-index: 1000;
  overflow-y: auto;
}

.p-nav {
  padding-left: 8vw;
  border-bottom: 0.2666666667vw solid #9c9691;
}
.p-nav .main {
  padding: 3.6vw 0;
}
.p-nav__item a {
  background-position: right 4vw center;
  background-repeat: no-repeat;
  background-size: auto 3.4666666667vw;
  line-height: 2.6428571429;
  font-size: 1.4rem;
}
.p-nav__item.about a {
  background-image: url(../../img/sp/header_nav_about_bg.png);
}
.p-nav__item.contents a {
  background-image: url(../../img/sp/header_nav_contents_bg.png);
}
.p-nav__item.members a {
  background-image: url(../../img/sp/header_nav_members_bg.png);
}
.p-nav__item.access a {
  background-image: url(../../img/sp/header_nav_access_bg.png);
}
.p-nav__item.price a {
  background-image: url(../../img/sp/header_nav_price_bg.png);
}
.p-nav__item.campaign a {
  background-image: url(../../img/sp/header_nav_campaign_bg.png);
}
.p-nav__item.case a {
  background-image: url(../../img/sp/header_nav_case_bg.png);
}
.p-nav__item.faq a {
  background-image: url(../../img/sp/header_nav_faq_bg.png);
}
.p-nav__item.recruit a {
  background-image: url(../../img/sp/header_nav_recruit_bg.png);
}
.p-nav__item.liposuction a {
  background-image: url(../../img/sp/header_nav_liposuction_bg.png);
}
.p-nav__item.breasts a {
  background-image: url(../../img/sp/header_nav_breasts_bg.png);
}
.p-nav__item.aging a {
  background-image: url(../../img/sp/header_nav_aging_bg.png);
}
.p-nav__item.correction a {
  background-image: url(../../img/sp/header_nav_correction_bg.png);
}
.p-nav__item.recruit a {
  background-size: auto 2.55vw;
}

.p-subnav {
  padding-left: 8vw;
}
.p-subnav__item {
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  background-size: auto 3.4666666667vw;
}
.p-subnav__item a {
  line-height: 2.0909090909;
  font-size: 1.1rem;
}
.p-subnav__item.privacypolicy {
  background-image: url(../../img/sp/header_nav_privacypolicy_bg.png);
}
.p-subnav__item.sitemap {
  background-image: url(../../img/sp/header_nav_sitemap_bg.png);
}
.p-subnav__contents.others {
  padding: 3.7333333333vw 0;
}

.p-inquiry__list {
  padding: 6.6666666667vw 5.3333333333vw 0;
}
.p-inquiry__item + .p-inquiry__item {
  margin-top: 5.3333333333vw;
}
.p-inquiry__item__title {
  margin-bottom: 2.6666666667vw;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
}
.p-inquiry-tel {
  display: flex;
}
.p-inquiry-tel .international {
  margin-left: 0.5333333333vw;
}

.webp .p-nav__item.about a {
  background-image: url(../../img/sp/header_nav_about_bg.webp);
}
.webp .p-nav__item.contents a {
  background-image: url(../../img/sp/header_nav_contents_bg.webp);
}
.webp .p-nav__item.members a {
  background-image: url(../../img/sp/header_nav_members_bg.webp);
}
.webp .p-nav__item.access a {
  background-image: url(../../img/sp/header_nav_access_bg.webp);
}
.webp .p-nav__item.price a {
  background-image: url(../../img/sp/header_nav_price_bg.webp);
}
.webp .p-nav__item.campaign a {
  background-image: url(../../img/sp/header_nav_campaign_bg.webp);
}
.webp .p-nav__item.case a {
  background-image: url(../../img/sp/header_nav_case_bg.webp);
}
.webp .p-nav__item.faq a {
  background-image: url(../../img/sp/header_nav_faq_bg.webp);
}
.webp .p-nav__item.recruit a {
  background-image: url(../../img/sp/header_nav_recruit_bg.webp);
}
.webp .p-nav__category__item {
  background-image: url(../../img/sp/header_nav_category_bg.webp);
}
.webp .p-nav__category__item.liposuction a {
  background-image: url(../../img/sp/header_nav_liposuction_bg.webp);
}
.webp .p-nav__category__item.breasts a {
  background-image: url(../../img/sp/header_nav_breasts_bg.webp);
}
.webp .p-nav__category__item.aging a {
  background-image: url(../../img/sp/header_nav_aging_bg.webp);
}
.webp .p-nav__category__item.correction a {
  background-image: url(../../img/sp/header_nav_correction_bg.webp);
}
.webp .p-subnav__item.privacypolicy {
  background-image: url(../../img/sp/header_nav_privacypolicy_bg.webp);
}
.webp .p-subnav__item.sitemap {
  background-image: url(../../img/sp/header_nav_sitemap_bg.webp);
}

.p-fixed-contents {
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.8);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.8);
  will-change: transform;
  transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transform: translateY(200%);
}
.p-fixed-contents .pagetop {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  bottom: 8.8rem;
  bottom: calc(constant(safe-area-inset-bottom) * 0.8 + 8.8rem);
  bottom: calc(env(safe-area-inset-bottom) * 0.8 + 8.8rem);
  width: 4rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.p-fixed-contents.headroom--not-top {
  transform: translateY(0);
}
.p-fixed-contents.headroom--not-top .pagetop {
  opacity: 1;
  pointer-events: inherit;
}
.p-fixed-contents.is-bottom {
  transform: translateY(200%);
}

.p-fixed-cv {
  display: flex;
}
.p-fixed-cv__item {
  flex-basis: 33.3333333333%;
}

.p-faq__item {
  border-bottom: 0.2666666667vw solid #d4d0ce;
}
.p-faq__item .is-open .p-faq__question {
  padding: 4.2666666667vw 8.8vw 2.6666666667vw 17.6vw;
}
.p-faq__item .is-open .p-faq__question::after {
  opacity: 0;
}
.p-faq__item .is-open-initially .p-faq__question {
  transition-duration: 0s;
}
.p-faq__item:nth-child(odd) {
  background-color: #f4f2f0;
}
.p-faq__contents {
  border-top: 0.2666666667vw solid #fff;
  border-bottom: 0.2666666667vw solid #fff;
  box-sizing: border-box;
}
.p-faq__question {
  display: flex;
  position: relative;
  align-items: center;
  padding: 7.7333333333vw 8.8vw 7.7333333333vw 17.6vw;
  min-height: 11.7333333333vw;
  background: url(../../img/sp/qa_question_title_bg.png) 4.2666666667vw center no-repeat;
  background-size: 10.8vw auto;
  text-decoration: none;
  transition: padding 0.4s ease-in;
}
.p-faq__question::after {
  transition: opacity 0.4s ease-in;
}
.p-faq__question__title, .p-faq__question__text {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  color: #7f7875;
}
.p-faq__answer__inner {
  padding: 0.2666666667vw 6.9333333333vw 3.7333333333vw 17.6vw;
  background: url(../../img/sp/qa_answer_title_bg.png) 4.4vw 1.2vw no-repeat;
  background-size: 9.4666666667vw auto;
}
.p-faq__answer a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-faq__answer__title {
  margin-bottom: 1.3333333333vw;
  line-height: 1.6923076923;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-faq__answer__title a {
  font-weight: bold;
}
.p-faq__answer__text {
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.p-faq__answer__text + .p-faq__answer__text {
  margin-top: 1em;
}

.webp .p-faq__question {
  background-image: url(../../img/sp/qa_question_title_bg.webp);
}
.webp .p-faq__answer__inner {
  background-image: url(../../img/sp/qa_answer_title_bg.webp);
}

.p-fixed-banner {
  display: block;
  position: fixed;
  right: 0;
  right: 0.5rem;
  bottom: 6.8rem;
  bottom: calc(6.8rem + constant(safe-area-inset-bottom) * 0.8);
  bottom: calc(6.8rem + env(safe-area-inset-bottom) * 0.8);
  left: 0.5rem;
  z-index: 1000;
  width: 74.6666666667vw;
  opacity: 1;
  transition: 0.3s;
}
.p-fixed-banner.is-hide {
  z-index: -1000;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.p-fixed-banner.is-delete {
  display: none !important;
}
.p-fixed-banner__inner {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.p-fixed-banner__title {
  overflow: hidden;
  height: 24px;
  background-color: rgb(127, 120, 117);
  text-align: center;
  line-height: 2.4;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: rgb(244, 243, 244);
}
.p-fixed-banner__pic a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-fixed-banner__close-button {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.f-imp {
  order: -1;
  padding: 13.3333333333vw 3.2vw;
  background: #fff;
}
.f-imp__title {
  margin-bottom: 5.3333333333vw;
  text-align: center;
  line-height: 1.4285714286;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 4.9333333333vw;
  color: #595656;
}
.f-imp__text {
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 3.7333333333vw;
  color: #7f7875;
}
.f-imp-doctor {
  margin-bottom: 16vw;
}
.f-imp-doctor__box__title {
  margin-bottom: 2.6666666667vw;
  text-align: left;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #7f7875;
}
.f-imp-doctor__box + .f-imp-doctor__box {
  margin-top: 10.6666666667vw;
}

.p-header {
  margin-bottom: 2.6666666667vw;
}
.p-header__hero {
  padding-top: 16.9333333333vw;
  background: url(../../img/sp/index_header_slide_pic1.jpg) 0 16.9333333333vw no-repeat;
  background-size: contain;
}
.p-header .slick-slider button {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  line-height: 0;
  font-size: 0;
}
.p-header .slick-slider .slick-arrow {
  position: absolute;
  z-index: 1;
}
.p-header .slick-slider .slick-prev,
.p-header .slick-slider .slick-next {
  top: 50%;
}
.p-header .slick-slider .slick-prev::before,
.p-header .slick-slider .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-header .slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}
.p-header .slick-slider .slick-dots li {
  display: inline-block;
}
.p-header .mainimg__main {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 11.0666666667vw;
  height: 117.7333333333vw;
  background: #eeeae6;
  box-sizing: border-box;
}
.p-header .mainimg__main__pic {
  position: relative;
  width: 100vw;
}
.p-header .mainimg__main__pic span {
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #59504d;
}
.p-header .mainimg__main__pic .txt-date {
  top: 55.2vw;
  left: 38.1333333333vw;
  font-size: 3.4666666667vw;
}
.p-header .mainimg__main__pic .txt-people {
  bottom: 41.3333333333vw;
  left: 17.3333333333vw;
  font-size: 7.2vw;
}
.p-header .mainimg .slick-track {
  display: flex;
}
.p-header .mainimg .slick-prev,
.p-header .mainimg .slick-next {
  top: auto;
  bottom: 5.3333333333vw;
  width: 7.6vw;
  height: 1.3333333333vw;
  transform: none;
}
.p-header .mainimg .slick-prev {
  left: 5.3333333333vw;
}
.p-header .mainimg .slick-prev::before {
  background: url(../../img/sp/index_mainimg_arrow2_prev.png) center no-repeat;
  background-size: 100%;
}
.p-header .mainimg .slick-next {
  right: 5.3333333333vw;
}
.p-header .mainimg .slick-next::before {
  background: url(../../img/sp/index_mainimg_arrow2_next.png) center no-repeat;
  background-size: 100%;
}
.p-header .mainimg .slick-dots {
  display: flex;
  bottom: 1.0666666667vw;
  overflow: hidden;
  justify-content: space-between;
  padding: 2.6666666667vw 25.3333333333vw;
  box-shadow: 0 0.2666666667vw 1.6vw 0;
  box-sizing: border-box;
}
.p-header .mainimg .slick-dots li {
  margin: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: 0.2666666667vw solid #c8bdb5;
  border-radius: 100%;
}
.p-header .mainimg .slick-dots li button {
  padding: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
}
.p-header .mainimg .slick-dots li button::before {
  content: initial;
}
.p-header .mainimg .slick-dots .slick-active {
  background-color: #c8bdb5;
}
.p-header__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding-left: 5.9rem;
  height: 6rem;
  height: 5rem;
  text-align: center;
  text-align: left;
  line-height: 1.25;
  font-size: 1.2rem;
  color: #fff;
}
.p-header__nav-list {
  display: flex;
  flex-wrap: wrap;
}
.p-header__nav-item {
  flex: 1;
  flex-basis: 50%;
  border-bottom: 0.1rem solid #fff;
  background: #877d7a;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}
.p-header__nav-item a[data-count] {
  position: relative;
}
.p-header__nav-item a[data-count]::before {
  content: attr(data-count);
  display: block;
  position: absolute;
  top: -1.2vw;
  right: 0.5333333333vw;
  padding: 0.5333333333vw 1.6vw 1.7333333333vw;
  min-width: 9.7333333333vw;
  background: url(../../img/sp/menu_count_bg.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  box-sizing: border-box;
}
.p-header__nav-item a[data-count] {
  position: relative;
}
.p-header__nav-item a[data-count]::before {
  content: attr(data-count);
  display: block;
  position: absolute;
  top: -1.2vw;
  right: 0.5333333333vw;
  padding: 0.5333333333vw 1.6vw 1.7333333333vw;
  min-width: 9.7333333333vw;
  background: url(../../img/sp/menu_count_bg.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  box-sizing: border-box;
}
.p-header__nav-item.is-active a {
  background: #cac3c0;
}
.p-header__nav-item.price, .p-header__nav-item.safety {
  border-bottom: 0;
}
.p-header__nav-item.about, .p-header__nav-item.contents, .p-header__nav-item.campaign, .p-header__nav-item.price {
  border-right: 0.05rem solid #fff;
}
.p-header__nav-item.members, .p-header__nav-item.case, .p-header__nav-item.access, .p-header__nav-item.safety {
  border-left: 0.05rem solid #fff;
}
.p-header__nav-item.about {
  order: 1;
  background-image: url(../../img/sp/index_header_link_about_bg.png?v=2);
}
.p-header__nav-item.members {
  order: 2;
  background-image: url(../../img/sp/index_header_link_members_bg.png?v=2);
}
.p-header__nav-item.contents {
  order: 3;
  background-image: url(../../img/sp/index_header_link_contents_bg.png?v=2);
}
.p-header__nav-item.case {
  order: 4;
  background-image: url(../../img/sp/index_header_link_case_bg.png?v=2);
}
.p-header__nav-item.clinic {
  background-image: url(../../img/sp/index_header_link_clinic_bg.png?v=2);
}
.p-header__nav-item.access {
  order: 6;
  background-image: url(../../img/sp/index_header_link_access_bg.png?v=2);
}
.p-header__nav-item.campaign {
  order: 5;
  background-image: url(../../img/sp/index_header_link_campaign_bg.png?v=2);
}
.p-header__nav-item.price {
  order: 7;
  background-image: url(../../img/sp/index_header_link_price_bg.png?v=2);
}
.p-header__nav-item.safety {
  order: 8;
  background-image: url(../../img/sp/index_header_link_safety_bg.png?v=2);
}

.p-box {
  margin-bottom: 10.6666666667vw;
}

.p-yearend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  order: 4;
  margin: 0;
  padding-bottom: 3.7333333333vw;
  background: #eeeeef;
  text-align: center;
  color: #4d4a4a;
}
.p-yearend .title {
  flex-basis: 100%;
  margin-bottom: 2.4vw;
  border-top: 1.2vw solid #b3b4b4;
  background: #dbdcdc;
  line-height: 3;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-yearend .area {
  margin: 0 2.6666666667vw 1.4666666667vw 10.2666666667vw;
  padding: 0.9333333333vw;
  width: 34.9333333333vw;
  background: #d51048;
  text-align: center;
  line-height: 1.1875;
  font-size: 1.2rem;
  color: #fff;
}
.p-yearend .duration {
  margin: 0 0 1.4666666667vw 0;
  font-size: 1.7rem;
}
.p-yearend .notice {
  flex-basis: 100%;
  line-height: 1.5833333333;
  font-size: 1.2rem;
}

.p-new-open {
  margin-top: -5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}

.p-first-anniversary,
.p-covid-19 {
  margin: 0 2.6666666667vw;
}

.p-first-anniversary {
  margin-bottom: 2.6666666667vw;
}

.p-covid-19 {
  margin-bottom: 9.3333333333vw;
}

.p-campaign-banner {
  margin: 9.3333333333vw 2.6666666667vw 4vw;
}
.p-campaign-banner__item + .p-campaign-banner__item {
  margin-top: 2.6666666667vw;
}

.p-banner {
  margin: 2.6666666667vw;
}
.p-banner__item + .p-banner__item {
  margin-top: 2.6666666667vw;
}

.p-about {
  padding: 3rem 1rem 1rem;
}
.p-about__title {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 3.5rem;
  padding: 0 0 0 5.9rem;
  width: 24.05rem;
  height: 7.85rem;
  background-image: url(../../img/sp/index_about_title_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 19.55rem 7.85rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  color: #000;
  box-sizing: border-box;
}
.p-about__list {
  display: flex;
  flex-wrap: wrap;
}
.p-about__item {
  flex-basis: 50%;
  box-sizing: border-box;
}
.p-about__item:nth-child(odd) {
  padding-right: 0.5rem;
}
.p-about__item:nth-child(even) {
  padding-left: 0.5rem;
}
.p-about__item:nth-child(1), .p-about__item:nth-child(2) {
  padding-bottom: 1rem;
}

.p-contents__title {
  margin-bottom: 8vw;
}

.p-troubles__title {
  margin-bottom: 3.2vw;
}
.p-troubles__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5.3333333333vw;
}
.p-troubles__item {
  display: flex;
  position: relative;
  padding: 3.2vw;
  width: 50%;
  border-bottom: 0.2666666667vw dashed #c5bcb5;
  box-sizing: border-box;
}
.p-troubles__item:nth-child(odd) {
  border-right: 0.2666666667vw dashed #c5bcb5;
}
.p-troubles__item:nth-last-child(2):nth-child(odd), .p-troubles__item:last-child {
  border-bottom: 0;
}
.p-troubles__item__inner {
  display: flex;
  align-items: center;
  width: 100%;
  background: url(../../img/sp/arrow.png) right bottom no-repeat;
  background-size: 3.3333333333vw auto;
}
.p-troubles__item__pic {
  margin-right: 3.2vw;
  width: 10.6666666667vw;
  border: 0.2666666667vw solid #c5bcb5;
  box-sizing: border-box;
}
.p-troubles__item__text {
  flex: 1;
  margin-right: 3.3333333333vw;
}
.p-troubles__item a {
  line-height: 1.5;
  font-size: 1.2em;
  color: #6d9dd0;
}
.p-troubles .p-tab__item {
  flex-basis: 33.3333333333%;
}

.p-campaign {
  margin-bottom: 10.6666666667vw;
}
.p-campaign__list {
  display: flex;
  justify-content: space-between;
  padding: 5.3333333333vw;
  background: #d2c9c3;
}
.p-campaign__item {
  position: relative;
  width: 44vw;
}
.p-campaign__item .count {
  position: absolute;
  right: 50%;
  bottom: 1.3333333333vw;
  padding: 0 1.3333333333vw;
  border-radius: 0.5333333333vw;
  background: #e55764;
  text-align: center;
  line-height: 1.25;
  font-size: 1rem;
  color: #fff;
  transform: translateX(50%);
}

.p-case {
  margin-bottom: 8vw;
}
.p-case__title {
  margin-bottom: 5.3333333333vw;
}
.p-case__text {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-case__contents {
  display: flex;
  height: auto;
}
.p-case__contents__inner {
  display: flex;
  flex-direction: column;
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-case__contents__pic {
  margin-bottom: 2.6666666667vw;
}
.p-case__contents__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3333333333vw;
}
.p-case__contents__icon {
  width: 15.4666666667vw;
}
.p-case__contents__attr {
  text-align: right;
}
.p-case__contents__attr > * {
  line-height: 1.6666666667;
  font-size: 1.2rem;
}
.p-case__contents__text, .p-case__contents__price {
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-case__contents__text {
  margin-bottom: 0.5333333333vw;
}
.p-case__contents__notice {
  margin-top: auto;
  line-height: 1.4545454545;
  font-size: 1.1rem;
  color: #b4afad;
}
.p-case__slide.slide1 {
  padding-bottom: 20vw;
}

.p-feature > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-feature__title {
  margin-bottom: 5.3333333333vw;
}
.p-feature__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4vw;
}
.p-feature__contents__inner {
  flex: 1;
  order: 2;
}
.p-feature__contents__title {
  order: 2;
  line-height: 1.4666666667;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-feature__contents__text {
  order: 3;
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-feature__contents__pic {
  order: 1;
  margin-right: 5.3333333333vw;
  width: 26.6666666667vw;
}

.p-update__title {
  margin-bottom: 5.3333333333vw;
}
.p-update__list {
  margin: 0 5.3333333333vw 5.3333333333vw;
}
.p-update__item {
  border-bottom: 0.2666666667vw dotted #a39388;
}
.p-update__item__inner {
  display: flex;
  align-items: center;
}
.p-update__item__date, .p-update__item__title a {
  padding: 1rem 0;
  line-height: 1.25;
  font-size: 1.2rem;
}
.p-update__item__date {
  color: #7e7774;
  box-sizing: border-box;
}
.p-update__item__title a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  color: #7595cc;
}
.p-update .load-more {
  margin: 0 5.3333333333vw;
  text-align: right;
}
.p-update .load-more a {
  position: relative;
  padding-right: 1.5rem;
  font-size: 1.2rem;
  color: #58504c;
}
.p-update .load-more a::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 11px;
  height: 40px;
  background-image: url(../../img/sp/update_arrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 60%;
}

.p-sns__inner {
  height: 117.6vw;
}

.p-blog {
  margin-bottom: 10.6666666667vw;
}
.p-blog__title {
  margin-bottom: 5.3333333333vw;
}
.p-blog__list {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-blog__item {
  position: relative;
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  min-height: 26.6666666667vw;
  border-bottom: 0.2666666667vw solid #c5bcb5;
}
.p-blog__item a {
  color: #7e7774;
}
.p-blog__item__date, .p-blog__item__title, .p-blog__item__text {
  margin-left: 30.1333333333vw;
}
.p-blog__item__date {
  margin-bottom: 2.4vw;
  padding-top: 1.3333333333vw;
  font-size: 1.2rem;
}
.p-blog__item__title {
  margin-bottom: 2.0666666667vw;
  line-height: 1.2857142857;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-blog__item__text {
  line-height: 1.3846153846;
  font-size: 1.3rem;
}
.p-blog__item__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.6666666667vw;
}
.p-blog__item__pic img {
  height: 26.6666666667vw;
  object-fit: cover;
}
.p-blog__item__author {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.3333333333vw 2.6666666667vw;
  border-radius: 4vw;
  background: #7e7774;
  color: #fff;
}
.p-blog__banner2__list {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}

.p-greetings {
  display: flex;
  flex-direction: column;
  margin-bottom: 8vw;
}
.p-greetings > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-greetings__title {
  margin-bottom: 10.6666666667vw;
}
.p-greetings__doctor {
  order: 1;
  margin-bottom: 3.4666666667vw;
}
.p-greetings__doctor__pic {
  margin: 0 auto 1rem;
  width: 54.1333333333vw;
  box-shadow: 4.1333333333vw 7.2vw #dfd8d3;
}
.p-greetings__doctor__lead {
  margin-bottom: 7.4666666667vw;
  line-height: 1.2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
  color: #58504c;
}
.p-greetings__doctor__name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.9rem;
  color: #58504c;
}
.p-greetings__doctor__name .position {
  display: block;
  margin-right: 1em;
  font-size: 1.2rem;
}
.p-greetings__text {
  order: 2;
  margin-bottom: 6.6666666667vw;
  padding-bottom: 14.5333333333vw;
  background: url(../../img/sp/index_greetings_text_bg.png) right bottom no-repeat;
  background-size: 30vw auto;
  text-align: justify;
  line-height: 1.6923076923;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  color: #7e7774;
}
.p-greetings__contents__wrapper {
  order: 3;
}

.p-society {
  order: 5;
}

.p-faq__title {
  margin-bottom: 0;
}
.p-faq .js-accordion__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.4vw;
  z-index: 10;
  padding-top: 3.7333333333vw;
  width: 3.7333333333vw;
  height: 0;
  background: url(../../img/sp/arrow2.png) center no-repeat;
  background-size: cover;
  opacity: 1;
}

.p-information__title {
  margin-bottom: 5.3333333333vw;
}
.p-information__table {
  margin: 0 5.3333333333vw 5.3333333333vw;
  border-top: 0.2666666667vw solid #a39489;
  border-bottom: 0.2666666667vw solid #a39489;
  color: #7e7774;
}
.p-information__table a {
  color: #6d9dd0;
}
.p-information__table tr + tr th,
.p-information__table tr + tr td {
  border-top: 0.2666666667vw dotted #a39489;
}
.p-information__table th {
  box-sizing: border-box;
  padding: 4vw 2vw;
  width: 22.4vw;
  background: #f5f2f0;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
.p-information__table td {
  position: relative;
  padding: 3.6vw 4vw;
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-information__doctor__item, .p-information__contents__item, .p-information__tel__item {
  display: inline-block;
  line-height: 1.5;
}
.p-information__doctor__item + .p-information__doctor__item::before, .p-information__doctor__item + .p-information__contents__item::before, .p-information__doctor__item + .p-information__tel__item::before, .p-information__contents__item + .p-information__doctor__item::before, .p-information__contents__item + .p-information__contents__item::before, .p-information__contents__item + .p-information__tel__item::before, .p-information__tel__item + .p-information__doctor__item::before, .p-information__tel__item + .p-information__contents__item::before, .p-information__tel__item + .p-information__tel__item::before {
  content: " / ";
}
.p-information__access__inner > * {
  display: inline-block;
  line-height: 1.5;
}
.p-information__blog__item {
  padding: 3.6vw 4vw;
}
.p-information__blog__item a {
  display: inline-block;
}
.p-information__blog__item + .p-information__blog__item {
  border-top: 0.2666666667vw dotted #a39489;
}
.p-information .address .p-information__link {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
}
.p-information .blog td {
  padding: 0;
}
.p-information__access {
  margin: 0 5.3333333333vw 10.6666666667vw;
}
.p-information__access__map {
  position: relative;
  overflow: hidden;
  margin-bottom: 5.3333333333vw;
  padding-top: 93.6vw;
}
.p-information__access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 106.6666666667vw;
  height: 106.6666666667vw;
}

.p-by-walk__item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.p-by-walk__item::before {
  content: "";
  margin-right: 1.8666666667vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-by-walk__item__inner {
  display: flex;
  align-items: center;
}
.p-by-walk__item__inner > * {
  line-height: 2;
}
.p-by-walk__item__station {
  font-weight: bold;
}
.p-by-walk__item.hiroden::before {
  background-image: url(../../img/hiroden.svg);
}
.p-by-walk__item.astram::before {
  background-image: url(../../img/astram.svg);
}

.p-inquiry__title {
  margin-bottom: 5.3333333333vw;
}
.p-inquiry > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-inquiry__text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 7.4vw;
  text-align: center;
}
.p-inquiry__cv__item + .p-inquiry__cv__item {
  margin-top: 2.6666666667vw;
}

.p-cv-button a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 16.5333333333vw;
  border: 0.8vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  text-decoration: none;
  color: #fff;
}
.p-cv-button a::after {
  display: block;
  border-top: 0.2666666667vw solid #796d63;
  opacity: 0.7;
  text-align: center;
  line-height: 1.9;
  font-size: 1rem;
  color: #f5f2f0;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 10.1333333333vw;
  border-bottom: 0.2666666667vw solid #403731;
  text-align: center;
  line-height: 1.1875;
  font-size: 1.6rem;
}
.p-cv-button__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.1333333333vw;
  height: 100%;
  background: url(../../img/sp/arrow_cv.png) center no-repeat;
  background-size: 5.6vw auto;
}
.p-cv-button.tel a::after {
  content: "お急ぎの方は、お電話をご利用ください［受付時間 10:00 - 19:00］";
}
.p-cv-button.counseling a::after {
  content: "ドクターが診察します";
}
.p-cv-button.consultation a::after {
  content: "24時間以内に返信致します";
}

.p-fixed-banner {
  display: block;
  position: fixed;
  right: 0;
  right: 0.5rem;
  bottom: 6.8rem;
  bottom: calc(6.8rem + constant(safe-area-inset-bottom) * 0.8);
  bottom: calc(6.8rem + env(safe-area-inset-bottom) * 0.8);
  left: 0.5rem;
  z-index: 1000;
  opacity: 1;
  transition: 0.3s;
}
.p-fixed-banner.is-hide {
  z-index: -1000;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.p-fixed-banner.is-delete {
  display: none !important;
}
.p-fixed-banner__inner {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.p-fixed-banner__title {
  overflow: hidden;
  height: 24px;
  background-color: #7f7875;
  text-align: center;
  line-height: 2.4;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #f4f3f4;
}
.p-fixed-banner__pic a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-fixed-banner__close-button {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.webp .p-header__hero {
  background-image: url(../../img/sp/index_header_slide_pic1.webp);
}
.webp .p-header__slide__nav {
  background-image: url(../../img/sp/header_slide_nav_bg.webp);
}
.webp .p-header__slide__dots .swiper-pagination-bullet {
  background-image: url(../../img/sp/header_slide_dot.webp);
}
.webp .p-header__slide__dots .swiper-pagination-bullet-active {
  background-image: url(../../img/sp/header_slide_dot_a.webp);
}
.webp .p-header__slide__prev {
  background-image: url(../../img/sp/header_slide_arrow_prev.webp);
}
.webp .p-header__slide__next {
  background-image: url(../../img/sp/header_slide_arrow_next.webp);
}
.webp .p-about__title {
  background-image: url(../../img/sp/index_about_title_bg.webp);
}
.webp .p-troubles__item__inner {
  background-image: url(../../img/sp/arrow.webp);
}
.webp .p-greetings__text {
  background-image: url(../../img/sp/index_greetings_text_bg.webp);
}
.webp .js-accordion__button::after {
  background-image: url(../../img/sp/arrow2.webp);
}
.webp .p-license__item::before,
.webp .p-society__item::before {
  background-image: url(../../img/sp/arrow.webp);
}
.webp .p-cv-button__text::after {
  background-image: url(../../img/sp/arrow_cv.webp);
}
