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

.container {
  max-width: 1200px;
}

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: #4f4941;
  background-color: #fff;
  background-image: url();
}

a {
  color: #555555;
}

a:hover {
  color: #888888;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

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

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

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

.product-order-num input {
  border-color: #939f66;
}

.font-mincho {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

/*
 * 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-youtube { 
  background-position: -191px -240px; 
}

.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 {
  max-width: 800px;
  margin: 20px auto;
}

/*
 * header
 */
.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: 12px;
  padding: .6em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

/* header logo */
.shop-name {
  clear: both;
  margin: 1em 0;
  text-align: center;
  font-size: 24px;
}
.shop-name img {
  width: 80%;
  max-width: 400px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4f4941;
}

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

#header-global-nav li {
  margin: 0 2px;
  padding: 0;
}
#header-global-nav li a {
  padding: 3px 10px;
}
#header-global-nav li a:hover {
  color: #55602d;
}
@media screen and (max-width: 1199px) {
  #header-global-nav {
    font-size: 15px;
  }
  #header-global-nav li {
    margin-bottom: 1em;
    margin: 5px 0;
  }
}

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

/*
 * product list
 */
.prd-lst-unit {
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
}

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

.unit-box {
  margin: 15px;
  background-color: #fff;
  padding: 15px 15px 10px;
  border: 1px solid #939f6670;
}

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

.prd-lst-price {
  color: #abaaaa;
}

.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 {
  margin-top: 20px;
  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 #939f66;
}

/*
 * footer
 */
#footer-wrapper {
  padding-top: 3em;
  background: #79854c;
}

.footer-primary {
  padding: .3em 20px;
  border-right: 1px solid #ffffff50;
  text-align: center;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}

.footer-nav li {
  margin: .8em 0;
}

.freepage-nav {
  margin-right: 10%;
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #fff;
}

.footer-secondary {
  padding: .3em 0;
}

.footer-secondary li {
  margin-left: 10%;
}

.footer-secondary li:before {
  margin-right: 4px;
  color: #fff;
  content: "-";
}

.footer-secondary a {
  color: #fff;
}

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}
.social-nav i {
  margin-right: 2px;
}
.social-nav a {
  color: #fff;
}

/* copyright */
.copyright {
  padding: 3em 0 2em;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

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

.btn-pagetop {
  display: block;
  padding: .7em 2em;
}

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

  .container {
    max-width: 900px;
    width: 90%;
  }
  .footer-primary {
    border: none;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3.2em;
  }

  .container {
    width: auto;
  }

  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    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: #939f66;
  }

  .header-dropdown .btn-dropdown-close {
    background: #55602d;
  }

  .header-dropdown .btn-dropdown i {
    top: 0;
  }

  .view-cart {
    position: static;
    border-bottom: none!important;
  }

  .view-cart a {
    background-color: #939f66;
    color: #fff;
  }

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

  .prd-lst-sort {
    font-size: 14px;
  }

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

  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #fff;
  }

  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #fff;
  }

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

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

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

  .footer-nav a:hover {
    text-decoration: none;
  }

  .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;
  }
}
@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: 552px 480px;
    background-size: 552px 480px;
  }
}
@media (max-width: 768px) {
  .prd-lst-unit {
    height: auto !important;
  }
  .unit-box {
    margin: 5px;
  }
}
/* IE&#65533;&#65533; */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}
/*-------------------------
  240310 custom
-------------------------*/
a img:hover {
  opacity: 0.7;
}
.dl01, .dl02, .dl03, .faq-list {
  margin-bottom: 1.5em;
}
.dl01 dt, .dl02 dt, .dl03 dt, .faq-list dt {
  margin-top: 1.5em;
  padding: 0 0 0.4em 1.35em;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 1.35em;
  line-height: 1.5;
  background-position: left 0.2em;
  background-repeat: no-repeat;
  background-size: 1em;
}
.dl01 dd, .dl02 dd, .dl03 dd, .faq-list dd {
  margin: 0 0 1em 0;
  padding: 0.7em 0 0 0;
}
.dl01 dt {
  background-image: url("https://hadotatami.com/colorme/images/common/icon-square01.png");
}

