@charset "UTF-8";
/* CSS Document */
body {
  background-color: #111;
}
.ye{
	display: none;
}
.hero_image_menu {
	background-image:url("../images/07_menu/menu_top.jpg");
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:bottom;
}
.hero_image_menu_filter{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(0,0,0,0.30);
	 height: calc(100vh - 50px);
	  width: 100%;
	
}
.hero_image_menu h2{
font-family: futura-pt,sans-serif;
font-weight: 100;
font-style: normal;
	font-size: 6.0rem;
	letter-spacing: 1.3em;
	padding-left: 1.3em;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}
.col-12 h2{
	font-weight: 600!important;
}

.same-category_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.same-category_block::after{
	content: "";
    display: block;
    width: 30%;
}
.wrapper{
	max-width: 1200px!important;
}

@media(max-width:599px){
	.hero_image_menu h2{
		font-size: 3.5rem;
	}
	.hero_image_menu {
	
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.menu_desc p{
		font-size: 1.4rem;
	}
	.same-category_block{
	display: block;
		margin: 0 auto;
}
	
}
@media(min-width:600px) and (max-width:1024px){
	.hero_image_menu h2{
		font-size: 5rem;
	}
	.hero_image_menu{

  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.spta_none{
		display: none;
	}
}


.row {
 
    display: flex;
    flex-wrap: wrap;
	margin: 70px auto;
}
@media(max-width:599px){
	.row{
		display: block;
	}
	.spta_none{
		display: none;
	}
	.col-md-6 {
    width: 100% !important;
}
	.content p {
    line-height: 1;
    font-size: 1.6rem;
    text-align: left;
    padding-right: 0px !important;
}
	.article_title {
    font-size: 2rem !important;
    text-align: left;
    margin-bottom: 30px;
}
	.article .article_pic img {
    max-width: 100%;
    height: auto;
    margin-top: 20px !important;
}
	.info_list{
		display: block !important;
	}
	.info .info_list li {
    padding: 10px 0px!important;
    margin: 0;
    width: 100% !important;
    display: block !important;
 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

		border-right: none!important;
		text-align: left;
}
	.info_list li span{
	display: block;
		text-align: right;
		margin: 0 0 0 auto;
	}
	.other_menu{
		font-size: 2rem!important;
	}
	.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%!important;
    flex: 0 0 100%!important; 
    max-width: 100%!important; 
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px!important;
    padding-left: 0px!important;
		margin: 0 auto !important; 
}
	.menu {
		width: 100%!important;
		max-width: 100%!important;
	}
	.btn06{
		width:100%!important;
	}
	.justify-content-center {
    margin: 30px auto;
}
}
@media(min-width:600px) and (max-width:1024px){
	.info_list{
		display: block !important;
		    width: 50%;
    margin: 0 auto;
	}
	.info .info_list li {
    padding: 10px 0px!important;
    margin: 0;
    width: 100% !important;
    display: block !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		border-right: none!important;
		text-align: left;
}
	.info_list li span{
	display: block;
		text-align: right;
		margin: 0 0 0 auto;
	}

.justify-content-center {
    margin: 50px auto;
}
	.other_menu{
		font-size: 2rem!important;
	}
	.article_title {
    font-size: 2.2rem!important;
    text-align: left;
    margin-bottom: 30px;
}
}

.sub_title{
	font-size: 1.6rem;
	font-weight: 300;
	text-align: left;
	margin: -15px 0 20px 0;
}






.article_title{
	font-size: 2.4rem;
	    text-align: left;
    margin-bottom: 30px;
	padding:0 !important;
	letter-spacing: 0.5rem!important;
}
.content p {
    line-height: 3rem;
    font-size: 1.4rem;
	text-align: left;
	padding-right: 20px;
}
.article .article_pic img {
    max-width: 100%;
    height: auto;

}
.col-md-6{
	width:50%;
}
.article article-menu{
	
}
.info .info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.info .info_list li {
    padding: 5px 13px;
    margin: 0;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.info .info_list li:last-child {
    border-right: none;
}
.other_menu {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 2.4rem;
	margin-top: 100px;
}



.other_menu_category{
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
	
	
	
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.col-md-3 {
	display: flex;
    max-width: 100%!important;
	position: relative;
    width: 100%!important;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.menu {
    width: 30%;
    margin-bottom: 30px;
}
.menu a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.menu .menu_pic img {
    width: 100%;
    height: auto;
}
.menu_title{
	text-align: left;
}
.menu_price{
	text-align: right;
}
.menu_desc{
	text-align: left;
}/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	margin-top: 40px;
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#111;
	color:#fff;
    padding: 10px 40px 10px 30px;
    text-align: center;
    outline: none;
	border: solid 1px #FFF;
	width: 500px;
    /*アニメーションの指定*/
    transition: ease .2s;
	
}

.btn06:hover{
	background:#222;
}


/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}