@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    }
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

a{
	color:#1a1a1a;
}

.clear{
	font-size:0.1em;
	text-indent:-1000em;
}
.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}


.must {
	display: block;
	background-color: #000;
	padding: 1px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
}
textarea {
width: 90%;
min-width:90%;
min-height:5em;
}
.newsArea h4{
	width: 100%;
	display: block;
	height: 30px;
	background-image: url(../image/shop_title.png);
	font-size: 0.1em;
	text-indent: -1000em;
	background-repeat: no-repeat;
	margin-bottom:20px;
}
.news_header{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
span.date{
	padding-right:20px;
}
.latest{
	padding-top:50px;
	background:url(../image/latest.png) no-repeat top left;
	display:block;
	width:100%;
}
.cat .EntryBody{
	margin-bottom:50px;
}
@media (max-width: 959px){
body{


}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 5px 2% -60px;
}

header{
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 99;
}
.white{
	position: absolute;
	width: 100%;
	top:0px;
	height: 60px;
	background-color: rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	left: 0;
	z-index: 1;
}
.contents{
	background-color: rgba(255,255,255,0.60);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	margin-top:20px;
}
.block{
	padding:5px;
}
h1{
	width: 168px;
	height: 50px;
	margin:1px auto;
}
h1 a{
	width: 168px;
	height: 50px;
	background-image: url(../image/logo.png);
	display: block;
}
h2{
	font-size: 0.1em;
	text-indent: -1000em;
	background-image: url(../image/ttl.png);
	width: 100%;
	height: 80px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border-bottom:2px solid #000;
	margin-bottom:20px;
}
.news h2{
	background-position:0px -80px;
}
.point h2{
	background-position:0px -160px;
}
.access h2{
	background-position:0px -240px;
}
.club h2{
	background-position:0px -320px;
}
.contents{
	width:100%;
	margin: 100px 0px 50px;
	float: left;
	text-shadow: 2px 2px 3px #fff;
}
#menu{
	width:40px;
	height:40px;
	background-image:url(../image/menu.png);
	background-color:#000;
	position:absolute;
	top:5px;
	right:3%;
	font-size:0.1em;
	text-indent:-1000em;
	border:2px solid #fff;
	-moz-border-radius: 5px;   
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	cursor:pointer;
}
.close{
	background-position:0px -40px;
}
header ul{
	width: 80%;
	height: auto;
	margin:50px 10% 0px;
	list-style: none;
	padding: 0px;
	position:absolute;
	top:35px;
}
header ul li{
	width: 100%;
	height: 60px;
	background-color:rgba(0,0,0,0.80);
	border:1px solid #fff;
	float: left;
	background-image: url(../image/nav_black.jpg);
}
header ul li a{
	width: 100%;
	height: 60px;
	background-image: url(../image/nav.png);
	display: block;
	background-repeat:no-repeat;
	text-indent:-1000em;
	font-size:0.1em;
}
header ul li a:hover{
	background-image:url(../image/nav_hover.png);
}
header ul li:nth-child(1),header ul li:nth-child(1) a{
	background-position:center 0px;
}
header ul li:nth-child(2),header ul li:nth-child(2) a{
	background-position:center -80px;
}
header ul li:nth-child(3),header ul li:nth-child(3) a{
	background-position:center -160px;
}
header ul li:nth-child(4),header ul li:nth-child(4) a{
	background-position:center -240px;
}
header ul li:nth-child(5),header ul li:nth-child(5) a{
	background-position:center -320px;
}
header ul li:nth-child(6),header ul li:nth-child(6) a{
	background-position:center -400px;
}
.top{
	height:400px;
	background:url(../image/in.png) center center no-repeat;
}
.push {
    height: 50px;
	clear:left;
}
footer{
	width:100%;
	height:40px;
	padding-top:20px;
	font-size:10px;
	text-align:center;
	color:#FFF;
	background-color: rgba(0,0,0,0.60);
	-moz-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
}
.map{
	width: 100%;
	height: 300px;
}
.access dl{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
.access dl dd,.access dl dt{
	width: 100%;
}
.access dl dd.column2{
	width: 100%;
	float: left;
	display: block;
	height: 24px;
	background-image: url(../image/shop_title.png);
	font-size: 0.1em;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
.club  dl{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;	
}
.club  dl dd{
	width: 40%;
	padding: 1%;
	display: block;
	position: absolute;	
}

.club dl dt{
	width: 56%;
	padding: 1%;
	display: block;
	position: relative;
	margin-left: 42%;
}
.club h5{
	width:100%;
	font-size:16px;
	border-bottom:1px dotted #ccc;
}
.menu dl{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
.menu dl dd{
	width: 78%;
	padding: 1%;
	display: block;
	float: left;
}
.menu dl dd.column2{
	width: 98%;
	padding: 1%;
	float: left;
	display: block;
	height: 24px;
	background-image: url(../image/menu_title.png);
	font-size: 0.1em;
	text-indent: -1000em;
	background-repeat:no-repeat;
}
.menu dl dt{
	width: 18%;
	padding: 1%;
	display: block;
	float: left;
}

div.cbox h3{
	color:#FFF;
	text-shadow: 2px 2px 3px #000;
	border-bottom:1px solid #000;
	}
.roll30{
	background-position:0px -30px;
}
.roll60{
	background-position:0px -60px;
}
.roll90{
	background-position:0px -90px;
}
.png{
	max-width:80%;
	margin:20px 10%;
}
}

@media (min-width: 960px) {

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto -60px;
}
.push {
	height: 60px;
	clear: left;
}
header{
	width:100%;
	height:60px;
	position:relative;
	z-index:9999;	
	float:left;
}
.wrap{
	width:960px;
	margin:0px auto;
}
#menu{
	display:none;
}
h1{
	width: 168px;
	height: 50px;
	margin:5px 0px;
	float:left;
}
h1 a{
	width: 168px;
	height: 50px;
	background-image: url(../image/logo.png);
	display: block;
}
h2{
	font-size: 0.1em;
	text-indent: -1000em;
	background-image: url(../image/ttl.png);
	width: 100%;
	height: 80px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border-bottom:2px solid #000;
	margin-bottom:20px;
}
.news h2{
	background-position:0px -80px;
}
.point h2{
	background-position:0px -160px;
}
.access h2{
	background-position:0px -240px;
}
.club h2{
	background-position:0px -320px;
}
.contents{
	width: 960px;
	margin: 100px 0px 50px;
	float: left;
}
.top{
	height:400px;
	background:url(../image/in.png) center center no-repeat;
}
.white{
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	left: 0;
	z-index: 1;
}
.block{
	background-color: rgba(255,255,255,0.80);
	padding: 10px;
	width: 940px;
	height: auto;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
header ul{
	width: 700px;
	margin-left:92px;
	height: auto;
	list-style: none;
	padding: 0px;
	float:left;
}
header ul li{
	width: 140px;
	height: 50px;
	float: left;
}
header ul li a{
	width: 140px;
	height: 50px;
	background-image:url(../image/nav.png);
	display:block;
	font-size:0.1em;
	text-indent:-1000em;
}
header ul li a:hover{
	background-image:url(../image/nav_hover.png);
}
header ul li:nth-child(2),header ul li:nth-child(2) a{
	background-position:0px -80px;
}
header ul li:nth-child(3),header ul li:nth-child(3) a{
	background-position:0px -160px;
}
header ul li:nth-child(4),header ul li:nth-child(4) a{
	background-position:0px -240px;
}
header ul li:nth-child(5),header ul li:nth-child(5) a{
	background-position:0px -320px;
}
header ul li:nth-child(6),header ul li:nth-child(6) a{
	background-position:0px -400px;
}
.roll30{
	background-position:0px -30px;
}
.roll60{
	background-position:0px -60px;
}
.roll90{
	background-position:0px -90px;
}
.logo{
	width: 320px;
	height: 400px;
	background-image: url(../image/in.png);

}



.menu dl{
	width: 450px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
.menu dl dd{
	width: 294px;
	padding: 3px;
	display: block;
	float: left;
}
.menu dl dd.column2{
	width: 444px;
	float: left;
	display: block;
	height: 24px;
	background-image: url(../image/menu_title.png);
	font-size: 0.1em;
	text-indent: -1000em;
	background-repeat:no-repeat;
}
.menu dl dt{
	width: 144px;
	padding: 3px;
	display: block;
	margin-left: 300px;
}
div.cbox{
	margin:0 auto;
	padding-top:12px;
	width:906px;
	background:url(../image/cbox_top.png) no-repeat left top;
}

div.cboxIn{
		padding-bottom:14px;
		background:url(../image/chapter_bg.png) repeat-y center top;
		position:relative;
	}

div.odd{ margin-left:424px; }
div.even{ margin-left:10px; }

div.cbox div.txtArea{
	padding-top:30px;
	width:475px;
}
div.cbox div.newsArea{
	padding:10px 2%;
	width:96%;
}
/* 奇数ボックス */
div.cbox div.odd h4{
	margin-top:25px;
	margin-bottom:12px;
	padding-left:20px;
}

div.cbox div.odd p,div.cbox div.odd dl{
	margin-bottom:20px;
	padding-left:20px;
	padding-right:35px;
	line-height:1.75;
}
/* @end */	

/* 偶数ボックス */
div.cbox div.even h4{
	margin-top:25px;
	margin-bottom:12px;
	padding-left:65px;
}

div.cbox div.even p{
	margin-bottom:20px;
	padding-left:65px;
	line-height:1.75;
}
/* @end */
	
span.item,.map{
	position:absolute;
}

/* chapter01 */

div#chapter01{
	margin-top: 100px;
	position: relative;
	z-index: 3;
}
div#chapter01 span.item{
		left:0;
		top:28px;
	}
.ev .map{
	top:30px;
	left:20px;
}
.od .map{
	top:30px;
	left:490px;
}
/* chapter02 */

div#chapter03{
	margin-top:5px;
	position:relative;
	z-index:2;
}
div.cbox h3{
		width:475px;
		height:48px;
		background-image:url(../image/ttl_h3.png);
		display:block;
		font-size:0.1em;
		text-indent:-1000em;
	}
