@charset "UTF-8";

*{
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body, th, td, input, select, textarea{
	font-size: 1em;
	line-height: 150%;
	color: #000;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,'游ゴシック',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
body{
	margin: 0px;
	background: #fffcf3;
}
figure{
	margin: 0px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
img{
	border: 0px;
	max-width: 100%;
	vertical-align: bottom;
}
figure img {
	display: block;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	opacity: 0.5;
}
dl, ul, ol{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
p{
	margin: 0px;
	font-size: 0.9em;
	line-height: 150%;
	color: #000;
}
.section{
	margin-top: 80px !important;
}
.block{
	margin-top: 40px !important;
}
.paragraph{
	margin-top: 20px !important;
}
.center{
	text-align: center !important;
}
.center > *{
	margin-left: auto;
	margin-right: auto;
}
.left{
	text-align: left !important;
}
.sp_disp {
	display: none;
}
.bold{
	font-weight: bold;
}
.red{
	color: #ff0000;
}
.block{
	display: block;
}
.size_l{
	font-size: 1.4em;
}
.font_s{
	font-size: 0.8rem;
}
.indent{
	margin-left: 1.25em;
	text-indent: -1.25em;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.margin_block{
	margin: 50px 0px;
}
.margin_block p + p{
	margin-top: 30px;
}
header .inner{
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
ul.header_menu{
	display: flex;
	gap: 40px;
	justify-content: center;
	width: 880px;
	margin: 30px 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #dadada;
	font-size: 0;
}
ul.header_menu li{
	display: inline-block;
	width: calc( (100% - 80px) / 3);
	max-width: 260px;
	font-size: 1em;
	text-align: center;
}
a.h1 .hover_on{
	display: none !important;
}
a.h1:hover{
	opacity: 1;
}
a.h1:hover .hover_off{
	display: none !important;
}
a.h1:hover .hover_on{
	display: block !important;
}
#contents{
	width: 960px;
	margin: 0 auto;
	padding: 30px 0px 0 0px;
	background: #fff;
}
#contents .inner{
	width: 880px;
	margin: 0 auto;
}
#contents .imagebox > div{
	float: left;
	width: 50%;
}
#contents .imagebox .text{
	padding: 0px 20px;
}
#contents .imagebox.left > .text{
	padding-right: 20px;
}
#contents p{
	margin-bottom: 15px;
}
#contents .text p.point{
	display: inline-block;
	padding: 2px 7px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	background: #ff7900;
	border-radius: 4px;
}
#contents .imagebox.right > div.img{
	float: right;
}
#contents h2{
	margin-bottom: 20px;
}
#contents .imagebox.right .text{
	padding-left: 40px;
}
#contents .imagebox + .imagebox .text{
	margin-top: 20px;
}
#contents .mark_box{
	margin-top: 40px;
}
#contents .mark_box > div.img{
	float: left;
	width: 120px;
}
#contents .mark_box > .text{
	margin-left: 140px;
	padding: 0px;
}
#contents .mark_box > .text p{
	margin: 0px;
	color: #1b5525;
}
#contents .mark_box > div.text h3{
	margin-bottom: 5px;
	font-size: 1em;
}
#contents .column2:after{
	content: "";
	display: block;
	clear: both;
}
#contents .column2 > div{
	float: left;
	width: calc((100% - 50px) / 2);
	vertical-align: top;
}
#contents .column2 > div + div{
	margin-left: 50px;
}
#contents .column2 > div .column2 > div{
	width: calc((100% - 20px) / 2);
}
#contents .column2 > div .column2 > div + div{
	margin-left: 20px;
}
#contents .column2 > div .column2 > div a{
}
#contents .column2 + p{
	margin-top: 10px;
}
#contents .button{
	padding: 15px 10px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
}
#contents .button p{
	margin: 0px;
}
.h3_common{
	padding-bottom: 10px;
	margin: 30px 0px 15px 0px;
	border-bottom: 1px solid #6d6d6d;
}
.h3_common:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #6d6d6d;
	margin-right: 5px;
}
h4{
	font-weight: bold;
	border-bottom: 1px dotted #6d6d6d;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.imagecenter{
	text-align: center;
}
ul.bull li{
	padding-left: 1em;
}
ul.bull li:before{
	content: "・";
	display: inline-block;
	margin-left: -1em;
}
ul.inline li{
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
}
ul.inline.line2 li{
	display: inline-block;
	width: 40%;
}
ol li{
	margin-left: 1.25em;
	text-indent: -1.25em;
}
ol li + li{
	margin-top: 5px;
}
h5{
	margin-top: 10px;
}
footer{
	margin: 0px auto;
	background: #fff;
}
footer .inner{
	display: flex;
	gap: 20px;
	width: 880px;
	margin: 0 auto;
	padding: 40px 0px 20px;
	border-top: 1px solid #b8b8b8;
}
footer .logo{
	width; 72px;
}
footer .copy{
	font-size: 0.8em;
}
footer .inner > div{
	width: calc(100% - 92px);
}
footer .inner > div> div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
footer .inner > div> div > *{
	width: 50%;
}

