@charset "UTF-8";

/*-------------------------------------------------------------------

	MV

-------------------------------------------------------------------*/
.mv {
  /*  background: #f5f1f2 url(../img/top/mv.jpg) no-repeat center top;*/
  background: #fff url(../img/top/mv.jpg) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 640px;
  /* height: calc(1180 / 750 * 100vw); */
  height: calc(1030 / 750 * 100vw);
  max-height: 1000px;
}

.mv_inner {
  position: relative;
  padding: 1.6rem 2rem 0;
}

.mv_logo {
  display: block;
  width: 21.4rem;
}

/*-------------------------------------------------------------------

	common

-------------------------------------------------------------------*/
.contents-w {
  max-width: 640px;
  margin: 0 auto;
}

.p-basic-section {
  padding: 4.2rem 1.5rem 4rem;
}

.p-basic-section> :last-child {
  margin-bottom: 0;
}

.p-basic-title {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.3;
}

.p-basic-title--en {
  display: block;
  font-family: "Times New Roman", Times, "serif";
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: .2em;
  margin-bottom: .3em;
}

.p-basic-title--jp {
  display: block;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: .02em;
  font-feature-settings: "palt";
}

.p-sub-title {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.p-sub-title2 {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  margin-bottom: 1em;
  border-left: 2px solid #90d1bf;
  padding: .5em 0 .5em .8em;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.p-button-close {
  text-align: center;
}

.p-button-close a {
  display: inline-block;
  padding: 1em;
  background-color: #505050;
  color: #FFF;
  text-decoration: none;
  bordet-rasius: 4px;
}

.lower-header {
  padding: 1em;
}

.lower-header img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}

/*-------------------------------------------------------------------

	plan

-------------------------------------------------------------------*/
.plan_inner {
  padding: 2.8rem 1.5rem 4rem;
}

.plan_inner> :last-child {
  margin-bottom: 0;
}

.plan_block {
  margin-bottom: 2rem;
}

.plan_block-title {
  position: relative;
  z-index: 1;
  width: 91.5%;
  margin: 0 auto -2.8rem;
  padding: 1em .5em;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-weight: 500;
  background-color: white;
  border-radius: .5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.plan_block-item {
  background-color: #fdf4f7;
  border: 1px solid #f195b8;
  padding: 4.2rem .5rem 2rem;
  border-radius: .5rem;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #dc296c;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

.plan_block-item .p-name {
  font-weight: 500;
}

.plan_block-item .p-price {
  font-size: 4.6rem;
}

.plan_block-item .p-price .p-spot {
  font-size: 1.9rem;
}

.plan_block-item .p-price .p-yen {
  font-size: 2.54rem;
}

.plan_block-item .p-price .p-yen rt {
  font-size: .9rem;
}

.plan_block-cap {
  margin-top: 1rem;
  color: #505050;
  font-size: 1.3rem;
  /* font-weight: bold; */
}

/*-------------------------------------------------------------------

	contact-nav

-------------------------------------------------------------------*/
.contact-nav {
  background-color: #fcbed5;
  padding: 3rem 1.5rem 2rem;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
}

.contact-nav_lead {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

.contact-nav_list {
  display: flex;
  justify-content: space-between;
}

.contact-nav_list li {
  width: 48.4%;
}

.contact-nav_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3rem .5rem 1rem;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  border-radius: .5rem;
  text-decoration: none;
}

.contact-nav_list li a i {
  display: block;
  margin: 0 auto 1em;
}

.contact-nav_list .p-tel a {
  background-color: #e16995;
}

.contact-nav_list .p-tel a i {
  width: 3rem;
}

.contact-nav_list .p-mail a {
  background-color: #dc296c;
}

.contact-nav_list .p-mail a i {
  width: 2.7rem;
}

/*-------------------------------------------------------------------

	line_bnr

-------------------------------------------------------------------*/
.line_bnr{
  margin: 0 auto;
  text-align: center;  
  padding: 2.8rem 0 0;
}
.line_bnr a{
  display: block;  
  width: 100%;  
}

/*-------------------------------------------------------------------

	treatment-type

-------------------------------------------------------------------*/
.treatment-type {
  padding: 6rem 1.5rem 0;
}

.treatment-type_lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 1em;
}

.treatment-type_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.treatment-type_list li {
  width: 48.4%;
  /* width: 33%; */
}

.treatment-type_list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em .1em 1.5em;
  text-decoration: none;
  text-align: center;
  color: #999;
  /* font-size: 1.6rem; */
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  background-color: #f5e1ee;
  border-radius: .5rem;
}

.treatment-type_list li a small {
  display: block;
  font-size: 81.25%;
}

.treatment-type_list li a i {
  display: block;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
}

.treatment-type_list li.p-current a {
  background-color: #cc69aa;
  color: white;
}

.treatment-type_title {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #cc69aa;
}

.treatment-type_title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin: 2rem auto;
  background-color: #cc69aa;
}

