@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background:#FFF;
	color:#666;
	}




/* サイト名 */

.site img	{border: none;
 margin-top:0px;}



/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}


/* ヘッダー画像にキャッチコピーを重ねる */
.top	{}



/* 概要 */
.gaiyouimg{max-width: 100%;
	height: auto;
}

.gaiyou a	{display: block;
	color: #666;
	text-align: center;
	text-decoration: none;}

.gaiyou a:hover	{opacity: 0.8}


.gaiyou h1	{
	color:#FFF;
	padding-bottom:20px;
	font-size:16px;}


/* 概要-2 */
.gaiyou-2 a	{display: block;
	color: #666;
	text-align: center;
	text-decoration: none;}

.gaiyou-2 a:hover	{opacity: 0.8}

.gaiyou-2 h1	{	color:#FFF;
	padding-bottom:20px;
	font-size:16px;}
	
	
/* ３つ並びバナー関連 */
.hospital {display: block;
	background:#FFF url(../company/img/hospital_bg.png) top left no-repeat;
	color: #666;
	text-align: center;
	text-decoration: none;}


.hospital h4	{
	color:#45B953;
	padding:10px 0;
	font-size:16px;}
	
.hospital p	{
	width:80%;
	text-align:left;
	margin:10px auto;
	padding-bottom:20px;
}


/* お知らせ */


