@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:right;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 15px/1.5 Verdana, 'メイリオ', Meiryo, 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic ProN', sans-serif;
	overflow-x: hidden;
	color: #fff;
	background: #000;
	max-width: 1280px;
}

a{
	color: #00bcff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

em {
    color: #e7d65c;
}

caption {
    caption-side: bottom;
    padding-top: 0 !important;
}

table {
    margin-bottom: 0;
}

p.caption {
    color: #ffffff;
    text-align: right;
    font-size: 80%;
}

/***************
 ++ 共用パーツ
 ***************/


img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 70%;
	margin: 30px auto 35px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}

header span.h2Caption {
    display: block;
    margin: -15px auto 20px;
    text-align: center;
    font-size: 85%;
}

section p {
  margin-bottom: 2em;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 15px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #fff;
}

.innerS{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 40px;
}

    .innerS p {
        margin-top: 2em;
    }
    
    p.sec1st {
        margin-top: 0;
    }

.small {
    font-size: 85% !important;
}

.center {
    text-align: center;
}


/**
 +  ヘッダー
 */
#mainnav a{
	color: #fff;
	/* font-family: 'Modern Antiqua', 'Noto Sans JP',serif; */
}

p#mainImg img {
    width: 100%;
}


/**
 + フッター
 */
#footer{
	clear: both;
	padding: 20px 8px 20px 0;
	text-align: center;
	font-size: 12px;
}

address {
    font-size: 14px;
}


/* SEC02 ------------------------*/
#sec02.gallery{
	padding: 0 !important;
}

#sec02.gallery header{
	display: none;
}

#gallery{
	overflow: hidden;
}

#gallery li {
	float: left;
	line-height: 0;
}

/* 写真3連 */
#gallery li.tri {
	width: calc(100%/3);
	max-height: 360px;
}

/* 写真2連 */
#gallery li.double {
	width: calc(100%/2);
	max-height: 360px;
}

#gallery li.full{
	width: 100%;
}

#gallery img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #000000;
	margin-bottom: -1px;
}

#map{
	position: relative;
	width: 100%;
	height: 300px;
	padding: 0;
	z-index: 0;
	border: 1px solid #aaaaaa;
	color: #333333;
	line-height: 1;
}

    #map iframe{
        margin: 0;
    	width: 100%;
    	height: 300px;
    	border: 0;
    }

/**
 + 時間表
 */
.col2 li {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#timesch h3 {
    margin-top: 15px;
    font-size: 135%;
}

#timesch table {
    width: 100%;
    margin-bottom: 15px;
    color: #000000;
}

#timesch table caption p {
    text-align: left;
    color: #ffffff !important;
}

/* SNSアイコン群 */
.col2 li.sns {
    width: auto;
    margin: 40px 15px 0 0;
}


/**
 + レギュレーション
 */
table.regulation {
    width:100%;
    color: #000;
	background-color: #eee;
	/* border: 1px solid #d0d0d0; */
	/* border-collapse: collapse; */
	border-collapse: separate;
	font-size:100%;
	border-spacing:5px;
	margin:5px auto 20px;
}

    table.regulation ul {
        list-style-type: disc;
        margin-left: 1em;
    }
    
    table.regulation ul ul {
        list-style-type: circle;
    }
    
    table.regulation p {
        margin: 1em;
    }
    
    td.additional ul {
        margin-left: 3em;
    }
    
    /* 誓約書 */
    p.writtenOath {
        vertical-align: middle;
    }
    p.writtenOath img {
        vertical-align: middle;
    }

/**
 + 料金表
 */
table.priceList {
    width:100%;
    color: #000;
	background-color: #eee;
	/* border: 1px solid #d0d0d0; */
	/* border-collapse: collapse; */
	border-collapse: separate;
	font-size:100%;
	border-spacing:5px;
	margin:5px auto 20px;
}

th {
    /* background:#edf2f4; */
    width: 35%;
    background: #fffcbc;
    text-align: center;
    font-weight:normal;
    border:1px solid #dddddd;
    box-shadow:0px 0px 3px #333333;
}

table.priceList th {
     width: auto;
}

td {
    background:#ffffff;
    line-height:1.5;
    /* border-top:1px solid #dddddd; */
    /* border-bottom:1px solid #dddddd; */
    box-shadow:0px 0px 3px #333333;
}

td, th {
	padding:3px 6px;
	/* border:1px solid #d0d0d0; */
}

td.price {
    width: 7em;
    text-align: right;
}

/**
 = このページの最上段へ
 */
div#end {
    display: block;
    position: relative;
}

div#end a {
    position: absolute;
    left: 15px;
    bottom: 0px;
	border-bottom: 0;
	border-radius:5px;
}

/**
 * 右カラム：Twitter
 */
div.twitter {
    margin: 15px 10px;
    width: 95%;
}



/**
 ++ RESPONSIVE 設定 ------------------------*/

/**
 * 右カラム：Twitter
 */
div.twitter {
    display: none;
}

@media only screen and (min-width: 720px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 78.5%;
	}
	
	#sidebar{
		min-width:236px;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: #565107;
	}

  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#mainnav li a{
		position: relative;
		display: block;
		padding: 10px;
		color: #fff;
		font-weight: 400;
	}
	
	#sidebar h1{
		padding: 1px 0 1px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 5px 15px;
	}
	
	/*
	#sns{
		margin-top: 10px;
	}
	*/
	
	#sns li{
		display: inline-block;
		padding: 0px;
	}
	#sns li:first-child{
		padding-left: 15px;
	}

	#sns a:hover img{
		opacity: .6;
	}
	
	/* SEC03 BRAND -----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 300px !important;
  }
	
    #footer{
        padding: 30px 10px 70px 0;
	}
	
	    #footer a {
	        font-weight: 300 !important;
	    }
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100% !important;
		max-height: 300px !important;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 80px;
		background: #3e5e09;
		border-bottom: 1px solid #333;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 5px;
	}
	

	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 50px;
  	height: 50px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		/* width: 100%; */
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #333;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 5px 0px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 25px auto;
	}
	
	p#mainImg img {
	    padding-top: 80px;
	}
	
	/**
     + 料金表
     */
    table.priceList {
    	font-size:85%;
    }
}

@media only screen and (min-width: 920px){

    #sidebarWrap{
		position: relative;
		width: 236px;
		height: 72px;
		background: #3e5e09;
		border-bottom: 1px solid #333;
	}
	
    /**
     * 右カラム：Twitter
     */
    div.twitter {
        display: block;
        height: 90%;
    }
}