@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * 00 Style Reset
 * 01 Base
 * 02 Main
 * 03 Event List
 * 04 Side
 * 05 Footer
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: none;
	margin: 0;
}
ul, ol {
	list-style: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	max-width: 950px;
	margin: 0 auto;
	background-image: url(../images/back.gif);
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #333;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #723200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header #link {
	width: 950px;
	height: 25px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
.wrap_gnav {
	display: flex;
	align-items: center;
}
.gnav_logo {
	flex-shrink: 0;
}
.gnav_menu {
	padding-left: 20px;
}
.gnav_menu ul {
	padding: 0;
	margin: 0;
}
.gnav_menu li {
	margin-right: 10px;
	display: inline-block;
}
/**/
/*=================================================
 * sp_menu
 * ================================================= */
#nav-toggle {
	display: none;
	position: absolute;
	background: #000;
	padding: 13px 12px;
	right: 10px;
	top: 7px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 1px;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 21px;
}
#global-nav {
	display: none;
}
@media all and (min-width: 641px) {
	.onlyPC{
		display: block;
	}
	.onlySP{
		display: none !important;
	}
}
@media screen and (max-width: 640px) {
	.onlyPC{
		display: none !important;
	}
	.onlySP{
		display: block;
	}
	.wrap_head {
		z-index: 1;
		transition: top 0.65s ease-in;
		-webkit-transition: top 0.65s ease-in;
		-moz-transition: top 0.65s ease-in;
	}
	#mobile-head {
		height: 65px;
		padding: 7px 10px;
		background: url(../images/bg_pattern.png);
		z-index: 999;
		position: relative;
	}
	.wrap_head h1 {
		width: 160px;
		padding: 10px;
		border: 1px dotted #fff;
		position: static;
		line-height: 1;
	}
	#global-nav {
		width: 100%;
		background: #000;
		display: block;
		position: absolute;
		top: -500px;
		z-index: 1;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul li a {
		width: 100%;
		padding: 1em;
		background: url("../images/icon_arrow.png") right 1em center no-repeat;
		background-size: 1em;
		border-bottom: 1px dotted #999;
		display: block;
		color: #fff;
		font-size: 0.937rem;
	}
	#global-nav ul li:last-child a {
		border-bottom: none;
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(565px);
		-webkit-transform: translateY(565px);
		transform: translateY(565px);
	}
}
/*=================================================
 * Footer
 * ================================================= */
 #footer {
 	padding: 20px 0;
 	text-align: center;
 }
#footer::after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
#footer ul {
	float: left;
}
#footer ul li {
	float: left;
	margin-right: 10px;
}
#footer ul li:last-child {
	margin-right: 0;
}
#footer ul li a {
	width: 120px;
	padding: 0.75em 1.75em 0.75em 0em;
	border: 2px solid #844812;
	box-sizing: border-box;
	display: block;
	color: #844812;
	font-size: 0.875rem;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#footer ul li a.icon_tv {
	background: url(../images/icon_tv.png) right 0.5em center no-repeat #fff;
	background-size: 1.35em;
}
#footer ul li a.icon_radio {
	background: url("../images/icon_radio.png") right 0.5em center no-repeat #fff;
	background-size: 1.35em;
}
#footer ul li a.icon_event {
	background: url("../images/icon_event.png") right 0.5em center no-repeat #fff;
	background-size: 1.35em;
}
#footer ul li a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#footer dl {
	text-align: center;
}
.top #footer dl {
	float: right;
	text-align: right;
}
@media all and (max-width: 640px) {
	#footer ul {
		width: 94%;
		max-width: 500px;
		margin: 0 auto 20px;
		display: block;
		float: none;
		text-align: center;
		font-size: 0;
	}
	#footer ul li {
		width: 30%;
		margin: 0 1%;
		display: inline-block;
		float: none;
	}
	#footer ul li a {
		width: auto;
	}
	.top #footer dl {
		float: none;
		text-align: center;
	}
}
@media all and (max-width: 450px) {
	#footer ul li a {
		font-size: 3.1vw;
	}
}