@charset "utf-8";

#mainTitleWrap.kisetsuBg {
	background: url("../image/exclusive/main_pcbg.jpg") center center no-repeat;
	background-size: cover;
} 

@media screen and (max-width: 767px){
	
	#mainTitleWrap.kisetsuBg {
		background: url("../image/exclusive/main_pcbg.jpg") center center no-repeat;
		background-size: cover;
	}
	
}

.mainVisual {
	margin-bottom: 60px;
}


/*-------------------------------------------------------------------
	こだわり
-------------------------------------------------------------------*/


.searchNumberBox{
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 0 0 70px;
}

.search_item01{
	background: url("../image/exclusive/back_bg_ex01.jpg")no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 20px 50px 10px;
}

.search_item01 .item_01{
	font-size: 1.6rem;
}

.search_item01 .item_02{
	font-size: 2.5rem;
	background: #fff;
	color: #a25740;
	margin: 10px 0 0;
}

.search_item01 .item_03{
	font-size: 2.5rem;
}

.search_item02{
	background: url("../image/exclusive/sum.jpg")no-repeat;
	background-size: cover;
	text-align: center;
	border: 3px solid #a25740;
	padding: 20px 30px;
}

.search_item02 .item_04{
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.search_item02 .item_05{
	font-size: 2.5rem;
}

.siFlex {
	position: relative;
}

.srh_txt{
	width: 100%;
	border: 1px solid #a25740;
}

.srh_btn{
	width: 20%;
	background: #a25740;
	color: #fff;
	position: absolute;
	top: 1px;
	right: 1px;
}

.ex_flex {
	display: flex;
	width: 80%;
	margin: 70px auto;
	background: url("../image/exclusive/sum_02.jpg")no-repeat;
	background-size: cover;
	background-position: bottom -68px right 153px;
	align-items: center;
	flex-direction: row-reverse;
	text-decoration: none;
	color: #3b3533;
}


.ex_flex:hover {
	opacity: 0.7;
}

.ex_flex .ex_back{
	width: 55%;
	font-family: 'Noto Serif JP', serif;
}

.ex_flex .ex_photo {
	width: 45%;
}


.ex_flex .ex_item_01{
	font-size: clamp(2rem, -2rem + 5.33vw, 4rem);
	line-height: 1.2;
}

.ex_flex .ex_item_02{
	font-size: clamp(1.3rem, 1.032rem + 0.77vw, 1.8rem);
	background: #a25740;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	margin-top: 15px;
}

.ex_center{
	padding: 0 20px 20px 50px;
}


@media screen and (max-width: 1400px){
	
	.ex_flex{
		width: 90%;
	}
}

@media screen and (max-width: 767px){
	
	.searchNumberBox{
		display: block;
	}
	
	.ex_flex{
		display: block;
		width: 100%;
		background-position: 0;
	}
	
	.ex_flex .ex_photo {
		width: 100%;
	}
	
	.ex_flex .ex_back{
		width: 100%;
	}
	
	.ex_flex img{
		width: 100%;
	}
	
	.ex_center{
		padding: 30px 40px;
	}
}


/*-------------------------------------------------------------------
	一覧画面 
-------------------------------------------------------------------*/


.flyer{
	margin: 70px 0;
}

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

.list_box{
	width: 31%;
	margin-bottom: 90px;
}

.list_box img{
	width: 100%;
}

.txt_0 {
	margin-top: 15px;
    background: #333;
    color: white;
    padding: 0 5px;
    display: inline-block;
    border-radius: 5px;
}

.txt_01{
	font-size: 2rem;
	margin-top: 10px;
	font-weight: 600;
}

.txt_02{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.txt_03{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.txt_04{
	line-height: 1.6;
	margin-top: 10px;
}

.small_02{
	font-size: 1.6rem;
}

.list_w{
}

.txt_05{
	font-size: 1.3rem;
	text-align: center;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
}

.txt_05 a{
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
}

.txt_05 a::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #999999;
	border-right: 0;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.number{
	width: 30%;
	border: none;
	text-align: center;
	background: #eeeeee;
}

.btn_deco{
	border: none;
	background: #eeeeee;
}

.btn_bk{
	display: inline-block;
	text-align: right;
	width: 70%;
}

.count_mr{
	margin-right: 10px;
	font-weight: 600;
	font-size: 1.3rem;
}

.list_w{
}

.list_w::after{
}

.list_w a{
}

.shp_label{
	background: #a25740;
	color: #fff;
	padding-left: 20px;
	margin: 0 0 50px 0;
	font-size: 2.0rem;
	font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1100px){
	
	.txt_03{
		display: block;
	}
	
	.list_w{
		width: 90%;
		margin: 0 auto 10px;
	}
	
	.btn_bk{
		display: inline-block;
		text-align: right;
		width: 100%;
	}
	
}

@media screen and (max-width: 767px){
	
	.list_item{
		display: block;
	}
	
	.list_box{
		width: 100%;
	}
	
	.txt_03{
		display: flex;
	}
	
	.list_w{
		width: 70%;
	}
	
}





/* ここから元データ */


/*-------------------------------------------------------------------
	季節限定料理-一覧画面 
-------------------------------------------------------------------*/


/* お盆2022年 */

.areaObon2022{
width: 100%;
max-width: 840px;
margin: 0 auto 70px ;
}
.areaObon2022 img{
height: auto;
}





/*-------------------------------------------------------------------
	季節限定料理-詳細画面 
-------------------------------------------------------------------*/

.msgDetailsItms{
width:80%;
background-color: #BF3C44;
padding: 20px;
text-align: center;
margin: 0 auto 40px;
}
.msgMain{
font-size: 2.0rem;
color: #fff;
font-weight: bold;
line-height: 1.3;
margin: 0 0 15px;
}
.msgSub{
font-size: 1.5rem;
color: #fff;
}
.msgSub a{
color: #fff;
}

.boxDetailsItms{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  position: relative;
}
.imgsDetailsItms{
  width: 51.7%;
 margin: 0 0 25px;
}
.imgsDetailsItms img{
 height: auto;
}
.mainDetailsItms{
flex-shrink:0;
  width: 44%;
margin: 0 0 25px;
}
.numDeailsItems{
width: 10%;
border: 1px solid #3b3533;
padding: 2px;
text-align: center;
font-size: 13px;
margin: 0 0 15px;
}
.tiDeailsItems{
font-size:3.4rem;
font-weight: 500;
line-height: 1.2;
margin: 15px 0 25px;
}
.priceDeailsItems{
font-size:3.4rem;
line-height: 1.0;
font-weight: 500;
margin: 0 0 25px;
}
.taxDeailsItems{
font-size:2.0rem;
}
.mainDetailsItms hr{
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}
.mainDetailsItms .order{
border: 1px solid #3b3533;
padding: 2px;
text-align: center;
font-size: 13px;
margin: 25px 0 0;
}
.mainDetailsItms .order a{
text-decoration: none;
color: #3b3533;
display: block;
padding: 5px 0;
background-color: #fff;
}
.mainDetailsItms .order a:hover{
text-decoration: none;
color: #fff;
display: block;
padding: 5px 0;
background-color: #bf3c44;
}
@media screen and (max-width: 1024px){
.msgDetailsItms{
width:100%;
padding: 15px;
}
.msgMain{
font-size: 1.8rem;
margin: 0 0 10px;
}
.msgSub{
font-size: 1.2rem;
}
.tiDeailsItems{
font-size:2.8rem;
margin: 15px 0 20px
}
.priceDeailsItems{
font-size:2.8rem;
margin: 0 0 20px
}
.taxDeailsItems{
font-size:1.5rem;
}
.mainDetailsItms .order{
margin: 20px 0 0;
}
}

@media screen and (max-width: 767px){
.msgMain{
font-size: 1.5rem;
margin: 0 0 10px;
}
.msgSub{
font-size: 1.2rem;
}

.imgsDetailsItms{
  width: 100%;
}
.mainDetailsItms{
flex-shrink:0;
  width: 100%;
}

}
/*-------------------------------------------------------------------
	検索一覧
-------------------------------------------------------------------*/

.areaList{
width:100%;
background-color: #f4f3f3;
padding: 20px;
margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  position: relative;
}
.imgList{
 height: auto;
  width: 31.7%;
 margin: 0 0 0;
}
.contentList{
flex-shrink:0;
  width: 64%;
margin: 0 0 0;
}
.imgList img{
 height: auto;
}
.tiList{
font-size:2.5rem;
font-weight: 500;
line-height: 1.2;
margin: 0 0 15px;
}
.priceList{
font-size:2.5rem;
line-height: 1.0;
font-weight: 500;
margin: 0 0 15px;
}
.taxList{
font-size:1.5rem;
}
.contentList a{
color:#3b3533;
}

@media screen and (max-width: 1520px){
.imgList{
  width: 41.7%;
}
.contentList{
  width: 54%;
}
}
@media screen and (max-width: 1024px){
.imgList{
 height: auto;
  width: 100%;
 margin: 0 0 20px;
}
.contentList{
flex-shrink:0;
  width: 100%;
margin: 0 0 0;
}
}
