@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 62.5%;
	line-height: 1.4;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	height: 100%;
	word-wrap: break-word;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
a {
	text-decoration: none;
	outline: none;
	color: #333026;
}
a:visited {
	text-decoration: none;
	color: #333026;
}
a:link {
	text-decoration: none;
	color: #333026;
}
a:hover {
	text-decoration:underline;
}
ul li, ol li {
	list-style-type: none;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
ol {
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
nav, section {
	display: block;
}

img {
	border:0;
	} 
/* =============================
■レイアウト
============================= */
#wrapper {
	}
	
#contWrapper {
	position: relative;
	width:1000px;
	margin:0 auto;
}
#mainCont {
	float:right;
	width:810px;
	}
#sideFreeArea {
	float:left;
	width:100px;
	margin: 0 10px 0 0;
	}
#sideNav {
	float:left;
	width:170px;
	background-color:#f3f3f3;
	}

/* =============================
■header
============================= */

header {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
#header-inner {
}

header #logo {
	padding: 30px 0 25px 0;
}
header #logo h1 {
	float: left;
	padding-right: 20px;
}
header #logo h1 img {
	width: 145px;
}
header #logo h2 {
	margin: 15px 0 0 0;
	font-size:1.0em;
}
header #logo h2 a {
	color: #41220b;
	font-weight: normal;
	text-decoration: none;
}


/* お店ページに会員カート情報表示（PC_header01） */
#header-inner .member_info_cart_info {
    width: 100%;
    overflow: hidden;
	font-size:1.2em;
}

#header-inner #member_info {
	position:absolute;
	top:50px;
	right:0;
}

#header-inner #member_info .membername_box {
}
.member_info_cart_info .is_member_0 {
   display: none;
}

.member_info_cart_info .is_not_member_1 {
   display: none;
}
#header-inner #member_info .memberrank {
    display: inline-block;
}

#header-inner #member_info .point_txt, #cart_info .itemc_txt {
    padding: 0 3px;
}

#header-inner #cart_info {
	position:absolute;
	top:60px;
	right:0;
    text-align: center;
    font-weight: bold;
}

#header-inner #sub-column #cart_info a:hover {
    text-decoration: none;
}

#header-inner #cart_info a:hover {
    text-decoration: none;
}

#header-inner #cart_info .item_count {
    display: inline-block;
    margin: 4px 10px 8px 0;
}

#header-inner #cart_info .item_count img {
    position: relative;
    top: 5px;
    margin: 0 6px;
    width: 22px;
}

#header-inner #cart_info .shipping_box {
    color: #FFF;
    background-color: #FF6F6F;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
    margin: 4px 0;
}

#header-inner #cart_info .shipping_box .freeship_txt {
    padding: 0 3px;
    font-weight: bold;
}

/* お店ページに会員カート情報表示（非表示設定） */
.member_info_cart_info {
    display: none;
}

.member_info_cart_info .account_guest {
    display: none;
}

.member_info_cart_info .rank_name_0 {
    display: none;
}

.member_info_cart_info .rankup_none {
    display: none;
}

.member_info_cart_info .nrank_prc_0 {
    display: none;
}

.member_info_cart_info .nrank_cnt_0 {
    display: none;
}

.member_info_cart_info .firstname_guest {
    display: none;
}

.member_info_cart_info .more_maru_1 {
    display: none;
}

.member_info_cart_info .free_shipping_0 {
    display: none;
}

.member_info_cart_info .shipping_box_none {
    display: none;
}

.member_info_cart_info .pointmember_none {
    display: none;
}

.member_info_cart_info .rankmember_none {
    display: none;
}

.member_info_cart_info .memberrank_none_none {
    display: none;
}

.member_info_cart_info #member_info_none_none {
    display: none;
}


/* リンク */
#hNav {
	position: absolute;
	top: 5px;
	right: 0;
}
ul#header-nav {
	width: 100%;
}
ul#header-nav li {
	float: left;
	height: 19px;
	margin: 0 6px;
	vertical-align: bottom;
}
ul#header-nav li a {
	font-size:1.2em;
	text-decoration: underline;
}
li#header-nav-cart {
	padding-left: 21px;
	background: url(../images/icon_cart.png) no-repeat left top;
	background-size: 16px auto;
}

