@charset "utf-8";
/* ------------------------------------ */
/* 
/*		たなかペインクリニック
/*		update:2016.4~
/*
/* ------------------------------------ */


/* --------------------------------------------------------------------------*/
/* default ------------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/


body {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/body_bg.jpg) repeat;
	color:#444;
	font-size:16px;
}
section{
	margin-bottom:1.6em;
	padding:0 0 1em 2em;
	clear:both;
}

article{
	width:96%;
	margin:0 auto 1em auto;
}

p {
	margin-bottom: 1em;
	text-align:left;
	line-height:1.6em;
}

section p{
	margin-bottom:1.2em;}

.clear {
	clear: both;
}
.fl-l {
	float: left;
	margin-right:1em;
	margin-bottom:1em;
}
.fl-r {
	float: right;
	margin-bottom:1em;
	margin-left:1em;
}

/* 共通  コンテンツ内挿入画像用  PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: right;
	margin:0 1em 0.3em 1em;
}
.cont_img-l{
	float: left;
	margin:0 1em 0.3em 1em;
}

/* text-decoration --------------*/

.notes{
	font-size:0.7em;
}

.txt-m{
	color:#560D26;
	font-weight:500;
}
	
.txt-n{
	color:#00226D;
	font-weight:500;
}


/* HOME ONLY---------------------------------------------------------------*/

#home-head{
	background:url(../img/home_head_bg.png) top center repeat-x;
	min-height:500px;
	width:100%;
	text-align:center;
}

.head-logo-area{
	width:48%;
	padding:1em 1em 0.5em 1em;
	margin:0 0 ;
	float:left;
	background:#fff;
	border-radius: 0px 0 10px 10px;	
	-webkit-border-radius: 0px 0 10px 10px;	
	-moz-border-radius: 0px 0 10px 10px;	
}

.head-logo-area p{
	margin-bottom:0;
}
.head-info-area{
	width:45%;
	float:right;
	margin-right:1em;
}
.head-info-area p.head-tel{
	float:right;
	margin-top:0.5em;
}

.head-info-area h1{
	margin: 0.5em auto 0.2em;
	padding: 0px auto 0px auto;
	text-align: right;
	font-size:80%;
	font-weight: normal;
	color: #f47937;
}

.main-inner-txt{
	clear:both;
	padding-top:1em;
	margin:0em auto 2em auto;
	display: flex;
  justify-content: center;
}

.main-inner-txt li{	
	width:49%;
	list-style:none;
}

.main-inner-txt li:last-child{
	margin-top:5em;
}

/* お知らせ枠 */
#topinfo {
	text-align: center;
	padding: 0 0 1em 0;
	margin:0 auto 0em auto;
	border-bottom:3px dotted #f5c030;	
	}

.topinfo-tit{
	background:url(../img/tit_bg_creampng.png) no-repeat left 64% ;
	background-size:100% auto;
	margin-left: 0em;
	padding: 0 0em;
}

.topinfo-tit img{
	margin-left:1.5em;
}
#topinfo dl{
	margin:1em auto 0em auto;
	padding-bottom:1em;
	width:92%;
	text-align:left;
}

#topinfo dt {
	color: #a27a40;
	display: block;
	margin-bottom:0.5em;
}

#topinfo dt:before {
	content:'■';
}

#topinfo dl dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #efefef;
	margin:0 1em 0.5em 1em ;
}


/* HOME 特長 ------------------------------*/

.home-wrapper{
	overflow:hidden;
	padding:0em 0.5em 0 0.5em;
	display:inline-flex;
	width:100%;
}

