@charset 'UTF-8';
/*
Theme Name: WEB8
Author: WEB8 inc
Author URI: http://www.web8.co.jp/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before{
  background-repeat: no-repeat;
}

:after,
:before{
  vertical-align: inherit;
  text-decoration: inherit;
}

*{
  margin: 0;
  padding: 0;
}

audio:not([controls]){
  display: none;
  height: 0;
}

hr{
  overflow: visible;
}

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

summary{
  display: list-item;
}

small{
  font-size: 80%;
}

[hidden],
template{
  display: none;
}

abbr[title]{
  border-bottom: 1px dotted;
  text-decoration: none;
}

a{
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover{
  outline-width: 0;
}

code,
kbd,
pre,
samp{
  font-family: monospace,monospace;
}

b,
strong{
  font-weight: bolder;
}

dfn{
  font-style: italic;
}

mark{
  background-color: #ff0;
  color: #000;
}

sub,
sup{
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub{
  bottom: -.25em;
}

sup{
  top: -.5em;
}

input{
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button{
  cursor: pointer;
}

[disabled]{
  cursor: default;
}

[type=number]{
  width: auto;
}

[type=search]{
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration{
  -webkit-appearance: none;
}

textarea{
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea{
  font: inherit;
}

optgroup{
  font-weight: 700;
}

button{
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner{
  padding: 0;
  border-style: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring{
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button]{
  -webkit-appearance: button;
}

button,
select{
  text-transform: none;
}

button,
input,
select,
textarea{
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select{
  -webkit-appearance: none;
     -moz-appearance: none;
}

select::-ms-expand{
  display: none;
}

select::-ms-value{
  color: currentColor;
}

legend{
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button{
  font: inherit;

  -webkit-appearance: button;
}

[type=search]{
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

img{
  border-style: none;
}

progress{
  vertical-align: baseline;
}

svg:not(:root){
  overflow: hidden;
}

audio,
canvas,
progress,
video{
  display: inline-block;
}

[aria-busy=true]{
  cursor: progress;
}

[aria-controls]{
  cursor: pointer;
}

[aria-disabled]{
  cursor: default;
}

::-moz-selection{
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection{
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

.cf:after{
  clear: both;
}

.cf{
  *zoom: 1;
}

html{
  color: #414141;
  font-size: 14px;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
}

body{
  min-width: 320px;
  word-wrap: break-word;
}

a{
  color: #414141;
}

:link:hover,
:visited:hover,
a{
  text-decoration: none;
}

input[type='button']:not([disabled]),
input[type='submit']:not([disabled]),
input[type='reset']:not([disabled]),
button:not([disabled]){
  cursor: pointer;
}

input[type='button'],
input[type='submit']{
  -webkit-appearance: none;
}

[hidden]{
  display: none !important;
}

label{
  cursor: pointer;
}

/* ----------------------------------------------------------------
 * ヘッダー
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 01. フッター
---------------------------------------------------------------- */
/**
 * ボタン
 */
.md-btn{
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: .5s all;
}
.md-btn:hover{
  color: #fff;
  text-decoration: none;
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

/* --------------
ベース
-----------------*/
.main_content_shop{
  padding: 0 0 20px;
  width: 100%;
  text-align: center;

}

/*
200221 メンテナンス中の際に表示する
*/
/* .main_content_shop {
  position: relative;
}
.main_content_shop a {
  display: none !important;
  pointer-events: none !important;
}
.maintenance-mode {
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px){
  .maintenance-mode {
    padding: 100px 20px 100px;
    font-size: 20px;
    line-height: 1.8;
  }
} */


/* --------------
共通
-----------------*/
.item_list_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  margin: 0 auto;
  width: 800px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}

