@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

.test{
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#acd16b;text-decoration:none;}
a:hover{color:#73a51c;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#page_back{
	background-image: url(images/page_back.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
}
#wrapper{
	margin:0 auto;
	padding:0 1%;
	width:98%;
	position:relative;
}
#main{
	margin-right: auto;
	margin-left: auto;
	}
.inner{
margin:0 auto;
width:100%;
}

.right{
	text-align: right;
}
/*************
/* ヘッダー
*************/
#header{
	height:110px;
}

#header h1{
	font-size:11px;
	font-weight:normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*************
/* ロゴ
*************/
.logo{
	float:left;
}
.logo img{
width:auto;
float:left;
padding:2px 10px 0 10px;
}


/*************
/* 電話番号
*************/
.info{
	float:right;
	text-align:right;
	margin-top: 10px;
}

.info .open{
	font-size:11px;
	padding-right: 10px;
	padding-left: 10px;
}



/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	padding:0;
	width:100%;
	position:relative;
	line-height:0;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#mainBanner img{
max-width:100%;
height:auto;
}






/**************************
/* グリッド
**************************/
.gridWrapper{
	padding-bottom:20px;
	overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
	float:left;
	border-radius:5px;
}

.box{
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

.box img{
	max-width:100%;
	height:auto;
}
.box a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/**************************
/* グリッド2
**************************/
#topicsWrapper{
	padding-bottom:20px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}

* html #topicsWrapper{height:1%;}

#top_topics {
padding-bottom:20px;
}

#top_info {
padding-bottom:20px;
}	
#top_info h2 {
	font-size: 10pt;
	margin-bottom: 10px;
	font-weight: bold;
}
#top_info p img {
	float: left;
	margin-right: 10px;
}
#top_info p span {
	float: left;
	display: block;
	margin-top: 35px;
}


