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


*{
	margin:0;
	padding:0;
	list-style:none;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; 
	color:#333;
	line-height:1.4em;
	text-decoration:none;
}


img{
	border:0;
}


#wrapper{
	width:100%;
}


header{
	display:block;
	width:100%;
	height:110px;
	background:url(../images/header_line.gif) left top repeat-x;
}

#header_in{
	width:960px;
	height:110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;

}

.logo{
	float:left;
	margin-top:24px;
	margin-right:90px;
}


h1{
	font-size:80%;
	margin-top:46px;
	float:left;
	color:#534741;
}


.header_phone{
	float:right;
	margin-top:40px;
	margin-right:10px;
}

.header_phone img{
	
}

.header_access{
	width:97px;
	height:26px;
	position:absolute;
	top:4px;
	right:30px;
}


.header_access a{
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}

.header_access a:hover{
	opacity: 0.6; 
    filter: alpha(opacity=60);  
}

.header_contact{
	width:97px;
	height:26px;
	position:absolute;
	top:4px;
	right:140px;
}

.header_contact a{
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}

.header_contact a:hover{
	opacity: 0.6; 
    filter: alpha(opacity=60);  
}


nav{
	display:block;
	clear:both;
	width:100%;
	height:45px;
	background:url(../images/nav_back.gif);
	text-align:center;
	/*margin-bottom:10px;*/
}

nav ul{
	width:960px;
	margin:0 auto;
	padding-top:0px;
	text-align:center;
}

nav ul li{
	float:left;
	text-align:center;
	color:#fff;
	font-family: "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,  Meiryo, sans-serif; 
}

nav ul li a{
	height:20px;
	display:block;
	color:#534741;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
	text-decoration:none;
	
}

nav ul li:last-child{
	border-right:none;
}

nav ul li a:hover{
	/*color:#c7c6c6;*/
	color:#F60;
	opacity: 0.5; 
    filter: alpha(opacity=50);  
}

#main_visual{
	width:1000px;
	margin:0px auto 30px;
	height:370px;
	overflow:hidden;
}

#slideshow {
	clear:both;
   position: relative;
   width:  1000px;
   height: 370px;
}
#slideshow p{
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 370px; /* ボックスの高さ */
}
#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  1000px; /* 画像の横幅 */
   height: 370px; /* 画像の高さ */
   display: block;
   border: 0;
  
}

#slideshow p a:hover {
   opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
  
}


article{
	width:960px;
	margin:0 auto;
	padding:10px 6px;
	display:block;
	overflow:hidden;
	background:#F9F2E8;
}

#article2{
	width:948px;
	margin:0 auto 40px;
	padding:10px 6px;
	display:block;
	overflow:hidden;

	background:#F9F2E8;
}




/*レフトボックストップ*/


#top_left_box{
	width:610px;
	padding:20px 0px 10px 30px;
	float:left;
	/*border:1px solid #D9D9D9;*/
	margin-bottom:10px;
}

#top_left_box ul li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#top_left_box2{
	width:400px;
	padding:20px 0px 0px 50px;
	float:left;
	/*border:1px solid #D9D9D9;*/
	margin-bottom:10px;
}


#top_left_box ul li a,#top_right_box a{
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

#top_left_box ul li a:hover,#top_right_box a:hover{
	opacity: 0.7;
    filter: alpha(opacity=60);
}

#top_left_box2 ul li{
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}



/*ライトボックストップ*/

#top_right_box{
	width:310px;
	padding:20px 0;
	float:right;
	/*border:1px solid #D9D9D9;*/
	margin-bottom:30px;
}


#top_right_box section div.nagare{
	width:90%;
	margin:0 auto;
	padding:10px;
	font-size:90%;
	border:4px solid #72bff1;
	line-height:1.2em;
}

#top_right_box section div.nagare h3{
	border-bottom:1px dashed #09F;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}

#top_right_box section div.nagare h3 img{
	vertical-align:top;
	margin-right:10px;
}

.side_naiyou{
	text-indent:1em;
}

#top_right_box section div.side_info4{
	width:92%;
	font-size:100%;
	margin:0 auto 20px;
	text-align:left;
	text-indent:1em;
}


#top_right_box2{
	width:450px;
	height:343px;
	padding:0;
	margin-right:20px;
	float:right;
	/*border:1px dotted #998675;*/
	background:#fff;


}


/*レフトボックス*/



/*ライトボックス*/



/*フッター*/

footer{
	clear:both;
	width:100%;
	background:#534741;
	color:#fff;
}


#footer_in{
	width:880px;
	margin:0 auto;
	padding:30px 20px 20px;
	color:#fff;
	overflow:hidden;
}

#footer_in ul{
	margin:0 auto;
	line-height:2em;
	
}

#footer_in ul li{
	list-style-image:url(../images/footer_list.png);
	list-style-position:inside;
	font-size:90%;
	margin-bottom:10px;
	
}


