@charset "UTF-8";
/*-------------------------------------------------------------------

	MV

-------------------------------------------------------------------*/
.mv {
  background: white url(../img/top/mv.jpg) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto 3rem;
  max-width: 640px;
  height: calc(1133 / 750 * 100vw);
  max-height: 966.8266666667px;
}
.mv_inner {
  position: relative;
  padding: .8rem 2rem 4rem;
}
.mv_logo {
  display: block;
  width: 21.4rem;
  margin-bottom: 2.3rem;
}
.mv_text {
  font-size: .8rem;
  line-height: 1.5;
  margin-bottom: .5em;
}

/*-------------------------------------------------------------------

	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: 3.5rem;
  text-align: center;
  line-height: 1.3;
  color: #7b6d5f;
}
.p-basic-title--en {
  display: block;
  font-family: "Montserrat", "sans-serif";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .2em;
  margin-bottom: .5em;
}
.p-basic-title--jp {
  display: block;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.5rem;
  letter-spacing: .15em;
  font-feature-settings: "palt";
}

.p-sub-title {
  font-family: "Noto Serif Japanese", "游明朝", 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: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  margin-bottom: 1em;
  border-left: 2px solid #c4bab1;
  padding: .5em 0 .5em .8em;
  letter-spacing: .08em;
  color: #7b6d5f;
  font-feature-settings: "palt";
}

.p-sub-title2.small {
  font-size: 1.5rem;
}

.p-button-close {
  text-align: center;
}
.p-button-close a {
  display: inline-block;
  padding: 1em;
  background-color: #333333;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
}

.lower-header {
  padding: 1em;
}
.lower-header img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}

.p-title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  color: #7b6d5f;
  margin-bottom: 1em;
}
.p-title--small {
  font-size: 1.5rem;
}

.p-button {
  margin-bottom: 1rem;
}
.p-button a {
  position: relative;
  display: block;
  background-color: #f0e1e4;
  border-radius: 5px;
  padding: 1.2em 2em 1.2em 1.2em;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
}
.p-button a small {
  display: block;
  font-size: .928em;
  font-weight: 400;
}
.p-button a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.p-price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DDD;
}
.p-price-table th, .p-price-table td {
  border: 1px solid #DDD;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1em .5em;
  vertical-align: middle;
}
.p-price-table th {
  background-color: #eff2f3;
  text-align: center;
}
.p-price-table td {
  background-color: white;
}
.p-price-table .yen {
  text-align: right;
}
.p-price-table-caption {
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-point-text {
  padding: 1em;
  line-height: 1.2;
  margin-bottom: .5em;
  border-radius: 5px;
  background-color: #f0e1e4;
  color: #9d2a49;
}

.p-image-item {
  margin-bottom: 2em;
}
.p-image-item_photo {
  width: 20rem;
  float: left;
  margin: 0 1em .5em 0;
}

/*-------------------------------------------------------------------

	worry

-------------------------------------------------------------------*/
.worry .tab_label-outer {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
  border-bottom: 2px solid #7b6d5f;
}
.worry .tab_label {
  width: 47.5%;
  padding: 1em 0 .8em;
  background-color: #e3dfd8;
  border-radius: 10px 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #b3aca2;
}
.worry .tab_label strong {
  font-size: 1.538em;
}
.worry .tab_label:hover {
  cursor: pointer;
}
.worry .tab_label.is-active {
  background-color: #7b6d5f;
  color: white;
}
.worry .tab_panel {
  display: none;
  padding-top: 1.5em;
}
.worry .tab_panel.is-active {
  display: block;
}

