@charset "utf-8";
/* CSS Document */

body{
	font-feature-settings: "palt";
}

/*************************************
メイン画像ブロック
*************************************/

#copy_area {
	margin: 70px auto 0;
	padding:0;
}
#copy_area .cinner {
	display: block !important;
	margin: 0 auto 0;
	text-align: left;
	
}
#copy_area img{
	margin:auto;
	width:100%;
	height:auto;	
	}

#copy_area img.pc {
	display: block !important;
	max-width: 1920px;
}

#copy_area img.sp {
	display: none !important;
}

@media only screen and (max-width: 640px) {
	
#copy_area img{
	display:block;
	margin:0 auto 0;
	width:100%;
	height:auto;	
	}
	
#copy_area {
	display: block;
	text-align: center;
	background: url("../asset/bg_sp.jpg") scroll center center transparent;
	background-size: cover;
	height: auto;
	margin: 70px auto 0;
	padding-top: 0px;
	padding-bottom: 0px;
	
}	
#copy_area img.pc {
	display: none !important;
}
#copy_area img.sp {
	display: block !important;
	max-width: 560px;
}
}

/*************************************
クーポンブロック
*************************************/

#coupon_area {
	display: block;
	text-align: center;
	background: url("../asset/coupon_bg.jpg") no-repeat scroll center center transparent;
	background-size: cover;
	height: auto;
	margin: 0 auto 0;
}

#coupon_area .inner{
	display: block;
	width: 90%;
	max-width: 1000px;
	text-align: center;
	height: auto;
	margin: 0 auto 0;
	padding: 60px 0;
}
#coupon_area .inner h3{
	margin-bottom: 40px;
}
#coupon_area .inner h3,
#coupon_area .inner .bana{
	display: block;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	padding: 0px;
}
#coupon_area .inner .bana{
	background: #FFF;
}

#coupon_area .inner img{
	display:block;
	margin:0 auto 0;
	width:100%;
	height:auto;	
	}

#coupon_area .inner img.pc {
	display: block !important;
	max-width: 1000px;
}

#coupon_area img.sp {
	display: none !important;
}

@media only screen and (max-width: 640px) {
	
#coupon_area .inner{
	display: block;
	width: 90%;
	max-width: 510px;
	text-align: center;
	height: auto;
	margin: 0px auto 0;
	padding:30px 0 30px;
}
	
	
#coupon_area .inner h3,
#coupon_area .inner .bana{
	display: block;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	padding: 0px;
	margin-bottom: 20px;
}

#coupon_area .inner img.pc {
	display: none !important;
}
#coupon_area .inner img.sp {
	display: block !important;
	max-width: 510px;
}
}



/*************************************
section共通
*************************************/

section {
	display: block;
	clear: both;
	padding: 0px;
	margin-bottom:100px;
	margin-top:100px; 
}

.sec {
	display: block;
	width: 100%;
	max-width: 1080px;
	text-align: center;
	height: auto;
	margin: 0px auto 0;
	padding: 0;
}

.sec .inner{
	display: block;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0px auto 0;
}

section h3{
	display: block;
	width: 100%;
	font-size: 34px;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
	margin: 0px auto 0;
	padding-top: 0;
	padding-bottom:20px;
}

section h3.fb{
	font-size: 36px !important;
}
section h3.ct{
	font-size: 36px !important;
	line-height: 100%;
	padding-bottom:30px !important;
}

section h3 span{
	display: block;
	line-height: 100%;
	padding-top: 0px;
	
}
section h3 span.read{
	font-size: 24px;
	line-height: 130%;
	padding-bottom: 20px;
}

section h3 span.readt{
	font-size: 20px;
	line-height: 130%;
	padding-bottom: 20px;
}

section h3 span.cap{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif; 
	font-weight: 400;
	color: #313131 !important;
	line-height: 130%;
	padding-top: 10px;
	
}

@media only screen and (max-width: 1200px) {
section h3{
	width: 96%;
}
	
.sec .inner{
	display: block;
	width: 96%;
	max-width: 1000px;
	height: auto;
	margin: 0px auto 0;
}
	
	
}


@media only screen and (max-width: 860px) {
section {
	/*margin-bottom:35px; */
}
	
section {
	display: block;
	clear: both;
	padding: 0px;
	margin-bottom:80px;
	margin-top:80px; 
}
	
section h3{
	font-size: 28px;
	padding-bottom:20px;
}
	
section h3.fb{
	font-size: 34px !important;
}
	
section h3.ct{
	font-size: 34px !important;
	padding-bottom:30px !important;
}

section h3 span.read{
	font-size: 20px;
	padding-bottom: 15px;
}
	
section h3 span.readt{
	font-size: 18px;
}

section h3 span.cap{
	font-size: 15px;
	
}
.sec .inner{
	width: 90%;
}
	
}


