@import "reset.css";
html{
	margin:0;
	padding:0;
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
}
@font-face {
    font-family:mi;
    src: url('../font/mi.eot');
    src: url('../font/mi.eot?#iefix') format('embedded-opentype'),
    url('../font/mi.woff') format('woff'),
    url('../font/mi.ttf') format('truetype');
}
body{
	margin:0;
	padding:0;
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	background-image: url("../images/bg.png");
}
#wrapper{

}
h1{
	font-family: 'mi',serif;
}
h2{
	font-family: 'mi',serif;
}
h3{
	font-family: 'mi',serif;
}
h4{
	font-family: 'mi',serif;
}
p{
	word-wrap:break-word;
	font-family: 'mi',serif;
}
a{
	text-decoration:none;
}
/*Loader*/
#loader {
    width: 62px;
    height: 62px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -32px; /* heightの半分のマイナス値 */
    margin-left: -32px; /* widthの半分のマイナス値 */
    z-index: 80001;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 80000;
}
/*繝倥ャ繝繝ｼ驛ｨ*/

#head{
	overflow:hidden;
}

#smart-head{
	display:none;
}
#head-menu{
	/*position:fixed;*/
	width:100%;
	overflow:hidden;
	background-color:#fff;
	/*height:100px;*/
	z-index:10000;
}
.head-menu-inner{
	max-width:980px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#small-logo{
	/*margin-top:37px;*/
	/*float:left;*/
}
.menu-box{
	/*float:right;*/
	max-width:830px;
	/*width:100%;*/
	margin-bottom:0;
	padding-bottom:0;
	display: flex;
}
.menu-box li{
	/*float:left;*/
	margin-left:10px;
	/*display: -moz-inline-box;
	display: inline-block;*/
	margin-bottom:0;
	padding-bottom:0;
}
.menu-box li:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.menu-box li a {
	display: block;
}
.menu-box li img {
	max-width: 100%;
	display: block;
}
.headimg{
	width:100%;
}
.res{
	float:right;
	position:absolute;
	right:0;
	z-index:10001;
	margin-bottom:-200px;
}

/*	about */
#about-box{
	text-align:center;
	padding:0 20px;
	position: relative;
	max-width: 800px;
	margin: 0 auto 160px;
}
.about_movie {
	max-width: 800px;
	margin: 0 auto 160px;
	position: relative;
	bottom: 500px;
	margin-bottom: -340px;
}
.about_movie video {
	display: block;
	width: 100%;
}
#about-box .title{
	margin-bottom:20px;
}
#about-box h2{
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}
#about-box h3{
	color:#bda57a;
	line-height:1.6;
	font-size:24px;
	margin-bottom:33px;
}
#about-box p{

	color:#bda57a;
	line-height:1.6;
	font-size:15px;
	margin-bottom:50px;
}

/*こだわり*/
#concept-box {
	text-align:center;
	padding:0 20px;
	position: relative;
	max-width: 920px;
	margin: 0 auto 160px;
}
#concept-box .title{
	margin-bottom:20px;
}
#concept-box h2{
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}
#concept-box .concept_box {
	color: #bda57a;
}
#concept-box .concept_box .concept_img img {
	max-width: 100%;
	border-radius: 50%;
}
#concept-box .concept_box .concept_txt h3 {
	line-height: 1.4em;
	border-bottom: 1px solid #bda57a;
}
#concept-box .concept_box .concept_txt p {
	line-height: 1.4em;
	text-align: left;
}
@media screen and (max-width: 480px) {
	#concept-box {
		margin-bottom: 70px;
	}
	#concept-box .concept_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}
	#concept-box .concept_box:last-child {
		margin-bottom: 0;
	}
	#concept-box .concept_box .concept_img {
		width: 34%;
	}
	#concept-box .concept_box .concept_txt {
		width: 60%;
	}
	#concept-box .concept_box .concept_txt h3 {
		text-align: left;
		font-size: 14px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#concept-box .concept_box .concept_txt p {
		font-size: 11px;
	}
}
@media print, screen and ( min-width : 481px ) {
	#concept-box .concept_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#concept-box .concept_box {
		width: 30%;
		margin-top: 40px;
	}
	#concept-box .concept_box:nth-child(1),
	#concept-box .concept_box:nth-child(2),
	#concept-box .concept_box:nth-child(3) {
		margin-top: 0;
	}
	#concept-box .concept_box .concept_txt h3 {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 2.8em;
		margin-top: 15px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	#concept-box .concept_box .concept_txt p {
		font-size: 14px;
	}
}

