@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------*/
/*------------------------ header ----------------------------------*/
/*------------------------------------------------------------------*/

header{
	width:100%;
	background: #fff;
}

h1{
	width:80%;
	max-width:1170px;
	margin:0 auto 0.2em auto;
	text-align:center;
	font-size: 80%;
	color:#001655;
	font-weight: normal;
	display: block;
}

/* header Footer 共通 -------------------------*/

.head-wrap,
.foot-wrap{
	margin:0 auto 0 auto;
	max-width:1170px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.logo-area{
	float: left;
	width:50%;
	margin: 0 10% 0 0;
}

.info-area{
	text-align: right;
}

h2{
	background: url(../img/line_deco.png) top center repeat-x,url(../img/line_deco.png) bottom center repeat-x #fff;
	padding: 4% 0 4% 0;
	margin: 0 auto 1em auto;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	display:block;
	span.sub {
	font-size: 82%;
	line-height: 1.3;
    font-weight: bold;
    color: #B71D4C;
    display: block;
	}
}

h3{
	color:#B71D4C;
	font-size: 130%;
	border-bottom: 4px dotted #B71D4C;
	text-align: left;
	margin-bottom: 1em;
	background: url(../img/icon_rose.png) no-repeat left center;
	background-size: auto 1.3em;
	padding-left: 50px;
}

h4{
border-left: 7px solid #A9998B;
color:#7A5530;
font-size: 120%;
text-align: left;
padding:0.5em 0.5em;
margin-bottom: 1em;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

h5{
	color:#006235;
	font-size: 120%;
	text-align: left;
	margin-bottom: 1em;
}


/* DEFAULT TEXT LINK ------------------------*/
.btn_h-lnk{
	background: #AD1F49;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.1em 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 80%;
	clear: both;
}

.btn_h-lnk:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;	
	opacity:0.70;
	}

/* DEFAULT LIST style  with: ● ------------------------*/
.def-list{
	text-align: left;
	list-style: none;
	margin:0 auto 0.5em;
	width:96%;
}

.def-list li:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f111";
	font-weight: normal;
	font-style: normal;
	color:#006235;
	margin-right:0.3em;
}

.half-style-l{
	width:49%;
	float: left;
}

.half-style-r{
	width:49%;
	float: right;
	margin: 0 auto;
}

/* default case dl ----------------------------------------------------------*/

.case-box{
	display: block;
	margin: 0 auto 1.5em;
	width:98%;
}

.case-box dt{
	background: url(../img/icon_rose-op.png) no-repeat left bottom,#FCE3F2;
	color:#B71D4C;
	text-align: left;
	text-indent: 1em;
	font-size: 100%;
	padding: 0.5em 0 0.2em 0;
	margin-bottom: 1em;
		font-weight: bold;}
.case-box dt em{

}
.case-box dd{
	text-align: left;
	width:96%;
	margin: 0 auto;
}

/* default - Frame --------------------------------*/

.focus-frame{
	border: 2px solid #d4d4d4;
		background: #fff;
	margin-bottom: 1em;
}

.focus-frame p{
	line-height: 1.4em;
}

.fucus-tit{
	background: url(../img/bg_stripe-g.png) ;
	color:#666;
	padding: 0.5em 0 0.3em 0;
	font-size:120%;
	font-weight: bold;
	margin: 0 auto 1em;
	box-shadow:0px 1px 6px -1px #d4d4d4;
	-moz-box-shadow:0px 1px 6px -1px #d4d4d4;
	-webkit-box-shadow:0px 1px 6px -1px #d4d4d4;
}

.inner-p{
	width:92%;
	margin: 0 auto;
	padding: 0 1em;
}

.inner-p .fucus-tit{
	padding: 0.2em 0 0.2em 0;
	font-size:100%;
	text-align: left;
	text-indent: 1em;
}

.focus-frame dl{
	margin: 0 auto;

}

.focus-frame dl dd{
	text-align: left;
}

.focus-frame dl dd ul{
	list-style:none;
	margin: 0 auto 0.5em;
	width:92%;
}

.focus-frame dl dd ul li{
	padding-left: 1em;
	text-indent: -0.5em;
	line-height: 1.4em;
}

.focus-frame dl dd ul li:before{
display: inline-block;
	font-family: FontAwesome;
	content: "\f004";
	font-weight: normal;
	font-style: normal;
	color:#B71D4C;
	margin-right:0.5em;
}

/* list inline --------------*/

.focus-frame dl dd ul.w-line{
	overflow: hidden;
}