.treatment-type_check li {
  font-size: 1.5rem;
  font-weight: 600;
}

.treatment-type_check li marker {
  font-size: 1.3333em;
}

.treatment-type_check li::before {
  font-size: 2rem;
  color: #cc69aa;
}

.treatment-type_check_outer {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.treatment-type_hr {
  border: none;
  width: 2.3rem;
  height: 2.1rem;
  margin: 0 auto 1rem;
  background: url("../img/top/ico_sankaku.png") no-repeat center center;
  background-size: contain;
}

.treatment-type_joi {
  display: flex;
  margin-bottom: 1em;
}

.treatment-type_joi-illust {
  width: 50.7246%;
  margin-right: 2rem;
}

.treatment-type_joi-text {
  flex: 1;
  color: #cc69aa;
  font-weight: 600;
  line-height: 1.6;
}

.treatment-type_joi-text .p-check {
  width: 9rem;
  margin-bottom: 1em;
}

.treatment-type_group {
  padding-top: 2rem;
}

.treatment-type_group> :last-child {
  margin-bottom: 0;
}

.treatment-type_item {
  margin-bottom: 4rem;
  background: linear-gradient(to bottom, #f5e1ee 5px, #faf0f6 5px, #faf0f6 100%);
  padding: 3.5rem 1.5rem 4rem;
  border-radius: .5rem;
}

.treatment-type_item-title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #cc69aa;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.treatment-type_item-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: .5em;
}

.treatment-type_item-list li {
  background-color: white;
  font-size: 1.4rem;
  line-height: 1;
  padding: .7em 1em;
  border-radius: 50px;
  margin: 0 3px 6px;
}

.treatment-type_item-price {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.2;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  margin-bottom: 2rem;
}

.treatment-type_item-price .p-spot {
  font-size: 1.8rem;
}

.treatment-type_item-price ruby {
  font-size: 2.4rem;
}

.treatment-type_item-price ruby rt {
  font-size: .9rem;
}

.treatment-type_item-illust {
  margin-bottom: 2rem;
}

.treatment-type_item-illust figcaption {
  display: block;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
  padding-top: .5em;
}

.treatment-type_item-flow .p-title {
  position: relative;
  background-color: #90d1bf;
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  border-radius: .5rem;
  padding: 1.4rem 3rem 1.4rem 1.4rem;
}

.treatment-type_item-flow .p-title .icon-slide {
  position: absolute;
  top: calc(50% - .7rem);
  right: 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
}

.treatment-type_item-flow .p-title .icon-slide img {
  display: block;
  transition: all .2s ease-out;
}

.treatment-type_item-flow .p-title .icon-slide.is-close img {
  transform: rotate(45deg);
}

.treatment-type_item-flow .p-flow {
  display: none;
  background-color: white;
  padding: 2rem;
  border-radius: .5rem;
}

.treatment-type_item-flow .p-flow dt {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: .5em;
}

.treatment-type_item-flow .p-flow dd {
  font-size: 1.3rem;
  line-height: 1.5;
}

.treatment-type_item-flow .p-flow dd::after {
  content: "\f107";
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  padding: .5em 0;
}

.treatment-type_item-flow .p-flow dd:last-child::after {
  display: none;
}

.treatment-type_subitem .tab_panel {
  display: none;
}

.treatment-type_subitem .tab_panel.is-active {
  display: block;
}

.treatment-type_subtitle {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  margin-bottom: 1em;
}

.treatment-type_tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #505050;
  margin-bottom: 1em;
}

