@charset "utf-8";
/* CSS Document */
/* ************************************************
*  all
* ************************************************ */
@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
img {
    max-width:100%;
    vertical-align: bottom;
}
  .block{
    display:block;
  }
  .p5{
    padding:5px;
  }
  .p10{
    padding:10px;
  }
  .p15{
    padding:15px;
  }
  .p20{
    padding:20px;
  }
  .p25{
    padding:25px;
  }
  .p30{
    padding:30px;
  }
  .pt5{
    padding-top:5px;
  }
  .pt10{
    padding-top:10px;
  }
  .pt15{
    padding-top:15px;
  }
  .pt20{
    padding-top:20px;
  }
  .pt25{
    padding-top:25px;
  }
  .pt30{
    padding-top:30px;
  }
  .pb5{
    padding-bottom:5px;
  }
  .pb10{
    padding-bottom:10px;
  }
  .pb15{
    padding-bottom:15px;
  }
  .pb20{
    padding-bottom:20px;
  }
  .pb25{
    padding-bottom:25px;
  }
  .pb30{
    padding-bottom:30px;
  }
  .pl5{
    padding-left:5px;
  }
  .pl10{
    padding-left:10px;
  }
  .pl15{
    padding-left:15px;
  }
  .pl20{
    padding-left:20px;
  }
  .pl25{
    padding-left:25px;
  }
  .pl30{
    padding-left:30px;
  }
  .pr5{
    padding-right:5px;
  }
  .pr10{
    padding-right:10px;
  }
  .pr15{
    padding-right:15px;
  }
  .pr20{
    padding-right:20px;
  }
  .pr25{
    padding-right:25px;
  }
  .pr30{
    padding-right:30px;
  }

  .m5{
    margin:5px;
  }
  .m10{
    margin:10px;
  }
  .m15{
    margin:15px;
  }
  .m20{
    margin:20px;
  }
  .m25{
    margin:25px;
  }
  .m30{
    margin:30px;
  }
  .mt5{
    margin-top:5px;
  }
  .mt10{
    margin-top:10px;
  }
  .mt15{
    margin-top:15px;
  }
  .mt20{
    margin-top:20px;
  }
  .mt25{
    margin-top:25px;
  }
  .mt30{
    margin-top:30px;
  }
  .mt40{
    margin-top:40px;
  }
  .mt50{
    margin-top:50px;
  }
  .mb5{
    margin-bottom:5px;
  }
  .mb10{
    margin-bottom:10px;
  }
  .mb15{
    margin-bottom:15px;
  }
  .mb20{
    margin-bottom:20px;
  }
  .mb25{
    margin-bottom:25px;
  }
  .mb30{
    margin-bottom:30px;
  }
  .mb40{
    margin-bottom:40px;
  }
  .mb50{
    margin-bottom:50px;
  }
  .ml5{
    margin-left:5px;
  }
  .ml10{
    margin-left:10px;
  }
  .ml15{
    margin-left:15px;
  }
  .ml20{
    margin-left:20px;
  }
  .ml25{
    margin-left:25px;
  }
  .ml30{
    margin-left:30px;
  }
  .mr5{
    margin-right:5px;
  }
  .mr10{
    margin-right:10px;
  }
  .mr15{
    margin-right:15px;
  }
  .mr20{
    margin-right:20px;
  }
  .mr25{
    margin-right:25px;
  }
  .mr30{
    margin-right:30px;
  }
  .fs12{font-size:12px;}
  .fs14{font-size:14px;}
  .fs16{font-size:16px;}
  .fs18{font-size:18px;}
  .fs20{font-size:20px;}
  .inline-block{display: inline-block;}
  .fl{
    float:left;
  }
  .fr{
    float:right;
  }
  .pt40{
    padding-top:40px;
  }
  .pt50{
    padding-top:50px;
  }
  .pb50{
    padding-bottom:50px;
  }
  .pb40{
    padding-bottom:40px;
  }
  .w5{width:5%;}
  .w10{width:10%;}
  .w15{width:15%;}
  .w20{width:20%;}
  .w25{width:25%;}
  .w30{width:30%;}
  .w33{width:33%;}
  .w35{width:35%;}
  .w40{width:40%;}
  .w45{width:45%;}
  .w50{width:50%;}
  .w55{width:55%;}
  .w60{width:60%;}
  .w65{width:65%;}
  .w70{width:70%;}
  .w75{width:75%;}
  .w80{width:80%;}
  .w85{width:85%;}
  .w90{width:90%;}
  .w95{width:95%;}
  .w100{width:100%;}
  .bs{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
.bold {
    font-weight: bold;
}

/*
table {
    width:100%;
}

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}

角丸 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}

背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}

グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */

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

.item_box {
  display:inline-block;
  float: left;
  margin: 0 4% 45px 0;
  width: 22%;
  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;
}
.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: 10px;

  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
.item_price{
  text-align: center;
}
.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;
}

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

h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 15px;
  border-bottom:solid 1px #ddd;
  font-size: 18px;
}

.product_form{
  margin: 0 0 62px;
}

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

.product_images {
  display: inline-block;
  float: left;
  width: 55%;
}
.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: 42%;
}

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 {
  overflow: hidden;
  padding: 10px 0 10px 18px;
  width: 35%;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
}
table.add_cart_table td {
/*  overflow: hidden;*/
  padding: 10px 0;
  width: 55%;
  text-align: left;
  vertical-align: middle;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 30px;
  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%;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  font-size: 12px;
}
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;
  margin-top:20px;
  word-wrap: break-word;
  font-size: 14px;
  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;
}
.product_link_area div.twitter {
  float: left;
  width: 92px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 92px;
}
.product_link_area div.line {
  float: left;
  width: 92px;
}
.product_link_area ul.other_link {
  clear: both;
  padding-top: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: 100%;
}
#wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

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

.mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

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

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 8px 20px !important;
  width: 81px !important;
  height: 82px;
  cursor: pointer;
  text-align: center;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #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;*/
  width: 600px;
  margin: 0px auto 20px;
}


.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
    /*float: left;
    margin: 0 10px 10px 10px;*/
    margin: 5px 20px;
    width: 25%;
    text-align: center;
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  /*margin-right: 0px;*/
  border: solid 1px #ccc;
}
img.border {
    border: 1px #CCC solid;
}
.sub_category a img:hover,
.sub_group_area a img:hover{
    border: 1px solid #669900;
}
/* ************************************************
*  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 {
  font-size: 75%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  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,.itemList__soldOut {
  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: #c86464;
  border-color: #c86464;
}

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

.tbl_calendar th.sat, .tbl_calendar td.sat{
  background-color: #DBE0FF;
  color: #474EFF;
}

/* @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:#e40020 url("https://img21.shop-pro.jp/PA01369/596/etc/tpl_c1c_cartIcon.png") no-repeat;
  background-position:20% 45%;
  background-size:34px auto;
}
.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;
}


/* ************************************************
*   ここからｃｓｓ調整
* ************************************************ */
body{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size:14px;
    min-width:1000px;
    color:#010101;
    background:#f7f7f7;
	line-height: 1.5;
}
a{
  text-decoration: underline;
  color:#010101;
}
a:hover{
  text-decoration: underline;
	opacity: 0.8;
}
a img{
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 1;
}
a img:hover{
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;

       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}
.popBnrText:hover img{
    -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}
.vhidden{
  visibility: hidden;
}

.bgSection{
  background:white;
  padding:20px 20px 40px;
	border-radius: 10px;
}
#side .bgSection {
	border-radius:10px;
}
#container {
  margin:0px auto;
  width:100%;
  text-align:left;
}

/*インナー、100%背景の中にコンテンツを作るときなど*/
.cInner{
  width:1000px;
  margin:0 auto;
}

/*ミドルコンテンツ*/
#middle_contentsWrap {
	width: 100%;
	background:url(https://img10.shop-pro.jp/PA01052/600/etc/gg_bg01.jpg) repeat top left;
	padding:25px 0 55px;
}
#middle_contents{
  width:1000px;
  margin:0 auto;
}

#middle_contents p{
  margin-bottom:15px;
}


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

/*メイン*/
#main {
  float: right;
  width: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


div#main a{
  text-decoration: underline;
  color:#010101;
}
div#main a:hover{
  text-decoration: none;
	opacity: 0.8;
}


#mobile{
  width: 145px;
}

/*横並び一覧*/
.itemList__unit{
  float:left;
  text-align:center;
}
.itemList__imgBox{
  margin-bottom:10px;
}
.itemList__name{
  /*margin-bottom:5px;*/
}
.itemList__description{
  margin-top:5px;
}

/*4つ並び*/
.itemList--4 .itemList__unit{
  width:22%;
}
.itemList--4 .itemList__unit:nth-child(n+2){
  margin-left:4%;
}
.itemList--4 .itemList__unit:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
.itemList--4 .itemList__unit:nth-child(n+5){
  margin-top:30px;
}

/*5つ並び*/
.itemList--5 .itemList__unit{
  width:18%;
}
.itemList--5 .itemList__unit:nth-child(n+2){
  margin-left:2.5%;
}
.itemList--5 .itemList__unit:nth-child(5n+1){
  clear:both;
  margin-left:0;
}
.itemList--5 .itemList__unit:nth-child(n+6){
  margin-top:25px;
}

/*moreボタン*/
.moreBtn{
  display: block;
  margin:25px auto 0px;
  width:300px;
  height:42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  line-height:42px;
  color:white;
  font-size:12px;
  letter-spacing: 1px;
  background:#333333;
  -webkit-transition: opacity .25s;
   -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
     -o-transition: opacity .25s;
        transition: opacity .25s;
}
.moreBtn:hover{
  opacity: 0.8;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  text-decoration: none;
}

