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

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

body {
  text-align:left;
  font-size: 13px;
  font-family:"Lora","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #464e54;
  background-color: #f4f1ec;
  background-image: url(https://img.shop-pro.jp/tmpl_img/67/texture.png);
  box-sizing: border-box;
  line-height: 1.8;
}

a {
  outline: none;
  color: #111;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #b7764e;
    transition: .3s;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
    transition: .5s;
}

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

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

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

#top_line{
  width: 100%;
  height: 1px;
}

/*ヘッダー*/

#header {
  clear:both;
  padding: 10px 2%;
  width:96%;
  z-index: 10000;
}

/*サイド*/
#side {
  float: left;
  width: 21%;
  padding-left:2%;
  z-index: 2;
}



/*メイン*/
#main {
  float: right;
  width: 71%;
  padding:0 2%;
  z-index: 1;
  font-size:16px;
  line-height: 2;
  
  font-feature-settings: "palt";
}

#main a{
color:#b7764e;
}

#mobmenu{
  display:none;
}

/*フッター（コピーライト）*/
#footer {
  clear:both;
  padding: 30px 0 20px;
  width:100%;
  border-top: 1px solid #ccc;
  color: #666;
  text-align: center;
  background-color: rgba(171,117,68,.8);
  color:#fff;
  z-index: 3;
}

#footer a{
  color:#fff;
}

.footer_title{
  padding:5px 0;
  border-bottom: dotted 1px #fff;
  margin-top:15px;
  margin-bottom:8px;
}

.big{
  font-size:3em;
}

/*スライダー*/
.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: #b7764e;
  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%;
}


/* ************************************************
*  toppage
* ************************************************ */

.bx-wrapper .bx-viewport{
  box-shadow: none !important;
    border: none !important;
}

.col-lg-4 {
    width: 33.3333333%;
    *width: 30.4%;
}

.col {
    display: block;
    float: left;
}

.col-md-6{
  width:46%;
  padding:0 2%;
  float:left;
}

.row-cols-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  justify-content: center;
}

.row-cols-4>* {
    -ms-flex: 0 0 22%;
    max-width: 22%;
  padding:1.5%;
}

.row-cols-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  justify-content: center;
}

.row-cols-3>* {
    -ms-flex: 0 0 31%;
    max-width: 31%;
  padding:1%;
}






.row-cols-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  justify-content: center;
}

.row-cols-2>* {
    -ms-flex: 0 0 46%;
    max-width: 46%;
  padding:1.5%;
}

.flex_al_c{
display: flex;
align-items: center !important;
}

.maru{
border-radius: 50%;  
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.secttion_top_mar_1{
  margin-top:410px;
}

.secttion_top_mar{
  margin-top:450px;
}

.titlename{
  font-size:20px;
  letter-spacing:0.16em;
  margin-bottom:25px;
  text-align:center;
  padding-top:22px;
  padding-bottom:22px;
  border-top: #838383 dotted 1px;
  border-bottom: #838383 dotted 1px;

}

section.top .contentsBlock {
    margin: 0;
    position: relative;
    z-index: 3;
}

section.top .contents01 .titleBlock a {
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
}

section.top .contentsBlock .mainImage {
    width: 100%;
    height: 300px;
      position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
}

section.top .contentsBlock .titleBlock a {
    width: 350px;
    height: 300px;
      position: absolute;
    top: 100px;
    background: #fff;
    box-sizing: border-box;
    z-index: 10;
    padding: 40px;
    line-height:1.8em;
  font-size:14px;
}


section.top .contentsBlock .titleBlock h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    padding: 0 0 20px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}

@media (max-width: 500px){
 
#main{
  font-weight:400;
  }
  
  a{
    font-weight:600;
  }
  
  section.top .contentsBlock .mainImage {
    width: 100%;
    height: 300px;
      position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
}

section.top .contentsBlock .titleBlock {
    width: 300px;
    height: 280px;
      position: static;
    top: 120px;
    background: #fff;
    box-sizing: border-box;
    z-index: 10;
    padding: 30px 20px;
    line-height:1.5;
}

section.top .contentsBlock .titleBlock h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    padding: 0 0 20px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}

  
  .row-cols-4>* {
    flex: 0 0 45%;
    max-width: 45%;
  padding:2%;
}
  
 .row-cols-3>* {
    flex: 0 0 95%;
    max-width: 95%;
  padding:2%;
}


