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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, nav{margin: 0; padding: 0;font-weight:normal;}

body {font:14px/1.231 "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}

img {vertical-align:bottom;}

a:hover img {
	position:relative;
	top:1px;
	left:1px;
}

a{}

#wrap{
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
section{
	overflow:hidden;
	margin:0 auto 20px;
	max-width:650px;
}
#contents{
	margin:0 10px;
	font-size:18px !important;
}
#contents section{
	font-size:14px;

}
#contents p{
	font-size:15px;
	margin-bottom:8px;
	color:#333;
	line-height:1.2em !important;
}
#contents a{color:#4d7039;text-decoration:underline;
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 19px;
	width: 30px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #666666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	width: 100%;
	height:50px;
	padding-top:6px;
	padding-bottom:6px;
	z-index: 999;
	position: relative;
	border-top:solid 8px #67a238;
	
/*背景単色*/
	background:#FFFFFF;
	
/*背景画像*/
	/*background:url(../images/logo_bg.png) 0 0 no-repeat;
	background-size:cover;*/
	
/*背景グラデーション*/	
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6c826), to(#f69b0f));
	background: linear-gradient(#f6c826, #f69b0f);*/
}
#global-nav {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -512px;
/*メニュー背景色
	background-color:#bdd280;*/	
background-color:#eee;

	text-align: center;
	padding: 3px 5px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {	display:table;
	table-layout: fixed;
	width:100%;
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	display:table-cell;
	width:50px;
	color:#000;
	position: static;
	vertical-align:middle;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
/*	border-top:solid 1px #bdd280;*/
	display: block;
	text-decoration:none;
	height:50px;
}


#top-head #global-nav ul li span,
#top-head.fixed #global-nav ul li span {
	text-align:center;
	vertical-align:middle;
	background:url(../images/bg_nav.jpg) center bottom repeat-x;
	/*background-size: 2%;*/
	border:2px solid #94c170;
	color: #000;
	font-size: 16px;
	margin:0 2px 0px;
	display:block;
	height:32px;
	padding:10px 0 0;}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(580px);
	-webkit-transform: translateY(580px);
	transform: translateY(580px);
}
/*----------------------------------------------------
	アンカーリンク用（ヘッダーの幅を入れる）
----------------------------------------------------*/
.anchor{
	margin-top:-80px;
	padding-top:80px;
}
/*----------------------------------------------------
	ロゴ
----------------------------------------------------*/
.logo {
	padding-top:4px;
	padding-left:3px;
}
/*----------------------------------------------------
	電話ボタン
----------------------------------------------------*/
.headerTelBtn{
	position:absolute;
	top:18px;
	right:52px;
	z-index: 99999;
}
.headerTelBtn a{
	display:block;
	width:40px;
	padding:5px 0;
	text-align:center;
	background:#FF9FC0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow:-1px -1px 1px 1px rgba(201,54,54,0.2) inset;
}
/*----------------------------------------------------
	トップページ　メインイメージ
----------------------------------------------------*/
h2#mainTop{
	width:100%;
	padding-top:70px;
}
#mainTop2{
	padding:0px 10px 0px 10px ;

	margin-bottom:20px;
}
#mainTop2 p{
	font-weight:bold;
	color:#ff5f5e;
	font-size:20px !important;
	text-align:justify !important;}
/*----------------------------------------------------
	トップページ　詳細はPC用サイトをご覧ください
----------------------------------------------------*/
.forDetail{
	font-size:14px;
	border:solid 1px #cccccc;
	padding:10px 5px 10px 5px ;
	margin:0 10px 10px 10px;
	text-align:center;
	color:#333333;
}
.forDetail img{
	margin-right:5px;
}
.forDetail p{
	margin-bottom:5px;
	text-align:center;
}

