
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

@CHARSET "utf-8";
/* Reset CSS
 * --------------------------------------- */

html{
	xoverflow: hidden;
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */

html{
	font-size: 20px;
	
}

body{
	font-family:  "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:1rem;

	background:#111 url(../img/main_bg.png) no-repeat center 0;
    background-attachment: fixed;
    background-size:cover;
     
    color:#3d3d3d;
    color:#f8f8f8;
	padding:0;
	word-break:break-all;
}

@media screen and (max-width:768px){
	body{
	background:#111 url(../img/main_bg.png) no-repeat center 0;
    background-attachment: fixed;
    background-size:cover;
	}
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	position: relative;
}

.section .row{
    margin-bottom:10px;
}

.container .row p{
	line-height:1.4;
	margin-bottom:1rem;
	
}
.container .row li{
	line-height:1.4; 
	
}

.container{
	width: 96%;	
}



/*typography*/

a,a:visited{
	color:#2ba5fb;
	text-decoration: underline;
}
a:hover,a:focus{color:#ffde00;}



h2{
      margin: 0 auto 1rem;
      text-align: center;
      width:auto;
      font-size:1.25rem;
      font-weight:bold;
      margin-bottom:1rem;
      color:#ffde00;
      line-height:1.4;
      
}





h3{
	border-bottom:double 3px #ffde00;
    background-size: 100%;
    text-align: center;
    padding:0 0 0.25rem;
    margin-bottom:1rem;
    font-size:1.25rem;
    color:#ffde00;
    font-weight:bold;
}


h4{
    background: #fff;
    color: #232323;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
}


/*==header----------------*/
header{
	width:100%;
	background:#f8f8f8 no-repeat 0 0 ;
	padding:10px 0 0 0;
	position: fixed;
	top:0;
    z-index:1000;
    color:#fff;
    
}

header a{
    color:#fff;
	
}

@media screen and (max-width: 768px) {
	header .inner #pc{
		display:none;
	}

	header .inner{
		width:100%;
		margin:0 auto;
	}
	header .inner h1{
		width: 60px;
		float:left;
		margin: 5px 0 0 5%;
	}
	header .inner h1 img{
		width:100%;
		height:auto;
	}
	
	
}



@media screen and (min-width: 769px) {
	header{
		padding:10px 0 15px;
	}

	header .inner #mobile{
		display:none;
	}
	header .inner{
		width:96%;
		margin:0 auto;
		xoverflow: hidden;
		padding: 0;
	}
	header .inner h1{
		width: 80px;
		float:left;
	}
	
	header .inner h1 img{
		width: 80px;
		height:auto;
	}
	
	header .inner #pc{
	float:right;
	margin-top:0.5rem;
	}
	
	
	header .inner #pc ul{
        margin-top:15px;
	}
	header .inner #pc ul li{
		padding:0 0 0;
		line-height:0;
		display:inline-block;
	
	}
	header .inner #pc ul li.nav1{
		padding-left:0;
	}

	header .inner #pc ul li a{
    font-family: 'Oswald', sans-serif;
    font-weight:700;

		color:#232323;
    font-size:1.125rem;
		padding :0.5rem 0.75rem;
		text-decoration: none;
	}
	header .inner #pc ul li a span{
			display:none;
	}
	
	header .inner #pc ul li.active a,
	header .inner #pc ul li a:hover{
        background:rgba(0,0,0,1);
        color:#fff;
		text-decoration: none;
	}
	

}



@media screen and (max-width: 768px) {
	#fp-nav{
		display: none;
	}
}
	

@media screen and (min-width: 769px) {
	#fp-nav{
		display:block;
	}
}





/*==footer----------------*/

footer{
	width:100%;
    text-align: center;
}

footer .inner{
    width:100%;
    background:#111;
    border-top:solid 1px #fff;
     background-size: cover;
}

footer p.copyright{
		text-align: center;
		font-size: 0.8rem;
		color:#fff;
		padding:1rem 0;
		
}

footer a,
footer a:link,
footer a:visited{
	color:#fff;
}




footer a.pagetop{
width: auto;
    text-decoration: none;
    display: inline;
    position: fixed;
    padding: 5px;
    font-size: 0.8rem;
    color: #000;
    background: #ffde00;
    right: 3%;
    bottom: 30px;
    font-weight: bold;
    line-height: 1;
}


@media screen and (min-width: 769px) {
	footer .inner{
		width:100%;
		margin:0 auto;
		padding:20px;
	}
	

	footer a.pagetop{
    bottom:15px;
   }

}





/*section*/
.section{
padding-top:80px;
padding-bottom: 80px;
}

