/* CSS Document */



/* ======= イベント情報 表示切り替え ======= */

#event{
/*
	display: none;
*/
}


/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{
	
/* ======= トップページ ヘッダー変更 ======= */
/*header{
	display: block;
	padding-top: 15px;
	box-sizing: border-box;
	height: 30vw;
    background-image: url("../images/head_park.png"), url("../images/park_top.jpg") !important;
	background-size: auto, cover;
	background-position: center top, center center;
}*/
header{
	height: 0;
	padding: 0;
}
header #header{
	display: block;
	position: absolute;
	z-index: 1000000;
	box-sizing: border-box;
    background-image: url("../images/head_park.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-width: 1084px;
	top: 0;
	left: 0;
	height: 470px;
	padding: 15px;
}
#navBox{
	width: 100% !important;
	position: absolute;
	bottom: 0;
}
#navBox nav{
	display: block;
	width: 97%;
	max-width: 1024px;
	margin: 0 auto;
}

#mainMenu{
	position: relative;
	height: 100%;
}

li#home a{
	position: absolute !important;
	left: -50px !important;
	bottom: 0 !important;
	display: block;
	width: 124px !important;
	padding-top: 62px !important;
	box-sizing: border-box;
	background-image: url("../images/to-sogo_park.png") !important;
	background-size: 124px auto !important;
}
li#home a span{
	display: none;
}
.to_facility_top{
	display: none !important;
}
.accessLink, .inquiryLink{
	position: absolute;
	font-size: 15px !important;
}
.accessLink{
	bottom: 80px;
	right: 20px;
}
.inquiryLink{
	bottom: 30px;
	right: 20px;
}
.accessLink a, .inquiryLink a{
	display: block;
	width: 180px;
	background-color: rgba(158, 189, 132, 0.65);
	border: 1px solid #fff !important;
	color:#fff !important;
	padding: 9px 0 7px 34px !important;
	box-sizing: border-box;
	background-position: 25px center !important;
	background-repeat: no-repeat !important;
	background-size: 23px auto !important;
	}
.accessLink a{
	background-image: url("../../images/w_car.png") !important;
}
.inquiryLink a{
	background-image: url("../../images/w_mail.png") !important;
}

/* ----------------------------------------------
	スライド
------------------------------------------------- */
#slide{
    height: 470px;
    overflow-y: hidden;
    position: relative;
	padding: 0;
}
#slide .slider{}
#slide .slider .slick-slide{}
#slide .slider li{}
#slide .slider li img{
	display: block;
	width: 1000px;
	height: 470px;
}
#slide .slider li a{}
#slide .slider .slick-active li{
	z-index:999999;
}
#slide .slider .slick-active li a:hover{}


/* ======= 開館時間・休館日 ／ 概要文 ======= */
#summary{
	padding: 15px 0;
	border-bottom: 4px solid #9DBC83;
}
#summary .wrapper{
	display: flex;
}
#summary .wrapper div{
	box-sizing: border-box;
}
#summary .kaikan{
	width: 380px;
	padding-bottom: 12px;
	border-right: 1.5px dotted #000000;
	box-sizing: border-box;
}
#summary .kaikan h2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 7px 38px;
	box-sizing: border-box;
	background-image: url("../images/mp_kaikan.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}
#summary .kaikan dl{
	padding-left: 5px;
}
#summary .kaikan dl dt{
	display: inline-block;
	vertical-align: top;
	width: 4.8em;
	color: #9dbc83;
	font-weight: bold;
}
#summary .kaikan dl dd{
	display: inline-block;
	vertical-align: top;
	
}

#summary .gaiyou{
	width: calc( 100% - 381px );
	padding: 15px 0 0 40px;
}

	#summary #mican-app{
		display: block;
		margin: 15px 0 5px;
	}
	#summary #mican-app a{
		display: block;
		width: 250px;
	}
	#summary #mican-app a img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#summary .sp_banner{
		display: block;
		margin: 18px 0 5px;
		text-align: center;
	}
	#summary .sp_banner a{
		display: inline-block;


	}
	#summary .sp_banner a img{
		box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.5);
	}


