@charset "UTF-8";
/*-------------------------------------------------------------------

	header

-------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 8888;
}
.header_inner {
  display: flex;
  max-width: 640px;
  min-height: 5rem;
  margin: auto;
}
.header_logo {
  display: flex;
  align-items: center;
  width: 24.5rem;
  margin: 0 auto 0 0;
  padding-left: 1.5rem;
}
.header_logo.lower {
  margin: 0 auto;
  padding-left: 0;
}
.header_tool {
  width: 3.9rem;
}
.header_tool a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ececec;
}
.header_tool a img {
  width: 1.8rem;
}
.header .ham-menu-button {
  width: 4rem;
  background-color: #9f823f;
  position: relative;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header .ham-menu-button > span {
  display: block;
  position: absolute;
  width: 1.9rem;
  height: 3px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.header .ham-menu-button::before, .header .ham-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.9rem;
  height: 3px;
  background-color: white;
  left: 50%;
  border-radius: 2px;
}
.header .ham-menu-button::before {
  top: 50%;
  transform: translateX(-50%) translateY(-10px);
  transition: all 0.2s ease-out;
}
.header .ham-menu-button::after {
  bottom: 50%;
  transform: translateX(-50%) translateY(10px);
  transition: all 0.2s ease-out;
}
.header .ham-menu-button.is-close > span {
  display: none;
}
.header .ham-menu-button.is-close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: white;
}
.header .ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: white;
}

@media (min-width: 641px) {
  .header_inner {
    min-height: 100px;
  }
}
/*-------------------------------------------------------------------

	MV

-------------------------------------------------------------------*/
.mv {
  background: url("../img/top/mv.jpg") no-repeat center top;
  background-size: contain;
  width: 100%;
/*  height: calc(1213 / 750 * 100vw);*/
/*  height: calc(1396 / 750 * 100vw);*/
  height: calc(1180 / 750 * 100vw);
  /* height: calc(1240 / 750 * 100vw); */
}

@media (min-width: 641px) {
  .mv {
/*    height: calc(1213px * (640 / 750));*/
    /* height: calc(1396px * (640 / 750)); */
    /* height: calc(1185px * (640 / 750)); */
    height: calc(1180px * (640 / 750));
      /* min-height: 1060px; */
    }
}

/*-------------------------------------------------------------------

	common

-------------------------------------------------------------------*/
body {
  padding-top: 5rem;
}

.contents-w {
  max-width: 640px;
  margin: 0 auto;
}

.p-basic-section {
  padding: 5rem 2rem 4rem;
}
.p-basic-section > :last-child {
  margin-bottom: 0;
}

.p-basic-section-s {
  padding: 1rem 2rem 4rem;
}

.p-basic-title {
  margin-bottom: 3.5rem;
  text-align: center;
  line-height: 1.3;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #9f823f;
}
.p-basic-title .en {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .2em;
  margin-bottom: .8em;
}
.p-basic-title .jp {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.95rem;
  letter-spacing: .15em;
}
.p-basic-title .jp::before, .p-basic-title .jp::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #9f823f;
  flex: 1;
}
.p-basic-title .jp > span {
  display: block;
  margin: 0 1em;
  width: auto;
}

.p-sub-title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1em;
  color: #9f823f;
}

.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;
}

@media (min-width: 641px) {
  body {
    padding-top: 100px;
  }
}
/*-------------------------------------------------------------------

	youtube

-------------------------------------------------------------------*/
.p-youtube{
  padding: 2.5rem 2rem 4rem;
}
.youtubeBox:not(:first-of-type){
  margin-top: 4rem;
}
.p-youtube .p-basic-title{
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .15em;
  
}
.p-youtube .p-basic-title .red{
  color: #aa0a0a;
}

.youtube_linkArea{
  text-align: center;
}

.youtube_linkLogo{
  width: 45%;
  max-width: 250px;
  margin: 0 auto 1rem;
}
.youtube_bnrArea{
  /* margin-bottom: 1.75rem; */
}
/* .youtube_linktxt{
  margin-bottom: 1.75rem;
} */