/* グローバルナビ */
#header_gnav {
	clear:both;
    width: 1000px;
	margin:0px 0 10px 0;
	padding-top:10px;
}
#header_gnav ul {
	padding:0;
    border-top: solid 1px #686868;
    border-bottom: solid 1px #686868;
    overflow: hidden;
    _zoom: 1;
}
#header_gnav ul li {
    float: left;
	padding:0;
}


/* ヘッダー帯 */
#header_obi {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 10px auto 5px;
	background-color: #eee;
	border:#ddd solid 1px;
	}
	
/* 送料 */
#soryo {
	position: absolute;
	top: 18px;
	left: 20px;
	width: 370px;
	height:20px;
}
#soryo p {
	padding: 0 0 0 35px;
	margin:0;
	background: url(https://junyu-fuku.com/pic-labo/icon_car.png) no-repeat left center;
	background-size: 8% auto;
	font-size: 1.0em;
}

/* キーワード */
#keyword {
	position: absolute;
	top: 15px;
	left: 395px;
	width:380px;
	height:20px;
}
#keyword p {
	float:left;
	margin:0;
}
#keyword .arrow_box {
	float:left;
	padding-left:10px;
}
#keyword .arrow_box a {
	color: #2e2e2e;
	background: #fff;
	display: inline-block;
	padding: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
	text-decoration: none;
}

/* 検索 */
#search {
	position: absolute;
	top: 12px;
	right: 20px;
}
#search input[type="text"] {
	width: 200px;
	height: 24px;
	padding: 0 0 0 3px;
	margin: 0;
	border: #ddd solid 1px;
}
#search input[type="image"] {
	width: 36px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	/* border-bottom: 1px solid #2e2e2e; */
	color: transparent;
	background: #2e2e2e url(https://junyu-fuku.com/pic-labo/icon_search.gif) no-repeat center center;
	text-align: start;
	text-indent: -9999px;
}


/* クーポン */
.couponClipboard ul {
	margin: 0;
	padding: 0;
	width: 101%;
}
.couponClipboard li {
	float:left;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	text-align: center;
}
.couponClipboard ul.oneCol li {
	width: 100%;
}
.couponClipboard ul.twoCol li {
	width: 49%;
}
.couponClipboard ul.threeCol li {
	width: 33%;
}
.couponClipboard button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.couponClipboard button img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


/* お知らせ */
#infoList {
}
#infoList ul {
	margin:0;
	padding:0;
}
#infoList li {
	margin:0;
	padding:0;
}

#infoList li.newyear {
	border:#c03 solid 1px;
	text-align: center;
	padding:5px;
	background-color: #c03;
}
#infoList li.newyear a {
	color: #fff;
	text-decoration: underline;
	font-size:0.8rem;
}

/* INFO テキスト*/
#info {
	width: 100%;
	margin: 0 0 5px 0;
	padding:5px 0;
	border: #ddd solid 1px;
	font-size: 0.8rem;
	text-align: center;
}
#info em {
	font-style:normal; 
	color: #FD5157;
}
/* =============================
■サイドフリーエリア
============================= */

#sideFreeArea a {
	display:block;
	width:100px;
	height:450px;
	border:#eee solid 1px;
	margin-bottom:15px;
	}

/* =============================
■サイドナビ
============================= */

#netshop {
	width:134px;
	margin:0 auto 20px;
}

/* 帯タイトル */
#category h2, #special h2, #moreContents h2, #columns h2 {	
	margin: 10px 10px 10px;
	padding: 3px;
	background-color: #fff;
	font-size: 1.2em;
	line-height: 1.0;
	text-align:center;
	border-bottom:#ddd dotted 1px;
	font-weight:normal;
}
#catalog h2 {	
	margin: 10px 0 10px;
	padding: 3px;
	background-color: #fff;
	font-size: 1.2em;
	line-height: 1.4;
	text-align:center;
	border-bottom:#ddd dotted 1px;
}
#catalog h2 em {
	font-size: 0.8em;
	color: red;
}
/* 商品カテゴリー */
#category ul.parentCategory {
	width:80%;
	list-style: none;
	padding: 0;
	margin:0 auto 20px;
}
#category li a:hover {
	text-decoration: underline !important;
}
#category ul.parentCategory li {
	position: relative;
	border-bottom: #ddd solid 1px;
	font-size: 1.2em;
	font-weight:bold;
}
#category ul.parentCategory li::after, #category ul.parentCategory li::before {
	display: block;
	content: '';
	position: absolute;
}
#category ul.parentCategory li::after {
	
}
#category ul.parentCategory li a {
	display: block;
	padding: 8px 0;
}
#category ul.parentCategory li a span {
	padding: 0 2px;
	font-size:0.6rem;
	background-color:#F52000;
	color: #fff;
}
#category ul.childCategory  {
	padding:0;
	margin:0;
	border: 0;
}
#category ul.childCategory li {
	padding-left:10px;
	border: 0;
	font-size: 1.0em;
	font-weight:normal;
}
#category ul.childCategory li::after, #category ul.childCategory li::before {
	display: block;
	content: '';
	position: absolute;
}
#category ul.childCategory li::after {
	z-index: 2;
	top: 1.25em;
	right: 0;
	width: 4px;
	height: 4px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* カタログ */