/* ======= 施設利用申込・予約状況確認 ======= */
#app{
	background-color: #e8f8e2;
	padding: 15px 0 0;
	border-bottom: 4px solid #9dbc83;
}
#app h2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 7px 38px;
	margin-bottom: 5px;
	background-image: url("../images/app.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
}
#app dl{
	margin-top: 2px;
	font-size: 0;
}
#app dl dt{
	display: block;
	font-size: 15px;
	width: 500px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 12px;
}
#app dl dt a{
	width: 100%;
	padding: 15px;
}
#app dl dd{
	display: block;
	font-size: 15px;
	text-indent: -1em;
	padding-left: 1em;
}
#app dl dd p{
	display: inline;
}
#app dl dd p:nth-of-type(2){
	margin-left: 0.7em;
}
	
	#due{
		margin-top: 25px;
		padding: 20px 90px 15px;
		border-radius: 0;
		border-top: 2px dotted #9dbc83;
		background-color: transparent;
	}
	#due .result #due_day{
		margin-bottom: 5px;
	}
	
	
/* ======= お知らせ ======= */
#informationList{}
#main #informationList .content h3{
	background-image: url("../images/mp_info.png");
}

#informationList .content .wrapper{
	display: flex;
	justify-content: space-between;
}

#informationList #update{
	display: block;
	width: 640px;
	padding-top: 15px;
}
#informationList #update dl{
	display: block;
	width: 100%;
	margin: 0 auto;
	border-top: 1.5px dotted #000000;
	padding: 12px 10px 8px;
}
#informationList #update dl:last-of-type{
	border-bottom: 1.5px dotted #000000;
}
#informationList #update dl dt{
	font-weight: bold;
	color: #9dbc83;
}
#informationList #update dl dd{
	color: #666666;
	padding-left: 0.5em;
}
	
#informationList #update .linkButton{
	margin: 35px 0 10px;
}

#informationList #sns{
	width: 350px;
}
#informationList #sns .twitter-timeline{
	margin: 0 auto;
}
#informationList #sns #instagram{
	display: block;
	width: 320px;
	height: 48px;
	margin: 30px auto 0;
	background-image: url("../images/instagram.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
}
#informationList #sns #x_twitter{
	display: block;
	width: 320px;
	height: 48px;
	margin: 30px auto 0;
	background-image: url("../images/x_twitter.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
}
/*
#informationList dl{
	display: block;
	width: 92%;
	margin: 0 auto;
	border-top: 1.5px dotted #000000;
	padding: 12px 10px 8px;
}
#informationList dl:last-of-type{
	border-bottom: 1.5px dotted #000000;
}
#informationList dl dt{
	font-weight: bold;
	color: #9dbc83;
}
#informationList dl dd{
	color: #666666;
	padding-left: 0.5em;
}
#informationList .linkButton{
	margin: 40px;
}
*/
	
/* ======= イベント情報 ======= */
#event{
	margin-top: 30px;
	border-top: 4px solid #9dbc83;
}
#main #event .content h3{
	background-image: url("../images/mp_star.png");
}

#event .content .wrapper > dl{
	border: 1px solid #9dbc83;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 0;
	margin-top: 30px;
}
#event .content .wrapper > dl > dt{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	width: 250px;
}
#event .content .wrapper > dl > dt img{
	width: 250px;
	height: auto;
}
#event .content .wrapper > dl > dd{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	width: calc( 100% - 251px );
	padding: 10px 8px 0 38px;
	box-sizing: border-box;
}

#event .content .wrapper > dl > dd h4{
	font-size: 24px;
	color: #9dbc83;
	line-height: 1.4;
	margin-bottom: 7px;
}
#event .content .wrapper > dl > dd .day{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
#event .content .wrapper > dl > dd .text{
	margin: 20px 0 30px;
}
#event .content .wrapper > dl > dd dl{
	margin: 10px 0;
}
#event .content .wrapper > dl > dd dl dt{
	display: inline-block;
	vertical-align: top;
	width: 8em;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	border-radius: 15px;
	background-color: #9dbc83;
}
#event .content .wrapper > dl > dd dl dd{
	display: inline-block;
}

