/* CSS Document */
@media screen and (max-width:640px) {
    html {
        font-size: 62.5%;
    }
    .top_treatments_l_box:hover::before,
    .top_treatments_l_box a:hover dd::before,
    .top_treatments_l_about::before,
    .top_news_flame .archive_ariticle a::before{
        display: none;
    
    }
    .top_treatments_l_about a dd span,
    .top_news_flame .archive_item:hover .archive_ttl{
        background: none;
    }
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
body {
    font-size: 1.35rem;

    min-width: 320px;
}
body ,
.sp_resv{
    min-width: 320px;
}
.treatment_index_link_outer,

.feature_section,
.fb,
.inner,
header,
footer,
.treat_contents,
.clinic_contents,
.fb_copy_s,
.top_concept_inner_box,
.top_treatments .text01,
.top_cases_l,

.top_news_l {
    min-width: auto;
    max-width:none;
    width: auto;
}


.treatment_index_link_outer,
.clinic_index_link_outer,
.breadcrumbs,
.fb_index_inner,
.box01,
.box03,
.box04,
.top_concept_inner .box01,
.fb .inner,
.fb_inner_title,
.price_anker_01,
.fb_copy_inner,
.top_feature_inner,
.top_treatments .box01,
.top_concept_inner{
	max-width:auto!important;
	min-width:auto!important;
    width: auto!important;
    padding-left: 3rem;
    padding-right: 3rem;
	margin:auto;
    flex-basis: auto;
}


.fb_copy_s{
    width: auto;
}

.treatment_contents,
.treatment_contents_text,
.treatment_index_list_box_inner{
    max-width:none;
	min-width:auto;
    width: auto;
}

.fixedAreaBtm_timeOpen,
.fixedAreaBtm {
    display: none;
}










/*============================================================================

	header

============================================================================*/



header,
header.fixed {
    display: block;
	height:5rem;

}
.header_inner{
	display:none;
}



/*============================================================================

	nav

============================================================================*/


.header_logo img{
position: absolute;
    left: 2rem;
    top: 0;
	bottom:0;
	margin:auto;

	width: 14rem;
	z-index: 90;

}

.fixed {
    width: 100%;
}
.fixed li a {
}
.fixed li {
    display: block;
}


nav {
    display: none;
}
.sp_navi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: inherit;
	
	display:block;
}
.sp_navi_fixed_area.schedule-open,
.sp_navi_fixed_area.access-open,
.sp_navi_fixed_area.active {
	z-index:100;

}
.sp_navi_fixed_area.schedule-open .sp_nav_shcedule,
.sp_navi_fixed_area.access-open .sp_nav_access,
.sp_navi_menu a.active{
    background-color:#7B859D;
}

.sp_navi_fixed_area.schedule-open .sp_nav_shcedule, .sp_navi_fixed_area.access-open .sp_nav_access, .sp_navi_menu a.active {
    background-color: #001D94;
}








.sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: inherit;
    background: #fff;
	overflow: hidden;
}


.sp_navi_fixed_area {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
    height: inherit;
}
.sp_navi_fixed_area.active{
	z-index:9999;
}
.sp_navi_menu {
    position: absolute;
	right: 0;
    top: 0;
	width:5rem;
    height: 5rem;
}
.sp_navi_menu i {
    position: relative;
    top: 2rem;
    font-size: 0.9rem;
    font-style: normal;
    margin-right: 2%;
}



.sp_navi_list {
    pointer-events: none;
    opacity: 0;
    transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
    transition-property: top , opacity;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background: #fff;
        z-index: -10;
    top: -10vw;
    display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-content: flex-start;
	padding:20% 0 0 0;
	
}
.sp_navi_list.active {
    opacity: 1;
    pointer-events: auto;
    z-index: auto;
    top: 0;
}

	.sp_logo{
		
		width:40%;
		margin-bottom:30px;
	}


.sp_link{
    padding:1rem 3rem;
    margin: auto;
    width: 100%!important;
}
.sp_navi_list li {
    display: block;
    width: 100%;
    padding:1.0rem 0;
    font-size: 2.0rem;
    font-weight:600;
    text-align: left;
    border-bottom: 1px solid #E4E7EB;
	letter-spacing: 3px;
	margin: 0 0 20px 0;
}



