@charset "UTF-8";
/*  ========================
        global settings
    ======================== */
body {
  color: #202020;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, Roboto, "Droid Sans", sans-serif;
  font-size: 87.5%;
  line-height: 1.6;
  margin: 0;
}
* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

a {
  text-decoration: none;
    color: #3399ff;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: underline;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px dotted #dbdbdb;
  margin: 30px 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.clr:after {
  content: "";
  clear: both;
  display: block;
}

.main-header {
　background: transparent; /* 背景をリセット for IE 8*/
  background:url(../img/header_bg.jpg) 0 bottom repeat-x;
  /*text-align: center;*/
  width:100%;
  height: 90px;
  position: fixed;
  left: 0;
  transition: all 0.3s ease;
  z-index: 100;
}

h1{
	width: 600px;
	padding:0;
	margin:0 auto;
	text-align: center;
}
h1 img{
	vertical-align: bottom;
}

.main-header a {
  position: absolute; 
  left: 25px;
  top: 25%;
  color: #3B3B3B;
  font-size: 3em;
}

.main-header img {
    vertical-align: top;
}
.page-wrap {
  float: right;
  width: 100%;
  transition: width 0.3s ease;
}

.main-nav {
  position: fixed;
  top: 90px;
  /*width: 0;*/
  height: 100%;
  background: #3B3B3B;
  overflow-y: auto;
  /*transition: width 0.3s ease;*/
}
.main-nav h3 {
  color: #fff;
  padding: 15px;
}
.main-nav a {
  display: block;
  background: linear-gradient(#3e3e3e, #383838);
  border-bottom: 1px solid #2E2E2E;
  color: white;
  padding: 15px;
}
.main-nav a:hover, .main-nav a:focus {
  background: linear-gradient(#484848, #383838);
}
.main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 34px;
  background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.4));
}

.content {
  padding: 100px 20px 20px 20px;
}

.close-menu {
  display: none;
}

#main-nav:target {
  width: 20%;
}

#main-nav:target + .page-wrap {
  width: 80%;
}
#main-nav:target + .page-wrap .open-menu {
  display: none;
}
#main-nav:target + .page-wrap .close-menu {
  display: block;
}
#main-nav:target + .page-wrap .main-header {
  width: 80%;
  left: 20%;
}

/* main */
.main {
  width:600px;
  margin: 0 auto 0;
  padding-top:100px;
  background: #fff;
}


/* footer */
footer {
  margin: 0 auto;
  background: #eee;
  clear: both;
  text-align: center;
}
.f-nav{
		background: #f0f0f0;
}
.f-nav ul{
	text-align: right;
	margin: 0 auto; 
	width: 100%;
}

.f-nav ul li{
	list-style: none;
	display: inline-block;
	margin-right: 1.5em;
	padding: 10px 0; 
}

footer p {
  font-size: 92.8%;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0;
}

/* common parts */
.topicpath {
  text-align: right;
  font-size: 92.8%;
  margin: 0;
}
.topicpath ul {
  padding: 0;
}
.topicpath ul li {
  list-style: none;
  margin-right: 0.5em;
  display: inline;
}
.topicpath ul li:after {
  font-size: 1.2em;
  content: "　\00bb";
}
.topicpath ul li:last-child:after {
  content: "";
}
.topicpath ul li a {
  color: #333333;
  text-decoration: underline;
}
.topicpath ul li a:hover {
  text-decoration: none;
}

.btn-area {
  margin: 12px auto;
}
.btn-area ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.btn-area ul li {
  width: 40%;
  display: inline-table;
  margin: 0 auto;
}
.btn-area ul li a.btn {
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px;
  color: #fff;
  padding: 20px 10px;
  background: black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
}

.btn-area ul li a.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.btn-area ul li a.btn.btn-movie {
  background: linear-gradient(#353535, black);
}
.btn-area ul li a.btn.btn-detail {
  background: linear-gradient(#fe0000, #c32a2d);
}
.btn-area ul li a.btn.btn-login {
  background: linear-gradient(#353535, black);
}
/*  ==============
       member
    ============== */
#member #login_id,
#member #login_pass{
	width:16em;
}
#member #tel{
	width:12em;
}
#member #body{
	width:90%;
}
/*  ==============
       top page
    ============== */


