/*画像*/
#main .textBox img{
	vertical-align: top !important;
}
@media screen and (min-width: 731px){/*PC*/
	.img_fl{
		float:left;
		margin: 0 12px 10px 0 !important;
	}

	.img_fr{
		float:right;
		margin: 0 0  10px 12px !important;
	}
}
/* こだわりバナー・代表ご挨拶バナー・選ばれる理由バナー */
@media screen and (min-width: 731px) {/* PC */
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
	}
	#cmnbnrgroup  > article,#cmnbnrgroup > div{
		flex-basis: 48.5%;
		align-self: flex-end;
	}
	#cmnbnrgroup > div:nth-child(3){
		margin-top: 32px !important;
		flex-basis: 100%;
	}
	#cmnbnrgroup > div:nth-child(3) img{
		width: 48.5%;
	}
	#cmnbnrgroup  > article:nth-child(even),#cmnbnrgroup  > div:nth-child(even){
		margin-left:3% !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	#cmnbnrgroup > div~div{
		margin-top: 35px !important;
	}
}
/*トップページのバナー群と,バナー群にバナーのあるページは,バナーが1個だけ表示だから中央に表示 I8追加*/
@media screen and (min-width: 731px) {/* PC */
#cmnbnrgroup .contentsList, #cmnbnrRead #cmnbnrgroup .articleInner:only-child{
		margin-top: 32px !important;
		flex-basis: 100%;
	}
	#cmnbnrgroup .contentsList img, #cmnbnrRead #cmnbnrgroup .articleInner:only-child img{
		width: 48.5%;
	}
}
/*スタッフ紹介バナー*/
#staffbnrRead .imgBox div {margin: 0 auto !important;}

/*お問合せバナー*/
.contactBnr img{
	vertical-align:top !important;
}
@media screen and (min-width: 731px) {/* PC */
	.contactBnr ul{
		display: flex;
	}
}
@media screen and (max-width: 730px){/* SP */
}
/*目次ページの共通バナー*/
.contentsText #cmnbnrRead{
	margin-top: 40px;
}
@media screen and (min-width: 731px) {/* PC */
	.contentsText div[id]{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 730px){/* SP */
	.contentsText div[id]{
		margin-bottom: 40px;
	}
	.contentsText #cntctbnrRead{
		margin-bottom: 50px;
	}
}
/* ページネーション */
@media screen and (max-width: 730px){/* SP */
	.prevNext li {
		margin: 3em 0 ;
	}
}
/*Q&A*/
.patern05 .bnrcntBox .textBox,
.patern05 .bnrcntBox .textBox .textBox{
	padding: 0 !important;
}
.patern05 .bnrcntBox{
	margin-bottom: 0 !important;
}

/*ピックアップお役立ち情報*/
.pickupInfobox {margin-top: .3em;overflow: hidden;
    border-radius: .5em;}
.pickupInfobox .articleWrap{padding: 0 !important;}
.pickupInfobox h2{
background: #FFFABC !important;
border-radius:0 !important;
margin-bottom: .5em !important;
border-bottom:none !important;
}
/*.pickupInfobox h2:before {
    color: #5b9d1f;
    position: relative;
    top: -.1em;
      margin-right: .25em !important;
    content: '\f10c';
    font-family: FontAwesome;
    font-weight: normal;
    speak: none;
    font-size: .8em;
    vertical-align: middle;
    left: 0;
}*/
.pickupInfobox h3{
    margin-bottom: .3em !important;
    padding-bottom: .1em !important;
    border-bottom: 1px dashed #5b2603;
    color: #f46;
}
.pickupLink{
text-align: center !important;
}
.pickupLink a~a {
    margin-left: .5em !important;
}
.pickupLink img{
vertical-align: top !important;
}
@media screen and (max-width: 730px){/* SP */
	#pickupInfobox{
		margin-bottom: 60px;
	}
	.pickupInfobox {
    border: solid 1px #a88339 !important;
    box-shadow: 1px 1px #a88339 !important;
	}
	.pickupInfobox .articleInner,.pickupInfobox .authorBox{padding: 0 0.8em 0.5em !important;}
	.pickupInfobox h2 {
	    padding: .5em .6em .5em .6em/*1.4em*/ !important;
	    /*font-size: 1.1em;*/
	    /*line-height: 1.2em;*/
	    /*text-indent: -.9em;*/
	    text-align: justify;
	}
	.pickupLink{
		margin-top: .3em !important;
		display: flex;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#pickupInfobox{
		margin-bottom: 50px;
	}
	.pickupInfobox {border: solid 1px #4d3013 !important;}

	.pickupInfobox .articleInner,.pickupInfobox .authorBox{padding: 0 0.9em 0.5em !important;}
	.pickupInfobox h2 {
	    padding: 10px 13px 8px 13px/*32px*/ !important;
	    /*font-size: 1.2em;
	    line-height: 1.4em;*/
	    /*text-indent: -.9em;*/
	}
	.pickupLink{
		margin-top: .5em !important;
	}
}
/*代表・院長メッセージ*/
p.message_sign{
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
}
p.message_sign span{
	display: inline-block;
}
/*サイドカラム*/
.sideBorderBox address,.sideBorderBox p.tit01{
	display: none;
}
/*フッター*/
@media screen and (max-width: 730px){/* SP */
	#footer #fMapBox,#fTimeBox address{
		display: none;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#footerInfo{
		display: none;
	}
}

/*グーグルマップボタン*/
.gmapBtn a {
    margin: 0 auto !important;
    background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%) !important;
padding: .4em .75em !important;
    font-size: 1em;
line-height:1.1em !important;
}
.gmapBtn a:hover {
    color: #16a6ee !important;
}
.gmapBtn i {
    font-size: 1.15em;
    margin-left: .3em !important;
}