#catalog {
	margin: 0 10px 20px;
	padding: 8px;
	background-color:#fff;
	}
#catalog {
	margin: 0 10px 20px;
	padding: 8px;
	background-color:#fff;
}
#catalog p {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
}
#catalog p img {
	width: 95%;
}
#catalog dl {
	width: 92% !important;
	margin: 0 auto 10px;
}
#catalog dt {
	font-size: 1.2em;
	font-weight: bold;
}
#catalog dt em {
	font-size: x-small;
	color: red;
}
#catalog p.link {
	border-top:#bbb dotted 1px;
}
/* 特集 */
#special {
	margin: 0 10px 20px;
	padding: 8px;
	background-color:#fff;
	}
#special {
	margin: 0 10px 20px;
	padding: 8px;
	background-color:#fff;
}
#special p {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
}
#special p img {
	width: 95%;
}
#special dl {
	width: 92% !important;
	margin: 0 auto 10px;
}
#special dt {
	font-size: 1.2em;
	font-weight: bold;
}
#special dt em {
	font-size: x-small;
	color: red;
}
#special p.link {
	border-top:#bbb dotted 1px;
}
	
/* SNS */
#moreContents {
	margin: 0 10px 20px;
	padding: 8px;
	background-color:#fff;
	}
	
.moreContents_set {
	display:block;
	margin: 0 10px 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #aaa;

}
.moreContents_set dl {

	}
.moreContents_set dt {
	height:25px;
	padding:0 0 10px 28px;
	font-weight: bold;
}


.icon_mail dt {
	background: url(../../../images/icon_mail.gif) 0%/25px no-repeat;
	padding-top:18px !important;
}
.icon_instagram dt {
	background: url(../../../images/icon_instagram.jpg) 0%/25px no-repeat;
}
.icon_facebook dt {
	background: url(../../../images/icon_facebook.gif) 0%/25px no-repeat;
}
.icon_twitter dt {
	background: url(../../../images/icon_twitter.gif) 0%/25px no-repeat;
	padding-top:18px !important;
}
.icon_line dt {
	background: url(../../../images/icon_line.gif) 0%/25px no-repeat;
	padding-top:18px !important;
}

.moreContents_link {
	width:90%;
	padding: 3px;
	margin:10px auto 0;
	display: inline-block;
	background: #eee;
	border: #bdbdbd 1px solid;
	white-space: nowrap;
	vertical-align: middle;
	text-align:center;
}


/* 協賛バナー */
.sponsor {
	padding: 8px;
	margin-bottom: 10px;
	}
.sponsor a {
	display:block;
	}
.sponsor a img {
	width:100%;
	}
.sponsor p {
	width:120px;
	margin: 0 auto !important;
}	
	
/* よみもの */
#columns {
	margin: 0 10px 20px;
	padding: 8px;
	background-color:#fff;
}
#columns p {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
}
#columns p img {
	width: 95%;
}
#columns dl {
	width: 92% !important;
	margin: 0 auto 10px;
}
#columns dt {
	font-size: 1.2em;
	font-weight: bold;
}

/* 常設バナー　その他いろいろ　 */
.others {
	padding: 8px;
	}
.others a {
	display:block;
	margin-bottom:10px;
	}
.others a img{
	width:100%;
	}
	
/* ネクストバナー */
.sidePick {
	background-color: #fff;
}

