@charset "utf-8";
/* CSS Document */
/*riset css*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body{
	margin: 87px 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Areal, sans-serif;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover{
    cursor :pointer;
}
article{
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
/*ヘッダー*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100%;
	width: 100%;
	background-color:rgba(249,194,0,0.87);
}
/*rgba(255,206,0,0.87)*/
header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 78%;
	margin-left: auto;
	margin-right: auto;
}
	/*ヘッダー：ロゴ*/
.headA{
	display: inline-block;
}
.headA img{
	width: 195px;
}
	/*ヘッダー：ナビゲーション*/
.headB{
	display: block　!important;
}

.headB ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.headB a{
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.headB a:hover{
	color: #616161;
}

.headC{
	display: none;
}

/*コンテンツＡ：ヒーローイメージ*/
/*5/16 .top .conA をコメントアウト*/
/*.top .conA{
	font-family: 'Anton', sans-serif;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
	text-align: center;*/
		/*2/27 下記６つを.top.conAからbodyへ移動すると、
	top画像がずっと固定されます。*/
		/*5/16 いったん下記全てコメントアウト。文字入り画像をＨＴＭＬに置いた。*/
	/*background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.5)), url(../images/funkgrammartop.jpg);
	background-size: cover;
	background-position: center;
	letter-spacing: 0.15em;*/
		/*2/27下記追加*/
	/*background-repeat: no-repeat;
	background-attachment: fixed;
}*/
	/*5/16 .conAのh1 p h2をいったんコメントアウト*/
/*.top .conA h1{
	font-size: 80px;
	margin-top: 0;
	margin-bottom: 10px;
}

.top .conA p{
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.top .conA h2{
	font-size: 80px;
	margin-top: 10px;
	margin-bottom: 0;
}
*/

/*コンテンツＢ：トップコメント*/
.top .conB{
	margin-bottom: 20px;
}
.top .conB .text{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.top .conB h2{
	margin-top: 0;
	margin-bottom: 10px;
}

.top .conB p{
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.8;
	opacity: 0.9;
	font-size: 20px;
}
.top .conB a{
	display: inline-block;
	background-color: #F97400;
	padding: 10px 50px;
	border: solid 3px #F97400;
	border-radius: 6px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2rem;
}

.top .conB .fa-id-card{
	padding-right: 0.2rem;
}

.top .conB a:hover{
	background-image: -webkit-linear-gradient(90deg,rgba(255,174,0,0.71) 0%,rgba(255,174,0,0.71) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(255,174,0,0.71) 0%,rgba(255,174,0,0.71) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,174,0,0.71) 0%,rgba(255,174,0,0.71) 100%);
	background-image: linear-gradient(0deg,rgba(255,174,0,0.71) 0%,rgba(255,174,0,0.71) 100%);
}

/*TOP：動画*/
.top .conE{
	margin-bottom: 60px;
}

.top .conE iframe{
	width: 100%;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
}

/*新着情報：NEWS*/
.top .contents{
	display: flex;
	/*4/18下記：メディアクエリーではずさないと崩れます。*/
	margin-left: 80px;
}
.top .conC{
	flex: 1;
}
.top .conD{
	flex: 1;
}

.top .conC .container{
	display: flex;
	margin-top: 15px;
	border-bottom: dotted #ACACAC;
	padding-bottom: 5px;
}
/*.top .conC .container img{
	flex: 0 0 1;
}
.top .conC .container p{
	flex: 0 0 1;
}*/
.top .conC h3{
	margin-bottom: 0;
	padding-bottom: 0;
}
.top .conC p{
	padding-left: 15px;
}
.top .conC img{
	width: 90%;
}
.top .conC .vo1{
	height: 500px;
}
.top .conC .more{
	text-align: right;
	padding-top: 10px;
}
/*Twitter*/
.top .conD{
	margin-left: 80px;
}

/*フッター*/
footer{
	background-color: rgba(249,194,0,0.87);
	color: inherit;
	margin-top: 30px;
}
footer .container{
	display: flex;
	padding: 40px 0 20px;
	max-width: 78%;
	margin-left: auto;
	margin-right: auto;
}

footer a{
	text-decoration: none;
	color: inherit;
}

footer a:hover{
	color: #FFFAE1;
}

footer h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

footer p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
}

footer ul{
	list-style: none;
}
	/*フッターA：チケット情報*/
.footA{
	flex: 1.5;
	margin-bottom: 30px;
	margin-right: 60px;
}

	/*フッターB：問い合わせ*/
.footB{
	flex: 2;
	margin-bottom: 30px;
	margin-right: 40px;
}

	/*フッターC：Information*/
.footC{
	flex: 1;
	margin-bottom: 30px;
}

.footC .h3list{
	margin-top: 0;
	margin-bottom: 10px;
}
	/*フッターD：コピーライト*/
.footD{
	font-size: 12px;
	text-align: center;
}

