@charset "UTF-8";

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

/* css変数 */
:root {
	--color_bbred: #c60000;
	--color_danger: #c60000;
	--color_accent: #2984d6;
	--color_success: #00be9c;
	--color_info: #14b9d5;
	--color_warning: #f9b115;
	--color_blue: #1d3994;

	--hover_opacity: 0.7;
	--hover_transition: 0.3s;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, dialog {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	border: 0;
}

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

body {
	line-height:1.8;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, 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;
}
@media (max-width: 780px) {
	.event_wrap {
		padding: 10px 3%;
	}
}

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;
	border-radius: 10px;
	}
h2 img {
	width: 100%;
	height: auto;
	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;
	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-top-left-radius: 8px;
			}
		table.schedule tr:last-child th {
			border-bottom-left-radius: 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-top-right-radius: 8px;
			}
		table.schedule tr:last-child td {
			border-bottom-right-radius: 8px;
			}

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%;
		height: auto;
		}

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

@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;
}

.alert {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	margin: 0.8em auto;
}
/* .alert + .alert, .alert + .alert + .alert, .alert + .alert + .alert + .alert, .alert + .alert + .alert + .alert {
	margin-top: -0.8em;
} */
.alert.size-s {
	font-size: 14px;
}
.alert.size-l {
	font-size: 18px;
}
.alert.bbred, .alert.danger {
	color: var(--color_bbred);
}
.alert.accent {
	color: var(--color_accent);
}
.alert.success {
	color: var(--color_success);
}
.alert.info {
	color: var(--color_info);
}
.alert.warning {
	color: var(--color_warning);
}
.alert.outline {
	border: 2px solid #ddd;
	background: #fafafa;
	padding: 0.5em 0.7em;
	border-radius: 5px;
}
.alert.bbred.outline, .alert.danger.outline {
	border-color: #eeb2b2;
	background: #f9e5e5;
}
.alert.accent.outline {
	border-color: #b5d2ed;
	background: #edf7ff;
}
.alert.success.outline {
	border-color: #b2ebe1;
	background: #e5f9f5;
}
.alert.info.outline {
	border-color: #b8eaf2;
	background: #e7f8fb;
}
.alert.warning.outline {
	border-color: #fde7b8;
	background: #fff7e7;
}

.button.ok {
	background: #1abc9c;
	border-radius: 5px;
}

/* スケジュールバナー */
.gw_sp {
	display: none
}
a.schedule_bnr {
	display: none;
}
a.schedule_bnr .ny {
	width: 440px;
	max-width: 92%;
	aspect-ratio: 1155 / 330;
	margin: 0 auto;
	display: block;
}
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: 480px) {

body {
	font-size: 13px;
	}
h1 img.pc {
	display: none;
	}
h1 img.sp {
	display: block;
	width: 180px;
	height: 30px;
	margin-bottom: 6px;
	}
h1 img.sp.hw {
	width: 217px;
}
.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;
	}

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

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

.ny_sp, .gw_sp {
	display: block;
}
.ny_pc, .gw_pc {
	display: none;
}

}