.dl02 dt {
  background-image: url("https://hadotatami.com/colorme/images/common/icon-square02.png");
}

.dl03 dt {
  background-image: url("https://hadotatami.com/colorme/images/common/icon-dl03.png");
  color: #55602d;
}

.dl04 dt {
  padding-left: 0;
  border-bottom: 3px double #ddd;
}
.faq-list dt,
.faq-list dd {
  padding-left: 32px;
  background-size: 25px;
}
.faq-list dt {
  margin-top: 1em;
  padding-bottom: 0.4em;
  background-image: url("https://hadotatami.com/colorme/images/common/faq-q.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.faq-list dd {
  background-image: url("https://hadotatami.com/colorme/images/common/faq-a.png");
  background-repeat: no-repeat;
  background-position: left 0.8em;
}
@media screen and (min-width: 767px) {
  .dl01 dt, .dl02 dt, .dl03 dt {
    font-size: 1.6em;
  }
}
.alignright {
  float: right;
  width: 300px;
  margin: 0 0 1em 1em;
}
@media screen and (max-width: 768px) { 
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 1.5em;
  } 
}
.clearfix {
  clear: both;
  display: block;
  content: "";
}
table {
  box-sizing: border-box;
  margin: 2em 0;
}

table th,
table td {
  box-sizing: border-box;
  padding: 15px 20px;
}

table.center th,
table.center td {
  text-align: center;
  vertical-align: middle;
}

table.w15 th {
  width: 15%;
}

table.w15 td {
  width: 85%;
}

table.w20 th {
  width: 20%;
}

table.w20 td {
  width: 80%;
}

table.w25 th {
  width: 25%;
}

table.w25 td {
  width: 75%;
}

table.w30 th {
  width: 30%;
}

table.w30 td {
  width: 70%;
}

table.w35 th {
  width: 35%;
}

table.w35 td {
  width: 65%;
}

table.w40 th {
  width: 40%;
}

table.w40 td {
  width: 60%;
}

.table01 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.table01 th,
.table01 td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table01 th {
  background: #939f6615;
}
@media screen and (max-width: 767px) {
  .table01 th,
  .table01 td,
  .table02 th,
  .table02 td {
    display: block;
    width: 100% !important;
    padding: 0.85em 5%;
  }
}
.em2 {
  color: #af9570;
  font-weight: bold;
}
.em2l {
  color: #af9570;
  font-weight: bold;
  font-size: 180%;
}
.MT0 {
  margin-top: 0;
}
/* 商品ラインナップ */
.category-list__item {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .category-list__item {
    margin-bottom: 20px;
  } 
}
/* ライセンス */
.license-wrapper {
  margin-top: 3em;
  padding: 30px 20px 20px;
  background: #55602d;
  text-align: center;
  color: #fff;
}
/* フッター */
.footer-logo {
  margin-bottom: 20px;
}
.footer-fb {
  margin-bottom: 20px;
}
/* フリーページ */
.freepageTop {
  margin-bottom: 3em
}
.freepage {
  max-width: 800px;
  margin: 0 auto;  
}
.freepage h2 {
  padding: 10px 3px 8px;
  border-bottom: double 6px #939f66;
  letter-spacing: 1px;
}
.freepage h3 {
  padding: 10px 10px 8px 10px;
  border-left: solid 5px #939f66;
  background: #939f6615;
}
.freepage a {
  text-decoration: underline;
}
/* お客様の声 */
.testimonial {
  margin-top: 1em;
  padding: 15px 15px 10px;
  border: solid 2px #ddd;
}
.testimonial .name {
  font-weight: bold;
}