@charset "UTF-8";
/*-------------------------------------------------------------------

	 TOP

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	 top MV
-------------------------------------------------------------------*/
.sliderArea {
  background: #fff;
  overflow: hidden;
  margin-bottom: 1rem;
}

.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderWide .slick-arrow {
  opacity: 0;
  transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
  opacity: 1;
}

.slider {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide {
  padding: 0;
  opacity: .5;
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a img {
  transition: all .5s ease-out;
}
.slider img {
  height: auto;
  width: 100%;
}
.slider a {
  outline: none !important;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 12px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  background: #ccc;
  border: 1px solid #FFF;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #333;
}

@media (min-width: 768px) {
  .sliderArea {
    margin-bottom: 5rem;
  }

  .slick-dots {
    bottom: 16px;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
  .slick-dots li button {
    /*width: 12px;
    height: 12px;*/
  }
  .slick-dots li button:before {
    /*width: 12px;
    height: 12px;*/
    border-width: 2px;
  }
}
@media (min-width: 1200px) {
  .slider {
    max-width: 1200px;
  }
}
/*-------------------------------------------------------------------
	 top emergency-info
-------------------------------------------------------------------*/
.p-emergency-info {
  border: 2px solid #333333;
  max-width: 33.5rem;
  margin: 0 auto 4rem;
}
.p-emergency-info_title {
  padding: 2em .5em;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  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.1rem;
  line-height: 1.6;
  display: none;
}
.p-emergency-info_text > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-emergency-info {
    max-width: 80rem;
    margin: 0 auto 11rem;
  }
  .p-emergency-info_title {
    font-size: 1.5rem;
  }
  .p-emergency-info_text {
    font-size: 1.3rem;
  }
}
/*-------------------------------------------------------------------
  top popup
-------------------------------------------------------------------*/
.popup-line {
  position: fixed;
  width: 18rem;
  bottom: -20%;
  right: 30px;
  z-index: 100;
  transition: all .3s ease-out 1s;
}
.popup-line > .close-button {
  position: absolute;
  display: block;
  width: 24px;
  line-height: 1;
  top: -8px;
  right: -8px;
}
.popup-line > .close-button:hover {
  cursor: pointer;
}
.popup-line.is-show {
  bottom: 30%;
}

.popup-line_sp {
  margin-bottom: 3rem;
}

/*-------------------------------------------------------------------
  top campaign
-------------------------------------------------------------------*/
.p-top-campaign {
  padding-bottom: 5rem;
}
.p-top-campaign_first {
  margin-bottom: 2rem;
  text-align: center;
}
.p-top-campaign_first > span {
  position: relative;
  display: inline-block;
  padding: 1.2em 2.5em 1em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .18em;
  color: #c9867b;
}
.p-top-campaign_first > span::before, .p-top-campaign_first > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
  border: 2px solid #c9867b;
}
.p-top-campaign_first > span::before {
  left: 0;
  border-right: none;
}
.p-top-campaign_first > span::after {
  right: 0;
  border-left: none;
}
.p-top-campaign_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-top-campaign_list > li {
  width: 47.76119%;
  margin: 0 0 2rem 4.47761%;
  text-align: center;
}
.p-top-campaign_list > li:nth-child(2n+1) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .p-top-campaign {
    padding-bottom: 11rem;
  }
  .p-top-campaign_first {
    margin-bottom: 4rem;
    font-size: 1.2em;
  }
  .p-top-campaign_list > li {
    width: 22.6%;
    margin: 0 0 3rem 3.2%;
  }
  .p-top-campaign_list > li:nth-child(2n+1) {
    margin-left: 3.2%;
  }
  .p-top-campaign_list > li:nth-child(4n+1) {
    margin-left: 0;
  }
}
/*-------------------------------------------------------------------
  top line-modal
-------------------------------------------------------------------*/
.line-modal {
  display: none;
  /*position:fixed;
  top:0;
  left:0;
  width: 100%;
  height:100vh;
  z-index: 9001;
  overflow: scroll;
  padding:1rem 1rem;*/
}
.line-modal_item {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 black;
}
.line-modal_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.line-modal_main-photo {
  width: 59.42028%;
}
.line-modal_main-title {
  position: relative;
  flex: 1;
  margin-right: -6rem;
  background-color: #7c7d84;
  z-index: 1;
  color: #FFF;
  padding: 2.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.line-modal_main-title > .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .18em;
  font-size: 1rem;
}
.line-modal_contents {
  padding: 2rem 2.5rem 2rem;
}
.line-modal_contents-title {
  text-align: center;
  margin-bottom: .5em;
}
.line-modal_contents-list {
  margin-bottom: 1em;
}
.line-modal_contents-list > li {
  float: left;
  margin: 0 .5rem .5rem 0;
  background-color: #EFEFEF;
  padding: 1em;
  font-size: 1.2rem;
  line-height: 1;
}
.line-modal_contents-price {
  text-align: right;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.line-modal_contents-price .p-limit {
  display: inline-block;
  background-color: #333333;
  padding: .8em;
  color: #FFF;
  text-align: left;
  font-size: 1rem;
  margin-right: 1rem;
}
.line-modal_contents-price .p-limit > strong {
  font-weight: 600;
}
.line-modal_contents-price .p-limit > strong > i {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  font-style: normal;
}
.line-modal_contents-price .p-yen {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  position: relative;
  letter-spacing: 0;
}
.line-modal_contents-price .p-yen > i {
  font-style: normal;
  font-size: .65em;
}
.line-modal_contents-price .p-yen > small {
  position: absolute;
  right: 0;
  bottom: -.4em;
  font-size: .24em;
}
.line-modal_contents .p-notes {
  text-align: right;
}
.line-modal_contents .p-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #07b53b;
  background-color: #FFF;
  padding: 1.5rem 2rem 1.5rem 2rem;
  text-decoration: none;
  margin-bottom: 1em;
}
.line-modal_contents .p-line_text {
  width: 80%;
  font-size: 1.2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
.line-modal_contents .p-line_text > p {
  margin-bottom: 0;
}
.line-modal_contents .p-line_text > p:first-child {
  margin-bottom: .5em;
}
.line-modal_contents .p-line_text img {
  width: 15rem;
}
.line-modal_contents .p-line > figure {
  width: 10%;
  line-height: 1;
}
.line-modal_contents-close {
  margin: 0;
  text-align: center;
}
.line-modal_contents-close > span {
  display: inline-block;
  padding: 1em;
  line-height: 1;
  text-align: center;
  background-color: #333333;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  color: #FFF;
  border-radius: 5px;
  letter-spacing: .1em;
}

@media (min-width: 768px) {
  .line-modal {
    /*padding:1rem 0;*/
  }
  .line-modal_item {
    width: auto;
    max-width: 69rem;
    margin: 0 auto;
  }
  .line-modal_main-title {
    margin-right: -10rem;
    padding: 5rem 4rem;
    font-size: 2.4rem;
  }
  .line-modal_main-title > .en {
    font-size: 1.6rem;
  }
  .line-modal_contents {
    padding: 4rem 5rem 5rem;
  }
  .line-modal_contents-list > li {
    font-size: 1.3rem;
  }
  .line-modal_contents-price .p-limit {
    font-size: 1.2rem;
    vertical-align: 1rem;
  }
  .line-modal_contents-price .p-yen {
    font-size: 8.6rem;
  }
  .line-modal_contents-price .p-yen > i {
    font-style: normal;
    font-size: .65em;
  }
  .line-modal_contents-price .p-yen > small {
    font-size: .15em;
  }
  .line-modal_contents .p-line {
    padding: 3rem 3rem 3rem 4rem;
  }
  .line-modal_contents .p-line_text {
    font-size: 1.7rem;
  }
  .line-modal_contents .p-line_text img {
    width: auto;
  }
  .line-modal_contents .p-line > figure {
    width: 20%;
  }
  .line-modal_contents-close > span:hover {
    cursor: pointer;
  }
}
/*-------------------------------------------------------------------
  top about us
-------------------------------------------------------------------*/
.p-top-about {
  padding-bottom: 3rem;
}
.p-top-about_main {
  margin: 0 -2rem;
}
.p-top-about_photo {
  width: 100%;
  position: relative;
  z-index: -1;
}
.p-top-about_text {
  background-color: #FFF;
  width: 86.66666%;
  padding: 3rem;
  margin: -9rem 0 0 auto;
}
.p-top-about_text > :last-child {
  margin-bottom: 0;
}
.p-top-about_title {
  font-size: 1.5rem;
  margin-bottom: 1em;
  letter-spacing: .18em;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .p-top-about {
    padding-bottom: 9rem;
  }
  .p-top-about_main {
    margin: 0 -10rem;
  }
  .p-top-about_photo {
    width: 70.83333%;
  }
  .p-top-about_text {
    width: 60%;
    padding: 5rem;
    margin: -26rem 0 0 auto;
  }
  .p-top-about_title {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
/*-------------------------------------------------------------------
  top promise
-------------------------------------------------------------------*/
.p-top-promise {
  padding: 0 2rem 4rem;
}
.p-top-promise_title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  margin-bottom: 1em;
}
.p-top-promise_title small {
  font-size: .8888em;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.p-top-promise_list > li {
  margin-bottom: 1rem;
}
.p-top-promise_photo {
  width: 45.37313%;
  float: left;
  margin: 0 1.5rem .5rem 0;
}
.p-top-promise_photo .p-num {
  display: block;
  width: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #333333;
}
.p-top-promise_photo .p-photo {
  width: 86.8421%;
  margin: 0 0 0 auto;
}
.p-top-promise_text {
  padding-top: 3rem;
  font-size: 1.2rem;
  overflow: hidden;
}
.p-top-promise_text > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-top-promise {
    max-width: 124rem;
    margin: 0 auto;
    padding: 0 2rem 7rem;
  }
  .p-top-promise_title {
    font-size: 3rem;
  }
  .p-top-promise_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1em;
  }
  .p-top-promise_list > li {
    width: 29%;
    margin-left: 6.5%;
  }
  .p-top-promise_list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-top-promise_photo {
    width: 85.63218%;
    float: none;
    margin: 0 auto 2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-top-promise_photo .p-num {
    width: 26.17449%;
    font-size: 4rem;
    font-weight: 500;
    border-bottom-width: 2px;
  }
  .p-top-promise_photo .p-photo {
    width: 73.8255%;
    margin: 0;
  }
  .p-top-promise_text {
    padding-top: 0;
    font-size: 1.4rem;
  }
}
/*-------------------------------------------------------------------
  top clinic
-------------------------------------------------------------------*/
.sliderAreaClinic {
  background: #fff;
  overflow: hidden;
  margin-bottom: 7rem;
}

.sliderWideClinic {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderWideClinic .slick-arrow {
  opacity: 0;
  transition-duration: 0.3s;
}
.sliderWideClinic:hover .slick-arrow {
  opacity: 1;
}

.sliderClinic {
  max-width: 53%;
  margin: 0 auto;
  padding: 0;
  display: none;
}
.sliderClinic.slick-initialized {
  display: block;
}
.sliderClinic .slick-list {
  overflow: visible;
}
.sliderClinic .slick-slide {
  padding: 1px;
}
.sliderClinic .slick-slide a {
  display: block;
}
.sliderClinic .slick-slide a img {
  transition: all .5s ease-out;
}
.sliderClinic .slick-slide a:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sliderClinic img {
  height: auto;
  width: 100%;
}
.sliderClinic a {
  outline: none !important;
}

@media (min-width: 768px) {
  .sliderAreaClinic {
    margin-bottom: 13rem;
  }
}
@media (min-width: 1200px) {
  .sliderClinic {
    max-width: 39.8rem;
  }
}
/*-------------------------------------------------------------------
  top menu
-------------------------------------------------------------------*/
.p-top-menu {
  padding-bottom: 5rem;
}
.p-top-menu_artmake {
  display: block;
  text-decoration: none;
  margin-bottom: 4rem;
}
.p-top-menu_artmake-photo {
  position: relative;
  z-index: -1;
  width: 89.55223%;
  margin: 0 auto 0 0;
}
.p-top-menu_artmake-text {
  width: 84.1791%;
  margin: -.8rem 0 0 auto;
  padding: 3rem;
  background-color: #6a6264;
  color: #FFF;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  line-height: 1.2;
}
.p-top-menu_artmake-text .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: .3em;
}
.p-top-menu_artmake-text .jp {
  font-size: 1.2rem;
}
.p-top-menu_list > li {
  margin-bottom: 1.5rem;
}
.p-top-menu_list > li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.p-top-menu_list > li > span {
  text-decoration: none;
  color: inherit;
  display: block;
}
.p-top-menu_list > li figure {
  width: 84.1791%;
  margin: 0 auto 0 0;
  position: relative;
  z-index: -1;
}
.p-top-menu_list > li .p-text {
  width: 84.1791%;
  padding: 3rem;
  margin: -1.5rem 0 0 auto;
  background-color: #FFF;
  border-top: 1px solid #7c7d84;
}
.p-top-menu_list > li .p-text > :last-child {
  margin-bottom: 0;
}
.p-top-menu_list > li .p-text.lower {
  padding: 2rem;
}
.p-top-menu_list > li .p-text_title {
  color: #c9867b;
  font-size: 1.7rem;
  margin-bottom: .5em;
  font-feature-settings: "palt";
  letter-spacing: .18em;
}
.p-top-menu_list > li .p-text_title.small {
  font-size: 1.5rem;
}
.p-top-menu_list > li .p-text_list > li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 1em .5em 0;
  font-feature-settings: "palt";
  letter-spacing: .08em;
}
.p-top-menu_list > li .p-text_arrow {
  margin: 0 0 0 auto;
  width: 3.2rem;
}

@media (min-width: 768px) {
  .p-top-menu_artmake {
    margin-bottom: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: end;
    -ms-align-items: end;
    align-items: flex-end;
  }
  .p-top-menu_artmake-photo {
    width: 60%;
  }
  .p-top-menu_artmake-text {
    width: 52%;
    margin: 0 0 0 -12%;
    padding: 4.5rem 6rem;
  }
  .p-top-menu_artmake-text .en {
    font-size: 6rem;
  }
  .p-top-menu_artmake-text .jp {
    font-size: 1.6rem;
  }
  .p-top-menu_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top-menu_list > li {
    width: 46%;
    margin: 0 0 6rem 8%;
  }
  .p-top-menu_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-top-menu_list > li figure {
    width: 86.95652%;
  }
  .p-top-menu_list > li .p-text {
    width: 82.60869%;
    padding: 4rem;
    margin: -3rem 0 0 auto;
  }
  .p-top-menu_list > li .p-text.lower {
    padding: 3rem;
  }
  .p-top-menu_list > li .p-text_title {
    font-size: 2.2rem;
  }
  .p-top-menu_list > li .p-text_title.small {
    font-size: 1.8rem;
  }
  .p-top-menu_list > li .p-text_list > li {
    font-size: 1.6rem;
  }
  .p-top-menu_list > li .p-text_arrow {
    width: 3.6rem;
  }
}
/*-------------------------------------------------------------------
  top news
-------------------------------------------------------------------*/
.p-top-news {
  padding-bottom: 4.5rem;
}
.p-top-news_list {
  padding-top: 1em;
  font-size: 1.2rem;
}
.p-top-news_list > dt {
  font-weight: 600;
}
.p-top-news_list > dd {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .p-top-news {
    padding-bottom: 11rem;
  }
  .p-top-news_list {
    font-size: 1.4rem;
  }
  .p-top-news_list > dt {
    clear: left;
    float: left;
    width: 15rem;
  }
  .p-top-news_list > dd {
    padding: 0 0 1em 15rem;
  }
}
/*-------------------------------------------------------------------

	menu

-------------------------------------------------------------------*/
.p-menu-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: flex-start;
  margin: 0 -2rem 4rem;
}
.p-menu-main_photo {
  width: 100%;
}
.p-menu-main_text {
  position: relative;
  z-index: 1;
  width: 33.25rem;
  padding: 3rem;
  background-color: #FFF;
  margin: 20.5rem 0 0 -33.25rem;
}
.p-menu-main_text > :last-child {
  margin-bottom: 0;
}
.p-menu-main_text-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  margin-bottom: 1em;
}
.p-menu-main_text-name {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
}

