@charset "utf-8";
/* CSS Document */

/******************************
header
*******************************/
.header{
	background-color: #c1d863;
}
.header h1 img{
	height:80px;
}
#head{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
#head_txt p {
    font-size: 14px;
	padding-left: 15px;
}
@media screen and (max-width: 768px) {
	#head_txt p {
		display: none;
	}
	#head{
		justify-content: center;
	}
}
/******************************
body
*******************************/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    /*background-color: #9CA4AF;*/
    min-height: 100%;
    font-size: 12px;
    font-family: "ＭＳ ゴシック", "Osaka－等幅";
    color: #000;
}

#wrap {
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
	background-color: #ffffe7;
}

.contents {
    max-width: 1200px;
	width: 100%;
    height: 100%;
    margin: auto;
	/*padding: 20px;*/
	/*background: url(images/point_bg.jpg);
	background-size: cover;
*/
}
.f_box{
	display: flex;
	justify-content: space-between;
	margin: auto;
    max-width: 1200px;
}

.check1{
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	width: 100%;
	max-width: 800px;
/*	padding: 50px;*/
	margin: 0 auto;
}
.fluid{
	max-width: 200px;
	height: auto;
	margin-bottom: 20px;
}

#point_title,
#result_title {
/*    width: 100%;*/
    padding: 30px 0 10px;
	border-bottom:1px solid #ccc;
	color:#8bc21f;
}

#gm_point h2 {
    margin: 30px 0 10px;
	padding-left: 5px;
	color:#8bc21f;
	border-left: solid 3px #8bc21f;
}

#gmap {
    width: 600px;
	height: 600px;
}

.check1 {
	width: 800px;
    margin: 0 50px 0 0;
}

.check2 {
	width: 400px;
	padding: 30px 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	}

.check2 div {
	width: 40%;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.f_box{
		display: block;
	}
	.check1 {
		width: 100%;
		margin: 0 50px 0 0;
	}

	.check2 {
		width: 100%;
	}
	.contents {
		background: none;
	    margin: 0 auto 25px;
	}
	
	#point_title {
		padding: 0 0 10px;
	}

}
	

/******************************
footer
*******************************/
#footer {
	width: 100%;
/*	position: absolute;*/
	background-image:none;
	background-color:#c1d863;
	text-align:center;
	padding-bottom: 300px;
}

#footer a{
	text-decoration:none;
}

.address p{
	margin:5px auto;
}

#copyright{
	height:0;
	background-image:none;
}

#f_service{
	width: 100%;
}

#f_service ul{
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: rgba( 255, 255, 255, 0.55 );
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 20px 0;
}
	
.f_service_posi li {
	list-style: none;
}

.f_service_posi li img {
	width: 100%;
	padding: 0 10px;
}

#f_service_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	#footer {
		padding-bottom: 350px !important;
	}
	#f_service {
		display: none;
	}
	#f_service_sp {
		display: block;
		background-color: rgba( 255, 255, 255, 0.55 );
		position: fixed;
		bottom: 0;
		padding: 5px 10px;
		width: 100%;
	}
	#f_service_sp #banner_kochoran_sp img{
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	#footer {
		padding-bottom: 300px !important;
	}
	
	#gmap {
	width: 100%;
	height: 300px;
}










