@charset "UTF-8";
:root {
  --color-purple: #b34bbb;
  --color-blue: #2a4198;
}

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

	header

-------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 8889;
}
.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: 5rem;
  background-color: #b39b80;
  position: relative;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header .ham-menu-button > span {
  display: block;
  position: absolute;
  width: 2.6rem;
  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: 2.6rem;
  height: 3px;
  background-color: white;
  left: 50%;
  border-radius: 2px;
}
.header .ham-menu-button::before {
  top: 50%;
  transform: translateX(-50%) translateY(-1rem);
  transition: all 0.2s ease-out;
}
.header .ham-menu-button::after {
  bottom: 50%;
  transform: translateX(-50%) translateY(1rem);
  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?2412") no-repeat center top;
  background-size: contain;
  background-color: white;
  width: 100%;
  height: calc(873 / 750 * 100vw);
}

.mv-text {
  padding: 0 2rem 3rem;
  display: flex;
  align-items: center;
}
.mv-text > :last-child {
  margin-bottom: 0;
}
.mv-text_photo {
  width: 15rem;
  margin-right: 1rem;
}
.mv-text_text {
  flex: 1;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #896e50;
  line-height: 1.8;
  letter-spacing: 0;
}
.mv-text_text strong {
  font-weight: 900;
}

@media (min-width: 641px) {
  .mv {
    height: calc(873px * (640 / 750));
  }
}
/*-------------------------------------------------------------------

	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-title {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.3;
  color: #896e50;
}
.p-basic-title .en {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .2em;
  margin-bottom: .5em;
  font-family: "Montseratt", sans-serif;
}
.p-basic-title .jp {
  display: block;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: .05em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.p-basic-title.large {
  margin-bottom: 2.5rem;
}
.p-basic-title.large .en {
  font-size: 1.5rem;
}
.p-basic-title.large .jp {
  font-size: 3.4rem;
}

.p-sub-title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  margin-bottom: .6em;
  font-weight: 600;
}
.p-sub-title.brown {
  color: #896e50;
}

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

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

.contact-button {
  margin: 3.5rem auto 4.5rem;
}
.contact-button_title {
  display: block;
  text-align: center;
  margin-bottom: -3rem;
}
.contact-button_title img {
  width: 70%;
}
.contact-button_inner {
  padding: 3.7rem 2rem 2.2rem;
  background-color: #fff1f4;
}
.contact-button_lead {
  font-weight: 600;
  text-align: center;
}
.contact-button_nav {
  display: flex;
  justify-content: space-between;
}
.contact-button_nav a {
  display: block;
  width: 48%;
  padding: 1rem 0 1.5rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  color: white;
  border: .3rem solid white;
  border-radius: 1rem;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  font-feature-settings: "palt";
}
.contact-button_nav a::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto .7rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.contact-button_nav a.tel {
  background-color: var(--color-blue);
}
.contact-button_nav a.tel::before {
  background-image: url("../img/top/ico_tel.svg");
}
.contact-button_nav a.mail {
  background-color: var(--color-purple);
}
.contact-button_nav a.mail::before {
  background-image: url("../img/top/ico_mail.svg");
}

.contact-button.none .contact-button_title {
  display: none;
}
.contact-button.none .contact-button_inner {
  padding-top: 2.6rem;
}

@media (min-width: 641px) {
  body {
    padding-top: 100px;
  }
}
/*-------------------------------------------------------------------

	case-slider

-------------------------------------------------------------------*/
/* .sliderArea{
  width: 100%;
  margin: 0 auto;
}
.thumb_slider li:not(:first-of-type){
  margin-top: 2rem;
}
#case-slider .slick-prev{
width: 30px;
height: 30px;
left: -35px;
}
#case-slider .slick-next{
width: 30px;
height: 30px;
right: -35px;
}
#case-slider .slick-prev:before,
#case-slider .slick-next:before
{
    font-size: 30px;
    color: #896e50;
} */

.case_widelist li:not(:first-of-type){
margin-top: 20px;
padding-top: 20px;
border-top: #987e61 dotted 2px;
}
.case_wideTxt dt,
.case_wideTxt dd{
  line-height: 1.2;
  font-size: 1.2rem;
}
.case_wideTxt dt{
  margin-top: 10px;
  font-weight: bold;
}
.case_wideTxt dd{
  margin: 0;
}

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

	type