.home-feature .hp{}
.home-feature{
	width:64%;
	float:left;
	margin-right:1em;
	background:#dbf8ff;
	padding:1em 0.3em 0em 0.3em;
	border-radius: 15px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.home-feature .img-responsive{
	text-align:center;
	margin:0 auto;
}

.home-feature p{
	margin:0em auto 0em auto;
	color:#0E57A4;
	font-size:0.9em;
}

.home-feature figure{
	margin-top:1.5em;
	margin-bottom:1em;
}

.home-feature .txt{
	margin-top:1em;
	margin-left:1em;
}

.home-firstvisit{
	width:33%;
	background:#ecf5c9;
	border-radius: 15px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center;
}

.home-complaint{
	width:97%;
	background:url(../img/bg_p-dotted.png) repeat;
	border:3px solid #ff9966;
	border-radius: 15px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	overflow:hidden;
	padding:1em 1em;
	margin:0 0 0em 0.5em;
}

.home-complaint .cont_img-r{
	margin-top:5em;
}

.btn-first { /* 診療案内ページ共通 */
	
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
	font-size:1em;
	margin-top:1em;
	width:80%;
	padding:0.5em;
}

.btn-first:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/*医院概要 ---------------------------------------------*/

.outline {
	width:100%;
	text-align: left;
	margin:0 auto 0 auto;
	padding:0.5em 1em 1em 1em;
	overflow:hidden;
}

.outline .outline-l{
	width:48%;
	float:left;
}

.outline .outline-r{
	width:50%;
	float:right;
}

/* 医院概要 */
.gaiyou-dl{
	margin-bottom:1em;
	overflow:hidden;
}

.gaiyou-dl i.fa{
	color:#ff9966;
}
	
.gaiyou-dl dt{
	width:6em;
	padding:1px 2px 0px 2px;
	text-align:center;
	float:left;
	margin-right:1em;
	color: #ffffff;
	font-weight:normal;
	background:#ff9966;
	border-radius: 3px 3px;	
	-webkit-border-radius: 3px 3px;	
	-moz-border-radius: 3px 3px;	
}
.gaiyou-dl dd{
	text-align:left;
	float:left;
	margin-top:0.2em;
	width: calc(100% - 8em) 
}

	.gaiyou-dl dd sup {
		color:#f00;
	}
.gaiyou-dl .kome {
	color:#f00;
}
.gaiyou-tit{
	background:#84584a;
	color: #fff;
	padding:5px 2px 2px 2px;
	text-align:left;
	font-weight:bold;
	text-indent:1em;
	margin-bottom:0.5em;
}

/* 診療時間 < 医院概要内 */
.toptimetable{
	width:100%;
	margin-bottom:.5em;
}
.toptimetable p{
	color:#ff9966;
	font-weight:bold;
	line-height:1.2em;
	margin-top:0.5em;
}

.btn:hover, .btn:forcus{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	text-decoration:none;
}


/* global navi -----------------------------------------*/

.navbar{
	min-height:0px;
	margin-bottom: 1em;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-inverse {
    background-color: #fff;
		border:0px solid #fff;
}

.gnav{
	width:100%;
	margin:0em auto 0em auto;
	border-radius: 12px;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	display: flex;
  justify-content: center;
	background:#fb945c;
}

.gnav li{
	list-style:none;
	width:16.66666%;
	padding:0.5em 0 0.5em 0;
}
.gnav li a:link,.gnav li a:visited{
	border-right:2px dotted #fff;
}
.gnav li:last-child a{
	border-right:0px dotted #fff;
}

.gnav li:hover{
	background-color:#fbac81;
	filter:alpha(opacity=80);
  -moz-opacity:0.80;
  -khtml-opacity: 0.80;
  opacity:0.80;
	border-radius: 2px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* main-wrap ------------------------------------------------------------------*/

#main-cont-wrapper{
	margin:1.5em auto 1em;
	clear:both;
	overflow:hidden;
}


/* sidenavi------------------------------------------------------------------*/
.lnav-wrapper{

}

.lnav-wrapper p.snav-tit{
	margin:0.5em auto 1em auto;
}

.lnav-wrapper ul{
	margin:1em 0.8em;
	padding:0 0 0 0;
	list-style:none;
	clear:both;
	display:block;
}

.lnav-wrapper ul li{
	margin-bottom:0.3em;
	border-bottom:4px dotted #f5c030;
	padding:0.8em 0 1em 0 ;
	
}

.lnav-wrapper ul li a:hover,
.lnav-wrapper ul li.current{
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity:0.70;
}

.lnav-wrapper ul li.to-first {
	margin-top:15px;
    background: #ECF5C9;/*ボタン色*/
	padding:2px;
    border: solid 2px #ECF5C9;
    border-radius: 8px;
    transition: .4s;
}
/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 100%;
	z-index: 100;
}
#page-top a {
	display: block;
	text-align: center;
	background: #debdc9 none repeat scroll 0% 0%;
	border-radius: 5px;
	padding: 0em 1.5em;
	opacity: 0.8;
	color: #FFF;
}

#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{
	background:url(../img/footer_bg.png) repeat-x center top;
	clear:both;
	padding:5em 0 1em 0;
	margin-bottom:0;
}

footer .clinic-logo{
	float:left;
	width:32%;
	margin-right:1em;
}
footer .footer-link{
	float:right;
	margin-top:0em;
	overflow:hidden;
	text-align:left;
	width:64%;
}
footer .btm-sitemap {
	margin:0 0 0 3em;
	padding:0 0 0 0;
	text-align:left;
	float:left;
}
.btm-sitemap li {
	display:block;
	margin-right:1em;
	margin-bottom: 0.2em;
	text-align: left;
}
.btm-sitemap li a {
	color:#555;
}

.btm-sitemap li a:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f061";
	font-weight: normal;
	margin-right:0.2em;
	font-size:0.9em;
	color:#fb945c;
}

#copyright p{
	text-align:center;
	clear:both;
	margin:0 0 0 0;
	color:#ffffff;
	font-size:0.8em;
	background:#fb945c;
}

