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


@font-face {
font-family: "Local Noto Sans JP";
src: local("Noto Sans JP");
}

html,h1,h2,h3,h4,img,p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
li{list-style: none;}
a{text-decoration: none;}
body {
position: relative;
width:100%;
height:100%;
font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
/* font-weight: 500; */
color: #222;
padding:0;
margin:0;
font-size:17px;
line-height:1.75;
background:#fff;
-webkit-text-size-adjust: 100%;
}


/* 300px ----------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 320px) {
.sp{
display: block;
}
.pc{
display: none;
}
	.w100p{
		width: 100%;
	}
	.header-box{
		width: 100%;
		height: auto;
	}
	.header-box-h1-text{
		display: block;
		padding: 10px 0;
		background: #107532;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1.0;
	}
	.header-box-logo{
		position: relative;
		display: block;
		width: 100%;
		height: 100px;
		background: #fff;
	}
	.header-box-logo img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	.header-box-logo-year{
	position: absolute;
	bottom: -34px;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 5px 20px;
	background: #bc2324;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
		line-height: 1.0		
	}
	.wrap{
	position: relative;
	}
	.bottom-navi{
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	max-width: 1000px;
	height: 64px;
	border-top: 1px solid #aaa;
	background: #666;
	}
	.bottom-navi-box{
	display: flex;
	width: 25%;
	border-right: 1px solid #aaa;
	background: #fff;
	}
	.bottom-navi-box:last-child{
	border-right: none;
	}
	.bottom-navi-box-link{
	display: block;
	width: 100%;
	height: 64px;
	}
	.bottom-navi-box-img{
	width: 60px;
	height: 40px;
	margin: 4px auto 0 auto;
	}
	.bottom-navi-box-txt{
	width: 100%;
	margin-top: 2px;
	color: #341d05;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	}
	.content{
	margin: 10px 0 0 0;
	}
	.content-tophero{
	width: 100%;
	height: auto;
	}
	.content-box-box{
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 15px 0;
	box-sizing: border-box;
	}
	.content-box-box-wrap{
	width: 100%;
	padding: 16px 20px;
	border: 2px solid #c3a99e;
	border-radius: 10px;
	box-sizing: border-box;
	}
	.footer{
	width: 100%;
		margin: 0 0 64px 0!important;
	}
	.footer-copy{
	display: block;
	width: 100%;
	padding: 12px 0;
	background: #00571D;
	color: #fff;
	font-weight: bold;
	text-align: center;
	}
	.content-box-box-h1{
	position: relative;
	width: 94%;
	margin: 0 3% 25px 3%;
	padding: 17px 0 15px 85px;
	font-size: 25px;
	background-image: url("../img/h1.jpg");
	background-repeat: no-repeat;
	background-size: 80px;
	box-sizing: border-box;
	line-height: 1.25;
	}
	.content-box-box-h1::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px;
	width: 100%;
	border-bottom: 4px solid #219248;
	}
	.content-box-box-h1::before{
	position: absolute;
	z-index: 10;
	content: "";
	right: 0;
	bottom: -4px;
	width: 20%;
	border-bottom: 4px solid #e26e17;
	}
	.content-box-box-h2{
	width: 100%;
	margin: 0 0 15px 0;	padding: 0 0 0 15px;
	border-left: 12px solid #dc2e14;
	box-sizing: border-box;
	font-size: 23px;
	line-height: 1.25;
	}
	.content-box-box p{
	margin: 0 0 30px 0;
	}
	.content-dl{
	width: 100%;
	}
	.content-dl dt{
	width: 70%;
	margin: 0 15% 10px 15%;
	padding: 4px 0;
	background: #0d7d34;
	color: #fff;
	font-weight: bold;
	text-align: center;
	}
	.content-dl dd{
	width: 100%;
	margin: 0 0 15px 0;
	}
	.box-border{
	width: 100%;
	padding: 12px 18px;
	border: 2px solid #8bc19e;
	border-radius: 5px;
	box-sizing: border-box;
	}	
	.boshu-box{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 5% 0 5%;
	}
	.boshu-box-li{
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
	}
	.boshu-box li:last-child{
	margin: 0;
	}
	.boshu-box-li-link{
	width: 100%;
	color: #1e2799;
	font-weight: bold;
	}
	.boshu-box-li-img{
	width: 100%;
	margin: 0 0 5px 0!important;
	}
	.boshu-box-li-txt{
	width: 100;
	margin: 0 0 20px 0!important;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 1.25;
	}
	.venue-kisei{
		display:flex;
		flex-wrap:wrap;
		width:100%;
		margin:30px 0 0 0!important;
	}
	.venue-kisei dt{
		width:100%;
		padding:5px 0;
		background:#a50c30;
		color:#fff;
		font-weight:bold;
		text-align:center;
	}
	.venue-kisei dd{
		width:100%;
		padding:10px;
		border:2px solid #999;
		box-sizing:border-box;
	}
	.history-ph{
		display:flex;
		flex-wrap:wrap;
		width:100%;
	}
	.history-ph-box{
		width:100%;
	}
	
	
	
}

/* 1000px ----------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 1000px) {
.sp{
display: none;
}
.pc{
display: block;
}
	.header-box-h1-text{
	padding: 13px 0;
	font-size: 16px;
	}
	.content{
	width: 100%;
	margin: 10px 0 0 0;
	}
	.content-box{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
	.bottom-navi{
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1000px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #999;
	box-sizing: border-box;
	}
	.bottom-navi-box-link{
	height: 100px;
	}
	.bottom-navi-box-img{
	width: 88px;
	height: 46px;
	margin: 12px auto 0 auto;
	}
	.bottom-navi-box-txt{
	width: 100%;
	margin-top: 14px;
	color: #341d05;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	}
	.content-box-box{
	width: 84%;
	margin: 0 8%;
	padding: 25px 40px;
	}
	.content-box-box-wrap{
	padding: 22px 40px;
	border: 2px solid #c3a99e;
	}
	.content-box-box-h1{
	position: relative;
	width: 80%;
	margin: 0 10% 30px 10%;
	padding: 17px 0 15px 95px;
	font-size: 27px;
	}
	.footer{
	margin: 0 0 100px 0!important;
	}
	.content-dl dt{
	display: inline-block;
	width: 22%;
	margin: 0 0 20px 0;
	padding: 4px 0;
	background: #0d7d34;
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	}
	.content-dl dd{
	display: inline-block;
	width: 78%;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	}
	.boshu-box{
	gap:15px;
	}
   .boshu-box-li{
	width: 48%;
	margin: 0 0 0 0;
	}
	.history-ph{
		display:flex;
		flex-wrap:wrap;
		width:100%;
		gap:14px;
	}
	.history-ph-box{
		width:31%;
	}	
	
	
	
	
	
	
	
}