@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;
}

.l-footer {
  width: 100%;
}

.sp {
  display: none !important;
}

.l-container {
  margin: 0 auto;
  width: 988px;
}

.c-nav {
  box-sizing: border-box;
  height: 48px;
  background: url(../../img/pc/nav_bg.gif) 0 0 repeat-x;
}
.c-nav__list {
  display: flex;
  justify-content: center;
}
.c-nav__item {
  height: 44px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.c-nav__item a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 100%;
  transition: opacity 0.15s linear;
}
.c-nav__item a:hover {
  opacity: 0;
}
.c-nav__item.is-active a {
  opacity: 0;
}
.c-nav .top {
  width: 88px;
  background-image: url(../../img/pc/nav_top_a.png?v=4);
}
.c-nav .top a {
  background-image: url(../../img/pc/nav_top.png?v=4);
}
.c-nav .concept {
  width: 116px;
  background-image: url(../../img/pc/nav_concept_a.png?v=4);
}
.c-nav .concept a {
  background-image: url(../../img/pc/nav_concept.png?v=4);
}
.c-nav .contents {
  width: 109px;
  background-image: url(../../img/pc/nav_contents_a.png?v=4);
}
.c-nav .contents a {
  background-image: url(../../img/pc/nav_contents.png?v=4);
}
.c-nav .photo {
  width: 81px;
  background-image: url(../../img/pc/nav_photo_a.png?v=4);
}
.c-nav .photo a {
  background-image: url(../../img/pc/nav_photo.png?v=4);
}
.c-nav .price {
  width: 81px;
  background-image: url(../../img/pc/nav_price_a.png?v=4);
}
.c-nav .price a {
  background-image: url(../../img/pc/nav_price.png?v=4);
}
.c-nav .about {
  width: 141px;
  background-image: url(../../img/pc/nav_about_a.png?v=4);
}
.c-nav .about a {
  background-image: url(../../img/pc/nav_about.png?v=4);
}
.c-nav .members {
  width: 171px;
  background-image: url(../../img/pc/nav_members_a.png?v=4);
}
.c-nav .members a {
  background-image: url(../../img/pc/nav_members.png?v=4);
}
.c-nav .qa {
  width: 133px;
  background-image: url(../../img/pc/nav_qa_a.png?v=4);
}
.c-nav .qa a {
  background-image: url(../../img/pc/nav_qa.png?v=4);
}

.webp .c-nav {
  background-image: url(../../img/pc/nav_bg.webp);
}
.webp .c-nav .top {
  background-image: url(../../img/pc/nav_top_a.webp?v=4);
}
.webp .c-nav .top a {
  background-image: url(../../img/pc/nav_top.webp?v=4);
}
.webp .c-nav .concept {
  background-image: url(../../img/pc/nav_concept_a.webp?v=4);
}
.webp .c-nav .concept a {
  background-image: url(../../img/pc/nav_concept.webp?v=4);
}
.webp .c-nav .contents {
  background-image: url(../../img/pc/nav_contents_a.webp?v=4);
}
.webp .c-nav .contents a {
  background-image: url(../../img/pc/nav_contents.webp?v=4);
}
.webp .c-nav .photo {
  background-image: url(../../img/pc/nav_photo_a.webp?v=4);
}
.webp .c-nav .photo a {
  background-image: url(../../img/pc/nav_photo.webp?v=4);
}
.webp .c-nav .price {
  background-image: url(../../img/pc/nav_price_a.webp?v=4);
}
.webp .c-nav .price a {
  background-image: url(../../img/pc/nav_price.webp?v=4);
}
.webp .c-nav .about {
  background-image: url(../../img/pc/nav_about_a.webp?v=4);
}
.webp .c-nav .about a {
  background-image: url(../../img/pc/nav_about.webp?v=4);
}
.webp .c-nav .members {
  background-image: url(../../img/pc/nav_members_a.webp?v=4);
}
.webp .c-nav .members a {
  background-image: url(../../img/pc/nav_members.webp?v=4);
}
.webp .c-nav .qa {
  background-image: url(../../img/pc/nav_qa_a.webp?v=4);
}
.webp .c-nav .qa a {
  background-image: url(../../img/pc/nav_qa.webp?v=4);
}

