@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

caption, th {
  text-align: left;
}

th, td {
    padding: 0;
}
table, th, td {
    border: 0px none;
    background-color:transparent;
}

/*--------------------

----------------*/

#koku_wrapper{
	margin:0 auto;
	padding:5px;
	background:#fffff0;
	border:1px solid #dcdcdc;
	text-align:center;
	max-width:1000px;
	}


#koku_wrapper article{
	line-height:1.7;
	}

#koku_wrapper article h2{
	position:relative;
	margin:23px 15px 8px;
	padding:8px 0 8px 25px;
	border-bottom:2px solid #ee7848;
	text-align:left;
font-size:1.3em;
	}

#koku_wrapper article h2:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #ee7848;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}


#koku_wrapper article p{
margin:0px 0px 10px;
	text-align:left;
font-size:1.2em;
	}

#koku_wrapper article p.exp{
	margin:0px 15%;
	text-align:left;
	}


#koku_wrapper article h3{
	margin:10px 15%;
	padding:5px 10px;
	border:1px dashed #cccccc;
	background:#f0fff0;
	text-align:center;
font-size:1.2em;
	}


#koku_wrapper article h3 span{
	display:block;
	}

#koku_wrapper article p.comment{
	margin:10px 15%;
	position: relative;
	background-color: #fff;
	padding: 10px;
	border: 2px solid #ee7848;
	color: #333;
	font-weight:bold;
	width:20%;
	text-align:center;
	}


#koku_wrapper article p.comment::before,
#koku_wrapper article p.comment::after {
content: '';
position: absolute;
border: 12px solid transparent;
top: 100%;
left: 5%;
}

#koku_wrapper article p.comment::before {
border-top: 12px solid #ee7848;
}
#koku_wrapper article p.comment::after {
margin-top: -4px;
border-top: 12px solid #fff;
}

/*  お客様からのコメント　-------------------------------------------------------------------------------------------------------------------------*/
.fancom {
    position: relative;
    margin: 2em 15%;
    padding: 0.5em 1em;
    border: solid 3px #ee7848;
    background: #FFF;
    border-radius: 8px;
}
.fancom .fancom_tit {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ee7848;
    font-weight: bold;
}

/*-------------------------------------------------------------------------------------------------------------------------*/

/* 商品ページへのボタン */

#koku_wrapper article button.btn02{
	box-shadow: inset 0 0 0 2px #228b22;
	color: #fff;
	appearance: none;
	background:#006400;
	border-radius: 0.375em;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3em;
	height: 3.5em;
	letter-spacing: 0.075em;
	line-height: 3.5em;
	padding: 0 2.25em;
	padding: 0 3.5em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom:50px;
	background:radial-gradient(#F89174, #FFC778);
	background:radial-gradient(#01cb02,#015100);
	color:#fff;
    width:40%;
	}

#koku_wrapper article button.btn02:hover {
	background-color: #32cd32;
	background:radial-gradient(#015100, #01cb02);

	}

#koku_wrapper article button.btn02 a:visited,#koku_wrapper article button.btn02 a:link{
	color:#fff;
	}

/* サブ商品6品分の表示箇所  */

p.komi {
	position: relative;
	padding-bottom: .5em;
	font-size:1.2rem;
	font-weight:bold;
	color:#334b43;
	padding-left:25px;
	}

p.komi:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #334b43 2px, #334b43 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #334b43 2px, #334b43 4px);
	}

.f-container {
	margin:auto;
	display:flex;	
	justify-content: space-around;
	justify-content: center;
	flex-direction:row;
	flex-wrap:wrap;
    	display:-webkit-box;
    	display:-moz-box;
    	display:-ms-flexbox;
    	display:-webkit-flex;
    	display:-moz-flex;
    	display:flex;
    	-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
    	flex-wrap:wrap;
	}

.f-container, .f-item{
	margin:10px;
	}


.f-container, .f-item a{
	text-decoration:none;
	}