.abimg{
	margin:0 15px 33px 15px;
}

#poroco-box{
	margin:0 auto;
	max-width:620px;
	padding:0 20px;
}
#poroco-box img{

	width:100%;
}

/*	FB驛ｨ	*/
#fb-box{
	text-align:center;
	margin:0 auto 140px auto;
	position:relative;
	/*bottom:500px;
	margin-bottom:-340px;*/
}
#fb-box .title{
	margin-bottom:20px;
}
#fbbox-normal{
	//
	//height:480px;
	padding:0 20px;
}
div#likebox_container{
	margin:0 auto;
	max-width: 500px;
}
.fb-like-box{
	background:#fff;
}
div#likebox_container .fb-like-box,
div#likebox_container .fbcomments,
div#likebox_container .fb_iframe_widget,
div#likebox_container .fb_iframe_widget[style],
div#likebox_container .fb_iframe_widget iframe[style],
div#likebox_container .fbcomments iframe[style],
div#likebox_container .fb_iframe_widget span{
    width: 100% !important;
}
/*	MENU驛ｨ		*/
#menu-box{
	padding:0 30px;
	text-align:center;
	margin:0 auto 140px auto;
	max-width:960px;
}
#menu-box .title{
	margin-bottom:20px;
}
#menu-box h2{
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}
.bx-pager {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.bx-pager a {
	/*display: inline-block;*/
	position: relative;
	/*margin:0 6px 12px 6px;*/
	width: 12.0625%;
	margin-right: .5%;
}
.bx-pager a:last-child {
	margin-right: 0;
}
.bx-pager a.active:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #96A32B;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.bx-pager img{
	display:block;
	max-width: 100%;
}
.comingsoon {
	color: #bda57a;
}
.slide_menu_title {
	color: #bda57a;
	text-align: left;
	margin-bottom: 1.5em;
	border-bottom: 5px double #bda57a;
	padding-bottom: .5em;
	font-size: 1.1em;
	margin-top: 3em;
}
.slide_menu_title:first-of-type {
	margin-top: 0;
}
.slide_menu_title small,
.slide_menu_sub_title small {
	font-size: 86%;
}
.slide_menu_sub_title {
	color: #bda57a;
	text-align: left;
	margin-bottom: 1em;
	position: relative;
	padding-left: 1.4em;
	line-height: 1.4;
}
.slide_menu_sub_title:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #bda57a;
	border-radius: 60%;
	left: 0;
	width: 1em;
	height: 1em;
}
.slide_menu_textlist {
	margin-bottom: 25px;
	font-family: 'mi',serif;
	font-size: 14px;
	color: #bda57a;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.slide_menu_textlist p {
	text-align: left;
	line-height: 1.4;
}
.slide_menu_textlist ul {
	display: flex;
	flex-wrap: wrap;
}
.slide_menu_textlist li {
	line-height: 1.4;
}
.slide_menu_textlist li:after {
	content: "/";
	margin: 0 .5em;
}
.slide_menu_textlist li:last-child:after {
	content: none;
}
.icons{
	margin:0 auto;
	/*max-width:680px;
	min-width:280px;*/
	display: flex;
	flex-wrap: wrap;
}
.icons-box{
	width: 23.5%;
	/*width:200px;
	display:inline-block;
	padding:0 10px;*/
	margin-right: 2%;
	box-sizing: border-box;
	/*vertical-align: top;*/
	border-bottom: 2px dotted #bda57a;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.icon-text {
	width: 100%;
	text-align: left;
	color: #bda57a;
	font-size: 14px;
}
.icons-box:nth-child(4n) {
	margin-right: 0;
}
.icons-text-box p {
	color: #bda57a;
}
.icons-box img{
	margin-bottom:12px;
	behavior: url("border-radius.htc");
	width: 100%;
	border-radius: 10px;
}
#menu-box .icons-box h2{
	line-height:1.6;
	color:#bda57a;
	font-size:14px;
	/*margin-bottom:10px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3em;
	min-height: 2.6em;
	margin-bottom: 0;
}
/*#menu-box .icons-box.icons-box-textonly h2 {
	display: block;
	min-height: auto;
}*/
#menu-box .icons-box h3 {
	line-height: 1.3em;
	color:#bda57a;
	font-size:14px;
}
#menu-box .icons-box .icons-box-price{
	font-size:14px;
	color:#bda57a;
	/*margin-bottom:30px;*/
	line-height: 1.4em;
	margin-top: 10px;
}
#menu-box .icons-box .icons-box-price span {
	margin-right: .5em;
}
#menu-box .icons-box .icons-box-price small {
	font-size: 80%;
}
/*	LUNCH		*/
#lunch-box,#takeout{
	padding:0 20px;
	text-align:center;
	margin-bottom:130px;
}
#lunch-box .title{
	margin-bottom:20px;
}
#lunch-box h2{
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}
#lunch-box h3{
	color:#bda57a;
	line-height:1.6;
	font-size:24px;
	margin-bottom:33px;
}
#lunch-box p{
	color:#bda57a;
	line-height:1.6;
	font-size:15px;
	margin-bottom:50px;
}
#lunch-big-box{
	margin:0 auto;
	max-width:980px;

}
.lunch-small-box{
	max-width:390px;
	padding:20px;
	margin:20px;
	background-color:#fff;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: top;
}
#lunch-box .course-small-box img{
	width:100%;
	margin-bottom:18px;
}
#lunch-box .course-small-box h1{
	font-size:20px;
	color:#847354;
	line-height:1.6;
	margin-bottom:12px;
}
#lunch-box .course-small-box h2{
	line-height:30px;
	background-color:#d5574b;
	font-size:20px;
	margin-bottom:17px;
}
#lunch-box .course-small-box h3{
	color:#847354;
	font-size:15px;
	line-height:1.6;
	margin-bottom:0;
}

