@charset "utf-8";

/*=========================================================
一時的対応
=========================================================*/
.category-nav li a[href$='list?category_id=18'] {
  display: none;
}

/*=========================================================
COMMON
=========================================================*/

/*明朝*/
.mincyo{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn {
  border-radius: 25px;
}
.btn-info,
.flowline li .flow_number,
.flowline ul::before {
  background: #666;
  border-color: #666;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background: #999;
    border-color: #999;

}
.order-cart-btn {
    vertical-align: middle;
    color: #fff!important;
    background-color: #DE5D50;
    border-color: #DE5D50;
    display: block;
    width: 100%;
    border-radius: 25px;
    font-size: 1.6rem;
    padding: 0 16px;
    font-weight: bold;
    text-align: center;
    border-width: 0;
}

.order-cart-btn02 {
  border-radius: 6px;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
    #confSidewrap .shipdate {
      margin-top: 15px;
    }
    .order-cart-btn {
        height: 56px;
        line-height: 56px;
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
    #confSidewrap .shipdate {
      float: left;
    }
    .order-cart-btn {
        height: 46px;
        line-height: 46px;
        font-size: 1.3rem;
    }
}

/*ボタン ホバー*/
.box-all-btn a,
.utility-menu li a,
.category-nav a.list-btn{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;

}.box-all-btn a:hover,
.category-nav a.list-btn:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  text-decoration: none;
}
/*画像 ホバー*/
.item_photo {
  overflow: hidden;
}
.gallery-list article a.post-link div.post-box img,
.item_photo img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.gallery-list article a.post-link div.post-box:hover img,
.item_photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mB0 {margin-bottom: 0;}
.mB5 {margin-bottom:5px;}
.mB10 {margin-bottom:10px;}
.mB15 {margin-bottom:15px;}
.mB20 {margin-bottom:20px;}
.mB25 {margin-bottom:25px;}
.mB30 {margin-bottom:30px;}
.mB35 {margin-bottom:35px;}
.mB40 {margin-bottom:40px;}
.mB45 {margin-bottom:45px;}
.mB50 {margin-bottom:50px;}
.mR5 {margin-right: 5px;}
.mR10 { margin-right: 10px; }
.mR15 { margin-right: 15px; }
.mR20 { margin-right: 20px; }
.mR25 { margin-right: 25px; }
.mR30 { margin-right: 30px; }
.mR40 { margin-right: 40px; }
.mR50 { margin-right: 50px; }
.mL5 { margin-left: 5px; }
.mL10 { margin-left: 10px; }
.mL15 { margin-left: 15px; }
.mL20 { margin-left: 20px; }
.mL25 { margin-left: 25px; }
.mL30 { margin-left: 30px; }
.mL40 { margin-left: 40px; }
.mL50 { margin-left: 50px; }
.mT0 { margin-top: 0; }
.mT5 { margin-top:5px; }
.mT10 { margin-top:10px; }
.mT15 { margin-top:15px; }
.mT20 { margin-top:20px; }
.mT25 { margin-top:25px; }
.mT30 { margin-top:30px; }
.mT35 { margin-top:35px; }
.mT40 { margin-top:40px; }
.mT45 { margin-top:45px; }
.mT50 { margin-top:50px; }
.pT5 { padding-top:5px; }
.pT10 { padding-top:10px; }
.pT15 { padding-top:15px; }
.pT20 { padding-top:20px; }
.pT25 { padding-top:25px; }
.pT30 { padding-top:30px; }
.pT35 { padding-top:35px; }
.pT40 { padding-top:40px; }
.pT45 { padding-top:45px; }
.pT50 { padding-top:50px; }
.txt10 { font-size:10px; }
.txt12 { font-size:12px; }
.txt14 { font-size:14px; }
.txt16 { font-size:16px; }
.txt18 { font-size:18px; }
.txt20 { font-size:20px; }
.txt25 { font-size:25px; }
.txt30 { font-size:30px; }
.txt70 { font-size:0.7em!important; }
.txt80 { font-size:0.8em!important; }
.txt90 { font-size:0.9em!important; }
.txt100 { font-size:1em!important; }
.img-w10 { width: 10%; }
.img-w20 { width: 20%; }
.img-w30 { width: 30%; }
.img-w40 { width: 40%; }
.img-w50 { width: 50%; }
.img-w60 { width: 60%; }
.img-w70 { width: 70%; }
.img-w80 { width: 80%; }
.img-w90 { width: 90%; }
.img-w100 { width: 100%; }
.txtRed { color: #ee0000; }
.txtOrange { color:#F60; }
.txtBlue { color: #2987e6; }
.txtBrown { color: #95242a; }
.txtGray { color:#999; }
.txt-Bold { font-weight: bold; }
.align-R { text-align: right;}
.align-L { text-align: left;}
.align-C { text-align: center;}

.shipdate {
    font-size: 1.0em;
    text-align: center;
    font-weight: 500;
    /* color: #888; */
    color: #000;
}

.open-box {
  position: relative;
}
.open-box-btn {
  cursor: pointer;
  background: #ccc;
}
.open-box-content {
  display: none;
}
.default-box {
  background: #eee;
  padding: 8px 12px;
  color: #666;
  font-size: 1.3rem;

}
.attent-box {
  border: 1px solid #990000;
  padding: 8px 12px;
  color: #990000;
  font-size: 1.3rem;
}
.attent-box a,.attent-box a:link,.attent-box a:visited{
  color: #990000;
  text-decoration: underline;
}
.attent-box a:hover {
  text-decoration: none;
}
.smaller .attent-box {
  display: none;
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .attent-box {
    position: relative;
    bottom: -16px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .attent-box {
    position: relative;
    margin: 10px 0;
  }
}

.img-detail-box {
  margin-bottom: 15px;
}
.img-detail-box dt {
    background: #ccc;
    padding: 10px;
    color: #fff;
    margin: 0!important;
}
.img-detail-box dd {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    margin: 0!important;
}
.inline-block {
  display: inline-block;
}

/*slide-style*/
.slide-style {
  position: relative;
}
.slide-style button.slick-prev {
  left: 0;
  z-index: 1;
}
.slide-style button.slick-next {
  right: 0;
  z-index: 1;
}

.slide-style button.slick-prev,
.slide-style button.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}
.slide-style button.slick-prev:before {
    content: "\f104";
}
.slide-style button.slick-next:before {
    content: "\f105";
}
.slide-style button.slick-prev:before,
.slide-style button.slick-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.slide-style .slick-dots li button:before {
    width: 8px;
    height: 8px;
}
.slide-style-nav .item:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: pointer;
}
.slide-style-nav .item {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.slide-style-nav .item.slick-active {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .slide-style button.slick-prev:before,
  .slide-style button.slick-next:before {
      font-size: 8rem;
  }
  .slide-style button.slick-prev,
  .slide-style button.slick-next {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .slide-style button.slick-prev:before,
  .slide-style button.slick-next:before {
      font-size: 4rem;
  }
  .slide-style button.slick-prev,
  .slide-style button.slick-next {
    margin-top: -23px;
  }
}
/*box-all-btn*/
.box-all-btn {
  clear: both;
  margin: 20px 0 0;
}

.box-all-btn a {
  display: block;
  background: url(../img/common/bg_orange.jpg);
  margin: 0 auto;
  text-align: center;
  color: #fff!important;
  font-weight: bold;
}
.box-all-btn a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.box-all-btn a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 5px;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .box-all-btn a {
    width: 300px;
    border-radius: 10px;
    padding: 10px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .box-all-btn a {
    width: 150px;
    font-size: 1.3rem;
    font-weight: normal;
    border-radius: 20px;
    padding: 5px;
  }
}
/*.drawer */
#drawer .bnr-list {
  margin: 0 20px;
}

.drawer-title {
    background: url(../img/common/bg_orange.jpg);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 1.3rem;
    margin: 0;
}
#drawer .head-menu h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.drawer .head-menu ul,
.drawer .utility-menu ul {
  zoom: 1;
}
.drawer .head-menu ul:after,
.drawer .utility-menu ul:after {
  content: ".";
  display: block;
  visibility: hidden
;  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.drawer .head-menu ul li a,
.drawer .utility-menu ul li a,
.drawer .guide-menu ul li a {
  display: block;
  height: 39px;
  line-height: 39px;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.drawer .head-menu ul ul,
.drawer .utility-menu ul ul,
.drawer .guide-menu ul ul {
  margin-left: 10px;
}
.drawer .head-menu ul li {
}
.drawer .head-menu .hm-home,
.drawer .head-menu .hm-products {
  display: none;
}

.drawer .head-menu .hm-reason a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0eb";
    margin-right: 5px;
}
.drawer .head-menu .hm-style a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f03e";
    margin-right: 5px;
}
.drawer .head-menu .hm-contents a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f02d";
    margin-right: 5px;
}


.drawer .head-menu ul li a {
  display: block;
}
#drawer .item_gallery {
  padding: 10px;
}
#drawer .item_gallery h3 {
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.3rem;
}
#drawer #search {
  background: none;
}
.drawer {
  right: inherit;
  left: 0;
  width: 280px;
  background: #fff;
  z-index: 12;
}
@media only screen and (max-width: 767px) {
    /* --------- common ---------- */
    .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
/*    .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
        -webkit-transform: translateX(280px);
        -moz-transform: translateX(280px);
        -ms-transform: translateX(280px);
        -o-transform: translateX(280px);
        transform: translateX(280px);
    }*/
    /* Overlay */
    .overlay.is-visible {
        -webkit-transform: translateX(280px);
        -moz-transform: translateX(280px);
        -ms-transform: translateX(280px);
        -o-transform: translateX(280px);
        transform: translateX(280px);
        z-index: 11;
    }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
    input, select, textarea {
        font-size: 16px;
    }

}
/*=========================================================
frame
=========================================================*/
body {
  color: #333;
  font-weight: 500;
}

#header .header_logo_area .header_logo{
  text-align: left;
  margin: 0 0 0 10px;
}
#header .header_logo_area .copy {
  font-size: 0.7rem;
}
.header_logo a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/250227_nokki_logo_sp.png) no-repeat left top;
}
.referrer-renew-block {
  display: none;
  text-align: center;
  border: 2px solid #990000;
  padding: 10px 20px;
  color: #990000;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  #header {
    height: 125px;
    border-bottom: none;
    padding-bottom: 14px;
  }
  #header .inner{
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .referrer-renew-block {
    font-size: 14px;
    padding: 10px 20px;
    margin: 18px 0 0;
  }
  #header .free-deli {
    background: #FF6E8B;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    left: 302px;
    top: 49px;
    font-size: 0.8em;
  }
  #header .free-deli span {
    display: none;
  }
  #header .header_logo_area {
    margin: 0;
  }
  #header .header_logo_area .copy {
    position: absolute;
    left: 0;
    top: -32px;
  }
  .header_logo a {
    display: block;
    width: 220px;
    height: 55px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/common/250227_nokki_logo_pc.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    width: 200px;
    height: 90px;
  }
  #contents {
    padding-top: 0;
  }
  #sp-cart-btn {
    display: none;
  }
}