#event .linkButton{
	margin-top: 30px;
}
#event .linkButton a{
	margin: 0;
	width: 250px;
}
	
	/* イベント event_w（大きく掲載） */
	.event_w{
		border: none !important;
	}
	.event_w > dt{
		display: block !important;
		margin: 0 auto !important;
		width: 550px !important;
	}
	.event_w dt img{
		width: 100% !important;
		height: auto !important;
	}
	.event_w > dd{
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		padding: 10px 0 0 !important;
	}
	.event_w > dd h4{
		text-align: center !important;
	}
	.event_w > dd .text{
		display: inline-block !important;
		text-align: left !important;
		margin: 15px 0 0 !important;
	}
	.event_w > dd .text dd{
		display: inline-block !important;
		text-align: left !important;
	}
	.event_w .linkButton a{
		display: inline-block !important;
	}
	.event_w .linkButton a:first-of-type{
		margin-right: 20px !important;
	}
	

	/* 令和4年度 スポーツ講座 */
	#event #kouza2022{
		border: none;
	}
	#event #kouza2022 > dt{
		display: block;
		margin: 0 auto;
		width: 550px;
	}
	#event #kouza2022 dt img{
		width: 100%;
		height: auto;
	}
	#event #kouza2022 > dd{
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0 0;
	}
	#event #kouza2022 > dd h4{
		text-align: center;
	}
	#event #kouza2022 > dd .text{
		display: inline-block;
		text-align: left;
	}
	#event #kouza2022 > dd .text dd{
		display: inline-block;
		text-align: left;
	}
	#event #kouza2022 .linkButton a{
		display: inline-block;
	}
	#event #kouza2022 .linkButton a:first-of-type{
		margin-right: 20px;
	}

	/* himari market */
	#event #himari{
		border: none;
		/*border-bottom: 2px dotted #9dbc83;*/
	}
	#event #himari > dt{
		display: block;
		margin: 0 auto;
		width: 700px;
	}
	#event #himari dt img{
		width: 100%;
		height: auto;
	}
	#event #himari > dd{
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0 0;
	}
	#event #himari > dd h4{
		text-align: center;
	}
	#event #himari > dd .text{
		display: inline-block;
		/*text-align: left;*/
	}
	#event #himari .linkButton{
		margin: 0 auto 30px;
	}
	#event #himari .linkButton a{
		display: inline-block;
	}

	/* スポーツ講座 */
	#event #kouza{
		border: none;
	}
	#event #kouza > dt{
		display: block;
		margin: 0 auto;
		width: 550px;
	}
	#event #kouza dt img{
		width: 100%;
		height: auto;
	}
	#event #kouza > dd{
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0 0;
	}
	#event #kouza > dd h4{
		text-align: center;
	}
	#event #kouza > dd .text{
		display: inline-block;
		text-align: left;
		margin: 15px 0 0;
	}
	#event #kouza > dd .text dd{
		display: inline-block;
		text-align: left;
	}
	#event #kouza .linkButton a{
		display: inline-block;
	}
	#event #kouza .linkButton a:first-of-type{
		margin-right: 20px;
	}

	/* ハロウィンまつり2023 */
	#halloween2023 ul#attraction{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px -100px 0;
		width: calc(100% + 200px);
	}
	#halloween2023 ul#attraction li{
		width: 47%;
		margin: 20px 0;
		text-align: left;
	}
	#halloween2023 ul#attraction li h6{
		font-size: 22px;
		font-weight: bold;
		color: #CA3A00;
		line-height: 1.0;
		border-bottom: 1.5px solid #CA3A00;
		margin-bottom: 10px;
	}
	#halloween2023 ul#attraction li h6::before{
		content: "★";
	}
	#halloween2023 ul#attraction li h6 span{
		font-size: 75%;
		margin-right: 0.3em;
	}
	#halloween2023 ul#attraction li p{
		padding-left: 1.0em;
	}
	#halloween2023 ul#attraction li p.indent{
		padding-left: 2.0em;
	}
	#halloween2023 ul#attraction li p.price{
		display: inline-block;
		padding: 2px 15px;
		margin: 10px 0 10px 1.0em;
		border: 1.5px solid #9DBC83;
		background-color: #e8f8e2;
		border-radius: 8px;		
	}
	#halloween2023 ul#attraction li p.kaisu{}
	#halloween2023 ul#attraction li p.kaisu span{
		display: inline-block;
		text-align: right;
		width: 60px;
	}
	#halloween2023 ul#attraction li img{
		display: block;
		margin: 15px auto;
		width: 95%;
	}
	#halloween2023 ul#attraction li p.double_img{
		display: flex;
		width: 95%;
		justify-content: center;
	}
	#halloween2023 ul#attraction li p.double_img img{
		display: block;
		width: 50%;
		height: auto;
	}
	
	#halloween2023 .linkButton{
		display: block;
		width: 100%;
		margin: 15px 0;
	}

	#halloween2023 .linkButton a{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	
	
	
	
	
}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {
	
.circle{
	width: 100%;
	height: 50px;
	position: absolute;
	top: -1px;
	background-image: url("../images/bg_heading_semicircle_park.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 180px auto;
	z-index: -1;
}
#main .content h3{
padding: 72px 0 0 0;
display: block;
margin: 0 0 15px;
text-align: center;
font-size: 128%;
font-weight: bold;
background-position: center 5px;
background-repeat: no-repeat;
background-size: 70px auto;
}

#park #sp_top_photo{
    background-image: url("../images/park_top.jpg");
}

