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

	
/* ********************************************min-width: 1920px******************************************** */


@media screen and (min-width: 1920px) {

html {
   
     font-size:90%;
     
    }

	
	/* **********************海鮮ギフト********************** */
/*
.reccommend div.rec_item.variations>div:first-of-type{
height:800px;

}
	
	*/
/* **********************価格帯から選ぶ********************** */



.price_category h2::before,.price_category h2::after{

  border-width: 20px 0 20px 80px;
 
}

	
}

	
/* ********************************************min-width: 2500px******************************************** */

@media screen and (min-width: 2500px) {

html {
   
     font-size:140%;
     
    }

	
	/* **********************海鮮ギフト********************** */

 /*
.reccommend div.rec_item.variations>div:first-of-type{
height:1500px;

}
	*/
	
/* **********************価格帯から選ぶ********************** */



.price_category h2::before,.price_category h2::after{

  border-width: 30px 0 30px 100px;
 
}

	
}

/* ********************************************max-width: 1400px******************************************** */
@media screen and (max-width: 1400px) {
html {
 font-size: 62.5%;	
	 }

	
/* **********************クーポン********************** */
 
.coupon{ 
 width: 100%;
 text-align: center;
 border-radius: 0px;
	background-color: #fe7072;
 margin: 0px auto;
 padding: 20px;
}

.coupon > img{
 width: 100%;
 text-align: center;
 padding: 50px 0;
}

.coupon > div{
 width: 100%;
}

.coupon > div img{
 width: 48%;
 text-align: center;
}

.menu > img{
 width: 100%;
 padding-top: 100px;
 text-align: center;
 border: 0;
 margin: 0;
}

/* **********************海鮮ギフト********************** */


	
	

div.seafood h3{
	font-size: 3.5rem;
	
}

div.seafood h4{
	font-size:2.3rem;

	
}



div.seafood b{
	font-size:3.5rem;
	

}
 
div.seafood strong{
	font-size:3.5rem;
	

}
	

div.seafood p{
	font-size:1.6rem;

}

	

div.seafood_list p{
font-size:1.6rem;

}
	
div.seafood a span{

font-size: 1.6rem;
}	

	
}

