@charset "Shift_JIS";

/* イベントページ共通CSS */

html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dt, dd, ol,
table, tr, th, td, a, img, form,
header, footer, section, nav, article {
margin: 0;
padding: 0;
border: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	}

body {
	line-height:1.8;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;*/
	font-family: sans-serif;
	font-size: 14px;
	color: #555;
	background: #f3f3f3;
	}
ul {
	list-style-type: none;
	}
table {
	border-collapse:collapse;
	}
img {
	vertical-align:bottom;
	}
/* ----- 基本リンク ----- */
a:link { color: #1d3994; text-decoration: none;}
a:visited { color: #1d3994; text-decoration: none;}
a:hover { color: #4a61a9; text-decoration: underline;}

/* ----- 矢印アイコン ----- */
.arrow_1 {
	background: url(/images/icon/icon_arrow_10.png) 0 7px no-repeat;
	text-indent: 9px;
}
a.arrow_1 {
	display: block;
}

/* ページ構成 */

.event_wrap {
	margin: 0 auto;
	max-width: 780px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	padding: 10px 3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
h1 {
	}
	h1 img.pc {
		display: block;
		width: 571px;
		height: 53px;
		}
	h1 img.sp {
		display: none;
		width: auto;
		margin: 0 auto;
		}

.contents {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #000;
	border: 3px solid #c60000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	}

h2 {
	}
	h2 img {
		width: 100%;
		border-radius: 8px 8px 0 0;
		}
h3 {
	color: #dc143c;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 8px 10px;
	margin: 10px 1% -10px -1%;
	width: 102%;
	line-height: 1.5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	background: #ffdb25;
	position: relative;
	z-index: 100;
	}


.contents_inner {
	background: #fff;
	margin: 0 auto;
	padding: 20px 0;
	width: 95%;
	position: relative;
	z-index: 10;
	}
dl.event_detail {
 	margin: 20px auto;
	width: 90%;
	}
	dl.event_detail > dt {
		font-size: 112%;
		font-weight: normal;
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;
		margin-bottom: 15px;
		background: #fafafa;
		text-align: left;
		line-height: 2.4;
		position: relative;
		text-indent: 41px;
		}
		dl.event_detail > dt.stretch {
			letter-spacing: 1em;
			}
		dl.event_detail > dt:before {
			content: "";
			width: 8px;
			height: 8px;
			display: block;
			border: 2px solid #EB2731;
			border-radius: 50%;
			position: absolute;
			top: 12px;
			left: 24px;
			}
	dl.event_detail > dd {
		padding: 0 4% 3em;
		line-height:1.8em;
		}
		dl.event_detail > dd strong {
			font-size: 110%;
			}

table.schedule {
	width: 100%;
	margin: 8px 0 10px;
	}
	table.schedule caption {
		color: #666;
		text-align: left;
		font-weight: bold;
		text-indent: 1%;
		font-size: 120%
		}
	table.schedule th {
		border: 2px solid #fff;
		background: #08c;
		width: 50%;
		padding: 4px 10px;
		color: #fff;
		}
		table.schedule tr:first-child th {
			border-radius: 8px 0 0 0;
			}
		table.schedule tr:last-child th {
			border-radius: 0 0 0 8px;
			}
	table.schedule td {
		border: 2px solid #fff;
		background: #f5f5f5;
		width: 50%;
		padding: 4px 18px;
		text-align: center;
		}
		table.schedule tr:first-child td {
			border-radius: 0 8px 0 0;
			}
		table.schedule tr:last-child td {
			border-radius: 0 0 8px 0;
			}

table.event_content {
	width: 80%;
	margin: 8px 0 10px;
	}
	table.event_content caption {
		color: #666;
		text-align: left;
		font-weight: bold;
		text-indent: 1%;
		line-height: 1.4;
		}
	table.event_content th {
		background: #1abc9c;
		border: 1px solid #1abc9c;
		padding: 6px 10px;
		color: #fff;
		}

	table.event_content td {
		padding: 6px 18px;
		border: 1px solid #aaa;
		text-align: center;
		}
		table.event_content td span {
			font-size: 140%;
			color: #1abc9c;
			font-weight: bold;
			}

.balloon {
	font-size: 120%;
	width: 60%;
	margin: 16px auto;
	text-align: center;
	padding: 8px 5px;
	border-radius: 5px;
	background: #f15e82;
	color: #fff;
	position: relative;
	}
.balloon.top:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 60, 0, 0);
	border-bottom-color: #f15e82;
	border-width: 15px;
	margin-left: -15px;
	}
.balloon.bottom:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 60, 0, 0);
	border-top-color: #f15e82;
	border-width: 15px;
	margin-left: -15px;
	}
.button {
	position: relative;
	display: inline-block;
	width: 280px;
	border: none;
	padding: 11px 3px;
	color: #fff;
	background-color: #777;
	font-size: 16px;
	text-indent: 2px;
	line-height: inherit;
	cursor: pointer;
	}
.button:hover {
	opacity: .7;
	text-decoration: none;
	}
.button_wrapper {
	text-align: center;
	padding: 0;
	margin: 18px 0;
	}
.button.ok {
	background-color: #c60000;
	}
a.button {
	color: #fff;
	}
.button.forward:after {
	top: 16px;
	right: 6px;
	background-position: 0 0;
	}
.button:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(/images/icon/icon_arrow_14.png) 14px 0 no-repeat;
	}