.p-menu-effect {
  position: relative;
  border: 1px solid #333333;
  padding: 4.2rem 3rem 2rem;
}
.p-menu-effect > :last-child {
  margin-bottom: 0;
}
.p-menu-effect::before, .p-menu-effect::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFF;
}
.p-menu-effect::before {
  width: 1px;
  height: 5rem;
  bottom: -1px;
  left: -1px;
}
.p-menu-effect::after {
  width: 10rem;
  height: 1px;
  bottom: -1px;
  right: -1px;
}
.p-menu-effect_title {
  position: absolute;
  top: -2.3rem;
  left: -1px;
  background-color: #333333;
  color: #FFF;
  padding: 1.2rem 2rem 1.2rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .18em;
}
.p-menu-effect_title::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFF;
  height: 2px;
  width: 2rem;
  top: calc(50% - 1px);
  left: 0;
}
.p-menu-effect_list {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-menu-effect_list > li {
  padding-bottom: 1em;
  padding-left: 3.8rem;
  min-height: 3rem;
  background: url("/assets/img/common/ico_check.svg") no-repeat left top;
  background-size: 2.6rem;
}
.p-menu-effect_list > li:last-child {
  margin-bottom: 0;
}
.p-menu-effect.blue {
  background-color: #f6fdff;
}

.p-menu-box {
  border: 1px solid #333333;
  padding: 3rem 3rem 2rem;
}
.p-menu-box::after {
  display: block;
  content: "";
  clear: both;
}

.p-menu-treatment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-menu-treatment_photo {
  margin-bottom: 1em;
}
.p-menu-treatment_text {
  margin-bottom: 0;
}
.p-menu-treatment_text-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2em;
}
.p-menu-treatment_text-list > li {
  width: 46.3%;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 1em .5em 0;
}
.p-menu-treatment_text-list > li::after {
  content: "";
  display: block;
  clear: both;
}
.p-menu-treatment_text-list > li > figure {
  width: 7.5rem;
  float: left;
}

