@charset "utf-8";
/* CSS Document */

html { font-size: 100%; webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0 0 0 0;
	font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3","メイリオ","Meiryo", "ＭＳ Ｐゴシック",sans-serif;
	color:#444;
	line-height:1.7em;
	font-size:1rem;
	border-top:10px solid #b71d4c;
	background: url(../../img/bg_mimura.png);
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

p{
	margin: 0 0 1em 0;
	text-align: left;
}

.text_list {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
}
.text_list li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right!important;
}
.mb20{
	margin-bottom: 20px !important;
}

.notes{
	font-size:0.8em;
}

strong{
	color:#B61C4C;
	font-weight:bold;
	font-size:1.1em;
}

.cl-txt{
	color:#4774B9;
}

.sub-tit{
	text-align: left;
	font-weight: bold;
	color:#AD1F49;
	font-size: 120%;
}

figure{
	padding:0 0 0.5em 0;
	margin:0 auto;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clear{
	clear:both;
	display:block;
}

.hover{}

.hover:hover{
filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;	
opacity:0.70;

}

section{
	margin: 0 1em 2.5em 1em;
	clear:both;
}
section.inner{
	margin: 0 0 2.5em 0;
	clear:both;
}

section a{
	color:#B71D4C;
}

section a:hover{
	filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;	
opacity:0.70;

}

.float_r {
	float: right;
}
.float_l {
	float: left;
}



/* for device */
.visible-sp{
	display: none !important;
}
.hidden-sp{
}	

/* 共通  コンテンツ内挿入画像用 PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: right;
	margin:0 0em 0.5em 1em;
}
.cont_img-l{
	float: left;
	margin:0 1em 0.5em 0em;
}

.cont_half{
	width:60%;
	float:left;
}
hr{
	clear:both;
	border:none;
	background:#FCE3F2;
	color:#FCE3F2;
	height:2px;
	margin:0.5em auto 1em auto;
}

a{
	display: block;
}

/*------------------------------------------------------------------*/
/* ------モジュール ----------------------------------------------*/
/*------------------------------------------------------------------*/

/*料金表*/
table.table_price {
	border-collapse:collapse;
	caption-side:bottom;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}
table.table_price tr th,
table.table_price tr td{
	border:#ddd solid 1px;
	padding: 5px;
	line-height: 1.4;
	background-color: #fff;
}
table.table_price tr th {
	background-color: #AD2049;
	color: #fff;
	font-weight: normal;
	
}
table.table_price tbody tr th {
	background-color: #ffe0e9;
	color: #444;
	
}
table.table_price tr td {
}

table.table_price tr td small{
	font-size: 80%;
	display: block;
	color: #AD2049;
}

table.table_price > caption{
	caption-side: top;
	text-align: right;
}

/*注釈*/
ul.annotation{
	list-style: none;
}
ul.annotation li{
	text-align: left;
		text-indent: -1rem;
	padding-left: 1rem;

}
ul.annotation li:before{
	content: "※";

}


/*------------------------------------------------------------------*/
/*------------------------base container ---------------------------*/
/*------------------------------------------------------------------*/

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}


/* for pc */
.container {
  width:80%;
	max-width:1170px;
}

/*------------------------------------------------------------------*/
/*------------------------  Gnavi  ---------------------------------*/
/*------------------------------------------------------------------*/

.gnav{
	overflow:hidden;
	padding: 1% 0;
}

.gnav ul{
	text-align: center;
	margin: 0 auto ;
	width:82%;
}
.gnav li{
	display: inline-block;
	width:14%;
}

.gnav li a{
	display:block;
	padding: 2% 0 ;
	text-align: center;
}

.gnav li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;	
	opacity:0.70;
	}


/*------------------------------------------------------------------*/
/*------------------------  main area  -----------------------------*/
/*------------------------------------------------------------------*/

.main-wrap{
	margin:1em auto 1em auto;
	overflow: hidden;
}

.main-wrap:after{
  content:" ";
  display:block;
  clear:both;
}

.cont-area{
	float:right;
	width:74%;
}


/*------------------------------------------------------------------*/
/*------------------------  side navi  -----------------z-----------*/
/*------------------------------------------------------------------*/