/*新ランチ　20200826*/
#lunch-box .course-wide-box {
	background: #fff;
}
#lunch-box .course-wide-img img {
	width: 100%;
}
#lunch-box .course-wide-txt {
	text-align: left;
	color: #847354;
}
#lunch-box .course-wide-txt p,#lunch-box .course-wide-txt h2,#lunch-box .course-wide-txt h3,#lunch-box .course-wide-txt h4 {
	color: #847354;
}
#lunch-box .course-wide-txt h2 {
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 5px solid #847354;
	padding-left: 10px;
}
#lunch-box .course-wide-txt h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	/*background: #e5dbca;
	padding: 10px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #847354;
}
#lunch-box .course-wide-txt p ,#lunch-box .course-wide-txt h4 {
	font-family:'Arial', 'Tahoma','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#lunch-box .course-wide-txt h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
#lunch-box .course-wide-txt p {
	line-height: 1.3em;
	margin-bottom: 20px;
}
#lunch-box .course-wide-txt p ,.square_list,.disc_list {
	margin-bottom: 15px;
}
#lunch-box .course-wide-txt p:last-child {
	margin-bottom: 0;
}
#lunch-box .course-wide-txt,#lunch-box .course-wide-txt p {
	font-size: 13px;
}
.square_list li {
	padding-left: 1.5em;
	position: relative;
	line-height: 1.3em;
}
.square_list li:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #847354;
	position: absolute;
	top: .15em;
	left: 0;
}
.disc_list {
	/*padding-left: 1.2em;*/
	display: flex;
	flex-wrap: wrap;
}
.disc_list li {
	/*list-style-type: disc;
	padding-left: 0;*/
	position: relative;
	padding-left: 0.6em;
	margin-right: 1em;
	line-height: 1.3em;
}
.disc_list li:before {
	content: "";
	width: 0.4em;
	height: 0.4em;
	background: #847354;
	position: absolute;
	top: 0.5em;
	left: 0;
	border-radius: 50%;
}
.square_list li ul {
	margin-top: 0.5em;
	margin-bottom: 0;
}
.mb {
	margin-bottom: 8px !important;
}
.course-wide-box:last-child {
	margin-bottom: 0;
}
#lunch-box .course-wide-txt dl dt {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.course-wide-box {
		padding: 10px;
		margin-bottom: 15px;
	}
	.course-wide-img {
		margin-bottom: 10px;
	}
	#lunch-box .course-wide-txt dl dd {
		margin-bottom: 10px;
	}
	#lunch-box .course-wide-txt dl dd:last-of-type {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	#lunch-box .course-wide-txt,#lunch-box .course-wide-txt p {
		font-size: 11px;
	}
	#lunch-box .course-wide-txt h2 {
		font-size: 17px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.course-wide-box {
		display: flex;
		justify-content: space-between;
		padding: 15px;
		margin-bottom: 20px;
	}
	.course-wide-img {
		width: 20%;
	}
	.course-wide-txt {
		width: 78%;
	}
	#lunch-box .course-wide-txt dl {
		display: flex;
		flex-wrap: wrap;
	}
	#lunch-box .course-wide-txt dl dt,#lunch-box .course-wide-txt dl dd {
		margin-bottom: 10px;
	}
	#lunch-box .course-wide-txt dl dt {
		width: 150px;
		margin-right: 15px;
	}
	#lunch-box .course-wide-txt dl dd {
		width: calc(100% - 165px);
	}
	#lunch-box .course-wide-txt dl dt:last-of-type,#lunch-box .course-wide-txt dl dd:last-of-type {
		margin-bottom: 0;
	}
}

