@charset "UTF-8";

/* ACCESS */

/* ACCESS */
.p-top-access {
  padding-top: 80px;
  padding-bottom: 104px;
  background-color: #F4E9DD;
}
.p-top-access > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 80px;
}
.p-top-access.l-second {
	padding-bottom: 0;
}
.p-top-access__inner {
	margin-top: 40px;
  display: flex;
  flex-flow: row-reverse;
  gap: 40px;
}

.p-top-access__info {}

.p-access-detail-list-item {
	display: flex;
	align-items: center;
	gap: 16px;
	border-bottom: 1px solid #F1DED3;
}
.p-access-detail-list-item dt {
	width: 104px;
	font-size: 1.6rem;
	font-weight: 500;
	flex-basis: 104px;
	flex-shrink: 0;
}
.p-access-detail-list-item dd {
	padding: 16px 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
}
.p-access-detail-list-item dd p {
	text-indent: -1em;
	padding-left: 1em;
}
.p-access-detail-list-item dd p:before {
	content: "・";
	font-size: 1.6rem;
}

.p-top-access__map {
  margin-top: 0;
  width: 100%;
  height: 78.666vw;
}
.p-access-detail {
  display: flex;
  gap: 5.333vw;
}

@media screen and (max-width: 768px) {
  /* .p-top-access {
    margin-bottom: 80px;
  } */
  .p-top-access > img {
    height: 180px;
    margin-bottom: 64px;
  }
  .p-top-access__info {
    order: 2;
  }
  .p-top-access__map {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-top-access__info hgroup.p-section-heading {
    margin-bottom: 24px;
  }
  .p-top-access__info {
    position: relative;
    width: 48rem;
    flex-basis: 48rem;
    flex-shrink: 0;
  }
  .p-top-access__map {
    width: 48rem;
    height: 42rem;
    flex-basis: 48rem;
    flex-shrink: 0;
  }
}

.p-top-access__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-access {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-top-access__inner {
  	margin-top: 10.666vw;
    flex-flow: column;
    gap: 10.666vw;
  }
  .p-access-detail {
    padding-bottom: 0;
    align-items: center;
    border-bottom: 1px dashed var(--gray-300);
  }
  .p-access-detail-list-item dt {
	width: 27.733vw;
	font-size: 4.266vw;
	flex-basis: 27.733vw;
	flex-shrink: 0;
}
.p-access-detail-list-item dd {
	padding: 4.266vw 0;
	font-size: 4.266vw;
}
  
}


/* Doctor */

.p-about-dr {
	padding-top: 12.8vw;
}
.l-content-dr {
	padding: 10.666vw 6.4vw;
	background: var(--white);
}
.p-pict-dr {
	position: relative;
	margin-top: 8.533vw;
	margin-left: 1.6vw;
	margin-bottom: 17.066vw;
	width: 68vw;
	z-index: 10;
}
.p-pict-dr img {
  border-radius: 8px;
}
/* .p-pict-dr:before {
	content: "";
	width: 68vw;
	height: 102.666vw;
	background: url(../images/common/bg_pict_dr.png);
	background-size: cover;
	position: absolute;
	bottom: -6.4vw;
	right: -6.4vw;
	z-index: -1;
}
.p-pict-dr:after {
	content: "";
	width: 55.733vw;
	height: 55.733vw;
	background: url(../images/common/img_deco_pict-dr.png);
	background-size: cover;
	position: absolute;
	bottom: -3.2vw;
	left: -3.2vw;
} */
.p-heading-dr {
	margin-bottom: 6.4vw;
	padding-bottom: 6.4vw;
	border-bottom: 1px solid var(--pinkbeige);
}
.c-dr-position {
	margin-bottom: 3.2vw;
	font-size: 4.266vw;
	font-weight: 500;
	line-height: 1.8;
}
.c-dr-name {
	margin-bottom: 3.2vw;
	font-size: 7.466vw;
	font-weight: 500;
}
.c-dr-name-en {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #E1AF8B;
}
.p-dr-profile {
	margin-bottom: 4.266vw;
}
.p-dr-profile h4 {
	margin-bottom: 3.2vw;
	font-size: 4.8vw;
	font-weight: 700;
	line-height: 1; 
}
.c-doctor-info-item {
	font-size: 4.266vw;
	font-weight: 500;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}
.c-doctor-info-item:before {
	content:"・";
	position: relative;
  color: #E7984A;
}
.p-doctor-career {
	margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {

.p-about-dr {
	position: relative;
	padding-top: 104px;
	z-index: 10;
}
.l-content-dr {
	padding: 48px 64px 40px;
}
.p-wrap-profile {
	margin-top: 24px;
	display: flex;
	gap: 72px;
}

.p-pict-dr {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 270px;
  height: auto;
	/* flex-basis: 255px; */
	flex-shrink: 0;
	z-index: 10;
}
/* .p-pict-dr:before {
	width: 255px;
	height: 385px;
	bottom: -24px;
	right: -24px;
	z-index: -1;
}
.p-pict-dr:after {
	width: 209px;
	height: 209px;
	bottom: -12px;
	left: -12px;
} */
.p-heading-dr {
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.c-dr-position {
	margin-bottom: 12px;
	font-size: 1.6rem;
}
.c-dr-name {
	margin-bottom: 12px;
	font-size: 3.2rem;
}
.c-dr-name-en {
	font-size: 2.4rem;
}
.p-dr-profile {
	width: 530px;
	width: calc(100% - (255px + 72px));
	margin-bottom: 16px;
}
.p-dr-profile h4 {
	margin-bottom: 8px;
	font-size: 1.8rem;
}
.c-doctor-info-item {
	font-size: 1.6rem;
}
.p-doctor-career {
	margin-bottom: 24px;
}
.p-dr-profile-detail {
	display: flex;
	justify-content: space-between;
}
.p-dr-profile-detail-item {
	width: 258px;
}
.p-dr-profile-detail-item:nth-of-type(2) {
	width: 246px;
}
}
/* 下層ページ内ドクターブロック */

.l-second .p-about-dr {
	padding: 17.066vw 0 0;
}

.l-second .p-about-dr .l-content-dr {
	padding: 0;
}

.l-second .p-pict-dr {
    margin-left: 9.6vw;
    margin-bottom: 17.066vw;
}

@media screen and (min-width: 768px) {
.l-second .p-about-dr {
	padding: 80px 0 0;
}
.l-second .p-about-dr .l-content-dr {
	padding: 0;
}
.l-second .p-pict-dr {
    margin-left: 0;
    margin-bottom: 0;
}
.l-second .p-dr-profile-detail-item {
	width: 310px;
}
.l-second .p-dr-profile-detail-item:nth-of-type(2) {
	width: 310px;
}
}

@media screen and (max-width: 768px) {
  .l-second .p-pict-dr {
    margin: 0;
  }
}

/* ドクター紹介 テンプレート */

.l-inner-748 {
  max-width: 750px;
  /* padding-right: 25px;
  padding-left: 25px; */
}

.p-page-doctor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: unset;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
  height: auto;
}
.l-common-margin.p-page-doctor-content {
  margin-top: 0;
}
.message_doctor {
  margin-bottom: 5rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.message_doctor img {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.message_doctor_sp {
  display: none;
}

.p-page-doctor {
  margin-top: 40px;
}
.p-page-doctor-content__items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.p-page-doctor-interview__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-page-doctor-interview__body .p-page-doctor-content__item {
  width: 100%;
  padding: 20px 24px;
  background-color: #F4E9DD;
  border-radius: 8px;
}
.p-page-doctor-interview__body .p-page-doctor-interview__title {
	font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #414141;
  padding-left: 32px;
  padding-bottom: 12px;
  margin-bottom: 4px;
  margin-left: 0;
  border-bottom: 1px solid #F1DED3;
  position: relative;
}
.p-page-doctor-interview__body .p-page-doctor-interview__title::before {
  position: absolute;
  display: inline-block;
  content: "Q.";
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: #E7984A;
  line-height: 1;
}
.p-page-doctor-interview__body .p-page-doctor-interview__text {
	font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  padding-top: 8px;
  padding-left: 36px;
  color: #414141;
}

.p-page-doctor {
  margin-top: 40px;
  margin-bottom: 40px;
  justify-content: center;
  display: flex
}
.p-page-doctor .p-page-doctor__inner > div:last-of-type {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.p-page-doctor .p-page-doctor__inner > div:last-of-type > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 284px;
  width: 100%;
  height: 50px;
  border: 1px solid #414141;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
}
.p-page-doctor .p-page-doctor__inner > div:last-of-type a img:first-of-type {
  width: 17px;
  height: auto;
}
.p-page-doctor .p-page-doctor__inner > div:last-of-type a img:last-of-type {
  width: 16px;
  height: auto;
}
.p-page-doctor-content__title {
	padding-left: 20px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #414141;
  position: relative;
  border-bottom: 1px solid #E7C3AC;
}
.p-page-doctor-content__title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #E7984A;
  position: absolute;
  left: 0;
  top: 10px;
}
.p-page-doctor-content__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #414141;
}

.p-page-doctor-content__subtext {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.l-common-margin.p-page-doctor-content {
  margin-top: 5rem;
  justify-content: center;
  display: flex
}

.p-page-doctor__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.p-page-doctor__img img {
  height: auto;
}
@media (min-width: 768px) {
  .p-page-doctor__img {
    width: 360px;
    height: 544px;
    flex-shrink: 0;
  }
}
.p-page-doctor__body {
  max-width: 440px;
  width: 100%;
  border: none;
  border-radius: 8px;
  background: linear-gradient(227.05deg, #FFEFDF 39.62%, #FFE2C5 99.17%);
  position: relative;
}

.p-page-doctor__body__inner {
  width: 100%;
  height: 100%;
  padding: 65.5px 32px 61.5px;
  overflow: hidden;
  position: relative;
}

.p-page-doctor__body__inner::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #fff;
  opacity: 0.25;
  border-radius: 50%;
  left: 109px;
  top: 47px;
}

.p-page-doctor__body > .p-page-doctor__info + .p-page-doctor__info {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-page-doctor__interview {
  width: 170px;
  height: 170px;
  position: absolute;
  top: -16px;
  right: 16px;
  z-index: 2;
}
.p-page-doctor__interview a {
  transform: scale(1.5);
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-page-doctor__info {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125;
  color: var(--gray-800);
}
.p-page-doctor__position {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #414141;
  position: relative;
  z-index: 1;
}
.p-page-doctor__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.p-page-doctor__name span {
  display: inline-block;
  margin-left: 16px;
  margin-left: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125;
  color: var(--gray-800);
}

.p-page-doctor__en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
  padding-bottom: 24px;
  color: #E7984A;
  border-bottom: 1px solid #F1DED3;
  position: relative;
  z-index: 1;
}

.p-page-doctor__text {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #414141;
  position: relative;
  z-index: 1;
}
.p-doctorsns-icon__items {
  display: flex;
  width: 302px;
  justify-content: flex-start;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
.p-doctorsns-icon__item {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 768px) {
  .l-inner-748 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .message_doctor {
    display: none;
  }
  .message_doctor_sp {
    display: block;
    margin-bottom: 4rem;
  }
  .message_doctor_sp img {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .p-page-doctor {
    margin-bottom: 4rem;
  }
  .p-page-doctor .p-page-doctor__inner > div:last-of-type {
    margin-top: 24px;
  }
  .p-page-doctor__interview {
    width: 140px;
    height: 140px;
    top: -8px;
    right: 9.5px;
  }
  .p-page-doctor-content__items {
    gap: 4rem;
  }
  .p-page-doctor-content__title {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 20px;
    line-height: 1.3;
  }
  .p-page-doctor-content__subtext {
    white-space: normal;
    word-break: break-all;
    line-height: 1.6;
    margin-top: 0;
  }
  .p-page-doctor-banner {
    margin-top: 24px;
  }
  .l-common-margin.p-page-doctor-content {
    margin-top: 4rem;
  }
  .p-page-doctor__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    /* row-gap: 1.5rem; */
    height: auto;
  }
  .p-page-doctor__img {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }
  .p-page-doctor__body {
    width: 100%;
    height: auto;
  }
  .p-page-doctor__body__inner {
    padding: 1.5rem;
  }
  .p-page-doctor__body__inner::before {
    width: 850px;
    height: 850px;
    left: 45px;
    top: 24px;
  }
  .p-page-doctor-content + section.p-operation-doctor > div {
    padding: 0;
  }
}


/*----------------------------------------------------------------------------
 監修医師
----------------------------------------------------------------------------*/

.p-supervision-doctor {
	margin-top: 64px;
}

/*-------------------------------------------
共通パーツ：監修医師
-------------------------------------------*/
.p-operation-doctor {
	margin-top: 80px;
}
.error404 .p-operation-doctor {
  display: flex;
  justify-content: center;
}

.p-operation-doctor__wrap {
  margin: 48px auto 0;
  padding: 40px 40px 24px;
  background: #F4E9DD;
  position: relative;
  max-width: 1000px;
}
.p-doctor-item__name img {
  max-width: 100px;
}
.p-doctor-item__name {
	margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2D2CC;
}
.p-heading-supervise-dr .c-dr-position {
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.p-heading-supervise-dr .c-dr-name {
    margin-bottom: 0;
    font-size: 2.0rem;
}
.p-dr-name {
	display: flex;
  align-items: flex-end;
	gap: 16px;
}
.p-heading-supervise-dr .c-dr-name-en {
	font-size: 14px;
}
.p-supervise-dr-profile .p-dr-profile-detail-item {

}
.p-supervise-dr-profile .p-dr-profile-detail-item h4 {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 700;
    line-height: 1;
}
.p-supervise-dr-profile {
	margin-bottom: 8px;
	display: flex;
	gap: 40px	
}
.p-supervise-dr-profile .p-dr-profile-detail-item {
    width: 315px;
}
.p-supervise-dr-profile .c-doctor-info-item {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
.p-operation-doctor {
	margin-top: 21.333vw;
}
.p-operation-doctor__wrap {
  margin: 6.4vw auto 0;
  padding: 8.533vw 5.333vw 24px;
}

.p-doctor-item__name {
	margin-bottom: 32px;
  gap: 2.133vw;
}
.p-dr-name {
	flex-flow: column;
  align-items: flex-start;
	gap: 2.133vw;
}
.p-heading-supervise-dr .c-dr-name {
	margin-bottom: 0;	
}
.p-supervise-dr-profile {
    margin-bottom: 6.4vw;
    flex-flow: column;
    gap: 6.4vw;
}
.p-supervise-dr-profile .p-dr-profile-detail-item {
    width: 100%;
}
.p-doctor-career {
	margin: 0;
}
}


/* OPERATION 治療一覧 */

.p-list-tab-haeding {
	margin-bottom: 40px;
	display: flex;
}

.c-tab-heading {
	width: 50%;
    padding: 24px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #E1AF8B;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    background: #F8F1E9;
    /* border: 1px solid var(--brown-50); */
    border-bottom: 1px solid #C99873;
    border-radius: 2px 2px 0 0;
}
.c-tab-heading.c-active {
    font-weight: 700;
    color: #C99873;
    background: #F9F5F0;
    border: 1px solid #C99873;
    border-bottom: 1px solid #F9F5F0;
}
.c-panel-item {
	display: none;
}

.p-operation-category-list-item {
	padding-top: 90px;
	margin-top: -90px;
}

.p-operation-category-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 12px;
}
.p-operation-category-list-item-heading {
	width: 100%;
	height: 200px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.p-operation-category-list-item-heading.is-menu-open {
	border-radius: 16px 16px 0 0;
}
.p-operation-category-list-item-heading:hover .c-btn-more-category {
	opacity: 0.7;
}

.c-category-face {
	background-image: url(../images/operation/bg_operation_face.jpg);
}
.c-category-body {
	background-image: url(../images/operation/bg_operation_body.jpg);
}
.c-category-men {
	background-image: url(../images/operation/bg_operation_mens.jpg);
}
.c-category-inner {
	background-image: url(../images/operation/bg_operation_innercare.jpg);
}
.c-category-artmake {
	background-image: url(../images/operation/bg_operation_artmake.jpg);
}
.c-category-virtual-consul {
	background-image: url(../images/operation/bg_operation_virtualconsultation.jpg);
}
.c-category-cosme {
	background-image: url(../images/operation/bg_operation_aftercare.jpg);
}

.p-operation-category-heading-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex: 1;
  height: 100%;
	padding: 0 40px;
}
.p-operation-category-heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
}
.p-operation-category-caption {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #E7984A;
}
.p-btn-more-category {
	width: 42.8%;
	height: 100%;
	flex-basis: 42.8%;
	flex-shrink: 0;
}
.p-btn-more-category .c-btn-more-category {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
  transition: 0.3s;
  background-color: #E7C3AC;
  border-radius: 0 16px 16px 0;
}
/* .p-btn-more-category .c-btn-more-category:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E7C3AC;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 16px 16px 0;
    transition: 0.3s;
} */
.p-btn-more-category.is-menu-open .c-btn-more-category {
    border-radius: 0 16px 0 0;
}
.p-btn-more-category-txt {
	padding-right: 20px;
}
.p-operation-category-list-item-body {
	width: 100%;
}
.p-operation-category-list-item-body {
	padding: 0;
	background: #F8F1E9;
	border-radius: 0 0 16px 16px;
}
.p-machine-category-list-item-body.js-toggle-body {
	display: block;
}
.p-oparation-list {
	padding: 40px 40px;
}
.p-oparation-list {
	border-bottom: 1px solid #F1DED3;
}
.p-operation-list-term {
	margin-bottom: 24px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.p-operation-list-detail-items {
	display: flex;
	flex-wrap: wrap;
	gap: 26px 40px;
}
.p-operation-list-detail-item a {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	color: #414141;
	text-decoration: underline;
}
.p-operation-list-detail-item {
	/*width: 112px;*/
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--pinkbeige-500);
}

@media screen and (max-width: 768px) {

.p-operation {
    /* margin-top: -10.666vw; */
}
.p-operation .l-inner {
    padding-right: 0;
    padding-left: 0;
}
.p-list-tab-haeding {
  padding: 0 6.4vw;
	margin: 80px 0 40px;
}
.c-tab-heading {
	padding: 5.333vw 6.4vw;
	font-size: 4.266vw;
}
.p-operation-category-list-item {
	padding-top: 14.933vw;
	margin-top: -14.933vw;
}

.p-operation-category-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 0.533vw;
}
.p-operation-category-list-item-heading {
	height: 35.3vw;
	border-radius: 0;
}
.c-category-face {
	background-image: url(../images/operation/bg_operation_face_sp.jpg);
}
.c-category-body {
	background-image: url(../images/operation/bg_operation_body_sp.jpg);
}
.c-category-men {
	background-image: url(../images/operation/bg_operation_mens_sp.jpg);
}
.c-category-inner {
	background-image: url(../images/operation/bg_operation_innercare_sp.jpg);
}
.c-category-artmake {
	background-image: url(../images/operation/bg_operation_artmake_sp.jpg);
}
.c-category-virtual-consul {
	background-image: url(../images/operation/bg_operation_virtualconsultation_sp.jpg);
}
.c-category-cosme {
	background-image: url(../images/operation/bg_operation_aftercare_sp.jpg);
}
.p-btn-more-category.is-menu-open .c-btn-more-category {
    border-radius: 0;
}
.p-operation-category-heading-wrap {
	padding: 0 6.4vw;
}
.p-operation-category-heading {
    font-size: 20px;
}
.p-operation-category-caption {
    font-size: 14px;
}
/* .c-category-face {
	background: url(../images/operation/bg_operation_face_sp.png), linear-gradient(97.06deg, #C6B195 0%, #E4D9C5 100%);
	background-size: cover;
}
.c-category-body {
	background: url(../images/operation/bg_operation_body_sp.png), linear-gradient(97.06deg, #C6B195 0%, #E4D9C5 100%);
	background-size: cover;
}
.c-category-men {
	background: url(../images/operation/bg_operation_men_sp.png), linear-gradient(97.06deg, #C6B195 0%, #E4D9C5 100%);
	background-size: cover;
}
.c-category-inner {
	background: url(../images/operation/bg_operation_inner_sp.png), linear-gradient(97.06deg, #C6B195 0%, #E4D9C5 100%);
	background-size: cover;
}
.c-category-artmake {
	background: url(../images/operation/bg_operation_artmake_sp.png), linear-gradient(97.06deg, #C6B195 0%, #E4D9C5 100%);
	background-size: cover;
}
.c-category-cosme {
	background: url(../images/operation/bg_operation_cosme_sp.png), linear-gradient(97.06deg, #C6B195 0%, #E4D9C5 100%);
	background-size: cover;
} */
.p-btn-more-category {
	width: 12.8vw;
	flex-basis: 12.8vw;
}
.p-btn-more-category-txt {
	padding-right: 0;
	text-indent: -9999px;
	width: 12px;
}
.p-btn-more-category .c-btn-more-category:before {
	border-radius: 0;
}
.p-operation-category-list-item-heading.is-menu-open,
.p-btn-more-category.is-menu-open .c-btn-more-category:before {
	border-radius: 0;
}
.p-operation-category-list-item-body {
	background: transparent;
	border-radius: 0;
}
.p-oparation-list {
	padding: 8.533vw 6.4vw;
}
.p-oparation-list:last-of-type {
	border-bottom: none;
}
.p-operation-list-detail-items {
	gap: 8vw 2.8vw;
}
.p-operation-list-detail-item {
	width: 42.133vw;
}
}

/* 治療機器 */

.p-machine-category-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 12px;
}

.p-machine-category-list-item-heading {
	padding: 0 24px;
	width: 100%;
    height: 106px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    background: #F1DED3;
}
.p-machine-category-list-item-heading.is-menu-open {
	border-radius: 16px 16px 0 0;
}
.p-machine-category-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #414141;
}
.p-machine-category-caption {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--black);
	line-height: 1;
}
.p-btn-more-machine {
    width: 110px;
    height: 100%;
    flex-basis: 110px;
    flex-shrink: 0;
}
.c-btn-more-machine {
	position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.p-machine-category-list-item-body {
	padding: 24px 24px 20px;
	background: #fff;
	border-radius: 0 0 16px 16px;
}
.p-machine-list-detail-items {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.p-machine-list-detail-item {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	color: #414141;
}
.p-machine-list-detail-item a {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	color: #414141;
}
.is-open .c-btn-more-machine_close {
  display: inline;
}
.is-open .c-btn-more-machine_open {
  display: none;
}
.c-btn-more-machine_close {
  display: none;
}
.c-btn-more-machine_open {
  display: inline;
}

@media screen and (max-width: 768px) {
.p-machine-category-list {
	padding: 0 6.4vw;
}
.p-machine-category-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 2.133vw;
}
.p-machine-category-list-item-heading {
	padding: 5.3vw 4.266vw 4.266vw 6.4vw;
    height: 21.866vw;
}
.p-btn-more-category .c-btn-more-category {
  border-radius: 0;
}
.p-machine-category-heading {
	font-size: 16px;
}
.p-machine-category-caption {
	font-size: 3.733vw;
}
.p-btn-more-machine {
    width: 12px;
    height: 100%;
    flex-basis: 12px;
    flex-shrink: 0;
}
.p-machine-category-list-item-body {
	padding: 6.4vw 6.4vw 5.333vw;
}
.p-machine-list-detail-items {
	flex-flow: column;
	gap: 3.2vw;
}
}

/* アコーディオン ボタン */
.js-btn-toggle {
	cursor: pointer;
}
.c-js-btn-toggle  {
  font-family: "Lato", sans-serif;
	position: relative;
	cursor: pointer;
}
.c-js-btn-toggle:before,
.c-js-btn-toggle:after {
	display: block;
	content: "";
	background: var(--white);
	position: absolute;
}
.c-js-btn-toggle:before {
    width: 2px;
    height: 12px;
    right: 5px;
    top: 3px;
    transition-duration: 0.3s;
}
.c-js-btn-toggle:after {
	width: 12px;
    height: 2px;
    right: 0;
    top: 8px;
}
.c-js-btn-toggle.is-open::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 3px;
}
.js-toggle-body {
	display: none;
}

