@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=EB+Garamond); /*font-family: 'EB Garamond', Arial, serif;*/
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);/*font-family: 'Pinyon Script', cursive;*/

html {
	
	height: 100%;
  
}

.header{
	margin:0; 
}

.header img{
	margin:0; 
}


body {
	margin:0; 
	color: #fff;
	
	line-height: 1.1em;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	
	background-size: contain;
	
	height: 100%;
	
}

.article{
	
	width: 100%;

}


.header{
	
	width: 940px;
	
	padding: 0 10px;
	
	margin: 24px auto;
	
}

.header-img{
	
	width: 100%;
	
	margin: 0 auto 24px auto;
	
}

.header-img2{
	
	width: 450px;
	
	margin-bottom: 6px;
	
}

.gnav{
	
	width: 780px;
	
	margin: 24px auto;
	
	color: #fff;
	
	background: #30201B;
	
	border-radius: 3px;
	
}

.gnav-list{
	
	text-align: center;
	
}

.gnav-list li{
	
	list-style: none;
	
	display: inline;
	
	padding: 15px;
	
}

.gnav-list li a{
	
	color: #fff;
	
	font-size: 14px;
	
	font-weight: bold;
	
	text-decoration: none;
	
}

.gnav-list li a:hover{
	
	color: #F90;
	
}


.section{
	
	width: 960px;
	
	margin: 0 auto;
	
	overflow: hidden;
	
}

.column-left{
	
	width: 540px;
	
	margin: 0 10px 24px 10px;
	
	float: left;
	
}

.column-right{
	
	width: 280px;
	
	margin: 0 0 24px 110px;
	
	float: left;
	
}

.column-left2{
	
	width: 460px;
	
	margin: 0 10px 24px 10px;
	
	float: left;
	
}

.column-right2{
	
	width: 460px;
	
	margin: 0 0 24px 10px;
	
	float: left;
	
}

.column-left3{
	
	width: 400px;
	
	margin: 0 10px 24px 10px;
	
	float: left;
	
}

.column-right3{
	
	width: 520px;
	
	margin: 0 0 24px 10px;
	
	float: left;
	
}

.column-left4{
	
	width: 660px;
	
	margin: 0 10px 24px 10px;
	
	float: left;
	
}

.column-right4{
	
	width: 260px;
	
	margin: 0 0 24px 10px;
	
	float: left;
	
}

.section a:hover{
	
	opacity: 0.5;
	
	/*margin: 1px;*/
	
}



/*キャッチコピー*/
.catch-2{
	
	width: 80%;
	
	margin: auto;
	
	font-size: 18px;
	
	font-weight: bold;
	
	font-family:YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	color: #fff;
	
	line-height: 1.5;
	
	margin-bottom: 24px;
	
}

.intro{
	
	font-size: 14px;
	
	line-height: 2;
		
}

@charset "utf-8";
/* CSS Document */

.headline-1{
	
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro","Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	
	color: #fff;
	
	font-size: 26px;
	
	padding: 3px;
	
	margin: 24px 0 12px 0;
	
	border-bottom: solid 1px #fff;
	
}

.headline-2{
	
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro","Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	
	color: #fff;
	
	font-size: 18px;
	
	padding: 3px;
	
	margin: 24px 0 12px 0;
	
	border-bottom: solid 1px #fff;
	
}

.headline-3{
	
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro","Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	
	color: #300;
	
	font-size: 18px;
	
	font-weight: bold;
	
	padding: 3px;
	
	margin: 24px 0 12px 0;
	
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

.hand-write{
	
	font-family: 'Pinyon Script', cursive;

}

a{
	
	color: #fff;
	
}

a:visited{
	
	color: #fff;
	
}

/*スケジュール*/


.schedule{	
	color: #fff;	
	font-weight: bold;
	
	text-align: center;
	
	margin-bottom: 24px;
	
}


.schedule p{
	
	margin-bottom: 10px;
	
}

.date{
	
	font-family: 'Raavi','arial', serif;
	font-size: 62px;
	margin-bottom: 20px
	
	
}

.weekday{
	
	font-size: 30px;	
	font-weight: bold;	
	color: white;
	
}

.saturnday{
	
	font-size: 30px;
	
	font-weight: bold;
	
	color: blue;
	
}

.sunday{
	
	font-size: 30px;
	
	font-weight: bold;
	
	color: red;
	
}

.hollyday{
	
	font-size: 30px;
	
	font-weight: bold;
	
	color: red;
	
}

.start{
	
	font-family: 'Garamond', Arial, serif;
	
	font-size: 30px;
	
	font-weight: bold;
	
}


.venue{
	
	font-weight: bold;
	
}

/*予約・在庫ボタン*/

.stock-btn,.reserve-btn{
	
	width: 40%;
	
	display: block;
	
	margin: 0 auto 8px auto;
	
	font-weight: bold;
	
	color: #fff;
	
	text-decoration: none;
	
	text-align: center;
	
	background-color: #F30;
	
	padding: 5px;
	
	border-radius: 5px;
	
}

.stock-btn:hover,.reserve-btn:hover{
	
	background-color: #F60;
	
}

/*フッター*/

#footer{
	
	color: #fff;
	
	width: 100%;
	
	margin: 48px auto 0 auto;
	
	padding: 12px 0;
	
	text-align: center;
	
	background-color: #005500;
	
	bottom: 0;
	
}

#footer a{
	
	color: #ffffff;
	
}

#footer p a{
	
	color: #ffffff;
	
}

#footer p {
	
	font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	font-size:12px;
	
	text-align: center;
	
	line-height:2;
	
}

#footer a:visited{
	
	color: #ff0000;

}

#others{
	
	margin: 10px 0;
	
}

address {
	
	font-style: normal;
	
	margin: 0; 
	
	padding: 0; 
	
	font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	font-size:12px;
	
	text-align: center;
	
	color: #FFF;
	
}

/*ページトップへ*/
.pagetop {
	
	display: none;
	
	position: fixed;
	
	bottom: 30px;
	
	right: 55px;
	
}

.pagetop a {
	
	display: block;
	
	width: 50px;
	
	height: 50px;
	
	background-color: #333;
	
	text-align: center;
	
	color: #fff;
	
	font-size: 24px;
	
	text-decoration: none;
	
	line-height: 50px;
	
}