/*----------------------------------------------------
	下層ページ メインイメージ 
----------------------------------------------------*/
h2#mainSub{
	width:100%;
	height:80px;
	margin-top:70px;
	margin-bottom:20px;
	background:url(../images/main_sub.jpg) center 0 no-repeat;
	background-size:cover;
	text-align:center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333; /* 横位置, 縦位置, ぼかし, 色 */
	font-weight:bold;
	font-size:24px;
	line-height:80px;
}
/*----------------------------------------------------
	PCサイトと連動しているお知らせ欄
----------------------------------------------------*/
#info{}
#info dl{
}
#info dl dt{
	font-size:14px;
	color:#C77934;
	margin-bottom:3px;
}
#info dl dd{
	line-height:1.2em;
	font-size:15px;
	border-bottom:dotted 1px #333333;
	padding-bottom:5px;
	margin-bottom:5px;
}
#info dd:last-child{
	border-bottom:none;
	padding-bottom:0;
}

/*----------------------------------------------------
	中身コンテンツ
----------------------------------------------------*/
h3{
	clear:both;
	height:44px;
	line-height:40px;
	font-weight:bold;
	font-size: 20px;
	text-align:left;
	background:url(../images/bg_h3.jpg) repeat-x !important;
	color:#63a32e;
	padding-left:30px !important;
	/*border: solid 1px #331F02;*/
	margin-bottom:10px;
	&.fz15 {
	font-size: 15px;

	}
}
h4{
	clear:both;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size: 18px;
	text-align:left;
	background:url(../../images/common/h4_bg.png) no-repeat !important;
	color:#000;
	padding-left:15px !important;
	/*border: solid 1px #331F02;*/
	margin-bottom:10px;
}
h5{
	clear:both;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size: 16px;
	text-align:left;
	padding-left:15px !important;
	color:#000 !important;
	background:url(../../images/common/h5_bg.png) repeat-y !important;
	/*border: solid 1px #144F11;*/
	margin-bottom:5px;
}
h6{
	clear:both;
	padding:3px 0;
	line-height:1.5;
	font-weight:bold;
	font-size: 18px;
	text-align:left;
	padding-left:12px !important;
	color:#BB887E;
	background:#FFF8F0;
	border-left: solid 8px #996633;
	margin-bottom:5px;
}

/*----------------------------------------------------
	ページ内最上部へのアンカーリンク
----------------------------------------------------*/
#pageTop{
	position: fixed;
	bottom: 5%;
	right:1%;
	z-index:1000;
}
#pageTop img{
	width:80%;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer{
	padding:10px 0;
	background:#67a238;
	clear:both;
}

/* Footer */
footer p{
	font-size:16px;
	margin-bottom:5px;
}
.copyR{
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}

