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

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

body {
  text-align:left;
  font-size: 13px;
  line-height: 1.6;
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333;
  background-color: #f4f1ec;
  background-image: url(https://img.shop-pro.jp/tmpl_img/67/texture.png);
}

body {
    -webkit-font-smoothing: antialiased;
}

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

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;
  max-width: 100%;
  height: auto;
}

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

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

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ************************************************
*  layout
* ************************************************ */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  margin:0px auto;
  width:960px;
  text-align:left;
}

#top_line{
  margin: 0 0 15px;
  width: 100%;
  height: 3px;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left top;
}

/*ヘッダー*/

#header {
  clear:both;
  padding: 20px 0;
  width:100%;
}

/*サイド*/
#side {
  float: left;
  width: 200px;
}

/*メイン*/
#main {
  float: right;
  width: 700px;
}

/*フッター（コピーライト）*/
#footer {
  clear:both;
  padding: 30px 0 20px;
  width:100%;
  border-top: 1px solid #ccc;
  color: #666;
  text-align: center;
}

/*スライダー*/
.slider{
  margin: 0 0 70px;
}

/* ************************************************
*  header
* ************************************************ */

#header .header_link {
  float: right;
  margin-bottom: 15px;
}
#header .header_link ul {
}
#header .header_link ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
  line-height: 16px;
}
#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#header .header_link ul li a {
  text-decoration: none;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name{
  float: right;
  clear: right;
  margin: 0 0 13px;
}
#header .header_link ul li.view_cart {
}
#header .header_link ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header .header_link ul li.view_cart span.count {
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
}

#header .header_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

#header .search {
  float: right;
  clear: right;
  margin-bottom: 40px;
}

#header h1.logo {
  max-width: 50%;
  word-wrap: break-word;
  font-size: 40px;
}
#header h1.logo a {
  text-decoration: none;
}
#header h1.logo img {
  max-width: 100%;
}

/* ************************************************
*  account
* ************************************************ */

.account_link {
  float: right;
  margin-bottom: 15px;
}
.account_link ul {
}
.account_link ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
  line-height: 16px;
}
.account_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.account_link ul li a {
  text-decoration: none;
}
.account_link ul li.my_account {
}
.account_link ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
.account_link ul li.member_login_btn i.login {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
.account_link ul li.member_regist_btn i.regist {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
.account_link ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
.member_login_name{
  float: right;
  clear: right;
  margin: 0 0 13px;
}
.account_link ul li.view_cart {
}
.account_link ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
.account_link ul li.view_cart span.count {
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
}

.account_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

/* ************************************************
*  footer
* ************************************************ */

#footer a {
  color: #666;
}

#footer .footer_menu {
  clear: both;
  margin-bottom: 10px;
}
#footer .footer_menu li {
  display: inline;
  margin: 0 5px;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 76.923%;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: center;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

.foot_policy{
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.foot_sk_box{
  float: left;
  padding: 0 25px;
  width: 200px;
  text-align: left;
}
.foot_sk_box h3{
  margin: 0 0 1em;
}
.foot_sk_box h4{
  font-size: 13px;
}
.foot_sk_box dt{
  margin: 0 0 .5em;
}
.foot_sk_box dd{
  margin: 0 0 1.5em;
}

#mobile{
  width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
  width: 100%;
}
#main .box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("//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;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 206px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}

.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: 5px;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.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;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  margin-left: 0;
  list-style: none;
}
#main #box_news ul li{
  border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
  border-top:none;
}
#main #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
#main #box_news  p.news_message{
  float: left;
}

/* ************************************************
*  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 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: 270px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  border-left: solid 1px #ccc;
  table-layout:fixed;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  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: 1.6;
}

.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 #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%;
}

/* 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;
}
.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: 0;
}

/* ************************************************
*  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 10px;
  height: 100%;
  border: solid 1px #ccc;
}

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

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

/* ************************************************
*  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;
}

/* ************************************************
*  side
* ************************************************ */

#side .box {
  clear: both;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side .box ul li {
  border-top:#838383 dotted 1px;
}
#side .box ul li:first-child {
  border-top:none;
}

#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;
  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}

.box_default ul li div{
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left;
}
.box_default ul li div img{
  border: solid #ddd 1px;
}
.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;
}

#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: 80px;
  border: solid #ddd 1px;
}
#box_sellers .seller_detail{
  float: right;
  width: 104px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 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);
}

/* ************************************************
*  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{
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #888;
}
.to_top:hover {
  text-decoration: none;
  color: #FF6633;
  border-color: #FF6633;
}

.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;
}

/* ----------------------------------------------------	
	追加：ここからサイズ適用パッチ
---------------------------------------------------- */


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

