/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  text-align:left;
  font-size: 12px;
  font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',游ゴシック体,'Yu Gothic',YuGothic,メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  font-weight:500;
  background:url(https://img05.shop-pro.jp/PA01105/156/etc/kr_background.jpg) repeat top left;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #999;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}

/** オンマウス
===================================*/
a:hover img {
	filter: alpha(opacity=75); /*IE用*/
	-moz-opacity:0.75; /*Firefox用*/
	opacity:0.75; /*Chrome・Safari・Opera用*/
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  padding margin
* ************************************************ */
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}

.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}

.pb05 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}

/* ************************************************
*  font
* ************************************************ */

.textC {
	text-align:center;
}
.red {color:#fe0000}


/* ************************************************
*  layout
* ************************************************ */
/** 全体をwrap（firefox対応）
===================================*/
#wrap-all {
	overflow: hidden;
	min-width:1170px;
	/*実際の幅+20px*/
}
.wrapper {
  margin: auto;
}
.container {
  margin:0px auto;
  width:1150px;
  text-align:left;
}
#header {
  clear:both;
  padding: 20px 0 45px;
  width:1150px;
}
#m_container {
	margin-top:35px;
}
#main {
  float: right;
  width: 855px;
}
#side {
	width:270px;
	float:left;
	margin-bottom:30px;
}
#footer {
  clear:both;
  padding:55px 0 45px;
  width:100%;
}

/* ************************************************
*  header
* ************************************************ */
#head-cont .h_top {
	margin-bottom:10px;
}
#head-cont h1{
	color: #333;
	font-size: 10px;
	width:500px;
	float:left;
	text-align:left;
	font-weight:500;
}
#head-cont .h_menu {
	width:650px;
	float:right;
	list-style:none;
	text-align:right;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#head-cont .h_menu li {
	display:inline-block;
	margin-left:15px;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#head-cont .h_menu .member_login_name {
	font-size:10px;
}
#head-cont table{
	height: 66px;
}
#head-cont table td {
	vertical-align:top;
}
#head-cont table .logo-area {
	width:238px;
	text-align:left;
}
#head-cont table .head-center {
	width:474px;
	padding:0 50px 0 130px;
}
#head-cont table .head-center ul {
	list-style:none;
	text-align:left;
}
#head-cont table .head-center ul li {
	margin-right:15px;
	float:left;
}
#head-cont table .head-center ul li.h_search {
	margin-top:5px;
    float: right;
}
#head-cont table .head-center #search {
    width: 320px;
    display: inline;
    border: 1px solid #e3e0e0;
    padding: 8px;
    height: 18px;
}
#head-cont table .head-center #search .inputBox {
	border:none;
	width:285px;
}
#head-cont table .head-center #search .schBtn {
	vertical-align:bottom;
}
#head-cont table .head-right {
	width:258px;
	padding-top:15px;
}
/* ************************************************
*  g-nav
* ************************************************ */
#g_nav_bg{
    width:100%;
}
#g_nav{
    width:100%;
    margin:0 auto;
    text-align:center;
    letter-spacing: -.4em;
}
#g_nav>li{
    width:10%;
    letter-spacing: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom:20px;
	line-height:1;
	font-size:14px;
}
#g_nav>li:last-child a {
	border-right:0px solid #666;
}
#g_nav li a{
    display: inline-block;
    text-decoration: none;
}
#g_nav>li>a{
    width:100%;
	border-right:1px solid #9a9a9a;
}
#g_nav > li:hover{
}
/*ドロップダウン関連のcss*/
#g_nav{
    position:relative;
}
#g_nav li div{
    position:absolute;
    width:100%;/*g_navの横幅と同じ*/
    top:35px;/*g_nav li aで設定したline-heightと同じ値*/
    left:0px;
    z-index:1000000;
    background:rgba(255,185,0,0.9);
    padding:20px 0px 0px;
    display: none;
}
#g_nav li div ul{
    letter-spacing: -.4em;
    text-align: center;
	width:1150px;
	margin:0 auto;
}
#g_nav li div li{
    width:100px;/*お好み*/
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    margin:0px 15px 20px;
	vertical-align:top;
}
#g_nav li div li img{
    margin-bottom:10px;
    display: inline-block;
}
#g_nav li div a{
    display: block;
	color:#000;
	font-weight:600;
}
#g_nav li div a:hover {
	color:#666;
}
#g_nav li div span.c_name{
    font-size:10px;
	line-height:1.5em;
}
hr.sept {
	border-top: 1px solid #888;
	width: 100%;
	margin: 24px 0 15px 0;
}

