
/* --------------------------------------------------

	イベント・キャンペーン共通

-------------------------------------------------- */


/* - hero image
---------------------------------------------------------------------- */
.hero_area .content {
	background: url(../../img/top/bg_top-hero.jpg) 0 0 no-repeat;
	height: 160px;
	padding-top: 20px;
	padding-left: 20px;
}

.hero_area .content .info {
	max-width: 400px;
	padding: 10px 20px;
	height: auto;
}

.hero_area .content .info p { margin-top: 10px; }
.hero_area .content .info .arrow { display: none; }




/* - main block
---------------------------------------------------------------------- */
.event_body_block {
	width: 940px;
	margin: 0 auto;
}


/* - event category tabs
---------------------------------------------------------------------- */
.event_tab {
	margin-top: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.event_tab > dl > dt { display: none; }

.event_tab > dl > dt > a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.event_tab ul {
	display: table;
	width: 100%;
	margin-bottom: -1px;
}

.event_tab ul > li {
	display: table-cell;
	padding-left: 5px;
	width: 135px;
	width: 157px;
	padding-left: 2px;
	box-sizing: border-box;
	min-height: 35px;
	vertical-align: bottom;
	
    
    width: 14.2857%;
}

.event_tab ul > li:first-child { padding-left: 0; }

.event_tab ul > li > a {
	display: block;
	border: 1px solid #e6e6e6;
	background-color: #f7f7f7;
	min-height: 35px;
	width: 130px;
	width: 155px;
	line-height: 3.5rem;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	color: #0069a8;
	font-weight: bold;
	color: #026aa9;
    
    width: 100%;
}

.no-touch .event_tab ul > li > a:hover,
.event_tab ul > li > a:focus {
	color: #1fab38;
	color: #268300;
}

.event_tab ul > li.current {
	
}

.event_tab ul > li.current > a {
	background-color: #fff;
	color: #444;
	border-top: 4px solid #e4e4e4;
	min-height: 40px;
	line-height: 4.0rem;
	border-bottom: 1px solid #fff;
	
	border-top: 4px solid #2aa83d;
	
	min-height: 56px;
	line-height: 4.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	/*text-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
}

.event_tab ul > li > a > i { display: none; }



/* - ブロックヘッダー
-------------------------------------------------- */
.block_header {
	padding-bottom: 4px;
	border-bottom: 2px solid #e2e2e2;
	position: relative;
}

.block_header:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 120px;
	border-bottom: 2px solid #0cae2f;
}

.block_header .content { display: block; }

.block_header h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	line-height: 1.4;
	padding: 4px 0;
}




/* ----------------------------------------------------------------------

	ウインズ・パークウインズ・乗馬・その他

---------------------------------------------------------------------- */

/* - ウインズ・パークウインズ・乗馬・その他 イベントリストユニット
-------------------------------------------------- */
div.event_line_unit {
	margin-top: 30px;
}

div.event_line_unit:first-child {
	margin-top: 0;
}
/*
div.event_line_unit div.head {
	background: url(/common_r/img/bg_2nd-border.png) no-repeat left bottom;
	padding-bottom: 4px;
}

div.event_line_unit div.head > h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	line-height: 1.4;
	padding: 4px 0;
}
*/

/* - ウインズ・パークウインズ・乗馬・その他 イベントリンクリスト
-------------------------------------------------- */
div.link_list {
	background-color: #eaeaea;
	margin-top: 15px;
	padding: 10px;
	padding-bottom: 0;
}

div.link_list > ul {
	margin-right: -10px;
	margin-right: -12px;
	overflow: hidden;
}

div.link_list > ul:after {
	content: '';
	display: block;
	clear: both;
}

div.link_list > ul > li {
	margin-right: 12px;
	margin-bottom: 12px;
}

div.link_list > ul > li > a {
	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	color: #188542;
	color: #444;
	color: #0069a8;
	font-size: 1.4rem;
	font-weight: bold;
}