#copyright a{
	color:#ffffff;
}



/*---------------------------------------------------------------------*/
/* LOWER contents -----------------------------------------------------*/
/*---------------------------------------------------------------------*/

#lower-head{
	background:url(../img/lower_head_bg.png) top center repeat-x;
	background-size:auto 100%;
	width:100%;
	text-align:center;
	padding-bottom:1.5em;
}

#lower-head .head-logo-area{
	padding-bottom:1em;
	width:46%;
}

#lower-head .head-info-area {
  width: 50%;
  float: right;
	vertical-align:top;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
}

#lower-head .head-info-area h1{
	font-size: 76%;
	font-weight: normal;
	color: #f47937;
	vertical-align:top;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
}

#lower-head .head-info-area .head-tel{
	margin-bottom:0;
}

.low-cont{
	padding:0 1em;
}

h2{
	border:4px solid #BCE6F3; 
	border-radius: 12px;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background:url(../img/lower_tit_bg.png) no-repeat bottom left #E3F9FD;
	background-size:auto 100%;
	padding:1.5em auto 0.8em auto;
	text-align:center;
	color:#43BDD1;
	line-height:2.6em;
	font-weight:bold;
	margin-bottom:1em;
	margin-left:1em;
	text-shadow:-2px -2px #fff,
							2px -2px #fff,
							-2px 2px #fff,
							2px 2px #fff;
}

h3{
	padding:1em auto 0em auto;
	text-align:left;
	color:#fb945c;
	line-height:1.4em;
	font-weight:bold;
	margin-bottom:1em;
	border-bottom:10px solid #ffc4a4;
	
}

h3:before{
	content:url(../img/icon_white.png);
	margin:0em 0.5em 0 0.2em;
}

h3.dbline{
	font-size:1.2em;
	display:block;
	padding-left:2em;
	text-indent:-1.8em;
}

h4{
	border:1px solid #F5C030;
	border-left:15px solid #F5C030;
	background:#FBFAE6;
	color:#F5C030;
	padding:0.3em 0 0.3em 0;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	text-align:left;
	text-indent:1em;
}



/* 囲い　グレー　--------------------------*/

.flame-g {
	width: 80%;
	border: 2px solid #BE9D7F;
	border-radius: 7px 7px 7px 7px;
	text-align: left;
	padding: 0.8em 1em 0.8em 1em;
	background:#F6EFE8;
	overflow:hidden;
	margin:0em auto 1em auto;
	display:block;
}

.flame-g p.tit{
	font-size:120%;
	color:#BE9D7F;
	text-align:center;
	font-weight:bold;
	border-bottom:2px dotted #BE9D7F;
	padding-bottom:0.5em;
}

/* single-line --------------------------*/

.flame-g ul li{
	width:100%;
	display:inline-block;
	padding:0.2em 0;
}

.flame-g ul li:nth-child(2n){
		width:100%;
}

.flame-g ul li:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f1d9";
	font-weight: normal;
	font-style: normal;
	color:#BE9D7F;
	margin-right:0.7em;
}


/* double-------------------------------- */
.flame-g ul.dbl-line li{
	width:46%;
	display:inline-block;
	padding:0.2em 0;
}

.flame-g ul.dbl-line li:nth-child(2n){
		width:46%;
}



/* 医師紹介 ------------------------------*/
.dr-sign{
	text-align:right;
}

/* 経歴 */

.biog {
	width:96%;
	margin: 0 auto 1em auto;
	padding: 0 0 0 0;
	text-align: left;
}

.biog dt {
	width: 6em;
	float: left;
	margin-right: 1em;
	font-weight: normal;
	line-height:1.8em;
}
.biog dd {
	line-height:1.8em;
	padding-left:7em;
	text-indent:0em;
}
/* 資格 */
.prof-lst {
	width: 96%;
	margin: 0 auto 1em auto;
	padding: 0 0 0 0;
	text-align: left;
}

.prof-lst li{
	list-style:none;
	line-height:1.8em;
}

.prof-lst li:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f040";
	font-weight: normal;
	font-style: normal;
	color:#BE9D7F;
	margin-right:0.5em;
}


/* 院内風景 ---------------------------------------*/

.clinic_thumb{
	overflow:hidden;
	list-style:none;
	margin:0 auto 0 auto;
	padding:1em 0 0 0;
	text-align:center;
	
	}
.clinic_thumb li{
	float:left;
	display:inline-block;
	margin:0px 1% 0.5em 1%;
	padding:0 0 10px 0;
	font-size:86%;
	line-height:1;
	text-align:center;
	width:22.888%;
	
}

.clinic_thumb li img{
	padding-top:0.5em;
}

.clinic_thumb li span{
	color:#666;
	font-size:1em;
}

