@charset "UTF-8";

/* *******************************************************************************************
* 
*	クリニックのご紹介
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.aboutHeader{
	position: relative;
	margin-bottom: 62px;
	min-width: 1280px;
}
.aboutHeader_main{
	position: relative;
	height: 360px;
	background: url(../img/main_img_01_pc.jpg) center center no-repeat;
	background-size: cover;
}
.aboutHeader_main_layer_wt{
	position: absolute;
	top: 50%;
	left: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.aboutHeader_main_ttl{
	margin-bottom: 20px;
	width: 346px;
}
.aboutHeader_main_copy{
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.aboutHeader{
		margin-bottom: 76px;
		min-width: 320px;
	}
	.aboutHeader_main{
		height: 250px;
		background: url(../img/main_img_01_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.aboutHeader_main_layer{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 250px;
		background: url(../img/main_img_01_blur_sp.jpg) center center no-repeat;
		background-size: cover;
		z-index: 10;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
	}
	.aboutHeader_main_layer_wt{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 54px;
		background: rgba(255,255,255,.4);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.aboutHeader_main_layer_wt:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.6);
		z-index: 11;
	}
	.aboutHeader_main_ttl{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		width: 185px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* ----------------------------- 下層タイトル ----------------------------- */

.aboutSubHeader{
	position: relative;
	min-width: 1280px;
}
.aboutSubHeader_main{
	position: relative;
	width: 100%;
	height: 360px;
}
.aboutSubHeader_main_layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
	z-index: 10;
	-webkit-clip-path: polygon(0px 0px, 280px 0px, 280px 360px, 0px 360px); 
	clip-path: polygon(0px 0px, 280px 0px, 280px 360px, 0px 360px); 
}
.aboutSubHeader_main_layer_wt{
	position: relative;
	width: 280px;
	height: 360px;
	background: rgba(255,255,255,.4);
}
.aboutSubHeader_main_layer_wt:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 360px;
	background: rgba(255,255,255,.6);
	z-index: 11;
}
.aboutSubHeader_main_cat{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 153px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 12;
}
.aboutSubHeader_main_ttl{
	position: absolute;
	top: 50%;
	left: 340px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 12;
}