.focus-frame dl dd ul.w-line li{
	margin-right: 1.5em;
	display: inline-block;
}

/* 50% ×　2 ----------------*/
.focus-frame-half{
	width:49%;
	float: left;
	margin: 0 0.5% 1%;
}

.flat-wrapper{
	overflow: hidden;
	margin-bottom: 1em;
}

/* 3連リンクボタン --------------------*/
.inline3{
display: flex;
	list-style: none;
}

.inline3 li{
	width:31%;
	margin: 0% 1%; 
}

.inline3 li a{
	color:#fff;
}

ol{
	text-align: left;
	width:90%;
	margin: 0 auto 1em;
	font-weight: bold;
	color:#7A5530;
}



/*クリニック風景 -----------------------------------*/

#container{
    margin: 0 auto;
		overflow:hidden;

}
#photo_container{
    position: relative;
		text-align:center;
		margin:0 auto 0 auto;
}
#thumbnail{
	overflow: hidden;
  margin:0 auto 1em auto;
	padding-left:1em;
}
#thumbnail li{
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
		list-style: none;
}
#thumbnail li:last-child{
    margin-right: 0;
}
#thumbnail li img{
    width: 100%;
	opacity: 0.5;
    filter: alpha(opacity=50); 
}
#thumbnail li.current img{
	opacity: 1;
    filter: alpha(opacity=100);
}
#main_photo{
	position: relative;
	height: 450px;
	border: solid 15px #fff;
	box-shadow: 0 1px 8px #bbb;
	margin-bottom:1em;
}
#main_photo img{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}



/* 医療機器 ---------------------------------------*/

.eq_thumb{
	overflow:hidden;
	list-style:none;
	margin:0 auto 0 auto;
	padding:1em 0 0 0;
	text-align:center;
	
	}
.eq_thumb li{
	float:left;
	display:inline-block;
	margin:0px 0.2% 0.5em 0.2%;
	padding:0 0 5px 0;
	font-size:86%;
	line-height:1;
	text-align:center;
	width:32.4444%;
}

.eq_thumb li img{
	padding-top:0.5em;
}
.eq_thumb li span{
	color:#666;
	font-size:0.9em;
}

.eq_thumb li span:before {
	content:'▲ ';
	color:#9B895D;
}

/* 診療案内 --------------------*/

.treat-box{
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-bottom: 1em;
}

.treat-ph{
	float: left;
	width:13%;
	margin:0 1em 0.5em 0em;
	border: 1px solid #ccc;
	padding: 2px;
}

.treat-box p{
	display: block;
	overflow: hidden;
}
.treat-box .btn_h-lnk {
	position: absolute;
	background: #AD1F49;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.1em 1em 0 1em;
	text-align: center;
	color: #fff;
	font-size: 80%;
	display: block;
	vertical-align: bottom;
	right: 0;
	bottom:0;
}

.treat-box .btn_h-lnk:before{
display: inline-block;
	font-family: FontAwesome;
	content: "\f138";
	font-weight: normal;
	font-style: normal;
	margin-right:0.5em;
}

.treat-box .btn_t-lnk {
	background: #AD1F49;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.1em 1em 0 1em;
	color: #fff;
	font-size: 80%;
	vertical-align: bottom;
    display: inline-block;
}

.treat-box .btn_t-lnk:before{
display: inline-block;
	font-family: FontAwesome;
	content: "\f138";
	font-weight: normal;
	font-style: normal;
	margin-right:0.5em;
}





/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	
h1{
	width:96%;
	font-size: 50%;
	line-height: 1.2em;
	text-align: left;
	padding: 0.5em 0;
}

/* header Footer 共通 -------------------------*/	
	
.head-wrap,
.foot-wrap{
	width:100%;
	margin:0 auto 1em auto;
	display:grid;
	}
	
.logo-area{
	float: none;
	width:100%;
	margin: 0 auto 0 auto;
	display: block;
}

.info-area{
	float: none;
	width:60%;
	margin: 0 auto 0 auto;
	display: block;
}	
	
h2{
		padding: 5% 0 5% 0;
		margin: 0 auto 1em auto;
		text-align: center;
		font-size: 130%;
	}

h3{
	color:#B71D4C;
	font-size: 110%;
	border-bottom: 3px dotted #B71D4C;
	padding-left: 2.5em;
}
	
	
/* DEFAULT LIST style  with: LEAF ------------------------*/
	
.half-style-l{
	width:100%;
	float: none;
	margin: 0 auto 1em;
}

.half-style-r{
	width:100%;
	float: none;
	margin: 0 auto 1em;
}
}