@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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.l-container {
  position: relative;
  min-height: 100%;
}
body > .l-container {
  height: auto;
}

:root.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.pc {
  display: none !important;
}

.p-h1 {
  position: relative;
  z-index: 1001;
  padding: 1.8666666667vw 6.4vw 1.3333333333vw;
  background: linear-gradient(#292822, #685a50);
  line-height: 1.4444444444;
  font-size: 0.9rem;
  color: #c7bcb5;
  box-sizing: border-box;
}

.p-header {
  padding: 0;
}
.p-header__inner {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.p-header__inner.headroom--top {
  position: absolute;
}
.p-header__inner.headroom--top.is-fixed, .p-header__inner.headroom--not-top {
  position: fixed;
}
.p-header__menu {
  position: absolute;
  top: 2vw;
  right: 3.4666666667vw;
  width: 26.4vw;
  cursor: pointer;
}
.p-header__menu__list {
  display: flex;
}
.p-header__menu__item {
  width: 12.5333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-header__menu__item + .p-header__menu__item {
  margin-left: 1.3333333333vw;
}
.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 a {
  opacity: 0;
}

.c-topicpath {
  position: relative;
  overflow: hidden;
  padding-top: 16.8vw;
  width: 100%;
  background: #fff;
}
.c-topicpath ol {
  display: flex;
  overflow-x: auto;
  margin: 0;
  background: #fff;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
.c-topicpath li {
  display: inline-block;
  margin-right: 2em;
  line-height: 1.5;
  font-size: 0.9em;
  white-space: nowrap;
}
.c-topicpath li:first-child {
  margin-left: 0.5em;
}
.c-topicpath li a {
  display: block;
  position: relative;
  padding: 0.51em 0;
  text-decoration: none;
  color: #6d9dd0;
}
.c-topicpath li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% + 1vw);
  margin: 0;
  width: 3.6vw;
  height: 100%;
  background: url(../../img/sp/pankuzu_open.gif) top left no-repeat;
  background-size: cover;
}

.p-title {
  margin-bottom: 4.2666666667vw;
}

.p-contents__title,
.p-sub__contents__title {
  margin: 0 0.8rem 1.6rem;
  padding: 1.8rem 1.3rem;
  border-top: 0.3rem solid #d57570;
  background: linear-gradient(#fff 6%, #f1efec 42%, #e3ded9 99%);
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-contents {
  margin-bottom: 4vw;
}

.p-sub__contents .menu__list {
  margin: 0 0.8rem;
}
.p-sub__contents .menu__item {
  position: relative;
  margin: 0;
  border-top: 0.1em solid #c7bcb5;
  background: #eae5e2;
  background: linear-gradient(to bottom, #fff, #eae5e2);
  text-align: left;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-sub__contents .menu__item:last-child {
  border-bottom: 0.1em solid #c7bcb5;
}
.p-sub__contents .menu__item a {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.7em 1em;
  text-decoration: none;
  color: #6d9dd0;
}
.p-sub__contents .menu__item a::before {
  content: "";
  display: block;
  margin-right: 4%;
  width: 12.8vw;
  height: 12.8vw;
}
.p-sub__contents .menu__item a::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 13%;
  z-index: 10;
  margin: 0;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../img/sp/arrow2.png) no-repeat;
  background-size: cover;
}
.p-sub__contents .menu__item.latest a::before {
  background: url(../../img/sp/menu_latest.jpg) 0 0/contain no-repeat;
}
.p-sub__contents .menu__item.seminar a::before {
  background: url(../../img/sp/menu_seminar.jpg) 0 0/contain no-repeat;
}
.p-sub__contents .menu__item.practitioner a::before {
  background: url(../../img/sp/menu_practitioner.jpg) 0 0/contain no-repeat;
}
.p-sub__contents .menu__item.announcement a::before {
  background: url(../../img/sp/menu_announcement.jpg) 0 0/contain no-repeat;
}
.p-sub__contents .menu__item.media a::before {
  background: url(../../img/sp/menu_media.jpg) 0 0/contain no-repeat;
}
.p-sub__contents .menu__item.others a::before {
  background: url(../../img/sp/menu_others.jpg) 0 0/contain no-repeat;
}

.p-entry__item {
  padding: 2.6666666667vw;
}
.p-entry__item + .p-entry__item {
  border-top: 0.2666666667vw dotted #c7bcb5;
}
.p-entry__item:nth-child(even) {
  background-color: #efebe8;
}
.p-entry__item.seminar .p-details__title::before {
  background: url(../../img/sp/category_seminar.jpg) 0 0/cover no-repeat;
}
.p-entry__item.practitioner .p-details__title::before {
  background: url(../../img/sp/category_practitioner.jpg) 0 0/cover no-repeat;
}
.p-entry__item.announcement .p-details__title::before {
  background: url(../../img/sp/category_announcement.jpg) 0 0/cover no-repeat;
}
.p-entry__item.others .p-details__title::before {
  background: url(../../img/sp/category_others.jpg) 0 0/cover no-repeat;
}
.p-entry__item.media .p-details__title::before {
  background: url(../../img/sp/category_media.jpg) 0 0/cover no-repeat;
}
.p-entry__item.new .p-details__title__date {
  padding-left: 9.0666666667vw;
  background: url(../../img/sp/icon_new.gif) 0 0/contain no-repeat;
}
.p-entry__contents {
  padding-top: 3.3333333333vw;
}

.p-details[open] .p-details__summary::after {
  transform: rotate(270deg);
}
.p-details__summary {
  display: flex;
  position: relative;
}
.p-details__summary::-webkit-details-marker {
  display: none;
}
.p-details__summary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../img/sp/arrow2.png) 0 0/contain no-repeat;
  transform: rotate(90deg);
}
.p-details__title {
  display: flex;
  flex-direction: column;
  order: 2;
}
.p-details__title::before {
  content: "";
  display: block;
  margin: 1.6vw 0 0.8vw;
  width: 26vw;
  height: 3.0333333333vw;
}
.p-details__title__text {
  text-decoration: underline;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #6d9dd0;
}
.p-details__title__date {
  align-self: flex-end;
  margin: auto 5.0666666667vw 0 0;
}
.p-details__title__pic {
  flex-shrink: 0;
  order: 1;
  margin-right: 1.7333333333vw;
  width: 28.8vw;
}
.p-details__body p, .p-details__body__text,
.p-details__body li {
  line-height: 1.625;
  font-size: 1.6rem;
}
.p-details__body p, .p-details__body__text,
.p-details__body .wp-block-list {
  margin-bottom: 1rem;
}
.p-details__body .wp-block-list {
  margin-left: 2rem;
}
.p-details__body .wp-block-list li {
  list-style-type: disc;
}
.p-details__body .wp-block-image, .p-details__body__pic {
  margin-top: 2.6666666667vw;
}
.p-details__body p + .wp-block-image {
  margin-top: 0;
}
.p-details__footer {
  padding: 2.2666666667vw 1.3333333333vw;
}
.p-details__footer__item {
  line-height: 1.8571428571;
  font-size: 1.4rem;
}
.p-details__footer__item a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: underline;
  color: #6d9dd0;
}
.p-details__footer__item a::after {
  content: "";
  display: block;
  margin-left: 1.3333333333vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../img/sp/arrow2.png) 0 0/contain no-repeat;
}