@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  body {
    font-size: 1.3rem;
  }
  #header .header_logo_area {
    margin: 0;
  }
  #header .header_logo_area .header_logo a{
    background-size: 150px;
    background-size: contain;
  }
  #header {
    /*border-top: 4px solid #FF9C38;*/
    padding-top: 0;
    padding-bottom: 0;

  }
  .referrer-renew-block {
    font-size: 12px;
    padding: 10px 20px;
    border-width: 2px 0 2px 0;
    position: relative;
    margin: 0 -20px;
  }
  #header .free-deli {
    background: #FF6E8B;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    width: 100%;
    left:0;
    top: -30px;
  }
  #header .free-deli span {
    font-size: 0.7em;
    margin-left: 5px;
  }
  #header.smaller {
    position: fixed;
    width: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    border-bottom: 1px solid #ccc;
    -webkit-transform: translate(2);
    transform: translate(2);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding-top: 11px;
  }
  #header.smaller .free-deli {
    display: none;
  }
  #header.smaller .sp-head-menu.sp {
    display: none!important;
  }
  #header.smaller .header_logo_area {
    margin: 0px 0;
  }
  #header.smaller #btn_menu {
    top: 0;
  }
  #header.smaller #sp-cart-btn{
    top: 0;
  }
  #header .header_logo_area .copy {
    position: absolute;
    left: 0;
    top: -22px;
  }
  #header .header_logo_area .header_logo{
    text-align: left;
    /* margin: 2px 0 -7px 5px; */
    margin: -5px 0 0px 0px;
  }
  .header_logo a {
    display: block;
    width: 220px;
    height: 45px;
    overflow: hidden;
    text-indent: -9999px;
    background-size: 210px;
    margin: 0;
  }
  .header_logo_area .header_btn{
    display: inline-block !important;
    font-size: 10px;
    background: #000;
    height: 16px;
    border-radius: 3px;
    padding: 1px 4px;
    margin: 3px;
    color: #fff;
  }
  #btn_menu {
    top: 26px;
    right: 29px;
    /* right: inherit; */
  }
  #btn_menu .nav-trigger{
    color: white !important;
  }
  #sp-cart-btn{
    width: 63px;
    height: 84px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 16%;
    background: #666c70;
    border-right: 1px solid #fff;
  }
  #sp-cart-btn a{
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 0;
  }
  #sp-cart-btn a:before {
    content: url(../img/common/icn-mypage1.png);
    color: #fff;
    position: absolute;
    top: 40px;
    left: 34px;
}
  .nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    background: #666;
  }
  #sp-mypage-btn{
    width: 63px;
    height: 84px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 128px;
    background: #666c70;
    border-right: 1px solid #fff;
  }
  #sp-mypage-btn a{
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 0;
    display: inline-block !important;
  }
  #sp-mypage-btn a:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 9px;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url(../img/common/icn-mypage2_white.png) no-repeat;
    background-size: 24px;
  }
  #header #btn_menu{
    width: 65px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3rem;
    font-weight: bold;
    background: #666c70;
    padding: 20px 0;
    display: inline-block;
  }
  #sp-mypage-btn a i{
    content: "\f07a";
  }
  #contents_bottom {
    margin-top: 30px;
  }
}



/*-------------------header-------------------*/
#header .head-menu {
    clear: both;
    text-align: right;
    position: relative;
}
#header .head-menu ul{
  position: relative;
  top: -15px;
  z-index: 1;
  width: 100%;
  height: 22px;
  margin: 0px 0 27px;
  text-align: center;
}
#header .head-menu li {
   display: inline-block;
   padding-right: 20px;
    font-size: 1.2vw;
    letter-spacing: 3px;
    font-weight: bold;
}
#header .head-menu li:after {
   content: '｜'；
}
.head-menu a {
  display: inline-block;
  position: relative;
}
.head-menu a,
.head-menu a:link,
.head-menu a:visited {
  color: #333;
}
body.home .head-menu .hm-contents a,
body.category .head-menu .hm-contents a,
body.post-template-default .head-menu .hm-contents a,
body.page-id-59 .head-menu .hm-reason a,
body.style-template-default .head-menu .hm-style a,
body.tax-tax_style .head-menu .hm-style a,
body.post-type-archive-style .head-menu .hm-style a {
    /* color: #FF9C38; */
}
.head-menu a:hover,
#header .head-menu a.active{
  background: linear-gradient(to bottom, #fff 50%, yellow 50%);
}

.sp-head-menu ul{
  zoom: 1;
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
}
.sp-head-menu ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.sp-head-menu ul li {
  float: left;
  width: 25%;
}
.sp-head-menu ul li a {
  display: block;
  height: 51px;
  background: #FF972D;
  color: #fff;
  font-size: 11px;
  text-align: center;
  border-right: 1px solid #FFBB77;
  padding-top: 34px;
  position: relative;
}
.sp-head-menu ul li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    position: absolute;
    font-size: 23px;
    left: 50%;
    top: 7px;
    margin-left: -11px;
}
.sp-head-menu ul li.hm-home a:before {
    content: "\f015";
}
.sp-head-menu ul li.hm-reason a:before {
    content: "\f118";
}
.sp-head-menu ul li.hm-style a:before {
    content: "\f015";
}
.sp-head-menu ul li.hm-contents a:before {
    content: "\f02d";
}

#header .utility-menu {
    clear: both;
    text-align: right;
    position: relative;
    font-size: 1.2rem;
}
#header .utility-menu > ul {
    position: absolute;
    right: 0;
    top: -125px;
    font-size: 0;
}
#header .utility-menu ul li ul {
  opacity: 0;
  top: 50%;
  left: 0;
  visibility: hidden;
  transition: .3s;
  position: absolute;
  text-align: left;
  background: #fff;
  width: 100%;
}
#header .utility-menu ul li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
#header .utility-menu ul li ul li {
  display: block;
  padding: 0;
}
#header .utility-menu ul li ul li a {
  width: 100%;
  padding: 5px 5px 5px 20px;
  display: block;
  border: 1px solid #eee;
}
#header .utility-menu li {
   display: inline-block;
   vertical-align: top;
   padding-right: 0px;
   position: relative;
}
#header .utility-menu li.mini {
  font-size: 12px;
  background: #000;
  height: 20px;
  border-radius: 5px;
  padding: 1px 10px;
  margin: 15px 10px 10px;
}
#header .utility-menu li.mini a{
  width: 200px;
  color: #fff;
}

#header .utility-menu li:after {
   content: '｜'；
}
.utility-menu a {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 133px;
  text-align: center;
}
.utility-menu a,
.utility-menu a:link,
.utility-menu a:visited {
  color: #333;
}
#header .utility-menu li.mini a:after {
    display: inline-block;
    font-family: FontAwesome;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ">";
    margin-right: 5px;
}
#header .utility-menu .cart-btn a {
    font-size: 1.3rem;
    font-weight: bold;
    background: #666c70;
    padding: 79px 10px 0;
    color: #fff;
    position: relative;
    top: -2px;
}
#header .utility-menu .cart-btn a:before {
      content: url(../img/common/icn-cart2_white.png);
      color: #fff;
      position: absolute;
      top: 40px;
      left: 32px;
}
#header .utility-menu .login-btn {
  padding-right: 1px;
}
#header .utility-menu .login-btn > a {
  font-size: 1.3rem;
  font-weight: bold;
  background: #666c70;
  padding: 79px 10px 0;
  color: #fff;
  position: relative;
  top: -2px;
  text-align: center;
}
#header .utility-menu .login-btn > a:before {
      content: url(../img/common/icn-mypage2_white.png);
      color: #fff;
      position: absolute;
      top: 40px;
      left: 34px;
}