@media only screen and (max-width: 480px) {
section {
	display: block;
	clear: both;
	padding: 0px;
	margin-bottom:60px;
	margin-top:60px; 
}
	
section h3{
	font-size: 26px;
	padding-bottom:20px;
}

section h3.fb{
	font-size: 30px !important;
}
	
section h3.ct{
	font-size: 28px !important;
	padding-bottom:15px !important;
}

section h3 span.readt{
	font-size: 16px;
}

section h3 span.read{
	font-size: 16px;
	padding-bottom: 10px;
}

section h3 span.cap{
	font-size: 14px;
	
}
}

/*************************************
お知らせエリア
*************************************/

#News {
	padding-bottom: 0px;
}

#News h3{
	/*color: #ba3703;*/
	border-bottom: 1px solid #313131;
	padding-top: 0px;
	margin-bottom: 30px;
}
#News article {
	display: block;
	width: 100%;
}

#News article .Lblock{
	display: block;
	float: left;
	width: 66%;
	text-align: justify;
}

#News article .Rblock{
	display: block;
	float: right;
	width: 31%;
	text-align: right !important;
}

#News article .Lblock h4{
	display: block;
	font-size: 22px;
	min-height: 35px;
	border-left:8px solid /*#ba3703*/;
	padding-right: 20px;
	padding-left: 10px;
	margin: 0 0 15px;
}

#News article .Lblock p{
	font-size: 16px;
	line-height: 160%;
	padding: 0 20px 0;
}

#News article .Lblock p.date{
	display: block;
	font-size: 13px !important;
	line-height: 130%;
	padding: 20px 20px 20px !important;
	text-align: right !important;
}


#News article .Lblock p.date::after{
	content: "投稿";
	padding-left: 5px;
}


#News article .Rblock img{
	display: block;
	width: 100%;
	max-width: 370px;
	height: auto;
	margin-left: auto;
}
@media only screen and (max-width: 1000px) {
#News {
	padding-bottom: 0px !important;
}
}

@media only screen and (max-width: 640px) {
	
#News h3{
	padding-top: 0px;
	margin-bottom: 20px;
}
	
#News article .Lblock{
	display: block;
	float: none;
	width: 100%;
}

#News article .Rblock{
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
		
	
#News article .Lblock h4{
	font-size: 20px;
	min-height: 30px;
	padding-right: 0px;
}
	
#News article .Lblock p{
	font-size: 14px;
	line-height: 140%;
	padding: 0 0px 0;
}
	
#News article .Lblock p.date{
	padding: 20px 0px 20px !important;
}

#News article .Rblock img{
	width: 80%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
}


@media only screen and (max-width: 480px) {
#News article .Lblock h4{
	font-size: 16px;
	line-height: 140%;
	min-height: 25px;
	padding-right: 0px;
	margin: 0 10px;
}
#News article .Lblock p{
	font-size: 13px;
	line-height: 140%;
	padding: 0 10px 0 30px;
}
}

/*************************************
特長・ポイントエリア
*************************************/
#Feature{
	padding-bottom: 60px;
}

#Feature h3{
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 45px;
	position: relative;
	z-index: 1;
}
#Feature .bg_img{
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
}

#Feature .bg_img::after {
  content: '';
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#Feature article {
	display: block;
	width: 100%;
	margin: 0 auto 45px;
}
#Feature article:last-child{
	margin-bottom: 0;
}


#Feature article .block{
	display: block;
	width: 50%;
	vertical-align: top;
	
}


#Feature article .Lb{
	float: left;
	padding-right: 15px;
}

#Feature article .Rb{
	float: right;
	padding-left: 15px;
}

#Feature article .block h4{
	display: block;
	/*background: #ba3703;*/
	font-size: 24px;
	color: #FFF;
	margin: 0 0 20px;
	padding: 14px 14px 14px 70px;
	height: auto;
	text-align: left;
	line-height: 1.5;
	position: relative;
}




#Feature article .block h4::before{
	font-size: 28px;
	counter-increment: number 1;
	content: "0"counter(number) ;
    position: absolute;
    left: 20px;
    line-height: 1.3;
}

#Feature article .block p{
	display: block;
	font-size: 17px;
	line-height: 160%;
	padding: 0 0px 0 20px;
	margin: 0 30px 0;
	/*padding: 0 10px 0 30px;
	margin: 0 30px 0;*/
	border-left:1px solid #FFF;
	color: #FFF;
	font-weight: 300;
	
}

#Feature article .block img{
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 0 auto 0;
}


@media only screen and (max-width: 1366px) {
	
#Feature h3{
	margin-bottom: 35px;
}
	
