/*画像*/
#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;
	}
}

/*ヘッダー*/
.siteName,#headerContactBtn{display: none;}
.areaHeader{
	position: relative;
}
.areaHeader a{
	position: absolute;
}
#headerContactInfo li a{
	color: #ffffff;
}
@media screen and (max-width: 730px){/*SP*/
	/*#header .inner {
		padding: 3px 0 0!important;
	}
	.customHeader{
		padding:0 0.6em 1.1vw;
	}*/
#header .inner {padding: 5px 0 0 !important;}
	.ttlHeader{
		margin-top: -10px;
		margin-right:0.6em;
		margin-left:0.1em;
	}
	.areaHeader{
		margin: 1.6vw 0.6em 1.1vw;
	}
	.areaHeader li a{
		top: 0;
		width: 14.1%;
		height:100%;
	}
	.areaHeader li:nth-child(2) a{
		left: 14.1%;
	}
	.areaHeader li:nth-child(3) a{
		left: 28.2%;
	}
	.areaHeader li:nth-child(4) a{
		left: 42.3%;
	}
	.areaHeader li:nth-child(5) a{
		left: 56.4%;
	}
	.areaHeader li:nth-child(6) a{
		left: 70.5%;
		width: 15.4%;
	}
	.areaHeader li:nth-child(7) a{
		left: 85.9%;
	}
	.prpointHeader {
		line-height: 0;
		margin: 0 0.6em 1.1vw;
	}
}
@media screen and (min-width: 731px){
#headerContactInfo{display: none;}
#header .inner {
		padding: 0 10px !important;
	}
	#header .wrap {
		display: inherit;
	}
	.orgHeader{
		width: 100%;
		display: flex;
		align-items: flex-end;
		margin-top: -6px;
                margin-bottom: 3px;
	}
	.orgHeader p:nth-of-type(3){
		
	}
	.areaHeader li a{
		top:0;
		width: 11.1%;
		height:85%;
	}
	.areaHeader li:nth-child(2) a{
		left: 11.1%;
		width: 14.0%;
	}
	.areaHeader li:nth-child(3) a{
		left: 25.1%;
		width: 13.4%;
	}
	.areaHeader li:nth-child(4) a{
		left: 38.5%;
		width: 14.8%;
	}
	.areaHeader li:nth-child(5) a{
		left: 53.3%;
		width: 14.6%;
	}
	.areaHeader li:nth-child(6) a{
		left: 67.9%;
		width: 17.2%;
	}
	.areaHeader li:nth-child(7) a{
		left: 85.1%;
		width: 14.9%;
	}
}
/*グローバルナビ*/
@media screen and (min-width: 731px) {/* PC */
	#mainMenu #mainMenuBox > ul > li > a{
		padding: 0 !important;
	}
	#mainMenu ul li.current .menuImage img, #mainMenu ul li a:hover .menuImage img{
		top: 0;
	}
	#mainMenu ul .subMenu {
		/*background-color: #6c3 !important;*/
	}
}
@media screen and (max-width: 730px){/* SP */
	/*#mainMenu a {
		border-bottom: #ccc 1px solid;
	}
	#mainMenu ul li a{
		background: linear-gradient(#FFFBDA, #FFE977) !important;
		color: #331700 !important;
	}
	#menuBtn .iconArrow .fa-times-circle:after{
		background: #999 !important;
	}*/
	
}
/*タイトル(h1・h2)*/
.pointTit .t_pageHeading {
	color: #ffffff!important;
}
/*#footer #siteMapTitle {
	background-color: #00bd20 !important;
}*/
/*svg*/
.contentsList .pageLink li svg{
	fill: #ff5f69 !important;
}
/*直立画像*/
article.stand_img {
	float: right;
	margin-top: .5em !important;
	margin-left: 1em !important;
	z-index:999;
}
.patern02Box h2 {
	display: flex !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{
		flex-basis: 100%;
	}
	#cmnbnrgroup .contentsList img, #cmnbnrRead #cmnbnrgroup .articleInner:only-child img{
		width: 48.5%;
	}
}
/*スタッフ紹介バナー*/
#staffbnrRead .imgBox div {margin: 0 auto !important;}

/* お役立ち情報バナー・Q&Aバナー*/
@media screen and (min-width: 731px) {/* PC */
	#infoqabnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#infoqabnrgroup > div{
		flex-basis: 48.5%;
	}
}
@media screen and (max-width: 730px){/* SP */
	#infoqabnrgroup > div~div{
		margin-top: 20px !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 .mcbnrgroup{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
@media screen and (min-width: 731px) {/* PC */
	.mcbnrgroup div[id] ~ div[id]{
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.mcbnrgroup div[id] ~ div[id]{
		margin-top: 40px !important;
	}
	.mcbnrgroup #spcmnbnrRead{
		margin-top: 30px !important;
	}
}
/*トップ以外共通バナー1番目(焼津院バナー)非表示*/
body:not(#index) .sideBannerCommon .sideBanner:first-child{display: none;}

/* ページネーション */
@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 .pointTit .t_pageHeading {
	color: #331700 !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;
	}
}
/*代表・院長メッセージ*/
.leader_comment .imgBox{margin-bottom: 10px;}
@media screen and (min-width: 731px){
.leader_comment .imgBox{
	float: left;
	width: 38%;
	margin: 0 15px 15px 0;
}
}

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;
}

/**************個別(自由編集ここから)**************/
/**お役立ちPickUp画像追加**/
@media screen and (min-width: 731px) {/* PC */
    .pickupInfobox .img_h3{
         margin-top:0!important;
}
    .pickupInfoboxR .imgBox img{
                width:24vw;
        height: 24vw;
        max-height: 240px;
        width: auto;                
        float:right;
        margin: 0 0  10px 12px!important;
    }
    .pickupInfoboxL .imgBox img{
                width:24vw;
        height: 24vw;
        max-height: 240px;
        width: auto;                
        float:left;
        margin: 0 12px 10px 0!important;
    }
    .pickupInfobox{
        clear: both;
        display: flex;
        flex-wrap: wrap;
    }
}

/*バナー下テキスト*/
.bnrbtm_text h2, .bnrbtm_text p{
	display: inline !important;
}
@media screen and (max-width: 730px){/* SP */
	.bnrbtm_text{
		line-height: 1.1em !important;
		margin-top: .25em !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: .8em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.bnrbtm_text{
		line-height: 17px !important;
		margin-top: 5px !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: 12px !important;
	}
}

/*直立画像*/
@media screen and (max-width: 730px){/*SP*/
	.standimg_aoidoustaff{
		width: 31.5vw;
		margin-right: -1.5% !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	.standimg_aoidoustaff{
		width: calc(120/ 720 * 100%);
		max-width: 120px;
	}
}
/*直立画像(まとめ記事あり)*/
@media screen and (min-width: 731px){/*PC*/
	.titList_on{
		margin-right: 1em !important;
	}
}
/*まとめ記事*/
.contentsList .titList{
	text-align: justify;
}
/**************個別(自由編集ここまで)**************/