@charset "utf-8";
/* CSS Document */

.reserve {
    display: none;
}
/*********************************************************
                    ヘッダー
*********************************************************/
#header {
    display: none;
}
#logo {
    margin: 0 auto 2%;
}
/*********************************************************
                    コンテンツ
*********************************************************/
/*--メインイメージ--*/
.logo-text {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 50%;
    margin-top: -25px;
    margin-left: -77px;
    width: 40%;
}
/*--コンセプト--*/
.concept p {
    margin: 8px 0;
    font-size: 14px;
}
.concept-inner {
    padding: 2% 0;
}
/*--メニュー--*/
.sp-b {
    display: block;
    margin-top: 5px;
}
.set-menu .price {
    width: 50%;
}
.set-menu .m1 {
    line-height: 1.5;
}
.youtube {
    display: block;
    width: 100%;
    margin-bottom: 10%;
    box-sizing:border-box;
    table-layout:auto;
}
.y-1 {
    display: block;
    50%;
    vertical-align:baseline;
    padding:0 0 0 0;
}
.y-2 {
    display: block;
    vertical-align:baseline;
    padding:20px 0 0 0;
}
.youtube iframe {
    width:100%;
    height:270px;
}
/*********************************************************
                    フッター
*********************************************************/
footer ul {
    width: 100%;
    text-align: center;
}
/*********************************************************
                       スマホ用メニュー
*********************************************************/
.global_menu {
    display: block;
}
.slide_btn {
    cursor: pointer;
    background: #A1BCA7;
    text-align: center;
    color: #000;
    line-height: 45px;
    display: block;
    font-size: 18px;
}
#category_list{
	display:none;
	width:100%;
 	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(255,255,255,0.9);
}
#category_list ul li {
	font-size: 16px;
    line-height: 45px;
    text-align: center;
}
#category_list ul li a {
	text-decoration: none;
    color: #000;
}
.list_close {
    cursor: pointer;
    background: #A1BCA7;
    text-align: center;
    color: #000;
    line-height: 45px;
}