@charset "utf-8";
/* CSS Document */
body {
    margin: 0 0 0 0;
	background-color: #000;
}
div.container {
	width: 100%;
	margin: 0 auto;
}
/*タイトルロゴ*/
section.title h1 {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
}
section.title h1 img{
	width: 400px;
}
/*各ページへのリンク*/
div.menu ul {
	width: 50%;
	list-style-type: none;
    margin: 30px auto 0 auto;
}
div.menu ul li{
	width: 25%;
	float: left;
}
div.menu ul li a {
	text-decoration: none;
	color: #fff6c9;
}
div.menu::after {
	content: "";
	display: block;
	clear: both;
}
/*お鍋の王様 メイン画像部分*/
section.main-img {
	width: 100%;
	margin: 120px auto 0 auto;
	z-index: -1;
	overflow: hidden;
}
/*お鍋の王様 H2タグ 店舗紹介*/
section.nabe-king-profile {
	width: 50%;
	margin: 0 auto;
}
section.nabe-king-profile h2 {
	color: #F8F2F2;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 17px;
}
/*Javascript モーダルウィンドウ機能動作部分 お鍋の王様 肉系お鍋*/
section.meat-pot-cooking {
	width: 60%;
	margin: 0 auto 30px auto;
}
div.meat-pot-cooking-profile {
	width: 100%;
	height: 60px;
	border-left: 10px solid #F2B66D;
	border-bottom: 1px solid #F2B66D;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	padding-bottom: 10px;
}
div.meat-pot-cooking-profile p {
	width: 90%;
	color: #F8F2F2;
	font-size: 20px;
	padding: 20px;
}
#navi1 {
	width: 100%;
	margin: 0 auto 30px auto;
}
#navi1 ul {
	list-style-type: none;
}
#navi1 ul li {
	float: left;
	margin: 15px 0 0 10px;
}
#navi1 ul li img {
	width: 100%;
	border: 3px solid white;
	margin: 5px auto 0 auto;
}
div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}
#overLayer{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-244px;
	margin-left:-325px;
}
section.meat-pot-cooking::after {
	content: "";
	display: block;
	clear: both;
}
/*肉鍋への想い*/
section.meat-pot-modal {
	width: 100%;
	margin: 0 auto;
}
section.meat-pot-modal dl{
	width: 40%;
	margin:50px auto;
	color: #FFF
}
section.meat-pot-modal dt{
	font-size:large;
	text-indent:3em;
	font-weight:bold;
	color:white;
	width: 100%;
	height: 80px;
	background-color: #F98327;	
}
section.meat-pot-modal dt p{
	padding-top: 30px;
}
section.meat-pot-modal dt.over{
	background-color: #FB6315;
	cursor:pointer;
}
section.meat-pot-modal dt.selected{
	cursor:default;
	color: #FFF;
}
section.meat-pot-modal dd{
	height: 200px;
	background-color: #FBC43C;
}
section.meat-pot-modal dd p{
	text-indent:1em;
	padding:20px;
}
/*Javascript モーダルウィンドウ機能動作部分 お鍋の王様 海鮮系お鍋*/
section.seafood-pot-kinds {
	width: 60%;
	margin: 30px auto 50px auto;
}
div.seafood-pot-kinds-profile {
	width: 100%;
	height: 60px;
	border-left: 10px solid #F2B66D;
	border-bottom: 1px solid #F2B66D;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	padding-bottom: 10px;
}
div.seafood-pot-kinds-profile p {
    width: 90%;
	color: #F8F2F2;
	font-size: 20px;
	padding: 20px;
}
#navi2 {
	width: 100%;
	margin: 0 auto 30px auto;
}
#navi2 ul {
	list-style-type: none;
}
#navi2 ul li {
	float: left;
	margin: 15px 0 0 10px;
}
#navi2 ul li img {
	width: 100%;
	border: 3px solid white;
	margin: 5px auto 0 auto;
}
div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}
#overLayer{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-244px;
	margin-left:-325px;
}
section.seafood-pot-kinds::after {
	content: "";
	display: block;
	clear: both;
}
/*海鮮鍋への想い*/
section.seafood-pot-kinds-modal {
	width: 100%;
	margin: 0 auto;
}
section.seafood-pot-kinds-modal dl{
	width: 40%;
	margin:50px auto;
	color: #FFF
}
section.seafood-pot-kinds-modal dt{
	font-size:large;
	text-indent:3em;
	font-weight:bold;
	color:white;
	width: 100%;
	height: 80px;
	background-color: #F98327;
	box-sizing: border-box;
}
section.seafood-pot-kinds-modal dt p{
	padding-top: 30px;
}
section.seafood-pot-kinds-modal dt.over{
	background-color: #FB6315;
	cursor:pointer;
}
section.seafood-pot-kinds-modal dt.selected{
	cursor:default;
	color: #FFF;
}
section.seafood-pot-kinds-modal dd{
	height: 200px;
	background-color: #FBC43C;
}
section.seafood-pot-kinds-modal dd p{
	text-indent:1em;
	padding:20px;
}
/*担当者連絡先*/
section.contact-person {
	width: 60%;
	margin: 30px auto 50px auto;
}
div.contact-person-profile {
	width: 100%;
	height: 60px;
	border-left: 10px solid #F2B66D;
	border-bottom: 1px solid #F2B66D;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	padding-bottom: 10px;
}
div.contact-person-profile p {
    width: 90%;
	color: #F8F2F2;
	font-size: 20px;
	padding: 20px;
}
table{
    width: 65%;
	margin:100px auto;
}
.odd{
	background:#FB6315;
}
th{
	background:#F91D21;
	color:white;
	vertical-align: middle;
}
td{
    vertical-align: middle;	
}
td:nth-of-type(1){
    text-align: center;	
}
th,td{
	width: 30px;
	height: 30px;
    font-size:small;
}
.even{
	background:#FBC43C;
}
.hover{
	background:#B2D8FF;
}
/*フッターエリア*/
section.footer-group {
  width: 80%;
  color: #fff;
  margin: 70px auto 0 auto;
}
div.business-form {
  width: 50%;
  float: left;
}
div.business-form p:nth-of-type(1) {
}
div.business-form p:nth-of-type(2) {
  margin-bottom: 17px;
}
div.business-form p:nth-of-type(3) {}
div.business-form p:nth-of-type(4) {}
div.business-form p:nth-of-type(5) {
}
div.business-form p:nth-of-type(6) {
  font-size: 26px;
  margin: 20px 0 0 0;
}
div.business-form p:nth-of-type(7) {
  font-size: 26px;
  margin: 10px 0 0 0;
}
section.explanation-of-shop-reception {
  float: left;
  width: 30%;
  color: #fff;
  margin: 0 0 40px 0;
}
section.explanation-of-shop-reception p {
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
section.footer-group::after {
  content: "";
  display: block;
  clear: both;
}
footer {
  width: 50%;
  margin: 0 auto 0 auto;
  text-align: center;
}