@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #FFFFFF;
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}



.eventmain
{
	position: relative;
	background-color: #de6808;
}
.mainbg
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
}
.topimg
{
	position: relative;
	max-height: 350px;
	overflow: hidden;
}
.topimg_bg
{
	position: relative;
	z-index: 20;
	height: 0;
	padding-top: 65%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.topimg_inner
{
	position: absolute;
	z-index: 30;
	top: 5px;
	left: 20px;
	right: 20px;
	bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.topimg_inner .title
{
	max-width: 840px;
}
.topimg_inner .sabocard
{
	max-width: 840px;
	margin-top: -50px;
}
@media all and (min-width: 1000px)
{
	.topimg_inner
	{
		left: calc(50% - 440px);
		right: calc(50% - 440px);
	}
	.topimg_bg
	{
		margin-top: calc(150px - 30vw);
	}
}

.content
{
	position: relative;
	z-index: 20;
}
.content_w
{
	background-color: rgba(255,255,255,0.9);
}
.content_hd
{
	border-top: 80px solid #de6808;
	text-align: center;
}
.content_hd_box
{
	display: inline-block;
	background-color: #de6808;
	border-radius: 20px;
	padding: 20px 2.5% 30px 2.5%;
	overflow: hidden;
	margin: -80px auto 0 auto;
	width: 90%;
	max-width: 540px;
}
.content_hd_box h3
{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	margin: 30px auto 20px auto;
}
.lead
{
	text-align: left;
}
.lead span
{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 2;
}
.lead img
{
	float: right;
	margin: 10px 0 10px 15px;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	width: 45%;
	max-width: 240px;
}
@media all and (max-width: 767px)
{
	.content_hd_box
	{
		padding: 20px 5% 30px 5%;
	}
}

.spots_hd
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #964f00;
	margin: 50px auto 0 auto;
}
.spots
{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px auto;
	padding: 15px 0 30px 0;
	width: 90%;
	max-width: 1040px;
}
.spot
{
	width: calc(100% - 20px);
	max-width: 240px;
	margin: 10px;
}
.spotimg
{
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	max-height: 160px;
}
.spotdesc
{
	margin: 5px;
}
.spotdesc > *
{
	color: #964f00;
}
.spotname
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin: 10px 0;
}
@media all and (max-width: 767px)
{
	.spot
	{
		max-width: initial;
		display: flex;
	}
	.spotimg
	{
		width: 45%;
	}
	.spotdesc
	{
		width: calc(55% - 10px);
		margin: 0 0 0 10px;
	}
	.spotname
	{
		text-align: left;
		font-size: 14px;
		margin: 0 0 5px 0;
	}
}

.program
{
	width: 90%;
	max-width: 800px;
	box-sizing: border-box;
	padding: 25px 15px;
	margin: 50px auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}
.program_title
{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	color: #de6808;
}

.program_grp
{
	padding: 10px;
	margin: 20px auto;
	border-radius: 10px;
	overflow: hidden;
}
.program_grp_1
{
	background-color: #FFFFF8;
	border: 1px solid #CCCCCC;
}
.program_grp_2
{
	background-color: #f7f1eb;
	border: 1px solid #CC0000;
}
.program_grp_hd
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	color: #de6808;
	border-bottom: 1px solid #de6808;
	border-left: 4px solid #de6808;
	padding-left: 8px;
}

.program_hd
{
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #964f00 !important;
}
.program_grp_2 .program_hd span
{
	color: #964f00 !important;
}
.program_bd
{
	margin-left: 20px;
}
.program_bd .strong
{
	font-size: 120%;
	font-weight: bold;
	color: #e40065 !important;
}
.program_bd a
{
	color: #e40065 !important;
}
.program_bd p
{
	color: #202020 !important;
}
.program_bd > p
{
	margin: 20px 0;
}
.program_hd .marker
{
	display: inline-block;
	padding: 2px 4px;
	color: inherit;
	background-color: #ffef54;
}
.program_bd_flex .imgbox
{
	max-width: 300px;
}
.program_note
{
	color: #996666;
}
@media all and (min-width: 768px)
{
	.program_bd_flex
	{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.program_bd_flex table
	{
		width: 60%;
	}
	.program_bd_flex .imgbox
	{
		width: 40%;
	}
}
@media all and (max-width: 767px)
{
	.program_bd_flex table
	{
		float: left;
	}
	.program_bd_flex .imgbox
	{
		float: right;
	}
}

.maps
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.map
{
	width: 100%;
	max-width: 360px;
	margin: 10px 0;
}
.googlemap
{
	position: relative;
	height: 0;
	padding-top: 75%;
}
.googlemap iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.formbtn a
{
	display: inline-block;
	background-color: #964f00;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF !important;
	padding: 16px 24px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}
@media all and (max-width: 767px)
{
	.program
	{
		padding: 30px 4%;
	}
	.program_title
	{
		font-size: 18px;
	}
	.map
	{
		max-width: initial;
	}
}

.eventmain th
{
	padding: 4px 8px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}
.eventmain td
{
	padding: 4px 8px;
	vertical-align: top;
}

.eventfooter
{
	background-color: #de6808;
	margin-top: 100px;
}
.eventfooter .wrapper
{
	width: 85%;
	max-width: 800px;
	padding: 50px 0;
	margin: 0 auto;
}
.eventfooter p
{
	color: #ffffff;
}
.eventfooter table
{
	margin-top: 20px;
}
.eventfooter th
{
	white-space: nowrap;
	border-right: 1px solid #FFFFFF;
	padding: 0 20px 0 0;
}
.eventfooter td
{
	padding: 0 0 0 20px;
}








#topcontrol
{
	z-index: 100;
}

.applylink
{
	position: fixed;
	z-index: 100;
	bottom: 80px;
	right: 10px;
	opacity: 1;
	cursor: pointer;

	width: 76px;
	height: 76px;
}



.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


