@charset "utf-8";


/*=======================================================
	elisクリニック
=======================================================*/

/* クリニクス リンク追加 */
.clinics_link{
	margin: 30px 15px 0;
	padding: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 2px dotted #ccc;
}
.clinics_link > p:first-child{
	width: 33%;
}
.clinics_link > div{
	flex-wrap: wrap;
	align-items: center;
	width: 65%;
}
.clinics_link a{
	padding: 15px 30px 15px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 54px;
	border: 2px solid #adb6e5;
	color: #515faf;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.clinics_link a:before{
	content: ' ';
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	width: 28px;
	height: 28px;
	background: url(../img/elis_clinic_link_arrow.svg) no-repeat left top;
	background-size: 100% auto;
}
.clinics_link a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.clinics_link a .clinics_info{
	font-size: 1.4rem;
	font-weight: normal;
}


/* --- index --- */
#clinic_cont.clinic_index{
	padding: 0 0 20px;
	position: relative;
	background: none;
}
#clinic_header{
	margin: 7px 0 0 10px;
	padding: 20px 0 60px;
	position: relative;
	min-height: 530px;
	background: url(../img/header_bg.jpg) no-repeat 4px 13px;
}
.clinic_index h1{
	padding: 0;
	overflow: hidden;
	height: 284px;
	background: url(../img/index_ttl.png) no-repeat 393px 15px;
	text-indent: 100%;
	white-space: nowrap;
}
.lead_cont{
	margin: 10px 0 15px;
	padding: 0 74px 0 430px;
	overflow: hidden;
	font-size: 1.5rem;
}
.lead_cont p{
	margin: 0 0 10px;
	color: #767676;
}
#index_main{
	margin: -37px 15px 0;
	padding: 20px 0 16px;
	position: relative;
	background: url(../img/index_main_bg_tile.png) repeat left top;
}
#index_main:before{
	content: ' ';
	position: absolute;
	z-index: 100;
	top: -60px;
	left: 0;
	width: 940px;
	height: 60px;
	background: url(../img/index_main_bg.png) no-repeat left top;
}
#index_main:after{
	content: ' ';
	position: absolute;
	z-index: 100;
	bottom: -26px;
	left: 0;
	width: 940px;
	height: 26px;
	background: url(../img/index_main_bg_2.png) no-repeat left top;
}

/* 目次 */
.index_nav h2{
	margin: 10px 0 15px;
	position: relative;
	z-index: 15;
	text-align: center;
}
.index_nav{
	margin: 0 45px 30px;
	padding: 30px 55px 35px;
	box-sizing: border-box;
	position: relative;
	border-radius: 15px;
	background: url(../img/index_nav_bg2.png) no-repeat 15px 15px, url(../img/index_nav_bg.png) repeat left top;
	background-color: #fdfaf7;
	text-align: left;
}
.index_nav:after{
	content: ' ';
	margin: 8px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	border: 1px solid #d6d5d4;
	border-radius: 10px;
}
#basic_nav{
	padding: 30px 45px 35px;
}
.nav_2_column_wrap{
	overflow: hidden;
}
.practice_nav_box{
	margin-right: 30px;
	float: left;
	width: 350px;
}
.nav_2_column_wrap .practice_nav_box:nth-child(2){
	margin-right: 0;
}
.clinic_nav_list{
	text-align: center;
	letter-spacing: -0.4em;
}
.clinic_nav_list li{
	margin: 0 3px;
	display: inline-block;
	position: relative;
	z-index: 10;
	vertical-align: top;
	letter-spacing: normal;
}
.clinic_nav_list li a{
	display: block;
	position: relative;
}
#clinic_nav_cont a:hover{
	opacity: 0.7;
	transition: opacity 0.1s linear;
}
.practice_nav li{
	margin: 0 0 5px;
	line-height: 1.4;
}
.practice_nav_ttl{
	margin: 20px 0 10px;
	position: relative;
	z-index: 10;
	border-bottom: 2px dotted rgba(185, 185, 185, 0.62);
	color: #847f73;
	font-size: 1.8rem;
}
.practice_nav li a{
	padding-left: 15px;
	position: relative;
	z-index: 10;
	background: url(../img/nav_arrow.png) no-repeat left 0.25em;
	color: #6a655a;
	font-size: 1.5rem;
	display: block;
}
#info_nav{
	padding: 0 45px 15px;
}
#info_nav .bbt_btn{
	float: left;
}
#info_nav .survey_btn{
	margin: -10px -7px 0 0;
	float: right;
}