/* ************************************************
*  side
* ************************************************ */
.s_title01 {
	margin-bottom:20px;
	font-size:12px;
	color:#666;
	font-weight:500;
}
#side1 {
	margin-bottom:45px;
}
#side1 .side01Img {
	margin-bottom:20px;
}
#side1 .side01Txt {
	color:#333;
	font-size:12px;
}
#box_sellers .seller_box{
  padding: 2.2em 0;
}
#box_sellers li{
  position: relative;
  display: block;
}
/*
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
*/
#box_sellers .seller_image{
  float: left;
  margin: 0 10px 0 0;
  width: 110px;
  border: solid #ddd 0px;
}
#box_sellers .seller_detail{
  float: right;
  width: 140px;
}
#box_sellers .seller_rank{
  margin: 0 0 5px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 16px;
}
#side .box ul li:first-child .seller_rank {
    color: #e39603;
}
#side .box ul li:last-child .seller_rank {
    color: #663300;
}
#box_sellers .seller_name {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 8px;
}
#box_sellers .seller_teika{
  float: left;
  font-family:  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande',Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

#side .box {
  clear: both;
  margin-bottom: 40px;
  word-wrap: break-word;
  position: relative;
}
#side .box ul {
	list-style:none;
}
.box_default ul li div{
  position: relative;
  padding: 1.2em 0 0.5em;
  text-align: left;
}
.box_default ul li div img{
  border: solid #ddd 0px;
}
.box_default ul li div p{
  line-height : 1.6;
}

#side #box_cart {
}
#side #box_cart .cart_button {
  text-align: right;
}

#side #box_owner .inner{
  padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
  margin: 0 0 10px;
  width: 100px;
  max-width: 100%;
  height: auto;
  border: solid #ddd 1px;
}
#side #box_owner p.name {
  font-size: 14px;
}
#side #box_owner p.memo {
  font-size: 11px;
  line-height: 18px;
}
#side #box_owner p.website {
  padding-left: 20px;
}

#qr_code{
  padding: 20px 0;
}


/** サイド上部バナー
===================================*/
.side-top-bnr {
}

.side-top-bnr img{
	margin-bottom: 35px;
}

/** サイド下部バナー：配置
===================================*/
.side-bottom-bnr {
	margin-bottom: 24px;
}

.side-bottom-bnr img{
	margin-bottom: 0px;
}

.side-bottom-bnr li{
	text-align: center;
	padding: 8px 0px;
}

.side-bottom-bnr li:first-child{
	text-align: center;
	padding: 0px 0px 8px 0px;
}

.side-bottom-bnr li:last-child{
	text-align: center;
	padding: 8px 0px;
}

/* ************************************************
*  footer
* ************************************************ */
.foot-bg {
	position:relative;
	background:#f5f3f0;
	margin^-top:55px;
}
#footer a {
  color: #333;
}
#footer a:hover {
	color:#999;
}
#footer .fA {
	margin-bottom:45px;
}
#footer .fA .fA_logo {
	width:238px;
	float:left;
}
#footer .fA .fA_text {
	width:540px;
	float:left;
	padding:20px 132px 0 30px;
}
#footer .fA .fA_sns {
	width:210px;
	float:left;
	padding-top:20px;
}
#footer .fA .fA_sns img {
	margin:0 6px;
}
#footer .fB {
	margin-bottom:40px;
	border-bottom:1px solid #999;
	padding-bottom:20px;
}
#footer .fB h3,
#footer .fC h3,
#footer .fD h3 {
	font-size:14px;
	font-weight:bold;
	border-left:2px solid #333333;
	padding-left:13px;
	margin-bottom:30px;
}
#footer .fB ul {
	list-style:none;
	margin-bottom:40px;
}
#footer .fB ul li {
	margin-bottom:5px;
}
#footer .fB_01 {
	width:160px;
	float:left;
	margin-right:20px;
}
#footer .fB_02 {
	width:170px;
	float:left;
	margin-right:20px;
}
#footer .fB_03 {
	width:170px;
	float:left;
	margin-right:20px;
}
#footer .fB_04 {
	width:145px;
	float:left;
	margin-right:20px;
}
#footer .fB_05 {
	width:155px;
	float:left;
}
#footer .fB_06 {
	width:210px;
	float:left;
	margin-right:60px;
}
#footer .fC p,
#footer .fD p {
	margin-bottom:5px;
	font-size:10px;
}
.txt_red {
	color:#cc0000;
	font-weight:bold;
}
#footer .fC_01 {
	width:295px;
	float:left;
	margin-bottom:40px;
	margin-right:20px;
}
#footer .fC_02 {
	width:295px;
	float:left;
	margin-bottom:40px;
	margin-right:20px;
}
#footer .fC_03 {
	width:295px;
	float:left;
	margin-bottom:40px;
	margin-right:20px;
}
#footer .fC_04 {
	width:200px;
	float:left;
	margin-bottom:40px;
}
#footer .fD_01 {
	width:310px;
	float:left;
	margin-bottom:40px;
	margin-right:20px;
}
#footer .fD_02 {
	width:410px;
	float:left;
	margin-bottom:40px;
	margin-right:20px;
}
#footer .fD_03 {
	width:390px;
	float:left;
	margin-bottom:40px;
}
#footer .fD_03 {
	font-size:12px;
}
.copyright {
  clear: both;
  text-align: center;
  font-size: 10px;
}