/*-------------------------------------------------------------------

	treatment

-------------------------------------------------------------------*/
.treatment {
  background: url("../img/top/treatment_back.jpg") repeat-y 0 0;
  background-size: 100% auto;
}
.treatment-list {
  margin-bottom: 7rem;
}
.treatment-list_title {
  position: relative;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-size: 1.8rem;
  color: #7b6d5f;
  margin-bottom: 3rem;
  padding: 1.5em .5em .5em;
  border: 1px solid #7b6d5f;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.treatment-list_title::before {
  position: absolute;
  top: -.25rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 3.5rem;
  height: .5rem;
  background-color: #7b6d5f;
  border-radius: 2rem;
}
.treatment-list_main {
  margin-bottom: 1.5rem;
}
.treatment-list_main .p-image {
  float: right;
  width: 16rem;
  margin: 0 0 1em 1.5em;
}
.treatment-list_check {
  color: #9d2a49;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  border: 1px solid #efefef;
  background-color: white;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 2.3rem;
}
.treatment-list_check .p-check-title {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.treatment-detail-button {
  position: relative;
  background: linear-gradient(to bottom, #95877a, #7c6e5f);
  color: white;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  padding: 1.5em 2em 1.5em 1.5em;
  border-radius: 5px;
  margin-bottom: 2.5rem;
}
.treatment-detail-button .icon-slide {
  position: absolute;
  top: 35%;
  right: 1.2em;
  transition: all .2s ease-out;
}
.treatment-detail-button .icon-slide::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 1.7rem;
  font-weight: 600;
}
.treatment-detail-button .icon-slide.is-close {
  transform: rotate(180deg);
}
.treatment-detail-button:hover {
  cursor: pointer;
}
.treatment-detail-box {
  display: none;
}
.treatment-detail-box .treatment-list_main {
  margin-bottom: 3rem;
}
.treatment-detail-item {
  margin-bottom: 3em;
}
.treatment-detail-item_title {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  background-color: white;
  padding: .8em;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-bottom: 1.2em;
}
.treatment-detail-item_data {
  width: 100%;
  border-top: 1px solid #DDD;
}
.treatment-detail-item_data th, .treatment-detail-item_data td {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #DDD;
}
.treatment-detail-item_data th {
  width: 12.5rem;
}
.treatment-detail-item_data td {
  padding-left: 0;
}

/*-------------------------------------------------------------------

	payment

-------------------------------------------------------------------*/
.payment_list dt {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5em;
}
.payment_list dd {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.payment_list > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/
.price_bodyall {
  padding: 0 2rem;
  margin-bottom: 7rem;
}

/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.clinic_doctor {
  display: flex;
  justify-content: space-between;
}
.doctor_img{
    text-align: center;
    width: 50%;
    margin: 0 auto 20px;
}
.doctor_img img{
    width: 100%;
}
.clinic_doctor .photo {
  width: 42%;
  margin-left: 1em;
}
.clinic_doctor .text {
  flex: 1;
}
.clinic_carrir {
  font-size: 1.2rem;
  line-height: 1.5;
}
.clinic_carrir dd {
  margin-bottom: 1em;
}
.clinic_carrir.col2 dt {
  clear: left;
  float: left;
  width: 5em;
}
.clinic_carrir.col2 dd {
  padding: 0 0 0 5em;
}
.clinic_member {
  font-size: 1.2rem;
  line-height: 1.5;
}
.clinic_member li {
  margin-bottom: .5em;
}
.clinic_insta {
  width: 22.5rem;
  margin-bottom: 3.5rem;
}
.clinic_message {
  font-size: 1.3rem;
  border: 1px solid #DDD;
  padding: 1.5em;
  border-radius: 5px;
  margin-bottom: 3.5rem;
}
.clinic_message > :last-child {
  margin-bottom: 0;
}
.clinic_message .title {
  font-size: 1.5rem;
  margin-bottom: .5em;
}
.clinic_message .dr-sign {
  text-align: right;
}
.clinic_message .dr-sign img {
  width: 15rem;
}
.clinic_cl-photo {
  display: flex;
  flex-wrap: wrap;
}
.clinic_cl-photo li {
  width: 48%;
  margin: 0 0 2rem 4%;
}
.clinic_cl-photo li:nth-child(2n+1) {
  margin-left: 0;
}
.clinic_cl-photo li figcaption {
  font-size: 1.1rem;
  line-height: 1.5;
  display: block;
  padding-top: .5em;
  text-align: center;
}

.googlemap {
  width: 100%;
  height: 40rem;
  position: relative;
}
.googlemap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------

	access

-------------------------------------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  height: 30rem;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-map-lead {
  color: #9d2a49;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-map-route_photo {
  width: 17rem;
  float: right;
  margin: 0 0 .5em 1em;
}

.p-map-route.arrow::after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  margin: 1.5em auto;
  background: url("../img/top/map_arrow.png") no-repeat center center;
  background-size: contain;
}

/*-------------------------------------------------------------------

	contact

-------------------------------------------------------------------*/
.contact {
  background-color: #f7f1f2;
}
.contact .p-basic-title {
  color: #9d2a49;
}
.contact_cal {
  display: flex;
  flex-wrap: wrap;
}
.contact_cal li {
  width: 48%;
  margin: 0 0 1rem 4%;
}
.contact_cal li:nth-child(2n+1) {
  margin-left: 0;
}
.contact_caption {
  text-align: right;
  font-size: 1.3;
  line-height: 1.3;
  font-size: 1.3rem;
  margin-bottom: 2em;
}
.contact_caption > span {
  color: #e7c9d1;
}

/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.footer {
  font-size: 1rem;
  text-align: center;
  padding: 3.5rem 0 8rem;
}

/*-------------------------------------------------------------------

	float

-------------------------------------------------------------------*/
.floatBtn {
  width: 100%;
  position: fixed;
  z-index: 8885;
  transition: all .3s ease-out;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}

.floatBtn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.floatBtn-list > li {
  min-height: 5rem;
}
.floatBtn-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
.floatBtn-list_tel {
/*  width: 44.66666%;*/
  width: 34%;
}
.floatBtn-list_tel a {
  background: #539d2a url("../img/top/footer_button_tel.png") no-repeat center bottom;
  background-size: 12.5rem;
}
.floatBtn-list_mail {
    /*  width: 44.66666%;*/
    width: 33%;
}
.floatBtn-list_mail a {
  background: #9d2a49 url("../img/top/footer_button_mail.png") no-repeat center bottom;
  background-size: 12.7rem;
}
.floatBtn-list_line{
    width: 33%;
}
.floatBtn-list_line a {
    background: #00b900 url("../img/top/line.png") no-repeat center bottom;
    background-position: center;
    background-size: 12.7rem;
}
/*

.floatBtn-list_top {
  width: 10.66666%;
}
.floatBtn-list_top a {
  background: #8f8f8f url("../img/top/footer_button_pagetop.png") no-repeat center bottom;
  background-size: 2.7rem;
}
*/
.floatBtn_top{
    position: fixed;
    bottom: 5rem;
    right: 0;
    height: 5rem;
    padding: 0 2%;
    background-color: #8f8f8f;
}
.floatBtn_top img{
    height: 100%;
}

/*-------------------------------------------------------------------

	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: 8886;
  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 10rem;
}

.drawer-menu_back.open {
  display: block;
}

.drawer-menu.open {
  display: block;
}

.drawer-menu_list {
  position: relative;
  z-index: 8888;
  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 #ddd;
  border-bottom: 1px solid #ddd;
}
.drawer-menu_list > ul li {
  border-bottom: 1px solid #ddd;
}
.drawer-menu_list > ul li:last-child {
  border-bottom: none;
}
.drawer-menu_list > ul li a {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.drawer-menu_list > ul li a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.drawer-menu_list .slide-button {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  background-color: #f7f7f7;
}
.drawer-menu_list .slide-button .icon-slide {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: all .2s ease-out;
}
.drawer-menu_list .slide-button + ul {
  display: none;
  border-top: 1px solid #ddd;
}
.drawer-menu_list .slide-button .icon-slide.is-close {
  transform: rotate(-180deg);
}
.drawer-menu_list .child li a {
  padding-left: 3em;
  font-size: 1.2rem;
}
.drawer-menu_list .child .slide-button {
  padding-left: 2em;
}
.drawer-menu_list_button {
  display: flex;
  justify-content: space-between;
  margin: 2em 0 1em;
}
.drawer-menu_list_button .button {
  display: block;
  width: 48%;
  height: 5rem;
  text-align: center;
}
.drawer-menu_list_button .button a {
  display: block;
  width: 100%;
  height: 100%;
}
.drawer-menu_list_button .button img {
  height: 100%;
  width: auto;
}
.drawer-menu_list_button .tel {
  background-color: #539d2a;
}
.drawer-menu_list_button .mail {
  background-color: #9d2a49;
}

.footer_line{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #00b900;
    max-height: 80px;
    
}
.footer_line img{
    height: 100%;
    max-height: 80px;
}

/*button*/
.ham-menu-block {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
}
.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: #333333;
  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: #333333;
  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: #333333;
}
.ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #333333;
}