-------------------------------------------------------------------*/
.p-typenavi {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.p-typenavi a {
  display: block;
  position: relative;
  width: calc(320 / 670 * 100%);
  padding: 2rem 0 3.4rem;
  text-decoration: none;
  border: 2px solid #896e50;
  border-radius: .5rem;
  box-shadow: 0 1px 1rem 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, #b39b82, #d7c5ae);
  text-align: center;
  color: white;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.p-typenavi a small {
  font-size: 1.5rem;
}
.p-typenavi a i {
  position: absolute;
  display: block;
  width: 1.4rem;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-type {
  padding: 7.5rem .6rem 3rem;
  margin-top: -5rem;
  background-color: #b39b80;
}
.p-type > :last-child {
  margin-bottom: 0;
}
.p-type_box {
  margin-bottom: 4rem;
  padding: 3.5rem 2rem 0;
  background-color: white;
  border-radius: .5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.p-type_lead {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-type_float figure {
  width: 13.5rem;
  float: right;
  margin: 0 0 1em 1.5em;
}
.p-type_float figure.w15 {
  width: 15rem;
}
.p-type_subbox {
  margin: 0 -2rem;
  padding: 3.5rem 2rem;
  border-top: 1px solid #b39b80;
}
.p-type_subbox > :last-child {
  margin-bottom: 0;
}
.p-type_list {
  display: flex;
  flex-wrap: wrap;
}
.p-type_list li {
  width: calc(300 / 646 * 100%);
  margin: 0 0 3.5rem calc(40 / 646 * 100%);
}
.p-type_list li:nth-child(2n+1) {
  margin-left: 0;
}
.p-type_list li figure {
  position: relative;
}
.p-type_list li figure figcaption {
  display: block;
  padding-top: .5em;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
}
.p-type_list li figure i {
  position: absolute;
  left: -.3rem;
  top: -.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding-top: .2rem;
  background-color: #b39b80;
  border-radius: 50%;
  font-style: normal;
  font-family: "Montserrat",sans-serif;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.p-type_list li figure .bf {
  position: absolute;
  left: 0;
  top: -.5em;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.2;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  text-align: center;
}
.p-type_list li figure .bf-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: -2.6rem;
  width: 3.1rem;
}
.p-type_list li .treatment-time {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 15rem;
  background-color: #f3efea;
  border-radius: 2rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}
.p-type_list li .treatment-time strong {
  font-size: 2.22em;
}
.p-type_list.last li {
  margin-bottom: 0;
}
.p-type_method li {
  display: flex;
  margin-bottom: 1.5rem;
  padding: 2rem 2.5rem;
  background-color: #f6f0e9;
  border-radius: .5rem;
}
.p-type_method li .num {
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  color: #b39b80;
  margin-right: 2rem;
}
.p-type_method li > p {
  margin: 0;
  flex: 1;
}
.p-type_symptoms {
  display: flex;
}
.p-type_symptoms li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(190 / 646 * 100%);
  margin-left: calc(38 / 646 * -100%);
  margin-bottom: .5em;
  height: 9.5rem;
  border-radius: 50%;
  background-color: #efefef;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.p-type_symptoms li:nth-child(4n+1) {
  margin-left: 0;
}
.p-type_symptoms li:nth-child(2n) {
  margin-top: 7rem;
}

.p-price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-price-table th, .p-price-table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1.5em 1em;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-price-table th {
  text-align: left;
}
.p-price-table .price {
  text-align: right;
  font-weight: 600;
}


.introduction {
  margin-top: 4rem;
  position: relative
}

@media print,screen and (min-width: 835px) {
  .introduction {
      margin-top:0
  }
}

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

	introduction

-------------------------------------------------------------------*/
.p-introduction{
  position: relative;
}
.p-introduction:after {
  content: "";
  width: 100%;
  height: 20rem;
  background-image: url(../img/top/introduction/introduction-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction:after {
      height:50rem
  }
} */

.p-introduction-text {
  font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.6666;
  color: #fff;
  text-align: center
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction-text {
      font-size:4rem;
      line-height: 1.425;
      text-align: center
  }
} */

.p-introduction-items {
  margin-top: 2.5rem;
  padding: 0 1.5rem
}

/* @media print,screen and (min-width: 1220px) {
  .p-introduction-items {
      max-width:1230px;
      width: 100%;
      margin-right: auto;
      margin-left: auto
  }
} */

.p-introduction-itemBox {
  width: 100%;
  background-color: #fff;
  max-width: 60rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 2px 3px rgba(112,112,112,0.1);
  box-shadow: 0 2px 3px rgba(112,112,112,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction-itemBox {
      max-width:calc((100% - 2rem) / 2);
      width: 100%
  }
} */

/* @media print,screen and (min-width: 1220px) {
  .p-introduction-itemBox {
      max-width:calc((100% - 6rem) / 4);
      width: 100%
  }
} */

.p-introduction-itemImage {
  aspect-ratio: 285/178
}

.p-introduction-itemImage a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.p-introduction-itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-introduction-itemBody {
  padding: 1.5rem 2rem 2rem
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction-itemBody {
      padding:2rem 2rem 3.1rem
  }
} */

.p-introduction-itemTitle {
  font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.5;
  color: #9C815E;
  text-align: center
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction-itemTitle {
      font-size:2.4rem;
      letter-spacing: -0.025em;
      line-height: 1.3333
  }
} */

.p-introduction-itemTitle span {
  display: block;
  font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2.142857;
  color: #9C815E;
  text-align: center
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction-itemTitle span {
      font-size:1.6rem;
      letter-spacing: -0.025em;
      line-height: 2
  }
} */

.p-introduction-itemText {
  margin-top: 1.2rem;
  font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.92857;
  color: #333
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction-itemText {
      margin-top:1.9rem;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: -0.025em;
      line-height: 1.6875
  }
} */

.p-introduction-itemBox+.p-introduction-itemBox {
  margin-top: 2rem
}

/* @media print,screen and (min-width: 835px) {
  .p-introduction-itemBox+.p-introduction-itemBox {
      margin-top:0
  }
} */
/*-------------------------------------------------------------------

	case

-------------------------------------------------------------------*/
.case-box:not(:first-of-type){
  margin-top: 3rem;
}
.slide-items li img,
.slide-items_one li img{
  width: 100%;
}
.slide-items_one{
  margin-bottom: 20px;
}
.slide-textArea{
  width: 100%;
  border: solid 1px #b39b80;
  border-radius: 12px;
  padding: 1.5em 1em;
  font-size: 1.3rem;
  line-height: 1.5;
}
.slide-textArea dd{
  margin-bottom: 1em;
}
.slide-textArea dd:last-of-type{
  margin-bottom: 0;
}
/*-------------------------------------------------------------------

	surgery

-------------------------------------------------------------------*/
.p-surgery {
  font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    background: linear-gradient(180deg,#987e61 0%,#bea88d 60%,#bea88d 60%,#987e61 100%);
    width: 100%;
    background-size: 100% auto;
    color: #fff
}

/* .p-surgery .surgery__inner {
    padding: 2.3rem 3rem 3rem
}

@media print,screen and (min-width: 835px) {
    .p-surgery .surgery__inner {
        padding:3.9rem 3rem 5.1rem
    }
} */

.p-surgery .p-surgery-title {
    font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-bottom: 1em;
}

@media print,screen and (min-width: 835px) {
    .p-surgery .p-surgery-title {
        font-size:3.2rem;
    }
}

.p-surgery .p-surgery-title_sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1;

}

@media print,screen and (min-width: 835px) {
  .p-surgery .p-surgery-title_sub {
      font-size:1.6rem;
  }
}

.p-surgery .p-surgery-count {
    font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 2;
    margin-left: 0.66rem;
    text-align: center
}
.p-surgery .p-surgery-count p{
  margin: 0;
  line-height: 1;
}
@media print,screen and (min-width: 835px) {
    .p-surgery .p-surgery-count {
        line-height:3.333
    }
}

.p-surgery .p-surgery-count span {
    font-family: "Noto Serif JP","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2
}

@media print,screen and (min-width: 835px) {
    .p-surgery .p-surgery-count span {
        font-size:6.4rem;
        line-height: 1.25
    }
}


@media print,screen and (min-width: 835px) {
    .p-surgery .count-year {
        margin-top:50px
    }
}

@media only screen and (max-width: 834px) {
    .p-surgery .count-year {
        margin-top:24px
    }
}

.p-surgery .count-year .year-heading {
    text-align: center;
    line-height: 1
}

@media print,screen and (min-width: 835px) {
    .p-surgery .count-year .year-heading {
        font-size:3.2rem
    }
}

@media only screen and (max-width: 834px) {
    .p-surgery .count-year .year-heading {
        font-size:2rem
    }
}

.p-surgery .count-year .year-total {
    text-align: center;
    line-height: 1;
    margin-top: 1em
}

@media print,screen and (min-width: 835px) {
    .p-surgery .count-year .year-total span {
        font-size:2.4rem
    }
}

@media only screen and (max-width: 834px) {
    .p-surgery .count-year .year-total span {
        font-size:2rem
    }
}

.p-surgery .count-year .year-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media print,screen and (min-width: 835px) {
    .p-surgery .count-year .year-month {
        margin-top:30px;
        /* gap: 1.5em */
    }
}

@media only screen and (max-width: 834px) {
    .p-surgery .count-year .year-month {
        margin-top:20px;
        /* gap: 1em */
    }
}

.p-surgery .count-year .year-month .year-monthBox{
  width: calc(100% / 6);
}
.p-surgery .count-year .year-month .year-monthBox:nth-child(n + 7){
  margin-top: 1em;
}


.p-surgery .count-year .year-month .year-monthBox dd,
.p-surgery .count-year .year-month .year-monthBox dt {
    text-align: center
}

@media print,screen and (min-width: 835px) {
    .p-surgery .count-year .year-month .year-monthBox dd,
    .p-surgery .count-year .year-month .year-monthBox dt {
        /* font-size:2.4rem */
        font-size:1.4rem
    }
}

@media only screen and (max-width: 834px) {
    .p-surgery .count-year .year-month .year-monthBox dd,
    .p-surgery .count-year .year-month .year-monthBox dt {
        font-size:1.6rem
    }
}

.p-surgery .count-year .year-month .year-monthBox dd span {
    display: inline-block;
    margin-left: 0.25em;
    font-size: 80%
}
/*-------------------------------------------------------------------

	movie

-------------------------------------------------------------------*/
.p-movie{
    background: linear-gradient(180deg,#987e61 0%,#bea88d 60%,#bea88d 60%,#987e61 100%);
    width: 100%;
    background-size: 100% auto;
    margin-top: 2rem;
}
.p-movie h2.p-basic-title{
  color: #fff;
}
.p-movie h3.p-basic-title{
  color: #896e50;
}
.p-movie_txt_box dt{
  font-weight: bold;
  text-align: center;
}
.p-movie_txt_box dd p{
  margin-top: 1rem;
}
.p-movie_case_box{
  width: 100%;
}
.p-movie_case_box video{
  width: 100%;
}
.p-movie_voice_box{
  width: 100%;
}
.p-movie_voice_box video{
  width: 100%;
}

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

	faq

-------------------------------------------------------------------*/
.p-faq {
  background-color: #f6f0ee;
}
.p-faq_list {
  background-color: white;
  border: 1px solid #be978d;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem .6rem;
}
.p-faq_list dt {
  position: relative;
  color: #896e50;
  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: #896e50;
}
.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: .1rem;
  left: 0;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}
.p-faq_list dd::before {
  top: .5rem;
  left: .2rem;
}

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

	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 JP", "游明朝", 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-color: #f4f2ec;
}
.p-clinic_caption {
  font-size: 1.2rem;
  line-height: 1.6;
}

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

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

	price

-------------------------------------------------------------------*/
.p-price {
  padding-top: 1.5rem;
}
.p-price_card {
  width: 25.1rem;
  margin: 0 auto 2em;
}
.p-price_caption {
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: .5em;
}

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

	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 11rem;
}

.pagetop {
  position: fixed;
  bottom: 6rem;
  right: -10rem;
  width: 5rem;
  z-index: 100;
  transition: all .2s ease-out;
}
.pagetop.is-show {
  right: 1rem;
}

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

	float

-------------------------------------------------------------------*/
.footer-button {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 8885;
  transition: all .3s ease-out;
  bottom: -10rem;
  left: 0;
  background-color: #FFF;
  transition: all .2s ease-out;
}
.footer-button.is-show {
  bottom: 0;
}
.footer-button > li {
  min-height: 5rem;
  width: 50%;
}
.footer-button > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3em .5em .5em;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: white;
}
.footer-button > li > a::before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  width: 1.8rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: -.2rem;
}
.footer-button > li.tel a {
  background: linear-gradient(180deg, #979797, #676667);
}
.footer-button > li.tel a::before {
  background-image: url("../img/top/ico_tel.svg");
}
.footer-button > li.mail a {
  background: linear-gradient(180deg, #bea88d, #987e61);
}
.footer-button > li.mail a::before {
  background-image: url("../img/top/ico_mail.svg");
}

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

	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: 0 auto 4rem;
}
.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 JP", "游明朝", 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;
}