aside{
	float:left;
	width:24%;
	text-align:center;
	box-shadow: 0px 0px 3px 0px #cccccc;
-moz-box-shadow: 0px 0px 3px 0px #cccccc;
-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #fff;
border: 1px solid #efefef;
	padding: 0.5% 0 0 0;
}

.side-nav p{
	background: url(../images/snav_head.png) top center no-repeat;
	background-size: 100% auto;
	text-align:center;
	margin-bottom: 0;

}

.side-nav{
	background:url(../images/snav_body.png) bottom center no-repeat;
	background-size: 100% auto;
}

.side-nav p a img:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;	
	opacity:0.70;
}

.snv-wrapper{
	margin-bottom: 1em;
}

.snv-menu{
	margin:0 auto 5% auto;
	width:96%;
}
.snv-menu li{
	list-style:none;
	margin-bottom: 1%;
}

.snv-menu li a:link{
	display: block;
	padding: 0 0 0 0;
}
.snv-menu li a:hover,
.snv-menu li.current a{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;	
	opacity:0.70;
}

.snv-menu li ul.snv-child{
	display:block;
	margin:5% 0 3% 18%;
}

.snv-menu li ul.snv-child li{
	text-align: left;
	margin-bottom: 0.1em;
}

.snv-menu li ul.snv-child li a{
	padding: 0 0 0 0;
		color:#006235;
	text-decoration: none;
	font-size: 86%;
}

.snv-menu li ul.snv-child li a:before{
	content:url(../img/icon_leaf.png);
	vertical-align:baseline;
	padding-right: 0.3em;
}

.snv-menu li ul.snv-child2 li a{
	color:#666;
}
.snv-menu li ul.snv-child2 li a:before{
	content:url(../img/icon_leaf-p.png);
	vertical-align:baseline;
	padding-right: 0.3em;
}


/* 予約--------------------------------*/
.s-rsv{
	display: block;
}

/* 大きな地図で見るボタン --------------------------------*/
.gl-map:link, .gl-map:visited {
    width: 14em;
    text-align: center;
    padding: 0.2em 1em;
    margin: 1em auto 1em auto;
    display: block;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #001655;
    text-decoration: none;
}

.gl-map:hover{
	background:#D1E1A7;
	color:#B0C660;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-decoration:none;
}


/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 2%;
	right: 10%;
	font-size: 120%;
	z-index: 100;
}
#page-top a {
	display: block;
	text-align: center;
	background: #AD2049 none repeat scroll 0% 0%;
	border-radius: 5px;
	padding: 0.3em 1.5em 0;
	opacity: 0.8;
	color: #FFF;
	text-decoration: none;
}

#page-top a:before{
	content:"\f0aa";
	font-family:FontAwesome;
	padding-right:0.5em;
	font-size:1.5em;
}
#page-top a:hover {
	text-decoration: none;
}

/* FOOTER -----------------------------------------------------*/

footer{
	clear:both;
	margin:0 auto;
	padding:1em 0 1em 0;
	overflow:hidden;
	background: #fff;
	}

footer .foot-sitemap{
	margin: 0 auto;
}

footer .foot-sitemap ul{
	width:90%;
	list-style: none;    
	justify-content: center;
	align-items: center; 
/*	display: -webkit-flex;
  display: flex;*/
	margin: 0  auto;
}

footer .foot-sitemap ul li{
	margin: 0 0.5em;
	font-size: 90%;
	display: inline-block;
}
footer .foot-sitemap ul li a:link,
footer .foot-sitemap ul li a:visited{
	color:#666;
	text-decoration: none;
}

footer .foot-sitemap ul li a:hover{
	color: #B71D4C;
}

footer .foot-sitemap ul li a::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0da";
	font-weight: normal;
	font-style: normal;
	margin-right: 0.5em;
	color: #B71D4C;
}

#copyright{
	margin-bottom:0;
	padding:0.5em 0 0.5em 0;
	background:#AD1F49;
	line-height:1.5em;
	color:#fff;
	font-size:0.9em;
}

#copyright p{
	margin-bottom:0;
	text-align: center;
}

#copyright p a{
	color:#fff;
	display: inline-block;
}

/* 医院概要 -----------------------------------------------------*/

.summary_wrap{
	overflow: hidden;
	padding: 1% 1% 0;
}

.summary-left{
	float:left;
	width:49%;
	margin:0 auto;
}