#search select,
#search-sm-content select {
  max-width:inherit;
  width: 100%;
}

#contents_top {
  padding: 0 0 40px;
  background: #fff;
}

/*side_left*/

/*category-nav*/

.category-nav a {
  font-weight: normal;
}
.category-nav li > a:hover {
    background: #eee;
}
.category-nav li > a.active {
    background: #eee;
}
.category-nav li a[href$='list?category_id=68'] {
    border: 1px solid #990000;
    text-align: center;
    /* background: #eee; */
    font-weight: bold;
    color: #990000;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 2px;
    font-size: 1.4rem;
}
.category-nav li a[href$='list?category_id=2'],
.category-nav a.list-btn[href$='list?category_id=2'] {
  background: url(../img/common/bg_gray.jpg);
  color: #fff;
}
.category-nav li a[href$='list?category_id=7'],
.category-nav a.list-btn[href$='list?category_id=7'] {
  background: url(../img/common/bg_gray.jpg);
  color: #fff;
}
.category-nav li a[href$='list?category_id=1'],
.category-nav a.list-btn[href$='list?category_id=1'] {
  background: url(../img/common/bg_gray.jpg);
  color: #fff;
}
.category-nav li a[href$='list?category_id=75'],
.category-nav a.list-btn[href$='list?category_id=75'] {
  background: url(../img/common/bg_gray.jpg);
  color: #fff;
}
.category-nav li a[href$='list?category_id=90'],
.category-nav a.list-btn[href$='list?category_id=90'] {
  background: url(../img/common/bg_gray.jpg);
  color: #fff;
}
.text_color{
  color: white;
}

.category-nav li a[href$='list?category_id=3'],
.category-nav li a[href$='list?category_id=4'],
.category-nav li a[href$='list?category_id=11'],
.category-nav li a[href$='list?category_id=12'],
.category-nav li a[href$='list?category_id=13'],
.category-nav li a[href$='list?category_id=14'],
.category-nav li a[href$='list?category_id=15'],
.category-nav li a[href$='list?category_id=16'],
.category-nav li a[href$='list?category_id=17'],
.category-nav li a[href$='list?category_id=18'],
.category-nav li a[href$='list?category_id=19'],
.category-nav li a[href$='list?category_id=48'],
.category-nav li a[href$='list?category_id=49'],
.category-nav li a[href$='list?category_id=60'],
.category-nav li a[href$='list?category_id=65'],
.category-nav li a[href$='list?category_id=66'],
.category-nav li a[href$='list?category_id=57'],
.category-nav li a[href$='list?category_id=59'],
.category-nav li a[href$='list?category_id=71'],
.category-nav li a[href$='list?category_id=78'],
.category-nav li a[href$='list?category_id=103'],
.category-nav li a[href$='list?category_id=101'],
.category-nav li a[href$='list?category_id=102'],
.category-nav li a[href$='list?category_id=105'],
.category-nav li a[href$='list?category_id=77'],
.category-nav li a[href$='list?category_id=76'],
.category-nav li a[href$='list?category_id=94']{
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding-left: 53px;
}
.category-nav li a[href$='list?category_id=3'] {  background-image: url(../img/common/categ_img3.png);}
.category-nav li a[href$='list?category_id=4'] {  background-image: url(../img/common/categ_img4.png);}
.category-nav li a[href$='list?category_id=11'] {  background-image: url(../img/common/categ_img11.png);}
.category-nav li a[href$='list?category_id=12'] {  background-image: url(../img/common/categ_img12.png);}
.category-nav li a[href$='list?category_id=13'] {  background-image: url(../img/common/categ_img13.png);}
.category-nav li a[href$='list?category_id=14'] {  background-image: url(../img/common/categ_img14.png);}
.category-nav li a[href$='list?category_id=15'] {  background-image: url(../img/common/categ_img15.png);}
.category-nav li a[href$='list?category_id=16'] {  background-image: url(../img/common/categ_img16.png);}
.category-nav li a[href$='list?category_id=17'] {  background-image: url(../img/common/categ_img17.png);}
.category-nav li a[href$='list?category_id=18'] {  background-image: url(../img/common/categ_img18.png);}
.category-nav li a[href$='list?category_id=19'] {  background-image: url(../img/common/categ_img19.png);}
.category-nav li a[href$='list?category_id=48'] {  background-image: url(../img/common/categ_img48.png);}
.category-nav li a[href$='list?category_id=49'] {  background-image: url(../img/common/categ_img49.png);}
.category-nav li a[href$='list?category_id=60'] {  background-image: url(../img/common/categ_img60.png);}
.category-nav li a[href$='list?category_id=57'] {  background-image: url(../img/common/categ_img57.png);}
.category-nav li a[href$='list?category_id=59'] {  background-image: url(../img/common/categ_img59.png);}
.category-nav li a[href$='list?category_id=65'] {  background-image: url(../img/common/categ_img65.png);}
.category-nav li a[href$='list?category_id=66'] {  background-image: url(../img/common/categ_img66.png);}
.category-nav li a[href$='list?category_id=94'] {  background-image: url(../img/common/categ_img94.png);}
.category-nav li a[href$='list?category_id=71'] {  background-image: url(../img/common/categ_img71.png);}
.category-nav li a[href$='list?category_id=78'] {  background-image: url(../img/common/categ_img78.png);}
.category-nav li a[href$='list?category_id=103'] {  background-image: url(../img/common/categ_img103.png);}
.category-nav li a[href$='list?category_id=101'] {  background-image: url(../img/common/categ_img101.png);}
.category-nav li a[href$='list?category_id=102'] {  background-image: url(../img/common/categ_img102.png);}
.category-nav li a[href$='list?category_id=105'] {  background-image: url(../img/common/categ_img105.png);}
.category-nav li a[href$='list?category_id=77'] {  background-image: url(../img/common/categ_img77.png);}
.category-nav li a[href$='list?category_id=76'] {  background-image: url(../img/common/categ_img76.png);}
.category-nav li a[href$='list?category_id=63'] {
    border: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    color: #666;
    background-image: url(../img/common/categ_img63.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 15px 12px;
    padding-left: 53px;
    border-radius: 2px;
    font-size: 1.5rem;
}
#drawer .category-nav li a[href$='list?category_id=63'],
#drawer .category-nav li a[href$='list?category_id=68'] {
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
}
.sp #category-sm-content a[href$='list?category_id=63'],
.sp #category-sm-content a[href$='list?category_id=68'] {
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
}

.category-nav ul {
  display: block;
}
#side_left .bnr-list li {
  margin-bottom: 20px;
}
#side_left .category-nav ul {
    display: block;
}
#side_left .item_gallery .row {
    margin-left: -1px;
    margin-right: -1px;

}
#side_left .item_gallery .row .col-sm-3,
#side_left .item_gallery .row .col-xs-6 {
    padding-right: 1px;
    padding-left: 1px;
}
#side_left .item_gallery dl,
#drawer .item_gallery dl {
  display: none;
}
#side-top-freearea {
  margin-bottom: 20px;
}
#side-bottom-freearea {
  margin-top: 20px;
  margin-bottom: 20px;
}
.category-nav .list-btn {
    background: #666;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-weight: normal;
    margin: 10px auto 20px;
    width: 80%!important;
    height: inherit;
    line-height: 1.4;
    padding: 5px;
    font-size: 1.2rem;
    display: block;
}
.category-nav .list-btn:hover {
    background: #333;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .category-nav > li > a {
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
  }

}
/*-------------------main-------------------*/
#topicpath {
  padding-top: 0;
  padding-bottom: 0;
  background: #F6F4EE;
  padding: 13px 0;
  overflow: auto;
  white-space: nowrap;
}
#topicpath::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
#topicpath::-webkit-scrollbar-track {/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
#topicpath::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
#topicpath ol,
#topicpath ul {
  width: 100%;
  border-bottom: 0px;
  padding-top: 0;
  letter-spacing: 2px;
  padding-bottom: 0;
  font-size: 1.3rem;
}
#topicpath a {
  color: #999;
}
#topicpath li:after {
    content: "/";
    padding: 0 13px;
    color: #ccc;
}
#topicpath li:last-child {
    font-weight: normal;
}

@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  #topicpath > div > div {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  }
  #topicpath ul{
    display: table;
  }
  #topicpath li {
    display: inline-block;
    white-space: nowrap;
    float: none;
  }
  /* スクロールバーの装飾 */
  #topicpath > div > div::-webkit-scrollbar {
    height: 10px;
  }

  #topicpath > div > div::-webkit-scrollbar-track {
    background-color: #FFF;
  }

  #topicpath > div > div::-webkit-scrollbar-thumb {
    background-color: rgba( 238, 238, 238, 0.8);
  }
}

