@charset "UTF-8";
/*-------------------------------------------------------------------

	MV

-------------------------------------------------------------------*/
.mv {
  background: white url(../img/top/mv3.jpg) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 640px;
  height: calc(1270 / 750 * 100vw);
  max-height: 1083.7333333333px;
}
.mv_inner {
  position: relative;
  padding: 1.8rem 2rem 4rem;
}
.mv_logo {
  display: block;
  width: 21.4rem;
  margin-bottom: 2.3rem;
}

/*-------------------------------------------------------------------

	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;
}
.p-basic-title--en {
  display: block;
  font-family: "Montserrat", "sans-serif";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .3em;
  margin-bottom: .5em;
}
.p-basic-title--jp {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.9rem;
  letter-spacing: .08em;
  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 #ff9933;
  padding: .5em 0 .5em .8em;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.p-button-close {
  text-align: center;
}
.p-button-close a {
  display: inline-block;
  padding: 1em;
  background-color: #333333;
  color: #FFF;
  text-decoration: none;
  bordet-rasius: 4px;
}

.lower-header {
  padding: 1em;
}
.lower-header img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}

/*-------------------------------------------------------------------

	plan

-------------------------------------------------------------------*/
.plan {
  background: #ecf6ff;
  border-top: 1px solid #9ccefb;
}
.plan_inner {
  padding: 0 1.5rem 3rem;
}
.plan_inner > :last-child {
  margin-bottom: 0;
}
.plan_title {
  width: 82.3%;
  margin: 0 auto 0;
  transform: translateY(-3.1rem);
}
.plan_title + section {
  margin-top: -1rem;
}
.plan_block {
  margin-bottom: 4.4rem;
}
.plan_block-title {
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-style: italic;
  letter-spacing: .18em;
  text-align: center;
  margin-bottom: 2rem;
}
.plan_block-item {
  position: relative;
  background-color: #FFF;
  padding: 2.5rem 2rem 2rem;
  border-radius: 5px;
  margin-bottom: 2.9rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.plan_block-item > :last-child {
  margin-bottom: 0;
}
.plan_block-item .plan-gentei {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: -5px;
  width: 6rem;
  height: 6rem;
  background-color: #ffcc33;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}
.plan_block-item .plan-en {
  display: block;
  color: #ff6600;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .18em;
}
.plan_block-item .plan-en::after {
  display: block;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #ff6600;
  margin: .5em auto .8em;
}
.plan_block-item .plan-jp {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 1em;
}
.plan_block-item .plan-jp small {
  font-size: .6em;
}
.plan_block-item .plan-photo {
  margin-bottom: 1rem;
}
.plan_block-item .plan-bui {
  padding: .8em .3em;
  margin-bottom: .3em;
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.plan_block-item .plan-price {
  color: #ff6600;
  font-size: 5.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0 auto 1rem;
}
.plan_block-item .plan-price small {
  font-size: .45em;
}
.plan_block-item .plan-price--small {
  font-size: 4rem;
  margin: -1rem auto 0;
}
.plan_block-item .plan-caption {
  font-size: 1.2rem;
  text-align: center;
}
.plan_block-item .plan-link {
  background-color: #ff9933;
  color: white;
  font-size: 1.5;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 1.4em .5em;
  border-radius: 5px;
  margin: 0;
}
.plan_banner li {
  margin-bottom: 1rem;
  box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------------------

	machine

-------------------------------------------------------------------*/
.machine_main {
  position: relative;
  height: 49.5rem;
  max-height: 99rem;
  margin: 0 auto 3em;
  background: url("../img/top/laser_machine.jpg") no-repeat center top;
  background-size: 100% auto;
}
.machine_link {
  position: absolute;
  display: inline-block;
  background-color: #003580;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  padding: 1em;
  text-decoration: none;
  border-radius: 5px;
}
.machine_link--1 {
  top: 15rem;
  left: 7.7rem;
}
.machine_link--2 {
  bottom: 1rem;
  left: 2rem;
}
.machine_link--3 {
  bottom: 1rem;
  right: 1rem;
}
.machine_subtitle {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
.machine_subtitle--orange {
  color: #ff9933;
}
.machine_list {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.machine_list dt {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: .5em;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #003580;
}
.machine_list dd {
  font-size: 1.3;
}

/*-------------------------------------------------------------------

	reason

-------------------------------------------------------------------*/
.reason {
  background: #003580;
  color: white;
}
.reason .p-basic-section {
  padding-bottom: 2.5rem;
}
.reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason_list li {
  width: 47.826%;
  margin-bottom: 1.7rem;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.15));
}

/*-------------------------------------------------------------------

	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 {
  background: #ecf6ff;
}
.price .p-basic-title {
  margin-bottom: 5rem;
}
.price_bodyall {
  padding: 0 2rem;
  margin-bottom: 7rem;
}

/*-------------------------------------------------------------------

	flow

-------------------------------------------------------------------*/
.flow_list {
  background-color: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 0 2rem 2rem;
}
.flow_list > :last-child {
  margin-bottom: 0;
}
.flow_list .text > :last-child {
  margin-bottom: 0;
}
.flow_list-title {
  background-color: #f7f7f7;
  border-top: 2px solid #ff9933;
  padding: 1.5rem 2rem 1rem 5.2rem;
  text-indent: -3.2rem;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0 -2rem 2rem;
  font-feature-settings: "palt";
  letter-spacing: .08em;
}
.flow_list-title i {
  font-size: 2.5rem;
  margin-right: .3em;
  color: #ff9933;
  font-weight: 600;
}
.flow_list-title i small {
  font-size: .6em;
}
.flow_list-lead {
  color: #48d0c5;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.flow_arrow {
  border: 0;
  margin: 0  auto 1.8rem;
  width: 2.4rem;
  height: 1.2rem;
  background: url("../img/top/flow_next.svg") no-repeat center center;
  background-size: contain;
}

/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.clinic_doctor {
  display: flex;
  justify-content: space-between;
}
.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%;
}

/*-------------------------------------------------------------------

	contact

-------------------------------------------------------------------*/
.contact {
    background-color: #fcf7ed;
}
.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: 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%;
}
.floatBtn-list_tel a {
  background: #cc0000 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: #333 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: 600;
  text-align: center;
}

/*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;
}



/* case */
#caseBnr .box{
    margin: -3rem 0 2rem;
    padding: 0 1.5rem 3rem;
}
#caseBnr .box-inner{
    width: 100%;
    padding: 2% 5% 5%;
    box-sizing: border-box;
    border: 1px solid #003580;
}
.caseBnrimg{
    width: 80%;
    margin: auto;
}
.caseBnrimg img{
    width: 100%;
}
#caseBnr h2{
    color: #003580;
    font-size: 1.7rem;
    font-weight: 600;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin-bottom: 0.5em;
    text-align: center;

}
#case{
    /*    background-color: #fff;*/
    background: #f7f7f7;
}
#case .box{
    background-image: none;
}
#case .box .box-inner {
    width: 90%;
    
    padding: 10% 5%;
    position: relative;
    z-index: 500;
}

