@charset "UTF-8";


.sp {
	display: block;
}
.pc {
	display: none;
}


body {
	font-size: 14px;
	color: #000;
	background: #FFFFFF;
	line-height: 1.3;
	text-align: left;
	word-wrap:break-word;
}

.inner {
	max-width: 95%;
	margin: 0 auto;
}

img{
	width: 100%;
}


nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.head{
	background:#060606;
	padding-top: 10px;
	padding-bottom: 10px;
}


.logosp{
	width: 30%;
	margin: 0 auto;
}


.kv{
	background: url(img/kv_bg.jpg) repeat top center;
	
}

.kv_bg{
	background:none;
	padding-top: 0px;
	 width: 100vw;
  height: auto;
  min-height: 100vh;
	position:relative;
}

.kv_img{
	width:100%x;
	margin: 0 auto;
}

.main{
	background: url(img/main_bg.jpg) repeat top center;
}

.content{

}

.bnr{
	position:static;
	top: 0;
margin-bottom: 30px;

}

.bnr_01{
	background: none;
	padding: 0px;
	margin-bottom: 16px;
	padding-top: 16px;
	
}

.l_bnr{
	float: none;
	margin-bottom: 16px;
}

.r_bnr{
	float: none;
}

.menu{
	position: relative;
	top: 0px;
	text-align: center;
	margin-bottom: 30px;
}

.menu h3{
	
	margin: 0 auto;
	text-align: center;
	margin-bottom: 16px;
	
}

.menu h3 img{
	width:100%s;
	margin: 0 auto;
}

.menu01{
	float: none;
	width: 100%;
	margin: 0 auto;
}

.menu02{
	width: 50%;
	float: left;
}

.menu03{
	width: 50%;
	float: right;
}

.blog{
	background: url(img/blog_bg.jpg) no-repeat top center #000000;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	margin-bottom: 30px;
}

.blog h3{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 16px;
}

.btg_btn{
	text-align: center;

}

.btg_btn img{
	width: 70%;
}

.blog_con{
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 16px;
	width: 80%;
	float: none;
}
.blog_con li{


	text-align: center;
}


.blog_con li:last-child{
	float: none;
	margin-right:0px;
}


.blog_con p{
	margin-top: 0px;
}


.blog_con  a{
	color: #FFFFFF;
	text-decoration: none;
}

.day{
	color: #b4b5b5;
	text-decoration: none;
	
}

.news{
	padding-bottom: 16px;
	padding-top: 16px;
}

.news h3{
		width: 50%;
	margin: 0 auto;

}

.news_con{
	background: #FFFFFF;
	padding: 16px 0px 16px 0px!important;
	color: #171717;
	width: 100%;
	margin: 0 auto;
	
}

.news_con h3{
	margin-bottom: 16px;
}

.news_list{
	width: 95%;
	margin: 0 auto;
	margin-bottom: 16px;
}

.news_list dl{
	text-align: left;
	border-bottom: 1px #333333 solid;
	line-height: 1.5em;
	margin-top: 5px;
	padding-bottom: 5px;
}

.news_list dt{
	width: 100%;
	float: none;
	line-height: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;

}

.news_list dd{
	width: 100%;
	float: none;
	line-height: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}


.shop{
	background: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
}

.shop h3{
	
	width: 50%;
	margin: 0 auto;
	margin-bottom: 16px;
}

.s_left{
	width: 100%;
	float: none;
	margin-bottom: 30px;
}


.s_right{
	width: 100%;
	float: none;
}

.shop_con{
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 30px;
}