#category-sm-content {}
#category-sm-content .category-nav {}
#category-sm-content .category-nav > li {
}
#category-sm-content .category-nav li > ul {
  zoom: 1;
  margin-top: 20px;
}
#category-sm-content .category-nav li > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#category-sm-content .category-nav li > ul > li {
  width: 33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 20px;
  border-bottom: none;
}
#category-sm-content .category-nav li > ul > li > a {
  border-bottom: none;
  text-align: center;
  padding: 65px 0 0;
  height: 100px;
  font-size: 1.2rem;

}
#category-sm-content .category-nav li a[href$='list?category_id=3'],
#category-sm-content .category-nav li a[href$='list?category_id=4'],
#category-sm-content .category-nav li a[href$='list?category_id=11'],
#category-sm-content .category-nav li a[href$='list?category_id=12'],
#category-sm-content .category-nav li a[href$='list?category_id=13'],
#category-sm-content .category-nav li a[href$='list?category_id=14'],
#category-sm-content .category-nav li a[href$='list?category_id=15'],
#category-sm-content .category-nav li a[href$='list?category_id=16'],
#category-sm-content .category-nav li a[href$='list?category_id=17'],
#category-sm-content .category-nav li a[href$='list?category_id=18'],
#category-sm-content .category-nav li a[href$='list?category_id=19'],
#category-sm-content .category-nav li a[href$='list?category_id=48'],
#category-sm-content .category-nav li a[href$='list?category_id=49'],
#category-sm-content .category-nav li a[href$='list?category_id=60'],
#category-sm-content .category-nav li a[href$='list?category_id=57'],
#category-sm-content .category-nav li a[href$='list?category_id=66'],
#category-sm-content .category-nav li a[href$='list?category_id=65'],
#category-sm-content .category-nav li a[href$='list?category_id=59'],
#category-sm-content .category-nav li a[href$='list?category_id=71'],
#category-sm-content .category-nav li a[href$='list?category_id=76'],
#category-sm-content .category-nav li a[href$='list?category_id=77'],
#category-sm-content .category-nav li a[href$='list?category_id=78'],
#category-sm-content .category-nav li a[href$='list?category_id=94'],
#category-sm-content .category-nav li a[href$='list?category_id=101'],
#category-sm-content .category-nav li a[href$='list?category_id=102'],
#category-sm-content .category-nav li a[href$='list?category_id=103'],
#category-sm-content .category-nav li a[href$='list?category_id=105']
{
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center top;
}
/*-------------------footer-------------------*/

footer#footer {
  padding-top: 0;
  background: #F1F2F0;
  color: #000;
  border: none;
}
#foot-sns {
  background: url(../img/common/bg_orange.jpg);
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
#foot-sns .sns-block {
  display: inline-block;
}
#foot-sns .sns-block div.block-title {
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
#foot-sns .sns-block div.block-title span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
}
#foot-sns .sns-block div.block-content {
    display: inline-block;
  }
#foot-sns .other-block {
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -14px;
    padding-right: 10px;
  }
/* sns-btn */
/*Twitter*/
.btn-sns.btn-tw {
    background: #1B95E0;
}
.btn-sns.btn-tw:before {
    content: "\f099";
}
/*LINE*/
.btn-sns.btn-line {
    background: #00B900;
}
.btn-sns.btn-line:before {
    content: "";
    height: 11px;
    width: 11px;
    background-image: url(/html/template/REHOME/img/common/line.svg);
    background-size: 100%;
}
/*メール*/
.btn-sns.btn-malmaga {
    background: #009999;
}
.btn-sns.btn-malmaga:before {
    content: "\f003";
}
.btn-sns.btn-youtube{}
.btn-sns.btn-youtube:before {
    content: "\f16a";
}
.btn-sns.btn-roomclip {
  display: none;
}
.btn-sns.btn-roomclip:before {
    content: "\f16a";
}
.btn-sns.btn-insta {}
.btn-sns.btn-insta:before {
    content: "\f16d";
}
.btn-sns {
    background: #000;
    border-radius: 3px;
    display: inline-block;
    height: 21px;
    color: #fff!important;
    line-height: 21px;
}
.btn-sns:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}


.btn-c-sns.btn-youtube {}
.btn-c-sns.btn-youtube:before {
    content: "\f16a";
    background-color: #CC212E;
}
.btn-c-sns.btn-insta {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}
.btn-c-sns.btn-insta:after{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.btn-c-sns.btn-insta:before {
    content: "\f16d";
}
.btn-c-sns.btn-roomclip {
  background-color: #fff;
}
.btn-c-sns.btn-roomclip:before {
    background-image: url(/html/template/REHOME/img/common/roomclip.svg);
    background-size: 100%;
    content: "";
    margin-top: 2px;
    margin-left: 2px;
}

.btn-c-sns {
    background: #000;
    border-radius: 3px;
    display: inline-block;
    color: #fff!important;
    font-size: 1.3rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}
.btn-c-sns:before {
    z-index: 1;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    content: "";
}

#contents {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform:  inherit;
    -moz-transform:  inherit;
    -ms-transform:  inherit;
    -o-transform:  inherit;
    transform:  inherit;
    will-change:  inherit;
}

#contents {
    position: relative;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    }
/* foot-guide */
#foot-guide {
  padding: 30px 0;
  background: #F1F2F0;
}
#foot-guide .box-content {
  width: 33%;
  float: left;
  padding: 0 20px;
}
#foot-guide .box-content.alpah-box {
  padding-left: 0;
}
#foot-guide .box-content.gamma-box {
  padding-right: 0;
}

#foot-guide .box-content .box-title {
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px 5px;
    margin: 0 0 15px;
}
#foot-guide .box-content div.box-s-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 15px 0 5px;
}
#foot-guide .box-content div.box-txt {
  font-size: 0.8em;
  line-height: 1.8;
}
.box-white {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
#foot-guide .btn-detail {
  clear: both;
  display: block;
  text-align: right;
}
#foot-link {
  margin-top: 10px;
  font-size: 1.3rem;
}
#footer .footer-bottom-menu{
  margin-top: 60px;
}
footer#footer p.copyright {
  color: #888;
  font-weight: normal;
  text-align: center;
}
footer#footer .footer_logo_area div{
  margin-bottom: 10px;
}

#page-top.on a {
  display: block;
}
#page-top a {
    display: none;
    padding: 0px 9px 2px;
    position: fixed;
    top: auto;
    bottom: 3%;
    right: 2%;
    font-size: 2.3rem;
    border-radius: 100%;
    opacity: .8;
    z-index: 10;
    text-decoration: none;
    width: inherit;
    height: inherit;
    line-height: 1.4;
}

 #foot-contact .block-tel span.tel-num {
      font-weight: bold;
      font-family: 'Century Gothic',Arial,sans-serif;
      display: block;
 }
#foot-contact .btn-contact a {
    display: block;
    background: url(../img/common/bg_orange.jpg);
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}
.btn-sns {
  width: 98px;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.btn-c-sns.btn-roomclip:before {
width: 40px;
height: 40px;
}
.btn-c-sns {
  width: 45px;
  height: 45px;
}
.btn-c-sns:before {
  width: 45px;
  height: 45px;
  font-size: 26px;
  line-height: 45px;
}
#foot-sns .sns-block {
margin-left: 20px;
margin-right: 20px;
}
#foot-sns .sns-block div.block-content {
position: relative;
top: -14px;
}
#foot-sns .sns-block div.block-title {
font-size:2.3rem;
margin-right: 20px;
}
#foot-contact .inner {
}

#foot-contact .block-shop {
text-align: center;
display: none;
padding-top: 30px;
}
#foot-contact .block-shop div.shop-logo {
display: inline-block;
margin-bottom: 10px;
}
#foot-contact .block-shop .shop-detail {
font-size: 1.3rem;
}
#foot-contact .block-tel {
clear: both;
float: left;
line-height: 1.2;
padding: 0;
width: 90%;
max-width: 600px;
}
#foot-contact .block-tel span.tel-cmt {
display: block;
}
#foot-contact .block-tel span.tel-num {
font-size: 5.0rem;
}
#foot-contact .btn-contact {
padding-top: 30px;
width: 130px;
float: right;
}
#foot-contact .btn-contact a {
  height: 100px;
  padding: 24px 10px;
  font-size: 1.8rem;
  width: 100%;
}

#foot-contact .container-fluid.contact{
max-width: 1120px !important;
margin: 50px auto;
padding: 40px 50px !important;
background-color: #FFF;
}
#foot-contact .container-fluid{
background-color: #F1F2F0;
}
#foot-contact .container-fluid.contact .head-text{
font-size: 24px;
font-weight: bold;
margin: 0 0 20px;
}
#foot-contact .container-fluid.contact .sns-hour{
margin: 0 0 20px;
}
#foot-contact .container-fluid.contact .sns-list{
text-align: left;
}
#foot-contact .container-fluid.contact .tel-cmt{
font-size: 20px;
font-weight: bold;
}
#foot-contact .container-fluid.contact .tel-num{
  font-size: 36px;
  font-family: arial;
}
#foot-contact .container-fluid.contact .tel-num a{
color: #000;
}
#foot-contact .container-fluid.contact .tel-hour{
font-size: 12px;
}
#foot-contact .container-fluid.contact .tel-list{
text-align: left;
}
#foot-contact .container-fluid.contact .tel-list li{
width: 43%;
margin: 0 5% 0 -2%;
vertical-align: top;
}

#foot-contact .container-fluid.contact .contact-btn{
box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.29);
background-color: #000;
width: 414px;
text-align: center;
font-weight: bold;
font-size: 18px;
border-radius: 5px;
}
#foot-contact .container-fluid.contact .contact-btn a{
display: block;
color: #fff;
padding: 14px 0 14px 27px;
}
#foot-contact .container-fluid.contact .contact-btn span{
position: relative;
}
#foot-contact .container-fluid.contact .contact-btn img{
position: absolute;
top: -4px;
left: -41px;
padding-right: 10px;
}
#foot-contact .container-fluid.contact .contact-btn img.mail{
top: 1px;
left: -37px;
}