#footer_in ul li a{
	text-decoration:none;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	color:#fff;
}


#footer_in ul li a:hover{
	color:#999;
}


.footer_navi1,.footer_navi2{
	width:26%;
	text-align:left;
	float:left;
	color:#fff;
}

.footer_name{
	width:30%;
	text-align:right;
	float:right;
	color:#fff;
}

.footer_name p{
	color:#fff;
	font-size:90%;
}

#footer_in2{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#C7B299;
	color:#4D4D4D;
}

#footer_in2 div.footer_box{
	padding:2px;
	text-align:center;
	line-height:1em;
	color:#C7B299;
}

#footer_in2 div.footer_box p{
	color:#4D4D4D;
	font-size:75%;
}


#footer_in2 div.footer_box p.footer_ad{
	font-size:75%;
	margin-top:6px;
}










/*アコーディオンメニュー*/

.menu {
    position: relative;
    /*width: 100%;*/
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
	z-index:20;
}

/*.menu > li {
    float: left;
    width: 16%; 
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}
*/
.menu > li a {
    display: block;
    color: #534741;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	padding-top:0;
	width:100%;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    /*border-bottom: 1px dotted #C7B299;*/
	border-right:none;
	font-size:90%;
}

.menu__second-level li a{
	display:block;
	width:160px;
	padding:8px 10px 8px 20px;
	border-bottom: 1px dotted #C7B299;
	text-align:left;
}

.menu__second-level li a:hover {
    background: #EADDCE;
	color:#333;
}


/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

/* floatクリア 
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}
*/
.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}


li.menu__single ul.menu__second-level {
    position: absolute;
    top: 45px;
    width: 190px;
	background-color: rgba( 255, 255, 255, 0.88 );
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
}






#contents{
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
}


#contents_top{
	width:100%;
	height:100px;
	margin-bottom:10px;
	border-bottom:1px solid #C7B299;
}

.contents_top_in{
	width:960px;
	margin:0 auto;
}


#contents_in{
	display:block;
	width:960px;
	margin:0 auto 20px;
	overflow:hidden;
}
	
#left_box{
	width:280px;
	/* [disabled]height:500px; */
	float:left;
	
}

#side_menu{
	width:220px;
	margin:10px auto 30px;
/*	margin-left:20px;
	margin-right:36px;*/
}

#side_menu ul li{
	padding:8px 10px 8px 20px;
	border-bottom:1px dotted #C7B299;
	font-size:90%;
	/*list-style-image:url(../images/side_menu_list.png);
	list-style-position:inside;*/
}

#side_menu ul li a:hover{
	color:#F60;
	
}


#side_shinryo{
	width:230px;
	margin:0 auto;
	/*background:#FFF5DD;*/
	background:#F9EFE5;
	padding:16px 14px 20px;
}

#side_shinryo table{
	width:90%;
	margin:0 auto 20px;
	border-collapse:collapse;
	border:1px solid #F96;
	background:#FFF;
}

#side_shinryo table tr th{
	font-size:90%;
	padding:5px;
	border:1px dotted #fff;
	background:#EEA76C;
	font-weight:lighter;
}

#side_shinryo table tr td{
	font-size:90%;
	padding:5px;
	border:1px dotted #C7B299;
}

#side_shinryo table tr td.nowrap{
	white-space:nowrap;
	padding:5px 8px;
}

.nowrap p{
	font-size:80%;
}

.side_map{
	background:#fff;
	padding:20px 10px;
	border:1px dashed #C7B299;
}

.side_map a{
	text-decoration:underline;
	color:#00F;
	
}


#right_box{
	width:630px;
	float:right;
	padding:15px 10px 10px 10px;
}

#right_box h2{
	margin-left:-10px;
	margin-bottom:20px;
}

#right_box section{
	display:block;
	margin-bottom:40px;
}

div.section_in{
	padding:10px 20px 10px 20px;
}

div.section_in table{
	width:90%;
	border-collapse:collapse;
	border:1px solid #F96;
	background:#FFF;
	margin-bottom:20px;
}

div.section_in table tr th{
	font-weight:lighter;
	padding:10px;
	background:#EEA76C;
	border:1px dotted #fff;
}

div.section_in table tr td{
	padding:10px;
	border:1px dotted #C7B299;
	text-align:center;
}

div.section_in table tr td.table_jikan{
	width:34%;
	padding:10px;
	text-align:left;
}




/*病院からのお知らせ　※2023.5トップページ追加*/

article .info p{
	margin-bottom: 1em;
}

article .info{
	 max-width: 800px;
	margin: 0 auto 40px;
	background: #fff;
	padding:2em 4em;
	box-sizing:border-box;
}

article .info h2{
    color:#4E2F1A;
	font-size: 18px;
	text-align: center;
	margin-bottom: 1.5em;
}

article .info h2 span{
	 color:#EEA76C;
	margin-right: 0.2em;
}

article .info h3{
	font-size: 16px;
	margin-bottom: 0.6em;
}