.shop_con h4{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.shop_con p{
	font-size: 15px;
	margin-bottom: 5px;
}

.social{
	text-align: left;
	margin-bottom: 10px;
}


.social img{
	
}

.social li{
	float: left;
	margin-right: 5px;
}


.shop_img{
	margin-bottom: 16px;
}

.shoo_img_l{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.shoo_img_r{
	float: right;
	width: 50%;
}

.shoo_map{
	
}

.footer{
	background: #cd0000;
	line-height: 1.5em;
	color:#FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;

}


.movie_con video{
	width: 100%;
	
}

/*ここからこだわり*/

.content_page{
	padding-top: 16px;
	
}


.kv_bg_page h2{
	padding-top: 16px;
	padding-bottom: 16px;
}

.kv_bg_page h2 img{
	width: 80%;
	margin: 0 auto;
}

.commit{
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 60px;
}

.commin_con{
	background: url(img/commit_bg.jpg) no-repeat top #000000;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 30px;
	color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 auto;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;

}



.commin_con h3{

	margin: 0 auto;
	margin-bottom: 16px;
}

.commin_con h3 img{
	
	width: 80%;
}


.commit_01{
	text-align: left;
	padding-left: 0px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.commit_02{
	text-align: left;
	padding-left: 0px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 30px;
}


.commit_03{
	width: 90%;
	text-align: left!important;
margin: 0 auto;

}

.commit_03 p{
	margin-bottom: 16px;
}
.ten img{
	width: 60%;
	margin: 0 auto;
}


/*ここから店舗情報緒*/


.shop_main{
	width: 95%;
	margin: 0 auto;
	padding-top: 0px;
}

.shop_link{
	text-align: right;
	margin-bottom: 20px;
}


.shop_link a{
	color: #FFFFFF;
	display: inline-block;
	margin-right: 10px;
}


.shop_g{
	width: 100%;;

}


.shop_g h3{
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 15px;
}


.s_g{
	text-align: left;
	margin-bottom: 20px;
}

.shop_mains{
	width: 100%;
	margin-bottom: 12px;
	float: none;
}


.shop_sub{
	width: 100%;;
	float: none;
}


.simg01{
	float: left;
	margin-bottom: 12px;
	width: 50%;
}

.simg02{
	float: right;
	margin-bottom: 12px;
	width: 50%;
}

.simg03{
	float: left;
	width: 50%;
}

.simg04{
	float: right;
	width: 50%;
}

.sna{
	margin-bottom: 25px;
}

.s_pr{
	width: 100%;
	color: #FFFFFF;
	float: none;
	text-align: left;
}

.s_pr p{
	margin-bottom: 10px;
	
}

.s_name{
	font-size: 20px;
	font-weight: bold;
}
.s_map{
	width: 100%;
	float: right;
}

/*ここからメニュー*/


.commin_con_menu{
	background:#000000;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 30px;
	width: 100%;
	margin: 0 auto;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFFFFF;
}

.commin_con_menu h4 img{
	width: 60%;
	margin: 0 auto;
}


.commin_con_shop{
	background:#000000;
	margin-top: 16px;
	padding-top: 30px;
	padding-bottom:30px;
	margin-bottom: 40px;
	width: 100%;
	margin: 0 auto;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	line-height: 1.5em;
	
}

.menu_main{
	width: 95%;
	margin: 0 auto;
	padding-top: 25px;
}

.t_l{
	width: 100%;
	float: none;
	text-align: left;
}

.t_l h4 img{
	width: 100%;
}

.t_l p{
	padding-top: 16px;
	padding-left: 0px;
	margin-bottom: 16px;
}


.i_r{
	width: 100%;
	float: none;
}


.i_l{
	width: 95%;
	float: none;
	margin-bottom: 16px;
}

.t_r{
	width: 95%;
	float: none;
}

.t_r h4 img{
	width: 100%;
}



.t_r p{
	padding-top: 16px;
	padding-left: 0px;
	margin-bottom: 16px;
}

.kaedama{
	margin-bottom: 30px;
}




.abu_main{
	width: 1025px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.clum3{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.clum3 li{
	float: none; 
	margin-bottom: 16px;
	
}


.clum3 li:first-child{
	float: none;
	margin-right: 0px;
}



.clum3 li:last-child{
	float: none;
}


.topn{
	margin-bottom: 30px;
	margin-top: 0px;
}

.topn h4{
	margin-bottom: 25px;
}

.clum4{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
}

.clum4 li{
	float: none;
	margin-left: 0px;
	margin-bottom: 16px;
}

.first{
	float: none;
	margin-left: 0px!important;
}

.gohan{
	margin-bottom: 30px;
}

.gohan ul{
	margin-bottom: 0px;
}

.clum4 li:last-child{
	float: none;
}


.gohanli li{

	margin-bottom: 16px;
}


.otu{
	margin-bottom: 30px;
}

.otu h4{
	margin-bottom: 25px;
}


.drink h4{
	margin-bottom: 25px;
}


.name{
display: inline-block;
}


.price{
display: inline-block;
	float: right;
	color: #b10303;
}



.list{
	margin-top:8px;
	font-size: 18px;
	text-align: left;
}


.lists{
	text-align: center
}


.names{
display: block;
}


.prices{
display: block;
	color: #b10303;
}


.drink_main{
	width: 95%;
	margin: 0 auto;
}

/*ここからピックアップ商品*/


.commin_con_pic{
	background: #000000;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
}




.pic01{
	margin-top: 30px;
}

.pic02{
	margin-top: 0px;
}


.cate_btn{
	text-align: center;
	padding-left: 0px;
	margin-bottom: 20px;
	
}

.cate_btn h3{
	padding-bottom: 10px;
	text-align: center;
}

.cate_btn li{
	float: none;
	padding-right: 0px;
	margin-bottom: 5px !important;
	margin: 0 auto;
	width: 50%;
}

.cate_btn img{
	width: 50%;
	margin: 0 auto;
}

.blog_list{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}

.blog_imgs{
	width: 100%;
    float: none;
    margin-right: 0;
}

.day{
	display: block;
	font-weight:normal;
}

.blog_txts{
	width: 100%;
	float: left;
	font-size: 15px;
	text-align: center;
	line-height: 1.3em;
	font-weight:bold;
}

.blog_de{
	margin-bottom: 10px;
	display: block

}


.tags a{
	display:inline-block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: #FF0004;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
padding-right: 10px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 1em;
}


.page_na{
	text-align: center;
}

.page-numbers{
	display:inline-block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background:#4B4B4B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
padding-right: 10px;
	margin-right: 5px;
	line-height: 1em;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}


.blog_cons{
	width: 93%;
	margin: 0 auto;
	text-align: left;
}

.blog_cons h2{
	font-size: 26px;
	font-weight:bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 20px;
    line-height: 1.3;
	margin-left: -4%;
    margin-right: -4%;
}

.time{
	display :inline-block;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	font-weight:normal;
}


.blog_t{
	float: left;
	font-size: 27px;
}

.blog_categ{
	float: right;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	padding-left: 40px;
	padding-right: 40px;
	background: #3B3B3B;
	text-align: center;
	font-size: 13px;
	padding: 10px 20px;
}

.blog_d{
	margin-top: 20px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
}

.blog_btm a{
	display:inline-block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background:#4B4B4B;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
padding-right: 40px;
	margin-right: 5px;
	line-height: 1em;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;

}

.single-thumbnail img {
	object-fit: none;
    width: 100%;
}