.no-touch div.link_list > ul > li > a:hover,
div.link_list > ul > li > a:focus { background-color: #fff8e1; }

div.link_list > ul > li > a > .inner { display: table; }

div.link_list > ul > li > a > .inner > span.icon {
	display: table-cell;
	color: #188542;
	vertical-align: middle;
	padding-right: 10px;
	padding-right: 0.5rem;
	text-align: left;
	line-height: 1.4;
	
	vertical-align: top;
}

div.link_list > ul > li > a > .inner > p.txt {
	display: table-cell;
	/*text-align: center;*/
	font-size: 1.4rem;
	line-height: 1.4;
}



/* - メインブロック - ２カラムレイアウト
-------------------------------------------------- */
div.event_main_block {
	margin-top: 30px;
	overflow: hidden;
}

div.event_main_block:after {
	content: '';
	display: block;
	clear: both;
}

div.event_main_block div.img {
	width: 240px;
	width: 180px;
	float: left;
}

div.event_main_block div.line_block {
	width: 670px;
	width: 730px;
	float: right;
}


/* - コンテンツサブヘッダー（小見出し）／スマホ表示用
-------------------------------------------------- */
.block_sub_header {
	border-bottom: 1px dotted #ccc;
}

.block_sub_header > h4 {
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0;
}

.block_sub_header.sp {
	display: none;
}











/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	
	/* - hero image
	-------------------------------------------------- */
	.hero_area {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		width: 100%;
	}
	
	.hero_area .content {
		height: auto;
		padding: 10px;
		background-position: right center;
	}
	
	/* - main block
	-------------------------------------------------- */
	.event_body_block { width: auto; }
	
	/* - event category tabs
	-------------------------------------------------- */
	.event_tab dl { width: 100%; }
	.event_tab dl > dd { width: 100%; }
	
	.event_tab ul {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: -1px;
		width: 100%;
	}
    
    .event_tab ul > li { width: 14.2857%; }
	
	.event_tab ul > li > a {
		width: auto;
		padding: 0 4px;
		font-size: 1.2rem;
		padding: 0 10px;
	}
	
	.event_tab ul > li.current > a {
		font-size: 1.4rem;
		min-height: 52px;
		line-height: 4.2rem;
	}
	
    
    /* - event category tabs
	-------------------------------------------------- */
	.event_tab { margin-top: 20px; }
	
	.event_tab dl {
		background-color: #607D8B;
		padding: 5px;
		width: auto;
		border-radius: 4px;
	}
	
	.event_tab dl > dt {
		display: block;
		/*cursor: pointer;*/
		color: #fff;
		font-weight: bold;
	}
	
	.event_tab dl > dt > a {
		padding: 5px 8px;
		display: block;
	}
	
	.event_tab dl > dt i { margin-right: 0.5rem; }
	
	.event_tab dl > dd {
		border-top: 1px solid #444;
		padding-top: 10px;
		display: none;
	}
	
	.event_tab dl > dd.open { display: block; }
	
	.event_tab ul { display: block; }
	
	.event_tab ul > li {
		display: block;
		width: auto;
		padding: 0;
		height: auto;
		min-height: 1.4rem;
	}
	
	.event_tab ul > li > a {
		background: none;
		border: none;
		
		color: #fff;
		text-decoration: none;
		display: block;
		width: auto;
		padding: 5px 10px;
		box-sizing: border-box;
		font-size: 1.3rem;
		
		text-align: left;
		
		min-height: 1.4rem;
		line-height: 1.4;
		font-weight: normal;
	}
	
	.event_tab ul > li > a:hover {
		background-color: #455A64;
		color: #fff;
	}
	
	.event_tab ul > li > a > i {
		display: inline-block;
		margin-right: 0.5rem;
	}
	
	.event_tab ul > li.current > a {
		min-height: 1.4rem;
		line-height: 1.4;
		background-color: #455A64;
		border: none;
		color: #fff;
		font-size: 1.3rem;
	}
    
	
	/* --------------------------------------------------
		ウインズ・パークウインズ・乗馬・その他
	-------------------------------------------------- */
	/* - メインブロック - ２カラムレイアウト
	-------------------------------------------------- */
	div.event_main_block div.img { width: 25.53%; }
	div.event_main_block div.line_block { width: 71.276%; }
	
}



