@charset "utf-8";
/* CSS Document */

body,h1,h2,p,ul{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family:"メイリオ", Meiryo,  sans-serif;
	font-size: 15px;;
	color:#541300;
}

/* floating bn
--------------------------------*/
#fixbn{
    top: 170px;
    right:0;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}
#fixbn ul li{
	margin-bottom: 20px;
	text-align: right;
}

#fixbn_left_out {
    top: 170px;
    left: -240px;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}

#fixbn_left_out:hover{
    left: 0 !important;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

header img,h1 img,h2 img,h3 img{
	display:block;
	margin:0 auto;
}

/* header
--------------------------------*/
#header div.logo{
	background:#fef6db;
	padding:20px 0;
	box-sizing:border-box;
}

#header .g_navi {
	background:#541300;
}

#header .g_navi a{
	text-align:center;
	text-decoration:none;
	color:#FFF;
}

#header .g_navi ul{
	max-width:850px;
	width:100%;
	display:flex;
	align-items: center;
	margin:0 auto;
}

#header .g_navi ul li{
	color:#FFF;
	width:20%;
	padding:15px 0;
	box-sizing:border-box;
}

#header .g_navi ul li a{
	display:block;
}


#header .g_navi ul li:hover{
	background:#340c00;
}


/* campaign
--------------------------------*/
#campaign{
	background:url("images/bk_dot.jpg");
	background-position:top;
	background-size: auto;
	background-repeat: repeat;
	background-color:#d6f4f0;
	padding:0px 0 0;
	box-sizing:border-box;
}

#campaign h2{
	/*margin-bottom:3%;*/
}

#campaign p{
	text-align:center;
}

#campaign p.info{
	width: 90%;
	margin:1% auto 0;
	font-weight: bold;
	
}

#campaign .campaign:hover{
	opacity:0.9;
}

#campaign p.info span{
	display:block;
}

#campaign .navi ul{
	max-width:850px;
	width:100%;
	margin:0 auto;
	padding-bottom:30px;
	box-sizing:border-box;
	display:flex;
 -webkit-justify-content: space-around; /* Safari */
  justify-content: space-around;
}

/* sec
--------------------------------*/
#sec2,#sec3,#sec4,#sec5{
	background:#fffbed;
    padding-top: 80px;
	box-sizing:border-box;
}
#sec4 .content{
	white-space: nowrap
}

div.wrapper{
    position: relative;
    margin:0 auto;
    background: #fff;
    width:850px;
    padding: 50px 85px 20px;
	box-sizing:border-box;
}

#sec1{
	background:#fffbed;
	box-sizing: border-box;
}

#sec1 p:first-child {
    padding: 5% 3%;
}
#sec1 p{
	text-align:center;
}
#sec1 p.text{
	font-size:1.2em;
	margin:20px 0;
	color:#FFF;
}

#sec2 div.bag{
	text-align:center;
}
#sec2 div.bag{
	text-align:center;
}

#sec2 h2{
	margin-bottom:50px;
}
#sec3 h2{
	margin-bottom:50px;
}

#sec4{
	padding-bottom:80px;
}