@media screen and (max-width: 768px) {

.c-js-btn-toggle:before {
    width: 2px;
    height: 12px;
    right: 4px;
    top: 2px;
    transition-duration: 0.3s;
}
.c-js-btn-toggle:after {
	width: 12px;
    height: 2px;
    right: -1px;
    top: 7px;
}
.c-js-btn-toggle.is-open::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 2px;
}

}

/* NEWS 一覧 */

.c-heading-list-category {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
}
.p-list-category {
	margin-bottom: 4.8rem;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.p-list-category .cat-item {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.0;
    padding: 6px 8px;
    color: var(--white);
    background: #694E39;
    transition: 0.3s;
    border-radius: 2px;
}
/* .p-list-category .cat-item.current-cat,
.p-list-category .cat-item:hover {
    background: #E1AF8B;
    opacity: 1;
} */

.p-news-item__title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: #414141;
}
.p-news-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #414141;
}
.post-type-archive-news .p-entry-header {
    margin-bottom: 8px;
}

/* NEWS 詳細 */

.single-news .p-page-head {
	margin-bottom: 56px;
}
.single-news .p-single__inner {
	width: 640px;
}
.single-news .p-single__content {
	margin-bottom: 40px;
}
.single-news .p-entry-header {
	margin-bottom: 16px;
}
.post-type-archive-news .c-entry-category,
.single-news .c-entry-category {
	margin-left: 0;
	margin-right: 8px;
	padding: 6px 8px;
  border-radius: 2px;
}
.post-type-archive-news .p-newsBlock__date,
.single-news .p-newsBlock__date {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}
.single-news .p-single__title {
	margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #414141;
}
.single-news .p-single__thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
.single-news .p-single__thumbnail img {
  width: 100%;
  height: auto;
}
.p-single__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}
.p-single__btn {
	margin: auto;
	width: 400px;
}
.p-single__btn_parallel {
	margin: 0;
	width: 272px;
}
.p-single__btn a {
	width: 100%;
	padding: 15px 0;
	color: #414141;
	background-position: right 20px center;
	border: 1px solid #414141;
}
.p-single__btn.c-btn-top a {
	background: url(../images/common/icon_arrow_left_orange.svg) no-repeat;
    background-size: 14px auto;
	background-position: left 20px center;
}
.p-wrap-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