.clinic_thumb li span:before {
	content:'▼ ';
	color:#FB945C;
}
.clinic_thumb li .lb-thumb{

}

.clinic_thumb li a{
	display:block;
}

/* 診療案内 ---------------------------------------*/


.home-feature .hp{
}


.home-feature{
	width:64%;
	float:left;
	margin-right:1em;
	background:#dbf8ff;
	padding:1em 0.3em 0em 0.3em;
	border-radius: 15px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}


.block-flow{
	display:block;
	overflow:hidden;
	text-align:left;
	width:96%;
	margin:0 auto 0.5em auto;
}

.block-flow dt{
	display:block;
	color:#43BDD1;
	font-size:120%;
	border-bottom:2px dotted #43BDD1;
	margin-bottom:1em;
}

/*.block-flow dt:first-letter{
	font-size:1.5em;
	margin-right:0.5em;
}*/
.block-flow dd{
	text-align:center;
	margin-bottom:1em;
}


.block-flow dd.area-full,
.block-flow dd.area-full-txt{
	width:100%;
	float:none;
}

.block-flow dd.area-full img{
	display:inline-block;
	margin:0 1em 0 0;
}


/* 囲み枠 -------------------------*/
.box01{
	width:100%;
	border:5px solid #c4aa65; 
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:1em 2em;
	color:#555555;
	margin:0 auto 1em auto;
	text-align: left;
}
.box01 p.tit {
	font-size: 110%;;
	font-weight: bold;
	color: #c4aa65;
	text-align: center;
	
}



/* このような症状の～，主な疾患 -------------------------*/
.case-box{
	width:80%;
	border:5px solid #BCE6F3; 
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:0.5em 2em 0.2em 2em;
	color:#43BDD1;
	margin:0 auto 1em auto;
}

.case-box .pt-org{
	margin:0 0 0.5em 3em;
	padding:0 0 0 0;
	overflow:hidden;
}

.case-box .pt-org li{
	width:49%;
	display:inline-block;
	padding:0 0 0 0;
	margin-bottom:0.5em;
	text-align:left;
}

.case-box .pt-org li:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f02d";
	font-weight: normal;
	font-style: normal;
	color:#F5C030;
	margin-right:0.5em;
}

.case-box .pt-org li:last-child{
	float:left;
}

/*　共通：チェック付きリスト -----------------------------------*/
.pt-check{
	margin:0 0 0.5em 3em;
	padding:0 0 0 0;
	overflow:hidden;
}

.pt-check li{
	width:100%;
	display:inline-block;
	padding:0 0 0 0;
	margin-bottom:0.5em;
	text-align:left;
}

.pt-check li:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f046";
	font-weight: normal;
	font-style: normal;
	color:#F5C030;
	margin-right:0.5em;
}

/*1周年ページ*/
.anniversary{
	background: #E3F9FD;
	padding: 3%;
	width: 95%;
	margin: 0 auto 2em;
	float: right;
	border-radius: 8px;
}
.anniversary-section {
    margin-bottom: 0;
    padding: 0 0 0 2em;
}
.anniversary h2{
	background: none;
	border: none;
	margin: 0 0 1em 0;
}
.anniversary .anv_sec01{
	position: relative;
}
.anniversary .anv_sec01 .icon{
	position: absolute;
	right: 0;
	bottom: 0;
}
.anniversary .anv_sec02{
	position: relative;
}
.anniversary .anv_sec02 .anv_secIn{
	float: right;
}
.anniversary .anv_sec02 .icon{
	position: absolute;
	left: 0;
	bottom: 0;
}
.acMenu dt{
	display:block;
	cursor:pointer;
	font-weight: normal;
}
.acMenu dt:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f13a";
	font-weight: normal;
	margin-right: 0.3em;
	color: #ffaa00;
}
.acMenu dt.active:before{
	content: "\f139";
}
.acMenu dd{
	display:none;
	margin-top: 0.5em;
}


/*初診の方へ*/

.first-box{
	width:90%;
	border:5px solid #FB945C; 
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:1em;
	color:#43BDD1;
	margin:0 auto 1em auto;
}
.first-box ul.pt-check {
	margin:0 1em;
	color:#FB945C;
} 

.first-box ul.pt-check li:last-child {
	margin-bottom:0
}

ol.first-flow {
		list-style: none;
	padding: 0;
	margin: 0;
}
ol.first-flow li{
	border: 5px solid #FBFAE6;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 0;
    position: relative;
	
}
ol.first-flow li div {
	margin:1em;
	overflow:hidden;
}

ol.first-flow li::after {bottom: -34px;
    color:#ccc;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;
overflow:visible;}

ol.first-flow li:last-child::after{/*最後の▼を外す*/
    content: "";
}
ol.first-flow li h4{
    border : none;
	margin:0;
	padding:0.5em;
}
ol.first-flow li img.cont_img-r {
	margin: 0 0 0 1em;
}

