@charset "UTF-8";
#page-wrapper {
  position: relative;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

body {
  color: #464e54;
  /*background-color: #fff;*/
  /*background-image: url();*/
}
/*季節ごとのpage-wrapperの背景色用　全体のjavascriptで設定*/
.seasonscreen{
}
.seasonscreen2{
}

a {
  color: #555555;
}

a:hover {
  color: #888888;
}

h1, h2 {
  font-weight: bold;
}
h3 {
  font-weight: normal;
  padding:0;
  margin:0.6em;
}
h4, h5, h6 {
  font-weight: normal;
}

.ttl-h2 {
  position: relative;
  font-size:125%;
  margin: 20px 0;
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.dtl-h2 {
  position: relative;
  font-size:150%;
  margin: 20px 0;
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.dtl-h3 {
	font-size:120%;
	margin: 20px 0 30px;
	vertical-align:middle;
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.kodawari-h3 {
	font-size:150%;
	margin:5px 0 15px;
	padding-left:80px;
	color:#c53625;
	line-height:52px;
	background:url(https://file003.shop-pro.jp/PA01410/693/img/icon/kodawari.png) no-repeat left center;
}

.catch-red-mincho {
font-size:210%;
margin: 20px 0;
color:#c53625;
font-family: '游明朝', YuMincho,'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 'メイリオ', Meiryo, serif;
}
.txt_read{
	font-size:130%;
	color:#534741;
	padding:15px 0;
}


/*  ボタンデザイン  */

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-01 {
  border: 1px solid #66544C;
  background-color: #66544C;
  color: #fff;
  background-color: #66544C;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #66544C;
  background-color: #66544C;
  color: #fff;
  background-color: #66544C;
}

.btn-02 {
  border: 1px solid  #da4c30;
  background-color:  #da4c30;
  color:  #ffffff;
  background-color:  #da4c30;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #fa593c;
  background-color:  #fa593c;
  color: #fff;
  background-color: #fa593c;
}

a.btn_basic {
   background: #66544c;
   background-image: -webkit-linear-gradient(top, #a61405, #a61405);
   background-image: -moz-linear-gradient(top, #a61405, #a61405);
   background-image: -ms-linear-gradient(top, #a61405, #a61405);
   background-image: -o-linear-gradient(top, #a61405, #a61405);
   background-image: linear-gradient(to bottom, #a61405, #a61405);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #FFFFFF;
   font-size: 110%;
   padding: 4px 10px;
   margin:5px;
   border: solid #a61405 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

a.btn_basic:hover {
   background: #8d6c5d;
   background-image: -webkit-linear-gradient(top, #8d6c5d, #8d6c5d);
   background-image: -moz-linear-gradient(top, #8d6c5d, #8d6c5d);
   background-image: -ms-linear-gradient(top, #8d6c5d, #8d6c5d);
   background-image: -o-linear-gradient(top, #8d6c5d, #8d6c5d);
   background-image: linear-gradient(to bottom, #8d6c5d, #8d6c5d);
   color: #FFFFFF;
   text-decoration: none;
}

.product-order-num input {
  border-color: #66544C;
}

/*
 * 全般
 */
.float-left{
  display: inline;
  float:left;
  padding: 0;
}
.float-right{
  display: inline;
  float:right;
  padding: 0;
}
.pos-center{
  text-align: center;
}

ul.kome{
  list-style-type: none;
  margin-left:1em;/* マーカーを1文字寄せた分、ULにマージンを設定*/
}
ul.kome li{
  padding-left: 1em;
  text-indent: -1em;
}
.border1pix{
  border:1px solid;
}
.whitemargin-photo{
  padding:8px;
  background:#fff;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom:10px;
}
table.normal {
     border-top:1px #b9ab9d solid;
     max-width:900px;
}
table.normal th {
     border-top:1px #b9ab9d solid;
     border-left:1px #b9ab9d solid;
     border-rightp:1px #ccc solid;
     border-bottom:1px #b9ab9d solid;
     padding: 7px;
     background: #d6cdc4;
     text-align:left;
}
table.normal td {
     border:1px #ccc solid;
     padding: 7px;
}
.font-mincho {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
.font-gothic {
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-weight:none;
}

.clear{
  clear: both;
}
.top{
	vertical-align:top;
}
.middle{
	vertical-align:middle;
}
.red{
 color:#da4a3a;
}

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -.11em;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }
}
.icon-cart {
  background-position: -176px -64px;
}

.icon-user {
  background-position: -208px -0px;
}

.icon-adduser {
  background-position: -240px -0px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-login {
  background-position: -48px -80px;
}

/* icon large */
.icon-twitter {
  background-position: -144px -264px;
}

.icon-facebook {
  background-position: -192px -264px;
}

.icon-instagram {
  background-position: -168px -288px;
}

.icon-mail {
  background-position: -96px -0px;
}

.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}

.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-lg-w.icon-plus {
  background-position: -312px -120px;
}

.icon-lg-w.icon-minus {
  background-position: -288px -120px;
}

.icon-lg-b,
.icon-lg-w {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
}

.content-wrap {
  margin: 20px auto;
}

.content-wrap01 {
  max-width: 620px;
  margin: 20px auto;
}
.content-wrap02 {
  max-width: 680px;
  margin: 30px auto;
}

/*
 * header
 */
#header-wrapper {
  margin-bottom: 1em;
}

.header-line-nav .header-link {
  float: right;
  padding: 0;
}

.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  margin-left: 1px;
}

.header-line-nav a {
  font-size: 11px;
  padding: .3em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.header-line-nav i {
  top: -0.2em;
  margin-right: .0em;
}

.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */
#logomark{
  display: inline;
  float:left;
  padding: 0;
}
.shop-name {
  max-width:210px;
  margin: 0.2em 0 1em 0;
}

.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #464e54;
}

/* header season img */
.season {
  margin: 0.2em 0 1em 0;
  max-wdth:200px;
  display: none; /* 四季を一括して非表示にしておく */
}

/* header global nav */
#header-global-nav {
  margin: 1em 0 0.3em 0;
  text-align: center;
  font-size: 18px;
  clear: both;
}

#header-global-nav li {
  margin: 0;
  padding: 0 0.1em;
  /*border-right: 1px solid #66544C;*/
}

#header-global-nav li:first-child {
  /*border-left: 1px solid #66544C;*/
}

#header-season{
  }

/* incart delivery */
.incart-delivery {
  float: right;
}

.incart-delivery ul {
  margin: 0;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #31708f;
  list-style: none;
  font-size: 12px;
}

/*
 * 詳細ページ用の設定
 */
 #detail_wrapper {
}

/*
 * 2カラム用の設定
 */
 #contents01 {
  float: left;
}
.row1000 {
  overflow:hidden;
  max-width: 1000px;
}
.row {
  overflow:hidden;
  max-width: 860px;
}
.row:after,
.row1000:after,
.grid_row:after {
clear: both;
}

.col {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1%;
  padding-left: 1%;
  min-height: 1px;
  word-break: break-all;
  *padding-right: 1% !important;
  *padding-left: 1% !important;
}
  .col img {
    max-width: 100%;
    height: auto;
  }

/*
 * side
 */
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.main {
  float: left;
  width: 75%;
  max-width: 680px;
}
.main_detail {
  float: left;
  width: 80%;
  max-width: 780px;
}
.side-menu {
  float: right;
  width: 25%;
  max-width: 180px;
}
.side-menu_detail {
  float: right;
  width: 20%;
  max-width: 180px;
}
.side-menu_list{
padding:0.6em 0em 0.6em 1em;
background-image:url(https://img21.shop-pro.jp/PA01410/693/etc/arrow_sidemenu.png?cmsp_timestamp=20180205113802);
background-repeat:no-repeat;
background-position:0 1em;
}
.side-menu_list_noicon{
padding:0.6em 0em;
}

.spr2 {
  background: #f19ca3;
  padding: 0.05em 1em;
  color:#fff;
  text-align:center;
  font-weight:none;
}
.sum2 {
  background: #89c3eb;
  padding: 0.05em 1em;
  color:#fff;
  text-align:center;
  font-weight:none;
}
.aut2 {
  background: #adbe3f;
  padding: 0.05em1em;
  color:#fff;
  text-align:center;
  font-weight:none;
}
.win2 {
  background: #8b64aa;
  padding: 0.05em 1em;
  color:#fff;
  text-align:center;
  font-weight:none;
}

/* padding */
.par_tb_10 { padding: 10px 0; }
.pad_15 { padding: 15px; }
.pad_20 { padding: 20px; }

/* margin */
.mar_b_50 { margin-bottom: 50px; }
.mar_b_45 { margin-bottom: 45px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_t_10 { margin-top: 10px; }
.mar_t_20 { margin-top: 20px; }

/* border */
.bor_t_1 { border-top: 1px solid #b7afb7; }
.bor_r_1 { border-right: 1px solid #b7afb7; }
.bor_b_1 { border-bottom: 1px solid #b7afb7; }
.bor_l_1 { border-left: 1px solid #b7afb7; }

/* 共通ボックスの設定 */
.col-sm-12 {
    width: 100%;
  }
.col-lg-3 {
  width: 25%;
}
.col-lg-4 {
  width: 33.333333333%;
  *width: 30.4%;
}
.col-lg-5 {
  width: 41.6666667%;
  *width: 39%;
}
.col-lg-6 {
  width: 50%;
  *width: 47.5%;
}
.col-lg-7 {
  width: 58.3333333%;
  *width: 56.1%;
}
.col-lg-8 {
  width: 66.6666667%;
  *width: 64.6%;
}
.col-lg-9 {
  width: 75%;
  *width: 73.2%;
}
.col-lg-10 {
  width: 83.3333333%;
  *width: 81.7%;
}
.col-lg-11 {
  width: 91.6666667%;
  *width: 90.2%;
}
.col-lg-12 {
  width: 100%;
  *width: 97%;
}

/*
 * product list
 */

.prd-lst{
  max-width:900px;
  overflow:hidden;
  text-align: right;
}

.prd-lst-unit {
  margin-bottom: 60px;
  margin-top:0;
  text-align: center;
}

.prd-lst-unit a:hover {
  text-decoration: none;
}

.unit-box {
  background-color: none;
  padding: 10px  0px;
  border: 0px solid #66544C;
 /*-webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);*/
 /* -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);*/
 /* box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);*/
}

.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}

.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}

.prd-lst-name {
  font-size: 12px;
  text-align: left;
}

.prd-lst-price {
  color: #555;
  text-align: left;
}

.prd-lst-regular {
  text-decoration: line-through;
}

.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}

.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}

.thumb-active img {
  border: 2px solid #66544C;
}

/* FAQ */
.faqlist dl {
  margin: 0 0 20px;
  padding: 0;
}

.faqlist dt{
  font-weight: normal;
  font-size: 18px;
  color: #333;
  padding: 10px 15px;
  background:#f8d7c3;
}

.faqlist dd{
  font-weight: normal;
  padding: 12px 5px;
  margin-bottom:20px;
  line-height:1.8;
}

/*
 * GoogleMap
 */
.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* KODAWARI */
.kodawariicon{
	border-top:1px solid #c53625;
}
.kodawariicon .point{
	background:#c53625;
	color:#fff;
	font-size:120%;
	padding:4px 12px;
	display:inline-block;
}


/*
 * footer
 */
#footer-wrapper {
  padding-top: .5em;
  border-top: 1px solid #9E9A9A;
  text-align:right;
}

/* footer nav */
.footer-nav {
}

.footer-nav li {
  margin: .2em 0 0 2em;
  list-style: none;
  display:inline-block;
  float:left;
}

.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #9E9A9A;
}

.footer-menu {
  max-width:1000px;
  padding: 0 2em;
  font-size: 12px;
  text-align:right;
  float:right;
}

/* social icon */
.social-nav {
  text-align: right;
  margin-top: 1em;
}

/* copyright */
.copyright {
  margin: 0;
  color: #534741;
  text-align: right;
  font-size: 11px;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}

.btn-pagetop {
  display: block;
  padding: .5em 1em;
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .container {
    max-width: 1000px;
    width: 90%;
  }
}

@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  
  .container {
    width: auto;
  }

  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }

  .header-dropdown.affix {
    position: fixed;
  }

  .header-dropdown .dropdown-nav li {
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
  }

  .header-dropdown .dropdown-nav a {
    display: block;
    padding: 10px;
  }

  .header-dropdown .btn-dropdown {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background: #66544C;
  }

  .header-dropdown .btn-dropdown-close {
    opacity: 0.4;
  }

  .header-dropdown .btn-dropdown i {
    top: 0;
  }
  
  #logomark-sp{
  float:left;
  }
  
  #header-season{
  float:left;
  padding-top:10px;
  }

  .view-cart {
    position: static;
  }

  .view-cart a {
    background-color: #66544C;
    color: #fff;
  }

  .incart-delivery {
    padding-top: 20px;
    float: none;
  }

  .prd-lst-sort {
    font-size: 14px;
  }
  
  .col-sm-6 {
    width: 50%;
  }
  
  #footer-wrapper {
  text-align:left;
}

  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }

  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #9E9A9A;
    overflow:hidden;
  }

  .footer-primary .footer-nav:first-child {
    border-top: 0px double #534741;
  }

  .footer-nav li {
    margin: 0;
    width:100%;
    font-size: 12px;
    border-top: 1px dotted #534741;
    text-align:left
  }

  .footer-nav li:first-child {
    border-top: none;
  }

  .footer-nav li:before {
    display: none;
  }

  .footer-nav a {
    display: block;
    padding: 1em;
    color: #534741;
  }

  .footer-nav a:hover {
    text-decoration: none;
  }
  
  .footer-menu {
  width:100%;
  text-align:left;
  float:none;
}

/* social icon */
.social-nav {
  text-align: center;
}

  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
  }

  .icon-cart {
    background-position: -264px -96px;
  }

  .icon-list {
    background-position: -288px -144px;
  }

  .icon-chevron_thin_up {
    background-position: -192px -216px;
  }
 
/*
 * 詳細ページ用の設定
 */
 #detail_wrapper {
 position:relative;
 top:100px;
 left:0px;
}
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min--moz--device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-w,
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }

  .icon-b,
  .icon-w {
    -webkit-background-size: 619px 480px;
    background-size: 619px 480px;
  }
  
}
@media (max-width: 768px) {
.seasonscreen{
}
.seasonscreen2{
}
#logomark-sp{
  float:none;
  text-align:center; 
}
.shop-name-sp {
  width:100%;
  text-align:center;
}
#header-season{
    display:none
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
  .ttl-h2 {
  text-align: center;
}
.col-lg-4 {
  width: 100%;
}
.col-xs-12 {
    width: 100%;
  }
.col-xs-13 {
  width: 50%;
}
.main {
  float: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.main_detail {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.side-menu {
  float: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.side-menu_detail {
  float: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}
/* IE&#65533;&#65533; */
.ie_wrapper.container {
  width: 1000px;
  overflow: auto;
}