/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

*,*:before,*:after {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/*--------------------------------------------------------------
Basic supplemental reset
--------------------------------------------------------------*/
div,header,nav,main,footer,section,article,aside,details,figcaption,figure{
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	cellspacing:0;
}
caption,th, td{
	font-weight: normal;
	text-align: left;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:after,
.wrapper:after,
header#site-header:after,
footer#site-footer:after,
main:after,
.section:after,
.inner:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*--------------------------------------------------------------
- init
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body{
	color: #222;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,メイリオ,sans-serif;
	font-size: 13px;
	font-size: 1.35rem;
	line-height: 1.65;
	letter-spacing:0.1em;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
1.0 - basics
--------------------------------------------------------------*/
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
  opacity:0.8;
}
.flex{display:flex;}
img.fix{
	width: 100%;
	height: auto;
	display: block;
    margin: 0;
}
.inner{
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	position:relative;
}
.inner_mid{
	width:80%;
	max-width: 800px;
	margin:0 auto;
	position:relative;
}

/*--------------------------------------------------------------
2.0 - header/footer/side layout
--------------------------------------------------------------*/
#site_header{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-bottom:10px;
}
#site_lead{
  font-size:13px;
  padding:10px 0px;
  margin-bottom:15px;
}
a#site_id{
  display:block;
  flex-basis:20%;
  padding-top:2%;
  text-indent:-999em;
  overflow:hidden;
  background-image:url(https://img21.shop-pro.jp/PA01419/052/etc/site_id.png?cmsp_timestamp=20180713141258);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
}
#header_content{
  flex-basis:60%;
  text-align:right;
}
#header_content a{
  padding:0px 5px;
}
#header_account{
  flex-basis:15%;
  text-align:center;
  margin-top:40px;
}
#header_account a{
  display:block;
  width:80%;
  padding:5px 5px;
  border:1px #3b0f4f solid;
  color:#3b0f4f;
  margin:0px auto;
  border-radius:3px;
}
#header_cart{
  flex-basis:10%;
  text-align:center;
  border-left:#ccc 1px solid;
  background-color:#3b0f4f;
  border-radius:3px;
  height:75px;
}
#header_cart a{
  display:block;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding-top:10px;
  text-decoration: none;
}
#header_cart i{
  display:block;
  font-size:35px;
  margin-bottom:5px;
}

#global_navi{
  width:100%;
  background-color:#f4f4f4;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
#global_navi .inner{display:flex;}
#global_navi .navi_item{
  flex-basis:12.5%;
  padding:10px 0px;
  font-size:18px;
  color:#696969;
  text-align:center;
  /*border-bottom:5px #979797 solid;*/
  /*border-right:1px #666 solid;*/
}
#global_navi .navi_item:hover{
  background-color:#3b0f4f;
  color:#fff;
  text-decoration: none;
}
#search_form{
  margin-top:20px;
}
#search_form input{
  width:240px;
  height:30px;
  line-height:30px;
  border-radius:15px;
  border:1px #999 solid;
}
#search_form button{
  background-color:#3b0f4f;
  border:1px #3b0f4f solid;
  color:#fff;
}

/* side */
#side{
  flex-basis: 25%;
  border-right:1px #ccc solid;
  min-height:400px;
}

/* contents */
#contents{flex-basis: 75%;}

/* contact */
.contact_banners{
	display:flex;
	width:100%;
    max-width:1100px;
    margin:25px auto;
	justify-content: normal;
}
.contact_banners a{
display:block;
flex-basis:33%;
}
/* footer */
#footer{
  width:100%;
  background-color:#333;
  color:#fff;
  padding:40px 0px;
}
#footer_logo{
  flex-basis: 18%;
  height:100px;
  background-image:url('https://img21.shop-pro.jp/PA01419/052/etc/footer_logo.png?cmsp_timestamp=20180902182855');
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer a{
  color:#fff;
}
#footer ul{
  flex-basis: 18%;
}
#footer ul li{font-size:12px;padding:5px 0px;}
#footer_info{
  flex-basis: 40%;
  height:100px;
}
#copyright{text-align:center;padding:20px;}

/*--------------------------------------------------------------
共通パーツ
--------------------------------------------------------------*/
section{margin:15px 0px;}
section h3{
  font-size:18px;
  font-weight:bold;
  color:#3b0f4f;
}
section h5,#product_item_content th{
  font-size:15px;
  font-weight:bold;
  border-left:7px #3b0f4f solid;
  padding-left:13px;
  margin:10px 0px;
}
#product_item_content td{margin:15px 0;display:block;}

#recently_items_wrapper{
  padding-top:25px;
}
#recently_items_title{
  display:block;
  border-left:5px #3b0f4f solid;
  padding-left:15px;
}
.recently_items{
  display:flex;
  margin-bottom:25px;
}
.recently_item{
  flex-basis: 13%;
  margin:1%;
}
.recently_item p{
  font-size:12px;
  line-height:14px;
}
.recently_item_image{
  display:block;
  width:100%;
  height:150px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom:5px;
}

/*カテゴリーリスト*/
.category-list li{
  display:block;
  width:100%;
  padding:15px 0px;
  padding-left:40px;
  font-size:16px;
  border-bottom:1px #eee solid;
}
.category-list li.active{
  box-sizing: border-box;
  border-right:25px #3b0f4f solid;
}
.category-list li.active a{
  color:#3b0f4f;
}

.group-list{
  display:block;
  margin-top:20px;
}
.group-list li.group_item a{
  display:block;
  width:100%;
  height:70px;
  line-height:70px;
  padding-left:40px;
  text-indent:-999em;
  overflow:hidden;
  margin:12px 0px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.group-list li.group_item#kamisamano_tana a{
  background-image:url('https://img21.shop-pro.jp/PA01419/052/etc/bnr_item_kamisamanotana.jpg');
}
.group-list li.group_item#kamisamano_sen a{
  background-image:url('https://img21.shop-pro.jp/PA01419/052/etc/bnr_item_kamisamanosen.jpg');
}
.group-list li.group_item#kisohinoki a{
  background-image:url('https://img21.shop-pro.jp/PA01419/052/etc/bnr_item_kisohinoki.jpg');
}
.group-list li.group_item#ise_kayabuki a{
  background-image:url('https://img21.shop-pro.jp/PA01419/052/etc/bnr_item_isekayabuki.jpg');
}
.group-list li.group_item#keyaki a{
  background-image:url('https://img21.shop-pro.jp/PA01419/052/etc/bnr_item_keyaki.jpg');
}

ul.topicpath-nav{
  padding:10px;
}
ul.topicpath-nav li{
  display:inline-block;
  padding:10px;
}
/*固定ページ*/
.page_content{
  padding:30px 0px;
}
.page_content h1{
  font-size:32px;
  font-weight:bold;
  margin:32px 0px;
}
.page_content h2{
  font-size:28px;
  font-weight:bold;
  margin:30px 0px;
}
.page_content section{
  margin-bottom:35px;
}
.page_content section h4{
  font-size:20px;
  font-weight:bold;
  border-left:7px #3b0f4f solid;
  padding-left:13px;
  margin-bottom:20px;
}
.p-shop__logo {
max-width:70%!important;
}

.img_banners{
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding:30px 0px;
}
.img_banners > a{
  display:block;
  flex-basis: 32%;
  margin-bottom:15px;
  text-align:center;
}
.img_banners > a.full{
  flex-basis: 100%;
}
.img_banners > a.half{
  flex-basis: 49%;
}
.img_banners > a:hover{
  opacity:0.8;
}




/**********************************************
takahashi add
**********************************************/
.toolbar, .section{border-bottom:none;}