/*メインコンテンツ*/
.mainTitle{
  text-align: center;
  margin-bottom:20px;
  font-size:26px;
  font-weight:bold;
  letter-spacing: 4px;
  line-height:1.1;
}
.mainTitle--bgArea{
  margin-bottom:20px;
}
.section--main{
  margin-bottom:30px;
}
.mainTitle2{
    letter-spacing: 2px;
    font-size:25px;
	font-weight: bold;
    margin-bottom:50px;
	text-align: center;
}
.mainTitle2 span {
	background: url(https://img10.shop-pro.jp/PA01052/600/etc/gg_21.jpg) repeat-x center bottom;
	background-size: auto 13px;
	padding-bottom:4px;
	display: inline-block;
}
/*バナーのホバーテキストセット*/
.popBnrText{
  position:relative;
}
.popBnr{
  position:absolute;
  top:0px;
  left:0px;
  text-align: center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  /*display: none;*/
}
.js-popBnrText .popBnr{
  display: none;
}
.popBnr__box{
  display: table;
  width:100%;
  height:100%;
  color:white;
}
.popBnr__inner{
  display: table-cell;
  padding:10px;
  vertical-align: middle;
}
.popBnr__title{
  font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-size:14px;
}
.popBnr__text{
  margin-top:10px;
}

/*ヘッダー*/
.header{
  width:100%;
  background:white;
}
.h1Wrap {
	width:100%;
	padding:12px 0;
	background: #019b43;
}
.header__topText{
    font-size:12px;
    color: #fff;
	float: left;
	width: 40%;
	text-align: left;
}
.h-topR {
	width:50%;
	float: right;
	text-align: right;
}
.h-topR ul {
	text-align: right;
}
.h-topR ul li{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	vertical-align: top;
	margin-left:15px;
}
.h-topR ul li a {
	color: #fff;
}
.h-midL {
    width: 406px;
    float: left;
    margin-top: 20px;
}
.logo-text {
	font-size:12px;
	margin-bottom:14px;
}
.header__logo{
  text-align:center;
  margin-bottom:8px;
  line-height:1;
}
.logoText{
  font-size:36px;
  font-weight:bold;
  letter-spacing: 1px;
}
.h-midR {
    width: 450px;
    float: right;
    margin-top: 57px;
}
.h-midR ul {
    text-align: right;
}
.h-midR ul li.midNav__unit {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    margin-left: 35px;
}
.h-midR ul li.midNav__unit:first-child {
    margin-left: 0;
}
/*グローバルナビ*/
.gNavWrap{
  min-width:1000px;
  background:white;
  width:100%;
	padding:10px 0 15px;
}
.gNav{
  letter-spacing: -.4em;
}
.gNav__unit{
    letter-spacing: normal;
    display: inline-block;
    padding:0px;
    border-right: 1px solid #000;
	line-height: 1;
	margin-top:10px;
}
.gNav__unit:nth-child(n+2){
  margin-left:0px;
}
.gNav__link{
  font-weight:normal;
	padding:0 23px;
}
.gNav__unit:first-child a.gNav__link {
    padding-left: 0;
}
.gNav__unit:last-child {
    border-right: 0px solid;
}
li.gNav__unit:nth-last-child(2) {
    border-right: 0px solid #000;
}
li.gNav__unit.gNav__sns {
    float: right;
    display: inline-block;
	margin-top:0;
}
li.gNav__unit.gNav__sns a {
    margin-left: 16px;
}
/*スライダー*/
.eyecatch{
  width:100%;
  background:none;
  height:auto;
  min-width:1000px;
  text-align:center;
  position:relative;
  display: none;
  overflow: hidden;
	background: #fff;
}
.eyecatch img{
  width:100%;
  height:380px;
}
.eyecatch__inner{
  position:relative;
  width:1000px;/*スライダーと同じ*/
  height:380px;
  margin: 0 auto;
	padding:0 0 60px;
}
.slideWrap{
  width: 3000px;/*スライダー3枚なのでスライダー3枚分、多分余白つきの場合それもこみの数値*/
  position: absolute;
  left: 50%;
  margin-left: -1500px;/*widthの半分*/
}

/*スライダーマスク*/
.slider_mask{
    width:1000px;/*スライドの横幅*/
    margin:0 auto;
    position:relative;
}
.mask_left{
    position:absolute;
    bottom:-380px;/*スライドの高さ*/
    width:1000px;
    height:380px;/*スライドの高さ*/
    left:-1000px;
    background:rgba(255,255,255,0.2);
    z-index:100;
}
.mask_right{
    position:absolute;
    bottom:-380px;/*スライドの高さ*/
    width:1000px;
    height:380px;/*スライドの高さ*/
    right:-1000px;
    background:rgba(255,255,255,0.2);
    z-index:100;
}

/*矢印*/
/*
.bx-wrapper .bx-controls-direction a {
    margin-top: -20px !important;
    width: 23px !important;
    height: 40px !important;
}
.bx-wrapper .bx-next {
    right: 50% !important;
    margin-right:-402px !important;
    background: url(https://img21.shop-pro.jp/PA01382/635/etc/arrow-next-small-white.png) no-repeat !important;
}
.bx-wrapper .bx-prev {
    left: 50% !important;
    margin-left:-402px !important;
    background: url(https://img21.shop-pro.jp/PA01382/635/etc/arrow-prev-small-white.png) no-repeat !important;
}
*/
/*スライダー*/
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0px !important;
}
.bx-wrapper {
  margin-bottom: 0px !important;
}

/*ページャー*/
/*
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px !important;
    height: 5px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background:url("https://img21.shop-pro.jp/PA01382/635/etc/pager.jpg") no-repeat !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:url("https://img21.shop-pro.jp/PA01382/635/etc/pager_active.jpg") no-repeat !important;
}
*/
.bx-wrapper .bx-pager {
    bottom: -35px !important;
}

/*スライダー下テキスト*/
.eyecatch__bottom{
  background:white;
  width:100%;
  padding:63px 0px 45px;
}
.eyecatch__bottomText{
  text-align:center;
}

/*サイド*/
.section--side{
  margin-bottom:23px;
}
.sideTitle{
    letter-spacing: 2px;
    font-size:16px;
	font-weight: bold;
    margin-bottom:20px;
	text-align: center;
}
.sideTitle span {
	background: url(https://img10.shop-pro.jp/PA01052/600/etc/gg_21.jpg) repeat-x center bottom;
	background-size: auto 13px;
	padding-bottom:4px;
	display: inline-block;
}
.sideTitle--list{
  border-bottom:none;
  margin-bottom:0;
}

/*サイドsns*/
.sideSnsList{
    padding:5px 0px;
	text-align: center;
}
.sideSnsList__unit{
    margin-left:14px;
    display: inline-block;
}
.sideSnsList__unit:first-child{
    margin-left:0px;
}

.search{
  margin-bottom:25px;
  padding-bottom:28px;
}
.search__text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:30px;
  width:140px;
  padding-left:10px;
  font-size:10px;
  float:left;
  border:solid 1px #343434;
  border-right:none;
  letter-spacing: 1px;
}
.search__submit{
  float:left;
}
.searchC__form{
  width:100%;
  margin:0 auto;
}
.searchC__form *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchC__select {
  height: 45px;
  width: 100%;
  padding: 0px 10px;
	border: 2px solid #e6d39d;
    border-radius: 5px;
}
.searchC__text {
  width: 195px;
  margin-top: 10px;
  height: 48px;
  float: left;
  padding:0px 10px;
	border: 2px solid #e6d39d;
    border-radius: 5px;}