/*	LIVE		*/
#live-box{
	padding:0 20px;
	text-align:center;
	margin-bottom:130px;
}
#live-box .title{
	margin-bottom:20px;
}
#live-box h2{
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}
#live-box h3{
	color:#bda57a;
	line-height:1.6;
	font-size:24px;
	margin-bottom:33px;
}
#live-box p{
	color:#bda57a;
	line-height:1.6;
	font-size:15px;
	margin-bottom:50px;
}
#artist-box{
	width:910px
	margin:0 auto;
}
.artist-small-box{
	vertical-align:top;
	display:inline-block;
	width:175px;
	text-align:left;
}
#live-box .artist-small-box h2{
	font-size:15px;
	color:#bda57a;
	margin-bottom:10px;
}
.artist-small-box p{
	font-size:15px;
	color:#bda57a;
}
/*
.calendar-container {
	overflow:hidden
	position: relative!important;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	max-width:800px;
	margin:0 auto 33px auto;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    //height: 100%!important;
}
@media screen and (max-width: 767px) {
    .calendar-container {
        padding-bottom: 140%;
    }
}
@media screen and (max-width: 460px) {
    .calendar-container {
        padding-bottom: 180%;
    }
}
*/
.calendar-container{
	position: relative;
	max-width: 800px;
	height:600px;
	padding:0 30px ;
	margin:0 auto 30px auto;

}
.calendar-container iframe{
	border:none;

	width: 100% !important;
	height: 100% !important;
}
.entry-content img,#content embed,#content object,#content iframe,#content video {
    border: 1px solid #eeeeee!important;
    padding: 6px!important;
    background-color: rgba(230,230,230,0.4)!important;
    border-radius: 3px;
}

/*	cource驛ｨ		*/
#cource-box{
	padding:0 20px;
	text-align:center;
	margin-bottom:130px;
	position: relative;
}
#cource-box .title{
	margin-bottom:20px;
}
#cource-box h2{
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}
#cource-box h3{
	color:#bda57a;
	line-height:1.6;
	font-size:24px;
	margin-bottom:33px;
}
#cource-box p{
	color:#bda57a;
	line-height:1.6;
	font-size:15px;
	margin-bottom:50px;
}
#course-big-box{
	margin:0 auto;
	max-width:980px;

}
.gothic{
	font-family:'Arial', 'Tahoma','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;
}
.course-small-box{
	max-width:390px;
	padding:20px;
	margin:20px;
	background-color:#fff;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: top;
}
#cource-box .course-small-box img{
	width:100%;
	margin-bottom:18px;
}
#cource-box .course-small-box h1{
	font-size:20px;
	color:#847354;
	line-height:1.6;
	margin-bottom:12px;
}
#cource-box .course-small-box h2{
	line-height:30px;
	background-color:#d5574b;
	font-size:20px;
	margin-bottom:17px;
}
#cource-box .course-small-box h3{
	color:#847354;
	font-size:15px;
	line-height:1.6;
	margin-bottom:0;
}
#rayoutbox{
	max-width:830px;
	margin:0 auto 13px auto;
}
.rayoutsmallbox{
	max-width:360px;
	padding:0 20px 20px 20px;
	display:inline-block;
}
#rayoutbox img{	
	width:100%;


}
#reservebox,#takeoutbox{
	max-width:360px;
	padding:0 20px;
	margin:0 auto;
}
#reservebox img,#takeoutbox img{
	width:100%;
}
/*	繧｢繧ｯ繧ｻ繧ｹ驛ｨ	*/
#access-box{
	text-align:center;
	margin-bottom:130px;
}
#mapbox{
	position: relative;
	max-width: 640px;
	/*height:380px;*/
	padding:0 30px ;
	margin:0 auto 140px auto;

}
#mapbox iframe {
	border:none;
	width: 100% !important;
	/*height: 100% !important;*/
	margin-bottom: 20px;
	height: 380px;
}
#mapbox iframe:last-child {
	margin-bottom: 0;
}