/** 全体をwrap（firefox対応）
===================================*/
#wrap-all {
	overflow: hidden;
}

/** 背景除去
===================================*/
body {
	background: none;
	background-color: #fff;
	/* background-image: url(); */
}

/** font-family指定
===================================*/
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/** ページ全体サイズ調整
===================================*/
#container {
	width: 1010px;
}

#side {
	width: 200px;
}

#main {
	width: 780px;
}

.wrapper {
/* width: 970px; */
	padding: 0 10px;
	margin: auto;
}

.container {
	margin:0px auto;
	width:1010px;
	text-align:left;
}

/** 背景画像調整
===================================*/
.head-bg {
/* background-image: url(); */
	background-color: #fff;
	background-repeat: repeat-x;
}

.foot-bg {
/* background-image: url(); */
	background-color: #fff;
	background-repeat: repeat-x;
	clear: both;
}

/** ヘッダー：全体調整
===================================*/
#header {
	padding: 0;
	margin-bottom: 15px;
}

/** サイド：ランキング商品サイズ調整
===================================*/
#box_sellers .seller_image {
	width: 78px;
}

/** サイド検索：配置
===================================*/
#search {
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: 24px;
}

/** TOP：おすすめ商品サイズ調整
===================================*/
.item_box {
	margin: 0 52px 45px 0;
	width: 206px;
}

.box_last {
    margin-right: 0px;
}

/** 商品詳細ページ：画像サイズ調整
===================================*/
.product_images {
    display: inline-block;
    float: left;
    width: 424px;
}

.zoom-small-image {
    width: 424px;
}

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

a.gallery_last {
    margin-right: 0px;
}

.mousetrap {
	width: 424px !important;
/*  height: 424px !important; */
}

/** 商品詳細ページ：おすすめ商品サイズ調整
===================================*/
.box_small .item_box {
    display: inline-block;
    margin: 0px 33px 45px 0px;
    width: 118px;
    vertical-align: top;
    text-align: left;
}

.box_small .box_last {
    margin-right: 0px;
}

/** フッター：特定商部分のボックスサイズ指定
===================================*/
.foot_sk_box{
	width: 266px;
}

/** 特定商：スタイル調整
===================================*/
#sk-cont table {
	margin: 0px auto 30px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
#sk-cont table th {
	width: 200px;
	background: #FBF9F6;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
	vertical-align: middle;
}

#sk-cont table td {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}



/* ----------------------------------------------------	
	追加：ここからサイト適応
---------------------------------------------------- */
.container {
	width: 1010px;
}

ul {
	list-style: none;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

a {
/*
    color: #9c6450;
    color: #94352e;
*/
	color: #714c33;
}

a:hover {
}

a:visited {

}

#wrap-all {
    min-width: 1030px;
}


/** ヘッダー：背景・高さ指定(head-cont高さ合計=h1+table)
===================================*/
#header {
    padding: 20px 0 0;
    margin-bottom: 15px;
}

.head-bg {
/*     padding-top: 50px; */
}

#head-cont {
	/* background-image: url(); */
	background-repeat: no-repeat;
	/* height: 125px; */;
	margin-bottom: 15px
}

#head-cont table{
	height: 95px;
}


/** ヘッダー：h1
===================================*/
#head-cont h1 {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 1;
    margin-bottom: 9px;
}

#head-cont h2 {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 1;
    margin-bottom: 9px;
}

/** ヘッダー：ロゴ・連絡先
===================================*/
.logo-area {
    float: left;
    width: 445px;
    margin-right: 40px;
}

.logo {
}

.head-center {
    float: left;
    width: 260px;
}

.head-center ul {
    display: inline-block;
    float: right;
    list-style: none;
    padding-top: 8px;
    font-size: 12px;
}

.head-center ul li {
    float: left;
    padding: 0 6px;
    border-right: 1px solid #555;
    line-height: 1;
}

.head-center ul li:last-child {
	padding-right: 0;
	border-right: 0;
}

.head-right {
	float: right;
	width: 245px;
}

.contact-mail {
    width: 212px;
}

.telinfo {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
}

.businessDay {
    font-size: 12px;
    margin-bottom: 7px;
}


/** アカウントリンクエリア：配置
===================================*/
#account-area {
	height: 36px;
}

.account_link {
	float: right;
	margin-bottom: 20px;
}

/** グローバルナビ：配置
===================================*/
#g-nav {
    text-align: center;
    margin-bottom: 30px;
}

#g-nav ul {
	list-style: none;
}

#g-nav ul li {
    box-sizing: border-box;
    float: left;
    width: 107px;
    margin-right: 5px;
    font-size: 12px;
	position: relative;
}

