@charset "utf-8";

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*･・ｻ･ﾃ･ﾈEnd*/

/*-----------------
	clearfix	*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
body{
	font-family:"メイリオ" , Meiryo ,"ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , sans-serif;
}
img{ 
	max-width:100%; 
	display:block;
}
/*------------
	float	*/

.f_l{ float:left !important; }
.f_r{ float:right !important; }

.t_r{text-align:right; }
a:hover{ opacity:0.5; }

/* common */

.one_column,
.two_column{
	overflow:hidden;
	width:93.75%;
	margin:0 auto;
}
.one_column li{ margin-bottom:3.333333333333333%; }
.two_column li{ 
	float:left; 
	width:48.33333333333333%;
	margin-bottom:3.333333333333333%;
}
.two_column li:nth-child(odd){ margin-right:3.333333333333333%; }
.list { 
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 95%;
	margin: 0 auto;
}
.list li{
	float:left;
	width:31.25%;
}
.list li.center{ margin:0 2.125%; }
.list li a{ text-decoration:none; }
.list li .rank{ margin-bottom:7%; }
.list li .rank img{ margin:0 auto; }
.list li .img{ margin-bottom:5%; }
.list li .name { 
	font-size:14px;
	color:#222222;
	line-height:1.4;
	margin-bottom:5%;
}
.list li .price{ 
	font-size:12px; 
	color:#dd0000;
	letter-spacing: -0.1em;
}

/*header*/

h1.btn1, h2.btn2{
	position: relative;
}

#header .btn1{
 width: 54%;
 float: left;
}
#header .btn2{
 width: 37%;
 float: left;
}
#header .btm img{
 width: 100%;
 height: auto;
}
#header .btn1 img,
#header .btn2 img{
 width: 100%;
 height: auto;
}
#header{
 position: relative;
 margin-bottom: 10px;
}
#header #pcicon{
 position: absolute;
 right: 0px;
 top: 0px;
 width: 10%;
 padding-top: 1%;
}
#header #pcicon img{
 width: 100%;
 height: auto;
}

#nav{
margin-top: 22%;
}

#nav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:20%;
	left:0;*/
	background-color:#4e4e4e;
	width:100%;
	
}
#nav #fixed_gnav li{
	box-sizing:border-box;
	display:table;
	float:left;
	border-right:1px solid #fff;
	width:20%;
}
#nav #fixed_gnav li:last-child{
	border-right:none;
}
#nav #fixed_gnav li a{
	font-size:0.7em;
	font-family:"ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	color:#fff;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:10% 0;
	height: 33px;
}
#pnav{
margin-top: 15%;
}

#pnav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:20%;
	left:0;*/
	background-color:#4e4e4e;
	width:100%;
	
}
#pnav #fixed_gnav li{
	box-sizing:border-box;
	display:table;
	float:left;
	border-right:1px solid #fff;
	width:20%;
}
#pnav #fixed_gnav li:last-child{
	border-right:none;
}
#pnav #fixed_gnav li a{
	font-size:0.7em;
	font-family:"ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	color:#fff;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:10% 0;
}


	.pan{
		padding-top: 20px;
	}

#FS2_layout_body{
    padding-top: 1px;
}
.FS2_Cart_container {
    padding-top: 120px;
}


/*--- パスワード認証 ---*/

.FS2_GoodsPasswordCertify_container input[type="text"]{
	  margin: 20px auto 10px;
    width: 100%;
    box-sizing: border-box;
	}
.FS2_GoodsPasswordCertify_container input[type="submit"]{
	width: 100%;
	}

/*--- //パスワード認証 ---*/



/* pad対応 */
@media (min-width: 760px) and (max-width: 1024px) {
	/*#nav{
margin-top: 30%;
}*/

#nav #fixed_gnav{
	z-index: 9999;
	position:absolute;
	top:21vw;
	left:0;
	
}
	#pnav #fixed_gnav{
	z-index: 9999;
	position:absolute;
	top:21vw;
	left:0;
	
}
	#FS2_layout_body {
    padding-top: 0;
}
	.FS2_Cart_container {
    padding-top: 120px;
}
}

/* でかいスマホ */

@media (min-width: 376px) and (max-width: 760px){
	#nav{
margin-top: 28%;
}
	

#nav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:29vw;
	left:0;*/
	
}
	#pnav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:29vw;
	left:0;*/
	
}
	/*.pan{
		padding-top: 110px;
	}*/
	.FS2_Cart_container {
    padding-top: 120px;
}
}
@media (min-width: 480px) and (max-width: 760px){
			#nav{
margin-top: 130px;
}
}
@media (max-width: 480px){
		#nav{
margin-top: 30%;
}
}
/* 普通のスマホ */
@media (max-width: 375px){
	#nav{
margin-top: 30%;
}

#nav.poodlesp{
margin-top: 17%;
}

#nav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:31vw;
	left:0;*/
	
}
#pnav.poodlesp{
margin-top: 17%;
}

#pnav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:31vw;
	left:0;*/
	
}
	/*.pan{
		padding-top: 110px;
	}*/
	.FS2_Cart_container {
    padding-top: 120px;
}
}

/* iPhone5以下 */
@media (max-width: 320px){
	#nav{
margin-top: 25%;
}

#nav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:34vw;
	left:0;*/
	
}
#pnav #fixed_gnav{
	z-index: 9999;
	/*position:absolute;
	top:34vw;
	left:0;*/
	
}
	#FS2_layout_body {
    /*padding-top: 16px;*/
}
	
	/*.pan{
		padding-top: 100px;
	}*/
	.FS2_Cart_container {
    padding-top: 100px;
}
}

