@import url('https://fonts.googleapis.com/css2?family=Asap:wght@500&family=Noto+Sans+JP:wght@100;300;400;500&display=swap');

body{
	color: #000;
	line-height: 1.5;
	font-size: 18px;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: #fff;
	letter-spacing: 0.1em;
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
}


/*
flex
*/
.d-flex{
	-webkit-display: flex;
	display: flex;
}
.d-end{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.d-center{
	-webkit-justify-content: center;
	justify-content: center;
}
.d-between{
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.d-around{
	-webkit-justify-content: space-around;
    justify-content: space-around;
}
.d-align-center{
	align-items: center;
}
.d-align-end{
	align-items: flex-end;
}
.d-wrap{
	flex-wrap: wrap;
}

.w-auto{
	width: auto;
}
.w-10{
	width: 10%;
}
.w-20{
	width: 20%;
}
.w-30{
	width: 30%;
}
.w-40{
	width: 40%;
}
.w-45{
	width: 45%;
}
.w-50{
	width: 50%;
}
.w-60{
	width: 60%;
}
.w-70{
	width: 70%;
}
.w-80{
	width: 80%;
}
.w-90{
	width: 90%;
}
.w-100{
	width: 100%;
}

.mt-2{
	margin-top: 20px;
}
.mb-2{
	margin-bottom: 20px;
}
.mb-3{
	margin-bottom: 30px;
}
.mb-4{
	margin-bottom: 40px;
}

.pt-20{
	padding-top: 20px !important;
}
.pb-20{
	padding-bottom: 20px !important;
}

.pl-20{
	padding-left: 20px !important;
}

/*
align
*/
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}

a{
	text-decoration: none;
}
a,
a:visited{
	color: #444;
}
	
img{
	max-width: 100%;
}

/*
header
*/
header{
	padding-top: 40px;
}
header h1{
	text-indent: -9999px;
	max-width: 100%;
	width: 320px;
	height: 90px;
	background: url(/img/headerlogo.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/*
address
*/
.bx_tel{
	line-height: 35px;
	max-width: 100%;
	width: 320px;
	background: url('/img/line.svg');
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	letter-spacing: 0;
}
.bx_tel img{
	max-width: 110px;
}
.bx_tel p{
	font-weight: bold;
	font-size: 19px;
	color: #000;
}
.bx_tel p.bx_tantou{
	font-weight: normal;
	font-size: 10px;
}
.tel{
	font-family: 'Asap', sans-serif;
}
.bx_address{
	font-size: 14px;
	padding: 5px;
	color: #5f5f5f;
	letter-spacing: 0;
}
.bx_mail{
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #5f5f5f;
	letter-spacing: 0;
}

h2{
	text-align: center;
	font-size: 24px;
	margin: 60px 0 30px;
}
h2.h2_2{
	margin: 30px 0;
}
h3{
	text-align: center;
	font-size: 18px;
	margin: 30px 0 5px;
}

.img_mark{
	max-width: 90px;
	margin: 0 auto 30px;
	display: block;
}

#camp p{
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	margin-bottom: 50px;
}

.tb-1{
	max-width: 100%;
	width: 800px;
	margin: 0 auto 40px;
}
.tb-1 th,.tb-1 td{
	text-align: center;
	padding: 8px;
	font-size: 16px;
}
.tb-1 th{
	border: 2px solid #a7aa5d;
	background: #c3ca2e;
	color: #fff;
	font-weight: normal;
	width: 25%;
}
.tb-1 th span{
	font-size: 14px;
}
.tb-1 td{
	border: 2px solid #a5a5a5;
	color: #000;
}

.tb-2{
	max-width: 100%;
	width: 800px;
	margin: 0 auto 40px;
}
.tb-2 th,.tb-2 td{
	border: 2px solid #a7aa5d;
	padding: 8px;
	font-size: 16px;
}
.tb-2 th{
	background: #c3ca2e;
	color: #fff;
	font-weight: normal;
	width: 25%;
	text-align: center;
}
.tb-2 td{
	text-align: left;
	padding-left: 25px;
	border: 2px solid #a5a5a5;
	color: #000;
}

#access{
	background: url(/img/bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

#access h2{
	padding-top: 45px;
}

#access_map{
	max-width: 765px;
	margin: 0 auto;
}
#access iframe{
	width: 100%;
}