.item_list{
  box-sizing: inherit;
  margin: 15px;
  padding: 10px;
  width: calc( 25% - 30px);
  border: 1px solid #ccc;
  border-top: 3px solid #0a7300;
  background-color: #fff;
}
.item_list:link,
.item_list:visited{
  color: #333;
  text-decoration: none;
}
.item_list:hover,
.item_list:active{
  background-color: #f8ffe9;
}
.item_list img:hover{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.item_list .item_list_photo{
  margin-bottom: 5px;
}
.item_list .item_list_photo img{
  width: 100%;
  height: auto;
}
.item_list .item_list_title{
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
.item_list .item_list_price{
  margin-bottom: 5px;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
}
.item_list .item_meta_order{
  display: table;
  margin: 0 auto;
  width: 95%;
}
.item_list .item_meta_order .icon_meta{
  display: table-cell;
  padding: 4px 6px;
  width: 47%;
  font-size: 14px;
}
.item_list .item_meta_order .icon_meta:before{
  margin-right: 5px;
  font-size: 100%;
}
.item_list .item_meta_order .icon_meta---separate{
  width: 6%;
}

.header_explanation{
  font-size: 14px;
}

.empty_space{
  display: inline-block;
  width: 1em;
  font-size: inherit;
}

/* --------------
ショップ TOP
-----------------*/
.osusume_wrap{
  margin: 60px auto;
  padding: 15px;
  width: 770px;
  background: url('img/common/bg01.jpg') repeat center top;
}
.osusume_wrap .imgtxt_osusume{
  margin-bottom: 30px;
  width: 280px;
  height: auto;
}

.osusume_list_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 auto;
  width: 100%;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

.osusume_list_wrap .item_list{
  position: relative;
  overflow: visible;
  margin: 0 10px 10px;
  padding: 14px 10px 10px;
  width: calc( 33.33% - 20px);
  border: none;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.osusume_list_wrap .item_list:link,
.osusume_list_wrap .item_list:visited{
  color: #333;
  text-decoration: none;
}
.osusume_list_wrap .item_list:hover,
.osusume_list_wrap .item_list:active{
  background-color: #f8ffe9;
}
.osusume_list_wrap .item_list .item_list_photo{
  margin-bottom: 5px;
}
.osusume_list_wrap .item_list .item_list_photo img{
  width: 75%;
}
.osusume_list_wrap .item_list .item_list_title{
  font-size: 16px;
  line-height: 22px;
}
.osusume_list_wrap .item_list .item_meta_order{
  width: 65%;
}
.osusume_list_wrap .item_list .item_meta_order .icon_meta{
  width: 47%;
}
.osusume_list_wrap .item_list .osusume_seal{
  position: absolute;
  top: -24px;
  left: 50%;
  width: 48px;
  height: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fot_item_show_all{
  margin: 60px auto 0;
  width: 100%;
}
.fot_item_show_all a{
  padding: 18px 48px;
  border-radius: 4px;
  background-color: #0a7300;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.fot_item_show_all a:before{
  margin-right: 8px;
  content: '\f0da';
  font-size: 110%;
  font-family: FontAwesome;
}
.fot_item_show_all a:hover{
  color: #fff;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

/* --------------
商品カテゴリーページ
-----------------*/
.title_item_list{
  margin: 60px 0 30px;
  font-weight: bold;
  font-size: 26px;
}

/* --------------
商品個別ページ
-----------------*/
.wc_navi_wrap{
  margin-bottom: 6px;
  padding: 10px 0;
  width: 100%;
}
.wc_navi_wrap---tanpin{
  background-color: #f8ffe9;
}
.wc_navi_wrap---tanpin .wc_navi_title em{
  color: #0a7300;
}
.wc_navi_wrap---tanpin ul li:before{
  color: #0a7300;
}
.wc_navi_wrap---kakaku{
  background-color: #feffe6;
}
.wc_navi_wrap---kakaku .wc_navi_title em{
  color: #c4a40a;
}
.wc_navi_wrap---kakaku ul li:before{
  color: #c4a40a;
}

.membership{
  margin: 10px auto 0;
  width: 900px;
  text-align: right;
}
.membership ul{
  font-size: 0;
}
.membership ul li{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.membership ul li:before{
  content: '|';
}
.membership ul li:first-child{
  padding-right: 10px;
}
.membership ul li:first-child:before{
  content: '';
}
.membership ul li a{
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
}
.membership ul li a:link,
.membership ul li a:visited{
  color: #222;
  text-decoration: none;
}
.membership ul li a:hover,
.membership ul li a:active{
  text-decoration: underline;
}
.membership ul .tokute-btn a,
.membership ul .incart-btn a{
  padding: 4px 10px 4px 12px;
  border-radius: 4px;
}
.membership ul .tokute-btn a:link,
.membership ul .tokute-btn a:visited{
  background-color: #e2bf2b;
  color: #fff;
}
.membership ul .tokute-btn a:hover,
.membership ul .tokute-btn a:active{
  opacity: .8;
  text-decoration: none;
}
.membership ul .incart-btn a:link,
.membership ul .incart-btn a:visited{
  background-color: #0a7300;
  color: #fff;
}
.membership ul .incart-btn a:hover,
.membership ul .incart-btn a:active{
  background-color: #9cce21;
  color: #fff;
  text-decoration: none;
}
.membership ul .incart-btn i span{
  margin-left: 2px;
}
.membership ul .incart-btn span{
  font-size: 14px;
}
.membership ul .incart-btn .total-quant{
  font-size: 80%;
}
.membership ul .incart-btn .total-quant:before{
  content: '[ ';
}
.membership ul .incart-btn .total-quant:after{
  content: ' ]';
}

.wc_navi{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 900px;
  text-align: left;

  align-items: center;
}
.wc_navi .wc_navi_title{
  min-width: 190px;
  width: 190px;
}
.wc_navi .wc_navi_title em{
  font-size: 22px;
}
.wc_navi ul li{
  display: inline-block;
  margin-right: 15px;
  line-height: 1.2em;
}
.wc_navi ul li:before{
  margin-right: 4px;
  content: '\f138';
  font-family: FontAwesome;
}
.wc_navi ul li a:link,
.wc_navi ul li a:visited{
  color: #222;
  text-decoration: none;
}
.wc_navi ul li a:hover,
.wc_navi ul li a:active{
  color: #222;
  text-decoration: underline;
}

.wc_content_wrap{
  margin: 0 auto;
  padding: 70px 0 0;
  width: 800px;
  text-align: left;
}

.item_container {
  display: flex;
}

.item_img_container {
  width: 60%;
}

.itemimg{
  margin-bottom: 7rem;
  text-align: center;
  height: 350px;
}

.item-caption {
	text-align: center;
    width: 80%;
    margin: 0 auto;
	
	@media screen and (min-width: 768px){
  		width: 70%;
	}
}

.itemsubimg {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	text-align: center;
	gap: 10px;
}

.item_details_container {
  width: 40%;
}

.item_page_title{
  margin-bottom: 25px;
  padding: 6px 0;
  /* background-color: #f8ffe9; */
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.item_info {

  th,td {
    border: solid 1px;              /* 枠線指定 */
    text-align: center;
  }

  th {
    width: 20%;
  }

  td {
    width: 80%;
  }

  table {
      border-collapse:  collapse;     /* セルの線を重ねる */
	  width: 100%;
      margin: 0 auto 3rem;
  }
}


.item_meta_wrap{
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.item_meta_wrap .item_meta_order,
.item_meta_wrap .item_meta_price{
  display: table-cell;
  vertical-align: middle;
}
.item_meta_wrap .item_meta_price{
  text-align: right;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

.icon_meta{
  display: inline-block;
  margin-right: 5px;
  padding: 5px 14px;
  border-radius: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.icon_meta:before{
  margin-right: 8px;
  color: #fff;
  font-size: 22px;
  font-family: FontAwesome;
}
.icon_meta---web{
  background-color: #9cce21;
}
.icon_meta---web:before{
  content: '\f218';
}
.icon_meta---tel{
  background-color: #e2bf2b;
}
.icon_meta---tel:before{
  content: '\f095';
}

.icon_info{
  margin: 0 auto 10px;
  padding: 0 15px;
  width: 400px;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
	
  	@media screen and (min-width: 768px){
		width: 800px;
	}
}
.icon_info .icon_meta{
  margin: 0;
  padding: 2px 6px;
  width: auto;
  text-align: center;
  font-size: 10px;
  line-height: 1em;
}
.icon_info .icon_meta:last-child{
  margin-top: 5px;
  margin-left: 75px;
  @media screen and (min-width: 768px){
	margin-left: 8px;
	margin-top: 0;
  }
}
.icon_info .icon_meta:before{
  margin-right: 4px;
  vertical-align: baseline;
  font-size: 100%;
}

.item_zaiko_wrap{
  margin-bottom: 16px;
  text-align: right;
}

.item_text_wrap{
  margin: 40px 0;
}

.item_attention{
  margin-bottom: 70px;
  padding: 14px;
  background-color: #f4f4f4;
  color: #888;
  font-size: 13px;
}
.item_attention h5{
  margin-bottom: 6px;
  color: #e00;
}
.item_attention ul{
  margin: 0 0 0 20px;
}
.item_attention ul li{
  margin-top: 4px;
  list-style: outside disc;
}

.skuform{
  width: 100%;
}
.skuform input{
  padding: 2px 6px;
  border: 1px solid #999;
}
.skuform input.skuquantity{
  display: inline;
  width: 4em;
  text-align: right;
}
.skuform input.skubutton{
  padding: 2px 40px;
  border: none;
  border-radius: 4px;
  background-color: #f7931e;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.skuform input.skubutton:hover{
  background-color: #f9b26b;
}

.drop_cart_wrap{
  display: table;
  margin-bottom: 60px;
  width: 100%;
}
.drop_cart_wrap .drop_cart_kosu,
.drop_cart_wrap .drop_cart_btn{
  display: table-cell;
  padding: 0 15px;
  width: 50%;
  vertical-align: middle;
}
.drop_cart_wrap .drop_cart_kosu{
  text-align: right;
}
.drop_cart_wrap .drop_cart_btn{
  text-align: left;
}

.order_title{
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
}
.order_title img{
  margin-right: 10px;
  width: 36px;
  height: auto;
}
.order_title---web{
  color: #8db512;
}
.order_title---tel{
  color: #ccaa1d;
}

.tel_oder_num{
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  font-size: 48px;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  line-height: 1em;
}
.tel_oder_num img{
  margin-right: 10px;
  width: 44px;
  height: auto;
  vertical-align: 5px;
}
.tel_oder_num a:link,
.tel_oder_num a:visited,
.tel_oder_num a:hover,
.tel_oder_num a:active{
  color: #222;
  text-decoration: none;
}

.other_osusume_wrap{
  margin: 80px auto 0;
  padding: 15px;
  width: 100%;
  background: url('img/common/bg01.jpg') repeat center top;
  text-align: center;
}
.other_osusume_wrap .imgtxt_osusume{
  margin-bottom: 0;
  width: 320px;
  height: auto;
}
.other_osusume_wrap .osusume_list_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 auto;
  width: 800px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}


.item_list_price .item_tax_desp {
  font-size: 0.8em;
}
.item_meta_price .item_tax_desp {
  font-size: 0.6em;
}



/* --------------
購入ステップ
-----------------*/
.usccart_navi{
  margin-bottom: 80px;
}
.usccart_navi ol.ucart{
  width: 100%;
  font-size: 0;
}
.usccart_navi ol.ucart li{
  display: inline-block;
  padding: 6px 0;
  width: 25%;
  border-right: 6px solid #fff;
  background-color: #e4f2c2;
  color: #222;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.usccart_navi ol.ucart li.ucartnow{
  background-color: #9cce21;
  color: #fff;
}

.error_message{
  margin: 20px 0;
  width: 100%;
  color: #e00;
}

.no_cart{
  margin-bottom: 60px;
  text-align: center;
}

.entry input,
.entry select,
.entry textarea{
  margin-right: 5px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  color: #222;
}

.entry select{
  padding: 2px 40px 2px 10px;
  min-width: 100px;
  background: url('img/common/form_parts_arrow1.png') no-repeat right 50%;
  background-size: 25px auto;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.entry textarea{
  width: 100%;
}

.entry label{
  color: #222;
}

.send{
  margin: 40px auto;
  text-align: center;
}
.send input,
.send a.back_to_top_button,
.send a.to_memberpage_button{
  display: inline-block;
  margin: 0 5px;
  padding: 5px 20px;
  min-width: 190px;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.send .continue_shopping_button,
.send .back_cart_button,
.send .back_to_customer_button,
.send .back_to_delivery_button,
.send .back_to_top_button{
  background-color: #efefef;
  color: #222;
  text-decoration: none;
}
.send .continue_shopping_button:hover,
.send .back_cart_button:hover,
.send .back_to_customer_button:hover,
.send .back_to_delivery_button:hover,
.send .back_to_top_button:hover{
  background-color: #ccc;
  color: #222;
}
.send .to_customerinfo_button,
.send .to_next_button,
.send .to_deliveryinfo_button,
.send .to_reganddeliveryinfo_button,
.send .to_confirm_button,
.send .checkout_button,
.send .to_memberpage_button,
.send .member_login_button,
.send #member_login,
.send.member_page input[type='submit'],
.send.newmemberbtn input[type='submit']{
  background-color: #f7931e;
  color: #fff;
  font-weight: bold;
}
.send .to_customerinfo_button:hover,
.send .to_next_button:hover,
.send .to_deliveryinfo_button:hover,
.send .to_reganddeliveryinfo_button:hover,
.send .to_confirm_button:hover,
.send .checkout_button:hover,
.send .to_memberpage_button:hover,
.send .member_login_button:hover,
.send #member_login:hover,
.send.member_page input[type='submit']:hover,
.send.newmemberbtn input[type='submit']:hover{
  background-color: #f9b26b;
}

.taikai{
  text-align: center;
}
.taikai .deletemember{
  border: none;
  color: #888;
  font-weight: normal;
  font-size: 16px;
}
.taikai .deletemember:hover{
  background-color: none;
}

.upbutton{
  margin-bottom: 12px;
  color: #999;
  text-align: right;
  font-size: 14px;
}
.upbutton input{
  display: inline-block;
  margin-left: 5px;
  padding: 4px 20px;
  border: 1px solid #f7931e;
  border-radius: 4px;
  color: #f7931e;
  font-size: 12px;
  line-height: 1em;
}

#cart_table{
  border: 1px solid #ddd;
  table-layout: fixed;
  font-size: 14px;
}
#cart_table th,
#cart_table td{
  padding: 5px 8px;
  width: 30px;
  text-align: center;
  line-height: 1.2em;
}
#cart_table th.aright,
#cart_table td.aright{
  text-align: right;
}
#cart_table th.aleft,
#cart_table td.aleft{
  text-align: left;
}
#cart_table th.num,
#cart_table td.num{
  width: 4%;
}
#cart_table th.thumbnail,
#cart_table td.thumbnail{
  width: 13%;
}
#cart_table th.thumbnail img,
#cart_table td.thumbnail img{
  width: 100%;
  height: auto;
}
#cart_table th.productname,
#cart_table td.productname{
  width: 22%;
  text-align: left;
}
#cart_table th.quantity,
#cart_table td.quantity{
  width: 12%;
}
#cart_table th.unitprice,
#cart_table td.unitprice{
  width: 14%;
}
#cart_table th.subtotal,
#cart_table td.subtotal{
  width: 16%;
}
#cart_table th.stock,
#cart_table td.stock{
  width: 12%;
}
#cart_table th.action,
#cart_table td.action{
  width: 7%;
}
#cart_table th.action input,
#cart_table td.action input{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #eee;
  font-size: 12px;
  line-height: 1em;
}
#cart_table th{
  background-color: #eee;
  font-size: 12px;
}
#cart_table td.quantity input.quantity{
  width: 50px;
  border: 1px solid #ccc;
  text-align: right;
}
#cart_table td.subtotal{
  font-size: 16px;
}
#cart_table td.stock{
  font-size: 12px;
}