#g-nav ul li .count-gnv {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #FFC107;
    color: #fff;
    line-height: 18px;
    text-align: center;
    right: 5px;
    top: 3px;
    font-size: 11px;
}

#g-nav ul li:last-child {
    margin-right: 0;
    width: 114px;
}

#g-nav ul li a {
	display: block;	
	color: #61a322;
	border: 1px solid #61a322;
	color: #f66;
	border: 1px solid #f66;
	line-height: 23px;
	font-size: 12px;
	text-decoration: none;
}

#g-nav ul li:last-child a {
	text-align: left;
	padding-left: 12px;
}

#g-nav ul li a:hover {
    /* opacity: 0.75; */
    background-color: #61a322;
    background-color: #f66;
    color: #fff;
}



/*
#g-nav li:lastchild{
margin-right: 0;
}
*/

hr.sept {
	border-top: 1px solid #888;
	width: 100%;
	margin: 24px 0 15px 0;
}


/* スライダーボーダーとctr削除 */
.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-pager.bx-default-pager {
	display: none;
}

.bx-wrapper .bx-prev {
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/arrow.png) !important;
    background-size: contain !important;
    width: 25px !important;
    height: 25px !important;
    display: block;
    background-position: center center !important;
    opacity: 0.75;
}

.bx-wrapper .bx-prev:hover {
    opacity: 1;
}

.bx-wrapper .bx-next {
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/arrow.png) !important;
    background-size: contain !important;
    width: 25px !important;
    height: 25px !important;
    display: block;
    background-position: center center !important;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0.75;
}

.bx-wrapper .bx-next:hover {
    opacity: 1;
}

.slider {
    margin: 0 0 55px;
}

.mainimg {
    height: 233px;
/*     overflow: hidden; */
}

.mainimg #slider img {
    width: 330px;
}


/** スライダー調整
===================================*/
.slider-wrap {
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/asa2.jpg);
    padding: 30px 0;
    margin-bottom: 35px;
    box-sizing: border-box;
    height: 293px;
    overflow: hidden;
}

.slider.mainimg {
    margin-bottom: 0;
}

.slider.mainimg .bx-wrapper .bx-viewport {
	background: none !important;
}

.bx-wrapper .bx-next {
	right: -35px !important;
}

.bx-wrapper .bx-prev {
    left: -35px !important;
}

/** ヘッダー：TOP以外のpadding
===================================*/
.head-pad {
    padding-top: 10px;
}


/** サイド
===================================*/
.side-title {
	color: #815032;
	font-weight: normal;
	line-height: 1.7;
}


/** サイド検索
===================================*/
#search {
    padding: 0;
    border: 0;
    margin-bottom: 15px;
}

.side-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 24px;
    border-radius: 0px;
    border: 1px solid #795548;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 10px;
    height: 24px;
}

.side-keyword {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #815032;
    line-height: 24px;
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 5px;
    width: 160px;
    float: left;
	color: #555;
}

.side-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    color: #fff;
    background-color: #815032;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    float: right;
    border: 0;
    width: 35px;
    cursor: pointer;
}

.side-submit:hover {
	opacity: 0.75;
}


/** サイド上部バナー
===================================*/
.side-top-bnr {
    margin-bottom: 20px;
}

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


/** サイドカテゴリー
===================================*/
.side-category {
    border: 1px solid #555;
    padding: 3px;
	margin-bottom: 32px;
}

.side-category-inner {
    border: 1px solid #555;
    padding: 8px 6px 6px;
}

.side-category-inner > ul {
    border-top: 1px dotted #888;
}

.side-category-inner > ul > li {
    border-bottom: 1px dotted #888;
	padding: 6px 0;
}

.side-category-inner > ul > li:last-child {
	border-bottom: 0;
	padding-bottom: 3px;
}

.side-category-inner img {
	width: 48px;
	height: 48px;
	padding-right: 10px;
}

.side-category-inner a {
	display: block;
	text-decoration: none;
}

.side-category-inner a:hover {
}

ul.subcategory {
    padding-left: 15px;
    font-size: 12px;
    padding-top: 6px;
}

ul.subcategory > li {
	padding-bottom: 6px;
    position: relative;
}

li.category-name-s:before {
    content: "◆";
    position: absolute;
    top: 12px;
    left: -14px;
    font-size: 10px;
    color: #f4dfbe;
}

ul.subcategory > li:last-child {
	padding-bottom: 0px;
}

ul.subcategory img {
	width: 40px;
	height: 40px;
}


/** サイドFAQ SNS
===================================*/
.side-faq {
    margin-bottom: 32px;
}

.side-bottom-bnr {
	margin-bottom: 32px;
}