.summary-right{
	float:right;
	width:50%;
	margin:0 auto;
}

.outline-tit {
	width:50%;
	margin:0 auto 1.5em auto;
	text-align:center;
	font-size:1.8em;
	color:#B0C660;
	background:#fff;
	padding:0.5em 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:2px solid #B0C660;
}
.outline-tit img{
	display:inline-block;
}

.ol-item {
	margin-bottom:0.5em;
	overflow:hidden;
	clear:both;
}
.ol-item dt{
	border-bottom:4px solid #001655;
	color:#001655;
	text-align:left;
	font-size: 80%;
	font-weight: bold;
	margin-bottom:0.5em;
}

.ol-item dd{
	font-size:1rem;
	text-align:left;
	line-height:1.2em;
	vertical-align: bottom;
}

.ol-item dd i{
	color:#AD2049;
}


.ol-item dd ul{
	margin-bottom:1em;
	line-height:1.2em;
	font-size:0.9em;
	list-style:none;
}
/* アクセス -----------------------------------------------------*/
.access-tit{
	color:#B71D4C;
	margin-bottom: 0.1em;
}
.carpark img{
	float: left;
	margin: 0.2em;
}

/*------------------------------------------------------------------*/
/*■■■TABLET■■■------------------------------------------------*/
/*------------------------------------------------------------------*/

@media only screen and (max-device-width: 1170px){
}


@media only screen and (max-device-width: 1070px){
	body{
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
		font-size:92%;
}

/* for device */
.visible-sp{
	display: none !important;
}

.container {
  width:100%;
	max-width:970px;
}

header{
	width:100%;
	max-width:970px;
}

	
}

/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
body{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size: 90%;
}

section{
	margin: 0 0 1em 0;
}


hr{
	height:2px;
	margin:0.5em auto 0.5em auto;
}

strong{
	font-size:1em;
}
/* for device */

.visible-sp{
	display:block !important;
}

.hidden-sp{
	display:none !important;
}

.container {
  width:100%;
	max-width:767px;
}

header{
	width:100%;
	max-width:767px;
}

	/* 共通  コンテンツ内挿入画像用  PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: none;
		margin:0 auto 1em auto;
	display:block
}

.cont_img-l{
	float: none;
	margin:0 auto 1em auto;
}

	
/*------------------------------------------------------------------*/
/*------------------------  Gnavi  ---------------------------------*/
/*------------------------------------------------------------------*/
.gnav{
		padding: 0 0 0 0;
	}
.gnav ul{
	text-align: center;
	margin: 0 auto ;
	width:100%;
}	
	
.gnav li{
	display: inline-block;
	width:32%;
}
	
.gnav li a{
	padding: 0 0 ;
}
	

	
/*------------------------------------------------------------------*/
/*------------------------  main area  -----------------------------*/
/*------------------------------------------------------------------*/
.main-wrap{
	margin:1em auto;
}

.cont-area{
	float:none;
	width:96%;
	margin:0 auto;
}
	
/*------------------------------------------------------------------*/
/*------------------------  side navi  -----------------------------*/
/*------------------------------------------------------------------*/

aside{
	float:none;
	width:86%;
	margin: 0 auto;
	text-align:center;
}		
/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 100%;
	z-index: 100;
}
#page-top a {
  padding: 0.1em 1em;
}
	
/* FOOTER -----------------------------------------------------*/
footer{
	padding:1em 0 0.5em 0;
}
	
#copyright{
	font-size:0.6em;
}
	
footer .foot-sitemap ul{
	display: none;
	}
footer .foot-sitemap ul li{
	width:46%;
	-webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
	
/*------------------------------------------------------------------*/
/* ------HOME SUMMARY ----------------------------------------------*/
/*------------------------------------------------------------------*/
.summary-left{
	float:none;
	width:100%;
	margin:0 auto;
}

.summary-right{
	float:none;
	width:100%;
	margin:0 auto;
}
	
.outline-tit {
	font-size:1.3em;
	width:100%;
	padding:0.2em 0;
}
.outline-tit img{
	display:block;
	clear:both;
	width:50%;
	margin-bottom:0.5em;
}

.ol-item {
	margin-bottom:0.1em;
	line-height:1.3em;
	}	
	

}



