﻿@charset "utf-8";

/* BASE_STYLE */
html {height:100%;box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; color:#1B95E0;}
img { border:none }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
body{
	width:100%;
	height:100%;
	font-family: 'Staatliches', 'Noto Sans JP', sans-serif;
	font-size:23px;
	text-decoration: none;
}
/* Clearfix */
.cf:after {
	content: "";
	clear: both;
	display: block;
}
#wrapper{width:100%;}




/* MAIN
------------------------------------------------------ */
#wrapper main{}
main section{
	text-align:center;
	padding:5% 0 7% 0;
}
main section.mv{
	height:650px;
	background:url(../images/sample1.jpg) top center repeat;
	background-size: cover;
	padding:63px 0 0 0;
}
main section.mv h1{
	font-size:120px;
	color:#FFF;
	margin-top:180px;
}
main section.mv h1.ssf{
	font-size:105px;
	color:#FFF;
	margin-top:180px;
}
h1.ssf span{
	font-size:35px;
	display:block;
}
main section.bg1{background:url(../images/bg1.jpg) top center no-repeat;}
main section.bg2{background:url(../images/bg2.jpg) top center repeat;}
main section.bg3{background:url(../images/bg3.jpg) top center repeat;}
main section.bg4{background:url(../images/bg4.jpg) top center repeat;}
main h2{margin-bottom:20px;}
main h2 img{
	width:360px;
	height:auto;
}
#ticket h3{
	font-size:75px;
	color:#222;
	line-height:1.3;
	margin:3.5% 0 2% 0;
}
#ticket span{
	font-size:30px;
	display:block;
}
#ticket table{
	width:850px;
	font-family: Helvetica , YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:15px;
	line-height:1.7;
	text-align:left;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	margin:30px auto 0 auto;
}
#ticket table th{
	min-width:150px;
	font-weight:normal;
 	text-align:center;
 	background:#f9f9f9;
	border: solid 1px #CCC;
	padding:3%;
	margin:0;
}
#ticket table td{
	border: solid 1px #CCC;
	padding:3% 5%;
	margin:0;
}
#ticket table td.date{font-size:25px;}
#ticket table td.date span{font-size:20px;}
#ticket table iframe{
	width:100%;
	height:450px;
	margin:5% 0 3% 0;
}


/* FOOTER
------------------------------------------------------ */
#wrapper footer{
	line-height:1.0;
	color:#FFF;
	text-align:center;
	background:#000;
	padding:30px 0 25px 0;
	margin-bottom:60px;
}
footer p.copyright{
	font-family: sans-serif;
	font-size:12px;
	margin-top:23px;
}

/* 固定リンク */
#wrapper .fixed-link{
	width: 100%;
	position: fixed;
	bottom:0;
}
.fixed-link a{
	float:left;
	font-family: 'Noto Sans JP', sans-serif;
	width:50%;
	height:60px;
	font-size:23px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
	text-align:center;
	display:block;
	padding-top:12px;
}
.fixed-link a:hover{opacity: 0.8}
.fixed-link a.fl-left{background:#1DA1F3;}
.fixed-link a.fl-left img{
	display:inline-block;
	margin:-5px 6px 0 0;
}
.fixed-link a.fl-right{background:#55BE1D;}
.fixed-link a.fl-right img{
	display:inline-block;
	margin:-5px 9px 0 0;
}