/* ********************************************max-width: 980px******************************************** */
@media screen and (max-width: 980px) {
	
 
/* **********************クーポン********************** */
 
.coupon{ 
 width: 100%;
 text-align: center;
 border-radius: 0px;
	background-color: #fe7072;
 margin: 0px auto;
 padding: 10px;
}

.coupon > img{
 width: 100%;
 text-align: center;
 padding: 30px 0;
}

.coupon > div{
 width: 100%;
}

.coupon > div img{
 width: 48%;
 text-align: center;
}

.menu > img{
 width: 100%;
 padding-top: 50px;
 text-align: center;
 border: 0;
 margin: 0;
}
	
	.top_slider{
height: 100vh;

}
	
.swiper-slide img {
height: 100vh!important;
object-fit: cover;	
}
	

.event_titile{
width:100%;
height:100vh;

}
.event_titile div{
width:100%;
}


.event_titile h1{
font-size: 5.0rem;

}

.event_titile h2{
font-size: 3.0rem;

}


.menu,.ranking{

	padding: 100px 0;
}


.menu h1{
font-size:5.0rem;
	letter-spacing: 3px;
 margin: 50px 0 0 0;
 }
	
	
.category_navi{
width: 90%;
margin:50px auto;
gap:15px 15px;
}


.category_navi>a{
width: 48%;
font-size: 2.0rem;
padding:10px 0;

}

.category_navi>img{
width:75%;

}
/* **********************検索窓********************** */
.price_search{
	
	padding: 100px 0 0 0;

}

.price_search>div{

width: 90%;
padding: 30px 0;
border-radius: 20px;
}

.price_search h1{
font-size: 6.5rem;
margin:10px 0;
}

.price_search h2{
font-size: 3.0rem;
	}

.price_search h3{
font-size: 2.5rem;
}

.search_area{
margin: 30px auto 0 auto;
}

select{
	font-size: 2.0rem;
	padding: 15px 0px;
	width: 40%;
	border-radius: 5px;
}

.search_area span{
	font-size: 3.5rem;
	padding: 0px 10px;
}

.search_btn{
	font-size: 2.3rem;
	letter-spacing: 2px;
	width:35%;
	border-radius: 10px;
	margin:30px 0 0 0;
	padding: 5px 0;
}

/* **********************ランキング********************** */


.ranking>div{
width: 98%;
	margin:30px auto;
	 gap: 30px 30px;

}

.ranking>div div{
width: 45%;
padding:10px 0;
	
}
	
.ranking>div div:first-of-type{
width: 90%;	
}
	
.ranking>div div:first-of-type br{
display: none;
}

.ranking>div div::before{
width:70px;
height:70px;
font-size: 3.0rem;
}


.ranking>div div h3{
margin: 5px auto 3px auto;
font-size:2.2rem;
}

.ranking>div div b{
font-size:3.0rem;
width: 90%;
}
 
.ranking>div div strong{
font-size:3.0rem;
width: 90%;
}


/* **********************レコメンドセクション********************** */


.reccommend{

	padding: 50px 0;
}

.reccommend h1{
width: 100%;
}

.reccommend div.rec_item{
margin:100px 0 0 0;
}



.ref>div:first-of-type{order: 2;}


.reccommend div.rec_item>div{
width: 50%;
}



.reccommend div.rec_item > div img{
width: 98%;
height: 98%;
object-fit: cover;
}

.reccommend div.rec_item.contain_img > div img{
object-fit: contain;

}


div.rec_info{

padding: 20px 30px;
 row-gap:30px;
}


div.rec_info>h3{
font-size: 3.5rem;

}

div.rec_info>h4{
font-size:2.1rem;

}

div.rec_info>h5{
font-size:2.1rem;

}

div.rec_info>p{
font-size:1.8rem;

}

div.rec_info>b{
	font-size:5.5rem;
	

}

div.rec_info>b::before{

font-size:2.2rem;
width:30%;	
margin: 0 0 5px 0;
}
	
div.rec_info>b::after{
font-size:2.5rem;
}
 
div.rec_info>strong{
	font-size:5.5rem;
	

}

div.rec_info>strong::after{
font-size:2.5rem;
}

div.rec_info>a span{
font-size:2.6rem;
padding: 7px 40px;
	

}
	



div.rec_info>img{
width:70%!important;
}

/* **********************スイーツ********************** */


.sweets>a{
width: 20%;

}


/* **********************海鮮ギフト********************** */


.reccommend div.rec_item.variations>div{
width: 95%!important;
	
}

/*
.reccommend div.rec_item.variations>div:first-of-type{
height:500px;
}
*/
.reccommend div.rec_item.variations>.rec_info{
display: flex;
flex-wrap:wrap;
}

.seafood{
margin-bottom: 50px;
grid-template-columns:50% 1fr;}


.reccommend div.rec_item.variations>.rec_info div.seafood{
width: 100%;
}


.seafood > div:first-child{
grid-row: 1 / 3;
	grid-column:  1 / 2;	
	
}



.seafood_list > div:first-child{
grid-row: 1 / 1;
	grid-column: 1 / 1 ;
	
	
}

.seafood img{
width:100%!important;
}


.seafood > div:nth-child(2) {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	margin: auto;
}

.seafood > div:nth-child(3) {
grid-row: 2 / 3;
grid-column: 2 / 3;
margin: auto;
text-align: center;
}



div.seafood h3{
font-size: 4.0rem;
}

div.seafood h4{
	font-size:3.0rem;
	margin:0 0 5px 0 ;
	
}


div.seafood p{
	font-size:2.5rem;
	line-height:180%;

}

div.seafood b{
	font-size:4.5rem;
	

}
	
	div.seafood b::before{

font-size:2.0rem;

margin: 10px auto 0 auto;
}
div.seafood b::after{

font-size:2.2rem;
}
 
 
div.seafood strong{
	font-size:4.5rem;
	

}

div.seafood strong::after{

font-size:2.2rem;
}

div.seafood a span{

font-size: 2.6rem!important;
	
}

.seafood_list_price{
flex-wrap: wrap;
 flex-flow:column;
justify-content:space-around!important;

}


.seafood .seafood_list_price > div:first-child{
grid-row: 1 / 1!important;


	
}

.sp_width>div{
width:100%!important;
}	
	
.seafood_list_price > div div{

gap:0px 25px;
margin: 0 0 30px 0;
padding-bottom: 10px;
}



div.seafood_list p{
font-size:2.5rem;

}
.sp_width>div:nth-of-type(2){order:2!important;}

	
/* **********************惣菜********************** */

  .reccommend div.rec_item >.rec_info div img{
  display: none;
 }
	.food_side_img{
		height: 600px;
		overflow: hidden;
	}
	
	.food_side_img img{
	
		object-fit: cover!important;
	}
.food_side > div:first-child{
grid-column: 1 / 3!important;
margin: 0 0 30px 0;
	
}
.food_side > div:nth-child(2) {
grid-column: 1 / 3!important;	
}
	
.food_side .seafood_list_price {
width: 100%!important;
}
	
	
/* **********************価格帯から選ぶ********************** */

.price_category{
	
	padding:50px 0 100px 0;
	
}
.price_category h2{
margin: 50px auto;
font-size:5.0rem;
}

.price_category h2::before,.price_category h2::after{
border-width: 15px 0 15px 50px;

}



.price_category h2 b{
font-size:3.5rem;
}

.price_category h2 strong{
font-size:3.5rem;
}

.price_item{
width: 90%;
margin:0 auto 70px auto;
gap:50px 0px;
}

.price_item::after{
  width:48%;
}


.price_category div.price_item>div{
width: 48%;
}

div.price_item>div span{
font-size: 2.6rem;
padding: 5px 40px;

}
	
}