.cart_table_total{
  margin: 0 0 60px;
  padding: 2px 15px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #f2f7e2;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}

.total_label{
  display: inline-block;
  margin-right: 40px;
  font-size: 90%;
}
.total_label .tax{
  font-weight: normal;
  font-size: 80%;
}

.total_kingaku{
  display: inline-block;
}

#customer-info{
  width: 100%;
}
#customer-info h5{
  margin-bottom: 15px;
  color: #0a7300;
  font-weight: bold;
  font-size: 18px;
}
#customer-info h5:before{
  margin-right: 8px;
  content: '\f138';
  font-size: 95%;
  font-family: FontAwesome;
}

.customer_form,
#confirm_table{
  width: 100%;
  color: #999;
  table-layout: fixed;
  font-size: 14px;
}
.customer_form th,
.customer_form td,
#confirm_table th,
#confirm_table td{
  padding: 8px;
  border: 1px solid #ddd;
}
.customer_form th,
#confirm_table th{
  width: 220px;
  background-color: #f8ffe9;
  color: #222;
}
.customer_form th em,
#confirm_table th em{
  color: #e00;
}

.no_member_form{
  margin-top: 60px;
}

#delivery-info .customer_form{
  margin-bottom: 40px;
}

.noshi_att{
  margin-bottom: 8px;
  color: #333;
  font-size: 90%;
  line-height: 1.5em;
}
.noshi_att h5{
  margin: 5px 0;
  font-weight: bold;
  font-size: 120%;
}
.noshi_att .noshi_att_copy span{
  display: block;
  margin: 5px 0;
  color: #999;
  font-style: italic;
}

