@charset "UTF-8";

ul.doctor_highlight_list {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    width: 96%;
    overflow: hidden;
    margin: 100px auto 0;
}


section.mv {
    margin: 2% 25px 25px;
    min-height: 650px;
    position: relative;
    padding: 100px;
    height: 85vh;
    border-radius: 10px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

section.mv:before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.2);
    display: block;
    left: 0;
    top: 0;
    z-index: 99;
}

.mv_badge {
	position: absolute;
	right: 10%;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
	top: 15%;
	width: 180px;
	border: 1px solid #fff;
	height: 180px;
	backdrop-filter: blur(20px);
	font-size: 2rem;
	color: #fff;
	border-radius: 100%;
	z-index: 999;
	text-align: center;
	font-weight: 500;
	line-height: 28px;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mv_badge span {
    display: block;
    font-size: 2rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 6px;
}

.vegas-wrapper {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mv_lead {
    width: 1100px;
    color: #fff;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.mv_lead span {
    font-size: 9rem;
    font-weight: 400;
    letter-spacing: -2px;
    font-family: "Quicksand", sans-serif;
    line-height: 80px;
    text-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.mv_lead h2 {
    font-size: 3rem;
    font-weight: 500;
    text-shadow: 0 0 20px rgba(0,0,0,0.4);
    line-height: 44px;
    margin-top: 30px;
}

.mv_lead h2 span {
    font-size: 2rem;
    display: block;
    letter-spacing: 0;
    margin-top: 10px;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
}

section.concept {
    padding: 50px 0;
}

.concept_inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.concept_inner h2 {
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 200;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.concept_inner h2 span {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 25px;
}

.concept_cap p {
    font-size: 1.5rem;
    line-height: 28px;
    padding: 0 8%;
    letter-spacing: 0.5px;
}

.concept_cap {
    width: 44%;
    padding: 6% 5% 6% 0;
}

.concept_area {max-width: 1000px;margin: 100px auto;}

.concept_image {
    width: 50%;
    border-radius: 0 15px 15px 0;
    background-image: url("../img/jp_img/home/g_5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.15);
}

.concept_odd {
    display: flex;
    align-items: center;
    margin: 60px 0;
    padding-right: 10%;
    justify-content: space-between;
}

.concept_text h3 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.concept_text h3 span {
    display: block;
    font-size: 6rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 200;
    color: #80c9c3;
    line-height: 40px;
    margin-bottom: 18px;
}

.concept_text {
    width: 46%;
    padding: 0;
}

.concept_image_sub {
    width: 48%;
    border-radius: 12px;
    overflow: hidden;
}

.concept_text p {
    line-height: 28px;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
}

.concept_even {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 10%;
}

.what_blanche {
    padding: 40px 5%;
    background: #80c9c3;
    width: 96%;
    color: #fff;
    margin: 0 auto;
    border-radius: 15px;
	position: relative;
}

.what_blanche:before {
    content: "Blanche";
    display: block;
    position: absolute;
    font-size: 20rem;
    bottom: 0;
    left: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 100;
    line-height: 130px;
    overflow: hidden;
    opacity: 0.2;
}

.wb_cap h2 {
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 200;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.wb_cap h2 span {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 25px;
}

.what_blanche_inner {
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.what_blanche_inner h3 {
    font-size: 2.4rem;
    margin: 0 0 20px;
    font-weight: 500;
}

.what_blanche_inner p {
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.wb_cap {
    width: 48%;
}

.wb_image {
    width: 46%;
}

.others {
    width: 96%;
    background-image: url("../img/jp_img/home/main_package_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px;
    border-radius: 15px;
    margin: 20px auto;
    border: 1px solid #eee;
}

.others h3 {
    text-align: center;
    font-size: 1.6rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
}

.others h3 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    margin-top: 15px;
    margin-bottom: 40px;
}

.others p {
    text-align: center;
    font-size: 1.5rem;
}

.others a {
    display: block;
    text-align: center;
    color: #000;
    padding: 16px 40px;
    border: 1px solid #000;
    border-radius: 100px;
    width: max-content;
    margin: 50px auto 0;
}

.doctor_contents {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin: 0 auto;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    border-radius: 20px;
    width: 880px;
}

.doctor_image {
    width: 40%;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.doctor_message {
    width: 53%;
}

.doctor_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.doctor_inner h2 span {
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

section.doctor {
    padding: 100px 0;
}

h3.doctor_name {
    font-size: 2.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 5px 0 20px 0;
}

h3.doctor_name span {
    font-size: 1.8rem;
    margin-right: 15px;
}

.doctor_subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    color: #80c9c3;
    font-family: "Quicksand", sans-serif;
}

ul.doctor_profile_history li {
    font-size: 1.3rem;
    padding: 3px 0;
    margin-left: 10px;
    position: relative;
}

ul.doctor_profile_history li:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 50%;
    width: 3px;
    height: 3px;
    border: 1px solid;
    margin-top: -1.5px;
    border-radius: 100%;
}

ul.other_doctors {
    max-width: 1100px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.other_doctors li:before {
    content: "Blanche Dental Clinic";
    display: block;
    position: absolute;
    opacity: 0.075;
    right: 10px;
    font-family: "Quicksand", sans-serif;
    font-size: 2rem;
    top: -5px;
    line-height: 51px;
}

ul.other_doctors li {
    text-align: right;
    font-size: 1.6rem;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    color: #000;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 31%;
    box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 30px;
    background-position: left 5% center;
    margin: 1%;
    border-radius: 12px;
    min-height: 140px;
}

ul.other_doctors li span {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 4px;
    font-weight: 300;
}

ul.other_doctors li:nth-child(1) {
	background-image: url("../img/jp_img/home/doctor_1.png");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.other_doctors li:nth-child(2) {
	background-image: url("../img/jp_img/home/doctor_2.png");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.other_doctors li:nth-child(3) {
	background-image: url("../img/jp_img/home/doctor_3.png");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.other_doctors li:nth-child(4) {
	background-image: url("../img/jp_img/home/doctor_4.png");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.other_doctors li:nth-child(5) {
	background-image: url("../img/jp_img/home/doctor_5.png");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.other_doctors li:nth-child(6) {
	background-image: url("../img/jp_img/home/doctor_6.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.beforeafter_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.beforeafter_inner h2 span {
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.beforeafter_inner h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 80px;
}

ul.ba_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

ul.ba_list li {
    width: 48%;
    text-align: center;
    margin-bottom: 60px;
}

.ba_cap {
    font-size: 1.5rem;
    padding: 10px 0 20px;
    font-weight: 400;
    align-items: center;
    display: flex;
    justify-content: center;
}

.ba_cap span {
    padding: 3px 9px;
    font-size: 1.3rem;
    margin-left: 10px;
    background: #eee;
    color: #888;
    border-radius: 3px;
    font-weight: 300;
}

.ba_image {
    height: auto;
}


.review h2 {
    text-align: center;
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.review h2 span {
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.review_comment {
	padding: 10px 12%;
	position: relative;
}

.review_comment p {
    font-size: 1.8rem;
    font-weight: 600;
    color: #80c9c3;
    margin-bottom: 5px;
}

section.review {
    padding: 100px 0;
}

.review_comment:after {
    content: "";
    display: block;
    width: 90%;
    background: #fff;
    height: 15px;
    top: -14px;
    left: 50%;
    border-radius: 15px 15px 0 0;
    position: absolute;
    margin-left: -45%;
}

.review_comment span {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

section.menu {
    background: #f9f9f9;
    padding: 100px 0;
}

.menu_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.menu_contents {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    margin: 30px 0;
}

.menu_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.menu_inner h2 span {
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.menu_contents h3 {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.menu_contents h3 span {
    display: block;
    font-size: 1.8rem;
    color: #80c9c3;
    margin-bottom: 10px;
}

.menu_featured p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 40px;
}

.menu_contents h4 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #80c9c3;
    margin-bottom: 25px;
}

ul.menu_step {
    display: flex;
    justify-content: space-between;
}

ul.menu_step li {
    width: 24%;
    border: 1px solid #80c9c3;
    border-radius: 10px;
    overflow: hidden;
}

ul.menu_step_list {
    display: inherit!important;
    width: 100%!important;
    border: none!important;
    padding: 10px 24px;
}

ul.menu_step_list li {
    width: 100%!important;
    font-size: 1.4rem;
    margin: 10px 0;
    line-height: 24px;
    padding-left: 8px;
    color: #888;
    border: none!important;
    position: relative;
}

ul.menu_step li span {
    text-align: center;
    display: block;
    font-size: 2rem;
    color: #fff;
    padding: 10px 0;
    font-family: "Quicksand", sans-serif;
    background: #80c9c3;
    font-weight: 600;
}

ul.menu_step_list li span {
    background: none!important;
    color: #888!important;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 300;
}

ul.menu_step_list li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border: 1px solid;
    border-radius: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    margin-top: -1.5px;
}

.menu_price_area {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border-radius: 20px;
}

.menu_price_area h4 {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

table.menu_price th {
    background: #80c9c3;
    text-align: center;
    padding: 14px;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    border-right: 2px solid #fff;
}

table.menu_price td {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

p.menu_ps {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #888;
}

section.blanche_youtube {
    background: #222;
    padding: 80px 0;
    margin: 0;
}

.blanche_youtube_inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.blanche_youtube_contents {
    color: #fff;
    width: 45%;
}

.blanche_youtube_contents h2 {
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    color: #80c9c3;
    line-height: 45px;
}

.blanche_youtube_contents h2 span {
    display: block;
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.blanche_youtube_iframe {
    border-radius: 12px;
    overflow: hidden;
    width: 50%;
    border: 1px solid #fff;
}

.blanche_youtube_cap {
    font-weight: 500;
    margin-bottom: 50px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    padding: 5px 0 5px 15px;
}

.blanche_youtube_contents a {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    border: 1px solid;
    border-radius: 100px;
    padding: 14px 50px;
    width: max-content;
    font-weight: 300;
}

section.access {
    background: #f5f5f5;
}

.access_contents {
    display: flex;
    justify-content: space-between;
}

.access_map {
    width: 50%;
    background: #333;
}

.access_info {
    width: 50%;
    padding: 6%;
}

.access_address {
    margin: 20px 0 50px;
    font-size: 1.5rem;
    font-weight: 300;
}

.access_timetable h3 {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem;
}

.access_info h2 {
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.access_info h2 span {
    display: block;
    margin-left: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.clinic_name {
    font-size: 3rem;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
}

.clinic_name span {
    display: block;
    font-size: 1.6rem;
    margin-top: 5px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

table.clinic_table th {
    padding: 8px 15px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    background: #111;
    border-bottom: 2px solid #f5f5f5;
    text-align: center;
}

table.clinic_table td {
    padding: 8px 15px;
    font-size: 1.5rem;
    font-weight: 300;
    background: #fff;
    border-bottom: 2px solid #f5f5f5;
}

.access_map iframe {
    width: 100%;
    height: 100%;
}

.comparison {
    width: 100%;
    padding-bottom: 311px;
    position: relative;
}
#comparison1 figure {
    background-image: url(../img/jp_img/home/main_bna_con01a.jpg);
}
#comparison2 figure {
    background-image: url(../img/jp_img/home/main_bna_con02a.jpg);
}
#comparison3 figure {
    background-image: url(../img/jp_img/home/main_bna_con03a.jpg);
}
#comparison4 figure {
    background-image: url(../img/jp_img/home/main_bna_con04a.jpg);
}
#comparison5 figure {
    background-image: url(../img/jp_img/home/main_bna_con08a.jpg);
}
#comparison6 figure {
    background-image: url(../img/jp_img/home/main_bna_con06a.jpg);
}
.main_bna figure {
    position: absolute;
    background-size: 100%;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
#divisor1 {
    background-image: url(../img/jp_img/home/main_bna_con01b.jpg);
}
#divisor2 {
    background-image: url(../img/jp_img/home/main_bna_con02b.jpg);
}
#divisor3 {
    background-image: url(../img/jp_img/home/main_bna_con03b.jpg);
}
#divisor4 {
    background-image: url(../img/jp_img/home/main_bna_con04b.jpg);
}
#divisor5 {
    background-image: url(../img/jp_img/home/main_bna_con08b.jpg);
}
#divisor6 {
    background-image: url(../img/jp_img/home/main_bna_con06b.jpg);
}

.divisor {
    background-size: cover;
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 100%;
}
.divisor::after {
    content: '';
    position: absolute;
    right: -13px;
    width: 27px;
    height: 328px;
    background-image: url(../img/jp_img/home/divisor.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    bottom: 0;
}

.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: -89px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.handle::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-53%);
    background-image: url(../img/jp_img/home/control.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.main_bna input[type='range'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    bottom: -54px;
    left: 0px;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    border: none;
    z-index: 2;
}
.main_bna input[type='range']:focus,
input[type='range']:active {
    border: none;
    outline: none;
}

.main_bna input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 34px;
    width: 34px;
    border-radius: 50%;
}

.main_bna input[type='range']::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
.main_bna input[type='range']::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #80c9c3;
    border-radius: 50px;
    opacity: 0.2;
}
.main_bna .container {
}
.bna {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 30px;
}
.bna > span {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

section.gallery {
    padding: 100px 0 0;
}

.gallery h2 {
    text-align: center;
    font-size: 4rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.gallery h2 span {
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 2px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 380px;
  overflow: hidden;
  margin: 0 1px;
}
.scroll-infinity__item>img {
  width: 100%;
}

@media screen and (max-width: 480px) {
	
ul.doctor_highlight_list {
    margin: 70px auto 0;
    border-radius: 10px;
    width: 94%;
}

ul.doctor_highlight_list li {
    width: 100%;
}

ul.doctor_highlight_list {
    display: block;
}
	
.mv {
    height: 90vh !important;
    min-height: inherit!important;
    margin: 3% auto!important;
    width: 94%;
    display: block;
    padding: 30px 5%!important;
}

.mv_lead span {
    font-size: 5rem;
    line-height: 53px;
    text-align: center;
}

.mv_lead {
    width: 90%;
    text-align: center;
}

.vegas-wrapper {
    display: flex;
}

.mv_lead h2 {
    font-size: 1.8rem;
    line-height: 31px;
}

.mv_lead h2 span {
    font-size: 1.4rem;
}

.mv_badge {
    top: 3%;
    font-size: 1.4rem;
    right: 5%!important;
    line-height: 17px;
    width: 120px;
    height: 120px;
}
	
.mv_badge span {
    font-size: 1.5rem;
}
	
.concept_inner {
    display: block;
}

.concept_image {
    width: 100%;
    height: 250px;
    border-radius: 0;
}
	
.concept_odd .concept_image_sub {
    border-radius: 0 12px 12px 0!important;
}

.concept_even .concept_image_sub {
    border-radius: 12px 0 0 12px!important;
}

section.concept {
    padding: 0;
}

.concept_cap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0;
}

.concept_inner h2 {
    justify-content: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.concept_inner h2 span {
    font-size: 1.8rem;
}

.concept_cap p {
    font-size: 1.3rem;
    line-height: 26px;
    padding: 0 5%;
}

.concept_odd {
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
}

.concept_image_sub {
    width: 100%;
}

.concept_text {
    width: 100%;
    padding: 0 8%;
    margin-top: 30px;
}

.concept_area {
    margin: 40px auto;
}

.concept_text h3 {
    font-size: 1.8rem;
    line-height: 27px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.concept_text h3 span {
    font-size: 5rem;
    margin-bottom: 0;
    margin-right: 13px;
}

.concept_text p {
    font-size: 1.3rem;
    line-height: 24px;
}

.concept_even {
    display: block;
    margin-bottom: 40px;
}

.what_blanche {
    display: block;
    padding: 30px 7%;
    overflow: hidden;
    width: 94%;
}

.what_blanche_inner {
    display: block;
}

.wb_image {
    width: 100%;
    margin-bottom: 30px;
}

.wb_image iframe {
    height: 100%!important;
}

.wb_cap {
    width: 100%;
}

.what_blanche_inner h3 {
    font-size: 1.8rem;
}

.what_blanche_inner p {
    font-size: 1.3rem;
    line-height: 24px;
}

.wb_cap h2 {
    font-size: 2rem;
    justify-content: center;
    margin-bottom: 30px;
}

.wb_cap h2 span {
    font-size: 1.5rem;
    padding-left: 15px;
    margin-left: 15px;
}

.what_blanche:before {
    font-size: 11rem;
    line-height: 70px;
}

.others {
    padding: 40px 7%;
    width: 94%;
    margin: 10px auto;
}

.others h3 span {
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.others p {
    font-size: 1.3rem;
    line-height: 24px;
    color: #888;
    text-align: left;
}

.others a {
    margin: 20px auto 0;
    padding: 11px 30px;
}

section.doctor {
    padding: 40px 0;
}

.doctor_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.doctor_inner h2 span {
    font-size: 1.8rem;
}

.doctor_contents {
    width: 94%;
    display: block;
    padding: 2%;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 14px;
}

.doctor_message {
    width: 100%;
    padding: 5%;
}

h3.doctor_name {
    justify-content: center;
    font-size: 1.8rem;
}

.doctor_subtitle {
    text-align: center;
}

.doctor_image {
    width: 100%;
    height: 300px;
}

ul.other_doctors li {
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
    background-position: left 10% center;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 14px;
}

ul.other_doctors {
    width: 94%;
    margin: 10px auto;
}

.beforeafter_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.beforeafter_inner h2 span {
    font-size: 1.8rem;
}

.beforeafter_inner h3 {
    padding: 0 8%;
    font-size: 1.3rem;
    margin-bottom: 50px;
    line-height: 24px;
    text-align: left;
}

ul.ba_list {
    display: block;
}

ul.ba_list li {
    width: 100%;
    margin-bottom: 30px;
}

.ba_cap {
    font-size: 1.3rem;
}

.comparison {
    padding-bottom: 228px;
}

.divisor::after {
    height: 245px;
}

.bna {
    padding: 0 6%;
}
	
section.review {
    padding: 10px 0 50px 0;
}

.review h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.review h2 span {
    font-size: 1.8rem;
}

.review_comment p {
    font-size: 1.5rem;
    line-height: 20px;
    margin-bottom: 3px;
}

.review_comment span {
    font-size: 1.2rem;
    letter-spacing: 0;
}

.review_comment:after {
    height: 10px;
    border-radius: 10px 10px 0 0;
    top: -9px;
}
	
section.menu {
    padding: 50px 4%;
}

.menu_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.menu_inner h2 span {
    font-size: 1.8rem;
}

.menu_contents {
    padding: 30px 8%;
    border-radius: 10px;
}

.menu_contents h3 span {
    font-size: 1.5rem;
}

.menu_contents h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.menu_featured p {
    font-size: 1.3rem;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
}

.menu_featured p br {
    display: none;
}

.menu_contents h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

ul.menu_step {
    display: block;
}

ul.menu_step li {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
}

ul.menu_step li span {
    font-size: 1.8rem;
    padding: 5px 10px;
}

ul.menu_step_list li {
    font-size: 1.3rem;
    line-height: 22px;
    margin: 5px 0;
}

.menu_contents {
    margin: 15px auto;
}

.menu_price_area {
    padding: 30px 3%;
}

.menu_price_area h4 {
    font-size: 2.2rem;
    padding-bottom: 30px;
    margin-bottom: 0;
    border: none;
}

table.menu_price th {
    font-size: 1.23rem;
    padding: 10px 0;
}

table.menu_price td {
    padding: 7px 4px;
    font-size: 1.2rem;
    line-height: 18px;
}

p.menu_ps {
    text-align: left;
    padding: 0 5%;
    margin: 10px 0 0;
    font-size: 1.2rem;
    font-weight: 300;
}

section.gallery {
    padding: 40px 0 0;
}

.gallery h2 {
    font-size: 2.2rem;
}

.gallery h2 span {
    font-size: 1.8rem;
}

.scroll-infinity__item {
    width: 240px;
}

section.blanche_youtube {
    padding: 40px 8%;
    display: block;
}

.blanche_youtube_inner {
    display: block;
    width: 100%;
}

.blanche_youtube_contents {
    width: 100%;
}

.blanche_youtube_contents h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 35px;
}

.blanche_youtube_contents h2 span {
    font-size: 1.5rem;
}

.blanche_youtube_cap {
    text-align: center;
    border: none;
    padding: 0;
    color: #aaa;
    margin-bottom: 30px;
}

.blanche_youtube_contents a {
    margin: 0 auto 30px;
    padding: 10px 30px;
    font-size: 1.3rem;
}

.blanche_youtube_iframe {
    width: 100%;
    height: 240px;
}

.access_contents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.access_map {
    width: 100%;
    height: 250px;
}

.access_info {
    width: 100%;
    padding: 50px 8%;
}

.access_info h2 {
    font-size: 2.4rem;
    justify-content: center;
    margin-bottom: 40px;
}

.access_info h2 span {
    font-size: 1.8rem;
}

.clinic_name {
    text-align: center;
    font-size: 2.4rem;
}

.clinic_name span {
    font-size: 1.4rem;
}

.access_address {
    text-align: center;
    font-size: 1.3rem;
    margin: 20px 0 40px;
}

.access_timetable h3 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 10px;
}

table.clinic_table th {
    font-size: 1.3rem;
    width: 22%;
    padding: 8px 0;
}

table.clinic_table td {
    font-size: 1.3rem;
}
}