
/*プレサイト用css*/

body {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #222;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	text-align: justify;
}
@media screen and (max-width:720px) {
	body { font-size: 15px; }
}


body a {
	color: #0d6fb8;
	font-weight: 900;
	text-decoration: none;
}



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

			MVエリア設定

================================================================================*/
#top_mainvisual {
	width: 100%;
	padding: 80px 0;
	background: url("images/mv_bg.jpg") center;
	background-size: cover;
	text-align: center;
}

#top_mainvisual .inner {
	width: 90%;
	max-width: 550px;
	margin: auto;
	padding: 50px 0;
	background: rgba(255,255,255,.7);
}
/*#top_mainvisual .inner img {
	max-width: 360px;
	height: auto;
}*/
#top_mainvisual .inner h1 {
	/*font-size: 40px;
	font-weight: 900;
	color: #3596ba;
	line-height: 1.4;
    letter-spacing: 3px;　文字の場合は表示。画像の場合は不要*/
	margin: 0 0 20px;
}
#top_mainvisual .inner .open {
	font-size: 20px; /*文字が少ない場合は24*/
	font-weight: 900;
	color: #3596ba;
	line-height: 1.8; /*文字が1行の場合は1.4*/
	margin:  0;
}
#top_mainvisual .inner .open2 {
	font-size: 24px;
	font-weight: 900;
	color: #0d6fb8;
	line-height: 1.4;
	margin:  0 auto 10px;
}

@media screen and (max-width:720px) {
	#top_mainvisual .inner img {
		max-width: 240px;
	}
	#top_mainvisual .inner .open {
		font-size: 17px;
	}
	#top_mainvisual .inner .open2 {
		font-size: 20px;
	}
}







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

			mainエリア設定

================================================================================*/
main {
	background: #f7f7f7;
}
main #wrapper {
	width: 90%;
	max-width: 1300px;
	margin: auto;
	padding: 60px 0;
}

/*-------------------- 全体デザインの場合 --------------------*/
main #wrapper section {
	background: #FFF;
	width: 100%;
	box-sizing: border-box;
	padding: 5% 5%;
	margin-bottom: 30px;
}
@media screen and (max-width:720px) {
	main #wrapper section {
		padding: 50px 20px;
	}
}

/*-------------------- 左右分割デザインの場合 --------------------*/
main #wrapper .inner {
	display: flex;
	justify-content: space-between;
}
.left , .right {
	width: 48.5% !important;
}
@media screen and (max-width:720px) {
	main #wrapper .inner {
		display: block;
	}
	.left , .right {
		width: 100% !important;
	}
}

/*-------------------- タイトルデザイン --------------------*/
section h2 {
	position: relative;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 2px;
	color: #3596ba;
	text-align: center;
	margin-bottom: 40px;
}
section h2::after {
	position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    background: #3596ba;
    top: 55px;
}
@media screen and (max-width:720px) {
	section h2 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	section h2::after {
		top: auto;
		bottom: -15px;
	}
}

/*-------------------- 画像を使用する場合 --------------------
section img {
	max-width: 300px;
	margin: auto;
	text-align: center;
}
@media screen and (max-width:720px) {
	section img {
		max-width: 240px;
	}
}







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

			クリニック情報

================================================================================*/
section.info dl {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
section.info dl dt {
  	float:left;
  	clear:left;
  	width:25%;   
	background: #3596ba;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
}
section.info dl dd {
  	float:left;
  	width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}







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

			診療時間

================================================================================*/
section.wide table {
	width: 100%;
	margin: auto;
	line-height: 1.7;
}
section.wide table tbody {
	width: 100%;
}
section.wide table th {
	text-align: center;
	width: 30%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
section.wide table td {
	width: 10%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
section.wide table tr:first-of-type {
	background: #3596ba;
	color: #FFF;
	border-radius: 5px;
}
section.wide .more { /*診療時間の備考*/
	margin-top: 20px;
	text-align: center;
}







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

			アクセス

================================================================================*/
section.wide iframe {
	width: 100%;
	height: 360px;
}







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

			ご挨拶

================================================================================*/
section.wide .text {
	line-height: 2;
}
section.wide .text p {
	margin-bottom: 20px;
}
section.wide .text .name { /*お名前は右揃え*/
	text-align: right;
}
section.wide .text figure {
	float: right;
	width: 25%;
	min-width: 150px;
	margin-left: 5%;
}
section.wide .text figure img {
	width: 100%;
}







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

			経歴

================================================================================*/
section li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
@media screen and (max-width:720px) {
	section li {
		padding: 15px 0 10px;
	}
}







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

			院内写真

================================================================================*/
.clinicphoto {
	display: flex;
	justify-content: space-between;
}
.clinicphoto div {
	width: 30%;
}
.clinicphoto div img {
	width: 100%;
	height: auto;
}






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

			footer

================================================================================*/
footer {
	background-color: #3596ba;
	color: #FFF;
	text-align: center;
	line-height: 70px;
	font-size: 14px;
}