.row-cols-2>* {
    flex: 0 0 95%;
    max-width: 95%;
  padding:2%;
}
.secttion_top_mar {
    margin-top: 150px;
}
.secttion_top_mar_1 {
    margin-top: 150px;
}
}


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

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

.footer_flex{
display:flex;
margin: 0px auto;
max-width: 1200px;
}

.footer_waku{
width:29%;
margin:2%;
text-align:left;
}

.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;
  border-top: solid 1px #999;
}
#main .box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

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


.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_price {
  font-size: 14px;
}

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

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

.box_last{
  margin-right: 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 {
padding-bottom:15px;
border-bottom: #838383 dotted 1px;
margin-bottom:20px;
font-size: 20px;
letter-spacing: 0.1em;
}

.product_form{
  margin: 0 0 62px;
}

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

.product_images {
  display: block;
  max-width: 700px;
  margin:0 auto;
}
.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 {
  overflow: hidden;
  max-width:500px;
  margin:20px auto;
}

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: 6px 4px 6px 18px;
  width: 30%;
  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: 5px 0;
  width: 60%;
  text-align: left;
}
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.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}

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{
  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: 16px;
  line-height: 2;
}

.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: 0;
}
.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 #fff;
}

/* 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;
  width:80%;
  margin-top: 4px;
}

.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 {
 float: right;
  width: 17%;
  margin-left:3%;
}

a.cloud-zoom-gallery {
  display: block;
  margin: 0 1% 2%;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #b7764e;
}
.zoom-tiny-image:hover {
  border: 1px solid #CC9900;
}

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 {
  display:flex;
  align-items:stretch;   
  justify-content: center; 
  margin-bottom: 20px;
  height: 100%;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  display: flex;
  margin: 10px 1%;
  border: #b7764e dotted 1px;
  background-color: rgba(255,255,255,0.5);
  text-align:center;
  align-items: center;
  justify-content: center;
  padding:15px 15px;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
}

/* ************************************************
*  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;
  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;
  font-size:12px;
}
.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: #b7764e;
  border-color: #b7764e;
}

.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: #b7764e;
}
.btn-contact {
  margin: 0;
  padding: 1.3em 0;
  font-weight: normal;
  font-size: 13px;
  color:#b7764e !important;
  border:1px dotted #b7764e;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.brown_c{
  color:#CC6600;
}

.black{
  color:#000;
}

.mintyo {
  font-family: 'Times New Roman', Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.1;
}

.w100{
  width:100%;
}

.ls_1 {
  letter-spacing: 0.1rem;
}

.ls_2 {
  letter-spacing: 0.2rem;
}

.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_fwn {
  font-weight: normal;
}

.txt_fwb {
  font-weight: bold;
}

.txt_10 {
  font-size: 10px;
}

.txt_11 {
  font-size: 11px;
}

.txt_12 {
  font-size: 12px;
}

.txt_13 {
  font-size: 13px;
}

.txt_14 {
  font-size: 14px;
}

.txt_16 {
  font-size: 16px;
}

.txt_18 {
  font-size: 18px;
}

.txt_20 {
  font-size: 20px;
}

.txt_22 {
  font-size: 22px;
}

.txt_24 {
  font-size: 24px;
}

.txt_26 {
  font-size: 26px;
}

.txt_28 {
  font-size: 28px;
}

.txt_32 {
  font-size: 32px;
}

.txt_36 {
  font-size: 36px;
}

.txt_40 {
  font-size: 40px;
}

.txt_42 {
  font-size: 42px;
}

.txt_50 {
  font-size: 50px;
}

.txt_55 {
  font-size: 55px;
}

.txt_60 {
  font-size: 60px;
}

.txt_70 {
  font-size: 70px;
}


/* line-height */

.lh_1 {
  line-height: 1.3em;
}

.lh_15 {
  line-height: 1.6em;
}

.lh_2 {
  line-height: 2em;
}

.lh_3 {
  line-height: 3em;
}

.lh_4 {
  line-height: 4em;
}


/* background */

.bgc_gray {
  background-color: #f1f1f1;
}


/* margin */

.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_b_3{
  margin-bottom:5px;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 5px;
}

.mar_t_2 {
  margin-top: 2px;
}