#Feature article {
	display: block;
	width: 94%;
	margin: 0 auto 35px;
}

}
	
	
	
#Feature article .block h4{
	display: block;
	/*background: #ba3703;*/
	font-size: 25px;
	line-height: 140%;
	color: #FFF;
	margin: 0 0 20px;
	padding:14px 10px 14px 60px;
	height: auto;
	text-align: left;
	position: relative;
	text-indent: -0px;
}
#Feature article .block h4::before{
	font-size: 30px;
	margin-right:15px;
	position: absolute;
	left: 50px;
	margin-left:-35px; 
	
}
#Feature article .block p{
	display: block;
	font-size: 16px;
	line-height: 140%;
	padding: 0 0px 0 20px;
	margin: 0 30px 0;
	border-left:1px solid #FFF;
	color: #FFF;
	
}	
}

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

#Feature .inner{
	width: 90%;
}

#Feature article .block h4{
	font-size: 22px;
	line-height: 140%;
	margin: 0 0 20px;
	padding:14px 10px 14px 50px;
}
	
#Feature article .block h4::before{
	font-size: 27px;
	margin-left:-35px; 
	margin-top: -1px;
	
}
	
	#Feature article .block p{
	display: block;
	font-size: 15px;
	line-height: 130%;
	
}
	
	
	
}

@media only screen and (max-width: 860px) {
#Feature h3{
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 25px;
}	

#Feature article {
	display: block;
	width: 94%;
	margin: 0 auto 25px;
	border: 1px solid #FFF;
	border-radius: 5px;
	padding-bottom: 20px;
}
	
	
#Feature article .block{
	display: block;
	width: 100%;
	padding: 20px 0 0;
}


#Feature article .Lb{
	float: none;
}

#Feature article .Rb{
	float: none;
}
	
#Feature article .block h4{
	font-size: 20px;
	margin: 0 0 10px;
}
	
#Feature article .block h4::before{
	font-size: 25px;	
}

#Feature article .block p{
	display: block;
	font-size: 14px;
	line-height: 140%;
	padding: 0 0px 0;
	margin: 0 0px 0;
	border-left:0px solid #FFF;
}

#Feature article .block img{
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
}
#Feature article .Lb img{
	margin-right: auto;
	margin-left: auto;
}

#Feature article .Rb img{
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (max-width: 560px) {
#Feature h3{
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 25px;
}	
}

@media only screen and (max-width: 480px) {
	
#Feature article .block h4{
	font-size: 18px;
	line-height: 130%;
	padding:8px 10px 8px 40px;
}
	
#Feature article .block h4::before{
	font-size: 20px;
	left: 50px;
	margin-left:-40px; 
	
}
#Feature article .block p{
	font-size: 13px;
	line-height: 140%;
}
}

/*************************************
おすすめメニューエリア
*************************************/

#Rcourse {
	background: #FFF;
	padding-bottom: 10px;
}


#Rcourse h3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}

#Rcourse .inner{
	width: 90%;
}

#Rcourse article {
display: block;
background: url("../asset/rcourse_bg.jpg") repeat top center scroll;
width: 100%;
margin: 0 auto 40px;
padding: 40px 0 40px;
border-top:15px solid /*#ba3703*/;
}

#Rcourse article:last-child {
	margin: 0 auto 0px;
}
#Rcourse article .block,
#Rcourse article .block_B{
	display: block;
	width: 50%;
	vertical-align: top;
}



#Rcourse article .inner_box,
#Rcourse article .inner_boxB{
	display: block;
	width: 100%;
	max-width: 530px;
	padding-left: 30px;
	float: right;
}


#Rcourse article .Lb,
#Rcourse article .Lb_txt{
	float: left;
}

#Rcourse article .Rb,
#Rcourse article .Rb_btn{
	float: right;
}



#Rcourse article h4{
	display: block;
	font-size: 30px;
	line-height: 140%;
	margin: 0 0 20px;
	padding:0px 0px 0px;
	height: auto;
	text-align: left;
	font-weight: 600;
	
}

#Rcourse article h4 span{
	display: block;
	font-size: 24px;
	line-height: 180%;
	/*color: #ba3703;*/
	margin: 0 0 15px -10px;
}


#Rcourse article h4 span::before{
	content: "【";	
}
#Rcourse article h4 span::after{
	content: "】";	
}
#Rcourse article .Lb p{
	display: block;
	position: relative;
	float: right;
	padding: 0;
}
#Rcourse article p span.price{
	font-size: 35px;
	line-height: 160%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #c80000;
	padding: 0 0 0 10px;
}

#Rcourse article h5{
	display: block;
	clear: both;
	font-size: 20px;
	line-height: 180%;
	margin: 0 0 20px;
	padding:5px 5px 5px;
	text-align: left;
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
	font-weight: 600;
}