.p-menu-treatment-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-menu-treatment-s_photo {
  margin-bottom: 1em;
}
.p-menu-treatment-s_text {
  margin-bottom: 0;
}
.p-menu-treatment-s_text > :last-child {
  margin-bottom: 0;
}

.p-menu-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-menu-overview_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-menu-overview_item .p-th, .p-menu-overview_item .p-td {
  padding: 1.8rem 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-menu-overview_item .p-th {
  width: 36%;
  border-bottom: 1px solid #333333;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  text-align: left;
}
.p-menu-overview_item .p-td {
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.p-menu-combination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: flex-start;
}
.p-menu-combination_photo {
  width: 89.55223%;
  margin: 0;
}
.p-menu-combination_text {
  width: 85.07462%;
  margin: 12rem 0 0 -25rem;
}
.p-menu-combination_text > a {
  display: block;
  width: 100%;
  height: 100%;
  background: #6a6264 url("/assets/img/common/button_arrow_white.svg") no-repeat right 1.5rem center;
  background-size: 2.6rem;
  color: #FFF;
  text-decoration: none;
  padding: 3rem 4.5rem 3rem 3rem;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.p-menu-combination_text > a > .en {
  display: block;
  font-size: 1.8rem;
  letter-spacing: .18em;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: .5em;
}
.p-menu-combination_text > a > .jp {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .18em;
  font-weight: 500;
}

.p-about-doctor {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.p-about-doctor_title-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
}
.p-about-doctor_photo {
  width: 15rem;
  margin-right: 2rem;
}
.p-about-doctor_title {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  margin-bottom: 1.5em;
}
.p-about-doctor_title > small {
  display: block;
  font-weight: 500;
  padding-top: .8em;
  font-size: .68em;
  font-family: "Montserrat", sans-serif;
}
.p-about-doctor_subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1em;
  font-feature-settings: "palt";
  letter-spacing: .18em;
}
.p-about-doctor_sub {
  padding: 3.5rem 0 2.5rem;
  border-top: 1px solid #333333;
}
.p-about-doctor_career {
  font-size: 1.1rem;
  line-height: 1.6;
}
.p-about-doctor_career dt {
  clear: left;
  float: left;
  width: 7em;
}
.p-about-doctor_career dd {
  padding: 0 0 .5rem 7em;
}
.p-about-doctor_career > :last-child {
  padding-bottom: 0;
}
.p-about-doctor_licence {
  font-size: 1.1rem;
  line-height: 1.6;
}
.p-about-doctor_outer > :last-child {
  margin-bottom: 0;
}
.p-about-doctor.sub {
  border-top: 1px solid #333333;
  padding: 4rem 0 0;
  margin-bottom: 3rem;
}

.p-about-staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-about-staff > li {
  width: 31.34328%;
  margin-left: 2.98507%;
}
.p-about-staff > li:nth-child(3n+1) {
  margin-left: 0;
}
.p-about-staff > li > figure > figcaption {
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
  padding-top: .5em;
}

.p-insta-button {
  margin-bottom: 0;
  text-align: center;
}
.p-insta-button a {
  display: inline-block;
  padding: 1em 0;
  color: #c9867b;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}
.p-insta-button a::after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  width: 1em;
  height: 1em;
  background: url("/assets/img/common/ico_insta.svg") no-repeat center center;
  background-size: contain;
  vertical-align: -.2em;
}

.p-about-facilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-about-facilities > li {
  width: 47.76119%;
  margin-left: 4.47761%;
  margin-bottom: 2rem;
}
.p-about-facilities > li:nth-child(2n+1) {
  margin-left: 0;
}

.p-menu-block-title {
  margin-bottom: 1.5em;
}
.p-menu-block-title > span {
  position: relative;
  display: inline-block;
  border: 1px solid #333333;
  border-left: none;
  padding: 1.3em 1.3em 1.3em .2em;
  font-size: 1.6rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: .18em;
}
.p-menu-block-title > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 1px;
  width: 4rem;
  background-color: #FFF;
}