/* ----------------------------------------------
	スライド
------------------------------------------------- */
#slide{
    height: 176px;
    overflow-y: hidden;
}
#slide .slider{}
#slide .slider .slick-slide{}
#slide .slider li{}
#slide .slider li img{
	display: block;
	width: 375px;
	height: 176px;
}
#slide .slider li a{}
#slide .slider .slick-active li{
	z-index:999999;
}
#slide .slider .slick-active li a:hover{}

/* ======= 開館時間・休館日 ／ 概要文 ======= */
#summary{
	padding: 10px 0;
	border-bottom: 4px solid #9dbc83;
}
#summary .wrapper div{
	display: block;
}
#summary .kaikan{
	padding-bottom: 18px;
	border-bottom: 1.5px dotted #000000;
}
#summary .kaikan h2{
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 7px 0 7px 38px;
	box-sizing: border-box;
	background-image: url("../images/mp_kaikan.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}
#summary .kaikan dl{
	padding-left: 5px;
}
#summary .kaikan dl dt{
	display: inline-block;
	vertical-align: top;
	width: 4.8em;
	color: #9dbc83;
	font-weight: bold;
}
#summary .kaikan dl dd{
	display: inline-block;
	vertical-align: top;
	
}

#summary .gaiyou{
	padding: 25px 5px 15px;
}

	#summary #mican-app{
		display: block;
		margin-top: 20px;
	}
	#summary #mican-app a{
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	#summary #mican-app a img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#summary .sp_banner{
		display: block;
		margin: 20px auto;
	}
	#summary .sp_banner a{
		display: block;
	}
	#summary .sp_banner a img{
		/* box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.5); */
	}
	
	

/* ======= 施設利用申込・予約状況確認 ======= */
#app{
	background-color: #ecfbe3;
	padding: 15px 0 10px;
	border-bottom: 4px solid #9dbc83;
}
#app h2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 7px 38px;
	margin-bottom: 5px;
	background-image: url("../images/app.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
}
#app dl{}
#app dl dt{
	display: block;
	box-sizing: border-box;
	padding: 15px 0;
}
#app dl dt a{
	width: 100%;
	max-width: 400px;
	padding: 15px;
}
#app dl dd{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
#app dl dd p{
	display: block;
}
#app dl dd p:nth-of-type(2){
	display: block;
	text-align: right;
	margin-top: 5px;
}

	#due{
		margin-top: 25px;
		padding-top: 20px;
		border-radius: 0;
		border-top: 2px dotted #9dbc83;
		background-color: transparent;
	}
	
/* ======= お知らせ ======= */

#main #informationList .content{
	margin: 0 5px;
}
#informationList{
	padding-bottom: 15px;
}
#main #informationList .content h3{
	background-image: url("../images/mp_info.png");
}

#informationList #update{}
#informationList #update dl{
	display: block;
	width: 92%;
	margin: 0 auto;
	border-top: 1.5px dotted #000000;
	padding: 12px 10px 8px;
}
#informationList #update dl:last-of-type{
	border-bottom: 1.5px dotted #000000;
}
#informationList #update dl dt{
	font-weight: bold;
	color: #9dbc83;
}
#informationList #update dl dd{
	color: #888888;
}
#informationList #update .linkButton{
	margin-top: 28px;
}