/*-------------------------------------------------------------------

	doctor

-------------------------------------------------------------------*/
.p-doctor {
  padding: 2.5rem 2rem 4rem;
}
.p-doctor_flex {
  display: flex;
  justify-content: space-between;
}
.p-doctor_flex .text {
  padding-top: 2.5rem;
  width: 17.4rem;
}
.p-doctor_flex .text .en {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  letter-spacing: .2em;
  color: #2a4198;
  margin-bottom: .5em;
}
.p-doctor_flex .text .name {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-doctor_flex .text .license {
  font-size: 1rem;
}
.p-doctor_flex .text .license li {
  margin-bottom: .5em;
}
.p-doctor_flex .photo {
  width: 14.5rem;
}
.p-doctor_flex.reverse {
  flex-direction: row-reverse;
}

/*-------------------------------------------------------------------

	about

-------------------------------------------------------------------*/
.p-about {
  background: url("../img/top/back_cream.svg") no-repeat 0 0, linear-gradient(to bottom, rgba(244, 242, 236, 0) 0%, rgba(244, 242, 236, 0) 2.5rem, #f4f2ec 2.5rem, #f4f2ec 100%);
  background-size: contain;
    /* margin-top: -10vw; */
    margin-top: -5vw;
}
@media (min-width: 641px) {
    .p-about {
        /* margin-top: -100px; */
        margin-top: -50px;
    }
}
.p-about_list li {
  display: flex;
  line-height: 1.5;
  margin-bottom: .5rem;
}
.p-about_list li .dt {
  width: 11.5rem;
  display: flex;
  padding: 1em;
  font-weight: 600;
  background-color: #efe3c6;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: .5rem;
}
.p-about_list li .dd {
  display: flex;
  flex: 1;
  padding: 1em;
  background-color: white;
  justify-content: flex-start;
  align-items: left;
  border-radius: 5px;
}

/*-------------------------------------------------------------------

	treatment

-------------------------------------------------------------------*/
.treatment_list > :last-child {
  margin-bottom: 0;
}
.treatment_list li {
  margin-bottom: 2.5rem;
}
.treatment_list li > :last-child {
  margin-bottom: 0;
}
.treatment_list-item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.treatment_list-item i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.5rem;
  margin: auto 2.9rem;
  background: #decb9f;
  border: 2px solid white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  border-radius: 50%;
}
.treatment_list-item figure {
  flex: 1;
}

/*-------------------------------------------------------------------

	case

-------------------------------------------------------------------*/
.p-case {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
}


.case-photo {
/*  display: table;*/
  padding-bottom: 10px ;
}
/*
.case-photo-item {
  display: table-cell;
  float: none;
}
*/
.case-txt {
  text-align: center;
  font-size: 1.1rem;
}
.slide-items {
    width: 99%;
    height: 100%;
    margin: auto;
}

.slide-items img {
    width: 98%;
    object-fit: cover;
}

.case-photo-arrow {
  font-size: 2rem;
  color: #9F823F;
}

.v_align_middle {
  vertical-align: middle;
}

.col-xs-1 {
  width: 8%;
}



.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;
}