.side-sns {
	padding-top: 15px;
	margin-bottom: 15px;
}

.side-sns li {
	width: 95px;
}

/** 店長紹介
===================================*/
.owner-information {
	background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/asa2.jpg);
	padding: 8px;
    margin-bottom: 18px;
}

.owner-photo {
	position: relative;
}

.owner_photo {
/* 	position: relative; */
    width: 136px;
    margin-bottom: 8px;
}

.fukidashi {
    position: absolute;
    width: 80px;
    top: 14px;
    right: -15px;
}

.owner-docs {
    border-bottom: 2px dashed #845041;
    margin-bottom: 8px;
    padding-bottom: 5px;
}

.shop-owner {
    font-size: 12px;
}

.owner-name {
    font-size: 16px;
    font-weight: bold;
    color: #815041;
    line-height: 1.4;
}

.katagaki {
    color: #61a322;
}

p.memo {
    font-size: 12px;
    margin-bottom: 5px;
}

.owner-link {
}

.owner-link li {
}

.owner-link li a {
    color: #815041;
	font-size: 12px;
}


/** 連絡先
===================================*/
.contactInfo {
	margin-bottom: 24px;
}

.wline {
    border: 1px solid #555;
    padding: 3px;
}

.wline-inner {
    border: 1px solid #555;
    padding: 8px 6px 6px;
}

.side-subtitle {
    font-size: 14px;
    border-bottom: 1px dotted #555;
    padding-bottom: 3px;
    margin-bottom: 6px;
}

.cl-list {
}

.cl-list li {
    border-bottom: 1px dotted #7ab245;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.cl-list li a {
	text-decoration: none;
}

.cl-list li h5 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
	background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/mark.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	padding-left: 15px;
}

.cl-list li p {
	font-size: 12px;
}


.tbl_calendar {
    margin: 20px 0 25px;
}


/** カテゴリー（バナー化）
===================================*/
.ctg-bnr {
	margin-bottom: 10px;
}

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

.ctg-bnr .ctg-title {
	margin-bottom: 18px;
}

.ctg-bnr hr {
	margin: 15px 0 20px;
	border-top: 1px solid #ccc;
	width: 100%;
}

.ctg-bnr ul {
	list-style: none;
}

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



/** フッター：背景色
===================================*/
.foot-bg {
}

.ft-col-3 {
    width: 316px;
    text-align: left;
	margin-right: 30px;
}

.ft-col-3.flr {
	margin-right: 0;
}

/** フッター：ボーダー削除/文字色
===================================*/
#footer {
    border: none;
    padding-top: 60px;
}

/** フッター：ボックスサイズ・パディング制御
===================================*/
/*3列*/
/*
.foot_sk_box {
	width: 275px;
	padding: 0 20px;
}
*/

/*4列*/
.foot_sk_box {
	width: 217px;
	padding: 0 10px;
}

/** フッター
===================================*/
#footer {
}

#footer a {
    color: #FF9800;
}

#footer a:hover {
}

#footer a:visited{
}

.footer-inner {
	color: #333;
/* 	color: #5a372b; */
}

.foot-ctg {
	list-style: none;
}

.foot-ctg li{

}

.foot-ctg li a{
}

.foot-ctg li a:visited{
}

.foot-ctg li:first-child{
}

.foot-ctg li:first-child a{
}

.foot-ctg li:first-child a:visited{
}

.foot-link {
	list-style: none;
}

.foot-link li{

}

.foot-link li a{
}

.foot-link li a:visited{
}

.footer-box {
    margin-bottom: 25px;
}

.ft-title {
    color: #76b03f;
    font-weight: normal;
    border-top: 1px solid #76b03f;
    border-bottom: 1px solid #76b03f;
    font-size: 14px;
    line-height: 1.8;
    box-sizing: border-box;
    padding-top: 1px;
    margin-bottom: 15px;
	text-align: center;
}

.ft-subtitle {
    font-weight: normal;
    letter-spacing: 0px;
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/mark.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-left: 15px;
}

.ft-col-3 p {
    margin-bottom: 1em;
	font-size: 12px;
}

img.foot-info {
    width: 240px;
    padding: 10px 0 0;
}

.ft-col-3 strong {
    color: #f66;
}

.ft-col-3 em {
    font-style: normal;
    font-size: 1em;
    font-weight: bold;
    color: #76b03f;
}

/** フッター：背景のマージン調整
===================================*/
.foot_policy {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: 0px solid #ccc;
}

/** フッター：フッターメニュー横並び
===================================*/
.f-menu {
	text-align: center;
}

.footer_menu {
	clear: both;
	margin: 10px 0;
}
.footer_menu li {
	display: inline;
	margin: 0 5px;
}