div.lace{
    position: absolute;
    top: -45px;
    left: 0;
    background: url(../images/lace.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 62px;
    width: 850px;
}

p.text{
    margin: 20px 0 50px;
	padding:0 50px;
}


/* 商品2列
--------------------------------*/

 .pic_item, 
 .item_list{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}


 .pic_item li, 
 .item_list li{
	width: 44.6%;
	position: relative;
	margin-bottom: 40px;
	/* margin: 0 2% 10% 0;
  padding: 0 20px; */
	/* box-sizing:border-box; */
}
.pic_item li:nth-last-child(2),
.item_list li:nth-last-child(2){
	margin-bottom: 0;
}
.item_list li a{
	display: block;
	width: 100%;
	position: relative;
}
/* .item_list li::after{
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/frame.png") no-repeat;
	background-size: contain;
  vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
} */
/* .item_list li::before{
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/frame_bk.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
} */

.list-1col li{
	width: 94%;
	margin:0 3%;
  padding:0;
}
 .pic_item li:nth-child(even), .item_list ul li:nth-child(even){
	margin-right:0;
}

/* 商品3列
--------------------------------*/

 .item_list3{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

 .item_list3 li{
	width: 30%;
	float: left;
	margin: 0 5% 6% 0;
	box-sizing:border-box;
}

 .item_list3 li:nth-child(3n){
	margin-right:0;
}



/* 人気定番商品
--------------------------------*/
.right_cont p.item img{
	margin:0 auto;
	display:block;
}

.left_cont p.title{
	margin-bottom:10px;
}

.left_cont p.text{
	margin-bottom:30px;
	padding:0;
}



/* itemlist
--------------------------------*/
.item_list ul li,
.item_list3 ul li{
	margin-bottom:40px;
}

.item_list p,
.item_list3 p{
    margin: 0 auto 10px;
}

.item_list p.item,
.item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

.item_list p.item img,
.item_list3 p.item img{
	width:100%;
}

.item_list p.name,
.item_list3 p.name{
	font-size:23px;
	font-weight:bold;
	vertical-align:text-bottom;
}

.item_list p.content,
.item_list3 p.content{
	/* font-size:0.95em; */
	font-size: 16px;
	margin-bottom:20px;
}

.item_list p.content span{
	background-color:#541300;
	padding:2px 20px;
	color:#FFF;
	margin-right:10px;
	font-size:1em;
}

.item_list3 p.content span{
    background-color: #541300;
    padding: 2px 8px;
    color: #FFF;
    margin-right: 10px;
    font-size: 1em;
}


/* ボタン */
#sakura p.btn,
.item_list p.btn{
    /* background-color:#541300; */
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    /* padding: 10px 0; */
    /* border-radius: 5px; */
    box-sizing: border-box;
    /* box-shadow:0px 5px rgb(65,14,0); */
}
.item_list3 p.btn{
    background-color: #541300;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 5px rgb(65 14 0);
}
.item_list3 p.btn:hover{
	box-shadow:none;
	transform: translate3d(0, 3px, 0);
}

.item_list2 p.btn{
    background-color: #541300;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 5px rgb(65 14 0);
}
.item_list2 p.btn:hover{
	box-shadow:none;
	transform: translate3d(0, 3px, 0);
}
.item_list2 li {
    width: 48%;
    margin: 0 2% 10% 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.item_list2 p.name {
    font-size: 18px;
    font-weight: bold;
}



/* ホワイトデー商品
--------------------------------*/
#ochugen{	
	
	/* background-color:#d6f4f0; */
	padding: 0;
	box-sizing:border-box;
	position: relative;
	padding-top: 40px;
}
.bkimg{
	background-image:url("../images/5155521_l.png");
	background-position:top;
	background-size: cover;
	background-repeat: repeat;
}
/* #halloween2{
	padding: 80px 0 90px;
} */
.halloween2{
	width: 450px;
	margin: 0 auto;
}
.halloween2 img{
	width: 100%;
}

.navi_list{
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.navi_list li{
	width: 24.1%;
	position: relative;
}
.navi_list img{
	width: 100%;
}
.navi_list .on{
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease;
}
.navi_list .on:hover{
	opacity: 1;
}
#ochugen  div{ 	
    /* max-width: 850px; */
    width: 100%;
	margin:  0 auto;
}
.mv_img img{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.mv_img {
	width: 100%;
	background: url("../images/bg.jpg");
	background-size: contain;
}

#ochugen div:first-child{
	margin-bottom: 0px;
}

#ochugen  div img{
	/* max-width: 850px; */
	width: 100%;
}

#ochugen div p {
	color: #541300;
	margin: 0px auto 0px;
	text-align: center;
	width: 96%;
}
.item_description{
	position: absolute;
	bottom: 0;
}
.item_list3 .name,.item_list3 .content,.item_list3 .plice{
	color: #053351!important
}
.canto_link p:not(.btn){
	color: #053351!important
}

#ochugen div p.caption {
	color: #0a0404;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-size: 65px;
	margin: 30px auto 40px;
	line-height: 55.98px;
	letter-spacing: 0.25px;
	text-shadow: 3.214px 3.83px 0px #faf2d9;
	font-feature-settings: "palt";
}
#ochugen .item_list p.plice {
	/* font-size: 18px; */
	font-size:20px;
	font-weight: bold;
	margin: 0px auto 12px;
}
#ochugen .item_list p.content {
	margin: 0px auto 20px;
}
#ochugen .item_list p.content span {
	background-color: #ffaf25;
	padding: 2px 10px;
	color: #541300;
	margin-right: 10px;
	font-size: 1em;
}