/* ********************************************max-width: 810px******************************************** */

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


/* **********************検索窓********************** */

	
	
/* **********************ランキング********************** */



/* **********************レコメンドセクション********************** */


.reccommend div.rec_item{
margin:50px 0 0 0;
}



.ref>div:first-of-type{order:1;}
.ref>div:nth-of-type(2){order:2;}

.reccommend div.rec_item>div{
width: 100%;
}



div.rec_info{
align-items: center;
padding: 20px 30px;
 row-gap:30px;
}



div.rec_info>a span{

font-size:2.4rem;
padding: 5px 40px;
position: absolute;
bottom: 40px;
    left: 53%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

	

div.rec_info a::after{
  position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;z-index:10;
	pointer-events:auto;
	content:"";

}
	
	

div.rec_info>b{
order: 6;
}

 div.rec_info>strong{
order: 6;
}


	
div.rec_info>img{
order: 5;
}
	
	

/* **********************スイーツ********************** */





/* **********************海鮮ギフト********************** */


.seafood_list_price{

width: 100%;

	}
	
	
.mobile_view {
	grid-template-columns:1fr!important;
	
		}	
.mobile_view > div:first-child{
grid-row: 1 / 2;
	grid-column: 1 / 2 !important;
	justify-content: flex-start;
}
	
.mobile_view > div:first-child  br{
display:none;
}
	
	.mobile_view > div:nth-of-type(2){
grid-row: 2 / 3;
	grid-column: 1 / 2 !important;
	}

.mobile_view .seafood_list_price{
 flex-flow:row;
flex-wrap: wrap;
gap:20px 0;
	width: 100%;
margin:50px 0 0 0!important;
	}
	
.mobile_view .seafood_list_price > div{

width:49%!important;}
	
	.seafood{position: relative;}	
	
div.rec_info .seafood_list_price a::after{

	pointer-events:none;

}
	
.mobile_view .seafood_list_price::after{
 content:"";
  display: block;
  width:49%;
}


.mobile_view .seafood_list_price h4{
font-size:2.5rem;
}

.mobile_view .seafood_list_price a span{

font-size: 2.0rem;
	
}
.seafood_list_price a span::after{
 display: none!important;
}	
		

	
	
/* **********************価格帯から選ぶ********************** */

	
}