#footer .footer_menu li a {
	color: #555;
}

#footer .footer_menu li a:hover {
}

address.copyright {
    font-style: normal;
    padding-top: 20px;
}

/** 商品ページ：カートに入れるボタン
===================================*/
/*
.btn-primary {
margin: 1.2em 0 .9em;
padding: 1.4em 0;
background-color: #02BE03;
}
*/

/** コンテンツ：BOXパディング変更
===================================*/
#main .box {
	margin-bottom: 40px;
}

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


/** コンテンツ：NEWS
===================================*/
.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;
}

/** 商品表示枠：4列仕様
===================================*/
.item_box {
    margin: 0 25px 45px 0;
    width: 176px;
}

.box_last {
	margin-right: 0px;
}

/** 商品表示枠：商品名デザイン
===================================*/
.item_box .item_detail p.item_name {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.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;
}

/** 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;
}



/** TOP：
===================================*/
.row.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.sizenkoubo {
	margin-bottom: 24px;
}

.koubo-text {
    width: 500px;
}

.img-title {
}

.koubo-text .img-title {
	margin-bottom: 15px;
}

.koubo-text p {
    font-size: 14px;
}

.koubo-text strong {
/*     color: #ff9c01; */
/* 	color: #d06552; */
    color: #fb917e;
}

.koubo-link {
    position: relative;
    width: 260px;
}

.koubo-link img {
}

a.to-codawari {
    display: inline-block;
    color: #61a322;
    border: 1px solid #61a322;
    line-height: 23px;
    font-size: 12px;
    text-decoration: none;
    padding: 0 15px;
    margin-top: 30px;
    position: absolute;
    right: 0;
}

a.to-codawari:hover {
/* 	opacity: 0.75; */
    background-color: #61a322;
    color: #fff;
}

.topBnr {
    font-size: 12px;
    margin-bottom: 34px;
}

.topBnr a {
	text-decoration: none;
}

.col3-wrap {
    display: flex;
    flex-wrap: wrap;
}

.col3-wrap li {
    float: left;
    width: 250px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.col3-wrap li:last-child {
	margin-right: 0;
}

.col3-wrap.set-2-1 {
}

.col3-wrap.set-2-1 li:first-child {
	width: 515px;
}

.itemList {
}

.itemList-5col {
}

.itemList-5col > li {
	position: relative;
    float: left;
    width: 145px;
    margin-right: 13px;
    margin-bottom: 20px;
}

#itemBox_seller {
    margin-bottom: 20px;
}

#itemBox_seller .itemList-5col > li:after {
	position: absolute;
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	top: 7px;
	left: 7px;
}

.rank1:after {
	background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/rank1.png);
}

.rank2:after {
	background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/rank2.png);
}

.rank3:after {
	background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/rank3.png);
}

.rank4:after {
	background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/rank4.png);
}

.rank5:after {
	background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/rank5.png);
}

.itemList-5col > li:nth-child(5n) {
	margin-right: 0;
}

.itemList-4col > li {
    position: relative;
    float: left;
    width: 176px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.itemList-4col > li:nth-child(4n) {
	margin-right: 0;
}

.itemList-7col > li {
    position: relative;
    float: left;
    width: 100px;
    margin-right: 13px;
    margin-bottom: 20px;
}

.itemList-7col > li:nth-child(7n) {
	margin-right: 0;
}

/*
.d-title {
    font-weight: normal;
    font-size: 12px;
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/line-g-long.png?cmsp_timestamp=20170807183928);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 7px;
    background-size: auto 9px;
    margin-bottom: 14px;
}
*/

.d-title {
    font-weight: bold;
    font-size: 13px;
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/line-g-long.png?cmsp_timestamp=20170807183928);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 8px;
    background-size: auto 9px;
    margin-bottom: 16px;
}

.d-title span {
    color: #76b03f;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 8px;
}

.item_detail {
    font-size: 12px;
}

.item_name a {
    color: #333;
    text-decoration: none;
}

.item_name a:hover {
	color: #FF6633;
}

.item_price {
    color: #F44336;
}

.itemImg {
    margin-bottom: 5px;
}

.top-category {
    margin-bottom: 45px;
}

.top-category ul {
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/asa2.jpg);
    padding: 24px 20px 0;
    margin-bottom: 18px;
}

.top-category ul li {
    width: 118px;
    float: left;
    text-align: center;
    font-size: 12px;
    margin: 0 35px 24px 0;
}

.top-category ul li img {
	margin-bottom: 5px;
}

.top-category ul li:nth-child(5n) {
	margin-right: 0;
}

.top-category ul li a {
    color: #333;
    text-decoration: none;
}

