.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}
html {
	font-size: 62.5% !important; 
}

h2 {
	font-size: 1.8rem;
}





header{
	background: rgba(54,94,70,1);
	color: #fff;
}
header h1{
	padding: 10px;
	font-size: 1.4rem;
	font-weight: normal;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.main-nav{
	background: #fff;
	z-index: 1400;
}
#sp_nav .logo{
	margin: 10px;
}
#sp_nav .logo img{
	width: 250px;
	max-width: 70%;
}
/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn::after {
content: "MENU";
    display: block;
    clear: both;
    position: absolute;
    bottom: -10px;
    left: -30px;
    width: 5em;
    text-align: center;
}
#main-menu-state:checked ~ .main-menu-btn::after {
	content: "CLOSE";
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
	overflow: auto;
	max-height:calc( 100vh - 64px ) ;
}

#main .data{
	margin: 0 10px;
	font-size: 1.6rem;
}
#main .header_box{
	background: rgba(213,247,226,1);
}

#main .header_box{
	margin:10px 0 20px 0;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items:center;
	font-size: 1.3rem;
	flex-wrap: wrap;
}

#main .header_box p{
	margin: 0 0  10px;
}
#main .header_box .main_tel{
	vertical-align: middle;
	position: relative;
	text-indent: 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;

}

#page_img{
	position: relative;
	margin-top: -20px;
}

#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%;
	margin:50px auto 0;
	padding: 20px 0 0;
	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:30px 0 0 ;
}

footer .footer_address{
	margin-top: 30px;
	margin-left: 10px;
	position: relative;
	background: url("/img/mark.svg") no-repeat left top;
	background-size: 8rem 8rem;
	padding-top: 9rem;
	font-size: 1.5rem;
}
footer .footer_address p.name{
	font-size: 2rem;
}
footer .footer_navi{
	margin: 30px 0 0;
	width: 100%;
	justify-content:space-between;
}
footer .footer_navi>ul{
	list-style-type: none;
	font-size: 1.6rem;
	border-top: 1px solid rgba(255,255,255,.7);
}
footer .footer_navi>ul a,
footer .footer_navi>ul span{
	display: block;
    padding: 13px 20px;
    padding-right: 58px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
	cursor: pointer;
	
}
footer .footer_navi>ul>li{
	position: relative;
	padding: 0;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.7);

}
footer .footer_navi>ul>li>a::after {
    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: 0px;
    bottom: 0px;
    right: 10px;
}
footer .footer_navi>ul>li>span::after {
	text-align: center;
    width: 1.6rem;
    height: 1.6rem;
	font-size: 1rem;
    margin: auto;
    position: absolute;
	border-radius: 50%;
    top: 12px;
    right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f067";
	color: #5cbae5;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.6rem;
	font-weight: 900;
}
footer .footer_navi>ul>li>span.on::after {
	font-family: "Font Awesome 5 Free";
	content: "\f068";

	color: #5cbae5;
}

footer .footer_navi>ul li ul{
	position: relative;
	list-style-type: none;
	font-size: 1.4rem;
	margin-top: 0;
	padding: 0 0 0 ;
	background:  rgba(255,255,255,.7);
	color:  rgba(54,94,70,1);
}
footer .footer_navi>ul li ul a{
	color:  rgba(54,94,70,1);
}
footer .footer_navi>ul li ul a::before{

	color:  rgba(54,94,70,1);
	
content: '';
    border-top: 1px solid rgba(54,94,70,1);
    border-right: 1px solid rgba(54,94,70,1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;	
	
	
	
	
	
}
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;
	padding: 5px 0;line-height: 1.4;
	color: #fff;
	background: rgba(255,255,255,.2);
}





#main .header_box .main_tel span{
	font-size: 2.4rem;
	color: #2C7A9E;
	vertical-align: bottom;
	display: inline;

}
	#main .header_box p span{
		display: block;
		margin: auto;
	}
@media screen and (max-width:320px) {
	#main .header_box{
		font-size: 1.4rem;
	}

	#main .header_box p.main_tel{
		display: inline-block;
		margin: auto;
	}
	#main .header_box p{
		display: inline-block;
		margin: 0 0 0 40px;
	}
	#main .header_box .main_tel span{
		font-size: 2.4rem;
		color: #2C7A9E;
		vertical-align: bottom;
		display: inline-block;

	}

}