#Rcourse article h5::before{
	content: "■";
	color: #321400;
	margin-right: 5px;
}



#Rcourse article ol{
	counter-reset: number 0;
	padding:0px 0px;
	margin-bottom:40px;
	margin-top:10px;
	margin-left: 20px;
	font-size:18px;
	}
#Rcourse article ol li{
	list-style: none outside none;
	padding:0px 0 0px;
	margin-bottom: 5px;
	text-indent:-21px;
	margin-left:25px;

}


#Rcourse article ol li::before{
	counter-increment: number 1;
	content: "（"counter(number)"）" ;
	margin-right:0px;
}

#Rcourse article ul{
	padding:0px 0px;
	margin-bottom:40px;
	margin-top:10px;
	margin-left: 20px;
	font-size:18px;
	list-style: none !important;
	}
#Rcourse article ul li{
	list-style: none outside none;
	padding:0px 0 0px;
	margin-bottom: 5px;
}


#Rcourse article img{
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-left: auto;
	margin-bottom: 25px;
}


#Rcourse article .Rb p{
	display: block;
	font-size: 14px;
	line-height: 160%;
	padding: 0 0px 0;
	margin: 0 0px 25px;
	text-align: justify;
}


@media only screen and (max-width: 1366px) {
#Rcourse article {
	display: block;
	width: 94%;
	margin: 0 auto 35px;
	padding: 30px 0 0;
}
}

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


	
	
#Rcourse article h4{
	font-size: 26px;
	line-height: 140%;
}

#Rcourse article h4 span{
	font-size: 22px;
	line-height: 180%;
}




#Rcourse article p.price{
	font-size: 30px;
	line-height: 160%;	
}

#Rcourse article p.price::before{
	font-size: 18px !important;
	left: 45px;
	top:18px;
}

#Rcourse article p.price::after{
	font-size: 18px !important;
	top:18px;
	margin-left:-5px;
}


#Rcourse article h5{
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 15px;
}


#Rcourse article ol{
	margin-left: 15px;
	font-size:16px;
	}



#Rcourse article ul{
	margin-left: 15px;
	font-size:16px;
	}


#Rcourse article .Rb p{
	font-size: 16px;
	line-height: 160%;
}
	
}


@media only screen and (max-width: 900px) {
	
#Rcourse article {
	margin: 0 auto 30px;
	padding: 25px 0 20px;
}

#Rcourse article .block{
	width: 50%;
}
#Rcourse article .block_B{
	width: 100% !important;
}


#Rcourse article .inner_box{
	display: block;
	width: 100%;
	max-width: 530px;
	padding-left: 10px;
	float: right;
}	
#Rcourse article .inner_boxB{
	display: block;
	width: 100%;
	max-width: 500px;
	padding-left: 0px;
	float: none;
	margin: 0 auto 0;
}


#Rcourse article .Lb{
	float: left;
}
#Rcourse article .Lb_txt{
	float: none;
}

#Rcourse article .Rb{
	float: right;
}
#Rcourse article .Rb_btn{
	float: none;
}
	
#Rcourse article h4 br{
	display: none;
}

#Rcourse article ul{
	margin-bottom: 20px;
}	
}
@media only screen and (max-width: 860px) {
#Rcourse h3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 80px;
}
}
@media only screen and (max-width: 768px) {
	
#Rcourse article .block{
	width: 100% !important;
}
#Rcourse article .Lb,
#Rcourse article .Rb{
	float: none !important;
}
	
#Rcourse article .inner_box{
	display: block;
	width: 100% ;
	max-width: 768px;
	padding-left: 0px;
	float: none;
	margin: 0 auto 0;
}
#Rcourse article img{
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
	
#Rcourse article h4 br{
	display: block !important;
}
}

@media only screen and (max-width: 560px) {
	
#Rcourse article {
	margin: 0 auto 20px;
	padding: 20px 0 15px;
}
	

	
#Rcourse article h4{
	font-size: 24px;
	line-height: 140%;
	
}

#Rcourse article h4 span{
	font-size: 20px;
	line-height: 160%;
}




#Rcourse article p.price{
	font-size: 28px;
	line-height: 160%;
	padding: 0 70px 0 90px;	
}

#Rcourse article p.price::before{
	font-size: 16px !important;
	top:18px;
	left: 60px;
}

#Rcourse article p.price::after{
	font-size: 16px !important;
	line-height: 100% !important;
	top:18px;
}


#Rcourse article h5{
	font-size: 16px;
	line-height: 160%;
	margin: 0 0 10px;
	padding:3px 3px 3px;
}