.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 1.5rem;
  background: #efece9;
}
.p-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.1rem dotted #c7bcb5;
}
.p-footer__nav__item {
  box-sizing: border-box;
  width: 50%;
  border-bottom: 0.1rem dotted #c7bcb5;
}
.p-footer__nav__item:last-child, .p-footer__nav__item:nth-last-of-type(2):nth-child(even) {
  border-bottom: 0;
}
.p-footer__nav__item:nth-child(even) {
  border-right: 0.1rem dotted #c7bcb5;
}
.p-footer__nav__item:nth-child(even) a::after {
  margin-right: 0.7em;
}
.p-footer__nav__item.contents {
  padding: 4.8vw 3.4666666667vw 3.4666666667vw;
  width: 100%;
}
.p-footer__nav__item.contents > a {
  display: inline-block;
  margin-bottom: 3.8666666667vw;
  font-size: 1.3rem;
  color: #7f7875;
}
.p-footer__nav__item a {
  text-decoration: none;
}
.p-footer__nav__item:not(.contents) > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  line-height: 3.7692307692;
  font-size: 1.3rem;
  color: #7f7875;
}
.p-footer__nav__item:not(.contents) > a:focus, .p-footer__nav__item:not(.contents) > a:link, .p-footer__nav__item:not(.contents) > a:visited {
  color: #7f7875;
}
.p-footer__nav__item:not(.contents) > a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../img/sp/arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.p-footer-subnav {
  display: flex;
  justify-content: space-between;
}
.p-footer-subnav a {
  font-size: 1.3rem;
  color: #7f7875;
}
.p-footer-subnav a:focus, .p-footer-subnav a:link, .p-footer-subnav a:visited {
  color: #7f7875;
}
.p-footer-subnav__title {
  margin-bottom: 1.3333333333vw;
}
.p-footer-subnav__item {
  line-height: 1.7692307692;
}
.p-footer-subnav__item a {
  display: flex;
  align-items: center;
}
.p-footer-subnav__item a::before {
  content: "";
  display: block;
  margin-right: 1.3333333333vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: url(../../img/sp/arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.p-footer__inquiry {
  display: flex;
}
.p-footer__copyright {
  padding-top: 10.6666666667vw;
  height: 18.1333333333vw;
  background: url(../../img/sp/copyright_bg.png) 0 0 no-repeat #39332d;
  background-size: contain;
  text-align: center;
  font-size: 1rem;
  color: #c7bcb5;
}

.f-clinic-list {
  display: flex;
  flex-direction: column;
  margin: 3.2vw;
}
.f-clinic-item {
  margin-bottom: 1.6vw;
  border: 0.2666666667vw solid #c5bbb3;
}

.js-menu__button {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.js-menu__button.is-active > * {
  opacity: 0;
}
.js-menu__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.js-menu__wrapper.is-active {
  z-index: 1000;
}
.js-menu-contents {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 32rem;
  height: 100%;
  transition: all 0.1s linear;
}
.js-menu-contents.is-active {
  right: 0%;
  z-index: 1000;
  overflow-y: auto;
}

.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,.9);
  box-shadow: 0 -16vw 0 0 rgba(0,0,0,.9);
}
.p-menu__contents__inner {
  padding-left: 5.3333333333vw;
}
.p-menu__contents__inner a {
  display: block;
  color: #fff;
}
.p-menu__contents.is-active {
  right: 0;
  z-index: 1000;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.p-inquiry__list {
  padding: 6.6666666667vw 5.3333333333vw 0 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;
}

.p-nav .main {
  padding: 3.6vw 0;
  border-bottom: 0.2666666667vw solid #9c9691;
}
.p-nav .category a {
  padding-left: 2.4rem;
  background: url(../../img/sp/header_nav_category_bg.png) 0 center no-repeat;
  background-size: 1.9rem auto;
}
.p-nav__item {
  background-position: right 4vw top 3.2vw;
  background-repeat: no-repeat;
  background-size: auto 3.4666666667vw;
}
.p-nav__item a {
  line-height: 2.6428571429;
  font-size: 1.4rem;
}
.p-nav__item.latest {
  background-image: url(../../img/sp/header_nav_latest_bg.png);
}
.p-nav__item.seminar {
  background-image: url(../../img/sp/header_nav_seminar_bg.png);
}
.p-nav__item.practitioner {
  background-image: url(../../img/sp/header_nav_practitioner_bg.png);
}
.p-nav__item.announcement {
  background-image: url(../../img/sp/header_nav_announcement_bg.png);
}
.p-nav__item.others {
  background-image: url(../../img/sp/header_nav_others_bg.png);
}
.p-nav__item.media {
  background-image: url(../../img/sp/header_nav_media_bg.png);
}
.p-nav__item.liposuction {
  background-image: url(../../img/sp/header_nav_liposuction_bg.png);
}
.p-nav__item.breasts {
  background-image: url(../../img/sp/header_nav_breasts_bg.png);
}
.p-nav__item.antiaging {
  background-image: url(../../img/sp/header_nav_antiaging_bg.png);
}
.p-nav__item.correction {
  background-image: url(../../img/sp/header_nav_correction_bg.png);
}
.p-nav__item.recruit a {
  background-size: auto 2.55vw;
}

.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.access {
  background-image: url(../../img/sp/header_nav_access_bg.png);
}
.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.sns {
  padding: 5.3333333333vw 0 4.6666666667vw;
  border-bottom: 0.1rem solid #9c9691;
}
.p-subnav__contents.sns .p-subnav__title {
  margin: 0 auto 4.6666666667vw;
  width: 57.8666666667vw;
}
.p-subnav__contents.sns .p-subnav__list {
  display: flex;
  justify-content: space-between;
  margin: 0 18.6666666667vw;
}
.p-subnav__contents.sns .p-subnav__item {
  width: 4.8vw;
}
.p-subnav__contents.others {
  padding: 3.7333333333vw 0;
}

.webp .p-header__inner {
  background-image: url(../../img/sp/header_bg.webp);
}
.webp .p-footer__copyright {
  background-image: url(../../img/sp/copyright_bg.webp);
}
/*# sourceMappingURL=layout.css.map */
