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


body{
margin:0;
padding:0;
font-family: sans-serif;
color:#191919;
}

a{
text-decoration:none;
color : inherit;}

a:hover {
　opacity: 0.75;
}

h3{
margin:10px 0;
font-size:160%;
font-weight: bolder;
}

h4{
margin:30px 0 10px;
font-size:130%;
font-weight: bolder;
}


.wrapper{
	max-width: 1200px;
	margin:10px auto;
}

.wrapper p{
line-height: 1.5em;
}

.midashi{
	margin:0 20px;
	width:96%;
}

.midashi h2{
margin:20px 0;
text-align:right;
font-size:160%;
font-weight: bolder;
}


.wrapper_01{
	max-width: 1200px;
	margin:10px auto;
}

.wrapper p{
line-height: 1.5em;
}

.midashi_01{
	margin:0 20px;
	width:96%;
}

.midashi_01 h2{
margin:20px 0 0;
text-align:right;
font-size:160%;
font-weight: bolder;
}

.midashi_01 p{
text-align:right;
font-size:95%;}


/*---------------------ヘッド部分ボタン---------------*/

.top_button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 50px auto;
  padding: 0.8em 1.2em;
  width:220px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #5F0000;
  transition: 0.3s;
  border-radius:10px;
}

.top_button a::before {
  content: '▶︎';
  width: 5px;
  height: 5px;
 padding-bottom:30px;
}

.top_button a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}



/*---------------------ヘッド部分ボタン---------------*/




.content{
	margin:0 20px 30px;
	width:96%;
}




table{
border:1px solid #7A7A7A;
border-collapse:collapse;
color:#4B4B4B;
margin:10px 0;
line-height: 1.5em;
width:100%;
box-sizing: border-box;
}

table th{
border:1px solid #7A7A7A;
background: #eee;
padding:10px;
}

table td{
border:1px solid #7A7A7A;
background: #fff;
padding:10px;
}

table.delivery th,table.delivery td{
text-align: center;
}


table.transfer th{width:20%;}




dl{
line-height: 1.5em;
margin-bottom:20px;
padding-bottom:10px;
border-bottom:1px solid #787878;
}

dd{
padding-bottom:20px;}

#qa{margin-left:-1.3em;}

#qa ul {
margin:10px 20px;
padding:0;
	list-style-type: none;
	text-align: left;
}
#qa li  {
	display: inline;
}

#qa li:not(:first-child)::before {
  content: " ｜ ";
  }

#qa li:first-child{
margin-left:0;
}


/*----------トップ----------*/



/*----トップメイン---*/
.top_main {
    background-image: url("https://unagi-kawaq.com/w_p/wp-content/uploads/2022/12/main_top.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* 画像が要素全体を覆うように拡大縮小 */
    width: 100vw; /* ビューポートの幅いっぱいに要素を広げる */
    margin-left: calc(50% - 50vw); /* 要素を画面中央に配置し、左右の余白をなくす */
    overflow-x: hidden; /* 横スクロールバーが表示されるのを防ぐ */
}

.top_img{
	margin:0 auto 0 10%;
	max-width: 1200px;
	vertical-align: middle;
width:100vw !important;
}
.top_img img{
	vertical-align: middle;
	margin:20px 8% 20px 0;
width:500px;
mix-blend-mode: hard-light;
}
.top_img h2{
font-size:180%;
color:#fff;
text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
vertical-align: middle;
}

.top_box{
vertical-align: middle;}

.top_box p{
padding-top:12%;
vertical-align: middle;}

.top_box img{
margin:10px 0;
width:40%;
 float:right;
}




/* 商品一覧のリストの設定 */


#top_item img{
  width:100%;
  margin:0 auto 10px;
}

#top_item h4{
margin:5px auto 10px;
}

#top_item  p{
text-align: left;
margin:0px 0px 15px;

}


#top_btn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}


.rad {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.btn {
	overflow: hidden;
	width: 180px;
	height: 40px;
	margin: 0 0 5px auto;
	padding: 0;
}
.btn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #5F0000;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-decoration:none;
}



/*トップリスト*/

.under_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
	box-sizing: border-box;
}
 
