@charset "UTF-8";

/* *******************************************************************************************
* 
*	一般皮膚科
*
******************************************************************************************* */

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

.generalHeader{
	position: relative;
	min-width: 1280px;
}
.generalHeader_main{
	position: relative;
	height: 360px;
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.generalHeader_main_ttl{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 216px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width : 768px){
	.generalHeader{
		margin-bottom: 10px;
		min-width: 320px;
	}
	.generalHeader_main{
		height: 250px;
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.generalHeader_main_layer{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 250px;
		background: url(../img/main_img_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); 
	}
	.generalHeader_main_layer_wt{
		position: relative;
		width: 100%;
		height: 54px;
		background: rgba(255,255,255,.4);
	}
	.generalHeader_main_layer_wt:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.6);
		z-index: 11;
	}
	.generalHeader_main_ttl{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		width: 116px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

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

/* ----------------------------- リード文 ----------------------------- */

.generalLead{
	min-width: 1280px;
}
.generalLead_inner{
	margin: 0 auto;
	padding: 50px 0;
	width: 926px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.generalLead_inner small{
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.generalLead{
		min-width: 320px;
	}
	.generalLead_inner{
		padding: 43px 16px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.generalLead_inner small{
		font-size: 10px;
		line-height: 20px;
	}
}

/* ----------------------------- 担当医師 ----------------------------- */

.generalDoctor{
	position: relative;
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.generalDoctor:after{
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../img/ic_ttl_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.generalDoctor_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.generalDoctor_ttl{
	margin: 0 auto 40px auto;
	width: 164px;
}
.generalDoctor_clm_item{
	float: left;
	margin-top: -10px;
	width: 400px;
	color: #40211d;
	font-size: 16px;
	line-height: 36px;
}
.generalDoctor_clm_item-l{
	margin-top: 0;
	margin-right: 63px;
	width: 461px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.generalDoctor_clm_item_name{
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}
.generalDoctor_clm_sp{
    display:none;
}
@media screen and (max-width : 768px){
	.generalDoctor{
		min-width: 320px;
	}
	.generalDoctor:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.generalDoctor_inner{
		padding: 45px 16px 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.generalDoctor_ttl{
		margin: 0 auto 30px auto;
		width: 122px;
	}
	.generalDoctor_clm_item{
		float: none;
		margin-top: 0;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	}
	.generalDoctor_clm_item-l{
		margin: 0 auto 23px auto;
		width: 76%;
        display: none;
	}
	.generalDoctor_clm_item_name{
		font-size: 14px;
		line-height: 27px;
        display: none;
	}
    .generalDoctor_clm_sp{
        display:flex;
        align-items: center;
        flex-direction: row;
    }
    .generalDoctor_clm_sp img{
        margin-top: 0;
        margin-right: 20px;
        width: 28%;
        border: 1px solid #e5e5e5;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .generalDoctor_clm_item_name_sp{
        color: #40211d;
        font-weight: 600;
        display: inline-block;
		font-size: 14px;
		line-height: 27px;
	}
}

/* ----------------------------- 診察内容 ----------------------------- */

.generalContents{
	min-width: 1280px;
	background: #fceeeb url(../img/ic_ttl_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.generalContents_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.generalContents_ttl{
	margin: 0 auto 40px auto;
	width: 119px;
}
.generalContents_list{
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.generalContents_list_item{
	float: left;
	width: 12.5%;
	height: 115px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #fceeeb;
	border-bottom: 1px solid #fceeeb;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.generalContents_list_item-blank{
	display: none;
}
.generalContents_list_item:nth-child(8n){
	border-right: 0;
}
.generalContents_list_item:nth-child(n+25){
	border-bottom: 0;
}
.generalContents_list_item_name{
	display: inline-block;
	color: #40201a;
	font-size: 16px;
	line-height: 24px;
}
.generalContents_list_item_name span{
	display: table-cell;
	height: 115px;
	vertical-align: middle;
}

@media screen and (max-width : 768px){
	.generalContents{
		min-width: 320px;
		background-size: 15px auto;
	}
	.generalContents_inner{
		padding: 45px 16px 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.generalContents_ttl{
		margin: 0 auto 30px auto;
		width: 89px;
	}
	.generalContents_list_item{
		width: 33.33%;
		height: 95px;
	}
	.generalContents_list_item-blank{
		display: block;
	}
	.generalContents_list_item:nth-child(3n){
		border-right: 0;
	}
	.generalContents_list_item:nth-child(8n){
		border-right: 1px solid #fceeeb;
	}
	.generalContents_list_item:nth-child(n+25){
		border-bottom: 1px solid #fceeeb;
	}
	.generalContents_list_item:nth-child(n+31){
		border-bottom: 0;
	}
	.generalContents_list_item_name{
		font-size: 12px;
		line-height: 18px;
	}
	.generalContents_list_item_name span{
		height: 95px;
	}
}

/* ----------------------------- 注意 ----------------------------- */

.generalAttention{
	min-width: 1280px;
	background: url(../img/ic_ttl_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.generalAttention_inner{
	margin: 0 auto;
	padding: 57px 0;
	width: 926px;
}
.generalAttention_ttl{
	margin: 0 auto 40px auto;
	width: 212px;
}
.generalAttention_list_item{
	position: relative;
	padding-left: 15px;
	color: #40211d;
	font-size: 14px;
	line-height: 28px;
}
.generalAttention_list_item:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 8px;
	height: 28px;
	background: url(../img/ic_list.png) 0 center no-repeat;
	background-size: 8px auto;
	z-index: 10;
}

@media screen and (max-width : 768px){
	.generalAttention{
		min-width: 320px;
		background-size: 15px auto;
	}
	.generalAttention_inner{
		padding: 45px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.generalAttention_ttl{
		margin: 0 auto 30px auto;
		width: 160px;
	}
	.generalAttention_list_item{
		padding-left: 16px;
		font-size: 11px;
		line-height: 21px;
	}
	.generalAttention_list_item:after{
		width: 6px;
		height: 21px;
		background-size: 6px auto;
	}
}