.sp_navi_list li a.active{
    background-image: linear-gradient(#fff, #fff);
transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
background-position: 0 100%;
background-size: 100% 1px;

background-repeat: no-repeat;

}
.sp_navi_list li.sp_navi_list_home a.active{
    background: none;
}




.sp_navi_list dt,
.sp_navi_list li,
.sp_navi_list li a {
    color:#333;
    line-height: 1.6;

}



.sp_link > li > a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-decoration: none;

}
.sp_link > li > a.active{
	border-bottom:1px solid #fff;
}
.sp_link > li.sp_navi_list_home a.active{
	border:none;
}
.sp_navi_fold{
	margin-bottom: 2px;
	    align-items: start;
}
.sp_navi_list li.sp_navi_parent {
    display: flex;
    flex-wrap: wrap;
}



.sp_navi_parent_title {
    width: 40%;
}
.sp_navi_clinic, .sp_navi_fold {
    width: 60%;
}
/* 開閉 */


.sp_navi_clinic li,
.sp_navi_fold li{
    padding: 0 0 1rem 0;

    
}
.sp_navi_clinic li:last-child,
.sp_navi_fold li:last-child{
    padding-bottom: 0;

    
}
.sp_navi_parent li {
    border-bottom: none;
}
.sp_navi_parent_title .ico_cross{

	display: inline-block;
position: relative;
width: 1rem;
height: 1rem;
margin-left: 1rem;
	display:none;
}
.sp_navi_parent_title .ico_cross::before,
.sp_navi_parent_title .ico_cross::after{
	    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #7B859D;
	transition-duration: 0.25s;
transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.sp_navi_parent_title .ico_cross::before{
	transform: rotate(0deg);
}
.sp_navi_parent_title .ico_cross::after{
	transform: rotate(-90deg);
}

.sp_navi_parent_title.is-open .ico_cross::before{
	transform: rotate(-90deg);
}
.sp_navi_parent_title.is-open .ico_cross::after{
	transform: rotate(90deg);
}

.sp_navi_clinic,
.sp_navi_fold {
	display:flex;
	justify-content:space-between;
	

}



.sp_navi_clinic li a,
.sp_navi_fold li a,
li.sp_navi_small a {
	font-size: 1.2rem;
	line-height: 1.6;
    font-weight: normal;
    padding: 0.5vh 0;
	white-space:nowrap;
}
.sp_navi_clinic_list,
.sp_navi_fold_list {
	position:relative;
	width: fit-content;
	box-sizing:border-box;
}


.sp_navi_clinic_list:first-child,
.sp_navi_fold_list:first-child {
	width: fit-content;
	    margin-right: 4vw;
}













/*ボタンの動き*/
.sp_navi_menu a {
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 0;
    z-index: 9999999;
    text-align: center;
    background-color: #001D94;
}
.sp_navi_menu a > span {
    display: block;
    background: #FFF;
    width: 2.6rem;
    height: 1px;
    position: absolute;
    left: 1.6rem;
	transition-duration: 0.32s;
	transition-timing-function: cubic-bezier(.165,.84,.44,1);
	right: 0;
	left: 0;
	margin: auto;
}
.sp_navi_menu a > span:nth-child(1) {
    top: 1.2rem;
}
.sp_navi_menu a > span:nth-child(2) {
    margin-top: -0.7rem;
    top: 50%;
}
.sp_navi_menu a > span:nth-child(3) {
    bottom: 2.5rem;
}
.sp_navi_menu a i {
    position: relative;
    left: -0.2rem;
    bottom: 0.6rem;
}


/* メニュー開閉 */
.sp_navi_menu_text{
	position:relative;
	padding-top:0;
	font-size: 0.9rem;
font-weight: normal;
color: #fff;
text-align: center;
line-height: 1;
}

.sp_navi_menu a .sp_navi_menu_text_menu,
.sp_navi_menu a .sp_navi_menu_text_close{
	position:absolute;
	left:0;
	right:0;
	top:3.4rem;
		transition-duration: 0.52s;
	transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.sp_navi_menu a .sp_navi_menu_text_menu{
	opacity:1;


}
.sp_navi_menu a .sp_navi_menu_text_close{
opacity:0;
}

.sp_navi_menu a.active .sp_navi_menu_text_menu{
	opacity:0;

}
.sp_navi_menu a.active .sp_navi_menu_text_close{
	opacity:1;

}



.sp_navi_menu a.active i {
    color: #fff;
}
.sp_navi_menu a.active > span {
    background: #fff;
}
.sp_navi_menu a.active > span:nth-child(1) {
	top: 0.8rem;
	transform: translateY(0.8rem) rotate(225deg);
}
.sp_navi_menu a.active > span:nth-child(2) {
    opacity: 0;
}
.sp_navi_menu a.active > span:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-225deg);
}

li.sp_navi_sublist a{
		font-size: 1.2rem;
font-weight: normal;
line-height:1.5;
}