.c-fixed-contents {
  transition: opacity 0.15s linear;
  position: fixed;
  right: 0;
  bottom: 40px;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
.c-fixed-contents.is-show {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
.c-fixed-item + .c-fixed-item {
  margin-top: 10px;
}
.c-fixed-item.pagetop a:hover > * {
  opacity: 1;
}
.c-fixed-cv__item {
  margin-top: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.c-fixed-cv__item.consultation {
  background: url(../../img/pc/link_mail_h.png);
}
.c-fixed-cv__item.counseling {
  background: url(../../img/pc/link_counseling_h.png);
}

.webp .c-fixed-cv__item.consultation {
  background: url(../../img/pc/link_mail_h.webp);
}
.webp .c-fixed-cv__item.counseling {
  background: url(../../img/pc/link_counseling_h.webp);
}

.p-footer > *:not(.p-clinic-summary) {
  background-color: #f5f2f0;
}
.p-footer__nav {
  border-top: 1px solid #c7bcb5;
}
.p-footer-subnav {
  display: flex;
  justify-content: space-between;
  padding: 36px 140px 31px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  font-size: 1.2rem;
}
.p-footer-subnav__title {
  margin-bottom: 12px;
  font-size: 1.3rem;
}
.p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 8px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before, .p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transition: opacity 0.15s linear;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before {
  z-index: 1;
  background: url(../../img/pc/arrow/arrow2.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  background: url(../../img/pc/arrow/arrow2_h.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover {
  text-decoration: none;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover::before {
  opacity: 0;
}
.others .p-footer-subnav__item a {
  font-size: 1.3rem;
}
.others .p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 16px;
}
.p-footer-regions {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  text-align: center;
}
.p-footer-regions__title {
  margin-right: 40px;
  font-size: 1.4em;
}
.p-footer-regions__list {
  display: flex;
}
.p-footer-regions__item a {
  text-decoration: underline;
  font-size: 1.2em;
  color: #6d9dd0;
}
.p-footer-regions__item + .p-footer-regions__item::before {
  content: "|";
  display: inline-block;
  margin: 0 1.2rem;
}
.p-footer__lead {
  display: block;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #7f7875;
}
.p-footer__copyright {
  box-sizing: border-box;
  padding-top: 45px;
  height: 70px;
  background: url(../../img/pc/copyright_bg.png) 0 0 no-repeat;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

.webp .p-footer-subnav__item a::before {
  background-image: url(../../img/pc/arrow/arrow2.webp);
}
.webp .p-footer-subnav__item a:hover::before {
  background-image: url(../../img/pc/arrow/arrow2_h.webp);
}

.p-h1 {
  padding: 0 30px;
  height: 24px;
  background: url(../../img/pc/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1rem;
  color: #c7bcb5;
}

.p-header {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-bottom: 48px;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  order: 2;
  padding: 3px;
  height: 90px;
  background: url(../../img/pc/header_bg.gif) 0 0 no-repeat;
  box-sizing: border-box;
}
.p-header__logo {
  padding: 22px 0 0 22px;
}
.p-header__logo a:hover > * {
  opacity: 0.5;
}
.p-header__inquiry {
  display: flex;
  position: absolute;
  top: 13px;
  right: 30px;
  align-items: center;
  height: 66px;
}
.p-header__inquiry .tel {
  margin-top: -4px;
  margin-right: 28px;
  pointer-events: none;
}
.p-header__inquiry__button {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-header__inquiry__button + .p-header__inquiry__button {
  margin-top: 2px;
}
.p-header__inquiry__button.consultation {
  background-image: url(../../img/pc/header_consultation_h.png);
}
.p-header__inquiry__button.counseling {
  background-image: url(../../img/pc/header_counseling_h.png?v=2);
}
.p-header__inquiry__button.line {
  margin: 0 0 0 5px;
  background-image: url(../../img/pc/header_line_h.png);
}
.p-header__nav {
  position: absolute;
  top: 90px;
  z-index: 100;
  order: 3;
  width: 988px;
}
.p-header__nav.headroom--not-top {
  position: fixed;
  top: 0;
  z-index: 10000;
}

.p-content {
  display: flex;
  column-gap: 30px;
  padding: 0 30px;
}

.p-main {
  order: 2;
}

.p-topicpath {
  margin: 0 30px;
}
.p-topicpath__list {
  overflow: hidden;
}
.p-topicpath__item {
  float: left;
  margin-right: 0.5em;
  line-height: 30px;
  font-size: 1rem;
  color: #7f7875;
}
.p-topicpath__item::before {
  content: " > ";
  display: inline-block;
  margin-right: 0.5em;
}
.p-topicpath__item:first-child::before {
  content: "";
}
.p-topicpath__item:last-child a {
  color: #7f7875;
}
.p-topicpath__item a {
  display: inline-block;
  color: #6d9dd0;
}
.p-topicpath__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.p-topicpath__item a:hover > * {
  opacity: 1;
}

.p-title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}

.p-contents {
  margin-right: 10px;
  margin-left: 10px;
}
.p-contents__title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 36px;
  border: 0;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  background: url(../../img/pc/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4rem;
  color: #7f7875;
}

.p-entry__item {
  margin-bottom: 20px;
  background: #f2efed;
}
.p-entry__item.seminar .p-details__title__pic {
  background: url(../../img/pc/topics/seminar2.png) 0 bottom no-repeat;
}
.p-entry__item.practitioner .p-details__title__pic {
  background: url(../../img/pc/topics/practitioner2.png) 0 bottom no-repeat;
}
.p-entry__item.announcement .p-details__title__pic {
  background: url(../../img/pc/topics/announcement2.png) 0 bottom no-repeat;
}
.p-entry__item.others .p-details__title__pic {
  background: url(../../img/pc/topics/others2.png) 0 bottom no-repeat;
}
.p-entry__item.media .p-details__title__pic {
  background: url(../../img/pc/topics/media2.png) 0 bottom no-repeat;
}

.p-details__summary {
  display: block;
  position: relative;
  pointer-events: none;
}
.p-details__summary::-webkit-details-marker {
  display: none;
}
.p-details__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 6px 1px 1px;
  border: 1px solid #baafa6;
  background: #fff;
  color: #7f7875;
}
.p-details__title__text {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  padding-left: 15px;
  min-height: 34px;
  background: url(../../img/pc/topics_entry_title_bg.gif) 0 0/7px 100% no-repeat;
  line-height: 1.5;
  font-size: 1.6rem;
}
.p-details__title__date {
  align-self: flex-end;
  margin-bottom: 4px;
  font-size: 1rem;
}
.p-details__title__pic {
  position: absolute;
  top: calc(100% + 20px);
  left: 20px;
  padding-bottom: 65px;
}
.p-details__title__pic img {
  width: 110px;
  height: auto;
  border: 1px solid #baafa6;
}
.p-details__body {
  padding: 20px 20px 30px 152px;
  min-height: 217px;
  box-sizing: border-box;
}
.p-details__body p, .p-details__body__text,
.p-details__body li {
  line-height: 1.8333333333;
  font-size: 1.2rem;
  color: #7f7875;
}
.p-details__body p, .p-details__body__text,
.p-details__body .wp-block-list {
  margin-bottom: 15px;
}
.p-details__body .wp-block-list {
  margin-left: 20px;
}
.p-details__body .wp-block-list li {
  list-style-type: disc;
}
.p-details__body .wp-block-image, .p-details__body__pic {
  margin-top: 10px;
  max-width: 378px;
}
.p-details__body img {
  width: 100%;
  height: auto;
}
.p-details__body p + .wp-block-image {
  margin-top: 0;
}
.p-details__footer {
  padding: 10px;
  border-top: 1px dotted #baafa6;
  text-align: right;
}
.p-details__footer__item {
  line-height: 20px;
}
.p-details__footer__item a {
  padding-left: 15px;
  background: url(../../img/pc/arrow/arrow2.png) 0 center no-repeat;
  font-size: 1.2rem;
  color: #6d9dd0;
}
.p-details__footer__item a:hover {
  background-image: url(../../img/pc/arrow/arrow2_h.png);
  text-decoration: none;
  color: #ec7c78;
}

.p-sub {
  order: 1;
  margin-bottom: 80px;
  width: 194px;
}
.p-sub__contents {
  margin-bottom: 20px;
}
.p-sub__contents__title {
  border: 1px solid #baafa6;
  background: url(../../img/pc/sub_menu_title_bg.png) 0 0 repeat-x;
  text-align: center;
  line-height: 48px;
  font-size: 1.5rem;
}
.p-sub__contents a:hover > * {
  opacity: 0.5;
}
.p-sub .menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #baafa6;
}
.p-sub .menu li {
  border-right: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
.p-sub .menu a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: font_ #baafa6;
}
.p-sub .menu li {
  border-bottom: 1px dotted #baafa6;
  background: #f2efed;
}
.p-sub .menu li:last-child {
  border-bottom: 0;
}
.p-sub .menu li a {
  padding: 13px 0 13px 52px;
  min-height: 42px;
  font-size: 1.2rem;
  color: #6d9dd0;
}
.p-sub .menu li a:hover {
  color: #ec7c78;
}
.p-sub .menu li.latest a {
  background: url(../../img/pc/menu/topics-latest-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-latest-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
.p-sub .menu li.latest a:hover {
  background: url(../../img/pc/menu/topics-latest-bg1_h.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-latest-bg2_h.png) 120px 30px no-repeat;
}
.p-sub .menu li.seminar a {
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../../img/pc/menu/topics-seminar-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-seminar-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
.p-sub .menu li.seminar a:hover {
  background: url(../../img/pc/menu/topics-seminar-bg1_h.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-seminar-bg2_h.png) 120px 30px no-repeat;
}
.p-sub .menu li.practitioner a {
  background: url(../../img/pc/menu/topics-practitioner-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-practitioner-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
.p-sub .menu li.practitioner a:hover {
  background: url(../../img/pc/menu/topics-practitioner-bg1_h.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-practitioner-bg2_h.png) 120px 30px no-repeat;
}
.p-sub .menu li.announcement a {
  background: url(../../img/pc/menu/topics-announcement-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-announcement-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
.p-sub .menu li.announcement a:hover {
  background: url(../../img/pc/menu/topics-announcement-bg1_h.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-announcement-bg2_h.png) 120px 30px no-repeat;
}
.p-sub .menu li.others a {
  background: url(../../img/pc/menu/topics-others-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-others-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
.p-sub .menu li.others a:hover {
  background: url(../../img/pc/menu/topics-others-bg1_h.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-others-bg2_h.png) 120px 30px no-repeat;
}
.p-sub .menu li.media a {
  background: url(../../img/pc/menu/topics-media-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-media-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
.p-sub .menu li.media a:hover {
  background: url(../../img/pc/menu/topics-media-bg1_h.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-media-bg2_h.png) 120px 30px no-repeat;
}
.p-sub .menu li.active {
  background-color: #e4dfdb;
}
.p-sub .menu li.active.latest a {
  background: url(../../img/pc/menu/topics-latest-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-latest-bg2_a.png) 120px 30px no-repeat;
}
.p-sub .menu li.active.seminar a {
  background: url(../../img/pc/menu/topics-seminar-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-seminar-bg2_a.png) 120px 30px no-repeat;
}
.p-sub .menu li.active.practitioner a {
  background: url(../../img/pc/menu/topics-practitioner-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-practitioner-bg2_a.png) 120px 30px no-repeat;
}
.p-sub .menu li.active.announcement a {
  background: url(../../img/pc/menu/topics-announcement-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-announcement-bg2_a.png) 120px 30px no-repeat;
}
.p-sub .menu li.active.others a {
  background: url(../../img/pc/menu/topics-others-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-others-bg2_a.png) 120px 30px no-repeat;
}
.p-sub .menu li.active.media a {
  background: url(../../img/pc/menu/topics-media-bg1.png) 10px 5px no-repeat, url(../../img/pc/menu/topics-media-bg2_a.png) 120px 30px no-repeat;
}
.p-sub .info {
  padding: 4px;
  background: url(../../img/pc/sub_info_bg.gif) left top repeat-x;
}
.p-sub .info ul {
  padding: 4px;
  background: #b7afa8;
}
.p-sub .info li {
  margin-bottom: 4px;
  border: 2px solid #463f3c;
}
.p-sub .info li:last-child {
  margin: 0;
}
.p-sub .info li:nth-child(2) {
  background: url(../../img/pc/sub_info_mail_h.png) 0 0 no-repeat;
}
.p-sub .info li:nth-child(2) a:hover > * {
  opacity: 0;
}
.p-sub .info li:nth-child(3) {
  background: url(../../img/pc/sub_info_counseling_h.png) 0 0 no-repeat;
}
.p-sub .info li:nth-child(3) a:hover > * {
  opacity: 0;
}
.p-sub .blog li {
  margin-bottom: 5px;
}
.p-sub .blog li:last-child {
  margin: 0;
}
.p-sub .banner li {
  margin-bottom: 10px;
}
.p-sub .banner li:last-child {
  margin-bottom: 0;
}
.p-sub .banner li a > * {
  display: block;
  border: 1px solid #baafa6;
}
.p-sub .banner .clinic {
  margin-bottom: 20px;
}
.p-sub .banner .clinic li {
  margin-bottom: 5px;
}
.p-sub .banner .clinic-item {
  background: url(../../img/pc/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
.p-sub .banner .clinic-item a:hover > * {
  opacity: 0.5;
}
.p-sub .banner .clinic-item .pic {
  border-bottom: 1px solid #fff;
}
.p-sub .banner .clinic-item .text {
  padding: 3px 13px 5px;
  border-top: 1px solid #cbc0b8;
  background-repeat: no-repeat;
  line-height: 1.2;
  color: font_ #baafa6;
}
.p-sub .feature li {
  margin-bottom: 10px;
}
.p-sub .feature .repair {
  border: 1px solid #baafa6;
}
.p-sub .feature .feature-item img,
.p-sub .feature .tummy-tuck img,
.p-sub .feature .owo img,
.p-sub .feature .quality img {
  border: 0;
}
.p-sub .regenerative p {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.p-sub .regenerative .cooperation img {
  border: 0;
}

.f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
.f-clinic-item {
  display: flex;
  position: relative;
  flex-basis: 20%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
.f-clinic-item:first-child {
  border-left: 0;
}
.f-clinic-item:last-child {
  border-right: 0;
}
.f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
.f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow/arrow2.png) 0 0 no-repeat;
}
.f-clinic-item a:hover > * {
  opacity: 1;
}
.f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
.f-clinic-item a:hover::after {
  background-image: url(../../img/pc/arrow/arrow2_h.png);
}
.f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
.f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
.f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  color: #7f7875;
}
.f-clinic-item.brand {
  align-items: center;
}
.f-clinic-item.brand .pic img {
  border: 0;
}

.webp .p-header__inner {
  background-image: url(../../img/pc/header_bg.webp);
}
.webp .p-header__inquiry__button.consultation {
  background-image: url(../../img/pc/header_consultation_h.webp);
}
.webp .p-header__inquiry__button.counseling {
  background-image: url(../../img/pc/header_counseling_h.webp?v=2);
}
.webp .p-header__inquiry__button.line {
  background-image: url(../../img/pc/header_line_h.webp);
}
.webp .p-footer__copyright {
  background-image: url(../../img/pc/copyright_bg.webp);
}
/*# sourceMappingURL=layout.css.map */