#pagetop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#pagetop:hover{
	opacity: 0.7;
}
.pc_center{
	text-align: center;
}
.disp_pc{
	display: block;
}
.disp_sp{
	display: none;
}
.right{
	text-align: right;
}
.button_block{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dadada;
}
.button_block .column{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.button_block .column > div + div{
	margin-left: 20px;
}
.note{
	text-align: right;
}
.note > p{
	display: inline-block;
	text-align: left !important;
	font-size: 13px;
}
.horizon{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #d5d5d5;
}
.point{
	margin: 60px 0 0 0;
}
.point .column3{
	display: flex;
	padding: 10px 10px 0 10px;
	margin-top: 40px;
}
.point .column3 > div{
	width: calc((100% - 50px) / 3);
	margin: 20px 0 0 10px;
	padding: 0 10px;
	border: 1px solid #ffc800;
	border-radius: 10px;
}
.point .column3 > div + div{
	margin-left: 20px;
}
.point .column3 > div .title{
	margin-top: -35px;
	margin-left: -20px;
	width: 70px;
	height: 70px;
	border-radius: 35px;
}
.point .column3 > div .catch{
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
.point .column3 > div .catch span{
	display: block;
	font-size: 20px;
	color: #e50041;
}
.point h3{
	margin-bottom: 10px;
	color: #e50041;
	font-size: 1.8em;
	line-height: 1.3;
}
.point .column2{
	margin: 20px 0 30px 0;
}
.point .column2 > div:first-child{
	padding-left: 20px;
}
.point .note{
	margin: 5px 20px 0 0;
	font-size: 13px;
}
.product h4{
	font-size: 1.5em;
}
#contents .sp_inner .column2 > .text{
	width: 40%;
}
#contents .sp_inner .column2 > .img{
	width: calc(100% - 40% - 50px);
}
.recipe{
	padding: 40px 20px;
	background: #ffdd67;
}
.recipe .column{
	display: flex;
	justify-content: center;
	gap: 40px;
}
.recipe .column .tx{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.recipe .column img{
	position: relative;
	z-index: 5;
}
.recipe .column .tx p{
	padding: 10px;
	min-width: 200px;
	background: #fff;
}
.recipe .recipe_block01{
	position: relative;
}
.recipe .recipe_block01::after{
	content: "";
	position: absolute;
	top: 64px;
	right: -100px;
	background: url(../../images/21_ico.png) no-repeat;
	background-size: cover;
	width: 203px;
	height: 250px;
	z-index: 2;
}
.recipe .recipe_block01 .tx02 p{
	margin-left: 44px;
}
.recipe .recipe_block01 .img02{
	margin-top: 54px;
}
.recipe .recipe_block02{
	margin-top: 30px;
}
.recipe .recipe_block02{
	position: relative;
}
.recipe .recipe_block02::after{
	content: "";
	position: absolute;
	top: -30px;
	left: -40px;
	background: url(../../images/22_ico.png) no-repeat;
	background-size: cover;
	width: 148px;
	height: 120px;
	z-index: 2;
}
.recipe h4{
	border: none;
	padding: 0;
	margin: 15px 0px 0px 0px;
}
.recipe .col2{
	display: flex;
	gap: 10px;
	width: 105%;
}
.recipe .col2 .tx{
	width: 40%;
}
.recipe .col2 .img{
	width: calc(100% - 40% - 20px);
}
.recipe .col2.reverse{
	flex-direction: row-reverse;
	margin-left: -50px;
}
.recipe .col2 + .col2{
	margin-top: 20px;
}
.recipe_block03 .tx{
	margin-top: 115px;
}
.recipe_block04 .tx{
	margin-top: 52px;
}
.recipe_block05 .tx{
	margin-top: 60px;
}
.recipe_block06 .tx{
	margin-top: 20px;
}
.recipe_block06 .tx p{
	margin: 15px 0 0 0 !important;
}
.product2{
	width: 680px;
	padding: 20px;
	max-width: 100%;
	margin: 80px auto 0;
}
.product2 h3{
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1.8em;
	line-height: 1.3;
	color: #e50041;
}
.product2 h4{
	font-size: 1.5em;
}
.product2 .column{
	display: flex;
	gap: 40px;
}
.product2 .column .tx{
	width: 60%;
}
.product2 .column .tx > div{
	width: 346px;
	margin: auto;
	max-width: 100%;
}
.product2 .column .img{
	width: calc(100% - 60% - 40px);
}
#sns {
	padding: 80px 0;
	margin-top: 40px;
	background: #fff;
}
#sns > div{
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0;
	max-width: 780px;
	padding: 0 20px;
}
#sns .tx p{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
#sns .tx p span{
	font-size: 1.5em;
}
#sns > div .img{
	display: flex;
	align-items: center;
	gap: 35px;
}