.mar_t_3 {
  margin-top: 3px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_b_3 {
  margin-bottom: 3px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_b_15 {
  margin-bottom: 15px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_t_15 {
  margin-top: 15px;
}

.mar_r_15 {
  margin-right: 15px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_t_25 {
  margin-top: 25px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_b_25 {
  margin-bottom: 25px;
}

.mar_b_40{
   margin-bottom: 40px;
} 

.mar_l_20 {
  margin-left: 20px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_t_40 {
  margin-top: 40px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_b_40 {
  margin-bottom: 40px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_l_50 {
  margin-left: 50px;
}


/* padding */

.pad_v_10 {
  padding: 10px 0;
}

.pad_v_20 {
  padding: 20px 0;
}

.pad_v_30 {
  padding: 30px 0;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_b_4{
  padding-bottom: 4px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_10 {
  padding: 10px;
}

.pad_10 {
  padding: 15px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_t_15 {
  padding-top: 15px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_b_15 {
  padding-bottom: 15px;
}

.pad_r_15 {
  padding-right: 15px;
}

.pad_l_15 {
  padding-left: 15px;
}
.pad_20 {
  padding: 20px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_30 {
  padding: 30px
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_l_30 {
  padding-left: 30px;
}

.pad_b_40 {
  padding-bottom: 40px;
}

.pad_head {
  padding: 20px 30px 0 0;
}


/* border */

.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_bb_1 {
  border-bottom: 1px solid #000;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}

.bor_bb_d_1 {
  border-bottom: 1px dotted #000;
}

/* vertical align */

.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}

.vamidlle {
  vertical-align: middle;
}

.indent-1 {
padding-left:1em;
text-indent:-1em;
 margin-top:5px;
}

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

.item_box{
max-width: 30%;
text-align:center;
padding: 0 5% 2% 0;
}

.box_last {
    padding-right: 0;
}

.item_box .item_image {
margin:0 0 5%;
}

.item_box .item_detail {
margin:0 0 10%;
padding-left: 10px;
border-left: solid 1px #ddd;
text-align:left;
}

.soudan{
  text-align:center;
  background-color:#fff;
  color: #b7764e;
  width:99%;
}

.soudan a{
  display:block;
  padding:8px;
  color: #b7764e;
  font-size: 15px;
  font-weight:bold;
}
  
.topmenu{
  font-size:14px;
  letter-spacing:0.1em;
  margin-bottom:20px;
    }

.bigtitle{
  font-size:17px;
padding:13px 0;
text-align:center;
}

.btitle{
font-weight:bold;
margin-top:0;
font-size:1.1em;
line-height: 1.7em;
}

.b_ten{
  border-bottom: #b7764e dotted 2px;
  padding:10px;
}

.border_t{
  border-top: #838383 dotted 1px;
}

.border_menu a{
  display:block;
    border-bottom: #838383 dotted 1px;
  padding:11px 0 10px;
  font-size:14px;
  }

.tatopanicopy{
font-size: 1.2em;
padding: 0 0 10px;
margin-bottom:20px;
border-bottom: 1px dotted #000;
font-weight: bold;
text-align:center;
}

.waku_menu_wide{
  width:99%;
  margin:0;
  color:#b7764e;
  text-align:center;
}
.waku_menu_wide a{
    color:#b7764e;
  font-size:12px;
}

.waku_menu{
float:left;
  width:49%;
  margin-right:1%;
 margin-bottom:1%;
  color:#b7764e;
  text-align:center;
}

.width600{
  width:700px;
}

.img-container{
  display:flex;/* flexbox */
  justify-content:center; /* 水平方向 */
  align-items: center; /* 垂直方向 */
}
.img-container2{
  display:flex;/* flexbox */
  justify-content:left; /* 水平方向 */
  align-items: start; /* 垂直方向 */
}

.waku_menu a{
    color:#b7764e;
  font-size:13px;
  font-weight: bold;
}

.minititle{
  font-size:1.3em;
  padding:10px 0;
  margin:10px 0;
  text-align:center;
  border-bottom: #838383 dotted 1px;
}

.mini{
  font-size:0.7em;
}

.brown{
  color:#b7764e;
}

.mob {
    display: none;
}

.kiji_zu_mar{
margin-bottom:10px;
margin-left:10px;
}

.product-image-main {
box-shadow:
    0 20px 0 -10px rgb(198, 224, 231),
    0 40px 0 -20px rgb(105, 171, 209),
    0 60px 0 -30px rgb(27, 115, 165)
}

.waku50{
  float:left;
  width:46%;
  padding:2%;
  margin-bottom:20px;
}



/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}

.onlypc {
   display:block;
}

.onlymob{
  display:none;
}

.onlymob_noinline{
  display:none;
}

.nomob{
   display:block;
}

 .miniphoto{
  width:170px;
}
.miniphototext{
  font-size:20px;
  line-height:1.7em;
}
.border_dot{
border-bottom: #838383 dotted 1px;
  padding-bottom:20px;
}

.pointwaku{
  border: #838383 dotted 1px;
  background-color:#fff;
  padding:10px;
  text-align:center;
  margin-bottom:15px;
}


/*ボックス全体*/
.accbox {
    margin: 1.5em auto;
    padding: 0;
    max-width: 550px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 10px 0;
    padding :  10px;
    font-weight: bold;
    background :#faf9f7;;
    cursor :pointer;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ece7da;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 0;
    opacity: 1;
}

.button_mini{
  display:inline-block;
  background-color:#fff;
  padding:10px 15px;
  text-align:center;
  margin:20px auto;
  border: #b7764e dotted 1px;
}


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

.f_item_1{flex-basis: 30%; padding-right:2%; }
.f_item_2{flex-basis: 68%;}

.f_item_kiji{width:32.3%; padding:0 0.5% 10px;line-height:1.5;}
  
.button_tato{
  background-color:#fff;
  padding:10px 15px;
  text-align:center;
  margin:10px 0;
  border: #b7764e dotted 1px;
border-radius: 5px;
}

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


.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 25px;
  padding: 13px 25px;
  min-width: 170px;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  font-weight:400;
  background: #FFF;
border-radius:10px;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;

  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

table.styleselect{
  max-width:540px;
  margin:10px auto;
}

.sample-area {
    width: 23%;
    float: left;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5em;
    padding:1%;
    height:220px;
}

img.sample{
  margin-bottom:8px;
  }

.higenaiyou {
    margin: 10px auto;
    padding: 0 0 0.5em;
    border-bottom: dotted 1px #CCC;
}

@media screen and (min-width: 1060px) {
#header{
  margin-top:23px;
  }
}

@media screen and (max-width: 1143px) {
  #side {
   width:22%;
}
}

@media screen and (max-width: 1060px){
  #side {
   display:none;
}
  #main {
    width: 94%;
    padding: 0 3% 30px;
}
  
  #mobmenu{
  display:block;
  background-image: url(https://img.shop-pro.jp/tmpl_img/67/texture.png);
}

.onlypc {
   display:none;
}
.mobicon{
  width:40px;
  text-align:center;
   float:right;
  font-size:10px;
 font-weight:600;
  }
}



@media (max-width: 768px){
  
  body {
    color: #000;
     } 
  
.item_box{
  max-width: 45%;
  padding-left:2.5%;
padding-right: 2.5%;
  }
.box_last {
    padding-right: 2.5%;
}
 .topmenu{
     display:none;
  }
.onlymob{
  display:inline-block;
  }
 
.mob {
    display: block;
}

.onlymob_noinline{
  display:block;
}
  
.row-cols-2{
  margin:15px 0;
  }

.waku50{
  float:left;
  width:96%;
  padding:2%;
  margin-bottom:10px;
}

  .title-tenten {
    font-size: 16px;
    font-weight:600;
    padding: 10px 5px;
    border-bottom: dashed 1px #b7764e;
    text-align: center;
    margin-top: 10px;
    color: #b7764e;
}
  
.flexwaku {
    display: flex;
}
.f_item_1{flex-basis: 100%; padding-bottom:15px; width:100%;}
.f_item_2{flex-basis: 100%; width:100%;}
  
.f_item_kiji {
    width: 48%;
    padding: 0 0.5% 10px;
}
  
.button_tato{
  margin:0;
}

.mobmini{
  max-width:290px;
  margin:0 auto;
  }
  
.titlename{
  font-size:18px;
  font-weight:600;
  margin-bottom:20px;
  text-align:center;
  padding-top:15px;
  padding-bottom:15px;
  border-top: none;
}
  
h2.product_name {
    padding-bottom: 15px;
    border-bottom: #838383 dotted 1px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.nomob{
   display:none;
}

#header{
position: fixed;
top: 0;
left: 0;
background-color: #fff;
background-image: url(https://img.shop-pro.jp/tmpl_img/67/texture.png);
border-bottom: solid 1px #ddd;
}

#main {
margin-top:130px;
}

.sub_category_area, .sub_group_area {
    display: block;
}
  
.sub_category_area div.sub_category, .sub_group_area div.sub_group {
    width: 90%;
    margin: 10px auto;
}
  
 .footstamp {
    margin-bottom: 10px;
    padding-bottom: 0;
   font-size:12px;
}
  
  .mobsub{
    margin-top:10px;
    padding-top:10px;
    border-top: solid 1px #ddd;
    font-size: 11px;
    letter-spacing: 0.06em;
    -webkit-text-size-adjust: 100%;
    }
  
.footer_flex {
    display: block;
  }
.footer_waku{
width:92%;
margin:4%;
text-align:center;
}

 .txt_18 {
  font-size: 16px;
}
  
.txt_20 {
    font-size: 17px;
  line-height:1.6em;
}
  
.txt_22 {
    font-size: 20px;
  line-height:1.6em;
}
  
 .zoom-small-image {
    float: none;
    width: 100%;
    margin-top: 4px;
}
  
.zoom-desc {
 clear:left;
  width:100%;
  margin-left:0;
}
  a.cloud-zoom-gallery {
    display: inline-block;
    width:22%;
    margin: 0 1% 2%;
    cursor: pointer;
}
  
.img-container{
  display:flex;/* flexbox */
  justify-content:center; /* 水平方向 */
  align-items: start; /* 垂直方向 */
}
 .miniphoto{
width: 80px;
}
  .miniphototext{
  font-size:17px;
  line-height:1.7em;
}
  
.noimage{
  display:none;
}
  
.sample-area {
    width: 48%;
    float: left;
    text-align: left;
    font-size: 11px;
    padding:1%;
  height:190px;
}
#titac {
   margin-top:-60px;
  padding-top:60px;
}
  #clip {
  margin-top:-60px;
  padding-top:60px;
}
#usu {
  margin-top:-70px;
  padding-top:70px;
}
#atsu {
  margin-top:-70px;
  padding-top:70px;
}

  #kiji {
  margin-top:-70px;
  padding-top:70px;
}
  #c_style {
  margin-top:-70px;
  padding-top:70px;
}
  #c_tassel {
  margin-top:-70px;
  padding-top:70px;
}
}
/*ここまでスマホ表示*/



/*ハンバーガーメニュー*/

#nav-drawer {
display:none;
}
@media screen and (max-width: 1060px){
  
#nav-drawer {
  display:block;
  position: relative;
  vertical-align:top;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
    width: 31px;
    height: 23px;
    vertical-align: middle;
    float: right;
    margin-top: 3px;
    padding-left: 10px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #4b4b4b;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
  
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
  z-index: 10000;/*最前面に*/
  position: fixed;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 260px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  padding:10px;
  background-color: #f4f1ec;
  background-image: url(https://img.shop-pro.jp/tmpl_img/67/texture.png);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
}

.waku-tenten {
  padding: 20px;
  border: dashed 1px #b7764e;
  background: #fff;
}

.btn-flat-dashed-filled {
  display: inline-block;
  padding: 0.3em 1.5em;
  text-decoration: none;
  border: solid 1px #b7764e;
  background: #fff;
  font-size:18px;
  transition: .4s;
  margin-top:10px;
}

.btn-flat-dashed-filled:hover {
  background: #b7764e;
  background-color: rgba( 183, 118, 78, 0.4 );
  color: #FFF;
}

.button_b{
  display: inline-block;
  border: #cc6600 dotted 1px;
  padding:8px;
  margin:8px 0;
  min-width: 200px;
  max-width: 100%;
}

.underl_b{
display: inline-block;
border-bottom: #cc6600 dotted 1px;
padding-bottom:2px;
margin:5px 0;
min-width: 250px;
max-width: 100%;
font-size:1.2em;
}


.syousai_explain{
  font-size:1.3em;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

table.add_cart_table td strong.price {
    font-size: 20px;
  font-family: "Lora","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.table-bordered td{
  padding:1.3em;
}

.indent-1 {
padding-left:1em;
text-indent:-1em;
 margin-top:5px;
}

.yayamini{
  font-size:0.9em;
}

.tbl01 {border-collapse: collapse;width: 100%;margin: 0 auto;}
.tbl01 th,.tbl01 td {padding: 0.5em 2%;border: 1px solid #ddd;vertical-align: top;text-align: left;}
.tbl01 th {width: 20%;}
.tbl01 td {background: #faf9f7;}

@media only screen and (max-width:480px) {
.tbl01 th,.tbl01 td {display: block;width: auto;border-bottom: none;}
.tbl01 tr:last-child {border-bottom: 1px solid #ddd;}
 .sk_box th {
    width: 90px;
   padding: 20px 20px 20px 0;
}
}

.tbl02 {border-collapse: collapse;width: 100%;margin: 0 auto;}
.tbl02 th,.tbl02 td {padding: 0.5em 2%;border: 1px solid #ddd;vertical-align: top;text-align: center;}
.tbl02 th {width: 20%;background: #faf9f7;}
.tbl02 td {background: #faf9f7;}

@media only screen and (max-width:480px) {
.tbl02 th,.tbl02 td {width: auto;border-bottom: none;}
.tbl02 tr:last-child {border-bottom: 1px solid #ddd;}
}

@media only screen and (max-width:860px) {
.product_images {
    display:block;
    float: none;
    width:100%;
    max-width: 850px;
}
.add_cart {
   display:block;
    float: none;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}
}



@media only screen and (max-width:400px) {
body {
  text-align:left;
  font-size: 12px;
}
  .mobsub {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
    font-size: 12px;
    letter-spacing: 0;
}
  .txt_16 {
    font-size: 14px;
}
  .titlename {
    font-size: 18px;
    letter-spacing: 0.05em;
}
  .item_box .item_detail p.item_name {
    margin-bottom: 5px;
    font-size: 15px;
}
  .kiji_zu_mar{
margin-bottom:0px;
margin-left:10px;
}
}

.titleBlock a{
  color:#000 !important;
}

.titleBlock a:hover{
  text-decoration:none;
  background-color: rgba( 255, 255, 255, 0.85) !important;
  color: #b7764e !important;
  transition: .3s;
}


.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.flexb{
  display: flex;
  justify-content: space-between;
}

.item2{
  width:48%;
}

.item3{
  width:31%;
}

.item4{
  width:22%;
}

/*上へ戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  width: 45px;
  height: 45px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width:400px) {
  
  #pageTop {
  bottom: 10px;
  right: 10px;
}
  
  #pageTop a {
  width: 35px;
  height: 35px;
}
}
/*上へ戻るボタン*/


.brown_waku{
  background-color:rgba(255,255,255,0.6);
  padding:10px 15px;
  color:#b7764e;
  margin-bottom:20px;
}

.brown_sankaku{
  text-align:center;
    color:#b7764e;
  font-size:20px;
  margin:10px 0 30px;
}

.title-tenten {
  font-size:18px;
    padding: 10px 5px;
    border-bottom: dashed 1px #b7764e;
  text-align:center;
  margin-top:10px;
  color:#b7764e;
}

.kakomi {
  position: relative;
  padding: 20px;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  font-size:16px;
  text-align:center;
}
.kakomi:before, .kakomi:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.kakomi:before {
  left: 7px;
}
.kakomi:after {
  right: 7px;
}

.sub_group a{
display: block;
font-size:16px;
width:100%;
transition: .4s;
}

.sub_category a{
  display: block;
  padding:10px;
    width:100%;
    transition: .4s;
  font-size:16px;
}

.waku_menu a{
    display: block;
    padding:4%;
    color: #b7764e;
    text-align: center;
    background-color: rgba(255,255,255,1);
   transition: .4s;
  }

.waku_menu_wide a{
    display: block;
    padding:4%;
    color: #b7764e;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
   transition: .4s;
  }

.sub_group a:hover {
  background: #b7764e;
  background-color:#ece7da;
  color: #FFF;
  text-decoration:none;
}


.sub_category a:hover{
  background: #b7764e;
  background-color:#ece7da;
  color: #FFF;
  text-decoration:none;
}

.waku_menu a:hover{
  background-color: rgba( 233, 221, 199, 0.9);
  text-decoration:none;
  }

.waku_menu_wide a:hover{
  background-color: rgba( 233, 221, 199, 0.9);
  text-decoration:none;
  }

.soudan a:hover{
  background-color: rgba( 233, 221, 199, 0.9);
  text-decoration:none;
  }

.w500{
  max-width:550px;
  margin:0 auto 20px;
}

/* flexbox */
.f_waku{display: flex;}
.f_waku_between{display: flex;flex-wrap: wrap;justify-content:space-between;}
.f_waku_center{display: flex;flex-wrap: wrap;justify-content:center;}
.f-item10 {flex-basis:10%;}
.f-item15 {flex-basis:15%;}
.f-item20 {flex-basis:20%;}
.f-item22 {flex-basis:22%;}
.f-item25 {flex-basis:25%;}
.f-item30 {flex-basis:30%;}
.f-item33 {flex-basis:33%;}
.f-item40 {flex-basis:40%;}
.f-item45 {flex-basis:45%;}
.f-item47 {flex-basis:47%;}
.f-item50 {flex-basis:50%;}
.f-item60 {flex-basis:60%;}
.f-item66 {flex-basis:66%;}
.f-item70 {flex-basis:70%;}
.f-item75 {flex-basis:75%;}
.f-item80 {flex-basis:80%;}
.f-item90 {flex-basis:90%;}

@media (max-width: 600px){
.f-item45 {flex-basis:100%;}
.f-item47 {flex-basis:100%;}
}

.option_font{
  font-size:16px;
}

.waku_line{
  border: 1px solid #111;
  max-width:640px;
  margin:0 auto 40px;
  padding:30px;
}

.waku,
a.waku {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #111;
  text-decoration: none;
  transition: all 0.8s 0s ease;
}

.waku:hover,
a.waku:hover {
  color: #fff;
  background: #111;
  text-decoration: none;
}

#button_form{
    position: fixed;
    top: 85px;
    right: 0;
    width: 16px;
    height:250px;
    padding: 0;
    line-height: 1.1em;
    background-color:#ff771d;
    color:#fff;
    padding: 20px;
    font-size:16px;
    writing-mode: vertical-rl;
    z-index:450;
}

a #button_form {
text-decoration:none;
}

a:hover #button_form {
	background:#fff;
	color:#b7764e;
	text-decoration:none;
	transition: all 0.3s ease-out;
	border-top: 1px dotted #b7764e;
	border-bottom: 1px dotted #b7764e;
	border-left: 1px dotted #b7764e;
}

.pad_r_13 {
    padding-right: 13px;
}

.moblogo{
    display: none;
    width:125px;
}

@media (max-width: 1060px) {
.menuname {
    position: relative;
    text-align: right;
    right: 0;
    top: 8px;
    font-size: 10px;
    font-weight: 600;
}
.onlymob_inline {
    display: none;
}
}
@media (max-width: 768px) {
.menuname {
    position: fixed;
    top: 38px;
    right: 2%;
    font-size: 10px;
    font-weight: 600;
}
#nav-drawer {
    display: block;
    position: relative;
    text-align: left;
    padding-bottom: 0;
    white-space: nowrap;
}
.onlymob_inline {
    display: inline-block;
    letter-spacing: normal;
    white-space: normal;
float:right;
}
.moblogo{
display:block;
position: fixed;
padding-left:2%;
left:10px;
top:10px;
z-index:100;
}
}

@media (max-width: 900px) {
#button_form{
 position: fixed;
top:initial;
bottom: 0;
right:0;
padding: 10px;
height:30px !important;
width:100%;
writing-mode: unset;
text-align:center;
line-height:28px;
border: none;
}
}

.sub_main{
	position: relative;
	display:inline-block;
}

ul.submenu_main {
    list-style-type: none;
    padding-inline-start: 0;
	position:absolute;
	top:20px;
	left:-80px;
	padding-bottom:10px;
	visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .6s;/*表示の変化を0.3秒に指定*/
	transform: scaleY(0);
	transform-origin: left top;
	width:270px;
	background-image: url(https://tatopani.jp/wp-content/uploads/2020/09/texture.png);
}

ul.submenu_main li{
	text-align:left;
	padding-left:20px;
	padding-bottom:10px;
}


.sub_main:hover .submenu_main {
  visibility: visible;/*Gナビメニューにホバーしたら表示*/
  transform: scaleY(1);
  opacity: 1;
  z-index:500;
}

@media (max-width: 900px) {
ul.submenu_main {
	width:250px;
}
}