.top-category ul li.seazon-item-box {
    text-align: left;
	height: 118px;
}

.seazon-item-title {
    font-weight: bold;
    font-size: 13px;
    color: #76b03f;
}

a.to-seazon-item {
    display: block;
    text-align: right;
    padding-top: 10px;
}

.curono-kodawari {
    margin-bottom: 70px;
}

.kodawari-text {
    padding-bottom: 0px;
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/codawariback1.jpg);
    background-repeat: no-repeat;
    background-position: right 54px;
    margin-bottom: 40px;
}

.kodawari-title {
    font-weight: normal;
    font-size: 24px;
    color: #564f4f;
    line-height: 1.6;
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}

.kodawari-title strong {
    color: #78b03f;
	color: #c17a26;
    font-weight: normal;
}

.kodawari-text p {
    line-height: 1.7;
}

hr.green-line {
    display: block;
    padding: 5px;
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/line2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: contain;
}

h3.kodawari-subtitle {
    width: 614px;
    margin-bottom: 25px;
}

.kodawari-list {
    display: block;
    width: 740px;
    margin: auto;
}

.kodawari-list li {
    width: 220px;
    float: left;
    margin-right: 40px;
}

.kodawari-list li:last-child {
	margin-right: 0;
}

.kodawari-list li img {
    margin-bottom: 15px;
}

.kodawari-list li p {
}

.kodawari-list li a {
}

.kodawari-list li p a {
	display: block;
	text-align: right;
}

.information-wrap {
    margin-bottom: 60px;
}

.new-information {
    width: 455px;
    padding-bottom: 10px;
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/line-g-long.png?cmsp_timestamp=20170807183928);
    background-repeat: repeat-x;
    background-position: left bottom;
	background-size: auto 9px;
}

.facebook-area {
    float: right;
    width: 300px;
}

.facebook-title {
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.facebook-title img {
    width: 24px;
    margin-right: 10px;
    vertical-align: bottom;
}

.facebook-inner {
    border-top: 1px solid #3b579d;
    border-bottom: 1px solid #3b579d;
    padding: 10px 0;
}

#itemBox_recommend {
	margin-bottom: 30px;
}

.voice-wrap {
	margin-bottom: 60px;
}

.voice-title {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin: 15px 0 20px;
}

.voice-wrap ul {
}

.voice-wrap ul li {
    float: left;
    width: 360px;
    font-size: 12px;
    margin-bottom: 20px;
}

.voice-wrap ul li:nth-child(2n) {
	float: right;
}

.voice-image {
	width: 70px;
}

.voice-text {
	width: 280px;
}

#itemBox_history {
    margin-bottom: 20px;
}

.instagram-title {
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
}

.instagram-title img {
    width: 24px;
    margin-right: 8px;
    vertical-align: bottom;
}

.instagram-list {
/*
    border-top: 1px solid #d92d7a;
    border-bottom: 1px solid #d92d7a;
*/
    padding: 13px 0;
}

.instagram-list > li {
	position: relative;
    float: left;
    width: 20%;
    margin-right: 0px;
    margin-bottom: 0px;
}

.js-include--instagram {
}

.js-include--instagram > li {
	position: relative;
    float: left;
    width: 20%;
    margin-right: 0px;
    margin-bottom: 0px;
}

.add_cart {
    width: 340px;
}

/* トップへ戻る */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

#page-top a {
    background: #888;
    opacity: 0.75;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 2px solid #fff;
}

#page-top a:hover {
    text-decoration: none;
	opacity: 1;
}

.search_result {
    background-color: #fbf5f1;
}



/* 商品一覧 */
#p-list-cont {
}

#p-list-cont .item_box .item_detail {
	margin-top: 10px;
}

#p-list-cont .item_box .item_detail p.item_name {
    margin-bottom: 3px;
}

#p-list-cont .item_box .item_detail p {
	margin-bottom: 3px;
}

.sub_category_area div.sub_category, .sub_group_area div.sub_group {
    width: 18%;
    margin-right: 2%;
}

.sub_category_area div.sub_category img, .sub_group_area div.sub_group img {
    margin-bottom: 6px;
	width: 50px;
}

.item_box .item_image img.item {
	border: 0;
}

#itemStoreWindow {
    padding-top: 50px;
}

#itemStoreWindow .itemList {
    font-size: 12px;
}

#itemStoreWindow #itemBox_history {
    margin-bottom: 40px;
}

.pager.pager-top {
    float: left;
    clear: none;
    margin: 0;
    width: 400px;
    text-align: left;
	font-size: 12px;
}

.pager-sort {
    padding-top: 20px;
    margin-bottom: 20px;
}


inspector-stylesheet:1
.sort {
    width: 360px;
    font-size: 12px;
}