ul.spheader_shopbtn{
		display: flex;
	background-color: #fff;
    border-bottom: solid 1px #ccc;
	}
	
	ul.spheader_shopbtn li:nth-child(odd){
		width: 33.57%;
	}
ul.spheader_shopbtn li:nth-child(even){
		width: 32.85%;
	}
	
	ul.spheader_shopbtn li img{
		width: 100%;
	}

#nav.sptop #fixed_gnav{
	z-index: 9999;
	position:absolute;
	top:13vw;
	left:0;
	
}
#pnav.sptop #fixed_gnav{
	z-index: 9999;
	position:absolute;
	top:13vw;
	left:0;
	
}

/*#header h1{ margin-top:48px; }*/
#header #searchbox{
	overflow:hidden;
	width:93.75%;
	margin:0 auto;
	border:1px solid #ccc;
}
#header #search_area{ padding: 3.125% 0; }
#header #searchbox .text_box{
	box-sizing:border-box;
	float:left;
	border:none;
	font-size:120%;
	width:86.33333333333333%;
	height: 32px;
	padding-left:5px
}
#header #searchbox .submit{
	background:url("../images/form_btn.jpg") no-repeat 50% 50%;
	background-size:100%;
	background-color:#F75DA3;
	text-indent:-9999px;
	float:right;
	width:13.66666666666667%;
	height: 32px;
	border:none;
	padding:0;
}

#slide_cont{ 
	width:100%;	
	margin-bottom: 6.408%; 
}
#main_cont h2{
	color:#fff;
	font-size:24px;
	line-height:14px;
	text-align:center;
	background-color:#F75DA3;
	margin-bottom: 3.125%;
	padding: 4.19% 0 3%;
}
#main_cont #news{
	font-size:16px;
	line-height:1.5;
	margin-bottom: 8%;	
}

#main_cont #news #news_box{
	overflow:auto;
	width:93.75%;
	height:250px;
	margin:0 auto;
}
#main_cont #news #news_box li{
	border-bottom:1px dotted #cccccc; 
	margin-bottom:5%; 
	padding-bottom:5%;
}
#main_cont #news #news_box li:last-child{
	border:none;
	margin:0;
	padding:0;
}
#main_cont #news #news_box li h3{ color:#F75DA3; }
#main_cont #news #news_box li .txt{ color:#dd0000; }
#main_cont #news #news_box li .name a{
	color:#222;
	text-decoration:none;
}
#new_arrivals{ margin-bottom:5%; }
#new_arrivals .list{ overflow:hidden; }
#new_arrivals .list li{
	float:left;
	line-height:28px;
	width:31.25%;
	margin-bottom:3%;
}
#recommend,
#food,
#goods,
#pickup{ margin-bottom:5%; }
#pickup .list li{ margin-bottom:6%; }
#pickup .list li .name{ color:#222222; }
#attention{ margin-bottom:5%; }
#attention .detail_list{ 
}

#attention .detail_box h3{
	font-size:18px;
	font-weight:bold;
}
#attention .detail_list li{ 
	overflow:hidden;
	border-bottom:1px dotted #cccccc;
	margin-bottom:5%;
	padding:0 3.125% 5%;
}
#attention .detail_list li:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#attention .detail_list li a{ display:block; }
#attention .img{
	float:left;
	width:48.33333333333333%;
}
#attention .detail_list{ overflow:hidden; }
#attention .detail_box{
	float:right;
	width:48.33333333333333%;
	color:#222222;
}
#attention .detail_box h2,
#attention .detail_box .txt{ margin-bottom:3%; }
#attention .detail_box .price{  color:#dd0000; }
#slider2{ 
	width: 93.75%;
	margin: 0 auto 10%;
}
.banner{ 
	width: 93.75%;
	margin: 0 auto 8%;
}


#footer{ width:100%; }
#footer #f_nav{ 
	overflow:hidden;	
	background-color:#eeeeee; 
}
#footer #f_nav li{ border-top:1px solid #cccccc; }
#footer #f_nav li:last-child{ border-bottom:1px solid #cccccc; }
#footer #f_nav li a{
	display:block;
	color:#777;
	font-size:14px;
	text-decoration:none;
	padding:2% 0 2% 2%;
}
#footer #f_nav li a:after{
	content:url("../images/footer_arrow.png");
	float:right;
	margin-right:1.25%;
}
#footer #copy{
	display:table;
	color:#fff;
	font-size:13px;
	text-align:center;
	background-color:#F75DA3;
	width:100%;
	padding:1.5% 0;
}
#footer #copy span{
	display:table-cell;
	margin:0 auto;
}
/*
@media screen and (max-width: 769px) {
	#header #searchbox .submit {
		width: 7.666667%;
		height: 32px;
	}
}
*/


/*------------------------------
インフォメーションへの導線
-------------------------------*/

	.sp-info{
		font-weight: bold;
		text-decoration: underline;
		text-align: center;
		font-size: 0.75em;
		margin: 20px 0;
	}
	
	.sp-info a{
		color: #d10000!important;
	}
	.sp-info a:visited{
		color: #d10000;
	}
	
	.sp-info a:hover{
		opacity: 0.8;
	}
	
	.sp-info span.news_icon{
		background-color: #d10000;
		padding: 3px 6px;
		display: inline-block;
		color: #fff;
		margin-right: 5px;
		text-decoration: none;
	}