body#login {
  margin: 0;
}
body#register > section,
body#login > section {
  margin-bottom: 30px;
}
/*body#login .main-header {
  position: relative;
}*/
body#register .main,
body#login .main {
  width: 600px;
}
body#register .register,
body#login .login {
  font-size: 17px;
  margin: 30px auto;
}
body#register .register .error,
body#login .login .error {
  color: red;
}
body#login form,
body#login input,
body#login select,
body#login textarea {
  font-size: medium;
}
body#register form dl, 
body#login form dl {
  margin: 1em 0 2em;
}
body#register form dl dt, 
body#login form dl dt {
  text-align: left;
  margin: 0.8em 0 0.2em 0;
}
body#register form dl dt label, 
body#login form dl dt label {
  font-size: 114.2%;
  font-weight: normal;
}
body#register form dl dd,
body#login form dl dd {
  margin-left: 0;
}
body#register form input:not([type="submit"]),
body#login form input:not([type="submit"]) {
  width: 95%;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  background-color: #E7E7E7;
  background-image: -webkit-linear-gradient(top, #e7e7e7, #cbcbcb);
  background-image: -moz-linear-gradient(top, #e7e7e7, #cbcbcb);
  background-image: -ms-linear-gradient(top, #e7e7e7, #cbcbcb);
  background-image: -o-linear-gradient(top, #e7e7e7, #cbcbcb);
  background-image: linear-gradient(top, #e7e7e7, #cbcbcb);
}

input:focus {
  border: 1px solid #666;
  background: #FFDDDD;
}


div#blocking{
	margin:15px 0;
	padding:10px;
	background:#FF9;
}

div#blocking a{
	text-decoration:underline;
}
/*  ==============
       top page
    ============== */

#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;
}

h2{
	background:#3B3B3B;
	color:#FFF;
	padding:0.5em 1em;
	margin-bottom:1em;
}

h2#member-name{
	background:none;
	margin-bottom:0.5em;
	color:#333;
}

.news{
	margin-bottom:1em;
}

.news h2{
	background:#656565;
	padding:0.5em 1em;
	color:#FFF;
	margin-bottom:0;
}

.news article{
	border:3px solid #F4D3E4;
	border-top:none;
	background:#F9E6EF;
	padding:1em;
	line-height:2;
}

.news article dt {
	border-top: #C66798 dashed 1px;
	border-bottom: #C66798 dashed 1px;
}
.news article dd {
	padding: 0.25em 1em;
}
.booking{
	margin-bottom:1.5em;
}
.booking h2{
	padding:0.5em 1em 0;
	border-bottom:4px solid #656565;

}
.booking ul{
	margin:1em 0 1em 1.5em;
}
.booking ul li{
	border-bottom:1px dotted #666;
	margin-top:1em;
}
.booking ul li span{
	margin-right:2em;
}
.booking a{
	text-decoration:underline;
}
.booking p.note{
	color:#F00;
}
table.input-tbl {
	width: 600px;
  	padding: 0;
  	margin: 0 0 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
 	/*border-top: 1px solid #ccc;
  	border-left: 1px solid #ccc;*/
	
}
table.input-tbl caption {
  text-align: right;
}

table.input-tbl th, table.input-tbl td {
  text-align: left;
  padding: 15px;
  line-height: 150%;
  border: 1px solid #ccc;
 /* border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
  background: #fff;
}
table.input-tbl th {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  width: 13em;
  background: #eee;
}

table.input-tbl th img {
  margin-left: 2px;
}

table.input-tbl p, table.input-tbl span {
  font-size: 90%;
}

table.input-tbl input {
  font-size: 100%;
  margin-right: 2em;
  margin: 0 5px;
  ime-mode: active;
}


/*  ==============
       reserve page
    ============== */
    
table#calender-date{
	width:90%;
	margin:10px auto 0;
}
table#calender-date td{
	padding: 0.75em 0.5em;
}
table#calender-date td{
	font-size:1.2em;
	font-weight:bold;
}
table#calender-date td input{
	margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  background: #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
}

table#calender-date td input:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

table#calender {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-spacing: 0;
	table-layout: fixed;
	empty-cells: show;
}

table#calender td, table#calender th {
	padding: 0.75em 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align:center;
}
table#calender tr td:first-child,
table#calender tr th:first-child {
	background:#FFEBEB;

}
table#calender tr td:last-child, 
table#calender tr th:last-child {
	background:#EBEBFF;
}

table#calender tr td lable{
	display:block;
}

body#reserve [name=schedule-date] {
	display:none;
}
body#reserve [type=radio], body#reserve [type=checkbox] {
	margin: 0;
	padding: 0;
	/*position: relative;
	left: 0.5em;
	top: 0.125em;*/
}
body#reserve label.button {
	font-weight: bold;
	border: 1px solid gray;
	border-radius: 5px;
	display: inline;
	padding: 0.5em 0.25em;
	text-align: center;
	color: #333;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
/* IE8対応 読めないセレクタが含まれていた場合、全体を読まなくなるので別々に書く */
body#reserve [type=radio]:checked + label, body#reserve [type=checkbox]:checked + label {
	background: rgb(171,211,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}
body#reserve [type=radio].checked + label {
	background: rgb(171,211,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}
