/*=======================
ÄÉ²ÃCSS 202106
=======================*/
.main-slider{
	max-width:1600px;
	width:100%;
	margin:0 auto;
}
.main-slider .slick-dots{
	bottom:20px !important;
}
.main-slider .slick-dots li button:before{
	color:#000000 !important;
}
.main-slider .slick-dots li button:hover:before{
	color:#B30000 !important;
}
.main-slider .slick-dots li.slick-active button:before{
	color:#B30000 !important;
	opacity:1 !important;
}

.slick-dots li button:before{
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif !important;
	font-size:16px !important;
	content:"¡ü" !important;
}

.bn-slider{
	margin:100px auto;
}
.bn-slider > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-start;
	ms-flex-align: flex-start;
	align-items: flex-start;
}
.bn-slider > ul > li{
	width:67%;
}
.bn-slider > ul > li:last-of-type{
	width:33%;
}

.line{
 max-width: 1200px;
	width: 100%;
	margin: 20px auto;
}

.product{
	margin-top:100px;
	background-image:url(https://file002.shop-pro.jp/PA01343/650/images/top/product-bg.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:0 0 150px;
}
.product > section > h3{
	/*-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	margin:0 auto;
	font-size:30px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:40px !important;
	border-top:2px solid #D7191A;
	padding:0 15px;
	padding-top:45px;
	box-sizing:border-box;
	margin-bottom:60px;
	display:inline-block;
}
.product ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-start;
	ms-flex-align: flex-start;
	align-items: flex-start;
}
.product ul li{
	width:19%;
	text-align:left;
}
.product ul li a{
	display:block;
	position:relative;
	padding-bottom:5px;
}
.product ul li a:after{
	content:"";
	position:absolute;
	right:5px;
	bottom:0;
	width:30px;
	height:7px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	transform:skew(40deg);
}
.product ul li p{
	padding:10px 0 0;
	box-sizing:border-box;
	font-size:18px;
	font-weight:bold;
}
.product ul li p span{
	display:block;
	color:#000000;
	font-size:14px;
}

.product-list ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-end;
	ms-flex-align: flex-end;
	align-items: flex-end;
	max-width:1000px;
	margin:50px auto 0;
}
.product-list ul li{
	width:14%;
}
.product-list ul li p{
	font-size:18px;
	font-weight:bold;
}
.product-list ul li img{
	max-width:75%;
}
.product-list ul li:first-of-type img{
	max-width:100%;
}
.product-list > section > div ul{
	max-width:700px;
	width:100%;
	-webkit-box-align:center;
	ms-flex-align: center;
	align-items: center;
	margin:100px auto;
}
.product-list > section > div ul li{
	width:auto;
	text-align:left;
}
.product-list > section > div ul li h5{
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:20px;
}
.product-list > section > div ul li h4{
	font-weight:bold;
	font-size:30px;
	letter-spacing:2px;
}


.btn-recipe{
	margin-top:70px;
	margin-bottom:100px;
}
.btn-recipe ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-start;
	ms-flex-align: flex-start;
	align-items: flex-start;
	max-width:1100px;
	margin:0 auto;
}

.info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	ms-flex-align: flex-start;
	align-items: flex-start;
}
.info > h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:26px;
	font-weight:bold;
	letter-spacing:2px;
	display:inline-block;
	width:10%;
}
.info div{
	overflow-y: scroll;
	/*width:90%;*/
	width:83%;
	height:150px;
	margin-left:80px;
	padding:0 10px;
	box-sizing:border-box;
	display:inline-block;
}
.info div dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	ms-flex-align: flex-start;
	align-items: flex-start;
	padding:10px 0;
	box-sizing:border-box;
	border-bottom:1px solid #B2B2B2;
}
.info div dl dt{
	color:#999999;
}
.info div dl dd{
	margin-left:40px;
	text-align:left;
}
.info div dl dd a{
	font-weight:bold;
	color:#4C9ED9;
	border-bottom:1px solid #4C9ED9;
}