/* --------------------------------------------------------------------------*/
/* ■■■Tablet■■■ -------------------------------------------------------*/
/* --------------------------------------------------------------------------*/


@media only screen and (max-width: 1198px) {

/* home main-cont -----------------------------------------------------------*/
/* HOME ONLY---------------------------------------------------------------*/

#home-head{
	background:url(../img/home_head_bg.png) top center repeat-x;
	min-height:400px;
	width:100%;
	text-align:center;
}

.head-logo-area{
	width:42%;
	padding:1em 1em 0.5em 1em;
	margin:0 0 ;
	float:left;
	background:#fff;
	border-radius: 0px 0 10px 10px;	
	-webkit-border-radius: 0px 0 10px 10px;	
	-moz-border-radius: 0px 0 10px 10px;	
}
.head-info-area{
	width:54%;
	float:right;
	vertical-align:top;
}
.head-info-area p.head-tel{
	float:right;
	margin-top:0.5em;
}

.head-info-area p.head-tel img{
	width:54%;
	text-align:right;
}

.head-info-area h1{
	margin: 0.3em auto 0.2em;
	padding: 0px auto 0px auto;
	text-align: right;
	font-size:60%;
	font-weight: normal;
	color: #f47937;
}

/* global navi -----------------------------------------*/

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gnav{
	margin:0.5em auto 0.5em auto;
}
.gnav li img{
	width:92%;
}


/* main-wrap ----------------------------------------------------------------*/

#main-cont-wrapper{
	margin:0em auto 2em;
	clear:both;
	overflow:hidden;
}

.main-inner-txt{
	clear:both;
	padding:1em 0 0 0;
	margin:0em auto 2em auto;
	display: flex;
  justify-content: center;
}

.main-inner-txt li:last-child {
    margin-top: 2em;
		margin-left:1em;
}

/* footer ----------------------------------------------------*/
footer{
	padding:2em 0 1em 0;
}
footer .clinic-logo{
	float:none;
	width:50%;
	margin:0 auto 0.2em;
}
.footer-sitemap{
	margin:1em auto 0 auto;
	padding:0 0 0 0;
	display:inline-flex;
	text-align:center;

}

footer .footer-link{
	float:none;
	margin-top:0em;
	margin-left:1em;
	overflow:hidden;
	text-align:left;
	width:100%;
}

footer .btm-sitemap {
	margin:0 0em 0 1em;
	padding:0 0 0 0;
	text-align:left;
	float:left;
}

.btm-sitemap li a {
	font-size:0.8em;
	white-space:nowrap;
}

/* お知らせ枠 --------------------------------------------------*/
.topinfo-tit{
	width:87%;
}

/* HOME 特長 ------------------------------*/

.home-wrapper{
	overflow:hidden;
	padding:0em 0em 0 0em;
	display:block;
	width:100%;
}

.home-feature{
	width:100%;
	float:none;
	display:block;
	margin-right:0em;
	margin-bottom:1em;
	background:#dbf8ff;
	padding:1.5em 0.3em 1em 0.3em;
	border-radius: 15px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#home-feature-tit{
	margin:0 0.5em 0 0.8em;
}

#home-feature-tit:after{
	content: attr(data-label);
	color:#0E57A4;
	font-weight:bold;
	font-size:130%;
	text-shadow:-2px -2px #fff,
							2px -2px #fff,
							-2px 2px #fff,
							2px 2px #fff;
}

#home-feature-tit img{
	display:none;
}


.home-feature figure img{
	margin-top:1.5em;
	margin:0 auto;
	text-align:center;
}

.home-feature p{
	padding:0 0 0em 0;
	margin:0 auto 0 auto;
}

.home-feature .txt{
	margin:1em 0 1em 1em;
	padding:0 0 0 0;
}

.home-firstvisit{
	width:100%;
	background:#ecf5c9;
	border-radius: 15px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center;
	margin-bottom:0;
}

.home-complaint{
	width:100%;
	background:url(../img/bg_p-dotted.png) repeat;
	border:3px solid #ff9966;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow:hidden;
	padding:1em 0.5em 0 0.5em;
	margin:0 0 0em 0em;
}

.home-complaint p{
	padding:0 0 0em 0;
	margin:0 auto 1em auto;
}

.home-complaint .cont_img-r,
.home-complaint .cont_img-l{
	margin:1em auto 1em auto;
	text-align:center;
	float:none;
}

/*医院概要 ---------------------------------------------*/

.outline {
	width:100%;
	text-align: left;
	margin:0 auto 0 auto;
	padding:0em 0em 0em 0em;
	overflow:hidden;
}

.outline .outline-l{
	width:100%;
	float:none;
}

.outline .outline-r{
	width:100%;
	float:none;
}