/* 先生のご紹介 */
.doctor_photo{
	margin: 0 20px 0 0;
	float: left;
}
#doctor_profile_cont{
	margin: 0 15px;
	padding: 50px 50px 30px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	background: #fff4f4 url(../img/doctor_profile_cont_bg.png) no-repeat right bottom;
}
.profile_box{
	float: left;
	width: 590px;
}
.profile{
	padding: 0;
	overflow: hidden;
}
#doctor_profile_cont h3{
	padding: 0;
	color: #ffa1a1;
	font-size: 1.8rem;
}
.profile_name{
	font-size: 2.0rem;
}
.profile_career{
	padding: 5px 0 0;
	border-top: 1px dotted #ccc;
	font-size: 1.2rem;
}
.profile dt{
	margin: 0 -6.5em 0 0;
	padding: 4px 0;
	display: inline;
	float: left;
	clear: both;
	width: 6.5em;
	vertical-align: top;
}
.profile dd{
	padding: 4px 10px 4px 6.5em;
	vertical-align: top;
	line-height: 1.3;
}


/* --- ボトム --- */
#elisclinic_ttl{
	margin: -5px auto 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 572px;
	height: 191px;
	background: url(../img/ttl.png) no-repeat center top;
	text-indent: 100%;
	white-space: nowrap;
}
#elisclinic_ttl a{
	display: block;
	height: 171px;
}
#clinic_cont{
	padding: 0 0 40px;
	position: relative;
	background: url(../img/btm_bg.jpg) no-repeat center top;
}
.brand_cont #brand_btm{
	margin: 0;
	float: none;
	width: 100%;
}
.brand_cont{
	padding: 0;
	border: 3px solid #fff;
}
.brand_cont #brand_btm{
	background: url(../img/btm_bg2.jpg) repeat-y center top;
	background-color: transparent;
}

/* ボトム ヘッダー */
.clinic_btm_header{
	margin: 0 0 -113px;
	padding: 20px 0 0 90px;
	position: relative;
	text-align: center;
}
.content_btm_header{
	margin: -60px -80px 0;
	padding: 90px 0 20px;
	position: relative;
	border-top: 5px solid #ffa3cb;
	background: #fefcfd url(../img/cont_main_bg.png) repeat-x left 0;
	text-align: center;
}
.content_btm_header:before{
	content: ' ';
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #ded4d4;
}
.content_btm_header:after{
	content: ' ';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #ded4d4;
}
#brand_btm .content_btm_header .ttl_text{
	margin: 10px 0 5px;
	padding: 0;
	display: inline-block;
	display: flex;
	position: relative;
	color: #817d71;
	font-size: 2.9rem;
	line-height: 1.4;
	justify-content: center;
	align-items: center;
}
.ttl_text:before,
.ttl_text:after{
	content: ' ';
	width: 84px;
	height: 65px;
}
.ttl_text:before{
	margin-right: 15px;
	background: url(../img/ttl_bg1.png) no-repeat left top;
}
.ttl_text:after{
	margin-left: 15px;
	background: url(../img/ttl_bg2.png) no-repeat left top;
}
#clinic_cont #index_ttl{
	padding: 15px 0 10px;
}
#clinic_top{
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 113px;
	left: 88px;
	width: 143px;
	height: 18px;
	background: url(../img/clinic_top.png) no-repeat left top;
	text-indent: 130%;
	white-space: nowrap;
}
#clinic_top a{
	display: block;
}
#clinic_top:hover{
	opacity: 0.7;
}
.content_btm_header .category_name{
	margin: 0;
	padding: 15px 0 0;
}