body#reserve [type=checkbox].checked + label {
	background: rgb(171,211,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

body#reserve [type=radio]:disabled, body#reserve [type=checkbox]:disabled {
	display:none;
}
body#reserve [type=radio].disabled, body#reserve [type=checkbox].disabled {
	display:none;
}
body#reserve [type=radio]:disabled + label, body#reserve [type=checkbox]:disabled + label {
	display:none;
}
body#reserve [type=radio].disabled + label, body#reserve [type=checkbox].disabled + label {
	display:none;
}

body#reserve .main h3{
	margin-top:2em;
	background:#DFDFDF;
	padding:0.2em 1em;
	margin-bottom:1em;
	border-top:3px solid #ccc;
}

body#reserve .main h3 label span{
	font-weight:normal;
	margin:0 0.5em;
	font-size:0.8em;
	color:#06C;
}
body#reserve .main h4{
	margin-top:1em;
}

body#reserve table#calender label.button {
	display: block;
	padding: 0.5em 0.2em;
	}
body#reserve .change input[name=reserv_location],
body#reserve .change input[name=reserv_detail],
body#reserve .change textarea[name=reserv_body]{
	background:#FF9;
}

/* ==============
       page
   ============== */

.select-time ul{
	list-style-type:none;
	width:95%;
	border-bottom:1px dotted #ccc;
	margin-bottom:1em;
	margin-left:1em;
}
.select-time ul h4{
	margin-bottom:1em;
	width:8em;
	background-color:#000;
	color:#fff;
	padding:1px 8px;
}
.select-time ul li{
	float:left;
	margin:0 1em 1.5em 0;
}

.btn-area {
  margin: 12px auto;
}
.btn-area ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.btn-area ul li {
  width: 40%;
  display: inline-table;
  margin: 0 auto;
}
.btn-area ul li input.btn,
.btn-area ul li a.btn {
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px;
  color: #fff;
  padding: 20px 10px;
  background: black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
}

.btn-area ul li input.btn{
	  padding: 20px 5px;
	  width:180px;
}

.btn-area ul li input.btn:hover,
.btn-area ul li a.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btn-area ul li input.btn-reserve,
.btn-area ul li a.btn.btn-reserve {
  background: linear-gradient(#9D1218, #7E0E13);
}
.btn-area ul li a.btn.btn-contact {
  background: linear-gradient(#666666, #262626);
}
.btn-area ul li .btn.btn-login {
  background: linear-gradient(#666666, #262626);
}

.btn-area ul li .btn.btn-back {
  background: linear-gradient(#999999, #666666);
}

.btn-area ul li .btn.btn-member {
  background: linear-gradient(#CE043C, #9E032D);
}

.must:after {
  content: '※';
  color:red;
}

[type=email],[type=url],[type=tel],[type=zip],[type=password], [type=text], textarea {
	width: 98%;
}

[name=login_id], [name=login_pass] {
	max-width: 31em;
}

[type=text] {
	height: 2em;
}
/* --------------------------------------
	For Smartphones
-------------------------------------- */
@media only screen and (max-width: 768px) {
	
  body {
    -webkit-text-size-adjust: 100%;
  }

  a {
    -webkit-tap-highlight-color: rgba(204, 0, 0, 0.5);
    /* 
    -webkit-touch-callout: none; */
  }
  img{width: 100%;
	max-width: 100%;
	height: auto;
  }
  .main-header {
  background:none;
  height: auto;
}

.main p{
	text-align:left;
}
	h1{
	width: auto;
	height: auto;
	}
	
	.main-header a {
	    left: 10px;
	    
	}
	.main-header a img {
	  width: 85%;
	}
	
　	h1 img{
	max-width: 100%;!important;
 	height: auto;
	}
	
  #main-nav:target {
    width: 25%;
  }

  #main-nav:target + .page-wrap {
    width: 75%;
  }
  
  #main-nav:target + .page-wrap .open-menu {
    display: none;
  }
  
  #main-nav:target + .page-wrap .close-menu {
    display: block;
  }
  
  #main-nav:target + .page-wrap .main-header {
    width: 75%;
    left: 25%;
  }

  .main {
    width: auto;
    float: none;
  }
  .main img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  #main-nav:target {
    width: 30%;
  }

  .btn-area ul {
    text-align: center;
  }
  .btn-area ul li a.btn.btn-movie {
    background: black;
  }
  .btn-area ul li a.btn.btn-detail {
    background: #db181a;
  }
  .btn-area ul li a.btn.btn-login {
    background: black;
  }

  body#login .main {
    width: auto;
    float: none;
  }
  body#login .main .login {
    margin: 0 auto;
    text-align: center;
  }
  body#login form dl {
    margin-top: 0;
  }
  
	table.input-tbl {
		width: 100%;
	}
	table.input-tbl th, table.input-tbl td {
		display: block;
		border: 0px;
	}
}