#ochugen div p.txt {
	font-size: 21px;
	font-family: "Meiryo";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.714;
	text-align: center;
	/* padding: 54px 0 0; */
}

#ochugen div p span {
	font-size: 13px;
}

#ochugen  div p.btn {
	color: #fff;
	background-color: rgb(109, 70, 133);
	width: 260px;
	height: 46px;
	line-height: 42px;
	border-radius: 23px;
	margin: 0 auto 38px;
	border: 3px solid rgb(109, 70, 133);
}
#ochugen  div p.btn:hover{
	color: rgb(109, 70, 133);
	background-color: #fff;
	
}

#ochugen img.kamibukuro{
	display: block;
  	max-width: 850px;
	  width: 100%;
	  margin: 80px auto 74px;
}


/* 桜フェア
--------------------------------*/
#sakura{	
	background-color:#ed8aaa;
	padding:50px 0;
	box-sizing:border-box;
}

#sakura div{ 	
    max-width: 850px;
    width: 100%;
	margin:  0 auto;
}

#sakura div:first-child{
	margin-bottom: 40px;
}

#sakura div img{
	max-width: 850px;
	width: 100%;
}

#sakura div p {
	color: #541300;
	margin: 20px auto 20px;
	text-align: center;
	width: 94%;
}

#sakura div p.caption {
	color: #f7e988;
	font-weight: bold;
	font-size: 28px;
}

#sakura div p.txt {
	font-size: 16px;
}

#sakura div p span {
	font-size: 13px;
}

#sakura .item_list3{
	justify-content: center;
}

#sakura .item_list3 li:last-child{
	margin-right: 0;
}

/* 商品
--------------------------------*/

#sec1 .item_list3 ul{
	max-width:850px;
	width:100%;
	margin:3% auto 134px;
}

#sec1 .item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

#sec1 .item_list3 p.item img{
	width:100%;
}


/* カントリーガゼットリンク
--------------------------------*/
.canto_link{
	max-width: 850px;
	width: 100%;
    margin: 3% auto 0;
	padding: 0 0 50px;
	text-align: center;
}
.canto_link p{
	margin-top: 20px !important;
}
.canto_link img{
	width: 100%;
	max-width: 850px;
}

.canto_link .btn{
	width: 50%;
    background-color: #541300 !important;	
	box-shadow: 0px 5px rgb(65,14,0) !important;
}

/* footer
--------------------------------*/
#footer{
	display: table;
	width:100%;
	background-color:#532607;
	height:85px;
}

#footer div{
	display: table-cell;
	vertical-align:middle;
}

#footer p.nav{
	text-align:center;
	margin-bottom:10px;
}

#footer  p.nav span a{
	padding:0 15px;
	border-right:#FFF solid 1px;
	font-size:14px;
	color:#FFF;
}

#footer p.copy{
	font-size:10px;
	color:#FFF;
	text-align:center;
}

.sp_none{
	display:block;
}
	
.pc_none{
	display:none;
}


/* pagetop
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 10;
}


/*----ホバー----*/
.hover_toggle:hover {
	animation: updown .4s ease;
	-webkit-animation: updown .4s ease;
}

@keyframes updown {
0%{transform:translate(0,0)}
10%{transform:translate(0,-1px)}
20%{transform:translate(0,-2px)}
30%{transform:translate(0,-3px)}
40%{transform:translate(0,-4px)}
50%{transform:translate(0,-5px)}
60%{transform:translate(0,-6px)}
70%{transform:translate(0,-4px)}
80%{transform:translate(0,-3px)}
90%{transform:translate(0,-2px)}
100%{transform:translate(0,0)}
}
@-webkit-keyframes updown {
0%{transform:translate(0,0)}
10%{transform:translate(0,-1px)}
20%{transform:translate(0,-2px)}
30%{transform:translate(0,-3px)}
40%{transform:translate(0,-4px)}
50%{transform:translate(0,-5px)}
60%{transform:translate(0,-6px)}
70%{transform:translate(0,-4px)}
80%{transform:translate(0,-3px)}
90%{transform:translate(0,-2px)}
100%{transform:translate(0,0)}
}
@media screen and (max-height: 700px) {
	#fixbn {
		top: 100px;
	}
}
@media screen and (max-height: 620px) {
	#fixbn {
		top: 50px;
	}
}
@media screen and (max-height: 560px) {
	#fixbn {
		top: 10px;
	}
}
@media screen and (min-width:870px){
	.item_list4{
		margin-bottom: 30px;
	}
}