.under_list ul li {
    display: table;
    height: 6em;
    line-height: 110%;
    margin:10px 0;
    padding:0;
    text-align: center;
    width: 49%;
}
 
.under_list li img{
width:100%;

}

.under_list ul li:nth-child(2n-1) {
  margin:10px 2% 0 0;
}










.box{
margin:40px 0;
position: relative;
}

.box01{
margin:40px 0;
position: relative;}


.box img{
 width:80%;
 height: 60%;
 object-fit: cover;
}

.box01 img{
text-align: right;
margin:0 0 0 auto;
 width:80%;
 height: 60%;
 object-fit: cover;
}



.top-right {
 position: absolute;
 bottom: 25px;
 right: 0;
 width:60%;
 padding:20px 0 20px 20px;
 background: #fff;
 box-sizing: border-box;
}

.top-right strong{
font-size:30px;
font-weight: bold;
line-height:180%;
}

.top-left {
 position: absolute;
 bottom: 25px;
 left: 0;
 width:60%;
 padding:20px 20px 20px 0 ;
 background: #fff;
 box-sizing: border-box;
}


.points, .set_img, .neff_ex, .cooked{
box-sizing: border-box;
}

.points{
background:#FFF1C1;
margin:15px 0;
padding:5px 40px 15px;
}

.points h3{
margin:0;
padding:0;
}

.points img{
margin:0 0 10px 10px;
width:40%;
float:right;
 }
 
.points p{
font-size:120%;
line-height:180%;
} 
 
 
 .chc {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.chc:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}

 
@media only screen and (max-width: 900px) {
 
 
.points, .set_img, .neff_ex, .cooked{
  box-sizing: border-box;
}

.points{
background:#FFF1C1;
margin:15px 0;
padding:10px 20px 15px;
}

.points img{
margin:0 10px 20px 10px;
width:100%;
float:none;
 }
 
.points p{
font-size:120%;
line-height: 180%;
} 
 
}



.set_img{
background:#FFF;
width: 100%;
margin:15px 0;
padding:10px 40px 15px 0px;
box-sizing:border-box;
border:1px solid #999;
}


.set_img img{
padding-top:40px;
width:40%;
float:right;
}

.set_img ul{
padding-inline-start:0;
list-style-position:inside;
padding-left: 0;
}


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

.set_img{
padding:10px 20px 15px 20px;
}

.set_img img{
padding-top:10px;
padding-bottom:20px;
width:100%;
}

.set_img ul{
margin-left: -1rem;
}



}

.neff_ex{
background:#FFF1E8;
width: 100%;
padding:10px 40px 30px;
}

.neff_ex p{
line-height: 160%;
}


.cl{
clear: right;
}

.neff_ex img{
margin:0 0 10px 10px;
width:40%;
float:right;
}


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

.neff_ex img{
margin:0 0 10px;
width:100%;
float:none;
}
}



.cooked{
background:#FFF1C1;
width: 100%;
margin:30px 0;
padding:10px 40px 15px 20px;
}

.cooked h3{
padding-left:20px;
}

.cooked ul{
display:flex;
flex-wrap: nowrap;
padding:0;
list-style:none;
padding-inline-start:0;
list-style-position:inside;
margin:0;
}

.cooked li{
width:100%;
padding: 10px;
}

.cooked li img{
width:100%;
}

.cooked li srtong{
font-weight: bold;
}



@media only screen and (max-width: 900px) {
.cooked{
background:#FFF1C1;
width: 100%;
margin:15px 0;
padding:10px 25px 15px 5px;
}
}



.alrt{
background:#FFF1E8;
width:100%;
margin:15px 0;
padding:40px 40px 20px;
vertical-align:middle;
}

.alrt p{
margin:0;
padding:0;
}

.alrt img{
margin:20px 10px 20px 20px;
float:right;
}


@media only screen and (max-width: 900px) {
.alrt{
background:#FFF1E8;
width:100%;
margin:15px 0;
padding:40px 30px 20px;
vertical-align:middle;
}

}






.media_list{width:100%;}


.media_list ul{
		padding:0;
		background:yellow;
		display: flex;
}