#informationList #sns{
	width: 92%;
	margin: 50px auto 0;
}
#informationList #sns .twitter-timeline{
	margin: 0 auto;
}
#informationList #sns #instagram{
	display: block;
	width: 320px;
	height: 48px;
	margin: 30px auto 0;
	background-image: url("../images/instagram.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
}

#informationList #sns #x_twitter{
	display: block;
	width: 320px;
	height: 48px;
	margin: 30px auto 0;
	background-image: url("../images/x_twitter.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
}

/*
#informationList dl{
	display: block;
	width: 92%;
	margin: 0 auto;
	border-top: 1.5px dotted #000000;
	padding: 12px 10px 8px;
}
#informationList dl:last-of-type{
	border-bottom: 1.5px dotted #000000;
}
#informationList dl dt{
	font-weight: bold;
	color: #9dbc83;
}
#informationList dl dd{
	color: #666666;
}
#informationList .linkButton{
	margin: 28px 0;
}
*/
	
/* ======= イベント情報 ======= */
#event{
	margin-top: 40px;
	border-top: 4px solid #9dbc83;
	padding: 0 0 15px;
}
#main #event .content h3{
	background-image: url("../images/mp_star.png");
}

#event .content .wrapper > dl{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1.5px dotted #9dbc83;
}
#event .content .wrapper > dl:last-of-type{
	padding-bottom: 0;
	border: none;
}
#event .content .wrapper > dl > dt{
	display: block;
	text-align: center;
	width: 92%;
	max-width: 350px;
	margin: 0 auto;
}
#event .content .wrapper > dl > dt img{
	width: 100%;
	height: auto;
}
#event .content .wrapper > dl > dd{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

#event .content .wrapper > dl > dd h4{
	font-size: 21px;
	color: #9dbc83;
	line-height: 1.45;
	margin-bottom: 8px;
}
#event .content .wrapper > dl > dd .day{
	font-size: 18px;
	line-height: 1.45;
	font-weight: bold;
}
#event .content .wrapper > dl > dd .text{
	margin: 10px 0 20px;
}
#event .content .wrapper > dl > dd dl{
	margin: 5px 0;
}
#event .content .wrapper > dl > dd dl dt{
	display: block;
	width: 8em;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 3px;
	border-radius: 15px;
	background-color: #9dbc83;
}
#event .content .wrapper > dl > dd dl dd{
	display: block;
	padding-left: 10px;
}

#event .linkButton{
	margin: 30px -15px 0;
}

#event .linkButton a{
	margin-bottom: 25px;
}

	/* ハロウィンまつり2023 */
	#halloween2023 ul#attraction{
		display: block;
		margin: 30px  0;
		width: 100%;
	}
	#halloween2023 ul#attraction li{
		display: block;
		margin-bottom: 30px;
		text-align: left;
	}
	#halloween2023 ul#attraction li h6{
		font-size: 22px;
		font-weight: bold;
		color: #CA3A00;
		line-height: 1.0;
		border-bottom: 1.5px solid #CA3A00;
		margin-bottom: 10px;
	}
	#halloween2023 ul#attraction li h6 span{
		display: block;
		font-size: 75%;
		margin-bottom: 4px;
	}
	#halloween2023 ul#attraction li p{
		padding-left: 1.0em;
	}
	#halloween2023 ul#attraction li p.indent{
		padding-left: 2.0em;
	}
	#halloween2023 ul#attraction li p.price{
		display: inline-block;
		padding: 2px 15px;
		margin: 10px 0 10px 1.0em;
		border: 1.5px solid #9DBC83;
		background-color: #e8f8e2;
		border-radius: 8px;		
	}
	#halloween2023 ul#attraction li img{
		display: block;
		margin: 15px auto;
		width: 95%;
	}
	#halloween2023 ul#attraction li p.double_img{
		display: block;
		margin: 0 auto;
		width: 95%;
	}
	#halloween2023 ul#attraction li p.double_img img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#halloween2023 .linkButton{
		display: block;
		width: 100%;
		margin: 15px 0;
	}

	#halloween2023 .linkButton a{
		display: block;
		width: 100%;
		height: 100%;
		line-height: 1.35;
	}









}