@charset "utf-8";
/* CSS Document */
@media(max-width:768px){
/*タイトルロゴ*/
section.title h1 {
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 0;
}
section.title h1 img {
	width: 100%;
	margin: 0;
}
/* ハンバーガーメニュー　*/		
span.nav-toggle {
    display: block;
	margin-top: -100%;
    position: relative;
    height: 1.5rem;
	z-index: 99;
}
span.nav-toggle i {
    display: block;
    width: 10%;
    height: 2px;
    background-color: #DDD8D8;
    position: absolute;
    transition: transform .5s, opacity .5s;
	margin-left: 90%;
}
span.nav-toggle i:nth-child(1) {
    top: 10px;
}
span.nav-toggle i:nth-child(2) {
    top: 20px;
    bottom: 0;
}
span.nav-toggle i:nth-child(3) {
    top: 30px;
}
span.nav-toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}
span.nav-toggle.show i:nth-child(2) {
    opacity: 0;
}
span.nav-toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}
section.responsive-nav {
	width: 93.51%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
	z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
	-webkit-overflow-scrolling: touch;
}
section.responsive-nav.show {
	width: 100%;
	opacity: 1;
    visibility: visible;
	z-index: 1;
	background-color: #fff6c9;
	margin-top: 0px;
}
/*ハンバーガーメニュー 各ページへのリンク*/
div.menu {
	position: relative;
}
div.menu ul {
	width: 30%;
	list-style-type: none;
    margin: 30px auto 0 auto;
}
div.menu ul li{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 34px;
}
div.menu ul li a{
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
div.menu::after {
	content: "";
	display: block;
	clear: both;
}
/*お鍋の王様 メイン画像部分*/
section.main-img {
	width: 100%;
	margin: 120% auto 0 auto;
	z-index: -1;
	overflow: hidden;
}
/*お鍋の王様 H2タグ 店舗紹介*/
section.nabe-king-profile {
	width: 90%;
	margin: 0 auto;
}
section.nabe-king-profile h2 {
	color: #F8F2F2;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 17px;
}
/*Javascript モーダルウィンドウ機能動作部分 お鍋の王様 肉系お鍋*/
div.meat-pot-cooking-profile {
	width: 100%;
	height: 30%;
	border-left: 10px solid #F2B66D;
	border-bottom: 1px solid #F2B66D;
	box-sizing: border-box;
	margin: 30px auto;
	padding-bottom: 10px;
}
div.meat-pot-cooking-profile p {
	width: 90%;
}
#navi1 {
	width: 100%;
	float: left;
}
#navi1 ul{
	list-style-type: none;
}
#navi1 ul li{
	width: 45%;
	float: left;
	margin: 0 2.5%;
}
div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}
#overLayer{
	width: 100%;
	display:none;
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -30%;
	margin-left:0;
}
#overLayer img{
	width: 100%;
	margin: 0 auto;
}
section.meat-pot-cooking::after {
	content: "";
	display: block;
	clear: both;
}
/*当店のこだわり*/
section.meat-pot-modal {
	width: 100%;
	height: 30%;
	margin: -20px auto 20px auto;
}
section.meat-pot-modal dl{
	width: 80%;
	margin:50px auto;
	color: #FFF
}
section.meat-pot-modal dt{
	font-size:large;
	font-weight:bold;
	color:white;
	background-color: #F98327;
}
section.meat-pot-modal dt p{
	text-indent: 1rem;
}
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: 50%;
	background-color: #FBC43C;
}
section.meat-pot-modal dd p{
	text-indent:1em;
	padding:20px;
}
/*Javascript モーダルウィンドウ機能動作部分 お鍋の王様 海鮮系お鍋*/
div.seafood-pot-kinds-profile {
	width: 100%;
	height: 30%;
	border-left: 10px solid #F2B66D;
	border-bottom: 1px solid #F2B66D;
	box-sizing: border-box;
	margin: 30px auto;
	padding-bottom: 10px;
}
div.seafood-pot-kinds-profile p {
	width: 90%;
}
#navi2 {
	width: 100%;
	float: left;
}
#navi2 ul{
	list-style-type: none;
}
#navi2 ul li{
	width: 45%;
	float: left;
	margin: 0 2.5%;
}

section.seafood-pot-kinds::after {
	content: "";
	display: block;
	clear: both;
}
/*海鮮鍋への想い*/
section.seafood-pot-kinds-modal {
	width: 100%;
	margin: -20px auto 20px auto;
}
section.seafood-pot-kinds-modal dl{
	width: 80%;
	margin:50px auto;
	color: #FFF
}
section.seafood-pot-kinds-modal dt{
	font-size:large;
	text-indent:3em;
	font-weight:bold;
	color:white;
	background-color: #F98327;
	box-sizing: border-box;
}
section.seafood-pot-kinds-modal dt p{
	text-indent: 1rem;
}
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: 50%;
	background-color: #FBC43C;
}
section.seafood-pot-kinds-modal dd p{
	text-indent:1em;
	padding:20px;
}
/*担当者連絡先*/
section.contact-person {
	width: 100%;
	margin: 30px auto 50px auto;
}
div.contact-person-profile {
	width: 60%;
	height: 30%;
	border-left: 10px solid #F2B66D;
	border-bottom: 1px solid #F2B66D;
	box-sizing: border-box;
	margin: 30px auto;
	padding-bottom: 10px;
}
div.contact-person-profile p {
	width: 90%;
}
table{
	width: 80%;
	margin: 0 auto;
}
th{
text-align: center;
vertical-align: middle;
}
td{
vertical-align: middle;
text-align: left;
}
td:nth-of-type(1){
text-align: center;	
}
/*フッターエリア*/
section.footer-group {
  width: 90%;
  color: #F8F2F2;
  margin: 40px auto 0 auto;
}
div.business-form {
  float: both;
  width: 100%;
  position: relative;
}
div.business-form p:nth-of-type(1) {
	margin-top: 50px;
}
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: 170px 0 0 0;
  position: absolute;
  top: 0;
}
div.business-form p:nth-of-type(7) {
  font-size: 26px;
  margin: 200px 0 0 0;
  position: absolute;
  top: 0;
}
section.explanation-of-shop-reception {
  float: both;
  width: 100%;
  color: #F8F2F2;
  margin: 128px auto 50px auto;
}
section.explanation-of-shop-reception p {
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
footer {
  width: 100%;
}
}