@charset 'UTF-8';
.main {
    width: 100%;
    padding: 19px 0 0px;
}
.mainimg {
    background: url(../image/mainimg_bg.jpg) top center no-repeat;
    text-align: center;
    padding-top: 40px;
    height: 500px;
    margin-bottom: 75px;
}
.mainimg::after{
	content: '';
	display: block;
	width: 100%;
	height: 37px;
	position: absolute;
	bottom: 0;
	background: url(../image/wave_bottom.png) center repeat-x;
}
.mainimg h2{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	padding: 0;
}
/*------------------ index-deals ---------------*/
.index-deals{
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 77px;
}
.index-deals .section{
	margin-bottom: 20px;
}
.index-deals .box{
	border: 2px solid #3F352F;
	padding: 28px 28px 29px;
}
.index-deals .imgleft .image{
	width: 120px;
}
.index-deals .box dl dt{
	font-weight: bold;
	line-height: 1.1;
	font-size: 1.8rem;
	color: #3F352F;
	margin-bottom: 12px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
}
.index-deals .box+.box{
	margin-top: 20px;
}
.index-deals .imgleft .image,
.index-deals .imgright .image{
	width: 119px;
}
/*--------------------- index-sharing ------------------*/
.index-sharing{
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	background: url(../image/index_bg.jpg) top center no-repeat;
	padding: 83px 0 77px;
	margin-bottom: 80px;
}
.index-sharing .box{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index-sharing .box .left{
	overflow: hidden;
	width: 364px;
	padding-top: 20px;
}
.index-sharing .box .right{
	overflow: hidden;
	width: 580px;
}
.index-sharing .box .left p.text{
	font-weight: bold;
	line-height: 2.3;
	margin-top: 33px;
	margin-bottom: 33px;
	padding-right: 14px;
}
.index-sharing .btn01 a{
	display: block;
	width: 300px;
	margin: 0 auto;
	border-radius: 30px;
	text-align: center;
	line-height: 1.0;
	background: #006633;
	padding: 22px 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6rem;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
}
.index-sharing .btn01 a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.index-sharing .right dl{
	overflow: hidden;
	background: #FFFFFF;
	padding: 30px 30px 26px;
	line-height: 1.85;
}
.index-sharing .right dl dt{
	color: #006633;
	font-weight: bold;
	line-height: 1.1;
	font-size: 1.8rem;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
	margin-bottom: 15px;
}
.index-sharing .right dl+dl{
	margin-top: 20px;
}

.onlineshop {
	width: 800px;
	margin: 0 auto 80px;
}
.onlineshop .imgbox {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 400px;
	margin-right: 40px;
}
.onlineshop .imglist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.onlineshop .imglist .square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 24%;
	margin: 10px 1.3% 0 0;
}
.onlineshop .imglist .square:nth-child(4n) {
	margin-right: 0;
}
.onlineshop .cart {
	text-align: left;
}
.onlineshop .cart input[type='image'] {
	cursor: pointer;
}
.onlineshop .cart .cart-btn .price {
	margin-bottom: 30px;
	display: flex;
	background: #F6EFE9;
	line-height: 1.0;
	padding: 20px;
	justify-content: space-between;
	font-size: 2.0rem;
	font-weight: bold;
	font-family:"游明朝","Yu Mincho", YuMincho,
serif, 'メイリオ', 'Meiryo', sans-serif;
}
.onlineshop .cart .cart-btn .price .money {
	color: #FF3333;
}
.onlineshop .cart .cart-btn .vari1,
.onlineshop .cart .cart-btn .vari2 {
	display: inline-block;
}
.onlineshop .cart .cart-btn .vari1 {
	margin-right: 40px;
}
.onlineshop .cart .cart-btn .vari1 .select {
	width: 120px;
}
.onlineshop .cart .cart-btn .vari2 .select {
	width: 90px;
}
.onlineshop .cart .cart-btn .select {
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 400px;
	height: 32px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.onlineshop .cart .cart-btn .select::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url('../image/cart_select.jpg') center no-repeat;
	pointer-events: none;
}
.onlineshop .cart .cart-btn .select select {
	width: 100%;
	height: 32px;
	border: none;
	outline: none;
	border-radius: 0;
	padding: 5px;
	margin: 0;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.onlineshop .item_detail a {
	display: block;
    width: 83%;
    color: #FF3333;
    margin: 20px auto 21px;
    background: #FFFFFF url(../image/icon_shop_off.png) left 60px center no-repeat;
    border: 3px solid #FF3333;
    text-align: left;
    border-radius: 30px;
    padding: 21px 0 17px 90px;
    box-shadow: 0px 2px #FF3333;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
    line-height: 1.0;
}

.onlineshop .item_detail a:hover {
    box-shadow: none;
    color: #FFFFFF;
    background: #FF6F6F url(../image/icon_shop_on.png) left 59px center no-repeat;
    transform: translateY(2px);
    cursor: pointer;
    text-decoration: none;
}

.onlineshop .cart .inner .title {
    color: #006633;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.1;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
    padding-bottom: 13px;
    border-bottom: 1px solid #98BD35;
    margin-bottom: 13px;
}

.onlineshop .cart .text {
    text-align: left;
    line-height: 1.85;
}

.onlineshop .tablebox {
    margin-top: 40px;
}
/*---------------------- index-delicious -----------------*/
.index-quality,
.index-delicious{
	max-width: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	background: #F6EFE9;
}
.index-delicious{
	margin-bottom: 0;
}
.index-quality{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.index-quality::before,
.index-delicious::before{
	content: '';
	background: url(../image/index_img02.jpg) right top no-repeat;
	left: 0;
	top: 0;
	width: 50%;
    height: 700px;
}
.index-quality::before{
	background: url(../image/index_img03.jpg) left top no-repeat;
}
.index-quality .box,
.index-delicious .box{
	width: 50%;
}

.index-quality .box dl dt,
.index-delicious .box dl dt{
	color: #3F352F;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 2.08;
	font-family:"游明朝","Yu Mincho", YuMincho,serif, 'メイリオ', 'Meiryo', sans-serif;
	margin-bottom: 38px;
    letter-spacing: 0.1em;
}
.index-quality .box .text,
.index-delicious .box .text{
	margin: 70px auto 0;
	width: 420px;
}
.index-quality .box .text{
	margin-right: 80px;
}
.index-delicious .box .text{
	margin-left: 80px;
}
.index-quality .box .text dd p+p{
	margin-top: 26px;
}

/* blog
------------------------------*/
.index-blog{
	overflow: hidden;
	width: 800px;
	margin: 0 auto 80px;
}
.blog-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.blog-box .blog {
	line-height: 1.8;
	width: 250px;
	border: 2px solid #98BD35;
	overflow: hidden;
	font-size: 1.2rem;
}
.blog-box .blog p.img01{
	padding: 12px 13px 14px;
    height: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.blog-box .blog p.img01 img{
 	max-width: 220px;
 	height: auto;
}
.blog-box .blog .box_text{
	overflow: hidden;
	background: #98BD35;
	color: #FFFFFF;
	padding: 20px 18px 16px;
}
.blog-box .blog h4{
	font-size: 1.4rem;
}
.blog-box .blog a{
	color: #FFFFFF;
}
.blog-box .blog .date {
	line-height: 1.2;
	margin-bottom: 2px;
}
.title_news{
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.0;
	font-family:"游明朝","Yu Mincho", YuMincho,
serif, 'メイリオ', 'Meiryo', sans-serif;
	margin-bottom: 40px;
}
.title_news span{
	display: inline-block;
	margin-left: 27px;
}
.button a{
	display: block;
	width: 250px;
	margin: 30px auto 0;
	text-align: left;
	border-radius: 30px;
	padding: 23px 0 21px 78px;
	background: #006633 url(../image/icon_news.png) center left 39px no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.0;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
}
.button a:hover{
	opacity: 0.8;
	text-decoration: none;
}