@media screen and (max-width: 768px) {
.single-news .p-single__inner {
	width: 100%;
}

.p-single__btn {
	margin: auto;
	width: 87.2vw;
	height: 13.333vw;
}

.p-wrap-btn {
	gap: 2.133vw;
}
}

.p-pagination__wrapper {
	margin: 40px auto 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-pagination__wrapper li > .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  width: 45px;
  height: 45px;
  color: #414141;
  background-color: #fff;
  border: 1px solid #414141;
  border-radius: 2px;
  transition: 0.3s;
}
.p-pagination__wrapper li > .page-numbers:hover {
	color: var(--white);
  background-color: #E1AF8B;
	opacity: 1;
  border: none;
}
.p-pagination__wrapper .page-numbers.current {
	color: var(--white);
  background-color: #E1AF8B;
  border: none;
}

.p-pagination__wrapper .prev {
  position: relative;
}

.p-pagination__wrapper .prev::after {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
  display: inline-block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.15625rem solid var(--pinkbeige-800);
  border-left: 0.15625rem solid var(--pinkbeige-800);
}
.p-pagination__wrapper .prev:hover::after,
.p-pagination__wrapper .next:hover::after {
	border-color: var(--white);
}

.p-pagination__wrapper .next {
  position: relative;
}

.p-pagination__wrapper .next::after {
  position: absolute;
  top: 48%;
  left: 30%;
  transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.15625rem solid #414141;
  border-right: 0.15625rem solid #414141;
}
@media screen and (max-width: 768px) {

.p-pagination__wrapper {
	margin: 40px auto 0;
}

}


.c-cat-info,
.p-list-category .cat-item.cat-item-25
{
  background-color: #D7A315;
}
.c-cat-press,
.p-list-category .cat-item.cat-item-26
{
  background-color: #C4819B;
}
.c-cat-media,
.p-list-category .cat-item.cat-item-27
{
  background-color: #9690D8;
}


/* ドクターズブログ */
.p-dr-blog{
  margin-top: 5rem;
  margin-bottom: 0;
}
.p-dr-blog__inner {
  display: flex;
  justify-content: center;
}
.p-dr-blog__inner > a {
  display: block;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .p-dr-blog{
    margin-top: 4rem;
  }

  .p-dr-blog__inner {
    display: block;
  }

  .p-dr-blog__inner > a {
    width: 100%;
    margin: 6.4vw auto 0;
  }
}