.sp:not(.pc) ,.tb:not(.pc){
  display: none !important;
}

#wrapper{
	width: 100%;
	position: relative;
	border-top: 40px solid rgba(54,94,70,1);
	background: #fff;
	background: linear-gradient(to right,  rgba(213,247,226,1) 50%,rgba(255,255,255,1) 50%);
	background: -moz-linear-gradient(left,  rgba(213,247,226,1) 50%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(left,  rgba(213,247,226,1) 50%,rgba(255,255,255,1) 50%);
}
#container{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	
}
#header {
	margin-top: -40px;
}
#header_inner {
	margin: 0 0 0 20px;
	height: 40px;
	position: relative;
	color: #fff;
}

#header h1 {
	line-height: 40px;
	font-size: 1.3rem;
	float: left;
}

#header_upper_menu{
	float: right;
}
#header_upper_menu p{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;
	margin: 0 10px;
	font-size: 10px;
}
#header_upper_menu .btn_block{
	margin-right: 10px;
	display: flex;
	align-items: center;
	width: 190px;
}
#header_upper_menu .btn_block>div{
	display: inline-block;
	border-radius: 4px;
	box-shadow:0px 0px 4px 0px #cccccc;
	background: #fff;
	color: #000;
}
#header_upper_menu .btn_block>div label{
	width: 35px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	float: left;
}

#change_fs label.slct{
	background: #FDCD42;
}
#change_fs label:first-child{
	border-radius: 4px 0 0 4px;
}
#change_fs label:last-child{
	border-radius: 0 4px 4px 0;
}
#header_upper_menu >div input{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#contents{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	display: flex;
}


#menu{
	width: 210px;
}
#menu .data{
	margin-left: 10px;
	margin-right: 30px;
}

#menu .logo{
}

#menu ul.navi{
	list-style-type: none;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
#menu ul.navi a{
	color: rgba(54,94,70,1);
}
#menu ul.navi>li{
	position: relative;
	padding: 15px 0 15px 1.3em;
	border-bottom: 1px dotted #000;
}
#menu ul.navi li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    background: url("/img/icon/list.svg") no-repeat center center;
    background-size:contain;
    position: absolute;
	border-radius: 50%;
    top: 20px;
    left: 2px;
}

#menu ul.navi li ul{
	position: relative;
	list-style-type: none;
	font-size: 1.4rem;
	margin-top: 5px;
	padding: 0 0 0 ;
}
#menu ul.navi li ul li{
	position: relative;
	padding: 0 0 0 .4em;
	line-height: 1.5;
}
#menu ul.navi li ul li::before{
	content: "";
	width: .6em;
	height: .6em;
	margin: auto;
	background: url("/img/icon/list_brown.svg") no-repeat center center;
    background-size: contain;
	position: absolute;
    top: 7px;
    left: -6px;
}

#menu .bana img{
	width: 100%;
}



#main{
	padding-bottom: 40px;
	background: #fff;
	font-size: 1.6rem;
	width: calc(100% - 210px);
}
#main .data{
	margin-left: 30px;
	margin-right: 10px;
}

#main .header_box{
	margin:10px 10px 0px 30px;

	display: flex;
	justify-content: space-between;
	align-items:center;
	font-size: 1.4rem;
	flex-wrap: wrap;
}

#main .header_box p{
	margin: 0 0  10px;
}
#main .header_box .main_tel{
	vertical-align: middle;
	position: relative;
	padding-left: 40px;
	line-height: 35px;
}
#main .header_box .main_tel::before{
	content: "";
	width: 35px;
	height: 32px;
	background: url("/img/icon/tel.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
}
#main .header_box .main_tel span{
	font-size: 2.8rem;
	color: #2C7A9E;
	vertical-align: bottom;
}


p#pan {
	font-size: 1.4rem;
	line-height: 20px;
	height: 20px;
    margin-top: 13px;
    margin-right: 30px;
    padding: 5px 0 0 110px;
	text-align: right;
}




figure{
	text-align: center;
	margin: 2em 30px;
}
figure img{
	width: 100%;
	display: block;
}
figure figcaption{
}

figure.l{
	margin: 2em 30px;
}
figure.l img{
	float: right;
	width: 55%;
	display: block;
}
figure.l figcaption{
	width: 40%;	float: left;	text-align: left;

}

.imgflex{
	margin: 2em 30px;
	display: flex;flex-wrap: wrap;
}
.imgflex figure{
	width: 48%;
	text-align: center;
	margin: 0 1% 10px;
	box-sizing: border-box;
}
.imgflex figure img{
	width: 100%;
	display: block;
}
.imgflex figure figcaption{
	font-size: 1.2rem;
}

#page_img{
	position: relative;
}

#page_img img{
	border-radius: 0 0 20px 20px;
	display: block;
	position: relative;
	width: 100%;
}

#page_img h1{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    height: 1em;
    line-height: 1;
	font-size: 2.5rem;
}




footer{
	color: #fff;
	background: rgba(54,94,70,1);
}

footer .footer_box{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	font-size: 1.4rem;
	position: relative;
	color: #fff;
}
footer .pagetop{
	position: absolute;
	right: 10px;
	top: -2.8rem;
	background: rgba(54,94,70,.8);
	margin: auto;
	line-height: 3rem;
	font-size: 1.4rem;
	border-radius: 10px 10px 0 0;
	color: #fff;
}
footer .pagetop a{
	color: #fff;
	padding:0 1em 0 2em;
}
footer .pagetop a::before{
	content: "";
    width: 0;
    height: 0;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-bottom: .5em solid #fff;
    position: absolute;
    left:.8em;
    top: 0;
    bottom: 0;
    margin: auto;
}
footer .footer_flex{
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footer_address{
	margin-top: 30px;

	position: relative;
	background: url("/img/mark.svg") no-repeat left top;
	background-size: 8rem 8rem;
	padding-left: 9rem;
	font-size: 1.5rem;
}
footer .footer_address p.name{
	font-size: 2rem;
}
footer .footer_navi{
	margin: 30px 0;
	display: flex;
	width: 35em;
	justify-content:space-between;
}
footer .footer_navi>ul{
	list-style-type: none;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
footer .footer_navi>ul a{
	color: #fff;
}
footer .footer_navi>ul>li{
	position: relative;
	padding: 5px 0 5px 1.3em;

}
footer .footer_navi>ul li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    background: url("/img/icon/list.svg") no-repeat center center;
    background-size:contain;
    position: absolute;
	border-radius: 50%;
    top: 10px;
    left: 2px;
}

footer .footer_navi>ul li ul{
	position: relative;
	list-style-type: none;
	font-size: 1.4rem;
	margin-top: 5px;
	padding: 0 0 0 ;
}
footer .footer_navi>ul li ul li{
	position: relative;
	padding: 0 0 0 .4em;
	line-height: 1.5;
}
footer .footer_navi>ul li ul li::before{
	content: "";
	width: .6em;
	height: .6em;
	margin: auto;
	background: url("/img/icon/list_white.svg") no-repeat center center;
    background-size: contain;
	position: absolute;
    top: 7px;
    left: -6px;
}

.copyright {
	clear: both;
	font-size: 1.3rem;
	text-align: center;
	margin: 0;line-height: 3;
	color: #fff;
	background: rgba(255,255,255,.2);
}

.service_box{}
.service_box{}




@media screen and (min-width:980px) {

	#header_inner {
		margin: 0 0 0 200px;
		height: 40px;
		position: relative;
		color: #fff;
	}	
	#header h1 {
		font-size: 1.4rem;
	}
	#menu{
		margin-top: -40px;
	}
}