.sort strong {
    font-weight: normal;
}

.item_box .item_detail p.item_description {
    line-height: 1.5;
    font-size: 12px;
}



/* 商品詳細 */
h1.product_name {
    font-size: 16px;
    padding: 0 0 10px;
    /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-weight: bold;
    border-bottom: 1px solid #815032;
    margin-bottom: 5px;
}

.zoom-small-image {
    width: 400px;
    box-sizing: border-box;
}

.product_description {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.product_images {
    display: block;
    width: 400px;
    box-sizing: border-box;
}

.btn-primary {
    background-color: #f4981d;
    border-radius: 3px;
    border-bottom: 3px solid #ca7606;
    position: relative;
	outline: none;
	margin: 18px 0 14px;
}

.btn-primary:hover {
    background-color: #f9a739;
    border-bottom: 3px solid #cc7f19;
}

.btn-primary:active {
	border: 0;
	top: 3px;
	margin-bottom: 17px;
}

.product_link_area .btn-contact {
    background-color: #fff;
    color: #815032;
    border: 1px solid #815032;
    margin: 0;
}

.product_link_area .btn-contact:hover {
    background-color: #815032;
    color: #fff;	
}

.product_link_area ul.other_link {
	margin-left: 0;
}

table.add_cart_table {
    border: 0;
}

table.add_cart_table th {
    padding-left: 0;
    font-weight: normal;
    width: 30%;
}

table.add_cart_table td {
    width: 60%;
}

a.cloud-zoom-gallery {
    box-sizing: border-box;
    width: 22.5%;
    margin-right: 3.2%;
}

a.cloud-zoom-gallery:nth-child(4n) {
	margin-right: 0;
}

.product_images div img {
    box-sizing: border-box;
    border: 0;
    padding: 0;
}

.cloud-zoom-big {
  border: 3px solid #f4981d;
}

.zoom-tiny-image:hover {
    border: 1px solid #f4981d;
}

.zoom-tiny-image.selected {
    border: 1px solid #f4981d;
    background: #f4981d;
}

/* ----------------------------------------------------	
	商品ページバージョン違い
---------------------------------------------------- */
.add_cart {
    width: 250px;
}

table.add_cart_table td strong.price {
    color: #f4434b;
    font-size: 18px;
}

h1.product_name {
	padding: 10px 0;
	border: 0;
}

.product_images {
    display: block;
    width: 510px;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.zoom-small-image {
    width: 490px;
    box-sizing: border-box;
}

a.cloud-zoom-gallery {
    box-sizing: border-box;
    width: 18%;
    margin-right: 2.5%;
}

a.cloud-zoom-gallery:nth-child(5n) {
	margin-right: 0;
}

.together-inner {
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/asa2.jpg);
    padding: 30px 60px;
	margin-bottom: 20px;
}

.together-inner .item_box {
    width: 200px;
    margin-bottom: 0;
	margin-right: 30px;
}

.together-inner .item_box:last-child {
	margin-right: 0;
}



/* ----------------------------------------------------	
	特定商取引法
---------------------------------------------------- */
#policy h2 {
    margin-bottom: 30px;
    color: #61a322;
}

#sk-cont table th {
    text-align: left;
}


/* ----------------------------------------------------	
	TOPページfacebook箇所調整
---------------------------------------------------- */
.facebook-area {
    display: none;
}

.new-information {
    width: 100%;
}

.new-information-inner {
    padding: 15px 15px 20px;
}

ul.itemList {
    display: flex;
    flex-wrap: wrap;
}

#itemBox_history .item_detail {
    font-size: 12px;
}

.dTable {
	margin-bottom: 1em;
}