/* カードデザイン */

.card {
	margin: 30px auto 0;
	width: 280px;
	width: 450px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px #ccc;
	text-align:center;
	}
.card-img {
	border-radius: 5px 5px 0 0;
	max-width: 100%;
	height: auto;
	padding-top:10px;
	}
.card-content {
  padding: 3px 20px 20px;
}
/*.card-title {
  font-size: 110%;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}*/

.card-title {
	margin:0px 10% 5px;
	padding:5px 10px;
	border:1px dashed #cccccc;
	background:#f0fff0;
	text-align:center;
  color: #333;
  font-size: 110%;
}


.card-text {
  color: #777;
  font-size: 100%;
  line-height: 1.5;
  text-align: left;
}
.card-text span{
	font-weight:bold;
	border-bottom:2px dotted #ee7848;
	border-bottom:3px solid #ee7848;
}

/*スマホ対応*/
@media screen and (max-width: 600px) {
	.f-container{
 margin:10px auto;
	}

.card{
	 margin:10px auto;
  	width: 95%;
	}

.card-title {
	margin:0 auto 5px;
	}

}


/*---------------------------------
クーポン表示エリア
---------------------------------*/

div#koku_wrapper article div.coupon{
    font-size: 110%;
    font-weight: bold;
    padding: 5px 5px;
    margin: 0.5em 0;
    color: #cc0e29;
    background: #f8e19a;
    border-top: solid 5px #FFC000;
    border-bottom: solid 5px #FFC000;
    line-height:1.2;
    text-align: center;
    }
div#koku_wrapper article div.coupon_setu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:15px;
    padding-bottom:10px;
    position:  relative;
}
div#koku_wrapper article table.coupon_ta{
    border:none;
    font-size:1.1em;
}
div#koku_wrapper article div.coupon_setu,div.attention,div.attention_mae{
    text-align: left;
    margin:auto;
    line-height:1.2;
    font-size:1.3em;
    color:#000;
}
div#koku_wrapper article div.attention{
    font-size:1em;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
}
div#koku_wrapper article div.attention_mae{
    font-size:1em;
    width:100%;
    padding-left:180px;
    margin-top:10px;
}
div#koku_wrapper article div.coupon p{
    margin:0;
    padding:0;
    text-align: center;
    line-height:1.2;
    font-size:1em;
    color:#000;
    }
    
div#koku_wrapper article div.coupon p.coupon_tit{
    font-size: 300%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #cc0e29;
    position: relative;
    text-align: center;
}

div#koku_wrapper article div.coupon p.coupon_tit span {
    margin:auto;
    text-align:center;
}

div#koku_wrapper article div.coupon p.coupon_tit span:before,
div#koku_wrapper article div.coupon p.coupon_tit span:after {
  content: '★';
}
    
div#koku_wrapper article div.coupon span{
    color: #cc0e29;
    }
div#koku_wrapper article ul,div#koku_wrapper article li{
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height:1.2;
    margin-top:0;
}
div#koku_wrapper article ul.ate{
    border:solid 1px #000;
    padding-left:30px;
}
div#koku_wrapper article ul.ate li{
    list-style: disc;
}

div.coupon_btn01,div.coupon_btn02{
    padding: 5px 5px;
    margin: 0 auto;
    margin-bottom:10px;
    color: #FFF;
    background: #FFC000;
    border-bottom: solid 6px #FFC000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    width:25%;
    cursor: pointer;
    text-align: center;
    }   
div#koku_wrapper article div.coupon p.coupon_guide01,p.coupon_guide02{
        margin-top:15px;
        display: none;
    }
div#koku_wrapper article h3.setu_title{
    display:block;;
    } 
div#koku_wrapper article table.table_setu{
    display:none;
    text-align: center;
}
div#koku_wrapper article table.table_setu td{
    width:50%;
}