.news h2	{
	margin-top: 0;
	margin-bottom: 0px;
	padding:7px 20px;
	font-size: 24px;
	font-weight: normal;
	color:#000099;
	border-left:#009 3px solid;}

.news h2 i	{margin-right: 7px;
	color: #000099;}

.news_inner	{padding: 20px;
background-color:#FFF;
margin-bottom:40px;
border:#E7EBEF 2px solid;}


/* サイドメニュー：お知らせ */

.side_news h2	{
	background-color:#F09600;
	margin-top: 0;
	margin-bottom: 0px;
	padding:7px 0px 7px 30px;
	font-size: 20px;
	font-weight: normal;
	color:#726C5E;
	border-bottom:#726C5E 2px solid;}

.side_news h2 i	{margin-right: 7px;
	color: #FFF;}

.side_news_inner	{padding: 20px;
background-color:#FFF;
margin-bottom:20px;}



/* トップページコンテンツ */
.top_contents h2	{
	margin-top: 0;
	margin-bottom: 0px;
	padding:7px 20px;
	font-size: 24px;
	font-weight: normal;
	color:#000099;
	border-left:#009 3px solid;}

.top_contents h2 i	{margin-right: 7px;
	color: #000099;}

.top_contents_inner	{padding: 20px 0;
margin-bottom:40px;}

.top_contents_inner .leadtxt{
	color:#000;
	font-size:18px;
	line-height:1.7em;
}

.q{
	background:url(../img/icon_q.png) 0 0px no-repeat;
	padding-left:35px;
	padding-top:2px;
	font-weight:bold;
	margin-bottom:0px;
	min-height:25px;
}

.topMenu{
	background-color:#503933;
	padding:20px;
	color:#fff;
	margin-bottom:20px;
}

.topMenu a{
	color:#fff;
}


/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #5288f7}
.follow-gp	{background-color: #f65d4a}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center}

.follow-info {
	position: relative;
	background: #dddddd;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}

/* sideDoctor */

.sideDoctor{
	background-color:#FFF;
	padding:20px;
	margin-bottom:20px;
	border:#CCCCCC 1px solid;
}

.sideDoctor .photo_img{
	width:100%;
	height:auto;
	padding-left:0px;
}



/* レスポンシブgoogleMap */

.ggmap{
	border:#FFFFFF 6px solid;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* レスポンシブ　YouTube */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 左右float */

.left	{
	float:left;
	margin-right:10px;}
	
.right	{
	float:right;
	margin-left:10px;}
	
.t-right{
	text-align:right;
}

.bnr{
	max-width: 100%;
	height: auto;
	}

.fontBold{
	font-weight:bold;
}

.fontRed{
	color:#990000;
}

.fontBlue{
	color:#408CA7;
}

.fontBlue a{
	color:#408CA7;
	text-decoration:none;
}


.fontWhite{
	color:#EBF7F9;
	font-size:9px:
}

.fontWhite a{
	color:#EBF7F9;
	font-size:9px:
}

/* サイドメニュー */
.sidemenu	{
	margin-bottom:20px;}

.sidemenu h1	{margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: normal}

.sidemenu h1 i	{margin-right: 5px;
	color: #8abc60;
	font-size: larger}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding:15px 5px 15px 30px;
	border-bottom: solid 1px #E7EBEF;
	color: #000000;
	font-size: 16px;
	text-decoration: none}

.sidemenu li a:hover	{background-color:#E5E5F5;}



/* コピーライト */
.copyright p	{margin: 0;
	font-size: 12px;
}

/* BOX5をバーの形にする */
.box5	{padding-top: 5px;
	padding-bottom: 5px;
	background:#9797D5;
}
	
.box5 .fNav{
	padding:5px 0;
	color:#FFF;
	margin-bottom:20px;
	text-align:center;
}

.box5 .fNav a{
	color:#FFF;
}

/* BOX5-1をバーの形にする */
.box5-1	{padding-top: 15px;
	padding-bottom: 15px;
}

.box5-1 a{
	color:#000;
}


/* ボックスの左右 */
.boxA, .box4, .box5, .box5-1
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{
	margin-top:0px;
	padding-top: 20px;
	padding-bottom: 5px;
	background:#FFF;
	margin-bottom:5px;}

.box4	{padding-top: 20px;
	padding-bottom: 20px;
	background:#F9F9F9;
 }

.box4-1	{padding-bottom: 10px}

.box6	{padding-top: 10px;
padding-bottom:20px;}

.box6-1, .box6-2, .box6-3
	{padding-bottom: 1px}
	
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #009;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}



/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img	{width: 225px;
	height: auto}
	
.box1 img	{width: 140px;
	height: auto}

.box2 img	{width: 225px;
	height: auto}

.gaiyou img,
.gaiyou-2 img,
.hospital_img,
.kyousei img{width: 230px;
	height: auto;}
	
.tel{
	width: 225px;
	height:auto;
}

.left img	{width:100%;
	height: auto;}
	
	
}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {


/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}



/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	border-bottom:#CCC 1px solid;
	}

.menu li a:hover	{background-color: #eeeeee}

/* トグルボタン:TEL */
#telbtn	{padding: 6px 6px;
	/*border: solid 1px #aaaaaa;*/
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 24px;
	right: 70px;
	cursor: pointer}

#telbtn:hover	{background-color: #dddddd}

#telbtn:focus	{outline: none}

#telbtn i	{color: #888888;
	font-size: 18px}

#telbtn span	{display: inline-block;
	text-indent: -9999px}


/* トグルボタン:MAP */
#mapbtn	{padding: 6px 6px;
	/*border: solid 1px #aaaaaa;*/
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 24px;
	right: 100px;
	cursor: pointer}

#mapbtn:hover	{background-color: #dddddd}

#mapbtn:focus	{outline: none}

#mapbtn i	{color: #888888;
	font-size: 18px}

#mapbtn span	{display: inline-block;
	text-indent: -9999px}


#tel	{display: none}


#sideFormbtn	{display: none}

}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {
	
#sideFormbtn02	{display: none}


/* トグルボタン */
#menubtn	{display: none}

#telbtn	{display: none}

#mapbtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 75px 10px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;}

.menu li a:hover	{
	background-color: #FFF;
color:#1F660A;}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto;}

/* BOX1とBOX2を横に並べる設定 	*/

.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto;
	text-align:right;}
	

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 30%}


/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%;
	margin-bottom:15px;}


/* BOX9-1とBOX9-2を横に並べる設定 */
.box9:after	{content: "";
	display: block;
	clear: both}

.box9-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box9-2	{float: left;
 font-size: 12px;
	width: 30%;
	margin-top:15px;}
	
/* BOX10-1とBOX10-2を横に並べる設定 */
.box10:after	{content: "";
	display: block;
	clear: both}


.box10 a:hover	{opacity: 0.8}

.box10-1	{float: left;
	width: 49%;
	margin-right: 2%}

.box10-2	{float: left;
	width: 49%;
	margin-bottom:20px;}


}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {



/* 全体の横幅を固定 */
.box3, .box4-inner, .boxA-inner, .box5-inner, .boxB
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 
.boxA	{margin-bottom: 10px;
	border-bottom: solid 1px #dddddd}*/

/* BOX B */
.boxB	{margin-bottom: 0px;}

}