/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
	
	/* - hero image
	-------------------------------------------------- */
	.hero_area {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		width: 100%;
	}
	
	.hero_area .content {
		height: auto;
		padding: 10px;
		padding: 0;
		background-position: right center;
	}
	
	.hero_area .content .info {
		height: auto;
		width: 100%;
		max-width: 100%;
		padding: 10px;
		background-color: rgba(6,52,13,0.6);
	}
	
	.hero_area .content .info h2 {
		font-size: 2.0rem;
		margin: 0;
		line-height: 1.4;
	}
	
	.hero_area .content .info p {
		margin-top: 5px;
		padding-right: 36px;
		font-size: 1.1rem;
	}
	
	.hero_area .content .info .arrow {
		font-size: 3.0rem;
		bottom: 10px;
		right: 10px;
		text-align: right;
	}
	
	/* - main block
	-------------------------------------------------- */
	.event_body_block {  }
	
	
	/* - event category tabs
	-------------------------------------------------- */
	.event_tab { margin-top: 20px; }
	
	.event_tab dl {
		background-color: #607D8B;
		padding: 5px;
		width: auto;
		border-radius: 4px;
	}
	
	.event_tab dl > dt {
		display: block;
		/*cursor: pointer;*/
		color: #fff;
		font-weight: bold;
	}
	
	.event_tab dl > dt > a {
		padding: 5px 8px;
		display: block;
	}
	
	.event_tab dl > dt i { margin-right: 0.5rem; }
	
	.event_tab dl > dd {
		border-top: 1px solid #444;
		padding-top: 10px;
		display: none;
	}
	
	.event_tab dl > dd.open { display: block; }
	
	.event_tab ul { display: block; }
	
	.event_tab ul > li {
		display: block;
		width: auto;
		padding: 0;
		height: auto;
		min-height: 1.4rem;
	}
	
	.event_tab ul > li > a {
		background: none;
		border: none;
		
		color: #fff;
		text-decoration: none;
		display: block;
		width: auto;
		padding: 5px 10px;
		box-sizing: border-box;
		font-size: 1.3rem;
		
		text-align: left;
		
		min-height: 1.4rem;
		line-height: 1.4;
		font-weight: normal;
	}
	
	.event_tab ul > li > a:hover {
		background-color: #455A64;
		color: #fff;
	}
	
	.event_tab ul > li > a > i {
		display: inline-block;
		margin-right: 0.5rem;
	}
	
	.event_tab ul > li.current > a {
		min-height: 1.4rem;
		line-height: 1.4;
		background-color: #455A64;
		border: none;
		color: #fff;
		font-size: 1.3rem;
	}
	
	/* --------------------------------------------------
		ウインズ・パークウインズ・乗馬・その他
	-------------------------------------------------- */
	.event_body_block {  }
	
	/* - コンテンツサブヘッダー（小見出し）スマホ表示用
	-------------------------------------------------- */
	.block_sub_header.sp {
		display: block;
		margin-top: 15px;
	}
	
	/* - メインブロック - ２カラムレイアウト
	-------------------------------------------------- */
	div.event_main_block div.img {
		float: none;
		width: auto;
		text-align: center;
		display: none;
	}
	
	div.event_main_block div.line_block {
		float: none;
		width: auto;
	}
	
	
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	
	/* --------------------------------------------------
		ウインズ・パークウインズ・乗馬・その他
	-------------------------------------------------- */
	
	/* - メインブロック - ２カラムレイアウト
	-------------------------------------------------- */
	div.event_main_block { margin-top: 20px; }
	
	/* - ウインズ・パークウインズ・乗馬・その他 イベントリンクリスト
	-------------------------------------------------- */
	div.link_list > ul > li > a > .inner > p.txt { text-align: left; }
	
}