.caseBox{
    background: #fff;
/*    border: 1px solid #b4a683;*/
}
.caseTxtbox{
    margin-top: 40px;
    width: 100%;
    padding: 20px 5%;
    box-sizing: border-box;
}
.caseTxtbox dt,
.caseTxtbox dd{
    text-align: left;
    line-height: 1.5;
}
.caseTxtbox dt{
    font-weight: bold;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #003580;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.caseTxtbox dd{
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #003580;
}
.caseTxtbox dd:last-of-type{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.caseTxtbox dd .case-priceArea li{
    display: flex;
    justify-content: flex-start;
}
.caseTxtbox dd .case-priceArea li p{
    margin: 0;
    width: 90px;
}
.caseTxtbox dd .case-priceArea li p.case-price{
    text-align: right;
}

.bx-wrapper .bx-prev {
    left: 0;
    background: url(../img/top/btn-l.png) no-repeat !important;
    background-size: 30px  !important;
}

.bx-wrapper .bx-next {
    background: url(../img/top/btn-r.png) no-repeat !important;
    background-size: 30px  !important;
}

.bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #003580 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #dadad9 !important;
}

.reason h2 img {
    vertical-align: top !important;
}

.bx-wrapper {
    margin: 0 auto 10% !important;
    padding: 0;
}