@charset "UTF-8";

/* CSS Document */

body {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#666;
	font-size:14px;
	line-height: 1.6;
	letter-spacing:1px; 
	text-align:justify;
	background: url(../images/bg.png) ;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	font-weight:400;
}





/*--------------------　ヘッダー ＊変更不要＊　--------------------*/
#header{
		width:100%;
	height:300px;
	padding:50px 0 50px;
	text-align: center;
	background-image: url(../images/main_bg.png) ;
	background-position:center center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
#header .inner{
	width:940px;
	height:300px;
	margin:0 auto ; 
	text-align: center;
}
#header .main {
	display:table;
	width:100%;
	height:180px;

}
#header .main p {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
#header .main img {
	width:auto;
	max-height:180px;
}
#header h1 {
	margin-top: 35px; 
	font-size: 15px;
}

#header h2 {
	margin-top: 15px;
	font-size: 30px;
}





/*--------------------　メインコンテンツ　大枠設定  --------------------*/
#contents {
	width:940px;
	margin:0 auto;
	padding-top:60px;
	background-color:rgba(255,255,255,0.4);
	border-bottom:1px solid #ccc;
}

.contents_left {
	float:left;
	width:460px;
}

.contents_right {
	float:right;
	width:460px;
}

.box {
    padding:20px 15px;
	margin-bottom:50px;
	background-color:#FFFBF3; /* BOXの背景。必要に応じて変更してください */
}




/*-------------------- h3  ＊変更不要＊　--------------------*/
#contents h3 {
    position: relative;
	margin:10px auto 40px;
	text-align:center;
	letter-spacing:0.1em;
	font-size:22px;
}
#contents h3:after {
    position: absolute;
	bottom: -10px;
	left: 0;
	right:0;
	margin:0 auto;
	width: 40px;
	height: 1px;
	background-color: #AAA;
	content: '';
}





/*-------------------- ご挨拶  ＊変更不要＊　--------------------*/
.text{
}
.text p {
    margin-bottom: 1em;
}





/*-------------------- 院長名 --------------------*/
.name {
	color:#B5A087; /* 院長名。必要に応じて変更してください */
	text-align:right;
	font-weight:bold;
}






/*-------------------- リスト 一行 ver --------------------*/
.list01 li {
	position: relative;
	margin:10px 0 10px 20px;
	padding-left:3px;
}
.list01 li::after {
	display: block;
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #B5A087; /* リストの丸。必要に応じて変更してください */
	border-radius: 100%;
	content: '';
}







/*-------------------- リスト 年月日がある ver --------------------*/
.list02 th {
	position: relative;
	width:80px; /* リスト左の枠。必要に応じて変更してください */
	padding-left:23px;
	vertical-align: top;
	font-weight:normal;
}

.list02 th::after {
	display: block;
	position: absolute;
	top: 1em;
	left: -1em;
	width: 5px;
	height: 5px;
	margin-left:20px;
	background-color: #fff;
	border: 1px solid #B5A087; /* リストの丸。必要に応じて変更してください */
	border-radius: 100%;
	content: '';
}
.list02 th,.list02 td{
	padding-top:6px;
	padding-bottom:6px;
}





/*-------------------- 小見出しと詳細（dl dt dd） ＊変更不要＊　--------------------*/
.point dt {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #ccc;
	font-size:18px;
}
.point dt:first-letter {
	margin-right: .4em;
	margin-left:7px;
	font-size: 1.3em;
}
.point dd {
	padding-left:3px;
	margin-bottom:30px;
}






/*-------------------- 診療時間Table --------------------*/
.time th {
	padding:12px;
	background-color:#cfc3b4; /* Tableイメージカラー。必要に応じて変更してください */
	color:#FFF;
}
.time td {
	padding:12px;
	background-color:#FFF;
	border-bottom:1px solid #cfc3b4; /* Tableイメージカラー。必要に応じて変更してください */
}





/*-------------------- 休診日 --------------------*/
.holiday {
	margin-top:20px;
	color:#B5A087; /* 休診日。必要に応じて変更してください */
	text-align:right;
	font-weight:bold;
}
.holiday strong{
	color:#B5A087;
}





/*-------------------- 内覧会のご案内　大枠BOX --------------------*/
.preview {
	position:relative;
	padding:30px 20px 25px;
	background-color:#fff;
	z-index:10;
}
.preview:before {
	position:absolute;
	background:#fff;
	margin:10px;
	border:1px dashed #EFE4D0; /* 外枠ボーダー（ダッシュ）。必要に応じて変更してください */
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	z-index:-10;
	content:" ";
}
.preview dl {
	line-height:2;
	text-align:center;
	font-size:23px;
}
.preview dt {
}
.preview dd {
}




/*-------------------- 内覧会のご案内　小枠BOX --------------------*/
.preview_more {
	position:relative;
	margin:10px 10px 0;
	padding:10px 15px;
	background-color:#FFFBF3; /* 背景。必要に応じて変更してください */
	overflow:hidden;
	text-align:left;
	font-size:14px;
}
.preview_more:before {
	content:" ";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-width:16px 0 0 16px;
	border-style:solid;
	border-color:#F4EEE4; /*右上、背景と同色。必要に応じて変更してください */
	border-top-color:#FFF;
}




/*-------------------- アクセス --------------------*/
iframe {
	width:100%;
	height:300px;
	margin-top:10px;
	margin-bottom:20px;
}


.access_box {
	position:relative;
	padding:20px;
	text-align:center;
	font-size:18px;
	background-color:#fff;
	z-index:10;
}
.access_box p{
	position:relative;
	z-index:12;
}
.access_box:before {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:8px;
	border:1px dashed #EFE4D0; /* 外枠ボーダー（ダッシュ）。必要に応じて変更してください */
	z-index:11;
	content:" ";
}







/*--------------------　フッター ＊変更不要＊　--------------------*/

#footer{ 
	margin-top:20px;
	padding-bottom:40px;
	text-align:center; 
}