/*--------------------------------
 アーティストページ
---------------------------------*/
.artist h2{
	text-align: center;
	font-size: 2.4rem;
}
.artist .conA a{
	text-decoration: none;
	color: #000;
	text-shadow: 1px 1px 1px #000;
}
.artist .conA a:hover{
	color: #FFA600;
	text-shadow: 1px 1px 1px #000;
}
.logo img{
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.artist .conA .container{
	display: flex;
	flex-wrap: wrap;
}
.artist .conA .main{
	flex: 1 1 260px;
	margin-bottom: 30px;
	text-align: center;
}
.artist .conB p{
	color: #FF0033;
	text-align: center;
	font-size: 30px;
	text-shadow: 1px 1px 1px #808080;
}
/*--------------------------------
 チケットページ
---------------------------------*/
.tickets h2{
	text-align: center;
	font-size: 2.4rem;
}
.tickets .conA{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	/*下記コメントアウト2019/5/15*/
	/*padding-bottom: 30px;*/
}
.tickets .conA a{
	text-decoration: none;
}
.tickets .conA a:hover{
	color: #FFA600;
	text-shadow: 1px 1px 1px #000;
}
.tickets .red{
	color:rgba(255,33,36,1.00);
	font-weight: bold;
}
.ticketssmall{
	text-decoration: line-through;
}
/*--------------------------------
 ニュースページ
---------------------------------*/
.news h2{
	text-align: center;
	font-size: 2.4rem;
}
#pageTop{
	text-align: right;
}
.accshow p{
	text-align: center;
}
.news .accbox img{
	width: 80%;
}

/*ボックス全体*/
.accbox {
    margin: 2em auto;
    padding: 0;
    max-width: 500px;/*最大幅*/
}
/*題名部分*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
	border-bottom: dotted;
    color :#171717;
    font-weight: bold;
    background-color :#fff;
    cursor :pointer;
    transition: all 0.5s;
}

/*題名部分ホバー時*/
.accbox label:hover {
    background-color :#C4E1FF;
}

/*チェックマークを隠す*/
.accbox input {
    display: none;
}

/*詳細を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで詳細を表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}
/*--------------------------------
 タイムテーブルページ
---------------------------------*/
.timetable h2{
	text-align: center;
	font-size: 2.4rem;
}
.timetable .conA{
	text-align: center;
}
/*--------------------------------
 マップページ
---------------------------------*/
.map h2{
	text-align: center;
	font-size: 2.4rem;
}
.map .conA{
	text-align: center;
}
/*--------------------------------
 FAQページ
---------------------------------*/
/*.faq h2{
	text-align: center;
	font-size: 2.4rem;
}*/

