@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:16px;
	color:#541300;
}

/* floating bn
--------------------------------*/
#fixbn{
    top: 170px;
    right:0;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}
#fixbn ul li{
	margin-bottom: 20px;
}

#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;
}


/* main
--------------------------------*/
#main{
	background: #ED4264;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ffbdbd, #FFEDBC);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ffbdbd, #FFEDBC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding:50px 0 0;
	box-sizing:border-box;
}

#main p{
	text-align:center;
}

#main p.campaign{
	margin:0 auto 2%;
}

#main .campaign:hover{
	opacity:0.9;
}

#main p.campaign span{
	display:block;
}

#main .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;
}

div.wrapper{
    position: relative;
    margin:0 auto;
    background: #fff;
    width:850px;
    padding: 50px 85px 20px;
	box-sizing:border-box;
}

#sec1{
	background: #ED4264;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ffbdbd, #FFEDBC);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ffbdbd, #FFEDBC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-sizing: border-box;
}
#sec1 p:first-child{
	padding: 5% 0;
}
#sec1 p{
	text-align:center;
}
#sec1 p.text{
	font-size:1.2em;
	margin:20px 0;
	color:#FFF;
}

#sec5 div.bag{
	text-align:center;
}

#sec2 h2{
	margin-bottom:50px;
}

#sec4{
	padding-top: 80px;
	padding-bottom:80px;
}

#sec5 h2{
	margin-bottom:50px;
}

#sec5 .text{
	text-align: center;
}

#sec5 .text span{
	font-size: 28px;
	font-weight: bold;
}

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;
}


/* 商品２列
--------------------------------*/
.pic_item ul li, 
.item_list ul li{
	width: 48%;
	margin-right:2%;
	float:left;
    padding: 0 20px;
	box-sizing:border-box;
}

.pic_item ul li:nth-child(even), .item_list ul li:nth-child(even){
	margin-right:0;
}

/* 商品３列
--------------------------------*/
.item_list3 ul li{
    width: 30%;
    margin-right: 5%;
	float:left;
	box-sizing:border-box;
}

.item_list3 ul 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:18px;
	font-weight:bold;
}

.item_list p.content,
.item_list3 p.content{
	font-size:1.2em;
	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 10px;
    color: #FFF;
    margin-right: 10px;
    font-size: 1em;
}


/* ボタン */
.item_list p.btn,
.item_list3 p.btn{
    background-color:#541300;
    display: block;
    color: #fff;
    display: block;
    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);
    position: relative;
}

.item_list p.btn:after,
.item_list3 p.btn:after{
	content: url(../images/prev_w.png);
	position: absolute;
  	top: 26%;
  	right: 13px;
}

.item_list p.btn:hover,
.item_list3 p.btn:hover{
	box-shadow:none;
	transform: translate3d(0, 3px, 0);
}




/* お歳暮商品
--------------------------------*/

#sec1 .item_list3 ul{
	max-width:850px;
	width:100%;
	margin:3% auto 0;
}

#sec1 .item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

#sec1 .item_list3 p.item img{
	width:100%;
}


/* 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;
}



/* clearfix
--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* pagetop
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/*----ホバー----*/
.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-width:760px) { 

#fixbn_left_out,#fixbn{
	display:none !important;
}

body,h1,p,ul,a{
	font-size:13px;
	line-height: 1.4em;
}
h1 img{
	width: 100%;
}
	
header img,h3 img{
	display:block;
	margin:0 auto;
    width: 95%;
}

#sec1 h2 img{
	width:85%;
}

#sec2 h2 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;
}


/* main
--------------------------------*/
#main p img{
	max-width:850px;
	max-width:850px;
	width:90%;
}

/* sec
--------------------------------*/
#sec1{
   	 padding-top: 10px;
}

#sec2,#sec3,#sec4,#sec5{
    padding-top: 30px;
}


div.lace{
    position: absolute;
    top: -45px;
    left: 0;
    background: url(../images/lace.png);
    background-repeat: repeat-x;
    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%;
}
	
#sec5 div.bag img {
    width: 100%;
}

#sec5 h2 img {
    width: 100%;
}

/* 商品２列
--------------------------------*/
.pic_item ul li, .item_list ul li{
	width: 47%;
	margin-right: 6%;
	float:left;
    padding:0;
}

.pic_item ul li:nth-child(even), .item_list ul li:nth-child(even){
	margin-right:0;
}


/* 人気定番商品
--------------------------------*/

.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_list,
.item_list3{
	margin:30px 0;
}

.item_list ul li,
.item_list3 ul li{
	margin-bottom:20px;
}

.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_list p.content,
.item_list3 p.content{
	margin-bottom:16px;
}

/* 商品２列
--------------------------------*/
.item_list3{
	padding: 0 3%;
    box-sizing: border-box;
}

.item_list3 ul li{
	width: 47%;
	margin-right: 6%;
	float:left;
    padding:0;
}

.item_list3 ul li:nth-child(even){
	margin-right:0;
}



/* ボタン */
.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;
}



/* 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) { 

.none{
	display:none;
}

/* 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;
}

/* main
--------------------------------*/
#main{
	padding: 0;
}
	
/* 商品２列
--------------------------------*/
#sec2 div.bag{
	width:95%;
	margin:0 auto;
}

#sec1 .item_list ul{
    padding: 0 4%;
    box-sizing: border-box;
}
#sec1 #noshi img{
	width: 95%
}	

div.wrapper{
    margin: 45px auto 0;
	width:95%;
}

.item_list p.content span{
	padding: 1px 7px;
	box-sizing:border-box;
	display: table;
    font-size: 0.8em;
    margin-bottom: 5px;
}

.item_list3 p.content span{	
    font-size: 0.8em;
}
	
.item_list p.name,
.item_list3 p.name {
    font-size: 14px;
}

#sec1 p.text,p.text{
	padding:10px 10px 0;
	font-size:13px;
}

p.text{
    margin-bottom: 0;
}

/* ボタン */
.item_list p.btn,
.item_list3 p.btn{
	font-size:12px;
	font-weight:bold;
    border-radius: 4px;
	box-sizing:border-box;
}



/* itemlist
--------------------------------*/
.item_list,
.item_list3{
	margin:30px 0 0;
}

/* pagetop
--------------------------------*/
#page-top {
    position: fixed;
    right: 5px;
}

#page-top img{
	width:70px;
}


}