.searchC__submit {
  float: right;
  margin-top: 10px;
  display: block;
  width:50px;
  height:50px;
  line-height:50px;
  padding:0px;
  cursor: pointer;
  text-decoration: none !important;
}
.searchC__submit:hover{
  opacity: 0.8;
}
/*サイドバナー*/
.sideBnrArea{
  margin-bottom:30px;
}
.sideBnrList__unit{
	margin-bottom:15px;
	text-align: center;
}
.sideBnrList__unit:first-child{
  padding-top:0;
}
.sideBnrList__unit:nth-child(n+2){
}
.sideBnrList__bottomText{
  padding-top:3px;
  display: inline-block;
  font-size:10px;
  font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
}
.sideBnrList__unit iframe {/*出荷日バナー*/
    background: #545454;
    padding: 10px;
    /*border: 5px solid #fff;*/
    /*border-radius: 10px;*/
}
/*サイド一覧(カテゴリーやグループ)*/
.sideList__unit{
  padding-left: 20px;
}
.sideList__unit:before{
  content:"+";
  display: inline-block;
}
.sideList__link{
  font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
  font-size:12px;
}
.sideListC li{
  text-align:left;
}
.sideListC__unit:nth-child(n+2){
  margin-top:20px;
}
a.sideListC__link,a.sideListC__link{
  font-size:14px;
  text-decoration: none !important;
}
a.sideListC__link:hover,a.sideListC__Childlink:hover{
  opacity: 0.8;
}
.sideListC__iconBox,.sideListC__nameBox{
  *display: inline;
  *zoom: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.sideListC__iconBox{
  width:13%;
}
.sideListC__nameBox{
  padding-left: 5%;
  width: 85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sideListC__child{
  margin-top:17px;
  padding-left:20px;
  display: none;
}
.sideListC__childUnit:nth-child(n+2){
  margin-top:17px;
}
.sideList2box {
	width:195px;
	margin:15px 0 25px;
	padding:0 0 23px;
	border-bottom:2px dotted #8c732d;
}
.sideList2box.noborder {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sideList2box h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sideList2box h4 a {
    font-weight: bold;
}
.sideList2box .sideList__unit {
    line-height: 2.3em;
}
.sideBnrList3 .sideBnrList__unit {
    margin-bottom: 5px;
}
.sideBnrList3 .sideBnrList__unit a {
    display: block;
    text-align: center;
    background: #019b43;
    color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
.section--side.sideBnrArea4 {
    padding-bottom: 20px;
}
.section--side.sideBnrArea4 h4 {
    line-height: 2.3em;
}
li.sideBnrList__unit span {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
}
/*フッター*/
.footer{
  clear:both;
  margin:0 auto;
	background: #fff;
	padding:55px 0 0;
}

/*サイトマップフッター*/
.fBoxList{
  text-align: center;
  letter-spacing: 0.4em;
}
.fBoxList__unit{
  display: inline-block;
  letter-spacing: normal;
  text-align:left;
  vertical-align: top;
}
.fBoxList__unit:nth-child(n+2){
  margin-left:145px;
}
.fBox:nth-child(n+2){
  margin-top:25px;
}
.fBox__title{
  margin-bottom:10px;
  color:#000;
  font-weight:bold;
}
.fList__unit{
  line-height:25px;
}
a.fList__link{
  color:#000;
  font-size:10px;
}

/*特定商フッター*/
.footer__sk,.footer__sk a{
  color:#000;
}
.footer__skTitle {
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    margin-bottom: 25px;
    font-weight:bold;
	padding-bottom: 12px;
    font-size: 16px;
	border-bottom: 2px solid #000;
}
.footer__sk--list3 .footer__skBox {
    width: 31%;
    float: left;
}
.footer__sk--list3 .footer__skBox:nth-child(n+2) {
    margin-left: 3.3%;
}
.footer__sk--list4 .footer__skBox {
    width: 22%;
    float: left;
}
.footer__sk--list4 .footer__skBox:nth-child(n+2) {
    margin-left: 4%;
}
.footer__skName {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
.footer__skName:nth-child(n+2) {
    margin-top: 25px;
}
.footer__skBox .payment_img {
    display: inline-block;
    margin-bottom: 3px;
}
.footer__skBox .payment_img:nth-child(n+2) {
    margin-left: 5px;
}
dl.footer__skList {
    margin-bottom: 25px;
}
.footer__skText {
    font-size: 12px;
    line-height: 2em;
}
.footer__skText img {
    margin: 20px 0 0px;
}
.pageTop{
  position:fixed;
  bottom:15px;
  right:15px;
  display: none;
}

.fNav{
  letter-spacing: -.4em;
  text-align:center;
  min-width:1000px;
  width:100%;
  margin:65px 0px 13px;
}
.fNav__unit{
  letter-spacing: normal;
  display: inline-block;
  padding:18px 0px;
}
.fNav__unit:nth-child(n+2){
  margin-left:0px;
}
a.fNav__link {
    font-weight: normal;
    border-right: 1px solid #000;
    line-height: 1;
    display: inline-block;
    padding: 0 20px;
}
.fNav__unit:last-child .fNav__link {
    border-right: 0px solid #000;
}
.footer__skText a {
    text-decoration: underline;
}
.f-green {
    display: inline-block;
    margin: 30px 0 0;
}
.f-green a {
    color: #019b43;
    font-size: 14px;
}
#footer .copy{
  text-align:center;
  font-size:12px;
  font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
  padding-bottom:55px;
}

/*商品詳細追加分*/
.subImageList{
  margin-top:20px;
  padding:0px 15px;
}
.subImageList__unit{
  width:22%;
  text-align:center;
  float:left;
}
.subImageList__unit img{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width:100%;
  cursor: pointer;
}
.subImageList__unit:nth-child(n+2){
  margin-left:4%;
}
.subImageList__unit:nth-child(4n+1){
  margin-left:0%;
  clear:both;
}
.subImageList__unit:nth-child(n+5){
  margin-top:15px;
}

/*拡大画像一覧*/
.lImageList{
  margin:30px 0px 60px;
  padding-top:30px;
  border-top:#ddd 1px solid;
}
.lImageList__unit{
  text-align:center;
}
.lImageList__unit:nth-child(n+2){
  margin-top:25px;
}

.cartBottom{
  margin-top:20px;
  margin-bottom:70px;
}
.cartBack{
  width:50%;
}
.cartBottom .btn-primary{
  background-position:30% 45%;
  margin:0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
}
.ranking{
  margin-bottom:50px;
}
.detailTitle{
  font-size:14px;
  font-weight:bold;
  padding:13px 0px;
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  margin-bottom:20px;
}

.mainBox__topText{
  text-align:left;
  margin-bottom:15px;
  font-size: 12px;
}
.mainBnrList__unit{
  margin-bottom:15px;
}
.mainBnrList__unit img {
	margin-bottom:10px;
}
.mainBnrList__unit--full {
	width:100%;
}
.mainBnrList__unit--left{
  float:left;
  max-width:49.5%;
}
.mainBnrList__unit--right{
  float:right;
  max-width:49.5%;
}
.mainBnrList__unit--3{
  float:left;
  max-width:32%;
}
.mainBnrList__unit--3:nth-child(n+2){
  margin-left:2%;
}
.mainBnrList__unit--3:nth-child(3n+1){
  clear:both;
  margin-left:0;
}
.mainBnrList__unit--3:nth-child(n+4){

}

/* ranking */
#main .seller {
    padding-top: 60px;
	padding-bottom:65px;
}
.seller .itemList__unit {
    position: relative;
}
.p-runk-num {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0;
    width: 48px;
    height: 48px;
}
.p-runk-num img {
    width: 48px;
    height: 48px;
}
p.itemList__name {
    margin-bottom: 10px;
}


/**********------------------------------------- 
 *	既存追加
 * -------------------------------------**********/

.tope {
    text-align: right;
    margin: 30px 0 20px 0;
    font-size: 85%;
}
div.bar2011 {
	margin:50px 0 20px 0;
}
.pankuzu {
    margin-bottom: 20px;
}
.hitoke {
    clear: both;
    margin: 0 auto;
    text-align: center;
}
.regular_teika {
    color: #010101;
}
p.price_all {
    color: #010101;
    font-weight:bolder;
  
}
/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数3個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	margin:5px 20px;
	width:160px;
	float:left;
	text-align:center;
}

.setarea {
	margin:20px 0 0 0;
}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数3個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea2 {
	margin:5px 1px;
	width:49%;
	float:left;
	text-align:center;
}


/* ------------------------------------- 
* 会員価格の表示 トップページ用
* ------------------------------------- */
.regular_price_top {
padding:0px 0px 2px;
font-size:11px;
text-decoration:line-through;
color:#666666;
}

.price_top {
padding:0px;
}

.discount_rate_top {
padding:2px 0px 0px;
color:#ff0000;
}

/* ------------------------------------- 
 *	横2列のバナー
 * ------------------------------------- */


div.bnr2 { 
	width: 700px;
	margin-bottom:20px;

}

div.bnr2 ul {
	width: 710px;
	list-style-type:none;
	margin-right: -10px;
	margin-bottom: 5px;
	overflow: hidden;
	_zoom: 1;
	}
 
div.bnr2 ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;

	}

/* ------------------------------------- 
 *	横３列の特集ページ（全ページ共通） 
 * ------------------------------------- */


div.bnr3 { 
	width: 100%;
	margin-bottom:20px;

}

div.bnr3 ul {
	width: 100%;
	list-style-type:none;
  	float: left;
	margin-bottom: 1.5em;
	margin-left:0;
  	margin-right:0;
	}
 
div.bnr3 ul li {
	width: 31%;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 1.5em;
  	margin-right: 0.3em;
	font-size:70%;
	}

div.bnr3 ul li img {
	margin-bottom: 0.5em;
	}

div.bnr3 ul li:nth-child(3n-1) {
  margin: 0 1em;
}


/* ------------------------------------- 
 *	栽培例
 * ------------------------------------- */

.saibairei_text {
	margin:10px 0 0 5px;
	font-size: medium;
}

.saibaireiimage {
   overflow: auto; 
   margin-bottom: 20px;
}

.imagebox {
   width: 180px; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 0px 5px 0px 5px;
   text-align: center;
}

.imagebox2 {
   width: 265px; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 0px 5px 0px 5px;
   text-align: center;
}

/* ------------------------------------- 
 *	ハイポニカって
 * ------------------------------------- */

.point {
	padding:20px 0px 10px 0px;
}

.fonthyp {
	font-weight:bolder;  /* 太字 */
	color:#669900; /* 文字色 */
	font-size:150%;  /* 文字サイズ */
	padding:0px 0px 0px 0px;
}

.fonthyp_a {
	padding:5px 0px 10px 0px;
}

.mannaka {
	text-align:center; 
	padding:10px 0px 10px 0px;
	line-height:200%;
}


/* ------------------------------------- 
 *	QアンドA
 * ------------------------------------- */

.que {
	font-weight:bolder;  /* 太字 */
	color:#4169e1; /* 文字色 */
	font-size:130%;  /* 文字サイズ */
	width: 97%;
	padding:10px 0 3px 5px;
	border-color:#666666;
	border-width:0 0 1px 0;
	border-style:dotted;
}


.ans {
	padding:5px 0 20px 25px;

}

.waku {
	width: 95%;
	padding:10px 15px;
	margin:60px 0px 20px 0px;
	background-position:0px;
	background:#999966;
	color:#FFFFFF;
	font-size:120%;  /* 文字サイズ */
	font-weight:bolder;  /* 太字 */
}

.waku a:link    {color:#fff; text-decoration: none;}
.waku a:hover    {color:#fff; text-decoration: none;}

.wakuran {
	width: 95%;
	padding:10px 15px;
	margin:40px 0px 30px 0px;
	background-position:0px;
	background:#e8e8e8;
	color:#111111;
	font-size:120%;  /* 文字サイズ */
	font-weight:bolder;  /* 太字 */
}

/* ------------------------------------- 
 *	フーデニング
 * ------------------------------------- */

.food_text { 
	margin: 10px 0px 10px 55px;
	}

#fontfood {
   font-weight:bolder;  /* 太字 */
   color:#FF0000; /* 文字色 */
   font-size:140%;  /* 文字サイズ */
}


/* ------------------------------------- 
 *　　　商品詳細の１０月キャンペーン
 * ------------------------------------- */

#font10 {
   font-weight:bolder;  /* 太字 */
   color:#006400; /* 文字色 */
   font-size:120%;  /* 文字サイズ */
}

/* ------------------------------------- 
 *	お支払、商品のお届けに関して
 * ------------------------------------- */

/* タイトルボックス */
.op_box { 
	width: 280px; /* ボックスの横幅 */ 
	border: 1px #808080 solid;  /* 枠線（太さ・色・スタイル） */ 
	margin: 5px 0px 5px 10px; 
	float:left;
	
	} 
	
.op_box2 { 
	width: 280px; /* ボックスの横幅 */ 
	border: 1px #808080 solid;  /* 枠線（太さ・色・スタイル） */
	margin: 5px 0px 5px 10px;  
	float:left;
	
	} 	


.op_title {
	background:#808080; /* 見出しの背景色 */
	background-position:6px;
	color:#ffffff; /*見出しの文字色*/
	font-weight:bolder;
	padding:3px 10px;
}

.op_text { 
	padding:3px 10px;
	}



/* ------------------------------------- 
 *	店長のひとことメモ
 * ------------------------------------- */

/* タイトルボックス */
.tencho_box { 
	background:#FFFFFF; /* 見出しの背景色 */
	width: 100%; /* ボックスの横幅 */ 
	border: 2px #999999 dotted;  /* 枠線（太さ・色・スタイル） */ 
	margin-bottom: 5em; 
  	margin-top: 2em;
	} 
	
.tencho_title {
	background:#666666; /* 見出しの背景色 */
	color:#FFFFFF; /*見出しの文字色*/
	font-weight:bolder;
	padding:5px 20px;
	margin:10px 10px 0 10px;

}

.tencho_text { 
	padding:10px 20px;
	line-height:160%;
	}



/* ------------------------------------- 
 *	ご注意
 * ------------------------------------- */

/* タイトルボックス */
.attention_box { 
	background:#ffffff; /* 見出しの背景色 */
	width: 100%; /* ボックスの横幅 */ 
	color:#111111; /*見出しの文字色*/
	border: 1px #cc0000 solid;  /* 枠線（太さ・色・スタイル） */ 
	margin: 5px 0px 40px 0px; 
	float:left;
	} 
	

.attention_title {
	background:#cc0000; /* 見出しの背景色 */
	background-position:6px;
	color:#ffffff; /*見出しの文字色*/
	font-weight:bolder;
	padding:5px 20px;
}

.attention_text { 
	padding:10px 20px;
	}


/* ------------------------------------- 
 *	グループ
 * ------------------------------------- */


dd#group-list {
	border-top:<{$category_linecolor}> dotted 2px;
	padding:0px;
	margin:0px;
	height:1px;
	line-height:0px;
}

