@charset "utf-8";
/* CSS Document */

.copyright {
	width: 100%;
	background: #13be13;
	text-align: center;
	padding: 10px 0;
	display: block;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
.copyright a:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px){
	.copyright {
		min-width: inherit;
		text-align: center;
		font-size: 1rem;
		margin-bottom: 50px;
	}
}

.footer_map,
.footer_map iframe {
	width: 100%;
	height: 400px;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 500;
}
#page-top a {
	background: #13be13;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	width: 100px;
	padding: 40px 0 20px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
}
#page-top a:hover {
    text-decoration: none;
	-webkit-box-shadow: 1px 1px 5px 2px #666;
	-moz-box-shadow: 1px 1px 5px 2px #666;
	box-shadow: 1px 1px 5px 2px #666;
}
#page-top a::before {
	content: "↑";
	position: absolute;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -30px;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width: 767px){
	#page-top a {
		padding: 10px 10px 10px 20px;
		width: auto;
		border: 1px solid #fff;
		line-height: 1;
	}
	#page-top a::before {
		position: static;
		margin-right: 5px;
	}
}

.sp_footer_menu {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 5px;
	background: #fff;
	z-index: 1000;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.sp_footer_tel {
	width: 50%;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 3px;
	background: #000;
	line-height: 1.2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5b00+0,ff5b00+100&1+0,0.7+100 */
	background: -moz-linear-gradient(top, rgba(255,91,0,1) 0%, rgba(255,91,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,91,0,1) 0%,rgba(255,91,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,91,0,1) 0%,rgba(255,91,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b00', endColorstr='#b3ff5b00',GradientType=0 ); /* IE6-9 */
}
.sp_footer_tel a {
	color: #fff;
	display: block;
	padding: 10px 0px 10px 20px;
}
.sp_footer_tel .sp_footer_tel_inner {
	position: relative;
}
.sp_footer_tel .sp_footer_tel_inner::before {
	content: "";
	position: absolute;
	background: url("../img/common/ico_tel_sp.png") 0 50% no-repeat;
	background-size: 17px auto;
	width: 17px;
	top: 49%;
	height: 34px;
	left: 0;
	margin-top: -17px;
	margin-left: -24px;
}

.sp_footer_rsv {
	width: 49%;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 3px;
	background: #000;
	line-height: 1.2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5b00+0,ff5b00+100&1+0,0.7+100 */
	background: #00b900;
    background: -moz-linear-gradient(top, #00b900 0%, #71d871 100%);
    background: -webkit-linear-gradient(top, #00b900 0%,#71d871 100%);
    background: linear-gradient(to bottom, #00b900 0%,#71d871 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b00', endColorstr='#b3ff5b00',GradientType=0 ); /* IE6-9 */
}
.sp_footer_rsv a {
	color: #fff;
	display: block;
	padding: 10px 0px 10px 20px;
}
.sp_footer_rsv .sp_footer_rsv_inner {
	position: relative;
}
.sp_footer_rsv .sp_footer_rsv_inner::before {
	content: "";
    position: absolute;
    background: url(../img/common/ico_rsv_sp.png) 0 50% no-repeat;
    background-size: 22px auto;
    width: 26px;
    top: 50%;
    height: 34px;
    left: 0;
    margin-top: -17px;
    margin-left: -31px;
}