/* ********************************************max-width: 480px******************************************** */

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

h1,h2,h3{

	font-size:3.5rem;
}

h2{
	font-size:2.4rem;
	letter-spacing: 2px;
	font-weight: 500;
	
}

h3{
	font-size:1.4rem;
	letter-spacing: 0px;
	font-weight: 500;
	
}
	

/* **********************クーポン********************** */
 
.coupon{ 
 width: 100%;
 text-align: center;
 border-radius: 0px;
	background-color: #fe7072;
 padding: 10px;
}

.coupon > img{
 width: 100%;
 text-align: center;
 padding: 30px 0;
}

.coupon > div{
 width: 100%;
}

.coupon > div img{
 width: 48%;
 text-align: center;
}

.menu > img{
 width: 100%;
 padding-top: 50px;
 text-align: center;
}

	.menu h1{
font-size:3.5rem;
  margin: 50px 0 0 0;

}
	

.category_navi>a{
width: 100%;
font-size:2.0rem;
padding:10px 0;

}
	
	

.event_titile h1{
font-size: 3.0rem;


}

.event_titile h2{
font-size: 1.8rem;

}


/* **********************検索窓********************** */


.price_search h1{
font-size: 3.8rem;

}

.price_search h2{
font-size: 2.0rem;
	}

.price_search h3{
font-size: 2.0rem;
}

.search_area{
margin: 30px auto 0 auto;
}

select{
	font-size: 2.0rem;
	
	width: 95%;
	
}

.search_area span{
	font-size: 3.5rem;
	padding: 0px 10px;
}

.search_btn{
	font-size: 2.3rem;

	width:80%;
	
}
	
/* **********************ランキング********************** */



.ranking>div div{
width: 45%;
padding:10px 0;
	
}
	
.ranking>div div:first-of-type{
width: 90%;	
}
	
.ranking>div div:first-of-type br{
display: none;
}

.ranking>div div::before{
width:50px;
height:50px;
font-size: 2.3rem;
left:-5px;
}


.ranking>div div h3{
margin: 5px auto 3px auto;
font-size:1.6rem;
}

.ranking>div div b{
font-size:2.5rem;
width: 90%;
}
 
.ranking>div div strong{
font-size:2.5rem;
width: 90%;
}


	
	
/* **********************レコメンドセクション********************** */


.reccommend div.rec_item{
margin:100px 0 0 0;
}

div.rec_item:first-of-type{
margin:30px 0 0 0!important;
}



div.rec_info{
padding: 10px 30px;
 row-gap:15px;
}

	

div.rec_info>h3{
font-size:2.7rem;
}
	


div.rec_info>h4{
font-size:1.9rem;

}



div.rec_info>h5{
font-size:1.9rem;

}

div.rec_info>p{
font-size:1.5rem;

}

div.rec_info>b{
	font-size:5.0rem;
	margin: auto;

}

	
div.rec_info>b::before{

font-size:2.0rem;
width:auto;	
margin:0 20px 25px auto;
padding: 0 20px;
	display: inline-block;
}
	

div.rec_info>b::after{
font-size:2.5rem;
}
 
div.rec_info>strong{
	font-size:5.0rem;
	margin: auto;

}


div.rec_info>strong::after{
font-size:2.5rem;
}


div.rec_info>a span{

font-size:2.0rem;
padding: 5px 0px;
width:  80%;
text-align: center;
bottom: -40px;
left: 50%;

}



/* **********************スイーツ********************** */





/* **********************海鮮ギフト********************** */


/*

.reccommend div.rec_item.variations>div:first-of-type{
height:200px;
}
*/
.reccommend div.rec_item.variations>.rec_info{
display: flex;
flex-wrap:wrap;
}

.seafood{
margin-bottom: 0px;
grid-template-columns:1fr;
gap:30px 0;}


.reccommend div.rec_item.variations>.rec_info div.seafood{
width: 100%;
}


.seafood > div:first-child{
grid-row: 1 / 1;
	grid-column:  1 / 1;	
	
}



.seafood_list > div:first-child{
grid-row: 1 / 2;
	grid-column: 1 / 1 ;
	
	
}