.sp_navi_secondlist{
	padding: 0vh 2vw 10vh;
	    width: fit-content;
    margin: auto;
}
.sp_navi_secondlist li{
	padding: 0.5vh 0 0.5vh 0;
}
.sp_navi_secondlist li a{
	font-size: 1.2rem;
font-weight: normal;
line-height:1.5;
}


.header_tel_text{
  font-size: 1.6rem;
  font-weight: bold;
  margin:20px 0 0  0;
width:100%;
text-align: center;
}
.header_tel_num{
  position: relative;
  z-index: 10;
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.header_tel_num a{
  font-size: 2.4rem;
  font-weight:900!important;
}
.header_tel_num_text{
  font-size: 1.6rem;
  font-weight: 700;
  
}








/* .sp_nav_access */
.sp_nav_access{
		position: absolute;
	top: 0;
	right: 5rem;
	width:5rem;
	height:5rem;
		background-color:#001D94;
}
.sp_nav_access_ico{
	height: 3.4rem;
	display: flex;
}


.sp_nav_access_ico img {
    height: 1.8rem;
    width: auto;
	padding-top:0.2rem;

    display: block;
	margin:auto;

}
.sp_nav_access a{
display: block;
height: inherit;
width: inherit;

}
.sp_nav_access_text{
	font-size: 0.9rem;
font-weight: normal;
	color: #fff;
	text-align: center;
    text-decoration: none;
	line-height: 1;
}

/* sp_navi_schedule */

.modal-sp_nav_access{
	display:block;
	position:absolute;
	width:100%;
	height:100vh;
	opacity:0;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
    transition-property: opacity ,transform;
    pointer-events: none;
    transform: scale(1.1);
}

.sp_navi_fixed_area.access-open .modal-sp_nav_access{
opacity:1;
pointer-events: auto;
transform: scale(1);
}


.modal-closeArea,
.modal-closeArea_access{
	position: inherit;
	width:inherit;
	height:inherit;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.6);
}

.modal-sp_nav_shcedule .schedule{
	margin-bottom:1rem;
}

.modal-sp_nav_shcedule_inner{

position: relative;
background-color: #fff;
top: 50%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transform: translate(0,-50%);
width: 90%;

padding: 4rem 2rem 3rem;
}
.modal-sp_nav_shcedule_inner .footer_navi_reserv{
	margin-bottom: 3.4rem;
}

.modal-sp_nav_shcedule_inner .footer_navi_reserv_btn{
	display:block;

}
.modal-sp_nav_shcedule_inner .footer_navi_reserv_btn_tel{
	padding-left:0;
}
.modal-sp_nav_shcedule_inner .footer_navi_reserv_btn_tel .tel_tit{
	font-size:1.2rem;
}
.modal-sp_nav_shcedule_inner .tel_num span{
	font-size: 1.3rem;
}

.modal-sp_nav_shcedule_inner .tel_num a{
	font-size: 2.25rem;
}





.modal-sp_nav_shcedule .tb01 tr:first-child td,
.modal-sp_nav_shcedule .tb01 td,
.modal-sp_nav_shcedule .tb01 th{
	font-size:1.2rem;
	padding: 0.4rem ;
    text-align: center;
}
.modal-sp_nav_shcedule .tb01 th{
    width: auto;
}
.modal-sp_nav_shcedule .tb01 td{

}
.modal-sp_nav_shcedule .tb01 .schedule_s{
    top: -1rem;
}




.modal-sp_nav_shcedule .tb01 tr th:first-child{
	padding-left:0;
	padding: 0;
}
.modal-sp_nav_shcedule .tb01 tr:first-child td{

}


.modal-close,
.modal-close_access{
	display:block;
	margin:auto;
	font-weight:bold;
	color:#001D94;
	width: -moz-fit-content;
	width: fit-content;
    position: relative;
}

.ico_cross{
	display: inline-block;
	position:relative;
	width:1rem;
	height:1rem;
	margin-right:1rem;
	
}
.ico_cross::before,
.ico_cross::after{
	position:absolute;
		left:50%;
	width:1px;
	height:100%;
	content:"";
	background-color:#001D94;
}
.ico_cross::before{

	transform:rotate(45deg);
}
.ico_cross::after{
	transform:rotate(-45deg);
}