.outline-l .lead{
	margin:0 0 1em 0;
	padding:0 0 0 0;
	line-height: 1.4;
	text-align:left;
}

.gaiyou-dl dt{
	width:100%;
	padding:1px 2px 0px 2px;
	text-align:center;
	float:none;
	margin-right:0;
}
.gaiyou-dl dd{
	text-align:left;
	float:none;
	margin-top:0.2em;
	width:100%;
}


/* 診療時間 < 医院概要内 */
.outline .toptimetable{
	width:100%;
	margin-bottom:0.5em;
}
.outline .toptimetable figure img{
	margin:0.5em auto;
	text-align:center;
}
	
.outline .toptimetable p{
	margin:0 0 0 0.5em;
	padding:0 0 0 0;
}


/*---------------------------------------------------------------------*/
/* LOWER contents -----------------------------------------------------*/
/*---------------------------------------------------------------------*/

#lower-head .head-logo-area{
	padding-bottom:1em;
	width:46%;
}
#lower-head .head-info-area {
  width: 50%;
  float: right;
	vertical-align:top;
	text-align:center;
}
#lower-head .head-info-area h1 {
	font-size: 50%;
	font-weight: normal;
	color: #f47937;
	line-height:1em;
	padding:0 0 0 0;
	vertical-align:top;
}

#lower-head .head-info-area p.head-tel{
	width:80%;
	float:right;
}

h2{
	background-size:auto 100%;
	padding:0.5em auto 0.5em auto;
	line-height:2em;
	font-weight:bold;
	font-size:120%;
	margin-bottom:1em;
	margin-left:1em;
}

h3{
	padding:1em auto 0em auto;
	text-align:left;
	color:#fb945c;
	line-height:1.4em;
	font-weight:bold;
	font-size:120%;
	margin-bottom:1em;
	border-bottom:10px solid #ffc4a4;
}

h3.dbline{
	font-size:1.1em;
	display:block;
	padding-left:0;
	text-indent:0;
	text-align:left;
}

h4{
	font-size:100%;
}

/* このような症状の～，主な疾患 -------------------------*/
.case-box{
	width:100%;
	border:5px solid #BCE6F3; 
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:0.5em 0.5em 0.2em 0.5em;
	color:#43BDD1;
	margin:0 auto 1em auto;
}

.case-box .pt-org{
	margin:0 0 0.5em 1em;
	padding:0 0 0 0;
	overflow:hidden;
}

.case-box .pt-org li{
	width:49%;
	display:inline-block;
	padding:0 0 0 0;
	margin-bottom:0.5em;
	text-align:left;
}

/* アクセス-------------------------*/

.access-img{
	float:none;
	display:block;
	margin:0 auto 1em auto;
}

.lead{
	text-align:center;
}

/* 共通  コンテンツ内挿入画像用  PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: none;
	margin:0 auto 1em auto;
}
.cont_img-l{
	float: none;
	margin:0 auto 1em auto;
}

/*1周年ページ*/
.anniversary .anv_sec01 p,.anniversary .anv_sec02 p{
	text-align: center;
}
.anniversary .anv_sec01 .icon{
	width: 18%;
}
.anniversary .anv_sec02 .anv_secIn{
	float: none;
}
.anniversary .anv_sec02 .icon{
	width: 20%;
}
.anniversary-section{
	padding-bottom: 0.3em;
}

	
}


/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	
section {
    margin-bottom: 1.2em;
		padding:0 0 0 0;
}	

section p {
    margin-left: 0em;
    padding: 0 0.5em 0 0.5em;
}

/* 共通  コンテンツ内挿入画像用  PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: none;
		margin:0 auto 1em auto;
	display:block
}

.cont_img-l{
	float: none;
	margin:0 auto 1em auto;
}


/* global navi -----------------------------------------*/
.navbar {
    min-height: 0px;
    margin-bottom: 0em;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0.5em 0.2em;
		line-height:1.2em;
		
}

.gnav{
	width:100%;
	margin:0em auto 0em auto;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
	background:#fb945c;
}

.gnav li{
	list-style:none;
	width:48.666%;
	padding:0.1em 0 0.2em 0;
	display:inline-block;
}

.gnav li a:link,.gnav li a:visited{
	border-right:1px dotted #fff;
	border-bottom:1px dotted #fff;
	font-size:72%;
	font-weight:normal;
}

.gnav li:nth-child(even) a:link{
border-right:0px dotted #fff;
}

.gnav li:nth-child(5) a:link,
.gnav li:nth-child(6) a:link{
	border-bottom:0px dotted #fff;
}
	
.gnav li a:after{
	content: attr(data-label);
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
}

.gnav li a img{
	display:none;
}

.gnav li a:link{
	border-right:1px dotted #fff;
}
.gnav li:last-child a{
	border-right:0px dotted #fff;
}