.dTable th, .dTable td {
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.dTable th {
    background-color: #fffdf8;
}

.dTable td {
}

.fpwrap {
	color: #525252;
  	color: #333;
}

.fpwrap h2 {
	line-height: 1.6;
	font-size: 20px;
	margin: -0.3em 0 30px;
}

.fpwrap h2 {
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/line2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: contain;
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: normal;
    color: #3e3e3e;
	letter-spacing: 1px;
}

.fpwrap h2:first-letter {
	color: #61a322;
}

.fpwrap h2:after {
}

.fpwrap h3 {
    font-weight: normal;
    font-size: 18px;
    background-image: url(https://img21.shop-pro.jp/PA01395/927/etc/line-g-long.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 8px;
    background-size: auto 9px;
    margin-bottom: 16px;
	color: #61a322;
}

.fpwrap h3 strong {
	font-weight: bold;
}

.fpwrap h4 {
}

.fpwrap p {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.8;
}

p.mission {
    margin-bottom: 50px;
}

.owner_photo2 {
    margin: 0 10px 0 0;
    width: 150px;
}

.profile {
    margin-bottom: 50px;
}

.profile-table {
}

.profile-table th, .profile-table td {
    padding: 10px 20px;
    border: 1px solid #9a7f6c;
}

.profile-table th {
    background-color: #fbf5f1;
    width: 20%;
    color: #8c5e3e;
}

.profile-table td {
}

p.kodwari-desc {
	margin-bottom: 50px;
}

.kodwari-desc strong {
    color: #f4981d;
}

.k-shizenkoubo {
	margin-bottom: 50px;
}

.k-materials {
	margin-bottom: 50px;
}

.k-stock {
	margin-bottom: 50px;
}

.qanda {
    font-size: 14px;
    line-height: 1.8;
}

.qanda dt {
	font-weight: bold;
}

.qanda dt > span {
    font-weight: bold;
    color: #f4981c;
}

.qanda dd {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 30px;
    padding: 10px 0 15px;
}

.qanda dd > span {
    font-weight: bold;
    color: #815032;
}

img.qandaImg {
    float: right;
    margin: 0 10px;
}

a.moviebtn {
    display: inline-block;
    border: 1px solid #76b03f;
    padding: 8px 10px;
    margin: 10px 0 0;
    line-height: 1;
    border-radius: 3px;
    background-color: #76b03f;
    color: #fff;
    text-decoration: none;
}

a.moviebtn:hover {
	opacity: 0.75;
}

table.shopBox {
    margin-bottom: 40px;
    width: 100%;
}

.shopBox td {
	vertical-align: top;
	width: 50%;
	padding: 10px;
}

iframe {
    max-width: 100%;
    vertical-align: middle;
}

.fpwrap h3 a:after {
    content: "link";
    font-size: 0.5em;
    color: #ffc107;
}

.new-information-inner {
    padding: 0px 15px 0px;
    height: 180px;
    overflow: auto;
    margin: 10px 0;
    margin-right: 10px;
}

.new-information-inner { /* 対象となる要素のクラス名が"customScrollbar"の場合 */
	overflow: auto;
    background-color: #fffbf6;
}

.new-information-inner::-webkit-scrollbar { /* スクロールバー本体 */
	width: 5px;
	background: #fff;
}
.new-information-inner::-webkit-scrollbar:horizontal { /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #fff;
}
.new-information-inner::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
	background: #888;
	border-radius: 2px;
}
.new-information-inner::-webkit-scrollbar-thumb:horizontal { /* 横方向のスクロールバーの動く部分 */
	background: #888;
	border-radius: 2px;
}
.new-information-inner::-webkit-scrollbar-track-piece:start { /* スクロールバーの動く部分の前 */
	background: #ddd;
}
.new-information-inner::-webkit-scrollbar-track-piece:end { /* スクロールバーの動く部分の後ろ */
	background: #ddd;
}
.new-information-inner::-webkit-scrollbar-corner { /* スクロールバー角 */
	background: transparent;
}


.fpwrap h4 {
    color: #004C26;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 14px;
    font-size: 14px;
}





/* スコーン */
#scone-slider {
	margin-bottom: 30px;
}

#scone-slider ul {
	padding: 0;
	margin: 0;
}

#scone-slider ul li {
}

#scone-slider .bx-controls {
	display: none;
}

h2.scone-title {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}

h2.scone-title strong {
	color: #c11b1b;
}

h2.scone-title:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
    margin: 3px 0 0;
}

p.scone-catch {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
    color: #171717;
}

p.scone-desc {
    position: relative;
    padding: 15px;
    background: #fffaf2;
    line-height: 2;
}

p.scone-desc:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #fffaf2;
	width: 0;
	height: 0;
}

dl.scone-information {
	border: 1px solid #EDBEB4;
	border-bottom: 0;
}

dl.scone-information dt {
    border-bottom: 1px solid #EDBEB4;
    background-color: rgb(253, 245, 232);
    padding: 5px 10px;
}

dl.scone-information dd {
	border-bottom: 1px solid #EDBEB4;
    padding: 10px 10px;
	line-height: 1.8;
}

dl.scone-information dd p:last-child {
	margin-bottom: 0;
}


/* 冷凍対応 */
.itemList li a.reitou:after {
    display: block;
    content: "冷凍";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #05c7b6;
    padding: 3px 5px;
    color: #fff;
    font-size: 11px;
}

.item_box {
	position: relative;
}

.item_box a.reitou:after {
    display: block;
    content: "\51B7\51CD";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #05c7b6;
    padding: 3px 5px;
    color: #fff;
    font-size: 11px;
}


/* フリーページ追加 */
.threeImg > ul > li {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
}