/* PCのみ表示 */
@media screen and (min-width:600px),print  {
div#koku_wrapper article div.coupon p.coupon_tit br,
div.f-item .coupon2w span br{
display:none;
    }
}
 
/* SP対応 */

@media screen and (max-width:600px),print  {    
   
div.coupon_btn01,div.coupon_btn02{
        width:50%;
    }
div#koku_wrapper article div.coupon_setu{
    font-size:1.1em;
    margin-bottom: 0;
    padding-bottom:0;
    }
div#koku_wrapper article div.coupon p.coupon_tit{
    font-size: 200%;
    }
div#koku_wrapper article div.coupon p.coupon_tit span{
    position:relative;
    }
div#koku_wrapper article div.coupon p.coupon_tit span:before,
div#koku_wrapper article div.coupon p.coupon_tit span:after {
    position:absolute;    
    }
div#koku_wrapper article div.coupon p.coupon_tit span:before {    
    left:15px;
    height:10px;
    top:10px;
    bottom:10px;
} 
div#koku_wrapper article div.coupon p.coupon_tit span:after { 
    right:20px;
    height:10px;
    top:10px;
    bottom:10px;
}       
    
     
    
div#koku_wrapper article div.coupon p.coupon_tit br,
div.f-item .coupon2w span br{
display:block;
    }
div#koku_wrapper article div.attention_mae{
    padding-left:0;
}
div#koku_wrapper article table.coupon_ta{
    width:100%;
    text-align: center;
    }
div#koku_wrapper article table.coupon_ta th,table.coupon_ta td{
    display:block;
    width:100%;

    }  
div#koku_wrapper article table.coupon_ta td{
    padding:5px;
    font-weight: normal;
    }
div#koku_wrapper article table.coupon_ta th{
    text-align: center;
    }
div#koku_wrapper article h3.setu_title{
    display:none;
    }    
div#koku_wrapper article table.table_setu{
    width:80%;
    display:block;
    margin:auto;
    
    padding: 5px 5px;
    border: 1px dashed #cccccc;
    background: #f0fff0;
    text-align: center;
    font-size: 1.2em;    
    } 

div#koku_wrapper article table.table_setu td{
    text-align: left;
    }    
div#koku_wrapper article div.coupon span{
    text-align: left;
    display: block;
    margin:0;
    padding:0;
    }    
    
}
/*-------------------------------------------------------------------------------------------------------------------------*/
/* スマホ表示 */
@media screen and (max-width: 600px) {

#koku_wrapper{
	margin:0 3px;
	}

#koku_wrapper article img{
	width:100%;
	}

#koku_wrapper article p.comment{
	margin:10px 5px;
	}


#koku_wrapper article h3{
	margin:0px 5px;
	}

#koku_wrapper article p.exp{
	margin:0px 5px;
	}

#koku_wrapper article p.comment{
	width:45%;
	font-size:1em;
	}
  .fancom { 
      margin-right: 5px;
      margin-left: 5px;
    }

	}
/*-------------------------------------------------------------------------------------------------------------------------*/


/* 横スクロール */
.horizontal_scroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 12px 8px;
	display: -ms-flexbox;
	display: flex;
	}

/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
	.horizontal_scroll {
	overflow-x: inherit;
	padding: 0 8px 6px; } }

.horizontal_scroll > li {
	width: 100%;
	min-width: 140px;
	}

@media screen and (min-width: 768px) {
	.horizontal_scroll > li {
	min-width: inherit; } 
	}

.horizontal_scroll > li:not(:last-child) {
	margin-right: 5px; }

.horizontal_scroll > li:last-child {
	padding-right: 5px; }

@media screen and (min-width: 768px) {
	.horizontal_scroll > li:last-child {
	padding-right: 0; } }

.horizontal_scroll img {
	vertical-align: bottom;
	width:240px;
 }


