@charset "utf-8";

/*------------------------------------------------------------------
超特大！うなぎ特集
------------------------------------------------------------------*/
.fs-body-custom{
	background: #fef6dc!important;
}
.fs-body-custom .fs-l-main {
	margin: 0 auto!important;
}
.fs-body-custom .fs-c-heading--page,
.fs-body-custom #sub1{
	display: none;
}
.fs-body-custom .fs-l-pageMain{
	width: 1000px!important;
	margin: 0 auto;	
}


html {
	scroll-behavior: smooth;
}



/* コンテンツ
-------------------------------------------------------------------------*/
#unagi {
	max-width: 1000px;
	margin:0 auto ;
	background: #fff;
}
#unagi *,
#unagi *:before,
#unagi *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#unagi figure {
	margin: 0;
	padding: 0;
}
#unagi a {
	display: block;
	text-decoration: none;
	transition: all 0.3s 0s ease;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	color: #0000ff;
}
#unagi a:active, 
#unagi a:hover {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha(opacity=0.8)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
	outline-width: 0;
	color: #0000ff;
}

#unagi img {
	display: block;
	width: 100%;
	max-width: 100%;
}
#unagi a img {
	border: none;
}




/* メイン
------------------------------------------------------------------*/
#unagi .main{
	background: #e6dcd2;
	padding-bottom: 15px;
}	
#unagi .main h2{
	margin: 25px 0;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	font-family: "BIZ UDPMincho", serif;
	letter-spacing: 2px;
}
#unagi .main h2 span {
	color: #af0005;
}	
#unagi .main h2 span ruby {
	ruby-position: over;
}

#unagi .main .box{
	width: 950px;
	margin: 0 auto ;

	display: flex;
	justify-content: space-between;
}	
#unagi .main .box .img{
	width: 450px;
}	
#unagi .main .box .txt{
	width: 470px;
}	
#unagi .main .box .txt p{
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.02em;
	margin: 0 0 32px 0;
}




/* 4つのポイント
------------------------------------------------------------------*/
#unagi .point .box{
	display: flex;
	flex-wrap: wrap;
}
#unagi .point .box .img{
	width: 500px;
}	




/* おすすめ商品
------------------------------------------------------------------*/
#unagi .item{
	background: #fef6dc;
}	
#unagi .item h3{
	margin: 0;
	padding: 50px 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	font-family: "BIZ UDPMincho", serif;
}

#unagi .item ul.item-list {
	background: #fff;
	margin: 0;
	padding: 10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#unagi .item ul.item-list li.item {
	width: 230px;
	background: #fff;
}
#unagi .item ul.item-list li.item .txt{
	font-size: 18px;
}
#unagi .item ul.item-list li.item .txt ruby {
	ruby-position: over;
}	
#unagi .item ul.item-list li.item .icon{
	width: 90px;
}	
#unagi .item ul.item-list li.item .price{
	text-align: right;
	font-size: 30px;
	color: #c70000;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#unagi .item ul.item-list li.item .en {
	font-size: 20px;
}
#unagi .item ul.item-list li.item .tax{
	font-size: 15px;
	color: #000000;
	font-weight: 400;
}




/*おすすめコンテンツ
------------------------------------------------------------------*/
h3.heading-1{
	margin: 0;
	padding: 45px 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	font-family: "BIZ UDPMincho", serif;
	}		
/*余白*/
.fs-body-custom .fs-l-footer{
	margin-top: 0;
}	







/*PAGE TOP
------------------------------------------------------------------*/
#unagi .btn_pagetop{
	width: 130px;
	margin: 45px auto 0 auto;
	padding-bottom: 50px;
}