#access h3{
	margin: 40px auto 20px;
	font-size: 14px;
	color: #595f09;
	text-align: center;
}
#access p{
	color: #000;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
#access p.small{
	font-size: 13px;
}

.btn{
	display: block;
	width: 390px;
	margin: 20px auto;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	border: 2px solid #c5cc30;
	border-radius: 20px;
	text-align: center;
	padding: 5px;
	background: #fff;
}
.btn .tantou{
	font-weight: 400;
	font-size: 16px;
}
#access .inner{
	padding-bottom: 20px;
}

#link img{
	box-shadow: 2px 2px 4px #ccc;
	border-radius: 20px;
}

#link{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
#link .link_container{
	max-width: 475px;
	background: #fbf8ed;
	color: #221714;
	font-weight: 500;
	border-radius: 20px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
	display: block;
}
#link .link_box{
	color: #221714;
	padding: 20px;
}
#link .link_ttl{
	font-size: 26px;
	line-height: 1.2;
}
#link .link_ttl span{
	font-size: 12px;
	float: right;
	text-align: right;
	border: 2px #221714 dotted;
	padding: 5px;
	border-radius: 20px;
	text-align: left;
}
#link .link_address{
	font-size: 18px;
	letter-spacing: 0;
	clear: both;
}
#link .link_tel{
	font-size: 20px;
	letter-spacing: 0;
}
#link .link_com{
	font-size: 15px;
	margin:5px 0;
}

#footer_address .bx_tel{
	background: url('/img/line2.svg');
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#footer_address .bx_tel p,
#footer_address .bx_tantou,
#footer_address .bx_mail,
#footer_address .bx_address{
	color: #fff;
}

/*
main
*/
#main_img{
	text-align: center;
}

footer{
	background: #c3ca2e;
}
footer .inner{
	max-width: 100%;
	width: 690px;
	padding: 40px 0;
}
#footer_logo{
	max-width: 100%;
	width: 320px;
}

@media screen and (min-width: 960px) {
	a:hover{
		opacity: 0.7;
	}
	 div.d-flex.d-around.mb-4 a.gal img{
		max-width: 95%;
	 }
}

@media screen and (max-width: 768px) {
	.d-flex{
		flex-wrap: wrap;
	}
	header > div.d-between{
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	#header_address{
		margin-bottom: 20px;
	}
	#camp .d-flex a{
		width: 30%;
	}
	#sns img{
		margin-bottom: 20px;
		max-width: 90%;
	}
	#sns a{
		text-align: center;
	}
	.tb-1,
	.tb-2{
		max-width: 97%;
		width: 100%;
	}
	.tb-1 th{
		padding: 12px 0;
		font-size: 15px;
	}
	.tb-1 th span{
		display: block;
		font-size: 12px;
	}
	.tb-2 th{
		width: 45%;
		font-size: 15px;
	}
	
	.btn{
		max-width: 95%;
	}
	
	.p_1{
		font-size: 14px;
	}
	.h2_2{
		margin: 30px auto;
	}
	
	#access h3{
		font-size: 17px;
	}
	
	footer > div.d-between {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	
	#header_address,
	#footer_address{
		max-width: 100%;
		text-align: center;
	}
	
	#link{
		grid-template-columns: 1fr;
		place-items: center;
		margin: auto 20px 20px;
	}
	#link .link_container{
		max-width: 475px;
		width: 100%;
		
		background: unset;
		padding: unset;
		border-radius: unset;
		box-shadow: unset;
	}
	#link .link_box{
		border-radius: 20px;
		box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
		display: block;
		background: #fbf8ed;
	}
	#link .link_ttl{
		font-size: 19px;
	}
	#link .link_ttl span{
		font-size: 9px;
	}
	#link .link_address{
		font-size: 14px;
	}
	#link .link_tel{
		font-size: 16px;
	}
	#link .link_com{
		font-size: 11px;
		margin: 5px 0 0;
	}
}