@charset "utf-8";
/* CSS Document */
span.bk {
	display: inline-block;
}
.sp_bk {
	display:inline-block;
}
.pc_br {
	display: none;
}
/********************************/
body {
	margin: 0;
	padding: 0;
}
/********************************/
header {
	width: 100%;
	overflow: hidden;
}
header h1 {
	font-size: 0.72rem;
	padding: 0.25rem 0 0 0.25rem;
	margin: 0;
	line-height: 1em;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
}
/*****************************************/
#contact_container {
	width: 100%;
	padding: 64px 0 16px 0;	
	background: linear-gradient(#d9e6d2, #FFF);
	position: relative;
}
.contact_wrapper {
	width: 98%;
	margin: 0 auto;
}
.contact_top {
	padding-left: 1rem;
	margin-bottom: 8vw;
}
.contact_top ul {
	list-style-position: inside;
	margin-bottom: 1rem;
}
.contact_top li {
	margin-bottom: 0.5rem;
	font-size: clamp(13px, 2.4vw, 18px);
	font-weight: 700;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.tel_wrapper {
	text-align: center;
	padding: 0 1rem;
}
.tel_wrapper .call_me {
	font-size: clamp(18px, 2.8vw, 32px);
	margin-bottom: 1rem;
}
.tel_number {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(30px, 5vw, 54px);
	font-weight: 900;
	color: #00d708;
	margin: 0 auto 1rem auto;
}
.tel_number::before {
	content:"";
	display: block;
	width: clamp(32px, 5vw, 54px);
	height: clamp(32px, 5vw, 54px);
	margin-right: 0.5rem;
	background-image: url('../images/tel.png');
	background-repeat: no-repeat;
	background-size: clamp(32px, 5vw, 54px);
	background-position: left center;
}
.mail {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	padding-left: 24px;
	background-image: url('../images/icon-mail-o.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	color: #307a20;
}
/********************/
footer {
	width: 100%;
	margin-top: 2rem;
	background-color: #598450;
	color: #FFF;
}
#footer_under {
	width: 100%;
	padding: 10px 58px 5px 16px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	flex-wrap: wrap;
	font-size: 12px;
}
.copy_right {
	padding: 0 1rem;
	margin-top: 0.5rem;
}
.campany_add {
}
.campany_copy {
	font-family: 'Noto Serif JP', serif;
	font-size: 1rem;
	font-weight: 900;
	color: #62ee5f;
}
.footer_logo img {
	margin-top: 1.25rem;
	width: 250px;
	height: auto;
}
/******** トップへ ********/
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -100px;
    right: 10px;
    width: 55px;
    height: 55px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
#page-top1 img{
	width: 100%;
	height: auto;
}
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
/***********************************SP*************************************************/
@media screen and (min-width: 476px) {
/**************************************************************************************/
	.contact_top {
		padding: 1rem 0 1rem 40%;
		margin-bottom: 16px;
		background-image: url('../images/logo_ph.png');
		background-repeat: no-repeat;
		background-size: 20%;
		background-position: left 20% center;
	}
}