/*-------------------------------------------------------------------

	flow

-------------------------------------------------------------------*/
.p-flow {
  background: url("../img/top/back_purple.svg") no-repeat 0 0, linear-gradient(to bottom, rgba(241, 244, 255, 0) 0%, rgba(241, 244, 255, 0) 2.5rem, #f1f4ff 2.5rem, #f1f4ff 100%);
  background-size: contain;
}
.p-flow_list {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
}
.p-flow_list-title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #2a4198;
  letter-spacing: .2em;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.p-flow_list-title small {
  font-size: 82.35%;
}
.p-flow_list-item {
  display: flex;
}
.p-flow_list-item > figure {
  width: 12.5rem;
  margin-right: 1.5rem;
}
.p-flow_list-item > div {
  flex: 1;
}
.p-flow_line {
  border: none;
  display: block;
  background-color: #2a4198;
  width: 1px;
  height: 2rem;
  margin: 0 auto;
}

.p-emergency-info {
  border: 1px solid #999;
  margin: 0 auto 3.3rem;
  background-color: white;
}
.p-emergency-info_title {
  padding: 1.5em .5em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-emergency-info_title .icon-slide {
  transition: all .3s ease-out;
  display: inline-block;
}
.p-emergency-info_title .is-close {
  transform: rotate(180deg);
}
.p-emergency-info_title:hover {
  cursor: pointer;
}
.p-emergency-info_text {
  padding: 0 2em 2em 2em;
  font-size: 1.2rem;
  line-height: 1.6;
  display: none;
}
.p-emergency-info_text > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/
.p-price_card {
  width: 25.1rem;
  margin: 0 auto 2em;
}
.p-price_caption {
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: .5em;
}
.price-fcf{
  width: 60%;
  text-align: center;
  margin: 0 auto 1em;
  padding: 1em 0;
  background-color: #fef1ff;
  border-radius: 24px;
}
.price-fcf img{
  width: 30%;
  max-width: 141px;
}

/*-------------------------------------------------------------------

	faq

-------------------------------------------------------------------*/
.p-faq {
  background: url("../img/top/back_purple.svg") no-repeat 0 0, linear-gradient(to bottom, rgba(241, 244, 255, 0) 0%, rgba(241, 244, 255, 0) 2.5rem, #f1f4ff 2.5rem, #f1f4ff 100%);
  background-size: contain;
}
.p-faq_list {
  background-color: white;
  border: 1px solid #2a4198;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem .6rem;
}
.p-faq_list dt {
  position: relative;
  color: #2a4198;
  padding-left: 3.2rem;
  padding-bottom: 1em;
  line-height: 1.5;
  font-weight: 600;
}
.p-faq_list dt::before {
  content: "Q";
}
.p-faq_list dt > span {
  display: flex;
  align-items: center;
}
.p-faq_list dt > span > i {
  display: block;
  margin: auto 0 auto auto;
  padding: 0 .3em;
  transition: all .2s ease-out;
  font-size: 150%;
  color: #9f823f;
}
.p-faq_list dt > span > i.is-close {
  transform: rotate(180deg);
}
.p-faq_list dd {
  position: relative;
  padding-left: 3.2rem;
  padding-bottom: 1em;
  display: none;
}
.p-faq_list dd::before {
  content: "A";
}
.p-faq_list dt::before, .p-faq_list dd::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}

/*-------------------------------------------------------------------

	doctors

-------------------------------------------------------------------*/
.p-doctors_list {
  display: flex;
  margin-bottom: 2rem;
}
.p-doctors_list-title {
  font-size: 2rem;
  margin-bottom: 1em;
}
.p-doctors_list-title small {
  display: block;
  font-size: 75%;
  font-weight: 400;
  margin-bottom: .4em;
}
.p-doctors_list-title i {
  display: block;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-style: normal;
  letter-spacing: .1em;
  padding-top: .5em;
}
.p-doctors_list-subtitle {
  font-size: 1.3rem;
  margin-bottom: .5em;
}
.p-doctors_list-member li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: .5em;
}
.p-doctors_list-text {
  flex: 1;
}
.p-doctors_list-photo {
  width: 14.5rem;
  margin-left: 2rem;
}
.p-doctors_list-career {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-doctors_list-career dt {
  clear: both;
  float: left;
  width: 6em;
}
.p-doctors_list-career dd {
  padding: 0 0 1em 6em;
}

/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.p-clinic {
  background: url("../img/top/back_cream.svg") no-repeat 0 0, linear-gradient(to bottom, rgba(244, 242, 236, 0) 0%, rgba(244, 242, 236, 0) 2.5rem, #f4f2ec 2.5rem, #f4f2ec 100%);
  background-size: contain;
}

.googlemap {
  width: 100%;
  height: 40rem;
  position: relative;
}
.googlemap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------

	contact

-------------------------------------------------------------------*/
.contact {
  background-color: #fdf1f9;
}
.contact .p-basic-title {
  color: #aa0a0a;
}
.contact_cal {
  display: flex;
  flex-wrap: wrap;
}
.contact_cal li {
  width: 48%;
  margin: 0 0 2rem 4%;
}
.contact_cal li:nth-child(2n+1) {
  margin-left: 0;
}

/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.footer {
  font-size: 1rem;
  text-align: center;
  padding: 2rem 0 5rem;
}

.pagetop {
  position: fixed;
/*  bottom: 1rem;*/
  bottom: 13.5vw;
  right: -10rem;
  width: 5rem;
  z-index: 100;
  transition: all .2s ease-out;
}
.pagetop.is-show {
  right: 1rem;
}

/*-------------------------------------------------------------------

	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%;
}
.floatBtn-list_tel a {
  background: #ffff99 url("../img/top/footer_button_tel.png") no-repeat center bottom;
  background-size: 12.5rem;
}
.floatBtn-list_mail {
  width: 44.66666%;
}
.floatBtn-list_mail a {
  background: #ff9933 url("../img/top/footer_button_mail.png") no-repeat center bottom;
  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;
}

/*-------------------------------------------------------------------

	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: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/*-------------------------------------------------------------------

	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;
}


/*-------------------------------------------------------------------

footerFloatArea

-------------------------------------------------------------------*/

#footerFloatArea{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
#footerFloatArea ul{
    max-width: 640px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_float_tool{
    width: 50%;
    border-top: 1px solid #9f823f;
    border-left: 1px solid #9f823f;
}
.footer_float_tool:first-of-type{
    border-left: none;
}
.footer_float_tool a{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 12vw;
    padding: 10px 1%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #9f823f;
    font-size: 3vw;
}
.footer_float_tool a img{
    width: 20px;
    margin-right: 2%;
}

@media (min-width: 641px) {
    .footer_float_tool a{
        height: 60px;
        font-size: 16px;
    }
    .footer_float_tool:first-of-type{
        border-left: 1px solid #9f823f;
    }
    .footer_float_tool:last-of-type{
        border-right: 1px solid #9f823f;
    }
}