/* ************************************************
*  main
* ************************************************ */
/*スライダー*/
.slider_bg {
	width:100%;
	background:#f5f3f0;
	padding:25px 0;
}
.slider_container {
	width:1150px;
	margin:0 auto;
}
.slider{
  margin: 0 0 70px;
}
.bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 0px #ccc !important;
-webkit-box-shadow: 0 0 0px #ccc !important;
box-shadow: 0 0 0px #ccc !important;
border: solid #fff 0px !important;
left: 0px !important;
background: #fff !important;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 25px !important;
    padding: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffba00 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ec8001 !important;
}
#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  width: 100%;
}
#main .box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}
#instagram {
	margin:10px 0 65px;
	clear:both;
}
#instagram ul {
	list-style:none;
}
#instagram ul li {
	width:125px;
    height:125px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}
#instagram ul li img {
	width:125px;
	height:auto;
}
#instagram ul li:nth-child(3n) {
	margin-right:0px;
}
.instaBox1 {
	width:550px;
	float:left;
}
.instaBox2 {
	width:550px;
	float:right;
}
/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 25px 45px 0;
  width: 195px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 190px;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.item_box .item_detail {
	margin: 15px 0 0;
	padding-left: 0px;
	border-left: none;
}
.item_box .item_detail p {
	overflow: visible;
	width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	-o-text-overflow: ellipsis;
}
.item_box .item_detail p.item_name {
	margin-bottom: 5px;
	font-size: 13px;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
.box_last {
	margin-right: 0px;
}

.item_box2 {
  display:inline-block;
  float: left;
  margin: 0 20px 15px 0;
  width: 155px;
  vertical-align:top;
  text-align:left;
  /display:inline;
  /zoom:1;
}
.item_box2 .item_image {
  margin: 0px;
}
.item_box2 .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.item_box2 .item_detail {
	margin: 15px 0 0;
	padding-left: 0px;
	border-left: none;
}
.item_box2 .item_detail p {
	overflow: visible;
	width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	-o-text-overflow: ellipsis;
}
.item_box2 .item_detail p.item_name {
	margin-bottom: 5px;
	font-size: 13px;
}

.item_box2 .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}
.p-runk-num {
    z-index: 2;
    position: relative;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

.p-runk-num img {
    width: 32px;
    height: 33px;
}
.item_box2.box_last {
	margin-right:0;
}
/** .box_small .item_box 
===================================*/
.box_small .item_box {
  display:inline-block;
  margin: 0px 21px 15px 0px;
  width: 125px;
  vertical-align: top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small .box_last {
    margin-right: 0px;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}
.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */
.top_title01 {
	text-align:center;
	margin-bottom:20px;
}
#main .box {
	margin-bottom: 35px;
}
#top1 {
	margin-bottom:30px;
}
/*矢印の位置はコンテンツ幅に合わせて調整してください。左右０だと良い位置にいきません。*/
.prev_btn{
  position:absolute;
  top:70px;
  left:20px;
  z-index:1000;
}
.next_btn{
  position:absolute;
  top:70px;
  right:48px;
  z-index:1000;
}
/*背景*/
#slide_area{
    background:#f5f3f0;
    padding:25px 0px;
}
#slide_area img {
	width:135px;
	height:auto;
}
/*画像したテキストエリア、100%だと余白分までテキストが進入しますので画像と同じに。。*/
#slide_area .text{
  text-align: left;
  margin-top:5px;
  width:135px;/*スライドの画像と同じ幅*/
}
#slide_area .inner{
    width:805px;
    margin:0 auto;
}
#slide_area #slide2{
  padding-left:20px;
  list-style:none;
}
.prev_btn.slick-arrow,
.next_btn.slick-arrow {
    width: 14px !important;
	height:auto !important;
}
.prev_btn {
    position: absolute;
    top: 60px !important;
    left: 0px !important;
    z-index: 1000;
}
.next_btn {
    position: absolute;
    top: 60px !important;
    right: 0px !important;
    z-index: 1000;
}
#top2 {
	margin-bottom:40px;
}
#top2 ul {
	list-style:none;
}
#top2 ul li.top2L {
	width:419px;
	float:left;
}
#top2 ul li.top2R {
	width:419px;
	float:right;
}
#top3 {
	margin-bottom:45px;
}
#top3 ul {
	list-style:none;
	margin-bottom:25px;
}
#top3 ul.top3a li.top3L {
	width:273px;
	float:left;
	margin-right:18px;
}
#top3 ul.top3a li.top3C {
	width:273px;
	float:left;
	margin-right:18px;
}
#top3 ul.top3a li.top3R {
	width:273px;
	float:left;
}
#top3 ul.top3b li.top3L {
	width:419px;
	float:left;
}
#top3 ul.top3b li.top3R {
	width:419px;
	float:right;
}
#top3 ul.top3c li {
	width:100%;
}
#top3 ul.top3d li.top3L {
	width:552px;
	float:left;
}
#top3 ul.top3d li.top3R {
	width:287px;
	float:right;
}
#top4 {
	margin-bottom:15px;
}
#top5 {
	margin-bottom:65px;
}
#top5 ul {
	list-style:none;
}
#top5 ul li {
	width:271px;
	margin-right:21px;
	float:left;
}
#top5 ul li:last-child {
	margin-right:0;
}
#about {
	margin-bottom:45px;
}
#top6{
	margin-bottom:35px;
}
#top6 .infoBox {
	background:#f5f3f0;
	padding:20px;
}
#top6 .infoBox h4 {
	font-size:16px;
	margin-bottom:15px;
}
#top6 .infoBox .infoArea {
	height:80px;
	overflow:auto;
	overflow-y:scroll;
}
#top7 ul {
	list-style:none;
}
#top7 ul li.top7L {
	width:419px;
	float:left;
}
#top7 ul li.top7R {
	width:410px;
	float:right;
}
#top7 ul li.top7R h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}
#top7 ul li.top7R p {
	font-size:20px;
	margin-bottom:15px;
	line-height:2em;
	font-size:10px;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-size: 18px;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}