@media screen and (max-width:870px) {
	.navi_list{
		width: calc(100% - 20px);
	}
	.pic_item, .item_list {
		width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
	}
	#noshi img{
		width: calc(100% - 20px);
	}
	.item_list4{
		margin-bottom: 0;
	}
}
@media screen and (min-width:768px){
	.text_pc{
		font-size: 16px;
		line-height: 27.2px;
	}
}

@media screen and (max-width:768px) { 
/* .sp_sticky{
	position: sticky;
	position: -webkit-sticky;
	top: 5px;
	z-index: 10;
} */
.canto_link{
	margin: 10% auto 0;
}

.sticky{
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: rgb(84, 19, 0);
}
.sticky .navi_list{
	margin: 5px auto;
}
.navi_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#fixbn_left_out,#fixbn{
	display:none !important;
}

body,h1,p,ul,a{
	font-size:13px;
	line-height: 1.4em;
}

header img,h1 img,h3 img{
	display:block;
	margin:0 auto;
    width: 95%;
}

#sec1 h2 img{
	width:85%;
}

#sec2 h2 img{
	width:100%;
}
	
#sec3 img{
	width:100%;
}

h1,h2,h3{
	margin-bottom:0;
}

/* header
--------------------------------*/
#header .g_navi ul li{
	padding:15px 34px;
	box-sizing:border-box;
}

#header img{
	width:80%;
}

#header div.logo {
    padding: 8px 0;
    box-sizing: border-box;
}


/* campaign
--------------------------------*/
/* #campaign p img{
	max-width:850px;
	max-width:850px;
	width:90%;
} */



/* sec
--------------------------------*/
#sec1{
   	 padding-top: 10px;
}

#sec2,#sec3,#sec4,#sec5{
    padding: 30px 0;
}

#sec1 .item_list3 ul{
	margin-bottom:0;
	/* padding: 0 3%; */
}

div.lace{
    position: absolute;
    top: -45px;
    left: 0;
    background: url(../images/lace.png);
    background-repeat: repeat;
    background-position: top;
    height: 62px;
    width: 100%;
}


div.wrapper{
    position: relative;
    margin: 45px auto 30px;
    background-color: #fff;
    width: 90%;
    padding:5% 5%;
	box-sizing:border-box;
}


#sec2 div.bag img{
	width:100%;
}

/* 商品2列
--------------------------------*/
 .pic_item li, .item_list li{
	width: 44.6%;
	/* margin-right: 6%; */
	/* margin: 0; */
  	padding: 0;
}

.list-1col li{
	width: 94%;
	margin:0 3%;
  padding:0;
}
 .pic_item li:nth-child(even),  .item_list li:nth-child(even){
	margin-right:0;
}

.item_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* 人気定番商品
--------------------------------*/

.right_cont p.item img,.left_cont p.title img{
	margin:0 auto;
	display:block;
	width:100%;
}

.right_cont p.item{
    margin-top: 15px;
}

.left_cont p.title{
	margin-bottom:10px;
}

.left_cont p.text{
	padding:0;
}



/* itemlist
--------------------------------*/
.item_list4{
	display: block;
}
.item_list4 li{
	max-width: 379px;
	width: 100%;
	margin: 0 auto 40px;
}
.item_list4 li:nth-child(even){
	margin-right:  auto;
}
 .item_list,
 .item_list3{
	margin:30px 0 0;
}

.item_list3 li:last-child{
   margin-bottom:40px;
}
.item_list p,
.item_list3 p{
    margin: 0 auto 5px;
    width: 100%;
}

.item_list p.item,
.item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

.item_list p.item img,
.item_list3 p.item img{
	width:100%;
}

.item_list p.name,
.item_list3 p.name{
	font-size:18px;
	font-weight:bold;
}
.item_list4 p.name{
	font-size:22px;
	font-weight:bold;
}

.item_list p.content{
	margin-bottom:16px;
}
.item_list3 p.content{
	margin-bottom:0px;
}

/* 商品２列
--------------------------------*/
.item_list3{
	padding: 0 3%;
    box-sizing: border-box;
}

.item_list3 li{
	width: 47%;
	margin-right: 6%!important;
	float:left;
  padding:0;
}

.item_list3 li:nth-child(even){
	margin-right:0!important;
}




/* ボタン */
.item_list p.btn,
.item_list p.btn a,
.item_list3 p.btn a{
	font-size:12px;
}

