@charset "UTF-8";
/*________________________________________________________

	header
________________________________________________________*/
header h1 {
	margin: 0;
	font-size: 80%;
}
header h1 a {
	display: block;
	color: #077e51;
	font-family: "Rounded Mplus 1c";
	font-size: 250%;
	font-weight: normal;
}
.headerWrap li {
	display: inline-block;
	color: #077e51;
}
.headerTel {
	font-size: 200%;
}
.headerTel:before {
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	line-height: 1.8;
	content: '\f095';
	font-weight: 900;
}
.headerClose {
	margin-left: 24px;
	padding-right: 24px;
}
.headerClose span, .close span {
	margin-right: 8px;
	padding: 4px 8px;
	background-color: #077e51;
	color: #FFF;
	border-radius: 30px;
	letter-spacing: .2em;
	text-align: center;	
	font-size: 90%;
}

/*________________________________________________________

	footer
________________________________________________________*/

.footerInfo {
	display: inline-block;
	vertical-align: top;
}
.footerInfo address {
	margin: 8px 0;
	font-style: normal;
}

footer {
    background-color: #077e51;
	color: #FFF;
	font-size: 85%;
}
footer::after {
	content: '';
	clear: both;
	display: block;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer h2 {
	margin: 0;
	text-align: left;
	letter-spacing: 0;
}
footer p {
	margin: 8px 0;
}
footer .tel {
	padding: 4px 0;
	font-size: 250%;
	border-top: 1px solid #e0ddc8;
}
footer .tel span {
	font-size: 75%;
	margin-left: 32px;
}
footer .tel:before {
	margin: 0 4px;
	font-family: "Font Awesome 5 Free";
	line-height: 1.8;
	content: '\f095';
	font-weight: 900;
}

small.copyright {
	display: block;
	color: #e0ddc8;
	font-size: 90%;
}

/* 
	ページトップ
-------------------------------------*/
a.pagetop {
	position: fixed;
	display: block;
	right: 40px;
    bottom: 40px;
	width: 74px;
	height: 74px;
	padding: 8px;
    cursor: pointer;
	color: #FFF;
	font-size: 130%;
	line-height: 90%;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	background-color: rgba(1,180,110,0.7);
    z-index: 10;
}
.pagetop:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	line-height: 1.8;
	content: '\f062';
	font-weight: 900;
}