#Rcourse article ol{
	margin-left: 10px;
	font-size:14px;
	}
#Rcourse article ol li{
	padding:0px 0 0px;
	margin-bottom: 3px;
}


#Rcourse article ul{
	margin-left: 10px;
	font-size:14px;
	}
#Rcourse article ul li{
	padding:0px 0 0px;
	margin-bottom: 3px;
}

#Rcourse article .Rb p{
	font-size: 14px;
	line-height: 160%;
}

#Rcourse article img{
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
}
@media only screen and (max-width: 480px) {
#Rcourse h3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 60px;
}
}
@media only screen and (max-width: 430px) {
	
#Rcourse article h4{
	font-size: 20px;
	line-height: 140%;
	
}

#Rcourse article h4 span{
	font-size: 18px;
	line-height: 160%;
}




#Rcourse article p.price{
	font-size: 24px;
	line-height: 160%;
	padding: 0 70px 0 90px;	
}

#Rcourse article p.price::before{
	font-size: 15px !important;
	top:14px;
	left: 60px;
}

#Rcourse article p.price::after{
	font-size: 15px !important;
	top:14px;
}


#Rcourse article h5{
	font-size: 16px;
	line-height: 160%;
	margin: 0 0 10px;
	padding:3px 3px 3px;
}

#Rcourse article ol{
	margin-left: -5px;
	font-size:14px;
	}

#Rcourse article ul{
	margin-left: 0px;
	font-size:14px;
	}	
}

/*************************************
料理メニューエリア
*************************************/

#Menu{
	
	background:url("../asset/menu_bg.jpg") no-repeat top center;
	background-size: cover;
	
	
}

#Menu .bg_img{
	padding-bottom: 30px;
	background: url("../asset/bg_dot.png") repeat;
	width: 100%;
	height: auto;
	position: relative;
	
}
#Menu .bg_img::after {
  content: '';
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


#Menu h3{
	color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 30px;

}
#Menu h3 span.cap{
	color: #FFFFFF !important;
}
#Menu .tbg{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}



#Menu .sec {
	display: block;
	width: 100%;
	max-width: 1080px;
	text-align: center;
	height: auto;
	margin: 0px auto 0;
	padding:0;
	position: relative;
	z-index: 1;
}

#Menu .f-container {
	display:flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: stretch;
}

#Menu article {
	width: 32%;
	align-self:flex-start;
	max-width: 360px;
	margin:30px auto 0px;
	padding-bottom: 20px;
}


@media only screen and (max-width: 860px) {
	
#Menu h3{
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 30px;

}
#Menu .f-container {
	display:flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: stretch;
}

#Menu article {
	width: 46%;
	align-self:flex-start;
	max-width: 360px;
	margin:20px auto 0px;
	padding-bottom: 20px;
}
}


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

#Menu article {
	width: 92%;
	max-width: 360px !important;
	margin: 10px auto 0;
	padding-bottom: 20px;
}
	
}

#Menu article h4{
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	line-height: 180%;
	margin: 0 auto 5px;
	padding:5px 5px 5px;
	border-bottom: 1px solid #313131;
}



#Menu article p{
	display: block;
	font-size: 16px;
	line-height: 140%;
	padding: 0 5px 0;
	margin-bottom: 0;
	text-align: center;
}

#Menu article .mprice{
	display: block;
	font-size: 20px !important;
	line-height: 160%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	position: relative;
	/*margin-left: -55px;*/
	text-indent: 0px;
}
#Menu article .mprice span{
	font-size: 0.67em;
}


#Menu article .mprice::after{
	/*content: "（税別）";*/
	font-size: 16px !important;
	line-height: 100% !important;
	position: absolute;
	top:10px;
	margin-left:-5px;
}

#Menu article img{
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	margin:0 auto 5px;
}


@media only screen and (max-width: 860px) {	
#Menu article h4{
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 180%;
	margin: 0 auto 5px;
}
#Menu article p{
	font-size:14px;
	line-height: 140%;
}
	

#Menu article .mprice{
	font-size: 18px !important;
	line-height: 160%;
}

#Menu article .mprice::after{
	font-size: 14px !important;
	top:10px;
}
	
}

@media only screen and (max-width: 560px) {
#Menu article h4{
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	line-height: 180%;
	margin: 0 auto 5px;
}
#Menu article p{
	font-size:13px;
	line-height: 140%;
}
	

#Menu article .mprice{
	font-size: 16px !important;
	line-height: 160%;
}

#Menu article .mprice::after{
	font-size: 14px !important;
	top:7px;
}
	
}


@media only screen and (max-width: 430px) {
#Menu article h4{
	font-size: 18px;
}
	
#Menu article .mprice{
	display: block;
	font-size: 16px !important;
	line-height: 160%;
}
	
}
/*************************************
ランチメニューエリア
*************************************/