.confiem_notice{
  padding: 5px 10px;
  border: 8px solid #a8e525;
  color: #e00;
  text-align: center;
  font-weight: bold;
}

#info-confirm .action{
  width: 1px !important;
}

#confirm_table{
  color: #222;
  table-layout: auto;
}
#confirm_table th{
  width: 220px;
}
#confirm_table h3{
  font-weight: bold;
}

#cart_completion{
  margin: 60px auto 0;
  width: 800px;
  text-align: center;
}
#cart_completion h3{
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
}
#cart_completion p{
  margin-bottom: 60px;
}

/* --------------
会員登録フォーム
-----------------*/
#zipcode{
  width: 6em;
}

.search-zipcode{
  margin: 0 10px;
  padding: 1px 15px !important;
  border: none !important;
  background-color: #eee;
}

/* --------------
ログイン、新規パスワード取得
-----------------*/
.loginbox{
  margin: 0 auto;
  width: 400px;
}
.loginbox .loginmail,
.loginbox .loginpass{
  width: 100%;
}

#nav{
  margin-bottom: 5px;
  text-align: center;
}

.logged-in .error_message{
  margin-right: auto;
  margin-left: auto;
  width: 400px;
}

.newpasswdmsg{
  text-align: center;
  font-size: 14px;
}