/* 本文 */
.cont_main{
	margin: 0 70px;
	padding: 60px 80px 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #fff7f4;
}
.cont_main p{
	margin: 0 0 20px;
	color: #5c5c5c;
	font-size: 1.4rem;
	line-height: 1.7;
}
.cont_main ul{
	margin: 0 0 20px;
}
.cont_main p + ul{
	margin: -10px 0 20px;
}
.cont_main ul li{
	color: #5c5c5c;
	font-size: 1.4rem;
	line-height: 1.7;
}
.clnic_lead{
	margin: 0 0 30px;
	padding: 25px 0 0;
}
.clnic_lead p{
	color: #a8617d;
	font-size: 1.6rem;
	line-height: 1.7;
}
.section_cont .ttl_lv1{
	margin: 0 0 10px;
	padding: 0 0 10px 19px;
	border-bottom: 1px solid #ccc;
	background: url(../img/ttl_lv1_mark.png) no-repeat left 0.3em;
	background-size: 15px 15px;
	color: #de9bb5;
	font-size: 1.8rem;
	line-height: 1.4;
}
.section_cont .ttl_lv2{
	margin: 0 0 10px;
	padding: 0;
	color: #9d8e94;
	font-size: 1.8rem;
}
.section_cont .ttl_lv3{
	margin: 0 0 10px;
	padding: 0;
	color: #9d8e94;
	font-size: 1.6rem;
}
.section_cont .ttl_lv2_2{
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	position: relative;
	color: #86737b;
	font-size: 1.8rem;
	line-height: 1.4;
}
.section_cont .ttl_lv2_2:before{
	content: ' ';
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 95%;
	background-color: #d887a9;
}
.section_cont:after{
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}
.content_btm_header + .section_cont{
	margin-top: 20px;
}

.img_note{
	display: block;
	text-align: center;
	font-size: 1.2rem;
}

/* ボトムのナビゲーション */
#clinic_aside{
	margin: 0 11px;
	padding: 0;
	box-sizing: border-box;
}
.nav_elis_clinic_top{
	margin: 10px 0;
	text-align: center;
}
.nav_elis_clinic_top a:hover{
	opacity: 0.7;
}
.brand_cont nav{
	margin: 0 0 10px;
	padding: 10px 50px 30px;
	box-sizing: border-box;
	float: none;
	width: 100%;
	background-color: #fff7f8;
}
.aside_nav_wrap{
	display: flex;
	flex-wrap: wrap;
}
.basic_nav{
	margin-right: 10px;
	width: 20%;
}
.trouble_nav{
	flex: 1;
}
.trouble_nav_wrap{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.practice_nav_box{
	flex: 1;
}
.aside_nav_cont h2{
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #fde6ea;
	color: #847f73;
	font-size: 1.6rem;
}
.aside_nav_cont .ttl_arrow{
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
}
.aside_nav_cont .ttl_arrow a{
	padding: 8px 15px 8px 35px;
	display: flex;
	background: url(../img/aside_nav_ttl_arrow.png) no-repeat 5px center;
	color: #847f73;
	line-height: 1.3;
	flex-wrap: wrap;
	flex: 1;
	align-items: center;
}
.aside_nav_cont .ttl_arrow.current a{
	background-color: #ffa6b5;
	color: #fff;
	font-weight: bold;
}
.aside_nav_cont .ttl_arrow a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.clinic_nav_ttl{
	color: #6f6858;
	font-size: 1.5rem;
}
.clinic_nav{
	margin-bottom: 10px;
}
#clinic_aside li a{
	padding: 2px 18px;
	display: block;
	position: relative;
	background: url(../img/nav_arrow.png) no-repeat 3px 0.45em;
	color: #6a655a;
	font-size: 1.3rem;
	line-height: 1.5;
}
#clinic_aside li.current a{
	background: url(../img/nav_arrow_on.png) no-repeat 3px 0.45em;
	background-color: #ffa6b5;
	color: #fff;
	font-weight: bold;
}
#clinic_aside li a:hover{
	background-color: #ffe0e5;
	text-decoration: none;
}
.other_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_nav p{
	padding: 0;
	width: 49%;
	background-color: #fde6ea;
	color: #847f73;
	font-size: 1.6rem;
	font-weight: bold;
}
.elis_top{
	padding: 0 0 15px;
	text-align: center;
}