.media_list li{
vertical-align: top;
		list-style:none;
		width:31.7%;
		height:15%;
		background:#fff;
		border:1px solid #000;
		display:inline-block;
		box-sizing:border-box;	
		font-size:32px;
		margin:0 0 10px;
		
	}
.media_list li:nth-child(3n-1){
	margin-right:2%;
	margin-left:2%;
	}

.media_list li img{
margin:10px auto;
 display:flex;
  align-items: center;
  justify-content: center;
}

.media_list li h4{
text-align: center;
font-size:60%;
}

.media_list li p{
text-align: right;
margin-right:5px;
font-size:40%;
}

.media_list li h5{
margin:5px;
font-size:50%;
}



/*------ネッファーページ-----*/
.neffh_content{
margin:10px auto;
width:100%;
background: #FFF1E8;
padding:20px 20px;
box-sizing: border-box;
}

.wrapper p{
line-height: 1.5em;
}

.midashi_01{
margin:0 20px;
width:96%;
}

.midashi_01 h2{
margin:20px 0 0;
text-align:right;
font-size:160%;
font-weight: bolder;
}

.midashi_01 p{
text-align:right;
font-size:95%;}


.content{
width:96%;
margin:0 auto;
}


.media_list{
width:100%;
margin:10px 0;
}

.media_list ul{
list-style-type: none;
padding: 0;
margin: 0;
}


.neffh_list li{
list-style-type: none;
vertical-align: top;
		width:100%;
		height:15%;
		margin:0 auto 20px -2rem;
		padding:0;
	}

.neffh_list li img{
vertical-align: bottom;
	}


@media only screen and (max-width: 900px) {
.neffh_list li{
list-style-type: none;
vertical-align: top;
		width:100%;
		height:15%;
		margin:0 auto 20px -1.5rem;
		padding:0;
	}


}




#qa{margin-left:-1.3em;}

#qa ul {
margin:10px 20px;
padding:0;
	list-style-type: none;
	text-align: left;
}
#qa li  {
	display: inline;
}

#qa li:not(:first-child)::before {
  content: " ｜ ";
  }

#qa li:first-child{
margin-left:0;
}








@media only screen and (min-width:641px) and ( max-width:1024px){

.neffh_list li img{
float: right;
text-align: center;
width:50%;
margin:8px auto;
}



.media_list li img{
width:80%;
}
.media_list li{
		width:48%;
}
.media_list li:nth-child(3n-1){
	margin-right:0;
	margin-left:0;
	}
.media_list li:nth-child(2n-1){
	margin-right:0;
	margin-left:2%;
	}


}





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

.cooked ul{flex-wrap: wrap;}
	
.cooked li{
width: 100%;
	}



.top_img img
{
vertical-align: middle;
margin:20px 90% 20px 10%;
width:300px;
mix-blend-mode: hard-light;
}




.box,.box01{
margin:20px 0;
position: static;
}

.box img,.box01 img{
 width:100%;
 height: 50%;
 object-fit: cover;
}

.top-right,.top-left {
 width:100%;
 margin:0 0 15px;
 padding:20px 0;
 background: #fff;
 position: static;
}

.under_list ul li {
    display: table;
    height: 6em;
    line-height: 110%;
    margin:10px 0;
    padding:0;
    text-align: center;
    width: 100%;
}
.under_list ul li:nth-child(2n-1) {
  margin:0;
}

.btn {
	overflow: hidden;
	width: 100%;
	height: 40px;
	margin: 0 0 5px auto;
	padding: 0;
}

.top_box img{
margin:10px 0;
width:100%;
 float:right;
}

.top_box{
margin-bottom:20px;
}

#top_item ul li {
  width: 100%;
}


#top_item ul li:nth-child(3n-1) {
  margin: 30px 0;
}

.media_list li img{
width:60%;
}
.media_list li{
		width:48%;
		}
.media_list li:nth-child(3n-1){
	margin-right:0;
	margin-left:0;
	}
.media_list li:nth-child(2n-1){
	margin-right:0;
	margin-left:2%;
	}
}



.neffh_list li img{
float: right;
text-align: center;
width:100%;
margin:8px auto;
}