/* sidenavi------------------------------------------------------------------*/
.lnav-wrapper{
	width:80%;
	margin:2em auto 1em auto;
}

.lnav-wrapper ul li{
	margin-bottom:0.3em;
	border-bottom:3px dotted #f5c030;
	padding:0.5em 0 0.8em 0 ;	
}


/* HOME ONLY---------------------------------------------------------------*/

#home-head{
	background:url(../img/home_head_bg.png) top center no-repeat;
	background-size:auto 100%;
	text-align:center;
	margin-bottom:0.5em;
}

.head-logo-area{
	width:96%;
	display:block;
	float:none;
	text-align:center;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin:0em auto;
	background:#fff;
	border-radius: 0px 0 10px 10px;	
	-webkit-border-radius: 0px 0 10px 10px;	
	-moz-border-radius: 0px 0 10px 10px;	
}

.head-logo-area p{
	margin-bottom:0em;
}
.head-info-area{
	width:90%;
	float:none;
	margin:0 auto;
}
.head-info-area p.head-tel{
	float:none;
	margin:0.5em auto 0.5em auto;
	padding:0 0 0 0;
}

.head-info-area p.head-tel img{
	margin:0 auto;
	text-align:center;
}

.head-info-area h1{
	margin: 0em auto 0em;
	padding: 0px auto 0px auto;
	text-align: center;
	font-size:10%;
	font-weight: normal;
	color: #f47937;	
	text-indent:-99999px;
	height:0.1%;
}

.main-inner-txt{
	padding:0em 1em 0em 1em ;
	margin:0em auto 0em auto;
	display:block;
	text-align:center;
}

.main-inner-txt li{	
	width:100%;
	display:block;
	margin-bottom:1em;
}

.main-inner-txt li:last-child {
    margin:0.5em auto 0.5em auto;
		text-align:center;
}

.main-inner-txt li:last-child img{
	margin-top:0;
	text-align:center;
}

/* お知らせ枠 */
#topinfo {
	text-align: center;
	padding: 0 0 1em 0;
	margin:1em auto 0em auto;
	border-bottom:3px dotted #f5c030;	
	}
.topinfo-tit{
	background:#FFF9DB;
	padding:0.5em 0.5em 0.2em 2.6em;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	font-size:0.94em;
	width:100%;
}
.topinfo-tit:before{
	position: absolute;
	content:url(../img/icon_tp.png);
	top: 0.5em;
	left:0.5em;
}

.topinfo-tit:after{
	content: attr(data-label);
	color:#FB945C;
	font-weight:bold;
	font-size:1.3em;
}

.topinfo-tit img{
	display:none;
}

#topinfo dl{
	margin:1em auto 0em auto;
	padding-bottom:1em;
	width:100%;
	text-align:left;
}

#topinfo dt {
	color: #a27a40;
	display: block;
	margin-bottom:0.5em;
}

#topinfo dt:before {
	content:'■';
}

#topinfo dl dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #efefef;
	margin:0 0em 0.5em 0em ;
}

footer{
	background:url(../img/footer_bg.png) repeat-x center top;
	clear:both;
	padding:2em 0 1em 0;
	margin-bottom:0;
}

footer .clinic-logo{
	float:none;
	width:90%;
	margin:1em auto 0em auto;
}
footer .footer-link{
	float:none;
	overflow:hidden;
	text-align:left;
	width:100%;
	margin:0 auto;
}

.footer-sitemap {
    margin: 1em auto 0 auto;
    padding: 0 0 0 0;
    display: inline-flex;
    text-align: center;
		width:90%;
}

footer .btm-sitemap {
	width:100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	float: none;
}

footer .btm-sitemap li {
/*	width:48%;
	float:left; */
	display:inline-block;
	margin:0 0 0 0;
}

#copyright p{
	margin:0 0 0 0;
	color:#ffffff;
	font-size:0.6em;
	background:#fb945c;
	padding:0.5em 0 0.5em 0;
}




/*---------------------------------------------------------------------*/
/* LOWER contents -----------------------------------------------------*/
/*---------------------------------------------------------------------*/

#lower-head{
	background:url(../img/lower_head_bg.png) top center repeat-x;
	background-size:auto 100%;
	width:100%;
	text-align:center;
	padding-bottom:0em;
}

#lower-head .head-logo-area{
	padding-bottom:0em;
	width:96%;
}

#lower-head .head-info-area {
	width:90%;
	float:none;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	min-height:1em;
}

#lower-head .head-info-area h1 {
	font-size: 80%;
	font-weight: normal;
	color: #f47937;
	line-height:0.1em;
	margin-top:-0.5em;
}

#lower-head .head-info-area p.head-tel{
	float:none;
	margin:0em auto 0.5em auto;
	padding:0 0 0 0;
	width:80%;
}