.modal-sp_nav_access{

}
.sp_navi_fixed_area.access-open .modal-sp_nav_access{

    
}
.modal-sp_nav_access_inner{
	position: relative;
background-color: #fff;
top: 50%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transform: translate(0,-50%);
width: 90%;

padding: 4rem 3rem 3rem;
}
.modal-sp_nav_access_inner_box{
	line-height: 1.6;
}
.modal-sp_nav_access_inner_title{
	font-size: 1.5rem;
font-weight: bold;
margin-bottom: 0.6rem;
}
.modal-sp_nav_access_inner_googlemap{
	margin-bottom: 0.8rem;
}
.modal-sp_nav_access_inner_googlemap iframe{
	width:100%;
	height:30vh;
}
.modal-sp_nav_access_inner_adress{

}
.modal-sp_nav_access_inner_adress_googlemap{
	margin-bottom: 1rem;
}
.modal-sp_nav_access_inner_adress_googlemap a{
	text-decoration: none;
}
.modal-sp_nav_access_inner_access_train{
	margin-bottom: 1rem;
}
.modal-sp_nav_access_inner_access_car{
	margin-bottom: 1rem;
}
.modal-sp_nav_access .link_text{
	margin-bottom: 3.4rem;
}
.modal-sp_nav_access .link_text a{
	font-size:inherit;
}





/*============================================================================

	$sp_resv

============================================================================*/

.sp_resv{
	display:flex;
	    width: 100%;
    position: fixed;
    bottom: 0;
    height: 5rem;
    background-color: #fff;
    z-index: 10000;

		padding: 0.6rem 0.8rem;
}
.sp_resv_webArea{
	position:relative;
	width: 50%;
	display: flex;
}
.sp_resv_webArea a{
    background-color: #E3F5FE;
    display: flex;
	justify-content: center;
align-items: center;
	width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position:  relative;
    border-radius: 3px;
	text-decoration: none;
	color:#514942;
}


.sp_resv_webArea figure {
    display: inline-block;
	position: relative;
    top: 0px;
    margin: 0 1rem 0 0;
    width: 2.5rem;
    height: 1.8rem;
}
.sp_resv_webArea figure img{
    width: 2.5rem;
    height: auto;
}

.sp_resv_webArea span{
    position: relative;
    top: -0;
}

.sp_resv_telArea{
	    position: relative;
    width: 50%;
	    text-align: center;
		display: flex;
justify-content: center;
align-items: center;
}
.sp_resv_telArea .resv_tel{

	margin-top: 0.1rem;
	margin-left:0.6rem;
	padding-left:0;
	line-height: 1;
}
.sp_resv_telArea .resv_tel dt{
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.sp_resv_telArea .resv_tel dd{
	color: #001D94;
    font-family: 'Heebo', sans-serif;
font-weight: 400;
font-style: normal;
}
.sp_resv_telArea .resv_tel dd a{
	    line-height: 1;
    font-size: 1.8rem;
	color: #001D94;
	margin-left:0.2rem;

line-height: 1;
letter-spacing: 0.075em;
white-space: nowrap;
}
.sp_resv_telArea .resv_tel dd a [data-ruby]::before{
    top: 0px;
    right: 0.2rem;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    color: #888888;
}
.sp_resv_telArea .resv_tel::before{
	width: 1.6rem;
    height: 1.6rem;
	    bottom: 0.7rem;
    left: -2rem;
	margin-left:0;
}















/*============================================================================

	.fb

============================================================================*/

.fb_catch{
	width:100%;
	height:auto;
		left: 0;
right: 0;
}
.fb_catch_t{
	width:100%;
	height:auto;
    padding: 0 3rem;
    box-sizing: border-box;


}


.fb{
	margin-top:5rem;
}
.fb_copy_inner{
    margin-top:auto;
}
.fb_copy_ja {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 500;
    top: 0;
}
.fb_copy_s {

    margin-top: 2rem;
    font-size: 1.3rem;
}
.fb_copy_btn {
    width: 60%;
    height: auto;
    margin-top: 4rem;
}

.fb_slide {
	width: inherit;
	height: inherit;
	max-height:inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	margin:auto;
	z-index: -1; 
	overflow: hidden;
}
.fb_slide .active{
	transform:scale(1.2,1.2);
	transition-property:transform;
	transition-duration:0.35s;
	transition-timing-function: ease-in-out;
}


/* ｽﾗｲﾄﾞｼｮｰ */

.fb_slide_inner,
.fb_slide_inner::before{
    width: 100% !important;
    height: 100% !important;
	height:inherit !important;
	max-height:inherit !important;
}

.fb_slide_inner{
    position: absolute;
	top:0;
    left: 50%;
    right: 0;
	transform:translate(-50%,0%);
    margin: auto;
	background-size:cover;
	background-position: center;
}
.fb_slide_inner::before{
	position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: inherit;
	right:0;
    top: 0;
    z-index: 10;
}


}