@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/	

main h1 {
	background-image: url("../../intro/images/h1_bg.jpg");
}

#clinic,#director,#doctor{
	letter-spacing: 1px;
	}
	
#clinic{
	margin-bottom: 70px;
	}
	
#clinic li{
	float: left;
	margin-right: 20px;
	}
	
#clinic li:nth-child(4n){
	margin-right: 0;
	}
	
#director h2{
	margin-bottom: 45px;
	}
	
#director h3{
	font-size: 1.3em;
	margin-bottom: 40px;
	}
	
#director h3 span{
	font-size: 24px;
	margin-left: 5px;
	}

.source_serif{
    /*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 3px;
}

.blue{
    color: #A3D0A3;
}
	
#director .comment{
    border: solid 1px #A3D0A3;
	margin-bottom: 10px;
	padding: 10px 15px;
}
	
#director .title{
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
	
#director{
	width: 834px;
	margin: 0 auto 80px;
	}

dt.duty, dd.week {
    display: inline;
}
	
#director dt:first-of-type,
#director dd:first-of-type{
	margin-bottom: 10px;
	}
	
#director dt:nth-of-type(2) {
    margin-top: 15px;
}
	
#director dd:nth-of-type(2) {
    margin-bottom: 15px;
}

#director img{
	float: left;
	margin-right: 40px;
	}

#director .inner{
	float: left;
	width: 552px;	
	}
	
#doctor{
	margin-bottom: 70px;
	}

#doctor h2{
	text-align: center;
	width: 1100px;
	height: 180px;
	background-image: url("../../intro/images/hl_doctor.png");
	background-repeat: no-repeat;
	color: #fff;
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-size: 32px;
	padding-top: 70px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	border-radius: 10px;
	}
	
#doctor li{
	width: 520px;
	float: left;
	margin: 0 60px 30px 0;
	}
	
#doctor li:nth-child(even){
	margin-right: 0;
	}
	
#doctor h3{
	background-color: #A3D0A3;
	color: #fff;
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2em;
	letter-spacing: 3px;
    margin-bottom: 25px;
	padding-left: 20px;
}
	
#doctor h3 span{
	font-size: 1.5em;
}
	
.blue2{
    color: #A3D0A3;
}
	
#doctor .title{
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
	
#doctor .comment{
	background-color: #f4f4f4;
	margin-bottom: 10px;
	padding: 10px 15px;
}

#doctor dt:first-of-type,
#doctor dd:first-of-type{
	margin-bottom: 10px;
	}
	
#doctor dt:nth-of-type(2) {
    margin-top: 15px;
}	
	
#doctor dd:nth-of-type(2) {
    margin-bottom: 15px;
}
}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/

body main {
	font-size:15px;
}

main .box {
	width:100%;
}

main h1 {
	background-image: url("../../intro/images/h1_bg.jpg");
}

body .consultation{
     margin: 0 auto 0;
}
	
#clinic,#director,#doctor{
	letter-spacing: 1px;
	}
	
#clinic{
	margin-bottom: 70px;
	}
	
#clinic li{
	float: left;
	margin-right: 2%;
	width: 49%;
	}
	
#clinic li:nth-child(even){
	margin-right: 0;
	}
	
#clinic li img{
	width: 100%;
	}
	
#director h2{
	margin-bottom: 45px;
	}
	
#director h3{
	font-size: 1.3em;
	margin-bottom: 40px;
	}
	
#director h3 span{
	font-size: 24px;
	margin-left: 5px;
	}

.source_serif{
    /*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 3px;
}

.blue{
    color: #A3D0A3;
}
	
#director .comment{
    border: solid 1px #A3D0A3;
	margin-bottom: 10px;
	padding: 10px 15px;
}
	
#director .title{
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
	
#director{
	width: auto;
	margin: 0 auto 80px;
	}

dt.duty, dd.week {
    display: inline;
}
	
#director dt:first-of-type,
#director dd:first-of-type{
	margin-bottom: 10px;
	}
	
#director dd:nth-of-type(2){
	margin-bottom: 15px;
	}

#director img{
	float: none;
	margin-right: 40px;
	display: block;
	margin: 0 auto 30px;
	}

#director .inner{
	float: none;
	width: auto;	
	}
	
#doctor{
	margin-bottom: 70px;
	}

#doctor h2{
	text-align: center;
	width: auto;
	height: 180px;
	background-image: url("../../intro/images/hl_doctor.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-size: 32px;
	padding-top: 70px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	}
	
#doctor li{
	width: auto;
	margin: 0 0 30px 0;
	}
	
#doctor li:nth-child(even){
	margin-right: 0;
	}
	
#doctor h3{
	background-color: #A3D0A3;
	color: #fff;
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2em;
	letter-spacing: 3px;
    margin-bottom: 25px;
	padding-left: 20px;
}
	
#doctor h3 span{
	font-size: 1.5em;
}
	
.blue2{
    color: #A3D0A3;
}
	
#doctor .title{
	/*font-family: source-han-serif-japanese, serif;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
	
#doctor .comment{
	background-color: rgba(0,117,235,0.2);
	margin-bottom: 10px;
	padding: 10px 15px;
}

#doctor dt:first-of-type,
#doctor dd:first-of-type{
	margin-bottom: 10px;
	}
	
#doctor dt:nth-of-type(2) {
    margin-top: 15px;
}	
	
#doctor dd:nth-of-type(2) {
    margin-bottom: 15px;
}
	
}