#foot-contact .block-sns{
float: left;
width: 40%;
}

#footer .footer-menu{
max-width: 1120px;
margin: 0 auto;
overflow: hidden;
}
#footer .footer-menu .footer-menu-top{
font-size: 18px;
}
#footer .footer-menu .menu-box{
float: left;
width: 20%;
}
#footer .footer-menu p{
font-size: 18px;
font-weight: bold;
}
#footer .footer-menu p{
font-size: 16px;
}
#footer .footer-menu .menu-box.big{
width: 40%;
}
#footer .footer-menu .box-set{
display: inline-block;
vertical-align: top;
}
#footer .footer-menu .box-set a{
color: #000;
}
#footer .footer-menu .menu-box ul{
text-align: left;
font-size: 15px;
}
#footer .footer-menu .menu-box ul li{
display: block;
}
#footer .footer-menu .menu-box ul li:first-child{
margin: 0 8px 8px;
}
#footer .footer-bottom-menu li{
border-right: 1px solid #444;
padding-right: 20px;
}
#footer .footer-bottom-menu:last-child{
border-right: none;
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
    .btn-sns {
        width: 80px;
        font-size: 1.1rem;
    }
    .btn-c-sns {
        width: 40px;
        height: 40px;
    }
    .btn-c-sns:before {
        width: 40px;
        height: 40px;
        font-size: 26px;
        line-height: 40px;
    }
    .btn-c-sns.btn-roomclip:before {
      width: 35px;
      height: 35px;
    }
    #foot-sns .sns-block div.block-title {
      font-size:2.0rem;
    }
    #foot-sns .sns-block div.block-content {
         margin-bottom: 10px;
    }
    #foot-contact {
      text-align: center;
    }
    #foot-contact .inner {
      background: #fff;
      padding: 0 0 20px;
      background: none;
    }
    #foot-contact .block-shop {
      background: #F8F8F8;
      padding: 20px;
      margin-bottom: 20px;
    }
    #foot-contact .block-shop .shop-logo {
      margin: 0 0 20px;
    }
    #foot-contact .block-tel span.tel-num {
      font-size: 5.0rem;
    }
    #foot-contact .btn-contact a {
      width: 80%;
      margin: 10px auto 0;
      padding: 5px 0;
      font-weight: normal;
    }

}
@media (min-width: 992px) {/*幅992px以上で適用されるスタイル*/
     #foot-contact .inner {
      margin: 20px;
      padding: 25px 40px;
    }
     #foot-contact .inner {
      max-width: 1120px;
      margin: 0 auto;
    }
    #foot-contact .block-shop {
      width: 30%;
      text-align: center;
      float: left;
     display: block;
    }
    #foot-contact .block-tel {
      border-right: 1px solid #BFBFBF;
      margin-right: 7%;
      clear: inherit;
      float: left;
      line-height: 1.2;
      padding-left: 0px;
      width: 53%;
      max-width: 660px;
      background-size: inherit;
    }
    #foot-contact .btn-contact {
      width: 10%;
    }

}

/*=========================================================
トップ
=========================================================*/
.warp-title {
  font-size: 1.5rem;
  position: relative;
  text-align: center;
}
h2.warp-title:after,
h2.warp-title:before {
    content: url(../img/common/title-color-bar.png);
    position: absolute;
}
h2.warp-title span.en-txt {
  display: block;
  color: #FF9C38;
  font-family: 'Century Gothic',Arial,sans-serif;
}

.warp-s-title {
  position: relative;
  text-align: center;
}
h2.warp-s-title span {
  font-size: 1.5rem;
  top: -10px;
  display: inline-block;
}
h2.warp-s-title span.en-txt {
  color: #FF9C38;
  font-family: 'Century Gothic',Arial,sans-serif;
  margin-right: 10px;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  h2.warp-title:after,
  h2.warp-title:before {
      top: 40px;
  }
  h2.warp-title span.en-txt {
    font-size: 4.0rem;
  }
  h2.warp-title:after {
      right: 50%;
      margin-right: -195px;
  }
  h2.warp-title:before {
      left: 50%;
      margin-left: -195px;
  }
  h2.warp-s-title span.en-txt {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  h2.warp-title:after {
      right: 50%;
      margin-right: -180px;
  }
  h2.warp-title:before {
      left: 50%;
      margin-left: -180px;
  }
  h2.warp-title:after,
  h2.warp-title:before {
      top: 34px;
  }
  h2.warp-title span.en-txt {
    font-size: 3.0rem;
  }
  h2.warp-s-title span.en-txt {
    font-size: 2.5rem;
  }
}


.base-block {
  margin-bottom: 50px;
  zoom: 1;
}
.base-block:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/*#page_homepage*/
#page_homepage{
  color: #000;
}
#page_homepage .box-all-btn-top{
  background-color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  margin: 0 auto;
  width: 260px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.29);
}
#page_homepage .box-all-btn-top a{
  position: relative;
  display: block;
  color: #fff;
  padding: 14px 45px 14px 40px;
}
#page_homepage .box-all-btn-top a::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 23px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#page_homepage h2 {
    text-align: center;
    margin: 20px 0;
}
#page_homepage #contents_top {
    padding: 0;
}
#page_homepage .container-fluid.inner{
  max-width: none;
  padding: 0;
}
#page_homepage .class-cont-head{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #000;
  margin-bottom: 60px;
}
#page_homepage .class-cont-head:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #000; /*下線の色*/
}

#page_homepage #category{
  margin: 60px 0 60px;
}
#page_homepage .top-category-nav{
  font-size: 0;
}
#page_homepage .item-box-head{
  font-size: 21px;
  font-weight: bold;
}
#page_homepage .top-category-nav li{
  font-size: 16px;
  display: inline-block;
  width: 22%;
  margin-right: 3%;
  margin-bottom: 60px;
}
#page_homepage .top-category-nav li:nth-child(4n){
  margin-right: 0;
}
#page_homepage .top-category-nav li img{
  margin-bottom: 15px;
}
#page_homepage .top-category-nav li span{
  display: block;
  color: #000;
}
#page_homepage .top-category-nav li a{
  color: #000;
}
#page_homepage .top-category-nav li .item-head{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#page_homepage .top-category-nav li .item-text{
  font-size: 16px;
  color: #434343;
}
#page_homepage .wrap{
  font-size: 0;
}
#page_homepage .wrap .wraps{
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
}
#page_homepage .top-category-nav.furniture{
  width: 795px;
}
#page_homepage .top-category-nav.furniture li{
  width: 30.7%;
  margin-bottom: 20px;
}
#page_homepage .top-category-nav.furniture li:nth-child(4n){
  margin-right: 3%;
}
#page_homepage .top-category-nav.furniture li:nth-child(3n){
  margin-right: 0;
}
#page_homepage .top-category-nav.goods{
  display: inline-block;
  font-size: 21px;
  width: 265px;
}
#page_homepage .top-category-nav.goods li{
  width: 100%;
  margin-left: 3%;
  margin-bottom: 20px;
}

#page_homepage .top-bnr,
#page_homepage .top-sample{
  text-align: center;
  margin-bottom: 30px;
}

#page_homepage .top-search{
  background: url(../img/top/search-bg.png) no-repeat top center;
  height: 254px;
  text-align: left;
  margin-bottom: 80px;
}
#page_homepage .top-search .search-sm-content{
}
#page_homepage .top-search .search .input_search{
  width: 400px;
  border: none;
  margin: 0;
  padding: 0;
}
#page_homepage .top-search .search .bt_search{
  border-radius: 5px;
  right: -82px;
  top: -3px;
  background: #000;
  color: #fff;
  width: 75px;
  height: 50px;
  padding-right: 20px;
}
#page_homepage .top-search .search .bt_search::before{
  content: "";
  position: absolute;
  right: 17px;
  top: 22px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#page_homepage .top-search .head-main{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page_homepage .top-search .head-sub{
  font-size: 16px;
  color: #434343;
  margin: 0 0 25px;
}
#page_homepage .top-search .top-inner {
  padding: 19px 0 0 287px;
}
#page_homepage .top-search {

}

#page_homepage .top-search .search input[type="search"]{
  border: 1px solid #808080;
  background: #fff;
  padding: 0 10px;
}




/* line */
#page_homepage .line-cont{
  margin: 60px 0 80px;
}
#page_homepage .line-cont .top-inner{
  width: 792px;
}
#page_homepage .line-cont .line-img{
  background: url(../img/top/line-bg.png) no-repeat center top;
  height: 364px;
  margin-bottom: 20px;
}
#page_homepage .line-cont .line-sub{
  margin: 20px;
  color: #434343;
}
#page_homepage .line-cont .box-all-btn-top{
  margin: 0 0 0 51px;
  position: relative;
  top: 250px;
}