.seafood img{
width:100%!important;
display: none;
}


.seafood > div:nth-child(2) {
	grid-row: 2 / 3;
	grid-column: 1 / 1;

}

.seafood > div:nth-child(3) {
grid-row: 3 / 4;
grid-column: 1 / 1;
	display: flex;
	flex-wrap: wrap;
	
}


.variations div.rec_info>h3{
	font-size:2.9rem!important;

}
	
.sp_width div.rec_info>h3{
	font-size:2.6rem!important;
}

div.seafood h4{
	font-size:2.8rem;

	
}


div.seafood p{
	font-size:2.0rem;
	line-height:180%;

}

	div.seafood p br{
display: none;

}
div.seafood b{
	font-size:4.5rem;
}
	
	
	
div.seafood b::before{

font-size:2.2rem;
width:auto;	
margin:0 20px 0px auto;
padding: 0 20px;
	display: inline-block;
}
	
	

div.seafood b::after{

font-size:2.2rem;
}
 
div.seafood strong{
	font-size:4.5rem;

}

div.seafood strong::after{

font-size:2.2rem;
}

div.seafood a{
margin: 10px 0 0 0;
font-size:2.2rem;
	
}
	
	
div.seafood a span{
width: 100%;
font-size: 2.0rem!important;
	
}
	

.seafood_list_price{
flex-wrap: wrap;
 flex-flow:column;
justify-content:space-around!important;
}


.seafood .seafood_list_price > div:first-child{
grid-row: 1 / 1!important;
}

.sp_width>div{
width:100%!important;
}	
	
	
	
.seafood_list_price > div div{
gap:0px 25px;
margin: 0 0 30px 0;
padding-bottom: 10px;
}



div.seafood_list p{
font-size:2.0rem;

}

div.seafood_list p br{
display: none;
}
	
	
.mobile_view .seafood_list_price{
gap:20px 0;
width: 100%;
margin:50px 0 0 0!important;
	}
	
.mobile_view .seafood_list_price > div{

width:100%!important;}
	
.mobile_view .seafood_list_price::after{
 content:"";
  display: block;
  width:49%;
}

	
	div.seafood_list_price b{
font-size:4.0rem;	

}
	
	div.seafood_list_price b::before{

font-size:2.0rem;
width:auto;	
margin:0 20px 0px auto;
padding: 0 20px;
display:block;
}
	
 
	div.seafood_list_price strong{
font-size:4.0rem;	

}
	
.mobile_view .seafood_list_price  a span,.seafood_list .seafood_list_price  a span{
padding:5px 15px;
font-size:1.5rem!important;
}
	
/* **********************惣菜********************** */



 
	.food_side_img{
		height: auto;
		overflow: hidden;
	}
	
	.food_side_img img{
	
		object-fit: contain!important;
	}

.food_side .seafood_list_price  a span{
padding:5px 15px;
font-size:1.5rem!important;
}
	
/* **********************価格帯から選ぶ********************** */


.price_category{
	
padding:50px 0 100px 0;
	
}
.price_category h2{
margin: 10px auto 10px auto;
font-size:2.7rem;
}

.price_category h2::before,.price_category h2::after{
border-width: 10px 0 10px 30px;

}



.price_category h2 b{
font-size:1.6rem;
}
 
.price_category h2 strong{
font-size:1.6rem;
}



.price_item{
width: 90%;
margin:0 auto 0px auto;
gap:50px 0px;
}

.price_item::after{
  width:100%;
}


.price_category div.price_item>div{
width: 48%;
}

div.price_item>div span{
font-size: 1.8rem;
padding: 5px 0px;
width: 100%;

}	
}


/* ********************************************max-width: 394px******************************************** */

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

/* **********************クーポン********************** */
 
.coupon{ 
 width: 100%;
 text-align: center;
 border-radius: 0px;
	background-color: #fe7072;
 padding: 10px;
}

.coupon > img{
 width: 100%;
 text-align: center;
 padding: 30px 0;
}

.coupon > div{
 width: 100%;
}

.coupon > div img{
 width: 48%;
 text-align: center;
}