/*-------------------------------------------------------------------

	popup-menu

-------------------------------------------------------------------*/
.popup-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-menu {
  display: none;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: auto;
  padding: 1.5em 0;
}
.popup-menu_inner {
  margin: 0 auto;
  width: 94.6666%;
  max-width: 64rem;
  background-color: white;
  border-radius: 6px;
  padding: 3rem;
}
.popup-menu_title {
  font-size: 2.3rem;
  line-height: 1.3;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: .18em;
  margin-bottom: 1rem;
}
.popup-menu_list {
  font-size: 1.3rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.popup-menu_list li {
  width: 50%;
  margin-bottom: 1rem;
}
.popup-menu_photo {
  margin-bottom: 2em;
}
.popup-menu_photo.line {
  border-bottom: 1px solid #333333;
  padding-bottom: 2em;
}
.popup-menu_close {
  text-align: center;
  margin: 0;
}
.popup-menu_close > span {
  display: inline-block;
  background-color: #333333;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  padding: 1em 3em;
  font-size: 1.3rem;
}

.popup-menu_back.open {
  display: block;
}

.popup-menu.open {
  display: block;
}

/*-------------------------------------------------------------------

line

-------------------------------------------------------------------*/
#line .p-basic-section{
    padding-top: 0;
    padding-bottom: 0;
}
.lineArea{
    border: 1px solid #ccc;
    padding: 10px 3%;
}
.lineArea h2{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin:0 auto 10px;
    color: #000;
}
.lineArea h3{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.lineFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineFlex p{
    font-size: 16px;
    margin-bottom: 0;
}
.lineFlex p.lineFlex-txt{
    width: 50%;
    text-align: center;
}
.lineFlex-img{
    width: 49%;
    margin-left: 1%;
}
.lineFlex a img{
    width: 100%;
}