/* --------------
マイページ
-----------------*/
.memberinfo_now{
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #eee;
}
.memberinfo_now th,
.memberinfo_now td{
  padding: 5px 15px;
  border: 4px solid #fff;
}
.memberinfo_now th{
  width: 200px;
  background-color: #efefef;
}

.member_submenu{
  margin: 40px 0;
  text-align: right;
}
.member_submenu li{
  margin-bottom: 5px;
}

.mypage_subtitle{
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 18px;
}

.history-area{
  margin-bottom: 40px;
}
.history-area table{
  margin-bottom: 15px;
  width: 100%;
  border: 4px solid #ddd;
}
.history-area th,
.history-area td{
  padding: 3px 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.4em;
}
.history-area table#history_head{
  margin-bottom: 0;
  border-bottom-width: 2px;
}
.history-area table.retail{
  border-top: none;
}
.history-area .purchase_date{
  border: none;
}

/* --------------
ルミーズ関係
-----------------*/
.for_remise_btn{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
  width: 100%;

  justify-content: center;
}
.for_remise_btn form{
  margin: 0 4px;
}
@media screen{
  [hidden~=screen]{
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target){
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (min-width: 768px){
  a:hover{
    color: #c00;
  }
  a img:hover{
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  }
}
@media (max-width: 768px){
  .main_content_shop{
    padding: 0;
  }
  .item_list_wrap{
    padding: 0 15px;
    width: 100%;
  }
  .item_list{
    width: calc( 50% - 30px);
  }
  .item_list .item_list_title{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .item_list .item_list_price{
    font-size: 14px;
  }
  .item_list .item_meta_order .icon_meta{
    font-size: 13px;
  }
  .osusume_wrap{
    margin: 30px auto;
    width: 100%;
  }
  .osusume_wrap .imgtxt_osusume{
    margin-bottom: 50px;
    width: 80%;
  }
  .osusume_list_wrap{
    padding: 0;
    width: 100%;
  }
  .osusume_list_wrap .item_list{
    margin: 0 0 60px;
    padding-top: 25px;
    width: 100%;
  }
  .osusume_list_wrap .item_list .item_list_photo img{
    width: 75%;
  }
  .osusume_list_wrap .item_list .item_list_price{
    font-size: 16px;
  }
  .osusume_list_wrap .item_list .osusume_seal{
    top: -40px;
    width: 80px;
  }
  .fot_item_show_all{
    margin: 20px 0 30px;
    padding: 0 30px;
    width: 93%;
    border: 6px;
  }
  .fot_item_show_all a{
    display: block;
    padding: 15px 20px;
    width: 100%;
    text-decoration: none;
  }
  .fot_item_show_all a:before{
    margin-right: 8px;
    content: '\f0da';
    font-size: 110%;
    font-family: FontAwesome;
  }
  .fot_item_show_all a:hover{
    color: #fff;
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  }
  .title_item_list{
    margin: 30px 0 15px;
    font-size: 22px;
  }
  .wc_navi_wrap{
    margin-bottom: 9px;
    padding: 10px 15px;
  }
  .membership{
    margin: 10px auto 0;
    padding-right: 30px;
    width: 100%;
    text-align: center;
  }
  .membership ul li{
    display: block;
    font-size: 16px;
  }
  .membership ul li:before{
    content: none;
  }
  .membership ul li:first-child{
    padding-right: 0;
  }
  .membership ul li:first-child:before{
    content: none;
  }
  .membership ul li .membername{
    padding-bottom: 10px;
  }
  .membership ul li a{
    display: block;
    margin: 0 0 4px;
    padding: 8px 10px;
    border-radius: 4px;
  }
  .membership ul li a:link,
  .membership ul li a:visited{
    background-color: #efefef;
    color: #222;
  }
  .membership ul li a:hover,
  .membership ul li a:active{
    text-decoration: none;
  }
  .membership ul .tokute-btn a,
  .membership ul .incart-btn a{
    padding: 8px 10px;
  }
  .membership ul .incart-btn span{
    font-size: 16px;
  }
  .membership ul .incart-btn .total-quant{
    font-size: 100%;
  }
  .wc_navi{
    width: auto;
  }
  .wc_navi .wc_navi_title{
    display: block;
    margin: 10px;
    min-width: auto;
  }
  .wc_navi ul{
    display: block;
  }
  .wc_navi ul li{
    display: inline-block;
    margin: 0 20px 10px 0;
  }
  .wc_navi ul li:before{
    margin-right: 5px;
    content: '\f138';
    font-family: FontAwesome;
  }
  .wc_navi ul li a:link,
  .wc_navi ul li a:visited{
    color: #222;
    text-decoration: none;
  }
  .wc_navi ul li a:hover,
  .wc_navi ul li a:active{
    color: #222;
    text-decoration: underline;
  }
  .wc_content_wrap{
    padding: 20px 0;
    width: 100%;
  }
  .itemimg{
    margin-bottom: 10px;
  }
  .itemimg img{
    max-width: 90%;
    height: auto;
  }
  .item_page_title{
    margin-bottom: 20px;
    font-size: 22px;
  }
  .item_meta_wrap{
    padding: 0 40px 0 15px;
  }
  .item_meta_wrap .item_meta_price{
    text-align: right;
    font-size: 28px;
  }
  .icon_meta{
    padding: 5px 14px;
    border-radius: 12px;
    font-size: 14px;
  }
  .icon_meta:before{
    margin-right: 6px;
    font-size: 18px;
  }
  .item_zaiko_wrap{
    padding: 0 40px 0 15px;
  }
  .item_text_wrap{
    margin: 20px 0;
    padding: 0 40px 0 15px;
  }
  .item_attention{
    margin-bottom: 20px;
    padding: 15px 40px 15px 15px;
    font-size: 14px;
  }
  .item_attention ul{
    margin: 0 0 0 18px;
  }
  .skuform{
    padding: 0 40px 0 15px;
  }
  .skuform input.skubutton{
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
  }
  .skuform input.skubutton:hover{
    background-color: #f7931e;
    color: #fff;
  }
  .drop_cart_wrap{
    display: block;
    margin-bottom: 20px;
  }
  .drop_cart_wrap .drop_cart_kosu,
  .drop_cart_wrap .drop_cart_btn{
    display: block;
    margin-bottom: 16px;
    padding: 0;
    width: auto;
  }
  .drop_cart_wrap .drop_cart_btn{
    margin-bottom: 20px;
    text-align: center;
  }
  .order_title{
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 20px;
  }
  .order_title img{
    margin-right: 8px;
    width: 30px;
  }
  .tel_oder_num{
    letter-spacing: 0;
    font-size: 28px;
  }
  .tel_oder_num img{
    margin-right: 10px;
    width: 26px;
    vertical-align: 2px;
  }
  .usccart_navi{
    margin-bottom: 15px;
  }
  .usccart_navi ol.ucart{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .usccart_navi ol.ucart li{
    padding: 6px 0;
    width: 50%;
    border: 3px solid #fff;
    font-size: 14px;
  }
  .no_cart{
    margin: 60px 0;
  }
  .entry input,
  .entry select,
  .entry textarea{
    margin-right: 0;
    width: 100%;
  }
  .entry input[type='radio'],
  .entry input[type='checkbox'],
  .entry select[type='radio'],
  .entry select[type='checkbox'],
  .entry textarea[type='radio'],
  .entry textarea[type='checkbox']{
    margin-right: 5px;
    width: auto;
  }
  .send{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 15px auto 30px;
    width: 100%;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .send input,
  .send a.back_to_top_button{
    margin: 0;
    padding: 5px 10px;
    min-width: auto;
    width: calc( 50% - 10px);
    border-radius: 4px;
    text-align: center;
  }
  .send .back_to_delivery_button{
    font-size: 80%;
  }
  .send .to_reganddeliveryinfo_button{
    margin-top: 10px;
    width: calc( 100% - 10px);
  }
  .send .member_login_button,
  .send #member_login{
    width: 100%;
  }
  .newmemberbtn{
    display: block;
  }
  .newmemberbtn input{
    width: 100%;
  }
  .upbutton input{
    display: inline-block;
    margin-left: 5px;
    padding: 6px 10px;
  }
  #cart_table{
    width: 100%;
    table-layout: auto;
    font-size: 13px;
  }
  #cart_table th,
  #cart_table td{
    padding: 4px 5px;
    width: auto;
    text-align: left;
  }
  #cart_table th.num,
  #cart_table td.num{
    width: auto;
  }
  #cart_table th.thumbnail,
  #cart_table td.thumbnail{
    width: auto;
  }
  #cart_table th.thumbnail img,
  #cart_table td.thumbnail img{
    min-width: 40px;
  }
  #cart_table th.productname,
  #cart_table td.productname{
    width: auto;
  }
  #cart_table th.quantity,
  #cart_table td.quantity{
    width: auto;
  }
  #cart_table th.unitprice,
  #cart_table td.unitprice{
    width: auto;
  }
  #cart_table th.subtotal,
  #cart_table td.subtotal{
    width: auto;
  }
  #cart_table th.stock,
  #cart_table td.stock{
    width: auto;
  }
  #cart_table th.action,
  #cart_table td.action{
    width: auto;
  }
  #cart_table th.action input,
  #cart_table td.action input{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #eee;
    font-size: 12px;
    line-height: 1em;
  }
  #cart_table th{
    background-color: #eee;
    font-size: 11px;
  }
  #cart_table td.quantity input.quantity{
    width: 2em;
  }
  #cart_table td.subtotal{
    font-size: 12px;
  }
  #cart_table td.stock{
    font-size: 10px;
  }
  .cart_table_total{
    margin: 0 0 30px;
    padding: 2px 12px;
    font-size: 16px;
  }
  .total_label{
    margin-right: 20px;
    font-size: 80%;
  }
  .customer_form,
  #confirm_table{
    width: 100%;
    table-layout: auto;
  }
  .customer_form th,
  .customer_form td,
  #confirm_table th,
  #confirm_table td{
    display: block;
    padding: 0 10px;
    border: none;
  }
  .customer_form th,
  #confirm_table th{
    width: 100%;
    background-color: #fff;
    color: #222;
    font-weight: bold;
  }
  .customer_form td,
  #confirm_table td{
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #a8e525;
  }
  .no_member_form{
    margin-top: 40px;
  }
  .confiem_notice{
    font-size: 14px;
    line-height: 1.4em;
  }
  #cart_completion{
    margin: 20px auto 30px;
    width: 100%;
  }
  #cart_completion h3{
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.5em;
  }
  #cart_completion p{
    margin-bottom: 30px;
    text-align: left;
  }
  #zipcode{
    width: 6em;
  }
  .search-zipcode{
    margin: 0 10px !important;
    padding: 3px 15px !important;
    width: auto !important;
    border: none !important;
    background-color: #eee;
  }
  .memberinfo_now{
    margin-bottom: 10px;
    width: 100%;
    border: none;
  }
  .memberinfo_now th,
  .memberinfo_now td{
    display: block;
    padding: 5px 15px;
    width: 100%;
    border: none;
  }
  .memberinfo_now th{
    font-weight: bold;
  }
  .member_submenu{
    margin: 20px 0;
  }
  .member_submenu li{
    margin-bottom: 10px;
  }
  .mypage_subtitle{
    margin: 40px 0 10px;
    font-weight: bold;
    font-size: 18px;
  }
  .for_remise_btn{
    -ms-flex-pack: justify;
    margin: 0 auto;

    justify-content: space-between;
  }
  .for_remise_btn form{
    margin-right: 15px;
    width: 50%;
  }
  .for_remise_btn form:first-child{
    margin-right: 0;
  }
  .for_remise_btn .send input{
    width: 100%;
    font-size: 16px;
  }
}


/* 20190913 */
input.hidden {
  display: none !important;
}


.comment-non-entry {
  margin: 2em auto;
  font-size: 150%;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}