.product_images {
  display: inline-block;
  float: left;
  width: 400px;
}
.product_images {
    display: inline-block;
    float: left;
    width: 424px;
}

.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 360px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  border-left: solid 1px #ccc;
  table-layout:fixed;
  font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande',
  Meiryo, メイリオ, sans-serif;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
  width:650px;
}

.simple_explain {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image {
    width: 424px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}
.mousetrap {
	width: 424px !important;
/*  height: 424px !important; */
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
a.cloud-zoom-gallery {
    display: block;
    float: left;
    margin: 0px 22px 20px 0px;
    height: 88px;
    cursor: pointer;
    width: 88px;
}

.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}
a.gallery_last {
    margin-right: 0px;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 12px;
  height: 100%;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 10px 10px;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
  width:134px;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}


/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
.to_top {
  clear: both;
  text-align: center;
  position: absolute;
  display: inline-block;
  width: 100%;
  top: -30px;
}
.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}
/** 商品ページ：カートに入れるボタン
===================================*/
/*
.btn-primary {
margin: 1.2em 0 .9em;
padding: 1.4em 0;
background-color: #02BE03;
}
*/


/** コンテンツ：バナー上部エリア
===================================*/
.bnr-top {
	margin-bottom: 30px;
}


/** コンテンツ：NEWS
===================================*/
hr.sept2 {
	border-bottom: 1px solid #999;
	margin: 15px 0 25px;
}

/** コンテンツ：PR
===================================*/
.pr-box {
	margin: 10px 0 30px;
}

.pr-box img{
	margin-bottom: 10px;
}

.pr-box p {
	margin-bottom: 10px;
}

.pr-box table td {
vertical-align: top;
}


/** facebook likebox：マージン
===================================*/
.fb-likebox {
	margin-bottom: 30px;
}