/*↓ここからメディアクエリ↓*/
/*--------------------------------
 ＰＣ小サイズ_min600xmax959
---------------------------------*/
@media screen and (min-width:600px) and (max-width:959px){
	article{
		max-width: 90%;
	}
	/*ヘッダー*/
	header .container{
		display: block;
	}
	header .container-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headB{
		display: none;
	}
	.headB ul{
		display: block;
	}
	.headC{
	display: block;
    z-index: 1000;
    position: absolute;
    right: 20px;
    right: 5.33333vw;
    /*top: 24px;
    top: 6.4vw;*/
    width: 16px;
    width: 4.26667vw;
    height: 16px;
    height: 4.26667vw;
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.8;
		cursor: pointer;
		color: #fff;
	margin-top: 15px;
	}
	.headC a:hover{
		color: #616161;
	}
	/*ヒーローイメージ*/
	.top .conA h1{
		font-size: 60px;
	}
	.top .conA p{
		font-size: 25px;
	}
	.top .conA h2{
		font-size: 60px;
	}
	
	/*コンテンツ部分*/
	.top .contents{
		display: block;
		/*max-width: 80%;*/
		margin: 0 auto 0 auto;
	}
	.top .contents .conC{
		margin-bottom: 20px;
	}
	.top .contents .conC h3{
		text-align: center;
	}
	.top .conC img{
		width: 80%;
	}	
	.top .contents .conD{
		text-align: center;
		margin-left: 0;
	}
	
	.logo img{
		height: 110px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	/*フッター*/
	footer .container{
		display: block;
		text-align: center;
	}
	.footA{
		margin-right: 0;
	}
	.footB{
		margin-right: 0;
		/*text-shadow: 2px 2px 1px #808080;*/
	}
}

/*--------------------------------
 タブレットサイズ_min600xmax959
---------------------------------*/
@media screen and (min-width:600px) and (max-width:959px){
	article{
		max-width: 90%;
	}
	/*ヘッダー*/
	header .container{
		display: block;
	}
	header .container-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headB{
		display: none;
	}
	.headB ul{
		display: block;
	}
	.headC{
	display: block;
    z-index: 1000;
    position: absolute;
    right: 20px;
    right: 5.33333vw;
    /*top: 24px;
    top: 6.4vw;*/
    width: 16px;
    width: 4.26667vw;
    height: 16px;
    height: 4.8vh;
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.8;
		cursor: pointer;
		color: #fff;
	margin-top: 15px;
	}
	.headC a:hover{
		color: #616161;
	}
	/*ヒーローイメージ*/
	.top .conA h1{
		font-size: 60px;
	}
	.top .conA p{
		font-size: 25px;
	}
	.top .conA h2{
		font-size: 60px;
	}
	
	/*コンテンツ部分*/
	.top .contents{
		display: block;
		/*max-width: 80%;*/
		margin: 0 auto 0 auto;
	}
	.top .contents .conC{
		margin-bottom: 20px;
	}
	.top .contents .conC h3{
		text-align: center;
	}
	.top .conC img{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.top .contents .conD{
		text-align: center;
		margin-left: 0;
	}
	
	.logo img{
		height: 110px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	/*フッター*/
	footer .container{
		display: block;
		text-align: center;
	}
	.footA{
		margin-right: 0;
	}
	.footB{
		margin-right: 0;
		/*text-shadow: 2px 2px 1px #808080;*/
	}
}

/*--------------------------------
 スマートフォン横サイズ_min480xmax599
---------------------------------*/
@media screen and (max-width:599px){
	body{
		margin: 69px 0 0 0;
	}
	article{
		max-width: 75%;
	}
	/*ヘッダー*/
	header .container{
		display: block;
	}
	header .container-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headA img{
		width: 150px;
	}
	.headB{
		display: none;
	}
	.headB ul{
		display: block;
	}
	.headC{
	display: block;
    z-index: 1000;
    position: absolute;
    right: 20px;
    right: 5.33333vw;
    /*top: 24px;
    top: 6.4vw;*/
    width: 16px;
    width: 4.26667vw;
    height: 30px;
    height: 4.8vh;
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.8;
		cursor: pointer;
		color: #fff;
	margin-top: 15px;
	}
	.headC a:hover{
		color: #616161;
	}
	/*ヒーローイメージ*/
	.top .conA h1{
		font-size: 55px;
	}
	.top .conA p{
		font-size: 25px;
	}
	.top .conA h2{
		font-size: 55px;
	}
	/*コンテンツ部分*/
	.top .conB p{
	font-size: 15px;
}
	.top .contents{
		display: block;
		max-width: 90%;
		margin: 0 auto 0 auto;
	}
	.top .contents .conC{
		margin-bottom: 20px;
	}
	.top .contents .conC h3{
		text-align: center;
	}
	.top .conC img{
		width: 100%;
	}
	.top .contents .conD{
		text-align: center;
		margin-left: 0;
	}
	.logo img{
		height: 100px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	/*フッター*/
	footer .container{
		display: block;
		text-align: center;
	}
	.footA{
		margin-right: 0;
	}
	.footB{
		margin-right: 0;
	}
	/*アーティストページ*/
	.artist .conB p{
		font-size: 20px;
		text-shadow: 2px 2px 1px #808080;
	}
	/*チケットページ*/
	.tickets .conA{
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*--------------------------------
 スマートフォン縦サイズ_min375xmax479
---------------------------------*/
/*@media screen and (min-width:375px) and (max-width:479px){*/
	/*body{
		margin: 69px 0 0 0;
	}
	article{
		max-width: 75%;
	}*/
	/*ヘッダー*/
	/*header .container{
		display: block;
	}
	header .container-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}*/
	/*.headA img{
		width: 150px;
	}
	.headB{
		display: none;
	}
	.headB ul{
		display: block;
	}*/
	/*.headC{
	display: block;
    z-index: 1000;
    position: absolute;
    right: 20px;
    right: 5.33333vw;*/
    /*top: 24px;
    top: 6.4vw;*/
    /*width: 16px;
    width: 4.26667vw;
    height: 16px;
    height: 4.8vh;
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.8;
		cursor: pointer;
		color: #fff;
	margin-top: 15px;
	}
	.headC a:hover{
		color: #616161;
	}*/

	/*ヒーローイメージ*/
	/*.top .conA h1{
		font-size: 55px;
	}
	.top .conA p{
		font-size: 25px;
	}
	.top .conA h2{
		font-size: 55px;
	}*/

	/*コンテンツ部分*/
	/*.top .conB p{
		font-size: 15px;
	}
	.top .contents{
		display: block;
		max-width: 90%;
		margin: 0 auto 0 auto;
	}
	.top .contents .conC{
		margin-bottom: 20px;
	}
	.top .contents .conC h3{
		text-align: center;
	}
	.top .contents .conD{
		text-align: center;
		margin-left: 0;
	}
	.logo img{
		height: 80px;
		margin-top: 8px;
		margin-bottom: 8px;
	}*/

	/*フッター*/
	/*footer .container{
		display: block;
		text-align: center;
	}
	.footA{
		margin-right: 0;
	}
	.footB{
		margin-right: 0;
	}*/
	/*アーティストページ*/
	/*.artist .conB p{
		font-size: 20px;
		text-shadow: 2px 2px 1px #808080;
	}*/
	/*チケットページ*/
	/*.tickets .conA{
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

}*/