/* タイトル */
p.tit_main {
	margin-top:20px;
	border: 2px solid #fca60d;
	background: repeating-linear-gradient(-45deg, #fee8c2, #fee8c2 3px, #fef0d7 3px, #fef0d7 7px);
	box-shadow: 3px 3px 6px -2px #555;
	padding: 15px;
	font-weight:bold;
	font-size:160%;
	}

p.tit_sub {
	padding: 15px;
	background: repeating-linear-gradient(-45deg, #fee8c2, #fee8c2 3px, #fef0d7 3px, #fef0d7 7px);
	border-radius: 10px;
	color: #8b4513;
	font-weight:bold;
	font-size:140%;
	}


p.slider_ttl {
	color: #333;
	text-align: inherit;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: inherit;
	margin: 20px 0 20px 0;
	background-color: #ffd700;
	text-indent: 10px;
	font-size: 16px;
	font-weight: 700;
	 box-sizing: border-box;
	}

/* メニューリスト */
.menu li {
	list-style:none;
	counter-increment: rank;
	}


p.week{
	margin:10px 0 5px;
	padding:5px;
	border-bottom:2px dotted #d2691e;
	text-align:left;
	}

/* 商品名部分 */
.proname {
	color: #666;
	line-height: 1.65;
	font-size: 80%;
	margin-top: 4px;
	font-weight:normal;
	font-weight:bold;
	}

.proname small {
  font-size: .45em;
  color: #666;
  margin-right: .5em; }


/* スマホ表示 */
@media screen and (max-width: 500px) {
	.horizontal_scroll img {
	vertical-align: bottom;
	width:140px;
 }
}


/* 一覧ページへのボタン　*/
.btn-animation-02 {
	background-color: #2e8b57;
	border: 2px solid #3cb371;
	color: #3cb371;
	}


/*-----------カートボタンデザイン----------------*/
.btnBox{
    margin: 5px 5px 5px 5px;
    width: :70%;
}
div#koku_wrapper .btn-cart.addCartButton{
	color:#fff!important;
	margin-top:10x;
    width:40%;
}

button.btn-cart.addCartButton{
    margin-top:0;
    margin-bottom:10px;
}

@media screen and (max-width: 600px),print {
 #koku_wrapper article button.btn02,
    div#koku_wrapper .btn-cart.addCartButton{
	width:100%;
}   
}

/*----------------POPUP------------------------*/

.box {
  width: 70%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 45%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup img{
    width:80%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
    font-size: 30px;
}
.popup .close:hover {
  cursor:pointer;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 90%;
  }
  .popup{
    width: 90%;
  }
.button {
  padding: 0;
}    
}

/*------------------------------------------------
クーポン　過去商品のキャプション
---------------------------------------------*/
div.f-item{
    position: relative;
}
div.f-item .coupon2w{
    background: #ff0000;
    position: absolute;
    text-align: center;
    font-size: 1.7em;
    border-top: 0;
    color: #fff;
    width:100%;
    height:40px;
    top:20px;
    font-weight:bold;
    vertical-align: middle;
    padding-top:7px;
    text-align: center;
}

div.f-item .coupon2w span {
    margin:auto;
    text-align:center;
}

div.f-item .coupon2w span:before{
  content: '＼';
}

div.f-item .coupon2w span:after {
  content: '／';
}


div.coukako{
    border: 1px soild #000;
    position: absolute;
}

@media screen and (max-width: 600px),print {
div.f-item .coupon2w{
    top:0px;
    height: auto;
    width:96%;
    font-size:1.5em;
    margin-left:7px;
    }
    
    
div.f-item .coupon2w span{
    position:relative; 
    }
div.f-item .coupon2w span:before,
div.f-item .coupon2w span:after {
    position:absolute;    
    }
div.f-item .coupon2w span:before {    
    left:-30px;
    height:0;
    top:15px;
    bottom:10px;
    font-size: 110%;
} 
div.f-item .coupon2w span:after { 
    right:-50px;
    height:0;
    top:15px;
    bottom:10px;
    font-size: 110%;
}        
    
}