div#chapter02 h3{
		padding-top:6px;
		background-position:0px -48px;

	}
div#chapter02 span.item{
		left:507px;
		top:36px;
	}
footer{
	width:100%;
	height:30px;
	padding-top:30px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	background-color: rgba(0,0,0,0.60);
	-moz-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px -10px 10px rgba(0,0,0,0.4);
}
.map{
	width: 400px;
	height: 300px;
}
.access dl{
	width: 450px;
	min-height:300px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
.access dl dd{
	width: 94px;
	padding: 3px;
	display: block;
	float: left;
}
.access dl dd.column2{
	width: 444px;
	float: left;
	display: block;
	height: 24px;
	background-image: url(../image/shop_title.png);
	font-size: 0.1em;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
.access dl dt{
	width: 344px;
	float: left;
	padding: 3px;
	display: block;
}
div.cbox div.even dl{
	margin-bottom:20px;
	padding-left:15px;
	line-height:1.75;
}
.club  dl{
	width: 450px;
	height: auto;
	display: block;
	margin-bottom: 5px;	
}
.club  dl dd{
	width: 294px;
	padding: 3px;
	display: block;
	position: absolute;	
}

.club dl dt{
	width: 144px;
	padding: 3px;
	display: block;
	position: relative;
	margin-left: 300px;
}
.cbody{
	padding:20px;}
}