#Lunchmenu{
	background:url("../asset/lunchmenu_bg.png") repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}



#Lunchmenu h3{
	color: #FFFFFF;
	background:#483c38; 
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#Lunchmenu div.cap{
	display: block;
	width: 92%;
	line-height: 120%;
	color:#483c38 !important;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto 0;
}


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

	
#Lunchmenu h3{
	/*width: 92%;*/
	margin-bottom: 20px;
}
#Lunchmenu div.cap{
	/*width: 92%;*/
	}
}

#Lunchmenu .f-container {
	display:flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: stretch;
}

#Lunchmenu article {
	width: 32%;
	align-self:flex-start;
	max-width: 360px;
	margin:15px auto 0px;
	padding-bottom: 20px;
	background: #FFF;
}


@media only screen and (max-width: 860px) {
	
#Lunchmenu div.cap{
	display: block;
	width: 92%;
	line-height: 120%;
	color:#483c38 !important;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 0px;
	text-align: center;
	margin: 0 auto 0;
}
#Lunchmenu div.cap{font-size: 0px;}
	
#Lunchmenu .f-container {
	display:flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: stretch;
}
#Lunchmenu article {
	width: 46%;
	align-self:flex-start;
	max-width: 360px;
	margin:30px auto 0px;
	padding-bottom: 20px;
	background: #FFF;
}
	
	
}


@media only screen and (max-width: 768px) {
	
#Lunchmenu{
	padding-top: 55px;
	padding-bottom: 55px;
}
}


@media only screen and (max-width: 560px) {
	
#Lunchmenu article {
	margin: 20px auto 0px;
	padding-bottom: 20px;
}
	
#Lunchmenu{
	padding-top: 45px;
	padding-bottom: 45px;
}
}


@media only screen and (max-width: 480px) {
#Lunchmenu article {
	width: 92%;
	max-width: 360px;
	margin: 20px auto 0px;
	padding-bottom: 20px;
}
}

#Lunchmenu article h4{
	display: block;
	width: 92%;
	font-size: 22px;
	font-weight: 600;
	line-height: 180%;
	margin: 0 auto 5px;
	padding:5px 5px 5px;
	border-bottom: 1px solid #313131;
}
#Lunchmenu div.cap{
	font-size: 16px;
}



#Lunchmenu article p{
	display: block;
	font-size: 16px;
	line-height: 140%;
	padding: 0 5px 0;
	margin-bottom: 0;
	text-align: center;
}
#Lunchmenu article p span{
	font-size: 0.8rem;
}
#Lunchmenu article .mprice{
	display: block;
	font-size: 20px !important;
	line-height: 160%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	position: relative;
	/*margin-left: -55px;*/
	text-indent: 0px;
}

/*
#Lunchmenu article .mprice::after{
	content: "（税別）";
	font-size: 16px !important;
	line-height: 100% !important;
	position: absolute;
	top:10px;
	margin-left:-5px;
}
*/
#Lunchmenu article img{
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	margin:0 auto 5px;
}


@media only screen and (max-width: 860px) {	
#Lunchmenu article h4{
	font-size: 20px;
	font-weight: 600;
	line-height: 180%;
	margin: 0 auto 5px;
}
#Lunchmenu article p{
	font-size:14px;
	line-height: 140%;
}
	

#Lunchmenu article .mprice{
	font-size: 18px !important;
	line-height: 160%;
}

#Lunchmenu article .mprice::after{
	font-size: 14px !important;
	top:10px;
}
	
}

@media only screen and (max-width: 560px) {
#Lunchmenu article h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 180%;
	margin: 0 auto 5px;
}
#Lunchmenu article p{
	font-size:13px;
	line-height: 140%;
}
	

#Lunchmenu article .mprice{
	font-size: 16px !important;
	line-height: 160%;
}

#Lunchmenu article .mprice::after{
	font-size: 14px !important;
	top:7px;
}
	
}


@media only screen and (max-width: 430px) {
#Lunchmenu article h4{
	font-size: 18px;
}
	
#Lunchmenu article .mprice{
	display: block;
	font-size: 16px !important;
	line-height: 160%;
}
}

/*************************************
お店紹介とアクセスエリア
*************************************/

#Shop{
	background: url("../asset/shop_bg.png") repeat;
	padding: 40px 0;
	border-top: 15px solid #000000;
}



#Shop h3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
}

#Shop .sec {
	display: block;
	width: 100%;
	max-width: 1080px;
	text-align: center;
	height: auto;
	margin: 0px auto 0;
	padding:0;
}

#Shop .f-container {
	display:flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-content: stretch;
}