/*----------------------------------------------------
	外部リンク用　大ボタン
----------------------------------------------------*/
.textBtnPC{
	text-align:left;
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	padding:10px 0;
	list-style:none;
/* 角を丸く */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px; 
/* シャドウ */
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
/* 背景グラデーション */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acd789), to(#67a238));
	background: linear-gradient(#acd789, #67a238);
}
.textBtnPC a{
	text-decoration:none !important;
	color:#FFFFFF !important;
	display:block;
	font-size:16px;
}
.textBtnPC img{
	float:left;
	margin-right:10px !important; 
	margin-left:15px !important; 
}

/*----------------------------------------------------
	便利クラス
----------------------------------------------------*/

.bold {font-weight:bold !important;}
.font-size10{font-size:10px !important;}
.font-size12{font-size:12px !important;}
.font-size14{font-size:14px !important;}
.font-size15{font-size:15px !important;}
.font-size16{font-size:16px !important;}
.font-size17{font-size:17px !important;}
.font-size18{font-size:18px !important;}
.font-size19{font-size:19px !important;}
.font-size20{font-size:20px !important;}
.font-size21{font-size:21px !important;}
.font-size22{font-size:22px !important;}
.font-size23{font-size:23px !important;}
.font-size24{font-size:24px !important;}
.font-size25{font-size:25px !important;}
.font-size100{font-size:100% !important;}
.font-size120{font-size:120% !important;}
.font-size140{font-size:140% !important;}

/* テキスト配色設定 */

.color-blue1{color:#abc5ea  !important;}
.color-blue2{color:#366bb7 !important;}
.color-blue3{color:#0018ff !important;}

.color-white{color:#FFFFFF !important;}
.color-red1{color:#FF0001 !important;}
.color-red2{color:#cd0000 !important;}
.color-pink1{color:#ef9191 !important;}
.color-pink2{color:#fb2bb9 !important;}
.color-brown1{color:#b9ab93 !important;}
.color-brown2{color:#4e422e !important;}
.color-green1{color:#dbedc6 !important;}
.color-green2{color:#5b8c21 !important;}
.color-green3{color:#446e18 !important;}
.color-orange1{color:#ff6600 !important;}

/* テキスト配置 */

.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignR{text-align:right !important;}
.floatL{float:left !important;}
.floatR{float:right !important;}
.floatL20{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR20{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}
.floatL10{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR10{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}

/* padding */

.p0{padding:0 !important;}
.p10{padding:10px !important;}
.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pr0{padding-right:0 !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

/* margin */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mb0{margin-bottom:0px !important;}
.mb1{margin-bottom:1px !important;}
.mb2{margin-bottom:2px !important;}
.mb3{margin-bottom:3px !important;}
.mb4{margin-bottom:4px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.mr0{margin-right:0 !important;}
.mr1{margin-right:1px !important;}
.mr2{margin-right:2px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

/* clearboth*/
.clearBoth{
	clear:both;
}

/* list01*/
ul.list01{
	margin-bottom:0px;
}
ul.list01 li{
	background:url(../images/list01.png) no-repeat;
	background-position:0 -3px;
	background-repeat:none;
	list-style:none;
	padding-left:15px;
	margin-bottom:5px;
	font-size:18px !important;
	line-height:1.0em;
}
/* list1 */
.list1{}
.list1 ul{
	margin-bottom:0px;}
.list1 ul li{
	background:url(../../images/common/li_001.png) no-repeat;
	background-repeat:none;
	list-style:none;
	padding-left:25px;
	margin-bottom:5px;
	line-height:1.5em;
}
/* waku01*/
.waku01{
	border:solid 1px #999999;
}
.waku02{
	padding:2px;
	border:solid 1px #999999;
}
/* pad*/
.pad01{
	text-indent:-1em;
	padding-left:1em;
}
.pad02{
	text-indent:-2em;
	padding-left:2em;
}

/*----------------------------------------------------
	テーブル
----------------------------------------------------*/
/* table01 */
.table01 table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	border:solid 2px #CCCCCC;
	margin-bottom:5px;
}
.table01 th{
	border:solid 1px #CCCCCC;
	background:#E6E8F0;
	font-size:15px;
	color:#333333;
	vertical-align:middle;
	padding:5px;
	text-align:left;
}
.table01 td{
	border:solid 1px #CCCCCC;
	background:#FFFFFF;
	font-size:15px;
	color:#000000;
	vertical-align:middle;
	padding:5px;
	text-align:left;
}

/* table02 */
.table02 table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	border:solid 2px #CCCCCC;
	margin-bottom:5px;
}
.table02 th{
	border:solid 1px #CCCCCC;
	background:#E6E8F0;
	font-size:15px;
	color:#333333;
	vertical-align:middle;
	padding:5px;
	text-align:center;
}
.table02 td{
	border:solid 1px #CCCCCC;
	background:#FFFFFF;
	font-size:15px;
	color:#000000;
	vertical-align:middle;
	padding:5px;
	text-align:center;
}
.sat{
	color:#204BD5 !important;
}
.sun{
	color:#DC2124 !important;
}
.holiday{
	color:#DB6365 !important;
}

/* photo01 */
.photo01 table{
	width:100%;
	text-align:center;
}
.photo01 img{
	width:100%;
	margin-bottom:3px;
}
.photo01 p{
	font-size:13px !important;
	margin-bottom:10px !important;
}

/* photo02 */
.photo02{
	text-align:center;
}
.photo02 img{
	width:60%;
	margin:0 auto 3px;
}
.photo02 p{
	font-size:14px !important;
	margin-bottom:10px !important;
}


/*　診療時間　*/

table.timetable{
	width:100%;
	border:1px solid #bdbdbd;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
}

table.timetable th{
	background:#eaf3db;
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	padding:3px 0;
	text-align:center;
	color:#000;
}

table.timetable td{
	width:8%;
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	background:#FFFFFF;
	padding:3px 0;
	text-align:center;
	color:#000;
	height:2em;
}

table.timetable td.hour{
	text-align:center;
	color:#000;
	height:1.5em;
}


/*　医院概要　*/

table.clinictable{
	width:100%;
	border:1px solid #bdbdbd;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
}
table.clinictable td{
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	background:#FFFFFF;
	padding:3px;
	text-align:left;
	color:#000;
	height:2em;
}
table.clinictable td.td1{
	background:#eaf3db;
}
.tablePhoto td {
	text-align:center;
	font-size:12px;
}
.tablePhoto img {
	margin-bottom:5px;
}

.accessRootL img,
.accessRootR img{
	margin-bottom:5px;
}
.accessRootL ,
.accessRootR {
	margin-bottom:10px;
}
.treatmentMenu{
	padding:5% 10px 0;
	margin-bottom:30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#23260f+0,464743+50,23260f+100 */
	background: #23260f; /* Old browsers */
	background: -moz-linear-gradient(top,  #23260f 0%, #464743 50%, #23260f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #23260f 0%,#464743 50%,#23260f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #23260f 0%,#464743 50%,#23260f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23260f', endColorstr='#23260f',GradientType=0 ); /* IE6-9 */
}
.treatmentMenu p{
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	margin-bottom:3%;
}
.treatmentMenu img{
	margin-bottom:5px;
	width:100%;
}
.treatmentMenu section{
}
.treatmentMenu a{
	display:block;
	width:100%;
	text-align:center;
}


/*================================================
　診療案内　#treatment
================================================*/

.treatmentList {
	text-align:left !important;
}
.treatmentList img{
	margin-bottom:5px;
}
.treatmentList p{
	text-align:justify !important;
}


/*================================================
　眼精疲労　#eyestrain
================================================*/

#eyestrain #content02 ol{
	margin-left:25px;
	margin-bottom:20px;
}

#eyestrain #content02 ol li{
	font-size:120%;
	line-height:1em;
	color:#000000;
	margin-bottom:10px;
}




#content00{
	padding: 20px 10px;
	margin-bottom: 20px;
	background: #fff;
}
#content00 #first{margin-bottom: 10px;}
#content00 #first a img{width: 100%;}
#content00 #shinryo{
	border: 3px solid #eaf3db;
	box-sizing: border-box;
	padding: 15px 10px;
}
#shinryo ul{
	list-style-type: none;
	margin-bottom: 5px;
}
#shinryo ul li{
	padding: 5px 0px;
	font-size: 15px;
	border-bottom: 1px dotted #5d8e24;
}
#shinryo ul li:first-child{
	border-top: 1px dotted #5d8e24;
}

#content00 #shoshin{
	border: 3px solid #ddedaf;
	box-sizing: border-box;
	padding: 15px 10px;
}
#content00 #shoshin p {
	margin-top: 50px;
}

/*================================================
　初診の方へ
================================================*/
.Treatment_flow{
	
}
.Treatment_flow li{
	margin-bottom:20px;
}
.Treatment_flow li hr{
	border: none;
	border-bottom: 1px solid #8cc119 ;
	margin-bottom: 10px;
}

.qaQ{border-left:solid 5px #61862b;background-color:#7cb152;padding:10px 10px 5px 10px ;margin-bottom:20px;}
.qaA{margin-bottom:30px;}
.qaQ p:first-child{color:#ffffff !important;margin-bottom:5px;font-size: 10px !important;}
.qaQ p:nth-child(2){color:#ffffff !important;line-height: 1.4em;font-size:110%;font-weight:bold;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.qaIndex li{margin-bottom: 1px;overflow: hidden;}
.qaIndexDay{font-weight:bold !important;font-size:10px;color:#ffffff;background-color:#7cb152;padding:3px;display:inline-block;}
.qaIndex a{line-height:1.3em;padding:7px 0 7px 10px;text-decoration:none;display: block;}
.qaIndex a:hover{background:#e5f2bc;}












