@charset "utf-8";

@media screen and (max-width: 479px) {
/*
---------------------------------------------------- */
body {
	padding: 0;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 100%;
	color: #333333;
	background-color: #25170E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

img {
	max-width: 100%;
	border-style: none;
}

#wrapper {
	background-clip: #25170E;
	margin: 0 auto;
	width: 100%;
}

#header {
	width: 100%;
	margin-top: 10px;
}

#header_inner {
	margin: 0 auto;
	width: 100%;
}

#hd1 {
	width: 100%;
	padding-top: 20px;
}
#header .rogo {
	background-image: url(img/rogo2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 65%;
	height: 80px;
	margin: 0 auto;
}

H1 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	width: 100%;
	font-size: 1.0em;
	color: #FFF;
	text-align: center;
	padding-top: 0;
}

.bt1 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #E5DEC5;
	text-align: center;
	margin-top: 0;
}

#hd2 {
	width: 100%;
	height: 40px;
	clear: both;
}
.bt2 {
	float: left;
	background-image: url(img/reserve.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 45%;
	margin-left: 2%;
	margin-top: 10px;
	height: 31px;
}
.bt3 {
	float: right;
	background-image: url(img/tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 45%;
	margin-right: 3%;
	margin-top: 15px;
	height: 22px;
}
#menu {
	padding-top: 10px;
	clear: both;
}

#menu ul {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	float: left;
	width: 32.7%;
	padding: 0;
	margin: 0;
	padding:8px 0;
	list-style: none;
	text-align: center;
	border: #1C110B solid 1px;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #421E0F 0%, #3F1D0E 50%, #381A0C 50%, #411E0F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #421E0F), color-stop(0.50, #3F1D0E), color-stop(0.50, #381A0C), color-stop(1, #411E0F));
}

#header_line {
	height: 27px;
	background-image:url(img/line.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
	z-index: 3;
	clear: both;
}


#inner {
	margin: 0 auto;
	left: 0px;
	top: 0px;
}

#inner_in {
	margin: 0 auto;
	height: 100%;
	left: 0px;
	margin-top: 0;
}





#left {
	width: 100%;
	margin-top: 10px;
}
#l_u {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}
#l_u2 {
	width: 100%;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #E5DEC5;
	line-height: 1.8em;
}
#tabl {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	clear: both;
}

table {
  width: auto;
  border-spacing: 0;
}
table th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr td {
  padding: 8px 15px;
  text-align: center;
}
table tr td:first-child {
  border-left: 1px solid #aaa;
}
table tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f5f5f5;
}
table tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #eee;
  cursor:pointer;
}




#l_d {
	width: 100%;
	margin-top: 30px;
}
#l_d2 {
	width: 95%;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #E5DEC5;
	line-height: 1.8em;
	margin: 0 auto;
}

#con {
	width: 100%;
	left: 30px;
	color:  #E5DEC5;
	font-size: 0.9em;
	margin-top: 20px;
	text-align: center;
}

.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.bg {
background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
border: 2px solid #DDD;
color: #111;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
width: 150px;
padding: 10px 0;
margin: 0 auto;
margin-top: 10px;
}


#con2 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	width: 94%;
	left: 412px;
	color:  #E5DEC5;
	line-height: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #421E0F;
	padding: 3%;
}

#footer {
	height: 250px;
	width: 95%;
	margin: 0 auto;
	background-color: #311F13;
	clear: both;
}

#footer .inner {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	top: 0px;
}

#copyright {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	font-size: 0.85em;
	line-height: 1.4em;
	font-weight: bold;
	z-index: 1;
	left: 35px;
	width: 95%;
	padding: 0.85em;
	margin-bottom: 0;
}


#footer_link {
	background-color: #311F13;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 150px;
	margin: 0 auto;
}
}





@media screen and (min-width: 414px) {
#header .rogo {
	background-image: url(img/rogo2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 58%;
	height: 80px;
	margin: 0 auto;
}
}





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


/*
---------------------------------------------------- */
body {
	padding: 0;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 100%;
	color: #333333;
	background-color: #25170E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
img {
	max-width: 100%;
	border-style: none;
}
#wrapper {
	background-clip: #25170E;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header_inner {
	position: relative;
	margin: 0 auto;
	width: 1150px;
	height: 140px;
}

H1 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 0.75em;
	color: #FFF;
	position: absolute;
	left: 172px;
	top: 30px;
}

#header .rogo {
	position: absolute;
	background-image: url(img/rogo.png);
	width: 300px;
	height: 104px;
	left: 37px;
	top: 19px;
}

.bt1 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #E5DEC5;
	left: 418px;
	position: absolute;
	top: 30px;
}
.bt2 {
	background-image: url(img/reserve.png);
	width: 182px;
	height: 31px;
	left: 709px;
	position: absolute;
	top: 23px;
}
.bt3 {
	background-image: url(img/tel.png);
	width: 209px;
	height: 22px;
	left: 908px;
	position: absolute;
	top: 27px;
}
#menu {
	margin: 0;
	left: 417px;
	position: absolute;
	top: 67px;
}

.mnu li {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	list-style:none;
}

#header_line {
	height: 27px;
	background-image:url(img/line.png);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1150px;
	margin: 0 auto;
	z-index: 3;
}

#content {
	width: 100%;
	z-index: 10;
}

#inner {
	margin: 0 auto;
	width: 1150px;
}

#inner_in {
	margin: 0 auto;
	width: 1080px;
	margin-top: -20px;
}
#left {
	width: 100%;
	margin-top: 10px;
}
#l_u {
	width: 100%;
	margin-top: 40px;
}
#l_u2 {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #E5DEC5;
	line-height: 1.8em;
}
#tabl {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

table {
  width: 95%;
  border-spacing: 0;
  font-size: 1.25em;
}
table th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr td {
  padding: 8px 15px;
  text-align: center;
}
table tr td:first-child {
  border-left: 1px solid #aaa;
}
table tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f5f5f5;
}
table tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #eee;
  cursor:pointer;
}


#con {
	float: left;
	width: 40%;
	height: 420px;
	left: 30px;
	color:  #E5DEC5;
	font-size: 0.9em;
	margin-top: 20px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.bg {
background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
border: 2px solid #DDD;
color: #111;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
width: 150px;
padding: 10px 0;
margin: 0 auto;
margin-top: 10px;
}

#con2 {
	float: right;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 1.25em;
	width: 45%;
	height: 500px;
	left: 412px;
	color:  #E5DEC5;
	line-height: 40px;
	margin-top:20px;
}
#l_d {
	width: 100%;
	margin-top: 40px;
	clear: both;
}
#l_d2 {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #E5DEC5;
	line-height: 1.8em;
}
#live {
	float: right;
	height: auto;
	width: 30%;
	text-align: center;
	margin-top: 40px;
	margin-right: 10%;
	margin-bottom: 50px;
}

#live2 {
	float: left;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	width: 50%;
	color:  #E5DEC5;
	line-height: 25px;
	margin-top: 100px;
}




#footer {
	height: 270px;
	width: 100%;
	min-width: 1150px;
	left: 0px;
	background-color: #311F13;
	clear: both;
}

#footer .inner {
	margin: 0 auto;
	width: 1080px;
	height: 270px;
	top: 0px;
}

#copyright {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	float: left;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	font-size: 1.0em;
	line-height: 1.8em;
	font-weight: bold;
	z-index: 1;
	left: 35px;
	margin-top: 20px;
	width: 765px;
}


#footer_link {
	float: right;
	background-image: url(img/footer.jpg);
	width: 295px;
	height: 147px;
	margin-top: 70px;
}