/** フリーページ：
===================================*/
.free-page h2 {
	background: url(https://img14.shop-pro.jp/PA01301/816/etc/line.gif?2156) repeat-x bottom left;
	padding-bottom: 15px;
	margin-bottom:20px;
}

.free-page table {
	margin-bottom:30px;
}

.free-page .fp-box {
	margin-bottom:30px;
}

/**フリーページ：店舗紹介用tableクラス
===================================*/
.company th{
	background-color: #F1F3F2;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 8px 15px 6px;
    white-space: nowrap;
	width: 100px;
}

.company td {
    border: 1px solid #CCCCCC;
    padding: 8px 10px 6px;
}

.company{
	margin-bottom:30px;
	margin-top:10px;
	width:726px;
}

.sub_category_area div.sub_category, .sub_group_area div.sub_group a {
    width: 185px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* InstaCustom */
#instagram {
    margin: 10px 0 65px;
    float: right;
  	clear: none;
}
.instaBox1 {
    width: 415px;
    float: left;
}
.instaBox2 {
    width: 415px;
    float: right;
}
#instagram ul li {
    width: 125px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
#instagram ul li img {
    width: 125px;
    height: auto;
}
.item_box .item_image {
    margin: 0px;
    /* position: absolute; */
    width: 190px;
    height: 190px;
    /* border: solid 1px #F5DEB3; */
    vertical-align: middle;
    display: table-cell;
}
.fC.clearfix {
    border-top: solid 1px #999;
    padding-top: 40px;
}

#footer .fB {
    margin-bottom: 40px;
    border-bottom:none;
    padding-bottom: 5px;
    width: 880px;
    margin: 0 auto;
}
#head-cont table .head-center ul li:last-child {
    margin-right: 0px;
}
.box_small3 .item_box3 {
    display: inline-block;
    margin: 0px 14px 15px 0px;
    width: 125px;
    vertical-align: top;
    text-align: left;
}
.item_box3 .item_image {
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
}
.item_box3 img.item {
    width: 125px;
}


/* 全体( main )の　warpping　*/			
 #shop_main{
	 width:855px;
	 margin:0 auto;
	 padding:30px 0;
	 }
	 
/* お店の　warpping　*/			 
.shop_wrapper{
	width:100%;
	margin:40px 0 80px 0;
	}
	
/* お店のタイトル と　画像　*/		
.shop_name{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
     }
.shouhin_img{
	float:left;
	margin-right:18px;
	width:273px;
	}		 
.shouhin_img:last-child{
	margin-right:0;
	}	
	
/*　clearは　共有　*/	 
.all_clear{
    clear:both;
	}
	
/* address　*/			
.shop_address{
	width:815;
	height:auto;
	background-color:#f5f3f0;
	margin:30px 0;
	padding:30px 20px 5px 20px;
	}
.address_title{
	font-size:14px;
	font-weight:bold;
	}
#shop_main p{
	line-height:25px;
	margin-bottom:25px;
	}	
.tel_bold{
	font-weight:bold;
	}	
	
/* map & facebook*/	
.shop_gmap{
	float:left;
	width: 417px;
    height:300px; 
    margin-right:21px;
	background-color:#f5f3f0;
	}	     
.shop_facebook{
	float:right;
	width: 417px;
    height:300px; 
	background-color:#f5f3f0;
	}	
.shop_gmap01{
	width: 855px;
    height:365px;
	background-color:#f5f3f0;
	}
/* WP*/
#column .top_text{
    text-align: center;
    margin-bottom:24px;
}
#column li{
    display: block;
}
#column ul {
	list-style:none;
	margin:0 0 28px;
	padding:0;
}
#column ul li {
	width:270px;
}
#column ul li:last-child {
	margin-right:0px;
}
#column ul li .c_image {
	width:270px;
	height:180px;
	overflow:hidden;
	margin-bottom:10px;
}
#column ul li img {
	width:271px;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
}
#column .c_box p.text{
	font-size:11px;
	line-height:1.8em;
	text-align:center;
}
#column2{
    padding-top:0;
}
#column2 .top_text{
    text-align: center;
    margin-bottom:24px;
}
#column2 li{
    display: block;
    position:relative;
}
#column2 .c_box p.text{
}
#column2 ul {
	list-style:none;
	margin:0 0 28px;
	padding:0;
}
#column2 ul li{
    width:270px;
}
#column2 ul li img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}
.shop_kamakura {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.shop_tachikawa {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.bx-wrapper img {
  height:255px;
}
ul.side-brand li a div p img {
    margin-right: 15px;
}

.free_space_block.text-block.row {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    border-bottom-style: dotted;
    padding-bottom: 20px;
    margin-top: -30px;
}