#lower-head .head-info-area p.head-tel img{
	margin:0 auto;
	text-align:center;
	width:80%;
}

h2{
	border:2px solid #BCE6F3; 
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../img/lower_tit_bg.png) no-repeat bottom left #E3F9FD;
	background-size:auto 100%;
	text-align:center;
	color:#43BDD1;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.4em;
	padding:0.1em 0 0 0;
	margin:0.5em 0 0 0;
	text-shadow:-2px -2px #fff,
							2px -2px #fff,
							-2px 2px #fff,
							2px 2px #fff;
}


h3{
	border-radius: 0px;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background:#fff;
	padding:1em auto 0.5em auto;
	text-indent:0em;
	color:#fb945c;
	line-height:1.2em;
	font-weight:bold;
	font-size:1em;
	text-align:left;
	margin-bottom:0.5em;
	border-bottom:7px solid #ffc4a4;
}

h3:before{
	content:'';
	margin:0em 0em 0 0em;
}

h3.dbline{
	font-size:1.1em;
	display:block;
	padding-left:0;
	text-indent:0;
	text-align:left;
}

h4 {
    border: 1px solid #F5C030;
    border-left: 10px solid #F5C030;
    padding: 0.3em 0 0.3em 0.5em;
    font-size: 1em;
    line-height: 1.2em;
    text-indent: 0em;
}




/* 下層 ---------------------------------------------------------------*/

.head-logo-area{
	width:96%;
	display:block;
	float:none;
	text-align:center;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin:0em auto;
	background:#fff;
	border-radius: 0px 0 10px 10px;	
	-webkit-border-radius: 0px 0 10px 10px;	
	-moz-border-radius: 0px 0 10px 10px;	
}

/* 医師紹介 ------------------------------*/

/* 経歴 */

.biog {
	width: 100%;
	margin: 0 0 1em 0em;
	padding: 0 0 0 0;
	text-align: left;
	border-bottom:1px dotted #ccc;
}

.biog dt {
	width: 100%;
	float: none;
	display:block;
	margin-right: 1em;
	font-weight: bold;
	line-height:1.8em;
	border-top:1px dotted #ccc;
	font-size:0.8em;
}

.biog dt:first-child {
		border-top:0px dotted #ccc;
}
.biog dd {
	line-height:1.8em;
	width: 100%;
	float: none;
	display:block;
	padding-left:0.5em;
}

/* 資格 */
.prof-lst {
	width: 100%;
	margin: 0 auto 1em auto;
}


/*　共通：チェック付きリスト -----------------------------------*/
.pt-check{
	margin:0 0 0.5em 0.5em;
	padding:0 0 0 0;
	overflow:hidden;
}

/* このような症状の～，主な疾患 -------------------------*/
.case-box{
	width:100%;
	border:5px solid #BCE6F3; 
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:0.5em 0.5em 0.2em 0.5em;
	color:#43BDD1;
	margin:0 auto 1em auto;
}

.case-box .pt-org{
	margin:0 0 0.5em 1em;
	padding:0 0 0 0;
	overflow:hidden;
}

.case-box .pt-org li{
	width:100%;
	display:block;
	padding:0 0 0 0;
	margin-bottom:0.5em;
	text-align:left;
}


/* 院内風景 ---------------------------------------*/

.lower-cont .outline ul.clinic_thumb{
		margin-left: 0em;
		width:100%;
}

.clinic_thumb{
	overflow:hidden;
	list-style:none;
	margin:0 auto 0 auto;
	padding:1em 0 0 0;
	text-align:center;
	}
.clinic_thumb li{
	float:left;
	display:inline-block;
	margin:0px 1% 2em 1%;
	padding:0 0 5px 0;
	font-size:86%;
	line-height:1;
	text-align:center;
	width:48%;
}

.clinic_thumb li .lb-thumb{

}

.clinic_thumb li a{
	display:block;
}

/* 診療案内 ---------------------------------------*/
.block-flow{
	width:100%;
}

.block-flow dt{
	font-size:100%;
	margin-bottom:0.5em;
	font-weight:normal;
}


/*.block-flow dt:first-letter{
	font-size:1.5em;
	margin-right:0em;
}*/
.block-flow dd{
	text-align:left;
	font-size:0.9em;
}

.block-flow dd.area-full img{
	display:block;
	margin:0 auto 0 auto;
}

/*1周年ページ*/
.anniversary{
	width: 100%;
	float: none;
	margin: 1.5em auto;
	padding-bottom: 0;
}
.anniversary h2{
	background: none;
	border: none;
	margin: 0 0 1em 0;
}
.anniversary .anv_sec01 .icon,.anniversary .anv_sec02 .icon{
	display: none;
}
.anniversary .anv_sec01,.anniversary .anv_sec02{
	font-size: 13px;
}
.anniversary .anv_sec02 .anv_secIn{
	float: none;
}

}