#section1 {
	background:rgba(0,0,0,0.4);
}
#section-alert {
	background:rgba(0,0,0,0.4);
}
#section6 {
	background:rgba(0,0,0,0.45);
}
#section7 {
	background:rgba(0,0,0,0.5);
}
#section2 {
	background:rgba(0,0,0,0.55);
}
#section3 {
	background:rgba(0,0,0,0.6);
}
#section4 {
	background:rgba(0,0,0,0.65);
}
#section5 {
	background:rgba(0,0,0,0.7);
	min-height:500px;
}


/*section0*/

#section0 .container{
	padding-top: 1rem;
}
#section0 .container .row{
    margin:0;
    padding:0;
}

#section0 h1{
	margin-bottom: 0;
    padding:0;
}
#section0 h1 img{
	margin-bottom: 10px;
}

#section0 p{
		margin-bottom: 1rem;
}


 
 

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

    #section0 p#sub{
 margin: 10px 0 2rem;   
}
    
#section0 p#sub img.w100{
margin-bottom:0;
width:100%;
}

    #section0{
			background: url(../img/section0/bg.png) no-repeat center -10px;
    background-size: cover;
    }
    
}

@media screen and (min-width: 769px){
    #section0{
        background: url(../img/section0/bg.png) no-repeat center top;
        background-size: 100%;
        position:relative;
        min-height:800px;
        padding-top:120px;
    }
#section0 p#sub{
 margin: 20px 0 2rem;   
}
    

}



#section0 .message{
background: rgba(0,0,0,0.8);
    padding: 20px 10px 10px;
    border: solid 1px #999;
    border-radius: 5px;
    margin-top: 1rem;
    color: #f8f8f8;
    margin-bottom:2rem;
text-align: center;
}
#section0 .message strong{
font-size:1.125rem;
color:#ffde00;
}

@media screen and (max-width: 768px){
    #section0 .message br{
        display: none;
    }
}


/*section-alert*/

#section-alert p strong{
	color: #f14b4b;
}


@media screen and (max-width:768px){
	#section-alert p{
		text-align: left;
	}
	#section-alert p br{
		display: none;
	}
}




/*section1*/



	#section1 h2{
		margin-bottom:1rem;
	}

	#section1 h3{
		margin-bottom:40px;
	}


@media screen and (max-width:768px){
.section h2 img{
	width:60%;
}

}


#section1 .row p.more{
color:#44aa54;
font-size:1.25rem;
line-height:1;
text-align: center;
margin:1rem auto 1rem;
}

#section1{
    text-align: center;
}
#section1 li{
   display:inline-block;
   width:49%;
   padding:0;
   margin:0;
}
	#section1 p a img.w100{
		margin: 0;
	}


@media screen and (min-width: 768px){
	.section#section1 .row{
	padding:0;
	}

#section1 .row p.more{
	margin-bottom: 0;
}
	
}

@media screen and (min-width: 769px){
    #section1 li{
       display:inline-block;
       height:auto;
   width:24%;
   padding:0;
        margin-bottom:0;
    }
}



#section1 li a{
	display:block;
	max-width:100%;
	height:auto;
}



#section1 li a img{
	display:block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#section1 li a img.w100{
	margin: 0;
}
#section1 li a.new{
    position:relative;
}

#section1 li a.new:before{
content: " ";
    width: 35%;
    height: 55%;
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    background: url(../img/enja/new.png) no-repeat 0 0;
    background-size: 100%;
}

#section2 p.start {
    font-size:0.875rem;
    text-align: center;
    font-weight:bold;
    line-height:1.4;
    color:#f8f8f8;
}