#Shop article {
	width: 32%;
	align-self:flex-start;
	max-width: 450px;
	margin:0 0 30px;
}



#Shop article p{
	display: block;
	font-size: 18px;
	line-height: 140%;
	padding: 0 5px 0;
	margin-bottom: 0;
	text-align: center;
}

#Shop article p::before{
	content: "【";
}
#Shop article p::after{
	content: "】";
}

#Shop article img{
	display: block;
	width: 100%;
	max-width: 450px;
	height: auto;
}

#Shop .sec .inner{
	background: #FFF;
	padding-bottom: 25px;
}


#Shop .sec .inner h4{
	display: block;
	background: #000000;
	color: #FFF;
	font-size: 28px;
	padding: 20px 15px 25px;
	letter-spacing: 8px;
	margin-bottom: 25px;
}
#Shop .sec .inner .box {
	width: 92%;
	margin: 0 auto 0;
}


@media only screen and (max-width: 1080px) {
#Shop .sec {
	display: block;
	width: 96%;
	max-width: 1080px;
	text-align: center;
	height: auto;
	margin: 0px auto 0;
	padding:0;
}
	
}

@media only screen and (max-width: 860px) {
	
#Shop{
	padding-top: 70px;
	padding-bottom: 40px;
}



#Shop h3{
	margin-bottom: 30px;
}
	

	
#Shop .f-container {
	display:flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: stretch;
}

#Shop article {
	width: 46%;
	align-self:flex-start;
	max-width: 450px;
	margin:0 auto 20px;
	padding-bottom: 20px;
}
	
#Shop .sec .inner h4{
	font-size: 26px;
	padding: 18px 15px 22px;
}
	
#Shop article p{
	font-size: 16px;
	line-height: 120%;
}
}

@media only screen and (max-width: 560px) {
	
#Shop{
	padding-top: 60px;
	padding-bottom: 30px;
}
#Shop article {
	width: 92%;
	max-width: 320px !important;
	margin: 0 auto 20px;
	padding-bottom: 10px;
}

#Shop .sec .inner h4{
	font-size: 24px;
	padding: 16px 15px 20px;
}
	
	
#Shop article p{
	font-size: 16px;
	line-height: 120%;
}
	
}
@media only screen and (max-width: 480px) {
	
#Shop .sec .inner h4{
	font-size: 20px;
	padding: 15px 15px 20px;
}
	
	
#Shop article p{
	font-size: 14px;
	line-height: 120%;
}
}


/* 店舗情報*/
#Shop table {
	width: 100%;
	margin: 0 0 3em;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	padding-top:15px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	font-size: 16px;
}

#Shop table tr {}

#Shop table tr:nth-of-type(even) {
	background: #f2f2f2;
}
#Shop table th {
	vertical-align: top !important;
	padding: 12px 10px;
	white-space: nowrap;
	width: 15%;
	font-weight: 500;
	/*background: #f2f2f2;*/

}
#Shop table td {
	vertical-align: top !important;
	padding: 12px 15px;
	text-indent: 0px;
}
.atten_txt {
	font-size: 16px;
	color:#ba3703; 
}

@media only screen and (max-width: 768px) {
#Shop table {font-size:16px;}
#Shop table th,
#Shop table td {
	font-size: 16px;
	}	
}


@media screen and (max-width: 640px) {
#Shop table tr:nth-of-type(even) {
	background: #FFF;
}
#Shop table {
    width: 100%;
  }
#Shop table th {
	display: block;
	width: 100% !important;
	background: #f2f2f2;
	padding: 5px 8px !important;
	}
#Shop table td {
	display: block;
    width: 100%;
	padding: 5px 10px 20px !important;
  }	
.atten_txt {
	font-size: 14px;
	color:#ba3703; 
}
}

@media only screen and (max-width: 480px) {	
#Shop table {font-size:15px;}
#Shop table th {font-size: 15px;}	
	.atten_txt {
	font-size: 12px;
	color:#ba3703; 
}
}

/*googlemap*/

.map_area {
	font-size: 14px;
	line-height: 100%;
	/*max-width: 640px;*/
	text-align:center;
	padding: 0px 0 0px;
	margin: 0 auto 15px;
}
.map_in {
	display: block;
	height: 360px;
	margin: 0 auto;
	width: 100%;
	text-align: right;
}

@media only screen and (max-width: 560px) {
.map_area {
	font-size: 12px;
	margin: 15px auto;
}
.map_in {
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 100%;
}
}

@media only screen and (max-width: 480px) {
.map_in {
	display: block;
	height: 240px;
	margin: 0 auto;
	width: 100%;
}
}


/***************************
*************************************/

.Contact_area{
	border: 10px solid #ffc800;
	padding: 20px 10px 0px;
	margin: 0 auto 0;

}

