@charset "utf-8";
/* CSS Document */
/********************************/
span.bk {
	display: inline-block;
}
.sp_bk,
.sp_br {
	display: none;
}
body {
	margin: 0;
	padding: 0;
}
/********************************/
header {
	width: 100%;
}
header h1 {
	font-size: 1rem;
	padding: 1rem 0 0 1rem;
	margin: 0;
	line-height: 1em;
	font-family: 'Noto Serif JP', serif;
}
/*****************************************/
#contact_container {
	width: 100%;
	padding: 192px 0 128px 0;	
	background: linear-gradient(#d9e6d2, #FFF);
	position: relative;
}
.aibee_bg {
	width: 20%;
	height: 200px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('../images/aibee-3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 20px top 0;
}
.contact_wrapper {
	width: 80%;
	margin: 0 auto;
	min-width: 1024px;
	max-width: 1280px;
}
.contact_top {
	padding: 1rem 0 1rem 40%;
	margin-bottom: 64px;
	background-image: url('../images/logo_ph.png');
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: left 20% center;
}
.contact_top li {
	margin-bottom: 0.5rem;
	font-size:1.2rem;
	font-weight: 700;
}
.tel_wrapper {
	text-align: center;	
}
.tel_number {
	display: inline-block;
	font-size: 3.4rem;
	font-weight: 900;
	padding-left: 80px;
	background-image: url('../images/tel.png');
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: left center;
	color: #00d708;
	margin-bottom: 1rem;
}
.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 {	
	background-color: #598450;
	color: #FFF;
}
#footer_under {
	width: 90%;
	margin: 0 auto;
	max-width: 1480px;
	min-width: 1024px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	flex-wrap: wrap;
	padding: 10px 0 5px 0;
}
.copy_right {
	padding: 0 1rem;
}
.footer_note {
	order: 2;
}
.campany_copy {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	font-weight: 900;
	color: #62ee5f;
}
.footer_logo {
	order: 3;
}
.footer_logo img {
	height: 3.5rem;
	width: auto;
	margin-left: 2rem;
}
/******** トップへ ********/
#page-top1{
    position: fixed;
    z-index: 9999;
    bottom: -150px;
    right: 24px;
    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);
}
/***********************************タブレット*************************************************/
@media screen and (max-width: 1200px) {
/**********************************************************************************************/
	
}
