#header{
	background: linear-gradient(to right, #ffffff 0%,#ffffff 49%,#ffffff 100%)
}
.siteName,#headerContactBtn{display: none;}
.orgHeader{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 730px){/*SP*/
	#headerContactInfo.fixed{
		 border-top: 2px solid #fff;
	}
	.orgHeader{
		margin-bottom: -0.1em;
	}
	.orgHeader p:nth-child(1){
		flex-basis: 90%;
		max-width: 90%;
	}
	.orgHeader p:nth-child(2){
		padding-right: 0.6em;
		margin-bottom: -0.2em;
	}
	.orgHeader p:nth-child(2) span:first-child{
		font-size:1.2em;
		line-height: 1.2em;
		text-align: center;
	}
	.orgHeader p:nth-child(2) span{
		display:block;
		font-size:0.8em;
		line-height: 1.4em;
	}
}
@media screen and (min-width: 731px){/*PC*/
	img{
		image-rendering: -webkit-optimize-contrast;
	}
	#headerContactInfo{display: none;}
	#header .inner {
		padding: 0 10px !important;
	}
	#header .wrap {
		display: inherit;
	}
	.orgHeader p:nth-child(1){
		flex-basis: 17.3%;
		max-width:17.3%;
		margin:0 2%;
	}
	.orgHeader p:nth-child(2){
		flex-basis: 78%;
		max-width: 78%;
	}
	.orgHeader p:nth-child(2) span:first-child{
		font-size:1.75em;
	}
	.orgHeader p:nth-child(2) span{
		font-size:1.25em;
		display: inline-block;
	}
}

#main .pointTit .t_pageHeading {
    background: linear-gradient(to left,rgb(253,236,230), rgba(147,68,40,1.0));
}


/* インラインフレーム */
iframe#main_if,
iframe.main_if{
	width:100%;
}
.if_box,p.no_lh{
	line-height: 0;
	clear:both;
}
@media screen and (max-width: 899px){/* 899px以下 */
	.if_box{
		margin:0 -2.5% !important;
	}
}
@media screen and (max-width: 730px){/*SP*/
	#access .no_lh ~ .no_lh{
		margin-top: 12.5vw !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#access .no_lh ~ .no_lh{
		margin-top: 3.125em !important;
	}
}

/*インラインフレームページ*/
#houjingaiyou .pointTit{
	display: none;
}