#page_homepage .top-btn-style{
  display: inline-block;
  text-align: center;
  width: 250px;
}
#page_homepage .top-btn-style a{
  display: block;
  background-color: #000;
  color: #fff;
}
#page_homepage #coordinat-block {
  background: url(../img/top/codenate-bg.png) no-repeat center top;
  padding: 40px 0 60px;
}
#page_homepage #coordinat-block .item{
  width: 31%;
  margin-right: 3.1%;
  display: inline-block;
  vertical-align: top;
}
#page_homepage #coordinat-block .item:last-child{
  margin-right: 0;
}
#page_homepage #coordinat-block .item-img{
  height: 192px;
  overflow: hidden;
}
#page_homepage #coordinat-block .item-text{
  position: relative;
  background-color: #fff;
  padding: 20px;
}
#page_homepage #coordinat-block .item-text .tag{
  margin: 0;
  background-color: #666c70;
  z-index: 1;
  position: absolute;
  top: -28px;
  left: 0;
  display: inline-block;
  padding: 3px 10px;
}
#page_homepage #coordinat-block .item-text .item-txt{
  margin-bottom: 5px;
}
#page_homepage #coordinat-block .item-text .item-link{
  display: inline-block;
  position: relative;
  color: #C38900;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
}
#page_homepage #coordinat-block .item-text .item-link::before{
  content: "";
  position: absolute;
  right: -12px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
 }
#page_homepage #coordinat-block{

}
#page_homepage #coordinat-block{

}
#page_homepage #coordinat-block{

}
#page_homepage #coordinat-block{

}
#page_homepage #coordinat-block{

}
#page_homepage #coordinat-block{

}
#page_homepage #coordinat-block{

}
#page_homepage #coordinat-block{

}

/*main_visual
.main-slide {
}
.main_visual {
  margin-bottom: 0;
}
.main_visual .item img {
    width: 100%;
}
.main_visual_nav {
  position: relative;
  margin: 0 auto;
}
.main_visual_nav .slick-list {
}
.main_visual_nav .slick-list .item {
  padding: 0 5px;
}
.main_visual_nav .slick-list .item img {
  width: 100px;
}
@media (min-width: 768px) {
  .main_visual .slick-dots {
    display: none!important;
  }
  .main_visual_nav {
    display: block;
  }

}
@media (max-width: 767px) {
  .main_visual .slick-dots {
  }
  .main_visual_nav {
    z-index: -1;
  }
}*/
.main_visual {
    margin-bottom: 0px;
}
.main_visual .slick-dots {
    position: absolute;
    bottom: 0;
}
.slick-slide {
  background: #eee;
}
.slick-slide img {
  margin: 0 auto;
}
/* top-news */
.top-inner {
  max-width: 1060px;
  margin: 0 auto;
}
#top-news a {
  color: #000;
}
#top-news a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#top-news {
  position: relative;
  background: #F4F3EE;
}
#top-news .box-title span {
  color: #000;
  margin-right: 20px;
  margin: 0 20px 0 0;
  padding-right: 50px;
  border-right: 1px solid #DADADA;
  font-size: 21px;
  line-height: 2.5;
}
.news-list {
  display: inline-block;
  vertical-align: middle;
}
.news-list article .list-date {
  display: inline-block;
  margin-right: 10px;
}
.news-list article .list-info {}


@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  #top-news .box-title {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 1.5rem;

  }
  #top-news .box-title span {
    display: block;
  }
  .news-list article {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  #top-news {
    padding: 10px 15px ;
  }
  #top-news .box-title {
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
  }
  #top-news .box-title span {
    font-size: 2.0rem;
    padding-right: 10px;
  }
  .news-list article {
    margin-bottom: 3px;
  }
  .news-list article .list-info{
    display: inline-block;
    vertical-align: top;
    width: 70% ;
  }
}

/* top-topic */
#top-topic {
  padding: 30px 0 60px;
  border-bottom: 1px solid #BFBFBF;
}
#top-topic a {
  color: #333;
}

#top-topic .bnr-list {
  position: relative;
  margin: 0 -10px;
  text-align: center;
}
#top-topic .bnr-list .box-img{
  margin-bottom: 30px;
}
#top-topic .bnr-list .box-title{
  background: linear-gradient(to bottom, #fff 50%, yellow 50%);
  display: inline-block;
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: bold;
}
#top-topic .box-text {
  font-size: 17px;
  max-width: 789px;
  margin: 0 auto;
  color: #707070;
  margin-bottom: 60px;
}
#top-topic .bnr-list {
}
#top-topic .bnr-list {
}
#top-topic .bnr-list {
}
.bnr-list article.bnr-box {
  margin-bottom: 20px;
  padding: 0 10px;
}
.bnr-list article.bnr-box .box-img img{
  width: 100%;
  margin-bottom: 5px;
}
.bnr-list article.bnr-box a .box-title {}

/*#item-ranking*/
#item-ranking .tabpanel {
}
#item-ranking .tabpanel .tab{
}
#item-ranking .tabpanel .tab .box{
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 0 10px;
}
#item-ranking .tabpanel .tab .box.selected {
  background: #FF9C38;
  color: #fff;
  border-radius: 3px;
}
#item-ranking .tabpanel .panel{
}
#item-ranking .tabpanel .panel .box:not( :first-child ) {
  display: none;
}
#item-ranking .item_comment {
  display: none;
}

#item-ranking {counter-reset:rank;}
#item-ranking .panel .box > div dl:before {
  counter-increment:rank;
  content:counter(rank);
  background: #FF9C38;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  #item-ranking .panel .box > div dl:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 1.3rem;
    left: 16px;
  }
  #item-ranking .panel .box > div dl {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  #item-ranking .panel .box .item_photo {
    margin-top: 20px;
  }
  #item-ranking .panel .box > div dl:before {
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 1.0rem;
    left: 50%;
    top: 0px;
    margin-left: -7px;
}
  }

}

/*#coordinat-block */
#coordinat-block {}
#coordinat-block a {
  color: #333;
}
.coordinat-slide {
  position: relative;
  margin-bottom: 60px;
}
.coordinat-slide div.slick-list div.slick-track div.item {
  position: relative;
  overflow: hidden;
}
.coordinat-slide .slick-list .slick-track .item a img {
  width: 100%;
}
.coordinat-slide div.slick-list .item .item-txt {
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 768px) {/*幅767px以下で適用されるスタイル*/
  .coordinat-slide ul.slick-dots {
    position: absolute;
    bottom: 30px;
  }
  .coordinat-slide div.slick-list div.slick-track div.item {
    height: 465px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .coordinat-slide div.slick-list .item .item-txt {
    font-weight: normal;
    font-size: 1.3rem;
  }
  .coordinat-slide ul.slick-dots {
    position: absolute;
    bottom: -30px;
  }
  .coordinat-slide div.slick-list div.slick-track div.item {
    height: 160px;
  }
}

/* knowledge-block */
#knowledge-block{
  background-color: #F1F2F0;
  padding: 60px 0;
}
#knowledge-block .post-list article{
  width: 25%;
}
#knowledge-block .post-list article a.post-link div.post-box div.pop-post-thumb{
  width: auto;
  float: none;
}
#knowledge-block .post-list article a.post-link div.post-box div.pop-post-meta{
  width: auto;
  float: none;
}
#knowledge-block a {
  color: #333;
}


#faq-block .faq_link{
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
#faq-block .faq_link a{
  color: #C38900;
}
#faq-block .faq_link:after{
  content: "";
  position: absolute;
  right: -12px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

#faq-block li{
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#faq-block dl{

}
#faq-block dt{
  position: relative;
  background: url(../img/top/q.png) no-repeat left top;
  padding-left: 45px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#faq-block dd{
  position: relative;
  background: url(../img/top/a.png) no-repeat left top;
  padding-left: 45px;
  font-size: 16px;
}

#top-flow-cont{
  background: #666c70;
}
#top-flow-cont ul{
  font-size: 0;
}
#top-flow-cont li{
  width: 30.3%;
  margin: 0;
  margin-right: 4%;
  text-align: left;
  font-size: 18px;
  padding: 70px 0;
  padding-left: 110px;
  border-right:  1px solid #e2e2e2;
}
#top-flow-cont li:nth-child(1){
  background: url(../img/top/footer1_white.png) no-repeat center left;
}
#top-flow-cont li:nth-child(2){
  background: url(../img/top/footer2_white.png) no-repeat center left;
}
#top-flow-cont li:nth-child(3){
  background: url(../img/top/footer3_white.png) no-repeat center left;
  border-right: none;
  margin-right: 0;
}
#top-flow-cont dt{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
#page_homepage .post-box .pop-post-thumb{
  margin-bottom: 10px;
}
#page_homepage .post-list article a.post-link div.post-box div.pop-post-meta div.entry-title{
  font-size: 17px;
}
#page_homepage .post-list article a.post-link  .item-link{
  display: inline-block;
  position: relative;
  color: #C38900;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
}
#page_homepage .post-list article a.post-link  .item-link::after{
  content: "";
  position: absolute;
  right: -12px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
#page_homepage #knowledge-block .post-list article{
  margin-bottom: 40px;
}

.post-list {
  position: relative;
  margin: 0 -10px;
  zoom: 1;
}
.post-list:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.post-list article a.post-link div.post-box div.pop-post-meta div.entry-title {
    font-weight: bold;
    height: auto;
    overflow: hidden;
    position: relative;
}
/*.post-list article a.post-link div.post-box div.pop-post-meta div.entry-title:after {
    content: '…';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 6px;
    background: #fff;
}*/
.post-list article a.post-link div.post-box div.pop-post-meta p {
    font-size: 1.4rem;
    min-height: 40px;
}