.item_list p.btn:after,
.item_list3 p.btn:after{
	content: normal;
	position: absolute;
  	top: 26%;
  	right: 13px;
}


/* ホワイトデー
--------------------------------*/
	
#ochugen div p.caption {
    font-size: 50px;
}
#ochugen div p.caption{
	margin: 0 auto 20px;
}
#ochugen div p.txt {
    font-size: 14px;
    font-family: "Meiryo";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.714;
    text-align: center;
    /* padding: 24px 0 0; */
}

#ochugen .item_list{
	padding-bottom: 5%;
}
#ochugen img.kamibukuro{
	width: calc(100% - 20px);
}

/* 桜フェア
--------------------------------*/
#sakura a p.btn {
    margin: 20px 0;
    text-align: center;
	font-size: 14px;
	margin: 0 auto;
}

#sakura a > div p.caption {
    font-size: 20px;
}
	
	#sakura a > div p.txt {
    font-size: 14px;
}
	

/* footer
--------------------------------*/
#footer p.nav span{
	display: block;
    padding: 15px 0;
	border-bottom:1px #713e1b solid; 
	box-sizing:border-box;
}

#footer p.nav span a {
    padding: 0 15px;
    border-right: none;
    font-size: 14px;
    color: #FFF;
}

#footer{
	display: table;
	width:100%;
	height:85px;
}

#footer div{
	height:85px;
	display:table-cell;
	vertical-align: bottom;
	margin:0 auto;
}


#footer p.copy{
	width:100%;
	background-color:#532607;
	font-size:9px;
	color:#FFF;
	text-align:center;
	padding:10px 0;
}


}


@media screen and (max-width:480px) { 
	#sec4 .content{
		white-space:normal
	}
.sp_none{
	display:none;
}
	
.pc_none{
	display:block;
}

/* header
--------------------------------*/
#header .g_navi ul li{
	width:50%;
	text-align:center;
	padding:10px 0;
	box-sizing:border-box;
}

#header .g_navi ul li a{
	font-size:12px;
}

#header img{
	width:80%;
}

#header div.logo {
    padding: 8px 0;
    box-sizing: border-box;
}

/* campaign
--------------------------------*/
/* #campaign h2 img{
	width:90%;
}

#campaign {
    padding: 10% 0 0;
} */
#ochugen {
	/* padding: 40px 3% 40px; */
    /* white-space: nowrap; */
}
#ochugen div p{
	width: 100%;
}
/* #ochugen div h2 img {
    width: 90%;
} */

#sakura div h2 img {
    width: 90%;
}
	
/* 商品2列
--------------------------------*/
#sec2 div.bag{
	width:95%;
	margin:0 auto;
}

#sec1 .item_list ul{
    padding: 0 4%;
    box-sizing: border-box;
}
 #noshi img{
	width: 100%
}	

div.wrapper{
    margin: 45px auto 0;
	width:95%;
}

.item_list p.content span{
	padding: 1px 7px;
	box-sizing:border-box;
	display: inline-block;
    font-size: 0.8em;
    margin-bottom: 5px;
}
.item_list {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.item_list3 p.content span{	
    font-size: 0.8em;
		display: inline-block;
    margin: 0 2% 4% auto;
}
	
.item_list p.name,
.item_list3 p.name {
    font-size: 14px;
}

.item_list4 p.name{
	font-size:20px;
	font-weight:bold;
}
.item_list4 p.content {
    margin: 0px auto 12px;
}
#ochugen .item_list4 p.plice {
    margin: 0px auto 8px;
}
.item_list4 p.btn {
    width: 260px;
    height: 42px;
}
#ochugen .item_list4 p.content{
    margin: 0px auto 10px;
}

#sec1 p.text,p.text{
	padding:10px 10px 0;
	font-size:13px;
}

p.text{
    margin-bottom: 0;
}

/* ボタン */
#sakura p.btn,
.item_list p.btn,
.item_list3 p.btn{
	font-size:12px;
	font-weight:bold;
    border-radius: 4px;
	box-sizing:border-box;
}

.item_list4 p.btn{
	font-size:14px;
}



/* itemlist
--------------------------------*/
.item_list,
.item_list3{
	margin:30px auto 0;
}

/* pagetop
--------------------------------*/
#page-top {
    position: fixed;
    right: 5px;
}

#page-top img{
	width:70px;
}


}