.treatment-type_tab li {
  display: flex;
  width: calc(226 / 690 * 100%);
  height: 6rem;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  border-radius: .5rem .5rem 0 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
}

.treatment-type_tab li.is-active {
  background-color: #505050;
  color: white;
}

.treatment-type_description {
  width: 100%;
  border-collapse: collapse;
}

.treatment-type_description th,
.treatment-type_description td {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #efefef;
}

.treatment-type_description th {
  width: 26%;
  padding-left: 1em;
}

.treatment-type_description td {
  padding-left: 1em;
  padding-right: 1em;
}

.treatment-type+.treatment-type {
  margin-bottom: 5rem;
}

.shoinshin-boxArea{
  /* background-color: #fff; */
  padding: 20px 2% 0;
}
.shoinshin-boxArea h4{
  text-align: center;
  margin-bottom: 10px;
  /* font-size: 1.2rem; */
  /* font-weight: normal; */
}
.shoinshin-boxArea p{
  /* font-size: 1.2rem; */
}
.shoinshin-boxArea figure{
  /* background-color: #fff;
  padding: 5px;
  border-radius: 5px; */
}
/*-------------------------------------------------------------------

	point

-------------------------------------------------------------------*/
.point {
  background: #f8eef5;
}

.point_section {
  margin-bottom: 3rem;
  display: flex;
}

.point_section .p-photo {
  width: calc(300 / 690 * 100%);
  margin: 0 2.3rem 0 0;
}

.point_section .p-text {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.6;
}

.point_section .p-text> :last-child {
  margin-bottom: 0;
}

.point_section .p-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  margin-bottom: .6em;
  color: #cc69aa;
}

/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/
.price_card {
  margin-bottom: 3em;
}

.price_card dt {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: .5em;
  font-weight: 600;
}

.price_card dd {
  margin-bottom: 2em;
  font-size: 1.3rem;
  line-height: 1.6;
}

.price_card .p-month {
  border: 2px solid #666;
  padding: 1em;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
}

.price_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.price_table th,
.price_table td {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
  padding: 1.3em 1em;
  border-bottom: 1px solid #ddd;
}

.price_table thead th {
  background-color: #efefef;
  text-align: center;
}

.price_table tbody th {
  background-color: #f7f7f7;
}

.price_table tbody .yen {
  text-align: right;
}

.price_table.p-first th,
.price_table.p-first td {
  font-size: 1.5rem;
}

.price_table.p-first th {
  background-color: #efefef;
}

/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.clinic {
  background-color: #eef8f5;
}

.clinic_doctor {
  /* display: flex;
  justify-content: space-between; */
}

.clinic_doctor .photo {
  width: 42%;
  /* margin-right: 1.6rem; */
  margin:0 auto;
}

.clinic_doctor .text {
  flex: 1;
  font-size: 1.3rem;
}

.clinic_subtitle {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.clinic_c-name {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: .5em;
}

.clinic_c-sub {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: .5em;
}

.clinic_carrir {
  font-size: 1.2rem;
  line-height: 1.5;
}

.clinic_carrir dd {
  margin-bottom: .5em;
}

.clinic_carrir.col2 dt {
  clear: left;
  float: left;
  width: 7em;
}

.clinic_carrir.col2 dd {
  padding: 0 0 0 7em;
}

.clinic_member {
  font-size: 1.2rem;
  line-height: 1.5;
}

.clinic_member li {
  margin-bottom: .5em;
}

.clinic_caption {
  font-size: 1.1rem;
  border: 1px solid #DDD;
  padding: 1.5em;
}

.clinic_caption> :last-child {
  margin-bottom: 0;
}

.clinic_access {
  font-size: 1.4rem;
  line-height: 1.5;
}

.clinic_access li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
}