.menu > img{
 width: 100%;
 padding-top: 50px;
 text-align: center;
}

h1,h2,h3{

	font-size:3.2rem;
}

h2{
	font-size:2.2rem;
	letter-spacing: 2px;
	font-weight: 500;
	
}

h3{
	font-size:1.4rem;
	letter-spacing: 0px;
	font-weight: 500;
	
}
	
	.menu h1{
font-size:3.2rem;
  margin: 50px 0 0 0;

}
	

.category_navi>a{
width: 100%;
font-size:1.8rem;
padding:10px 0;

}
	
	

.event_titile h1{
font-size: 2.8rem;


}

.event_titile h2{
font-size: 1.6rem;

}


/* **********************検索窓********************** */


.price_search h1{
font-size: 3.0rem;

}

.price_search h2{
font-size: 1.8rem;
	}

.price_search h3{
font-size: 1.8rem;
}

.search_area{
margin: 30px auto 0 auto;
}

select{
	font-size:1.8rem;
	
	width: 95%;
	
}

.search_area span{
	font-size: 3.5rem;
	padding: 0px 10px;
}

.search_btn{
	font-size: 2.3rem;

	width:80%;
	
}
	
/* **********************ランキング********************** */
	.ranking{
		padding:30px 0;
	}




.ranking>div div h3{

font-size:1.6rem;
}

.ranking>div div b{
font-size:2.2rem;
}


	
	
/* **********************レコメンドセクション********************** */


.reccommend div.rec_item{
margin:80px 0 0 0;
}




div.rec_info{
padding: 10px 30px;
 row-gap:15px;
}

	

div.rec_info>h3{
font-size:2.3rem;
}
	


div.rec_info>h4{
font-size:1.6rem;

}



div.rec_info>h5{
font-size:1.6rem;

}

div.rec_info>p{
font-size:1.3rem;

}

div.rec_info>b{
	font-size:4.0rem;

}
	
	div.rec_info>b::before{

font-size:1.8rem;

}
	

div.rec_info>b::after{
font-size:2.5rem;
}

div.rec_info>strong{
	font-size:4.0rem;

}

div.rec_info>strong::after{
font-size:2.5rem;
}

div.rec_info>a span{

font-size:1.8rem;


}



/* **********************スイーツ********************** */





/* **********************海鮮ギフト********************** */


/*

.reccommend div.rec_item.variations>div:first-of-type{
height:250px;
}
*/
.seafood{
margin-bottom: 50px;
gap:30px 0;}


.variations div.rec_info>h3{
	font-size:2.5rem!important;

}
	
.sp_width div.rec_info>h3{
font-size:2.2rem!important;
}

div.seafood h4{
	font-size:2.4rem;

	
}


div.seafood p{
font-size:1.8rem;

}

div.seafood b{
font-size:4.0rem;	

}
div.seafood b::before{

font-size:2.0rem;

}
	
	
div.seafood b::after{

font-size:2.2rem;
}
 
div.seafood strong{
font-size:4.0rem;	

}

div.seafood strong::after{

font-size:2.2rem;
}

div.seafood a span{
margin: 5px 0 0 0;
font-size:1.6rem!important;
	
}


div.seafood_list p{
font-size:1.6rem;

}

div.seafood_list p br{
display: none;
}
	
.mobile_view .seafood_list_price h4{
font-size:2.2rem;
}
	
	
div.seafood_list_price b{
font-size:3.5rem;	

}
	
div.seafood_list_price b::before{

font-size:1.8rem;

}
 
div.seafood_list_price strong{
font-size:3.5rem;	

}

.seafood_list_price a span{
padding:5px 10px!important;
font-size:1.2rem!important;
}

	
/* **********************価格帯から選ぶ********************** */



.price_category h2{
margin: 30px auto 10px auto;
font-size:2.4rem;
}

.price_category h2::before,.price_category h2::after{
border-width: 7px 0 7px 20px;

}



.price_category h2 b{
font-size:1.2rem;
}
 
.price_category h2 strong{
font-size:1.2rem;
}



div.price_item>div span{
font-size: 1.4rem;

}	
}