/* --- 下部 関連リンク バナー配置 調整 --- */
#brand .banner_cont{
	margin-bottom: 0;
	padding: 0;
}
#brand .banner_list{
	margin: 0;
	padding-top: 10px;
}
#brand .ecshop_btn{
	margin: 10px 0 0;
	text-align: center;
}
#brand .ecshop_btn a{
	margin-bottom: -10px;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #fff;
}
#brand .ecshop_btn a img{
	width: 500px;
}
#brand .ecshop_btn a:hover{
	opacity: 0.8;
}


/* clearfix */
#info_nav:after,
.cont_main:after{
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}



/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){

	/* クリニクス リンク追加 */
	.clinics_link{
		display: block;
	}
	.clinics_link > p:first-child{
		margin: 0 0 10px;
		width: 100%;
	}
	.clinics_link > div{
		width: 100%;
	}
	.clinics_link a{
		padding: 15px 20px 15px 30px;
		display: block;
		height: auto;
		font-size: 1.5rem;
	}
	.clinics_link a:before{
		left: 10px;
		width: 24px;
		height: 24px;
	}
	.clinics_link a .clinics_info{
		font-size: 1.3rem;
	}

	/* --- index --- */
	#clinic_cont.clinic_index{
		padding: 0;
	}
	#clinic_header{
		margin: 0;
		padding: 0;
		min-height: 0;
		background: url(../img/s/header_bg.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	.clinic_index h1{
		padding: 0 0 54% 0;
		width: 100%;
		height: 0;
		background: url(../img/s/index_ttl.png) no-repeat right 5%;
		background-size: auto 100%;
	}
	.lead_cont{
		margin: -2px 0 15px;
		padding: 15px;
		font-size: 1.4rem;
	}
	#index_main{
		margin: 30px 0 0;
		padding: 0 0 6px;
	}
	#index_main:before{
		width: 100%;
	}
	#index_main:after{
		left: 0;
		width: 100%;
	}

	/* 目次 */
	.index_nav,
	#basic_nav{
		margin: 0 15px 15px;
		padding: 25px 25px 20px;
		border-radius: 10px;
		background: url(../img/index_nav_bg.png) repeat left top;
		background-size: 40px 40px;
	}
	#info_nav{
		padding: 5px 14px 10px;
	}
	.index_nav li{
		margin: 0 0 5px;
	}
	#basic_nav{
		padding: 25px 15px 20px;
	}
	.index_nav .practice_nav_box{
		width: 100%;
	}
	#basic_nav .clinic_nav_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#basic_nav .clinic_nav_list li{
		width: 49%;
	}
	.index_nav li a{
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.nav_2_column_wrap .index_nav li a{
		padding-left: 1em;
		text-indent: -1em;
	}
	.practice_nav_ttl{
		font-size: 1.6rem;
	}
	#info_nav .bbt_btn{
		margin: 0 0 15px;
		float: none;
		text-align: center;
	}
	#info_nav .survey_btn{
		float: none;
		text-align: center;
	}
	.doctor_photo{
		margin: 0 10px 10px 0;
		width: 45%;
		text-align: center;
	}
	#doctor_profile_cont{
		margin: 0;
		padding: 30px 0 0;
	}
	.profile{
		margin: 5px 0 0;
		padding: 15px 15px 50px;
	}
	#doctor_profile_cont h3{
		font-size: 1.6rem;
	}
	.profile_career{
		clear: both;
		border: none;
	}
	.profile_note{
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.profile_name{
		font-size: 1.6rem;
	}
	.profile_box{
		float: none;
		width: 100%;
	}
	.profile dt{
		float: none;
		width: 100%;
	}
	.profile dd{
		padding: 0;
		float: none;
		width: 100%;
	}
	.brand_cont{
		margin-bottom: 0;
		padding: 0;
		border: none;
	}


	/* --- ボトム --- */
	#elisclinic_ttl{
		margin: 0 0 0 -0.5%;
		padding: 0 0 32% 2%;
		overflow: hidden;
		width: 100%;
		height: 0;
		background: url(../img/s/ttl.png) no-repeat center top;
		background-size: 93% auto;
		text-indent: 100%;
		white-space: nowrap;
	}
	#elisclinic_ttl a{
		margin: 0 auto;
		padding: 0 0 29% 2%;
		display: block;
		overflow: hidden;
		width: 68%;
		height: 0;
	}
	#clinic_cont{
		margin: 0;
		padding: 0;
		position: relative;
		background: url(../img/s/btm_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	.brand_cont #brand_btm{
		float: none;
		width: 100%;
	}

	/* ボトムのナビゲーション */
	#clinic_aside{
		margin: 0;
		padding: 0 0;
	}
	.nav_elis_clinic_top img{
		width: 120px;
	}
	.brand_cont nav{
		padding: 0 10px 20px;
		display: block;
		background-color: #fff;
	}
	.aside_nav_wrap{
		display: block;
	}
	.basic_nav{
		margin: 0 0 10px;
		width: 100%;
	}
	.vol1_cont{
		width: 100%;
	}
	.content_btm_header{
		margin: -0.8% -15px 0;
		padding: 11% 0 2%;
	}
	#clinic_top{
		margin: 0;
		padding: 0 0 10%;
		display: block;
		box-sizing: border-box;
		top: 57%;
		left: 1.5%;
		width: 100%;
		background: none;
		text-align: left;
	}
	#clinic_top a{
		margin: 0;
		padding: 0 0 7%;
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 300;
		width: 18%;
		height: 0;
		background: url(../img/s/clinic_top.png) no-repeat left 0;
		background-size: 100% auto;
	}
	#clinic_top:hover{
		opacity: 1.0;
	}
	#clinic_top img{
		width: 22%;
	}
	.clinic_aside_nav_list li{
		width: 100%;
	}
	.trouble_nav_wrap{
		display: block;
	}
	.aside_nav_cont h2{
		margin-bottom: 5px;
	}

	/* 本文 */
	.cont_main{
		margin: -15% 0 0;
		padding: 0 10px 10px;
		box-sizing: border-box;
		border: none;
	}
	.clnic_lead{
		padding: 10px 0 0;
		text-align: left;
	}
	.clinic_btm_header{
		margin: 0;
		padding: 0 0 0 10%;
		min-height: 0;
	}
	.clnic_lead p{
		font-size: 1.4rem;
		text-align: left;
	}
	.cont_main .category_name{
		margin: 0 20% 0;
	}
	#clinic_cont .content_btm_header h1{
		margin: 5px 2% 5px;
		padding: 0;
	}
	.content_btm_header .category_name{
		padding: 10px 0 0;
	}
	#brand_btm .content_btm_header .ttl_text{
		margin: 10px 5px 5px;
		font-size: 2.1rem;
	}
	.ttl_text .br_sp{
		display: block;
	}
	.ttl_text:before,
	.ttl_text:after{
		width: 34px;
		height: 45px;
	}
	.ttl_text:before{
		margin-right: 8px;
		background: url(../img/s/ttl_bg1.png) no-repeat left top;
		background-size: 100% 100%;
	}
	.ttl_text:after{
		margin-left: 8px;
		background: url(../img/s/ttl_bg2.png) no-repeat left top;
		background-size: 100% 100%;
	}
	#clinic_cont #index_ttl{
		padding: 5% 5% 0;
	}
	
	/* --- 下部 関連リンク バナー配置 調整 --- */
	#brand .banner_cont{
		margin: -5px 10px 0;
	}
	#brand .ecshop_btn a{
		margin: 0 10px 0;
		border: 2px solid #fff;
		max-width: 400px;
	}


	/* clearfix */
	.clinic_nav_list:after{
		content: ' ';
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		font-size: 0;
	}
}