/*************
メイン コンテンツ
*************/
section.content{
	margin: 20px;
}
section.content article{
	overflow:hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h2.heading{
	font-weight:bold;
	line-height:36px;
	color:#FFFFFF;
	background-image: url(images/subtitle_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 80px;
}
section.content2{
margin:20px;
}
section.content2 article{
padding:20px;
overflow:hidden;
}

* html section.content2 article{height:1%;}

section.content2 strong{
	margin-bottom:5px;
	background-image: url(images/medical/icon_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

section.content2 p{
	margin-bottom:15px;
}

section.content3{
margin:20px;
}
section.content3 article{
padding:20px;
overflow:hidden;
}

* html section.content3 article{height:1%;}

section.content3 strong{
	font-size: 11pt;
	font-weight: bold;
	display: block;
}
section.content3 strong img{
	vertical-align: middle;
}
section.content3 p{
	margin-bottom:15px;
}
_section.content img{
	max-width:90%;
	height:auto;
}



.alignleft{
	float:left;
	clear:left;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

.alignright{
	float:right;
	clear:right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}




/*************
テーブル
*************/
.td1{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.td2{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #F3F3F3;
}
.td3{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear:both;
	background:#f3f3f3;
	height: 130px;
	padding: 10px;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{
	float:none;
}

#footer #info .info{
	clear:both;
	text-align:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#footer #info .open{
	font-size:11px;
	color:#333;
	margin-top: 10px;
}

ul.footnav{
	float:right;
	width:450px;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}
#footer a:hover{color:#888;}
address{
	font-style:normal;
	font-size:10px;
	color:#333;
}
.pagetop{
	text-align: right;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 20px;
}
.pagetop a:link, .pagetop a:visited, .pagetop a:active{
	color: #7D7D7D;
}
.pagetop a:hover{
	color: #71CBF4;
}
.pagetop img{
	vertical-align: middle;
}

/*************
/* 当院について
*************/
#clinic_box1 {
padding:20px;
}
.font_blue{
	padding-bottom: 10px;
	color: #71CBF3;
	font-weight: bold;
}
.grid2{
	border: 1px solid #E6E6E6;
	padding: 8px;
	text-align: center;
	border-radius:5px;
	}
.grid2 strong{
	display: block;
	margin-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DCEAB4;
	color: #000000;
	padding-bottom: 5px;
	}
.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.map iframe,
.mapr object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
/*************
/* 診療内容
*************/	
.font_name{
	padding-bottom: 5px;
	font-weight: bold;
}
/*************
/* 施設設備
*************/	
.font_sub1{
	padding-bottom: 5px;
	color: #666666;
	margin-left: 40px;
}
/*************
/* 眼科疾患 スライドパネル
*************/	
.slidepanel dl{
}
.slidepanel dl dt{
	background-image: url(images/medical/icon_mark.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #E0E0E0;
	margin: 0px;
	padding-right: 0px;
}
.slidepanel dl dt.open{
	cursor:pointer;
}
.slidepanel dl dt.close{
cursor:pointer;
}
.slidepanel dl dd{
	background-color: #EFF4F7;
	margin: 0px;
	padding: 0px;
}
.slidepanel dl dd p{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
.slidepanel dl dd p a{
	display: block;
	margin-top: 5px;
}
.slidepanel dl dd.close{
 display:none;
}

.ricBanner a img {
	transition : all 350ms;
}
.ricBanner a:hover img {
	transform:translate(5px,2px);
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:185px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #ebebeb;
	font-weight: bold;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  background:#f9f9f9;
	padding-top:9px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	}
	h2.heading{
	font-size: 12pt;
	}
	/* グリッド全体 */
	.gridWrapper{
	width:980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:295px;
	padding-right:10px;
	padding-left:10px;
	}
	
	#subpage .grid{width:auto;}
	
	/* グリッド2 */
	#topicsWrapper {
	width:920px;
	margin-right: auto;
	margin-left: auto;
	}
	#top_topics {
	float:left;
	width:290px;
	}
	
	#top_info {
	float:right;
	width:550px;
	overflow:hidden;
	}
	
	#topicsWrapper article{
	overflow:hidden;
	}
	#footer{
	padding:0;
	margin:0 auto;
	}
	address{
	text-align:center;
	float: right;
	width: 450px;
	margin-top: 50px;
}
ul.footnav{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* 当院について */
	#clinic1 {
	height:350px;
	}
	
	#clinic_box1 {
	float:left;
	width:480px;
	}
	
	#clinic_box2  {
	float:left;
	width:300px;
	overflow:hidden;
	}
	.grid2{
	float:left;
	width:280px;
	margin-left:10px;
	margin-right:10px;
	}
  #gallery .grid2{
	width:auto;
	margin:10px 0 2px 7px;
	}

	/* 設備紹介 */	
	.facility_img{
	width:220px;
	float: left;
	}
	.facility_come{
	width:620px;
	float: right;
	}
/*ページトップボタン*/	
#pagetop {
	text-align: center;
    position: fixed;
    right: 1vw;
    bottom: 1vw;
	display: block;
}
.pagetop_btt {
	display: block;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
    background-color: #72caf2;
    color: #ffffff;
    border-radius: 50%;
	cursor:pointer;
	z-index: 50;
}
.pagetop_btt:hover {
	opacity: 0.7;
	transition: 0.5s;
}	

.ricBanner_S {
	display:none;
}

.ricBanner {
	width: 550px;
	margin-left: auto;
	margin-bottom: 10px;
}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#page_back{
	background-image: none;
}
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	font-weight: bold;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#73a51c;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:5px 0 0 1%;
	}
	
	#gallery .grid2{
	float:left;
	width:31%;
	margin: 5px;
	}
	.grid2 img{
	width:95%;
	height:auto;
	}	
	#top_topics {
	padding-bottom:20px;
	width:100%;
	}
	
	#top_info {
	padding-bottom:20px;
	width:100%;
	}
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
	#footer{
	height:auto;
	padding-bottom:10px;
	}
	address{
	text-align:center;
}

#clinic_box1{
	padding-bottom:20px;
	width:100%;
	}
	
	#clinic_box2 {
	padding-bottom:20px;
	width:100%;
	}
