@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE High Resolution parts end*/



/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


#event_inside{
    width: 100%;
	max-width: 1190px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

#event_inside>article{
	padding: 50px 20px 90px;
	box-sizing: border-box;
}

#event_inside>article h1{
	margin: 0 0 40px;
	padding: 0 0 5px 48px;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 1.4em;
	border-bottom: solid 2px #c89f69;
	letter-spacing: 1px;
	background-image: url('../../img/icon_event_c.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 38px auto;
}
#event_inside>article h1 span{
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	color: #e77350;
	font-family: Times,serif;
	margin: 0 0 0 14px;
}

#event_inside>article h2{
	font-size: 17px;
	letter-spacing: 1px;
	margin: 0 0 30px;
	padding: 0;
}
#event_inside>article h2::before{
	content: '';
	display: inline-block;
    width: 4px;
    height: 20px;
    margin: 0 13px -3px 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #ea8f35, #e2583d);
}



#event_inside>article table{
	width: 100%;
	margin: 0 0 20px;
	border-top: solid 1px #c89f69;
	border-bottom: solid 1px #c89f69;
	border-collapse:collapse;
}
#event_inside>article table tr{
	border-bottom:solid 1px #b7b7b7;
}
#event_inside>article table tr:last-child{
	border-bottom:none;
}
#event_inside>article table th{
	position: relative;
	padding: 13px 10px 13px;
}
#event_inside>article table th.time{
	width: 19%;
	min-width: 115px;
	font-size:14px;
	text-align:left;
}
#event_inside>article table th.time .tag{
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #e14839;
	letter-spacing: 1px;
	background-image: url("../../img/icon_flag.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
}
#event_inside>article table th.time .tag_end{
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #9e9e9e;
	letter-spacing: 1px;
	background-image: url("../../img/icon_flag_gray.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
}
#event_inside>article table th.time .event_time{
	font-size: 12px;
	color: #b8985d;
	margin: 3px 0 0;
}
#event_inside>article table th.title{
	width: 27%;
	font-size:14px;
	text-align:left;
	padding:16px 20px 15px;
	box-sizing: border-box;
}
#event_inside>article table th::after{
	content: '';
	display: block;
	width: 1px;
	height: 60%;
	margin: auto;
	background-color: #b7b7b7;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
#event_inside>article table td{
	font-size:14px;
	text-align: justify;
	padding:13px 10px 13px 20px;
	box-sizing: border-box;
}
#event_inside>article table td p{
	margin: 0;
}
#event_inside>article table td a{
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 15px 0 0;
	text-decoration: none;
	color: #b8985d;
	background-image: url('../../img/arrow_right_g.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7px auto;
}



/*event slider*/
#event_inside .slider{
	width: 100%;
	margin: 50px 0;
	padding: 0;
}
#event_inside .slider .slider-arrow{
	width: 18px;
    height: 33px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
}
#event_inside .slider .slider-arrow.slider-prev{
	left: 30px;
}
#event_inside .slider .slider-arrow.slider-next{
	right: 30px;
}

@media screen and (max-width: 720px){
	#event_inside .slider .slider-arrow{
		width: 15px;
	    height: 28px;
	}
	#event_inside .slider .slider-arrow.slider-prev{
		left: 10px;
	}
	#event_inside .slider .slider-arrow.slider-next{
		right: 10px;
	}
}
#event_inside .slider article{
	margin: 0 10px;
}
#event_inside .slider article a{
	display: block;
	text-decoration: none;
	font-weight: normal;
    border-right: solid 1px #b8975b;
    box-sizing: border-box;
}
#event_inside .slider article a:hover{
	opacity: 0.7;
}
#event_inside .slider article a img{
	display: block;
	width: 100%;
	margin: 0 0 -1px;
}
#event_inside .slider article a div{
	padding: 12px 10px;
	box-sizing: border-box;
    color: #af843a;
    position: relative;
    background-color: #fff;
    border-bottom: solid 3px #b8975b;
}
#event_inside .slider article a div h3{
	font-size: 16px;
	margin: 0 0 8px;
	letter-spacing: 0.5px;
	font-weight: normal;
}
#event_inside .slider article a div p{
	font-size: 14px;
	margin: 0;
	text-align: justify;
}
#event_inside .slider article a div .tag{
	display: block;
	width: 50px;
	height: 25px;
	padding: 5px 5px;
	box-sizing: border-box;
	font-size: 13px;
	text-align: center;
	position: absolute;
	top: -25px;
	left: 10px;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
    border-top: solid 1px #b8975b;
    border-left: solid 1px #b8975b;
    border-right: solid 1px #b8975b;
}