.p-flow-times {
  position: relative;
}
.p-flow-times::after {
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  background: url("/assets/img/menu/massagepeel/times.png") no-repeat center top;
  background-size: contain;
}

.p-cosme-price {
  display: block;
  text-align: right;
  line-height: 1.5;
  font-size: .92em;
  padding-top: 1em;
}
.p-cosme-price > p {
  margin-bottom: .3em;
}
.p-cosme-price > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-menu-main {
    margin: 0 -10rem 10rem;
  }
  .p-menu-main_photo {
    width: 85rem;
  }
  .p-menu-main_text {
    width: 60rem;
    padding: 5rem;
    margin: 21.5rem 0 0 -25rem;
  }
  .p-menu-main_text-title {
    font-size: 2.2rem;
  }
  .p-menu-main_text-name {
    font-size: 1.6rem;
  }

  .p-menu-effect {
    padding: 7rem 6rem 3rem;
  }
  .p-menu-effect_title {
    position: absolute;
    top: -2.8rem;
    padding: 1.8rem 3rem 1.8rem 6rem;
    font-size: 1.6rem;
  }
  .p-menu-effect_title::before {
    width: 2.8rem;
  }
  .p-menu-effect_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  .p-menu-effect_list > li {
    width: 47%;
    padding-bottom: 1.5em;
    padding-left: 5.5rem;
    min-height: 4rem;
    background-size: 4rem;
  }

  .p-menu-box {
    padding: 4rem 4rem 3rem;
  }

  .p-menu-treatment {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10rem;
  }
  .p-menu-treatment_photo {
    margin-bottom: 0;
    width: 50%;
  }
  .p-menu-treatment_text {
    margin: 0 0 0 auto;
    width: 45.83333%;
  }
  .p-menu-treatment_text-list {
    margin-top: 3em;
  }
  .p-menu-treatment_text-list > li {
    margin: 0 1em .5em 0;
    font-size: 1.4rem;
  }
  .p-menu-treatment_text-list > li > figure {
    width: 12rem;
  }

  .p-menu-treatment-s {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
  }
  .p-menu-treatment-s_photo {
    margin-bottom: 0;
    width: 50%;
  }
  .p-menu-treatment-s_text {
    margin: 0 0 0 auto;
    width: 45%;
  }
  .p-menu-treatment-s_photo.reverse {
    margin-bottom: 0;
    width: 50%;
    order: 2;
  }
  .p-menu-treatment-s_text.reverse {
    margin: 0 auto 0 0;
    width: 45%;
    order: 1;
  }

  .p-menu-overview_item {
    width: 50%;
  }
  .p-menu-overview_item .p-th, .p-menu-overview_item .p-td {
    font-size: 1.5rem;
    padding: 2.6rem 2rem;
  }

  .p-menu-combination_photo {
    width: 60%;
  }
  .p-menu-combination_text {
    width: 52%;
    margin: 7.1rem 0 0 -12rem;
  }
  .p-menu-combination_text > a {
    background-position: right 3rem center;
    background-size: 3.3rem;
    text-decoration: none;
    padding: 6rem 6rem 6rem 6rem;
  }
  .p-menu-combination_text > a > .en {
    font-size: 3rem;
  }
  .p-menu-combination_text > a > .jp {
    font-size: 1.6rem;
  }

  .p-about-doctor {
    padding-bottom: 5rem;
  }
  .p-about-doctor_title-outer {
    margin-bottom: 4rem;
  }
  .p-about-doctor_photo {
    width: 21rem;
    margin-right: 4rem;
  }
  .p-about-doctor_photo.s {
    width: 17rem;
    margin-right: 2rem;
  }
  .p-about-doctor_title {
    font-size: 2rem;
  }
  .p-about-doctor_subtitle {
    font-size: 1.5rem;
  }
  .p-about-doctor_sub {
    padding: 3.5rem 0 2.5rem;
    border-top: 1px solid #333333;
  }
  .p-about-doctor_career {
    font-size: 1.5rem;
  }
  .p-about-doctor_licence {
    font-size: 1.5rem;
  }
  .p-about-doctor_outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .p-about-doctor.sub {
    width: 50%;
    padding: 6rem 6rem 5rem 0;
    margin: 0;
  }
  .p-about-doctor.sub:nth-child(even) {
    padding: 6rem 0 5rem 6rem;
    border-left: 1px solid #333333;
  }

  .p-about-staff > li {
    width: 18%;
    margin-left: 6%;
  }
  .p-about-staff > li:nth-child(3n+1) {
    margin-left: 6%;
  }
  .p-about-staff > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-about-staff > li > figure > figcaption {
    font-size: 1.5rem;
  }

  .p-insta-button a {
    font-size: 1.4rem;
  }
  .p-insta-button a::after {
    vertical-align: -.2em;
  }

  .p-about-facilities > li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4rem;
  }

  .p-menu-block-title {
    margin-bottom: 2em;
  }
  .p-menu-block-title > span {
    font-size: 2.2rem;
  }

  .p-flow-times::after {
    position: absolute;
    top: 16%;
    right: -7%;
    width: 6%;
    height: 5em;
  }
}
/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/
.p-price-data {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #333333;
  border-bottom: none;
}
.p-price-data th, .p-price-data td {
  padding: 1em .5em;
  font-size: 1.1rem;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #333333;
  /*&:first-child {
    border-left:none;
  }*/
}
.p-price-data th {
  text-align: left;
  font-weight: 500;
  background-color: #efefef;
}
.p-price-data thead th {
  text-align: center;
}
.p-price-data th.current {
  background-color: #f4d1cc;
}
.p-price-data td.current {
  background-color: #fceeeb;
}
.p-price-data .yen {
  text-align: right;
  font-weight: 500;
}
.p-price-data .yen small {
  font-weight: 300;
  font-size: .7em;
}
.p-price-data .text {
  text-align: left;
  vertical-align: top;
}
.p-price-data.camp {
  border: 1px solid #c9867b;
  border-bottom: none;
}
.p-price-data.camp th, .p-price-data.camp td {
  border-left: 1px solid #f1e1df;
  border-bottom: 1px solid #c9867b;
  /*&:first-child {
    border-left:none;
  }*/
}
.p-price-data.camp th {
  background-color: #faf5f4;
}
.p-price-title {
  margin-bottom: 1em;
  line-height: 1.5;
}
.p-price-section {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .p-price-data th, .p-price-data td {
    padding: 1.5em;
    font-size: 1.5rem;
  }
  .p-price-title {
    font-size: 2rem;
  }
  .p-price-section {
    margin-bottom: 8rem;
  }
}
/*-------------------------------------------------------------------

	form

-------------------------------------------------------------------*/
.must-pos {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.c-btn-consent {
  display: inline-block;
  background-color: #ad7f52;
  color: #FFF;
  font-size: .88em;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
  border-radius: 5px;
}

.agree-message {
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 2em;
}

.form-section {
  background-color: #fbf0f4;
}
.form-section_inner {
  padding: 4rem 1.5rem 4rem;
}
.form-section_inner > :last-child {
  margin-bottom: 0;
}

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

	flow

-------------------------------------------------------------------*/
.flow_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2rem 2rem;
  background-color: #FFF;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.flow_list-num {
  display: block;
  width: 8rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 600;
  margin-top: -.05em;
}
.flow_list-num > strong {
  font-size: 1.92em;
}
.flow_list-text {
  flex: 1;
  font-size: 1.2rem;
}
.flow_list-text h3 {
  font-weight: 500;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  margin-bottom: .5rem;
}
.flow_list-text > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------
	flow PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .flow_list {
    padding: 4rem 6rem 4rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .flow_list-num {
    width: 18rem;
    font-size: 2rem;
  }
  .flow_list-text {
    font-size: 1.6rem;
  }
  .flow_list-text h3 {
    font-size: 1.8rem;
  }
}
/*-------------------------------------------------------------------
	form PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .form .basic-section_inner {
    padding-bottom: 4rem;
  }

  .agree-message {
    font-size: 1.8rem;
  }

  .form-section_inner {
    padding: 8rem 0 6rem;
    width: 1040px;
    margin: 0 auto;
  }
}