.group-list-link {
	margin:5px 0px 0px;
}


/* ------------------------------------- 
 *	オプション説明文
 * ------------------------------------- */

.waku2 {
	width: 580px;
	padding:4px 5px;
	margin:20px 0px 10px 0px;
	border-color:#556b2f;
	border-width:1px 1px 1px 8px;
	border-style:solid;
	background:#ffff99;
}

.waku3 {
	width: 580px;
	padding:4px 5px;
	margin:20px 0px 10px 0px;
	border-color:#556b2f;
	border-width:1px 1px 1px 8px;
	border-style:solid;
	background:#f0f8ff;
}

/* ------------------------------------- 
 *	一押し商品ラインアップ
 * ------------------------------------- */

.bar_ika {
	margin:50px 0 0 0;
}

.bar_line {
	margin:10px 0 10px 0;
}

/* ------------------------------------- 
 *	お知らせ　新着情報
 * ------------------------------------- */

.oshirase_text {
	margin:0 0 20px 10px;
}

/* ------------------------------------- 
 *	newアイコン
 * ------------------------------------- */

.new_mark_img2 {
	border:none;
	display:inline;
	margin:0 0 0.5em 0;
	vertical-align:middle;
 	width:auto;
}

/* ------------------------------------- 
 *	ご利用案内
 * ------------------------------------- */