#access-box h2,#takeout h2{
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}
#access-box h3{
	color:#bda57a;
	line-height:1.6;
	font-size:24px;
	margin-bottom:33px;
}
#access-box p{
	color:#bda57a;
	line-height:1.6;
	font-size:15px;
	margin-bottom:50px;
}
/*繝輔ャ繧ｿ繝ｼ驛ｨ*/
#foot{
	text-align:center;
}
#foot-logo{
	margin-bottom:38px;
}
#foot h2{
	color:#bda57a;

	font-size:24px;
	margin-bottom:33px;
}
#foot a {
	color: #bda57a;
}
.fs15{
	line-height:1.6;
	font-size:15px;
}
.fs20{
	line-height:1.6;
	font-size:20px;
}
.fs24{
	line-height:1.6;
	font-size:24px;
}
#eigyo-box{
	margin-bottom:38px;
}
#eigyo-top-box{
	padding:0 30px;
}
#eigyo-top-box img{
	max-width:640px;

	width:100%;
}
#eigyo-middle-box{
	margin:0 auto;
	max-width:640px;

}
#eigyo-middle-box p{
	vertical-align:top;
	color:#bda57a;
	font-size:15px;
	line-height:1.6;
	display: -moz-inline-box;
	display: inline-block;
	margin:18px;
}
#eigyo-bottom-box{
	padding:0 30px;
}
#eigyo-bottom-box img{
	max-width:640px;
	width:100%;
}
.copy{
	color:#958d83;
	font-size:11px;
}
#foot-fb{
	position:relative;
	top:10px;
	width:100%;
	background-color:#fff;
}
#foot-fb-inner{
	max-width:640px;
	margin:0 auto;
}
#foot-fb iframe{
	margin-top:20px;
	width:100%;
	height:25px;
}
#ftop{
	margin:0 auto;
	max-width:960px;
	height:60px;
}
#ftop a{
	width:120px;
	height:60px;
}
#ftop img{
	width:120px;
	height:60px;
	position:relative;
	top:12px;
	float:right;
}
.mb23{

	padding-bottom:23px;
}
.mb44{

	padding-bottom:44px;
}
@media screen and (min-width:481px) and (max-width:780px) {
	/*ヘッダー*/
	/*ヘッダー*/
	#head{
		display:none;
		overflow:hidden;
	}

	/**/
	#smart-head{
		display:block;
	}
	#smart-head-menu{
		//position:fixed;
		width:100%;
		overflow:hidden;
		min-height:80px;
		z-index:10000;

	}
	#smart-logobox{
		width:100%;
		background-color:#fff;

	}
	#smart-logobox-innerbox{
		width:120px;
		margin:0 auto;
	}
	#smart-small-logo{
		width:120px;
		margin:23px auto;
	}
	#pagemenu-box{
		width:100%;
		background:#bda57a;
	}
	#smart-pagemenu{
		background:#bda57a;
		width:100px;
		margin:0 auto;
	}
	#pagemenu{
		margin:14px 0 9px 0;
		width:100px;
		
	}
	#smart-glmenubox{
		display:none;
		width:100%;
		position: absolute;
		z-index:18000;
	}
	#smart-glmenubox ul{
		text-align:center;
		width:100%;

		display: inline-block;
	}
	.res{
		width:100px;
	}
	#smart-glmenubox li{
		background-color:#fff;
		text-align:center;
		font-size:18px;
		border-bottom:1px #bda57a solid;
		font-family: 'mi',serif;
		line-height:55px;
		opacity: 0.80;
		filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		-ms-filter: "alpha(opacity=80)";
	}
	#smart-glmenubox li a{
		width:100%;
		color:#452d1a;

		border-bottom:1px #bda57a;
	}
	.title-box{
		width:70%;
	}
	.title{	
		height:25px;
	}
	#ftop{
		margin:0 auto;
		max-width:120px;
		height:60px;
	}
	#ftop a{
		width:120px;
		height:60px;
	}
	#ftop img{
		width:120px;
		height:60px;
		position:relative;
		top:12px;
		margin:0 auto;
	}
	#fb-box{
		position:relative;
		/*bottom:100px;
		margin-bottom:-80px;*/
	}
	.about_movie {
		bottom: 100px;
		margin-bottom: -40px;
	}
}
@media screen and (max-width: 480px) {
	/*ヘッダー*/
	#head{
		display:none;
		overflow:hidden;
	}

	/**/
	#smart-head{
		display:block;
	}
	#smart-head-menu{
		//position:fixed;
		width:100%;
		overflow:hidden;
		min-height:80px;
		z-index:10000;

	}
	#smart-logobox{
		width:100%;
		background-color:#fff;

	}
	#smart-logobox-innerbox{
		width:120px;
		margin:0 auto;
	}
	#smart-small-logo{
		width:120px;
		margin:23px auto;
	}
	#pagemenu-box{
		width:100%;
		background:#bda57a;
	}
	#smart-pagemenu{
		background:#bda57a;
		width:100px;
		margin:0 auto;
	}
	#pagemenu{
		margin:14px 0 9px 0;
		width:100px;
		
	}
	#smart-glmenubox{
		display:none;
		width:100%;
		position: absolute;
		z-index:18000;
	}
	#smart-glmenubox ul{
		text-align:center;
		width:100%;

		display: inline-block;
	}

	#smart-glmenubox li{
		background-color:#fff;
		text-align:center;
		font-size:18px;
		border-bottom:1px #bda57a solid;
		font-family: 'mi',serif;
		line-height:55px;
		opacity: 0.80;
		filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		-ms-filter: "alpha(opacity=80)";
	}
	#smart-glmenubox li a{
		width:100%;
		color:#452d1a;

		border-bottom:1px #bda57a;
	}
	.title-box{
		width:70%;
	}
	.title{	
		height:25px;
	}
	.res{
		width:60px;
	}

	/*	about部		*/
	.about_movie {
		padding: 0 20px;
		bottom: 100px;
		margin-bottom: -40px;
	}
	#about-box{
		margin-bottom:40px;
		text-align:center;
		padding:0 20px;
	}
	#about-box .title{
		/*width:60px;*/
		margin-bottom:10px;
	}
	#about-box h2{
		color:#fff;
		margin-bottom:10px;
		font-size:12px;
	}
	#about-box h3{
		color:#bda57a;
		line-height:1.6;
		font-size:14px;
		margin-bottom:33px;
	}
	#about-box p{

		color:#bda57a;
		line-height:1.6;
		font-size:10px;
		margin-bottom:20px;
	}
	.abimg{
		width:100px;
		margin:0 7px 10px 7px;
	}

	#poroco-box{
		margin:0 auto;
		max-width:620px;
		padding:0 20px;
	}
	#poroco-box img{

		width:100%;
	}

	/*	FB驛ｨ	*/

	#fb-box{
		text-align:center;
		margin:0 auto 70px auto;
		padding:0 20px;
		position:relative;
		/*bottom:100px;
		margin-bottom:-20px;*/
	}

	#fb-box .title{
		margin-bottom:20px;
	}

	/*	MENU驛ｨ		*/
	#menu-box{
		padding:0 30px;
		text-align:center;
		margin:0 auto 60px auto;
		max-width:740px;
	}
	#menu-box .title{
		margin-bottom:10px;
	}
	#menu-box h2{
		color:#fff;
		margin-bottom:10px;
		font-size:12px;
	}
	.bx-pager {
		display: flex;
		flex-wrap: wrap;
	}
	.bx-pager a{
		/*height:35px;
		display:inline-block;*/
		margin:0;
		margin-right: 2%;
		width: 32%;
		margin-bottom: 8px;
	}
	.bx-pager a:nth-child(3n) {
		margin-right: 0;
	}
	.bx-pager a img {
		max-width: 100%;
	}
	.slide_menu_title {
		font-size: 13px;
	}
	.slide_menu_sub_title,
	.slide_menu_textlist {
		font-size: 12px;
	}
	.icons{
		/*margin:0 auto;
		max-width:680px;
		min-width:320px;*/
	}
	.icons-box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
		padding-bottom: 12px;
		/*width:300px;
		display:inline-block;
		padding:0 10px;*/
	}
	.icons-box article {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#menu-box .icons-box.icons-box-textonly article {
		padding-bottom: 12px;
	}
	.icons-box img{
		/*float:left;*/
		width:70px;
		display:none;
		margin-bottom:0px; 
		behavior: url("border-radius.htc");
	}
	#menu-box .icons-box h2{
		color:#fff;
		/*display: block;*/
		/*float:left;*/
		margin-left:8px;
		margin-bottom:0px;
		font-size:12px;
		text-align:left;
		width: calc(100% - ( 70px + 8px));
		justify-content: flex-start;
	}
	#menu-box .icons-box.icons-box-textonly h2 {
		width: 56%;
		margin-right: 2%;
		margin-left: 0;
	}
	#menu-box .icons-box h3 {
		font-size:12px;
		text-align: right;
		width: 100%;
	}
	#menu-box .icons-box .icons-box-price{
		/*width:170px;*/
		/*float:right;*/
		font-size:10px;
		/*margin-left:8px;*/
		color:#fff;
		text-align:right;
		width: 100%;
		margin-top: 0;
	}
	#menu-box .icons-box .icons-box-price small {
		display: inline-block;
		text-align: right;
	}
	#menu-box .icons-box.icons-box-textonly .icons-box-price {
		width: 42%;
		margin-bottom: 0;
	}
	#menu-box .icons-box.icons-box-textonly .icons-box-price small {
	}
	/*	cource		*/
	#cource-box{
		padding:0 20px;
		text-align:center;
		margin-bottom:70px;
	}
	#cource-box .title{
		margin-bottom:20px;
	}
	#cource-box h2{
		color:#fff;
		margin-bottom:10px;
		font-size:12px;
	}
	#cource-box h3{
		color:#bda57a;
		line-height:1.6;
		font-size:14px;
		margin-bottom:33px;
	}
	#cource-box p{

		color:#bda57a;
		line-height:1.6;
		font-size:10px;
		margin-bottom:20px;
	}
	#course-big-box{
		margin:0 auto;
		max-width:980px;

	}
	.course-small-box{
		max-width:390px;
		padding:20px;
		margin:20px;
		background-color:#fff;
		display:-moz-inline-box;
		display:inline-block;
	}
	#cource-box .course-small-box img{
		width:100%;
		margin-bottom:9px;
	}
	#cource-box .course-small-box h1{
		font-size:16px;
		color:#847354;
		line-height:1.6;
		margin-bottom:6px;
	}
	#cource-box .course-small-box h2{
		line-height:20px;
		background-color:#d5574b;
		font-size:12px;
		margin-bottom:9px;
	}
	#cource-box .course-small-box h3{
		color:#847354;
		font-size:12px;
		line-height:1.6;
		margin-bottom:0;
	}
	#reservebox,#takeoutbox{
		max-width:360px;
		padding:0 20px;
		margin:0 auto;
	}
	#reservebox img,#takeoutbox img{
		width:100%;
	}
	/*	LUNCH		*/
	#lunch-box,#takeout{
		padding:0 20px;
		text-align:center;
		margin-bottom:70px;
	}
	#lunch-box .title{
		margin-bottom:20px;
	}
	#lunch-box h2{
		color:#fff;
		margin-bottom:10px;
		font-size:12px;
	}
	#lunch-box h3{
		color:#bda57a;
		line-height:1.6;
		font-size:14px;
		margin-bottom:33px;
	}
	#lunch-box p{

		color:#bda57a;
		line-height:1.6;
		font-size:10px;
		margin-bottom:20px;
	}
	#lunch-big-box{
		margin:0 auto;
		max-width:980px;

	}
	.lunch-small-box{
		max-width:390px;
		padding:20px;
		margin:20px;
		background-color:#fff;
		display:-moz-inline-box;
		display:inline-block;
		vertical-align: top;
	}
	.lunch-small-box{
		max-width:390px;
		padding:20px;
		margin:20px;
		background-color:#fff;
		display:-moz-inline-box;
		display:inline-block;
	}
	#lunch-box .course-small-box img{
		width:100%;
		margin-bottom:9px;
	}
	#lunch-box .course-small-box h1{
		font-size:16px;
		color:#847354;
		line-height:1.6;
		margin-bottom:6px;
	}
	#lunch-box .course-small-box h2{
		line-height:20px;
		background-color:#d5574b;
		font-size:12px;
		margin-bottom:9px;
	}
	#lunch-box .course-small-box h3{
		color:#847354;
		font-size:12px;
		line-height:1.6;
		margin-bottom:0;
	}

	/*	LIVE		*/
	#live-box{
		padding:0 20px;
		text-align:center;
		margin-bottom:70px;
	}
	#live-box .title{
		margin-bottom:20px;
	}
	#live-box h2{
		color:#fff;
		margin-bottom:10px;
		font-size:12px;
	}
	#live-box h3{
		color:#bda57a;
		line-height:1.6;
		font-size:14px;
		margin-bottom:33px;
	}
	#live-box p{

		color:#bda57a;
		line-height:1.6;
		font-size:10px;
		margin-bottom:20px;
	}
	#artist-box{
		width:910px
		margin:0 auto;
	}
	.artist-small-box{
		vertical-align:top;
		display:inline-block;
		width:175px;
		text-align:left;
	}
	#live-box .artist-small-box h2{
		font-size:15px;
		color:#bda57a;
		margin-bottom:10px;
	}
	.artist-small-box p{
		font-size:15px;
		color:#bda57a;
	}
	/*	access */
	#access-box{
		text-align:center;
		margin-bottom:70px;
	}
	#mapbox{
		position: relative;
		max-width: 640px;
		/*height:380px;*/
		padding:0 20px;
		margin:0 auto 70px auto;
	}
	#mapbox iframe{
		width: 100% !important;
		/*height: 100% !important;*/
		height: 250px;
	}
	#access-box h2,#takeout h2{
		color:#fff;
		margin-bottom:10px;
		font-size:12px;
	}
	#access-box h3{
		color:#bda57a;
		line-height:1.6;
		font-size:14px;
		margin-bottom:33px;
	}
	#access-box p{
		color:#bda57a;
		line-height:1.6;
		font-size:15px;
		margin-bottom:50px;
	}
	/*フッター*/
	#foot{
		text-align:center;
	}
	#foot-logo{
		width:75px;
		margin-bottom:15px;
	}
	#foot h2{
		color:#bda57a;
		font-size:10px;
		margin-bottom:0;
	}
	.fs15{
		line-height:0;
		font-size:10px;
	}
	.fs20{
		line-height:0;
		font-size:12px;
	}
	.fs24{
		line-height:0;
		font-size:14px;
	}
	#eigyo-box{
		margin-bottom:15px;
	}
	#eigyo-top-box{
		padding:0 15px;
	}
	#eigyo-top-box img{
		max-width:640px;
		width:100%;
	}
	#eigyo-middle-box{
		margin:0 auto;
		max-width:640px;
	}
	#eigyo-middle-box p{
		color:#bda57a;
		font-size:12px;
		line-height:1.6;
		display: -moz-inline-box;
		display: inline-block;
		margin:18px;
	}
	#eigyo-bottom-box{
		padding:0 30px;
	}
	#eigyo-bottom-box img{
		max-width:640px;
		width:100%;
	}
	.copy{
		color:#958d83;
		font-size:11px;
	}
	#foot-fb{
		position:relative;
		top:10px;
		width:100%;
		background-color:#fff;
	}
	#foot-fb-inner{
		max-width:640px;
		margin:0 auto;
	}
	#foot-fb iframe{
		margin-top:20px;
		width:100%;
		height:25px;
	}
	#ftop{
		margin:0 auto;
		max-width:60px;
		height:30px;
	}
	#ftop a{
		width:60px;
		height:30px;
	}
	#ftop img{
		width:60px;
		height:30px;
		position:relative;
		top:12px;
		margin:0 auto;
	}
}