@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .post-list article a.post-link div.post-box div.pop-post-meta div.entry-title {
    font-size: 1.6rem;
    padding-top: 10px;
  }
  .post-list article {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    zoom: 1;
  }
  .post-list article:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
  }
  .post-list article a.post-link div.post-box div.pop-post-thumb {
    width: 35%;
    float: left;
  }
  .post-list article a.post-link div.post-box div.pop-post-meta {
    width: 60%;
    float: right;
  }
  .post-list02 article {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    padding: 0 10px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
  }
  .post-list02 article .pop-post-thumb {
    margin-bottom: 10px;
    width: 80px;
    float: left;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .post-list02 {
    position: relative;
    margin: 0 -10px;
    zoom: 1;
  }
  .post-list02:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
  }
  .post-list article a.post-link div.post-box div.pop-post-meta div.entry-title {
    font-size: 2.0rem;
  }
  .post-list article {
    width: 50%;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
  }
  .post-list article a.post-link div.post-box div.pop-post-thumb {
    width: 45%;
    float: left;
    height: 141px;
    overflow: hidden;
  }
  .post-list article a.post-link div.post-box div.pop-post-meta {
    width: 50%;
    float: right;
  }
  .post-list02 article {
    width: 25%;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
  }
  .post-list02 article .pop-post-thumb {
    margin-bottom: 10px;
  }
}


/* gallery-block */
div#gallery-block {}
.gallery-list {
  zoom: 1;
}
.gallery-list:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}


.gallery-list article a.post-link {}
.gallery-list article a.post-link div.post-box {
  position: relative;
}
.gallery-list article a.post-link div.post-box div.pop-post-thumb img {
  width: 100%;
}


.gallery-list article a.post-link div.post-box div.pop-post-title {
  display: none;
}
.gallery-list article a.post-link div.post-box:hover div.pop-post-title {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #666;
  background: #fff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .gallery-list article {
    width: 25%;
    float: left;
    overflow: hidden;
    height: 153px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .gallery-list article {
    width: 33%;
    float: left;
    overflow: hidden;
    height: 153px;
    height: 85px;
  }
}
/*=========================================================
ログインorお客様情報
=========================================================*/

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  #page_login_or_entry .page-heading {
    font-size: 2.2rem;
  }
  .login_cart .column .column_inner {
      position: relative;
      top: 0%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
  }
}
#page_login_or_entry #login_box .column  .icon {
  padding: 10px;
}
#login_box .column  .icon,
#page_login_or_entry #login_box .column  .icon svg {
  display: none;
}
/*=========================================================
商品リスト
=========================================================*/
.status-ico {
  position: relative;
}
.product_tag_list {
  border: none;
}
#page_product_list .status-ico #product_tag_box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    text-align: right;
    width: 100%;
}
#page_product_list #product_tag_box__product_tag--4 {
    position: absolute;
    top: 5px;
    left: -5px;
}

#product_tag_box__product_tag--4 {
    border-radius: 0px;
    padding: 4px 8px 4px 17px;
    background-color: #d9534f;
    color: #fff;
    position: relative;
    z-index: 100;
    font-size: 10px;
    height: 24px;
}
#product_tag_box__product_tag--4:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    bottom: 0;
    border-color: #d9534f;
    border-style: solid;
    border-width: 25px 14px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: -1;
}
.item-detail-free-deli {
    background: #DE5D50;
    color: #fff;
    padding: 3px 10px;
    font-size: 1.4rem;
    position: relative;
    top: -3px;
    font-weight: 500;
    margin-left: 5px;
}
}

.status-function-ico {
  position: relative;
  margin-bottom: 10px;
}
.status-function-ico ul {
  zoom: 1;
}
.status-function-ico ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.status-function-ico ul li {
  display: inline-block;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  width: 26px;
  height: 26px;
}
.status-function-ico ul li a {
  padding-bottom: 0!important;
}
.status-function-ico ul li img {
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
    .product_page .product_item {
      padding-bottom: 10px;
    }
}

/*=========================================================
商品詳細
=========================================================*/
#status-wrap dl {
    padding: 14px 0;
    border-top: none;
    border-bottom: 1px dotted #ccc;
}
#status-wrap dt {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#status-wrap dd ul li {
  display: inline;
  font-size: 1.3rem;
  padding-bottom: 5px;
  margin-right: 10px;
}
#status-wrap .box-tag li img {
  width: 30px;
}
#status-wrap .box-tag li {
  margin-right: 0;
}
.relative_cat li:first-child a,
.relative_cat li a {
  padding: 0 0.5em 0 0;
}
#relative_category_box ol {
  display: inline;
  font-size: 1.3rem;
  line-height: 1.6;
}
#relative_category_box ol li{
  display: none;
}
#relative_category_box ol li:last-child{
  display: inline;
}
.favorite-btn {
    background: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
}
.favorite-btn:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    margin-right: 5px;
    color: #FFCC00;
    position: relative;
    top: 1px;
}
.favorite-btn.btn-finish {
  color: #888;
  background: #eee;
}
.favorite-btn.btn-finish:before {
  color: #888;
  display: none;

}
.shopping-guide-area {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 2.0;
}
.shopping-guide-area li:before {
  content: '・'
}
.aaaa {
  display: none;
}
#option_detailclass3_area {
  margin-top: 20px;
}
#option_detailclass3_area th {
  font-size: 0.8em;
}
#option_detailclass3_area .item-price02 .price02,
#option_detailclass3_area .item-price01,
#option_detailclass3_area .item-stock,
#option_detailclass3_area .item-code {
  display: none;
}
table#option_detailclass3_area th {
  word-wrap: break-word;
}
#option_detailclass3_area .price01,
#option_detailclass3_area .code {
  margin-bottom: 0px!important;
}
#item_detail .item:nth-of-type(4) {
  margin-top: 13px;
}
#option_detailclass3_area td {
  position: relative;
}
#option_detailclass3_area .radio_btn > .text-primary {
    position: absolute;
    width: 100%;
    height: 100%;
    /* margin: 0 1px; */
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.8);
    color: #aaa;
    font-size: 0.8em;
}
#option_detailclass3_area .item-date {
  line-height: 1.1;
}
#option_detailclass3_area .item-date div {
  display: inline;
}
#option_detailclass3_area .radio_btn,
#option_detailclass3_area .item-price02,
#option_detailclass3_area .item-date {
  font-size: 0.8em;
}
.option_description .btn-info {
  background: #FF9C38;
  border-radius: 5px;
}
/* 画像を全幅でマトリックス表示する場合

.Product118 #detail_description_box__class_range_sale_price,
.Product118 #detail_description_box__class_normal_price,
.Product118 #codeInfo,
.Product118 #price02Info,
.Product118 #photoInfo,
.Product118 #item_photo_area {
  display: none;
}
.Product118 #item_detail_area {
  width: 100%;
}
*/
#item_detail_area #codeInfo,
#item_detail_area #price02Info {
  display: none;
}
.Product118 option[value="119"] {
}
#product_review_area {
  margin-top: 50px;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  #product_review_area dl dd {
    height: 500px;
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  #product_review_area dl dd {
    height: 300px;
    overflow-y: scroll;
  }
}
/*=========================================================
マイページ
=========================================================*/
#page_mypage_history dd[id^="detail_list__price02_inc_tax"] {
  display: none;
}

/*=========================================================
問い合わせ
=========================================================*/
#top_box__contents .attention {
  color: #f00;
}

/*=========================================================
アカウントをお持ちでない方
=========================================================*/
#detail_box__company_name,
#detail_box__fax,
#detail_box__sex,
#detail_box__birth,
#detail_box__job,
#top_box__fax,
#top_box__job,
#top_box__company_name,
#confirm_box__company_name,
#top_box__birth dl:nth-of-type(1),
#top_box__birth dl:nth-of-type(2) {
  display: none;
}
#confirm_box__fax,
#confirm_box__birth,
#confirm_box__sex,
#confirm_box__job,
#confirm_box__body .dl_table.not_required {
  display: none;
}
#detail_box__message + .heading02,
#mail_list {
  display: none;
}
/*=========================================================
wordpress
=========================================================*/

