@media only screen and (max-width: 960px) {
	.f20 {
		font-size: 110%;
	}
	.sign {
		font-size:115%;
		text-align:right !important;
		text-shadow:0 0 1px #bbb;
		font-family:'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
		line-height:1.5;
	}
	.nosp{
		display: none;
	}
	.nopc{
		display: block;
	}

	.fv__ttl span {
		font-size: 24px;
	}
	.service__tokuten {
    	font-size: 20px;
	}
	.service__tokuten .tokuten__name .space {
		display: none;
	}
	.mb80{
		margin-bottom:40px;
	}

	.img-float-r {
		float:none;
		width: 100%;
		margin-left:0;
		margin-bottom:0;
	}
	.img-float-l {
		float:none;
		width: 100%;
		margin-left:0;
		margin-bottom:0;
	}
}

@media only screen and (max-width: 767px) {
.xs{
	display: block;
}
.program > li dl dt .icon{
	font-size: 10px;
}
#real .pt50{
	padding-top: 30px!important;
}
#real .section__container{
	padding: 0.5em 0;
}
.tokuten.flex{
	flex-wrap: wrap;
}

.tokuten-wrap ul li{
	width: 48%;
	margin: 0 1%;
}

}

@media only screen and (max-width: 480px) {
	.fb30{
		font-size: 1.13em;
	}
	.f18{font-size: 1em;}
	.spw50{
		width: 50%;
	}
}