.insert_img {
	width: 90%;
	margin: 5px auto 15px;
	}
	.insert_img img {
		width: 100%;
		}

.copyright {
	font-size: 11px;
	text-align: center;
	margin: 6px 0 12px;
	}

.sbook {
	width: 320px;
	margin: 0 auto;
	}

.sbook dd {
	height: 78px
	}

dd.tw {
	float: left;
	width: 87px;
	margin-top: 40px;
	}
dd.fb {
	float: left;
	margin-top: 20px;
	width: 84px;
	}
dd.gl {
	float: left;
	margin-bottom: 8px;
	width: 65px;
	}
dd.hatena {
	float: left;
	margin-top: 20px;
	}

@media screen and (max-width: 620px) {
	h1 img.pc {
		width: 98%;
		height: auto;
		}
}

.error_msg {
	text-align: center;
	color: #c60000;
	font-size: 16px;
	font-weight: bold;
	line-height: 3;
}
.system_msg {
	text-align: center;
	color: #c60000;
	font-size: 16px;
	font-weight: bold;
	line-height: 3;
}
.button.ok {
	background: #1abc9c;
	border-radius: 5px;
	}

/* スケジュールバナーny */
.ny_sp {
	display: none
	}
a.schedule_bnr {
	display: block;
	width: 90%;
	margin: 0 auto;
	}
	a.schedule_bnr:hover {
		opacity: 0.7;
		}
a.schedule_bnr img {
	width: 100%;
	max-width: 580px;
	height: auto;
	}
/* クリスマス装飾 */
h1 img.sp.xm {
	width: 228px;
	height: 30px;
}

/* 正月装飾 */
h1 img.sp.sg {
	width: 217px;
	height: 30px;
}

/* ---------- タブレット表示 ---------- */
@media screen and (max-width: 768px) {

}

/* ---------- スマホ表示 ---------- */

@media screen and (max-width: 480px) {

body {
	font-size: 12px;
	}
h1 img.pc {
	display: none;
	}
h1 img.sp {
	display: block;
	width: 190px;
	height: 30px;
	margin-bottom: 6px;
	}
.contents {
	padding-bottom: 10px;
	}
h3 {
	margin: 10px 2% -10px -2%;
	width: 104%;
}
dl.event_detail {
 	margin: 10px auto;
	width: 94%;
	}
dl.event_detail > dt {
	line-height: 2.5;
	text-indent: 33px;
	}
	dl.event_detail > dt::before {
		top: 10px;
		left: 15px;
		}
.insert_img {
	width: 94%;
	margin: 15px auto;
	}
.contents_inner {
	padding: 10px 0;
	width: 95%;
	}
table.schedule {
	width: 100%;
	}
table.event_content {
	width: 100%;
	}
.balloon {
	width: 80%;
	margin: 8px auto;
	}
.copyright {
	font-size: 10px;
	}

.sbook {
	width: 310px;
	}

dd.tw {
	width: 81px;
	margin-bottom: 8px;
	}
dd.fb {
	margin-bottom: 8px;
	width: 80px;
	}
dd.gl {
	margin-bottom: 8px;
	width: 60px;
	}

.button {
	width: 100%;
	padding: 11px 0;
	}

/* -スケジュールバナーny */

.ny_sp {
	display: block;
	}
.ny_pc {
	display: none;
	}

}