.riyo_title {
	margin:20px 0 50px 0;
}

.riyo {
	margin:10px 0 0 0 ;
}
.riyomozi {
	margin:10px 0 30px 55px;
}


/* ------------------------------------- 
 *	会員限定セールページ
 * ------------------------------------- */

.kaiintop{ 
	margin-bottom:5px;
	text-align:center;
}

.kaiin_ { 
	margin:30px 0 10px 0 ;
}

.kaiin_shohin { 
	font-size:130%;  /* 文字サイズ */
	margin:10px 0 10px 225px;
	font-weight:bolder; 
}

.kosu { 
	font-size:180%;  /* 文字サイズ */
	font-weight:bolder;
	padding-left:10px;
	vertical-align:top;
}

.kaiin_shohin_text {
	margin:0 0 0 225px;
}


.kaiin_ .price {
	color:#FF0000;
	}


/* ------------------------------------- 
 *	リンク集
 * ------------------------------------- */

.link_other {
	margin:100px 0 0 0;
}

.site {
	margin:10px 0 0 10px;
}

/* ------------------------------------- 
 *	LED
 * ------------------------------------- */


.led_kogose {
	margin:0 280px 20px 0;
}

.lednitsuite {
	margin:50px 0 10px 0;
}


/* ------------------------------------- 
 *	水耕栽培
 * ------------------------------------- */