/*narrow-box*/
.narrow-box {
    font-size: 0.9em;
}
.narrow-box dl {
    position: relative;
    margin-bottom: 8px;
}
.narrow-box dt {
    font-weight: bold;
}
.narrow-box dd li {
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 1px;
    padding: 2px 0;
}
.narrow-box label {
    cursor: pointer;
}
.narrow-box input {
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.narrow-box dl:nth-of-type(2),
.narrow-box dl:nth-of-type(4),
.narrow-box dl:nth-of-type(5) {
    display: none;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
    .narrow-box dd {
        margin-bottom: 5px;
        padding-left: 70px;
    }
    .narrow-box dt {
        font-weight: bold;
        position: absolute;
        left: 0;
        width: 70px;
    }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
    .product_page .product_item a {
        padding-bottom: 5px;
    }
    .product_page .product_item {
      padding-bottom: 10px;
    }
}



.content-list {
  background: #EFF1F0;
  padding: 20px 20px 30px;
  margin: 0 0 30px;
}
.content-list .list-title {
  text-align: center;
  color: #000033;
    font-weight: bold;
    margin: 0 0 10px;
}

.content-list article {
  padding: 0 1%;
  max-width: 220px;
  position: relative;
}
.content-list article:hover img{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.content-list article:hover h3 {
  text-decoration: underline;
}
.content-list article a {
  display: block;
  position: absolute;
  left: 0;
  height: 0;
  height: 100%;
  width: 100%;
}
.content-list h3 {
  font-size: 1.2rem;
  margin: 10px 0 0;
  display: block;
  color: #333;
}

@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .content-list {
    padding: 20px 20px 10px;
  }
  .content-list .list-content article {
    margin: 0 auto 20px;
    }
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .content-list {
    padding: 20px 20px 30px;
  }
  .content-list .list-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .content-list article {
    width: 31%;
  }
}
/*---------------
wordpress block よくある質問
---------------*/
.faq-accordion-list {
    margin-top: 50px;
    border: 8px solid #eee;
}
.faq-accordion-list h2 {
  margin-top: 0px!important;

}
.faq-accordion-list article {
  color: #666666;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 0;
    display: block;
}
.faq-accordion-list .faq-title {
    position: relative;
    padding: 10px 10px  10px 35px;
    text-align: left!important;
    font-weight: bold;
    cursor: pointer;
}
.faq-accordion-list .faq-title:before {
    content: 'Q';
    background: #999999;
    left: 0;
    top: 10px;
    position: absolute;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
}
.faq-accordion-list .faq-answer {
    position: relative;
    padding-left: 35px;
    display: none;
    text-align: left;
}
.faq-accordion-list .faq-answer:before{
    left: 0;
    top: 0;
    position: absolute;
    content: 'A';
    background: #FF6080;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .faq-accordion-list {
      padding: 10px 20px;
  }
  .faq-accordion-list .faq-title {
      font-size: 1.5rem;
  }
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .faq-accordion-list {
      padding: 40px;
  }
  .faq-accordion-list .faq-title {
      font-size: 2.0rem;
  }
}


#sp-mypage-btn,
#sp-cart-btn {
  z-index: 10;
}

@media (max-width: 767px) {
  .top-inner{
    max-width: 100%;
    padding: 0;
  }
  #header.smaller{
    padding: 0;
  }
  #header #btn_menu {
    padding: 0;
    font-size: 1rem;
  }
  .nav-trigger span{
    background: white;
    top: 37%;
    right: 19px;
    height: 2px;
  }
  #btn_menu .nav-trigger{
    padding: 37px 0 25px;
    text-align: center;
  }
  #btn_menu .nav-trigger span::before,
  #btn_menu .nav-trigger span::after{
    background: white;
    height: 2px;
  }
  #sp-mypage-btn{
    height: 62px;
    text-align: center;
  }
  #sp-mypage-btn a{
    display: block;
    padding: 37px 0 25px;
    text-align: center;
    color: white;
  }
  #sp-cart-btn{
    right: 65px;
    height: 62px;
  }
  #sp-cart-btn a{
    display: block;
    padding: 37px 0 25px;
    text-align: center;
    color: white;
  }
  #sp-cart-btn a:before{
    content: "";
    color: #fff;
    position: absolute;
    top: 9px;
    left: 17px;
    width: 24px;
    height: 24px;
    background: url(../img/common/icn-cart2_white.png) no-repeat;
    background-size: 24px;
  }
  #page_homepage .top-search .top-inner{
    padding: 0;
  }
  #page_homepage .top-search .search .input_search{
    width: 60%;
  }
  #page_homepage .line-cont .top-inner{
    width: 100%;
  }
  #page_homepage .post-list{
    margin: 0;
  }
  .sp-head-menu ul{
    margin: 0;
  }
  #top-topic .bnr-list{
    margin: 0;
  }

  #page_homepage .top-category-nav li{
    vertical-align: top;
    width: 48%;
    margin: 0 4% 40px 0;
  }
  #page_homepage .top-category-nav li:nth-child(2n){
    margin-right: 0;
  }
  #page_homepage #category{
    padding: 0 20px;
  }
  #page_homepage .top-category-nav.furniture{
    width: 100%;
  }
  #page_homepage .top-category-nav.goods{
    width: 100%;
    font-size: 0;
  }
  #page_homepage .top-category-nav.furniture li{
    vertical-align: top;
    width: 48%;
    margin: 0 4% 40px 0;
  }
  #page_homepage .top-category-nav.furniture li:nth-child(2n){
    margin-right: 0;
  }
  #page_homepage .top-category-nav.furniture li:nth-child(3){
    margin: 0 4% 40px 0;
  }
  #page_homepage .top-category-nav.goods li{
    vertical-align: top;
    width: 48%;
    margin: 0 4% 40px 0;
  }
  #page_homepage .top-category-nav.goods li:nth-child(2n){
    margin-right: 0;
  }

  #page_homepage .top-search{
    background: url(../img/top/sp-search-bg.png) no-repeat center;
    background-size: cover;
    padding: 30px 10px 30px 28%;
    height: auto;
  }
  #page_homepage .top-search .head-main{
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3;
  }
  #page_homepage .top-search .extra-form{
    margin: 0;
  }
  #page_homepage .top-search .head-sub{
    font-size: 14px;
    margin-bottom: 10px;
  }
  #page_homepage .top-search .search .input_search{
    width: 100%;
    height: auto;
  }
  #page_homepage .top-search .search .bt_search{
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }

  #page_homepage #coordinat-block{
    background: url(../img/top/sp-codenate-bg.png) no-repeat center top #EDEDEE;
  }
  #page_homepage #coordinat-block .top-inner{
    padding: 0 40px;
  }
  #page_homepage #coordinat-block .item{
    width: 100%;
    margin-bottom: 30px;
  }
  #page_homepage #coordinat-block .coordinat-slide{
    margin-bottom: 10px;
  }
  #page_homepage .bnr-list article.bnr-box{
    padding: 0;
  }
  #page_homepage #top-topic .bnr-list .box-title{
    padding: 0 20px;
    font-size: 20px;
    background: none;
    margin: 0 0 25px;
  }
  #page_homepage #top-topic .bnr-list .box-title span{
    display: inline-block;
    margin: 0 10% 10px;
    background: linear-gradient(to bottom, #fff 80%, yellow 20%);
  }
  #page_homepage #top-topic .box-text{
    padding: 0 20px;
    text-align: left;
  }

  #page_homepage .line-cont .line-img{
    background: url(../img/top/sp-line-bg.png) no-repeat center top;
    height: 441px;
  }
  #page_homepage .line-cont .box-all-btn-top {
    margin: 0 auto;
    position: relative;
    top: 550px;
  }

  #page_homepage .line-cont .line-sub{
    line-height: 1.8;
  }
  #page_homepage .line-cont {
    margin: 60px 0 160px;
  }
  #knowledge-block .post-list {
    font-size: 0;
    padding: 0 20px;
  }
  #knowledge-block .post-list article {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  #knowledge-block .post-list article:nth-child(2n) {
    margin-right: 0;
  }

  #faq-block ul{
    padding: 0 20px;
  }
  #drawer .utility-menu,
  #drawer .sub-div{
    display: none;
  }

  #page_homepage .top-category-nav li .item-head{
    font-size: 14px;
    margin-bottom: 10px;
  }
  #page_homepage .top-category-nav li .item-text{
    font-size: 13px;
  }
  #page_homepage .top-bnr, #page_homepage .top-sample img{
    width: 100%;
  }

  /* footer */
  #top-flow-cont{
    overflow: hidden;
  }
  #top-flow-cont li{
    width: 100%;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
  #top-flow-cont li{
    padding: 8% 0;
    padding-left: 33%;
    margin: 0;
  }
  #top-flow-cont li:nth-child(1){
    background: url(../img/top/footer1_white.png) no-repeat 6%;
  }
  #top-flow-cont li:nth-child(2){
    background: url(../img/top/footer2_white.png) no-repeat 7%;
  }
  #top-flow-cont li:nth-child(3){
    background: url(../img/top/footer3_white.png) no-repeat 7%;
    border: none;
  }
  #top-flow-cont li dd{
    /* color: #434343; */
    color: white;
    font-size: 16px;
  }
  #foot-contact .block-tel{
    text-align: left;
  }
  #foot-contact .container-fluid.contact{
    margin: 30px 20px;
    padding: 20px !important;
  }
  #foot-contact .container-fluid.contact .contact-btn{
    width: 100%;
  }
  #foot-contact .container-fluid.contact .tel-list li{
    text-align: center;
    width: 100%;
  }
  #foot-contact .block-sns{
    text-align: left;
    width: 100%;
    border-top: 1px solid #BFBFBF;
    margin-top: 25px;
    padding-top: 25px;
  }
  #footer .footer-menu{
    margin-top: -10px;
    padding: 0 30px;
    text-align: left;
  }
  #footer .footer-menu .footer-menu-top{
    margin-bottom: 20px;
    font-size: 16px;
  }
  #footer .footer-menu .menu-box{
    width: 100%;
  }
  #footer .footer-menu .menu-box.big{
    width: 100%;
  }
  #footer .footer-menu .menu-box p{
    margin: 0 0 20px 0;
  }
  #footer .footer-menu .box-set{
    width: 100%;
  }
  #footer .footer-menu .js-footer-menu{
    display: none;
  }
  #foot-contact .container-fluid.contact .contact-btn{
    font-size: 15px;
  }
  #foot-contact .container-fluid.contact .contact-btn img.mail{
    top: 4px;
    left: -31px;
    width: 30px;
  }
  #foot-contact .container-fluid.contact .contact-btn img{
    top: 1px;
    left: -31px;
    width: 30px;
  }

}