.clinic_access li::before {
  display: block;
  content: "";
  width: 2.4rem;
  height: 3.2rem;
  margin-left: .5em;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.clinic_access li.ico1::before {
  background-image: url("../img/top/train1.png");
}

.clinic_access li.ico2::before {
  background-image: url("../img/top/train2.png");
}

.clinic_access li.ico3::before {
  background-image: url("../img/top/train3.png");
}

.clinic_access li div {
  display: block;
  flex: 1;
}

.clinic_access li div strong {
  font-size: 1.78em;
}

.googlemap {
  width: 100%;
  height: 40rem;
  position: relative;
  margin-bottom: 5rem;
}

.googlemap>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------

	contact

-------------------------------------------------------------------*/
.contact {
  background-color: #f8eef5;
}

/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.footer {
  font-size: 1rem;
  text-align: center;
  padding: 3.5rem 0 8rem;
}

/*-------------------------------------------------------------------

	float

-------------------------------------------------------------------*/
.floatBtn {
  width: 100%;
  height: 66px;
  position: fixed;
  z-index: 8885;
  transition: all .3s ease-out;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}
.floatBtn.pagetopArea{
bottom: 66px;
background-color: transparent;
}

.floatBtn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
}

/* .floatBtn-list>li {
  min-height: 5rem;
} */

.floatBtn-list>li>a {
  /* display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* text-indent: 100%; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  text-decoration: none;
}
.floatBtn-list>li>a img{
  max-height: 60px;
  width: auto;
}

.floatBtn-list_tel {
  /* width: 44.66666%; */
  width: calc(100%/3);
}

.floatBtn-list_tel a {
  background-color: #e16995;
  /* background: #e16995 url("../img/top/footer_button_tel.png") no-repeat center center;
  background-size: auto 60px; */
}

.floatBtn-list_mail {
  /* width: 44.66666%; */
  width: calc(100%/3);
}

.floatBtn-list_mail a {
  background-color: #dd3572;
  /* background: #dd3572 url("../img/top/footer_button_mail.png") no-repeat center center; */
  /* background-size: auto 60px; */
}
.floatBtn-list_line {
  /* width: 44.66666%; */
  width: calc(100%/3);
}

.floatBtn-list_line a {
  background-color: #00b900;
  /* background: #00b900 url("../img/top/line.png") no-repeat center center; */
  /* background-size: auto 60px; */
}

.floatBtn-list_top {
  width: 12%;
  margin: 0 0 0 auto;
}

.floatBtn-list_top a {
  display: block;
  background-color: #90d1bf;
  padding: 2px;
  text-align: center;
  /* background: #90d1bf url("../img/top/footer_button_pagetop.png") no-repeat center bottom; */
  /* background-size: 2.7rem; */
}
.floatBtn-list_top a img{
  width: auto;
  max-height: 66px;
}

/*-------------------------------------------------------------------

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 8887;
  background-color: rgba(0, 0, 0, 0.8);
}

.drawer-menu {
  display: none;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8888;
  overflow: auto;
  padding: 6rem 0 0;
}

.drawer-menu_back.open {
  display: block;
}

.drawer-menu.open {
  display: block;
}

.drawer-menu_list {
  background-color: #FFF;
  border-radius: 6px;
  padding: 2rem 1.5rem;
  width: 94.6666%;
  max-width: 640px;
  margin: auto;
}

.drawer-menu_list>ul {
  border-top: 1px solid #ccc;
}

.drawer-menu_list>ul>li {
  border-bottom: 1px solid #ccc;
}

.drawer-menu_list>ul>li>a {
  display: block;
  padding: 1.5em;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/*button*/
.ham-menu-block {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.ham-menu-block_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 1rem;
}

.ham-menu-button {
  margin: 0 0 0 auto;
  position: relative;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-out;
  background-color: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.ham-menu-button>span {
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #505050;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ham-menu-button::before,
.ham-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #505050;
  left: 50%;
  transform: translateX(-50%);
}

.ham-menu-button::before {
  top: 10px;
  transition: all 0.2s ease-out;
}

.ham-menu-button::after {
  bottom: 10px;
  transition: all 0.2s ease-out;
}

.ham-menu-button.is-close>span {
  display: none;
}

.ham-menu-button.is-close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #505050;
}

.ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #505050;
}

