@charset "UTF-8";

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

/* --------------------------------------------------*/
/* base style */
/* --------------------------------------------------*/
img {
	max-width: 100% !important;
	height: auto !important;
	height: auto;
}
#container {
	width: 100%;
	min-width: 100%;
}
.opacity:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}


/* --------------------------------------------------*/
/* Scrolltopcontrol */
/* --------------------------------------------------*/


/* --------------------------------------------------*/
/* header and Global Nav */
/* --------------------------------------------------*/

/* #top-logo {
	display: none;
} */

#top-head {
	width: 100%;
	padding: 0;
	top: 0;
	position: fixed;
	margin-top: 0;
}
#top-head .inner {
	width: 100%;
	padding: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #4B8255; /* GRN */
	background: rgba(75,130,85,.8); /* GRN */
	width: 100%;
	height: 56px;
	z-index: 810;
	position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #FFF;
	font-size: 26px;
	display: block;
}
#top-head.fixed .logo img,
#top-head .logo img {
	width: 120px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #4B8255; /* GRN */
	background: rgba(75,130,85,.8); /* GRN */
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li,
#top-head.fixed #global-nav ul li {
	float: none;
	display: block;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
	background: none;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}



/* --------------------------------------------------*/
/* Slide Show */
/* --------------------------------------------------*/

.bg-slider {
	width: 100%;
	height: 320px;
	background-position: top center;
	display: flex;
	background-size: 480px 320px;
}
.bg-slider_title{
	font-size: 30px;
}


/* --------------------------------------------------*/
/* headline */
/* --------------------------------------------------*/
/*.headline {
	width: auto;
}
.head_title {
	width: auto;
	margin: 25px auto;
	padding: 0 20px;
}*/



/* --------------------------------------------------*/
/* contents */
/* --------------------------------------------------*/

article {
	width: 100%;
}
.conts {
	width: auto;
	margin: 0 auto;
}
.conts p {
	padding: 0 20px;
}
.base {}


/* Hedline each section
--------------------------------------------------*/
h3.hed_grn,
h3.hed_wht {
	font-size: 22px;
}
h4.wht_line {
	width: auto;
	clear: both;
}
strong {
	font-size: 22px;
}

/* About Box
--------------------------------------------------*/
#about {
	display: block;
	table-layout: auto;
	width: 100%;
	/* border-collapse: collapse; */
}
#about > div {
	display: block;
	vertical-align: top;
}
.about_txt {
	width: auto;
	clear: both;
}
.about_txt_innr {
	float: none;
	width: auto;
	padding: 50px 20px;
}
.about_pix {
	width: auto;
	height: 200px;
	background-size: cover;
	/* background: url(../images/StoreInside.jpg) center center no-repeat; */
}
.about_txt p {
}


/* Menu Box
--------------------------------------------------*/
#menu {
	width: 100%;
}
#menu .conts {
	width: auto;
	padding: 50px auto;
}
.menu_list {
	width: 40%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6.75%;
	float: left;
	min-height: 540px;
	height: auto !important;
	height: 540px;
}
/* .menu_list {
	width: 130px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	min-height: 540px;
	height: auto !important;
	height: 540px;
} */
.menu_list img {
}
.menu_list p {
	padding: 20px 0;
}

.takeout {
	width: auto;
	margin: 20px 20px 0;
	padding: 20px;
}
.takeout p {
	padding: 20px 0 0;
}

/* Dressing Box
--------------------------------------------------*/
#dressing {
	width: 100%;
}
#dressing .conts {
}
.dress_box {
	float: none;
	padding: 35px 20px;
	width: auto;
}
.dress_box p {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	color: #FFF; /* WHT */
	margin-bottom: 20px;
}

/* Table Detail
--------------------------------------------------*/
table.detl {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #FFF;
	color: #FFF;
}
table.detl th {
	padding: 10px 20px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
}
table.detl td {
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
	text-align: left;
}

/* Gift Box
--------------------------------------------------*/
.gift_box {
	background: url(../images/BoxSet.png) bottom center no-repeat;
	background-size: 70%;
	padding: 20px 20px 60px 20px;
}
.gift_box p {
	padding: 0;
}
.gift_detl {
	width: auto;
	padding: 30px auto;
}
.gift_box p,
.gift_detl p {
}

/* Chef Box
--------------------------------------------------*/
#chef {
	width: 100%;
}
.chef_pix {
	width: auto;
	padding: 50px 0 0;
	float: none;
}
.chef_pix img {
	margin: 0 auto 30px;
}
.chef_prof {
	margin: 0;
}
.chef_prof p {
	padding: 0;
}
.chef_txt {
	float: none;
	width: auto;
	padding: 50px 20px 0;
}
.chef_txt p {
	padding: 0;
}
.chef_awrd {
	width: auto;
	margin: 20px;
	padding: 20px;
}
.chef_awrd p {
	font-size: 16px;
}


/* Restaurant Box
--------------------------------------------------*/
#restaurant {
	display: block;
	table-layout: auto;
  width: 100%;
	/* border-collapse: collapse; */
}
#restaurant > div {
  display: block;
  vertical-align: top;
}
.restaurant_pix {
	width: auto;
	height: 200px;
	background-size: cover;
}
.restaurant_txt {
	width: auto;
	clear: both;
}
.restaurant_txt_innr {
	float: none;
	width: auto;
	padding: 50px 20px;
}
.restaurant_txt p {
}
.restaurant_txt p img {
}
.restaurant_txt p a {
}

/* Welcome Box
--------------------------------------------------*/
.welcome {
	background: #4B8255; /* GRN */
	padding-bottom: 50px;
}
.rooms,
.map {
	float: none;
	padding: 50px 20px;
	width: auto;
}
.rooms p {
}
.rooms p.facilities {
}

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	height: 0;
	overflow: hidden;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Form Box
--------------------------------------------------*/
#form {
	width: 100%;
}
#form .conts {
	width: auto;
	padding: 50px 30px;
}
.note {
	padding: 20px;
}
.note li {
}
.note li a {
	color: #4B8255; /* GRN */
	text-decoration: underline;
}




/* --------------------------------------------------*/
/* Footer Box */
/* --------------------------------------------------*/
#footer {
	width: 100%;
}
.fb,
.info {
	float: none;
	padding: 50px 20px;
	width: auto;
}
.fb > .fb-page {
    width: auto;
}
.fb-page {
}
.info p {
}
.info img {
}
table.info {
}
table.info th {
}
table.info td {
}
/* footer
---------------------------------------------------- */
footer {
}


}

