@charset "utf-8";
/* CSS Document */
/* ページトップ */
#pagetop {
	position: fixed;
	cursor: pointer;
	bottom: 2%;
	right: 2%;
 width: 50px;
 height: 50px;
}
#pagetop .cls-1{
 fill:#fff;
}
#pagetop .cls-2{
 transition: 0.5s;
 fill:#799755;
}
#pagetop .cls-2:hover{
 transition: 0.5s;
 fill:#000;
}


/* footer */
footer {
	width: 100%;
 color: #fff;
}
/* ボタン */
.footer_btn{
 width: 100%;
 display: flex;
 display: -webkit-flex;
 color: #fff;
 text-align: center;
}
.footer_btn li{
 width: 50%;
 transition:1s;
 height: 150px;
}
.footer_btn li a{
 color: #fff;
 background:rgba(121,151,85,0.9);
 display: flex;
 display: -webkit-flex;
 height: 100%;
 width: 100%;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 flex-flow: column;
}
.footer_btn li.footer_btn_r a{
 background:rgba(121,151,85,0.8);
}
.footer_btn li img{
 width: 30px;
 display: block;
}
.footer_btn li a:hover{
 background:rgb(0,0,0,1);
}

/* メニュー */
.footer_inner {
 background-color: #000;
 padding: 30px 0;
}
.footer_inner a{
 color: #fff;
}
.footer_inner_menu {
 display:flex;
 display: -webkit-flex;
 justify-content: center;
 margin-bottom: 20px;
}
.footer_inner_menu li{
	font-size: 1rem;
 font-weight: 500;
}
.footer_inner_menu li a{
 transition: 0.5s;
 display: inline-block;
}
.footer_inner_menu li::after{
	content:'/';
 margin: 0 8px;
}
.footer_inner_menu li:last-of-type::after{
	content:'';
}
.footer_inner_menu li a:hover {
 transform:scale(1.08);
}

/* メニュー下 */
.footer_inner_low{
 display:flex;
 display: -webkit-flex;
 justify-content: center;
	font-size: 0.8rem;
 line-height: 1.0;
}
.footer_inner_low .logo{
 width: 200px;
 margin-right: 20px;
}
.footer_inner_low dt{
 margin-bottom: 5px;
}
.footer_inner_low dd a::before{
	content: url(/common/img/icon_tel.svg);
 filter: brightness(0) invert(1);
 width: 10px;
 margin: 0 2px 0 8px;
 display: inline-block;
}

/* アクセスマップ */
.footer_inner_map .semi_title{
 margin-bottom: 0;
}
.footer_inner_map .map iframe{
 width: 100%;
 height: 450px;
 }


/* footer_copyright */
.footer_copyright {
	font-size: 0.8rem;
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding: 10px;
}


/* 1080px以下*/
@media (max-width: 1079px) {
.footer_btn li:first-of-type{
 font-size: 1rem;
}
.footer_inner_low{
 text-align: center;
 display:block;
 display: -webkit-block;
	font-size: 0.8rem;
 line-height: 1.0;
}
.footer_inner_low .logo{
 width: 50%;
 margin: 0 auto 10px auto;
}
}