.sidePick ul {
	padding: 0;
	margin: 0;
}
.sidePick li {
	padding: 10px 0 0 0;
	text-align: center;
}
.sidePick li img {
	width:148px;
	border: #ddd solid 1px;
}

/* =============================
■footer
============================= */

footer {
	width: 100%;
	position: relative;
	clear: both;
	margin: 40px 0 0 0 !important;
	border-top: #DCDCDC solid 1px;
}
footer h2 {
	overflow: hidden;
	padding-bottom: 17px;
	padding-top: 16px;
	margin: 0 0 20px 0;
	text-align: center;
}
#footer-inner {
	padding-top: 20px;
	width: 1000px;
	margin: 0 auto;
}
#footer-inner .footer_gnavi ul li, footer #footer-inner .footer_gnavi ul li {
	/* float: left; */
	display: inline-block;
	padding: 0 3px 0 18px;
}
#footer-inner .footer_gnavi, footer #footer-inner .footer_gnavi {
	/* float: left; */
	width: 1000px;
	text-align: center;
}
#footer-inner .footer_gnavi, footer #footer-inner .footer_gnavi {
	/* float: left; */
	width: 1000px;
	text-align: center;
}
footer nav, #copyright {
	/* float: left; */
	width: 1000px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.guidance_nav {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.guidance_nav a {
	text-decoration: underline;
}
.guidance-box {
	float: left;
	width: 310px;
	margin: 0 33px 10px 0;
}
.guidance-box:nth-of-type(3n) {
	margin-right: 0px;
}
.guidance-box:nth-of-type(3n+1) {
	clear: both;
}
.guidance-box+h2 {
	clear: both;
}
.guidance-box p:last-child {
	clear: both;
}
.guidance-box p a {
	text-decoration: underline;
	float: right;
	padding-left:10px;
	background: url(https://junyu-fuku.com/pic-labo/footer_arrow.gif) 0% 4px no-repeat;
}
.guidance_nav h3 {
	overflow: hidden;
	padding-bottom: 16px;
	padding-top: 16px;
	text-align: center;
	background-position: bottom;
	margin-bottom: 16px;
	border-bottom: #ddd dotted 1px;
}
.guidance_nav h4 {
	overflow: hidden;
	padding-bottom: 17px;
	padding-top: 16px;
	text-align: center;
	background-position: bottom;
	margin-bottom: 24px;
	border-bottom: #ddd dotted 1px;
}
.guidance_nav p {
	padding: 0 10px 0 10px;
}

.guidance_nav p+p {
	margin-top: 8px;
}
.guidance_nav img {
	text-align: center;
}
.guidance_nav p+img {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#footer-inner {
	clear:both;
	position:relative;
	padding:20px;
	border-top:#ddd dotted 1px;
	}
	
#company {
	float:left;
	width:230px;
	}	
#company h3 {
	padding:0;
	margin:0;
	border:0;
	text-align:left;
	}
	
/* フッターリンク */
#footer_gnavi {
	}
#footer_gnavi ul {
	float:left;
	width:200px;
	margin: 0 0 0 20px;
	padding:0;
	border-right:#ddd dotted 1px;
}
#footer_gnavi ul li {
	padding:0 0 7px 10px;
	background: url(https://junyu-fuku.com/pic-labo/footer_arrow.gif) 0% 4px no-repeat;
}
#footer_gnavi ul li a {
	text-decoration:none;
}
#footer_gnavi ul li a:hover {
	text-decoration: underline;
}


/* カレンダー */
#calendar {
	float: right;
	margin-right:40px;
	padding: 10px 15px;
	height: 170px;
	border: #eee solid 1px;
}


/* ページトップ */
 #pagetop, #page-top {
     position: fixed;
     bottom: 10px;
     right: 20px;
     z-index: 100;
     background: url(https://junyu-fuku.com/images/top_modoru_bt.gif)0%/60px no-repeat !important;
 }
 #pagetop a, #page-top a {
     text-decoration: none;
     width: 60px;
     height: 49px;
     padding: 0;
     text-align: center;
     display: block;
 }
 #pagetop a img, #page-top a img {
     display:none !important;
 }
 #pagetop a:hover, #page-top a:hover {
     text-decoration: none;
 }
 #pagetop a:hover img, #page-top a:hover img {
     display:none !important;
	 opacity: 0.5;
 }

 
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}