.suiko_tokucho {
	margin:0 0 25px 25px;
}

/* ------------------------------------- 
 *	QA
 * ------------------------------------- */

dl.qa {
	margin-top:10px;
}


dl.qa dt {
	padding:10px 0px 3px 55px;
	font-weight:bolder;  /* 太字 */
	color:#336699; /* 文字色 */
	font-size:120%;  /* 文字サイズ */
	margin:1em 0 0 0;
	background:url(https://img10.shop-pro.jp/PA01052/600/etc/quas_25.gif) no-repeat;
	background-position:20px 6px;
}

dl.qa dd {
	padding:10px 10px 3px 55px;
	margin-bottom:2em;
	background:url(https://img10.shop-pro.jp/PA01052/600/etc/quas_25_a.gif) no-repeat;
	background-position:20px 6px;
}

dl.qa dt a:link    {text-decoration: none;}
dl.qa dt a:visited {text-decoration: none;}
dl.qa dt a:hover   {text-decoration: none;}


div.barwaku {
	width: 95%;
	padding:15px 10px;
	margin:40px 10px 20px 0px;
	background:#e5e5b7;
	background-position:0px;
	color:#999966;
	font-size:130%;  /* 文字サイズ */
	font-weight:bolder;  /* 太字 */
	border-color:#999966;
	border-width:0 0 0 10px;
	border-style:solid;
}


/* ------------------------------------- 
 *	QA上部
 * ------------------------------------- */

dl.q {
	margin-top:10px;
}


dl.q dt {
	width: 95%;
	padding:15px 15px 3px 15px;
	font-weight:bolder;  /* 太字 */
	color:#999966; /* 文字色 */
	font-size:120%;  /* 文字サイズ */
	border-bottom:1px #999966 dotted;
	margin-bottom:5px;


}

dl.q dd {
	color:#336699; /* 文字色 */
	padding:5px 0px 0px 40px;
	background:url(https://img10.shop-pro.jp/PA01052/600/etc/quas_15.gif) no-repeat;
	background-position:20px 6px;
}


dl.q a:link    {color: #336699; text-decoration: none;}
dl.q a:visited {color: #696969; text-decoration: none;}
dl.q a:hover   {color: #336699; text-decoration: underline;}




/* ------------------------------------- 
 *	特集ページ　
 * ------------------------------------- */

/* ************************************************ 
 *	特集ページ　上のバナー
 * ************************************************ */ 

div.bnr_tokushu{
	margin-bottom:100px;
	text-align:center;
	}


	
/* ************************************************ 
 *	横３列の商品一覧　*枠あり（全ページ共通） 
 * ************************************************ */


div.bnr3w { 
	width: 100%;
	margin-bottom:30px;
	margin-top:30px;
}

div.bnr3w:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

div.bnr3w ul {
	width: 100%;
	list-style-type:none;
  	float: left;
	margin-bottom: 5%;
	margin-left:0;
  	margin-right:0;
}
 
div.bnr3w ul li {
	width: 28%;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 5%;
	}

div.bnr3w ul li:nth-child(3n-1) {
  margin: 0 5%;
}

div.bnr3w ul li img {
	margin-bottom:7px;
	}

div.bnr3w ul li a img:hover {
	border: 1px solid #cccccc;
	}

div.bnr3w ul li .name {
	margin:0;
	margin-bottom:5px;
	line-height:130%;
	}

div.bnr3w ul li .setsume {
	margin:0;
	margin-bottom:5px;
	line-height:130%;
	font-size: 80%;
	}

div.bnr3w ul li .price {
	margin:0;
	margin-bottom:10px;
	line-height:130%;
  	font-size: 90%;
	}

div.bnr3w ul li .n_explain {
	text-align: left;
	line-height: 130%;
	margin: 0 0 10px 0;
	}


/* ************************************************ 
 *	特集ページ　下の特集バナー 
 * ************************************************ */ 

div.bnr_tokushu_sub{ 
	margin:5em 0 5em 0;
}

/* ------------------------------------- 
 *	横2列のバナー 100%
 * ------------------------------------- */


div.bnr22 { 
	width: 100%;
	margin-bottom:30px;
    text-align: center;
}

div.bnr22:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

div.bnr22 ul {
	width: 100%;
  	list-style-type:none;
  	float: left;
	margin-bottom: 5%;
	margin-left:0;
  	margin-right:0;
	}
 
div.bnr22 ul li {
	width: 40%;
    display: inline-block;
    vertical-align: top;
	margin: 0 2%;
	margin-bottom: 5%;
	}

div.bnr22 ul li img {
	margin-bottom:3px;
	}

div.bnr22 ul li a img:hover {
	border: 1px solid #cccccc;
	}




/* ------------------------------------- 
 *	横4列のバナー 100%
 * ------------------------------------- */


div.bnr4 { 
	width: 102%;
	margin-bottom:30px;
}

div.bnr4:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

div.bnr4 ul {
	width: 102%;
  	list-style-type:none;
  	float: left;
	margin-bottom: 5%;
	margin-left:0;
  	margin-right:0;
	}
 
div.bnr4 ul li {
	width: 20%;
    display: inline-block;
    vertical-align: top;
	margin: 0 2%;
	margin-bottom: 5%;
	}

div.bnr4 ul li:nth-child(4n+1) {
  margin: 0 2% 0 0;
}
div.bnr4 ul li:nth-child(4n) {
  margin: 0 0 0 2%;
}

div.bnr4 ul li img {
	margin-bottom:3px;
	}

div.bnr4 ul li a img:hover {
	border: 1px solid #cccccc;
	}

div.bnr4 ul li .name {
	margin:0;
	margin-bottom:3px;
	line-height:130%;
	}

div.bnr4 ul li .name0 {
	margin:0;
	margin-bottom:3px;
	line-height:130%;
	}


div.bnr4 ul li .price {
	margin:0;
	margin-bottom:10px;
	}




/* ------------------------------------- 
 *	横5列のバナー 100%
 * ------------------------------------- */

div.bnr5 { 
	width: 101%;
	margin-bottom:30px;
}

div.bnr5:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

div.bnr5 ul {
	width: 101%;
  	list-style-type:none;
  	float: left;
	margin-bottom: 5%;
	margin-left:0;
  	margin-right:0;
	}
 
div.bnr5 ul li {
	width: 17%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
	margin-bottom: 5%;
	}
	
div.bnr5 ul li:nth-child(5n+1) {
	margin: 0 1% 0 0;
}

div.bnr5 ul li:nth-child(5n) {
	margin: 0 0 0 1%;
}

div.bnr5 ul li img {
	margin-bottom:3px;
	}

div.bnr5 ul li a img:hover {
	border: 1px solid #cccccc;
	}

div.bnr5 ul li .name {
	margin:0;
	margin-bottom:3px;
	line-height:130%;
	}

div.bnr5 ul li .price {
	margin:0;
	margin-bottom:10px;
	}



/* ------------------------------------- 
 *	投稿ページ
 * ------------------------------------- */

.toko{
	margin-bottom:30px;
}

.tokoname {
	border-color:#666666;
	border-width:0 0 1px 0;
	border-style:dotted;
	padding:4px 0px;
	font-size:120%;  /* 文字サイズ */
	font-weight:bolder;  /* 太字 */
	margin-bottom:0px;
}

.tokobi {
	text-align:right;
}

/* ------------------------------------- 
 *	商品ページ内のタイトル的な
 * ------------------------------------- */

.barset {
	display:block;
	border-color:#aaa;
	border-width:0 0 1px 0;
	border-style:dotted;
	padding:5px 0px;
	color:#666;
	font-size:130%;  /* 文字サイズ */
	font-weight:bolder;  /* 太字 */
  	margin-top:40px;
	margin-bottom:15px;
}


/* ------------------------------------- 
 *	商品ページ内のテーブル
 * ------------------------------------- */


div.itemwaku {
    text-align: left;
    margin-bottom: 30px;
}


table.itemwaku {
    background: #CCCCCC;
    width: 100%;
}


table.itemwaku th {
    background: #e8e8e8;
    font-weight: normal;
    padding: 10px;
    text-align: left;
}

table.itemwaku td {
    background:#FFFFFF;
    font-weight: normal;
    padding: 10px;
    text-align: left;
}


/* ------------------------------------- 
 *	特集ページの目次枠
 * ------------------------------------- */

.boxmokuji {
    position: relative;
    margin: 0 0 5em 2em;
    padding: 0.5em 1em;
    border: solid 3px #cccccc;
    border-radius: 8px;
    width:60%;
}
.boxmokuji .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1em;
    font-size: 180%;
    background: #FFF;
    color: #cccccc;
    font-weight: bold;
}
.boxmokuji p {
    margin: 0.5em; 
    padding: 1em;
    font-size: 120%;
    line-height: 180%;
}


/* ------------------------------------- 
 *	商品ページ内の表枠
 * ------------------------------------- */


div.hyowaku {
    text-align: center;
    margin-bottom: 30px;
}


table.hyowaku {
    background: #CCCCCC;
    width: 100%;
}


table.hyowaku th {
    background: #e8e8e8;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

table.hyowaku td {
    background:#FFFFFF;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}



#payment_method{
  margin-top:-100px;
padding-top:100px;
}
.product_description .copy {
    color: #FF0000;
    font-size: 140%;
}
.product_description p {
    margin: 0 0 15px 0;
}
.product_description strong, b {
    font-weight: bold;
}
.product_description .name {
    font-weight: bolder;
    color: #669900;
    font-size: 200%;
    line-height: 110%;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
    border-color: grey;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table[Attributes Style] {
    background-color: rgb(169, 169, 169);
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    width: 600px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
tr[Attributes Style] {
    background-color: rgb(230, 230, 230);
    text-align: -webkit-center;
    height: 30px;
}
table#shop td, th {
    padding: 5px;
    text-align: center;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}


/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#e1e5ce;
	color:<{$alltitle_fontcolor}>; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	font-size:100%;
	padding:1em;
	margin-bottom:2em;
}

/* 右サイド固定 */

/* 右側 */
a.Side_Banner.right { right: 0px;} /*マウスを乗せた時に出てくる幅*/
a.Side_Banner.right:hover{ right: 0;}

/* 右側 */
a.Side_Banner.rightp { right: -95px;} /*マウスを乗せた時に出てくる幅ぴょこっと出る*/
a.Side_Banner.rightp:hover{ right: 0;}

/* 並び位置 */
a.Side_Banner.topr1 { top: 100px; }
a.Side_Banner.topr2 { top: 350px; }
  
/* 動画レスポ */

video {
position: relative;
height: 0;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
overflow: hidden;
padding-bottom: 2em;
}

.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Modal window */

input#modal {
display: none;
}
input#modal + label {
width: 100%;
height: 120%;
background: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2147483646;
cursor: pointer;
}
input#modal + label div {
position: fixed;
margin: -110px 0 0 -150px; /* 画像位置調整 */
width: 300px; /* 画像横幅 */
height: 300px; /* 画像縦幅 */
top: 50%;
left: 50%;
z-index: 2147483647;
background: none;
border: none;
}
input#modal + label div::before {
content: "× Close";
font-size: 3em;
font-weight: bold;
color: #ffffff;
position: absolute;
bottom: -20%;
right: 50%;
margin: 0 -60px 0 0;
cursor: pointer;
}
input#modal + label a {}
input#modal:checked + label {
display: none;
}
a {
 text-decoration: none;
}




/* YouTube */


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