@media only screen and (max-width: 1366px) {
.Contact_area{
	width: 92%;
}
}

@media only screen and (max-width: 980px) {
.Contact_area .inner{
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0px auto 0;
}	
}


.contact_box {
	display: block;
	width: 100%;
	max-width: 1050px;
	padding-bottom:5px;
	margin-top: 0px;
	margin: 0 auto 0;
}

.contact_box p{
	font-size: 14px !important;
	color: #c80000;
	text-align: center!important;
	padding-top: 10px !important;
	clear: both;
	margin-top: 10px;
	line-height: 130%;
}


.contact_box article {
	display: block;
	float: left;
	width: 48%;
	margin: 0 1% 0;
	vertical-align: top;
}

@media only screen and (max-width: 860px) {
.contact_box article {
	display: block;
	float: none !important;
	width: 100%;
	margin: 0 auto 20px !important;
	vertical-align: top;
}
	
.contact_box article:last-child {
	margin: 0 auto 0px !important;
	}
	
.contact_box p{
	padding-top: 0px !important;
	clear: both;
	margin-top: 0px !important;
}
}

.bottons_box {
	display: block;
	padding-bottom:10px;
	margin-top: 25px;
}


.bottons_box p{
	font-size: 14px !important;
	color: #c80000;
	line-height: 1.4;
	text-align: center !important;
	padding-top: 10px !important;
}

.bottons {
	display: block;
	width: 100%;
	max-width: 500px;
	cursor: pointer;
	text-align: center;
	background: linear-gradient(#dc462d, #c8280a);
	border-radius: 10px;
	margin: 0 auto 0;
	/*-webkit-animation: blink 1s ease infinite;
	animation: blink 0.5s ease infinite;*/
	
}

@-webkit-keyframes blink {
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}
.bottons:hover {
	-webkit-animation: none;
	animation: none;
	background: linear-gradient(#ee6644, #ee2800);
	
}


.bottons a{
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	min-height: 90px;
	padding:28px 20px 0px;
	margin: 0 auto 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	text-align: center;list-style: none !important;
	
}


.web_btn {
	font-size: 26px;
	letter-spacing: -1px;
}
.web_btn span {
	font-size: 30px;
}


.web_btn::before{
	font-family: "Font Awesome 5 Free";
	content:"\f138";
	font-size: 26px;
	margin-right: 8px;
}
.tel_btn {
	font-size: 36px;
	letter-spacing: 2px;
}
.tel_btn::before {
margin: 0 10px 0 0;
content:" ";
display:inline-block;
width:36px;
height:36px;
background:url("../asset/tel_icon.png");
background-repeat: no-repeat;
background-size:contain;
vertical-align:middle;
}

@media only screen and (max-width: 1366px) {
	
.bottons a{
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	min-height: 76px;
	padding:24px 20px 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}
	
.web_btn {
	font-size: 20px;
	letter-spacing: -1px;
}
.web_btn span {
	font-size: 24px;
}


.web_btn::before{
	font-family: "Font Awesome 5 Free";
	content:"\f138";
	font-size: 20px;
	margin-right: 8px;
}
.tel_btn {
	font-size: 32px;
	letter-spacing: 2px;
}
.tel_btn::before {
    width:32px;
    height:32px;
}
}


@media only screen and (max-width: 900px) {
	
.bottons_box p,
.contact_box p{
	font-size: 14px !important;
	color: #ba3703;
	text-align: center!important;
	padding-top: 10px !important;
}

.bottons {
	max-width: 400px;
}
	

}


@media only screen and (max-width: 560px) {
	
.bottons_box p,
.contact_box p{
	font-size: 14px !important;
	color: #ba3703;
	text-align: center!important;
	padding-top: 10px !important;
}

.bottons a{
	text-align: center!important;
	max-width: 400px;	
}	
}
@media only screen and (max-width: 440px) {
	
.bottons_box {
	display: block;
	padding-bottom:10px;
	margin-top: 15px;
}
	
.bottons a{
	min-height: 60px;
	padding:20px 10px 20px;
}
	
.web_btn {
	font-size: 18px;
	letter-spacing: -1px;
}
.web_btn span {
	font-size: 19px;
}
.web_btn::before{
	font-size: 18px;
	margin-right: 5px;
}
.tel_btn {
	font-size: 27px;
	letter-spacing: 1px;
}
.tel_btn::before {
    width:27px;
    height:27px;
}
	
	
}
@media only screen and (max-width: 360px) {
	
.web_btn {
	font-size: 16px;
	letter-spacing: -2px;
}
.web_btn span {
	font-size: 18px;
}
.web_btn::before{
	font-size: 16px;
	margin-right: 5px;
}
}
