@charset "utf-8";


.titl_product {
    padding: 120px 0 0;
}
/* .slide */
.product_item{
	max-width:800px;
	/* max-width:550px; */
	margin:100px auto;

}
.product_item section{
	/* width:50%; */
	/* padding:10px 20px 0 0; */
	text-align:left;
	width: 100%;
	padding-top: 10px;
}
.product_item .slick_farm{
	width:50%;
}

.product_item section h2{
	font-size:20px;
	margin: 5px 0;
}
.product_item section h2.dot{
	text-align:left;
	letter-spacing:0.1em;
}
.product_item section h2.dot:before{
	content:'●';
	color:#FE8512;
	margin-right:0.5em;
}
.product_item section h2 + span{
	margin-bottom:30px;
	display:block;
	font-size:12px;
	opacity:0.7;
}
.product_item section h3{
	font-size:16px;
	margin: 5px 0;
}
.product_item section h3.dot{
	text-align:left;
	letter-spacing:0.1em;
}
.product_item section h3.dot:before{
	content:'ー';
	color:#FE8512;
	margin-right:0.5em;
}
.product_item section h3 + span{
	margin-bottom:30px;
	display:block;
	font-size:12px;
	opacity:0.7;
}
.product_item section span{
	color: #767575;
}
.product_item_box{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-top: 50px;
	width: 100%;
}
.product_btn {
	margin-top: 40px;
	text-align: right;
}
.item_detail {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 60px;
}
.item_detail_list {
	display: flex;
    width: 45%;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 10px;
}
.w_75 {
	width: 75px;
}
.w_130 {
	width: 130px;
}
.product_img {
	margin: auto;
}
.product_img img{
	max-height: 400px;
	border-radius: 15px;
}

/* 画像切り替え */
.main_img {
	margin: auto;
}
.main_img img {
	max-height: 400px;
	border-radius: 15px;
}
.sub_img {
	width: 600px;
	margin: auto;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin-top: 20px;
}
.sub_img li {
	width: 200px;
	margin: 5px 10px;
}
.sub_img img {
	width: 170px;
	border-radius: 15px;
	/* margin: 5px 10px; */
}
.topping_img {
	display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}
.topping_img img {
	width: 32%;
	max-height: 100%;
	height: auto;
}
.mt_0 {
	margin-top: 0px !important;
}
.fresh_img {
	display: flex;
    justify-content: center;
	margin-top: 80px;
	margin-bottom: 20px;
}
.fresh_img img {
	width: 32%;
	margin: 0 10px;
}

.ranran_logo {
	width: 250px;
    margin-top: -20px;
}

/* ★紅花卵卵 */
.box {
	margin-bottom: 30px;
}
.benibana_box {
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 30px 0 60px;
}
.left-benibana {
	width: 48%;
}
.right-benibana {
	width: 48%;
}
.right-benibana p {
	width: 16vw;
	text-align: left;
	margin: auto;
	margin-top: 20px;
	}
.left-benibana p {
	width: 16vw;
	text-align: left;
	margin: auto;
	margin-top: 20px;
}
.product_btn_benibana {
	margin-top: 40px;
    text-align: center;
}