/*ページトップボタン*/	
#pagetop {
	text-align: center;
    position: fixed;
    right: 1vw;
    bottom: 1vw;
	display: block;
}
.pagetop_btt {
	display: block;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
    background-color: #72caf2;
    color: #ffffff;
    border-radius: 50%;
	cursor:pointer;
	z-index: 50;
}
.pagetop_btt:hover {
	opacity: 0.7;
	transition: 0.5s;
}	

.ricBanner_S img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;	
}
.ricBanner img {
	display:none;
}

.sp_no {
	display: none;
}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid2{float:left;}
	
	#footer #info .info{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#footer #info .open{
	margin-top: 0px;
}
#footer{
	height:auto;
	padding-bottom:10px;
	}
address{
	text-align:center;
}
section.content img{
	max-width:100%;
	height:auto;
}
#gallery .grid2{
	width:90%;
	margin:5;
	}
	.grid2 img{
	width:95%;
	height:auto;
	}

#pagetop　{
	display: none;
}

.ricBanner img {
	width: 700px;
	height: auto;
	margin-bottom: 20px;	
}

.sp_no {
	display: none;
}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#page_back{
	background-image: none;
}
	.grid{width:100%;
	text-align: center;}
	
.box img{
	max-width:50%;
	height:auto;
	text-align: center;
}
#top_info p img {
	max-width:100%;
	height:auto;
	text-align: center;
}
#top_info p span {
	margin-top: 5px;
}
	#mainBanner h2,#mainBanner p{max-width:150px;}
		address{
	text-align:center;
}
#gallery .grid2{
	width:90%;
	margin:5;
	}
	
.grid2 img{
	max-width:95%;
	height:auto;
	text-align: center;
}
.alignright img{
	max-width:100%;
	height:auto;
	text-align: center;
}
section.content img{
	max-width:100%;
	height:auto;
}
section.content3 strong{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.td1{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.td2{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.td3{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
}
#pagetop {
	display: none;
}
.ricBanner_S {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;	
}

.ricBanner {
	display: none;
}

.sp_no {
	display: none;
}
}


/*----------------------------------------------------

2025.2.20 追加CSS

----------------------------------------------------*/
/*************
/* 電話番号 2025.2.20改修
*************/

.header_contents{
	display:flex;
	align-items:center;
}

/*　header_info 
------------------------------------*/
.header_info{
	margin: 10px 15px 0 auto;
	display:flex;
	width: 390px;
	align-items: center;
}

.header_info .open{
	font-size:11px;
	padding-right: 10px;
	padding-left: 10px;
}

/*　予約ボタンリスト
------------------------------*/
.reserve_btn_list {
	width: 100%;
}

.reserve_btn_list li{
	margin-top:4px;
}

.reserve_btn_list li:first-child{
	margin-top:0;
}

.reserve_btn_list li a{
	display:block;
	text-align:center;
	padding: 4px 16px;
    box-sizing: border-box;
    line-height: 1;
}

/*WEB予約*/
.reserve_btn_list li.web a{
	display:block;
	color:#fff;
	background:#FFBA00;
	transition: 0.3s;
	border-radius:8px;
}

.reserve_btn_list li.web a:hover{
	opacity:0.8;
}

/*LINE予約*/
.reserve_btn_list li.line a{
	display:block;
	color:#fff;
	background:#06c755;
	transition: 0.3s;
	border-radius:8px;
}

.reserve_btn_list li.line a:hover{
	opacity:0.8;
}


@media only screen and (max-width:640px){
	
	.header_contents{
		flex-direction: column;
	}

	.header_info{
		margin: 10px auto 0;
		display:flex;
		width: 390px;
		align-items: center;
		flex-direction: column;
	}

	.reserve_btn_list {
		margin-top:4px;
		display:flex;
	}

	.reserve_btn_list li a{
		padding: 8px 0;
	}

	.reserve_btn_list li{
		margin-left:4%;
		width:48%;
	}
	
	.reserve_btn_list li:first-child{
		margin-top:4px;
		margin-left:0;
	}
	

}