#reserve a#btn_reserve{
	line-height:1;
	font-size:24px;
	padding: 24px 3% 24px 10%;
  display: block;
  width: 87%;
  text-align:center;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin:10px auto 0;
	transition:width .05s linear,background .05s linear ;
	-webkit-transition:width .05s linear,background .05s linear ;
	-moz-transition:width .05s linear,background .05s linear ;
	transition: all 1s ease 0;
	-moz-transition: all 1s ease 0;
	-webkit-transition: all 1s ease 0;
	position: relative;
	margin-bottom:1rem;
	border-radius:3px;
	background:#f14b4b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f14b4b), color-stop(0.00, #f15f5f));
	background: -webkit-linear-gradient(#f15f5f, #f14b4b);
	background: -moz-linear-gradient(#f15f5f, #f14b4b);
	background: -o-linear-gradient(#f15f5f, #f14b4b);
	background: -ms-linear-gradient(#f15f5f, #f14b4b);
	background: linear-gradient(#f15f5f, #f14b4b);

}

#reserve a#btn_reserve:hover{
	  width: 90%;
	background:#f14b4b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ed5d8a), color-stop(0.00, #ed5483));
	background: -webkit-linear-gradient(#ed5483, #ed5d8a);
	background: -moz-linear-gradient(#ed5483, #ed5d8a);
	background: -o-linear-gradient(#ed5483, #ed5d8a);
	background: -ms-linear-gradient(#ed5483, #ed5d8a);
	background: linear-gradient(#ed5483, #ed5d8a);



}

#reserve a#btn_reserve:before{
	content:"▶︎";
	position:absolute;
	left:3%;
	top:45px;
	font-size:28px;

}

#reserve a#btn_reserve span{
    display: block;
    font-size: 18px;
    margin-top: 12px;
    line-height: 1.2;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #f15f5f;
    margin:10px 3% 0;
    text-align: center;
}

@media screen and (min-width:768px){
	#reserve a#btn_reserve span{
	    margin:10px 0 0;
	}
}


#section2 .container #normal .row p{
	text-align: center;
}

#section2 .container #normal .col-xs-12.col-sm-8{
	margin-bottom:1rem;
	font-size:1.125rem
}

#section2 .row #notice{
    background: rgba(0,0,0,0.3);
    padding: 20px 10px 10px;
    border: solid 1px #999;
    border-radius: 5px;
    margin-top: 1rem;
    color: #f8f8f8;
}

@media screen and (min-width: 768px){
	#section2 .container #normal .row p{
		text-align: left;
		}
}


#section2 strong{
    font-weight:bold;
    font-size:1.5rem;
    margin-bottom:1rem;
    display: block;
}

#section2 .row.kind div{
	padding:0 10px;
}
#section2 .row.kind div img{
}

#section2 #reserve strong{color:#f14b4b;}
#section2 #normal strong{color:#f14b4b;}

#section2 .container b.sat{color:#265ebb;}
#section2 .container b.sun{color:#b53e3e;}

#section3 .container strong.sat{color:#265ebb;}
#section3 .container strong.sun{color:#b53e3e;}



/*==goods----------------*/
#section6 .item{
	padding:5px;
}
#section6 .item .row{
	background:#fff;
	margin:10px;
	padding-top: 18px;
    padding-bottom: 18px;
}
#section6 .item .row img{
	margin-bottom: 10px;
}

#section6 .item .row > div{
}
#section6 .item .row a + figcaption{
	display:none;
}
#section6 .item .row dt{
	background:#000;
	width:80px;
	font-size:14px;
	font-size:0.7rem;
	text-align: center;
	margin-bottom:5px;
}
#section6 .item .row dd{
	border-bottom:dotted 1px #999;
	color:#666;
	margin-bottom:10px;
	font-size:16px;
	font-size:0.8rem;
	line-height:1.6;
}





/*==ticket----------------*/


#price {
	text-align:center;
	margin-bottom:1rem;
}
#price table{
	width:90%;
	background :#fefefe;
	margin:0 auto 1rem;;
}
#price th,
#price td{
	text-align:center;
	width:50%;
	border:solid 1px #000;
	color:#111;
	font-size:1.25rem;
	padding:1rem 0;
	line-height:1;
}
#price th{
	font-weight:bold;
	background:#ffde00;
	text-align:center;
}

#price td span{
	font-size: 16px;
	font-size: 0.8rem;
}


h4.eplus{background:#e95098;}
h4.lawson{background:#009ee0;}
h4.pia{background:#3366cc;}
h4.yunakama{background:#f14b4b;}

h4.eplus,
h4.lawson,
h4.pia,
h4.yunakama{
    text-align: center;
    font-wight:bold;
    color:#fff;
    padding:0.4rem 0.5rem;
    margin:0 0 0.5rem 0;
    border-radius: 3px;
    font-size:0.75rem;
}



ul.default{
}

ul.default li{
    margin:0 20px 10px 20px;
    background:url(../img/list_default.png) no-repeat 0 3px;
    padding-left:25px;
    background-size:15px;
}



.inner{
	width:90%;
	margin:0 auto;
}

img.w100{
	display: block;
	margin:0 auto 1rem;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*==clearfix----------------*/
/*==clearfix----------------*/

.clearfix,
.inner{ zoom:1; }

.clearfix:after,
.inner:after{ content:""; display: block; clear: both; height: 0; visibility:hidden; }



.box{
	padding:1rem;
	border:solid 1px #fff;
	background: #111;
	border-radius: 5px;
	text-align: center;
}
.cancel{
	padding:1rem;
	padding-bottom:0;
	border:solid 1px #000;
	background: rgba(0,0,0,.7);
	text-align: center;
}
.cancel p{
	font-size:0.8rem;
}

.cancel p strong{
	color:#f14b4b;
}

@media screen and (max-width:768px){
.cancel p br{
	display: none;
	text-align: left;
}

}



hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px dotted #eeeeee;
}