@media screen and (max-width : 768px){
	.aboutSubHeader{
		min-width: 320px;
	}
	.aboutSubHeader_main{
		height: 250px;
	}
	.aboutSubHeader_main_layer{
		height: 250px;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 76px, 0px 76px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 76px, 0px 76px); 
	}
	.aboutSubHeader_main_layer_wt{
		width: 100%;
		height: 76px;
	}
	.aboutSubHeader_main_layer_wt:after{
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.aboutSubHeader_main_cat{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツセクション
*
* ----------------------------------------------------------------------------------------- */

.section{
	position: relative;
	padding-top: 50px;
	padding-bottom: 64px;
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.section-1,
.section-4{
	border-top: 0;
}
.section_no{
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	margin: auto;
	width: 57px;
}
.section_inner{
	margin: 0 auto;
	width: 926px;
	text-align: center;
}
.section_ttl{
	margin-bottom: 21px;
	color: #e0664c;
	font-size: 28px;
	line-height: 48px;
	font-weight: 300;
}
.section_txt{
	color: #40211d;
	font-size: 14px;
	line-height: 32px;
}
.section_link{
	padding-top: 31px;
}
.section_link_btn{
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	width: 336px;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #f06e5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.section_link_btn:hover{
	background: #f8b7ae;
}
.section_link_btn span{
	display: inline-block;
	padding-left: 32px;
	background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 14px auto;
}
.section_linkList{
	margin: 0 auto;
	padding-top: 31px;
	width: 544px;
}
.section_linkList_item{
	float: left;
	width: 256px;
}
.section_linkList_item-l{
	margin-right: 32px;
}
.section_info_btn{
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #755954;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.section_info_btn:hover{
	background: #baacaa;
}
.section_info_btn span{
	display: inline-block;
	padding-left: 32px;
	background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 14px auto;
}
.section_reservation_btn{
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background: #f06e5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.section_reservation_btn:hover{
	background: #f8b7ae;
}
.section_reservation_btn span{
	display: inline-block;
	padding-left: 48px;
	background: url(../../common/img/ic_reservation_pc.png) 0 center no-repeat;
	background-size: 32px auto;
}
.section_box{
	padding-top: 13px;
	padding-bottom: 9px;
}
.section_box_inner{
	margin: 0 auto;
	width: 698px;
	border: 1px solid #c5b1ad;
}
.section_box_bar{
	padding: 9px 0;
	color: #40211d;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	background: #e6e0df;
}
.section_box_cont{
	padding: 17px 22px;
	color: #40211d;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.sectionImg{
	margin-bottom: 62px;
	min-width: 1280px;
	height: 360px;
	background: url(../img/main_img_02_pc.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width : 768px){
	.section{
		padding-top: 39px;
		padding-bottom: 66px;
		min-width: 320px;
	}
	.section_no{
		top: -22px;
		width: 49px;
	}
	.section_inner{
		padding: 0 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.section_ttl{
		margin-bottom: 9px;
		font-size: 21px;
		line-height: 32px;
		text-align: left;
	}
	.section_txt{
		font-size: 11px;
		line-height: 24px;
		text-align: left;
	}
	.section_link{
		padding-top: 24px;
	}
	.section_link_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.section_link_btn:hover{
		background: #f06e5c;
	}
	.section_link_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
	.section_linkList{
		padding-top: 24px;
		width: 100%;
	}
	.section_linkList_item{
		float: none;
		width: 100%;
	}
	.section_linkList_item-l{
		margin-right: 0;
		margin-bottom: 16px;
	}
	.section_info_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.section_info_btn:hover{
		background: #755954;
	}
	.section_info_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
	.section_reservation_btn{
		padding: 14px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 20px;
	}
	.section_reservation_btn:hover{
		background: #f06e5c;
	}
	.section_reservation_btn span{
		padding-left: 36px;
		background-size: 25px auto;
	}
	.section_box{
		padding-bottom: 6px;
	}
	.section_box_inner{
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.section_box_bar{
		padding: 6px 0;
		font-size: 11px;
		line-height: 1em;
	}
	.section_box_cont{
		padding: 17px 15px;
		font-size: 11px;
		line-height: 18px;
	}
	.sectionImg{
		margin-top: -16px;
		margin-bottom: 62px;
		min-width: 320px;
		height: 220px;
		background: url(../img/main_img_02_sp.jpg) center center no-repeat;
		background-size: cover;
	}
}

/* -------------------------------------------------------------------------------------------
*
* ボトムセクション
*
* ----------------------------------------------------------------------------------------- */

.btmArea{
	min-width: 1280px;
	background: #f2f0f0;
}
.btmArea_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.btmArea_clm{
	margin-right: -73px;
	width: 999px;
}
.btmArea_clm_item{
	float: left;
	margin-right: 73px;
	width: 260px;
	text-align: center;
}
.btmArea_clm_item_ttl{
	margin-bottom: 8px;
	padding-bottom: 33px;
	color: #40211d;
	font-size: 26px;
	line-height: 1em;
	background: url(../img/ic_btm_label.png) center bottom no-repeat;
	background-size: 110px auto;
}
.btmArea_clm_item_link a{
	position: relative;
	display: block;
	width: 262px;
	height: 262px;
	overflow: hidden;
	-webkit-border-radius: 131px;
	-moz-border-radius: 131px;
	border-radius: 131px;
}
.btmArea_clm_item_link a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 260px;
	height: 260px;
	overflow: hidden;
	z-index: 10;
	background: rgba(246,150,55,.75);
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.btmArea_clm_item_link a:hover:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.btmArea_clm_item_link_img{
	position: relative;
	width: 260px;
	height: 260px;
}
.btmArea_clm_item_link_img:after{
	position: absolute;
	content: '';
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
	height: 90px;
	z-index: 10;
	background: #f2f0f0;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	z-index: 15;
}
.btmArea_clm_item_link_img_icon{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 14px;
	z-index: 16;
}

@media screen and (max-width : 768px){
	.btmArea{
		min-width: 320px;
	}
	.btmArea_inner{
		padding: 50px 0;
		width: 100%;
	}
	.btmArea_clm{
		margin-right: 0;
		width: 100%;
	}
	.btmArea_clm_item{
		float: none;
		margin-bottom: 40px;
		margin-right: 0;
		padding-bottom: 40px;
		width: 100%;
		border-bottom: 1px solid #dbdbdb;
	}
	.btmArea_clm_item:nth-child(3) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.btmArea_clm_item_ttl{
		margin-bottom: 5px;
		padding-bottom: 27px;
		font-size: 20px;
		line-height: 1em;
		background-size: 82px auto;
	}
	.btmArea_clm_item_link{
		margin: 0 auto;
		width: 221px;
	}
	.btmArea_clm_item_link a{
		width: 222px;
		height: 222px;
	}
	.btmArea_clm_item_link a:hover:after{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.btmArea_clm_item_link_img{
		width: 221px;
		height: 221px;
	}
	.btmArea_clm_item_link_img:after{
		bottom: -38px;
		width: 76px;
		height: 76px;
	}
	.btmArea_clm_item_link_img_icon{
		bottom: 9px;
		width: 16px;
	}
}


