@charset "euc-jp";
#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}
.row { max-width: 100%;}
.pc-only{ display: block; }
.pc-inline-only{ display: inline; }
.sp-only{ display: none; }
.sp-inline-only{ display: none; }
.txt-ctr { text-align: center; }
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);
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}
.btn-02 {
  border: none;
  background: #ecd062 !important;
  color: #fff;
  *background-color: #ecd062;
}
.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  /* border: 1px solid #ecd783;
  background-color: #ecd783; */
  opacity: .8;
  color: #fff;
  /* background-color: #ecd783; */
}
.disable_bookmark,
.disable_fav {
  width: calc(100% / 2 - 10px) !important;
  float: left;
  display: inline;
  margin: 5px;
}
.disable_cartin input, .disable_bookmark input , .disable_fav button {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "??????&#229;?", YuGothic, "?&#1189;&#39278;?γ&#1125;? Pro", "Hiragino Kaku Gothic Pro", "?&#6500;?&#43370;", Meiryo, "?&#867;??Х????&#229;?", "MS P Gothic", sans-serif;
}
.disable_cartin .btn-02 {
  background: #fa7272 !important;
  margin-bottom: 5px !important;
  padding: 32px 0;
  font-size: 150%;
}
.disable_fav .btn-06 {
  background: #94d5aa !important;
}
.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}
.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}
.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}
.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}
@media (max-width: 768px) {
  .disable_cartin .btn-02 {
    margin-bottom: 0px !important;
  }
}
/* ========================================
  PC
======================================== */
body {
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "??????&#229;?", YuGothic, "?&#1189;&#39278;?γ&#1125;? Pro", "Hiragino Kaku Gothic Pro", "?&#6500;?&#43370;", Meiryo, "?&#867;??Х????&#229;?", "MS P Gothic", sans-serif;
  font-size:15px;
}
a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover {
  color: #5e5e5e;
}
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}
.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }
.text-block {
  line-height: 2;
}
.ttl-h2 {
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.5;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}
.circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.accordion_list {
  display: none;
  list-style: none;
}
.eclink_bnr,
.showroom_bnr ,
.tel_bnr {
  margin-bottom: 20px;
}
.partner_bnr {
  margin-bottom: 20px;
}
.partner_bnr img:hover {
 filter:alpha(opacity=80);
 opacity:0.8;
}
#container {
  overflow: hidden;
  position: relative;
  z-index: 101;
  padding: 40px 0 60px;
  width : 88% ; 
  width : -webki-calc(100% - 240px) ;
  width : calc(100% - 240px) ;
}
#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}
#header {
  position: relative;
  z-index: 102;
  padding-top: 40px;
  padding-bottom:20px;
}
.top-info-inner {
  width: 88%;
  width: -webki-calc(100% - 256px);
  width: calc(100% - 256px) !important;
  position: relative;
  margin: 0 auto;
}
.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 8px 12px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 3px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
.header-headline-nav li a {
  padding-left: 20px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
}
.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-viewcart .icon {
  padding-left: 20px;
}
.btn-viewcart .icon:before {
  margin-top: 1px;
}
.header-txt {
  position: absolute;
  top: 8px;
  font-size: 12px;
}
.header-logo {
  float: left;
  position: relative;
  bottom: 20px;
  width:300px;
}
.header-logo a {
  text-decoration: none;
}
@media (max-width: 1260px) {
  .header-logo {
    width: 230px;
  }
}
@media (max-width: 980px) {
  .header-logo {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .header-logo {
    bottom: -20px;
  }
}
.header-logo a:hover {
  text-decoration: underline;
}
.header-logo img {
  max-width: 100%;
}
.header-global-nav {
  z-index: 100;
  text-align: center;
  position: relative;
  bottom: -110px;
}
.header-global-nav ul {
  margin-top: 25px;
}
.header-global-nav li {
  position: relative;
  display: inline;
  padding: 0 15px;
  vertical-align: top;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
.header-global-nav ul ul {
  position: absolute;
  top: -1px;
  left: 5px;
  display: none;
  vertical-align: baseline;
  width: 200px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header-global-nav ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  word-break: break-all;
  *line-height: 1.3;
}
.header-global-nav ul ul a {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
}
.header-global-nav ul ul a:hover {
  background: #f9f9f9;
}
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -45%;
  width: 90%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone li .icon,
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone li .icon::before {
    display: none;
}
.header-headline-nav li a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
#header-wrapper {
  background: url(https://img21.shop-pro.jp/PA01334/299/etc/header-bg-pattern.png?cmsp_timestamp=20170526121046) ;
  background-color: #e5e5e5;
  background-size: 10%;
}
.gnav-menu {
  position: relative;
  width: 100%;
  padding: 16px 0;
  margin: 0 0 30px;
  text-align: center;
  background: url(https://img21.shop-pro.jp/PA01334/299/etc/gnav-back.png?cmsp_timestamp=20170526184930);
}
.gnav-menu li a{
  transition: .3s ease-out;
}
.gnav-menu li a:hover{
  opacity: .7;
  text-decoration: none;
}
.header-tel-content,
.header-right-content {
    float: right;
}
@media (max-width: 1540px) {
  .header-tel-content {
    display: none;
  }
}
.icon-company {
  background: url(https://img21.shop-pro.jp/PA01334/299/etc/home.png?cmsp_timestamp=20170526202028);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.icon-faq {
  background: url(https://img21.shop-pro.jp/PA01334/299/etc/faq.png?cmsp_timestamp=20170526201948);
  background-repeat: no-repeat;
  background-position: 5px 1px;
}
.icon-info {
  background: url(https://img21.shop-pro.jp/PA01334/299/etc/info.png?cmsp_timestamp=20170526202042);
}
#header .icon-info {
  background-repeat: no-repeat;
  background-position: 1px 5px;
}
.payment-list {
  text-align: right;
  right: 0;
  margin: 0 0 6px 110px;
}
.payment-list li {
  display: inline-block;
  list-style: none;
  padding: 0 4px;
}
.payment img {
    height: 36px;
}
.right {
  width: 100%;
  margin: 0 auto !important;
  top: 12px;
}
.right li {
  display: inline-block;
  padding: 0 0.6%;
  letter-spacing: -.05em;
  font-size: 95%;
  border-right: 1px solid #aaa;
}
.right li a {
  color: #fff;
}
.right li:last-child {
  border: none;
}
.payment-wrapper {
  width: 100%;
  position: relative;
}
.top-form {
  width: 80%;
  margin: 0 auto 30px;
  background: #74051C;
  padding: 15px 0 0;
}
.form-content{
  text-align: center;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.search-icon {
  float: left;
  margin: 0 2% 0;
}
button.btn, input[type="submit"].btn {
  background: #fff;
  display: inline-block;
  margin: 0 10px;
}
.product-btns button.btn, .product-btns input[type="submit"].btn {
  margin: 0;
}
.top-form button.btn,.top-form input[type="submit"].btn{
  color: #333;
  padding: 4px 0px;
  width: 7%;
}
@media (max-width: 768px){
  .top-form button.btn,.top-form input[type="submit"].btn{
    width: 23%;
  }
  .pc-only{ display: none; }
  .pc-inline-only{ display: none; }
  .sp-only{ display: block; }
  .sp-inline-only{ display: inline; }
  
  body {
    font-size:14px;
  }
}
.search-box {
  width: 50%;
  display: inline-block;
}
.search-select {
  padding: 0 30px;
  float: left;
}
.famous-search {  
  text-align: left;
  width: 100%;
  padding: 20px 0 0;
  color: #fff;
  background: #b61a28;
  position: relative;
  bottom: 0px;
}
.notice {
  display:block;
  width: calc(100% - 256px) ;
  margin: 24px auto 0; 
  padding: 16px;
  border: solid 1px #b61a28;
  color:#b61a28;
  text-align:center;
  box-sizing: border-box;
  line-height: 1.5;
}
.notice b {
  display:block;
  margin-bottom: 8px;
}
.notice br.pc-none { display:none; }
@media (max-width: 768px) {
  .notice {
    width: 100%;
    margin-top: 32px;
  }
  .notice br.pc-none { display:block; }
}
form {
  margin: 0 0 10px !important;
}
.keyword {
  width: 80%;
  margin: 0px 0 10px 30px;
  position: relative;
  padding-bottom: 0px;
  display: inline-block;
  list-style: none;
  bottom: 5px;
}
.keyword a {
  color: #fff;
}
.famous-search li{
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
.ttl-h4-cap {
  position: relative;
}
.ttl-h4-cap:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #742527;
  left: -30px;
  bottom: 1px;
}
.sofa-icon {
  position: relative;
  bottom: 15px;
}
.bnr-area ul {
  list-style: none;
  margin: 0;
}
.bnr-area li:hover {
  opacity: 0.8;
}
.bnr-area li:not(:nth-of-type(5)){
  width: 50%;
  float: left;
}
.bnr-area li {
  padding: 0px 5px 10px;
  box-sizing: border-box;
}
.search-word {
  background: #9a101d;
  position: relative;
  bottom: 6px;
  padding: 16px 16px 17px;
}
.search-word:after {
  content: '';
  width: 0;
  top: calc(50% - 24.5px);
  right: -27.5px;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 24px 0 24px 27.6px;
  border-color: transparent transparent transparent #9a101d;
}
.search-box {
  float: left;
  width: 50%;
}
.search-btn[type="submit"] {
  display: inline-block;
  padding: 4px 0;
  width: 7%;
  margin: 0 10px;
}
.side-category-name,
.side-group-name {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  bottom: 7px;
}
.side-section .unstyled li a:before{
  vertical-align: middle;
  text-decoration: none;
}
/*バッグ＆ストール*/
.side-section.bag {
  margin-bottom: 0;
}
.side-section.bag .ttl-h3 {
  margin-bottom: 0;
  border-bottom: 0;
}
.side-section.bag +.side-section .ttl-h3 {
  margin-top: 0;
}
/*大きさで選ぶ - アームあり*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(1) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/single.png?cmsp_timestamp=20170530150237);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(1) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/double.png?cmsp_timestamp=20170530150311);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(1) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/halfdouble.png?cmsp_timestamp=20170530150420);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(1) li:nth-child(4) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/corner.png?cmsp_timestamp=20170530150448);
}
/*大きさで選ぶ - アームなし*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(2) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/single.png?cmsp_timestamp=20170530150638);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(2) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/double.png?cmsp_timestamp=20170530150311);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(2) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/halfdouble.png?cmsp_timestamp=20170530150420);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(2) li:nth-child(4) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/corner.png?cmsp_timestamp=20170530150448);
}
/*形デザインで選ぶ*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(1) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/strech-design-01.png?cmsp_timestamp=20170530145205);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(2) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/quick-design-02.png?cmsp_timestamp=20170530145419);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(3) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/ribbon-design-03.png?cmsp_timestamp=20170530145431);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(4) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/coverup-design-04.png?cmsp_timestamp=20170530145444);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(5) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/ceparate-design-05.png?cmsp_timestamp=20170530145459);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(6) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/red.png?cmsp_timestamp=20170530145639);
  text-decoration: none;
  position: relative;
  bottom: 20px !important;
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(7) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/chair-cover.png?cmsp_timestamp=20170530145653);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(8) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/pattern-design-07.png?cmsp_timestamp=20170530145759);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(9) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/beige.png?cmsp_timestamp=20170526211222);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(10) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/stretch_yoko.png?cmsp_timestamp=2168);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(3) li:nth-child(11) a:before {
  content:url(https://img21.shop-pro.jp/PA01334/299/etc/stretch_all.png?cmsp_timestamp=2155);
}
/* 色で選ぶ */
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/beige.png?cmsp_timestamp=20170526211222);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/brown.png?cmsp_timestamp=20170530142630);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/green.png?cmsp_timestamp=20170530142419);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(4) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/ivory.png?cmsp_timestamp=20170530142506);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(5) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/red.png?cmsp_timestamp=20170530142523);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(6) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/orange.png?cmsp_timestamp=20170530142553);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(7) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/blue.png?cmsp_timestamp=20170530143044);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(8) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/gray.png?cmsp_timestamp=20170530143556);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(9) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/yellow.png?cmsp_timestamp=20170530143609);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(4) li:nth-child(10) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/black.png?cmsp_timestamp=20170530143811);
}
/*2人掛け用*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/beige.png?cmsp_timestamp=20170526211222);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/brown.png?cmsp_timestamp=20170530142630);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/green.png?cmsp_timestamp=20170530142419);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(4) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/ivory.png?cmsp_timestamp=20170530142506);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(5) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/red.png?cmsp_timestamp=20170530142523);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(6) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/orange.png?cmsp_timestamp=20170530142553);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(7) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/blue.png?cmsp_timestamp=20170530143044);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(8) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/gray.png?cmsp_timestamp=20170530143556);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(9) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/yellow.png?cmsp_timestamp=20170530143609);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(5) li:nth-child(10) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/black.png?cmsp_timestamp=20170530143811);
}
/*3人掛け用*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/beige.png?cmsp_timestamp=20170526211222);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/brown.png?cmsp_timestamp=20170530142630);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/green.png?cmsp_timestamp=20170530142419);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(4) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/ivory.png?cmsp_timestamp=20170530142506);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(5) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/red.png?cmsp_timestamp=20170530142523);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(6) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/orange.png?cmsp_timestamp=20170530142553);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(7) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/blue.png?cmsp_timestamp=20170530143044);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(8) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/gray.png?cmsp_timestamp=20170530143556);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(9) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/yellow.png?cmsp_timestamp=20170530143609);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(6) li:nth-child(10) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/black.png?cmsp_timestamp=20170530143811);
}
/*生産国で選ぶ*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(7) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/spain.png?cmsp_timestamp=20170530150945);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(7) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/italy.png?cmsp_timestamp=20170530151013);
}
/*色で選ぶ*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/beige.png?cmsp_timestamp=20170526211222);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/brown.png?cmsp_timestamp=20170530142630);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/green.png?cmsp_timestamp=20170530142419);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(4) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/ivory.png?cmsp_timestamp=20170530142506);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(5) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/red.png?cmsp_timestamp=20170530142523);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(6) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/orange.png?cmsp_timestamp=20170530142553);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(7) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/blue.png?cmsp_timestamp=20170530143044);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(8) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/gray.png?cmsp_timestamp=20170530143556);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(9) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/yellow.png?cmsp_timestamp=20170530143609);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(8) li:nth-child(10) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/black.png?cmsp_timestamp=20170530143811);
}
/*ラグ*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(9) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/rag.png?cmsp_timestamp=20170530151329);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(9) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/brown.png?cmsp_timestamp=20170530151403);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(9) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/gray.png?cmsp_timestamp=20170530151451);
}
/*その他*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(10) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/rag.png?cmsp_timestamp=20170530151329);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(10) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/bedconformer.png?cmsp_timestamp=20170530152031);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(10) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/multi.png?cmsp_timestamp=20170530152044);
}
/*関連商品*/
.side-section:nth-of-type(3) .unstyled:nth-of-type(11) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/cushion.png?cmsp_timestamp=20170530152231);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(11) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/cushioncover.png?cmsp_timestamp=20170530152251);
}
.side-section:nth-of-type(3) .unstyled:nth-of-type(11) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/noodcushion.png?cmsp_timestamp=20170530152309);
}
/*取り付け方法*/
.side-section:nth-of-type(4) .unstyled:nth-of-type(1) li:nth-child(1) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/arm.png?cmsp_timestamp=20170530152617);
}
.side-section:nth-of-type(4) .unstyled:nth-of-type(1) li:nth-child(2) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/armless.png?cmsp_timestamp=20170530152636);
}
.side-section:nth-of-type(4) .unstyled:nth-of-type(1) li:nth-child(3) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/quicksofacover.png?cmsp_timestamp=20170530152656);
}
.side-section:nth-of-type(4) .unstyled:nth-of-type(1) li:nth-child(4) a:before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/ribbon.png?cmsp_timestamp=20170530152709);
}
.side-section:nth-of-type(4) .unstyled:nth-of-type(1) li:nth-child(1) {
  bottom: 1px !important;
}
.side-section:nth-of-type(4) .unstyled:nth-of-type(1) li:nth-child(5):before {
  content: url(https://img21.shop-pro.jp/PA01334/299/etc/chair-cover.png?cmsp_timestamp=20170530152734);
}
@media (max-width: 768px) {
  #container {
    width: 100%;
  }
  .payment-list {
    display: none;
  }
  .right {
    display: none;
  }
  .top-form {
    width: 80% !important;
    margin: 0 auto 30px;
    padding: 15px 0 0;
  }
  .top-info-inner {
    width: 100% !important;
  }
  .gnav-menu {
    display: none;
  }
  .search-select {
    width: 86% !important;
    margin: 0 0 10px !important;
    float: left;
  }
  .search-box {
    width: 65%;
    float: none;
  }
  input[type="submit"].btn {
    margin: 0;
  }
  .brn-area li {
    width: 90% !important;
    float: none !important;
  }
  .bnr-area li:not(:nth-of-type(5)) {
    width: 95%;
    float: none;
  }
  .header-nav-lst-phone {
    z-index: 10;
  }
  .search-word{
    background: #9a101d;
    position: absolute;
    margin: 0 auto;
    height: 19px;
    top: -15px;
    width: 100%;
    text-align: center;
    padding: 7px 0;
  }
  .search-word:after {
    display: none;
  }
  .keyword {
    width: 100%;
    width: calc(100% - 16px);
    top: 5px;
    margin: 0 8px 10px;
    padding-bottom: 0px;
  }
  .famous-search {
    top: 20px;
    height: 60px;
  }
  .keyword li:after {
    content:'';
    border-right: 1px solid #fff;
    width:1px;
    height: 15px;
    position: absolute;
    margin-left: 10px;
    margin-top: 4px;
  }
  .keyword li:last-child:after {
    content: '';
    display: none;
  }
  .bnr-area li{
    margin: 0 10px 10px;
  }
  .bnr-area ul{
    margin: 0 auto;
  }
  .bnr_outlet,
  .bnr_erabikata,
  .bnr_sale,
  .bnr_about {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 15px !important;
  }
}
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 10px 0;
}
.side-section li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.incart-delivery {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeab53;
}
.incart-delivery ul {
  margin: 0;
}
.incart-delivery li {
  padding: 2px 0;
  margin: 0;
}
.incart-delivery li:first-child {
  border-top: none;
}
.search-select {
  width: 30%;
  margin: 0 20px 0 0;
  background:url(https://img21.shop-pro.jp/PA01334/299/etc/arrow.png?cmsp_timestamp=20170525172943) 0 0 no-repeat;
  display: inline-block;
  background-position: right 15px center;
  background-color: #fff;
  margin-bottom: 10px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.side-section dl {
  background-color: #fff !important;
}
.side-section dd.member_btn div {
  margin: 1.5em;
}
.side-section dd.member_btn div:hover {
  opacity: .5;
}
.side-section dl .btn_img {
  display: block;
  margin: 0 auto;
}
.side-section dl dd.member_btn {
  position: relative;
  padding: 50px 0;
  width: 100%;
  display: block;
  margin: 0;
}
.side-section dl dd.member_btn::before,
.side-section dl dd.member_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 41px;
  position: absolute;
  left: 0;
  background: url('https://img21.shop-pro.jp/PA01334/299/etc/side_line.png?cmsp_timestamp=20170112183415') no-repeat center;
  background-size: contain;
}
.side-section dl dd.member_btn::before { top: 0;}
.side-section dl dd.member_btn::after { bottom: 0;}
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
.topicpath-nav li {
  display: inline;
  margin-right: .2em;
}
.topicpath-nav li a {
  margin-left: .2em;
  color: #444;
  text-decoration: none;
}
.topicpath-nav li a:hover {
  text-decoration: underline;
}
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}
.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}
.info-block { line-height: 1.5;}
.news { padding: 4px 0;}
.news-date { padding-right: 10px;}
.main-section { padding-left: 30px;}
.prd-lst-sort {
  margin: 20px 0;
}
.prd-lst-unit {
  position: relative;
  margin-bottom: 60px;
  padding: 0 10px 0 10px;
}
.prd-lst-unit:hover{opacity: .7;}
.prd-lst-unit:nth-child(3n+1) {
  clear: both;
}
.prd-lst-unit.col-sm-6.col-lg-4.col:nth-child(4n+5) {
  clear: none;
}
.prd-lst-unit.col-sm-6.col-lg-4.col:nth-child(3n+4) {
  clear: both;
}
@media (max-width: 768px) {
  .prd-lst-unit.col-sm-6.col-lg-4.col:nth-child(3n+4) {
    clear: none;
  }
  .prd-lst-unit.col-sm-6.col-lg-4.col:nth-child(2n+3) {
    clear: both;
  }
}
.prd_lst_link {
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.prd-lst-img {
  background: #fff;
}
.prd-lst-img:hover {
  opacity: 0.8;
}
.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 16px;
}
.prd-lst-exp {
  font-size: 14px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 14px;
}
.prd-lst-discount {
  color: #b81717;
}
.prd-lst-soldout {
  color: #b81717;
}
.more-prd {
  clear: both;
}
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
.prd-lst-pager ul {
  position: relative;
  left: 50%;
  float: left;
  padding-top: 15px;
}
.prd-lst-pager li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 4px;
  text-align: center;
  line-height: 26px;
}
.prd-lst-pager li a,
.prd-lst-pager li span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
}
.prd-lst-pager li a {
  border: 1px solid #ecd062;
  background-color: #ecd062;
  color: #fff;
  text-decoration: none;
}
.prd-lst-pager li a:hover {
  border: 1px solid #ecd783;
  background-color: #ecd783;
}
.prd-lst-pager li span {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  color: #c6c6c6;
}
.prd-lst-pager-phone {
  text-align: center;
}
.prd-lst-pager-phone li {
  display: inline;
  margin: 0 10px;
}
.prd-lst-pos {
  margin-top: 20px;
}
.prd-lst-pos b {
  font-weight: bold;
  font-size: 18px;
}
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 8px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.fix-rightbnr {
  position: fixed;
  right: -1px;
  bottom: 80px;
  z-index: 9999;
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 80px;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  height: auto !important;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 50%;
  position: static !important;
  float: left;
  *width: 20.5%;
  padding-right: 2% !important;
  padding-left: 2% !important;
}
.wookmark-item_pay {
  padding-bottom: 20px;
  width: 50%;
  *width: 20.5%;
  padding-right: 2% !important;
  padding-left: 2% !important;
  float: right;
}
.footer-wrapper {
  padding: 40px 0 30px;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #ebebe6;
  position: relative;
  z-index: 10;
}
.unstyled.foot-nav-list {
    display: block;
    text-align: center;
}
.unstyled a:hover {
  color: #9a101d;
  text-decoration: none;
}
.footer-lst li {
  margin: 0 8px;
  display:inline;
  font-size: 13px;
}
.footer-lst a {
  color: #4d4d4d;
}
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}
.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
.tbl_calendar caption {
  text-align: center;
}
.tbl_calendar th {
  padding: .3em 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.tbl_calendar td {
  padding: .5em 0;
  width: 14.2%;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
.powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 11px;
}
.powered img {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 200px;
  height: 18px;
}
/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.def-lst-dd img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
/* freepage */
.freepage {
  word-break: break-all;
}
.freepage img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
/* .special-schedule */
.special-schedule {
  border: 2px solid #f00;
  padding: 0 15px 15px;
}
.special-schedule h3,
.special-schedule strong {
  color: #f00;
  font-weight: bold;
}
.special-schedule table {
  margin-top: 15px;
  width: 100%;
}
.special-schedule table th,
.special-schedule table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.special-schedule table th {
  background: #eee;
}
@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:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container { max-width: 100%;}
}
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  #header {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .header-txt {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
  .gnav-menu {
    display:none;
  }
  .payment {
    display: none;
  }
  .nav-btn-phone img {
    width: 40px;
    height: 60px;
    margin-right: 20px;
    position: relative;
    top: 20px;
  }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  .prd-lst-unit:nth-child(3n+4) {
    clear: none;
  }
  @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:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}
.eclink_bnr a:hover,
.showroom_bnr:hover {
  opacity: .8;
}
.eclink_bnr img,
.showroom_bnr img {
  width: 100%;
}
 .partner_bnr img {
  width: 100%;
}
.partner_bnr img:hover {
 filter:alpha(opacity=80);
 opacity:0.8;
}
@media only screen and (max-width: 768px) {
  .row{padding: 0;}
  .prd-lst-unit:nth-child(3n+4) {
    clear: none;
  }
  .prd-lst-unit:nth-child(odd){
    clear: both;
  }
  .icon {
    padding-left: 24px;
    line-height: 2;
    background: none;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }
  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }
  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }
  .info-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bestseller-block .ttl-h2,
  .recommend-block .ttl-h2,
  .favorite__section .ttl-h2{
    margin-right: 10px;
    margin-left: 10px;
  }
  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }
  .eclink_bnr{
    margin-bottom: 40px;
  }
  .header-logo {
    padding-top: 10px;
  }
  .header-logo {
    width: 60%;
    position: relative;
    top: 0px;
    left: 20px;
  }
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }
  .main-section {
    padding-left: 0;
    padding-right:0;
  }
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 65%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }
  .col-lg-3.col-sm-12.col .pc_only {
    display: none;
  }
  #info, #delivery, #payment {
    padding: 0 10px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }
  /*.prd_lst_link {
      height: 120px;
  }*/
  
  .prd-lst-name {
    font-size: 15px;
  }
  .prd-lst-exp {
    font-size: 13px;
  }
  .prd-lst-price {
    font-size: 13px;
  }
  .more-prd {
    margin: 0 10px;
  }
  #howto {
    padding: 0 10px;
  }
  #pagetop {
    width: 54px;
    top: 0px;
    margin: 0 auto;
    display: block !important;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 0;
  }
  .footer-wrapper .container {
    padding:0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0;
    padding: 0;
    background: #4d4d4d;
  }
  .footer-lst li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #444444;
  }
  .footer-lst li:nth-child(odd) {
    border-right: 1px solid #444444;
  }
  .footer-lst a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
  }
  .copyright {
    font-size: 10px;
  }
  .disable_cartin,
  .disable_bookmark,
  .disable_fav {
    width: 100% !important;
    margin: 2.5px 0;
  }
}
  @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:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}
.ie_wrapper .container {
  width: 100%;
}
.styleTable {
  margin: 20px 0;
}
.styleTable th,
.styleTable td {
  padding: 10px 15px;
  border: 3px solid #fff;
  background: #F9F3DC;
}
.styleTable th {
  white-space: nowrap;
  font-size: 93%;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .fix-rightbnr {
    display:none!important;
 }
  .styleTable th, .styleTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  ul.unstyled.btn-style li {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    margin: 8px 0;
  }
  ul.unstyled.btn-style li a {
    display: block;
    padding: 12px 15px;
    text-align: center;
  }
}
#google_translate_element {
  display: inline-block;
  position: absolute;
  text-align: right;
  right: 132px;
  top: 146px;
  z-index: 103;
}
@media (max-width: 980px) {
  #google_translate_element{
    display: none;
  }
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
  font-size:14px;
  padding-bottom: 0;
}
#google_translate_element .goog-te-gadget-simple{
  border: none;
  padding: 4px 5px 2px;
}
.copyright .powered {
  display: none !important;
}
#showroom,
#thanks {
  background: url('https://img13.shop-pro.jp/PA01073/917/etc/background.jpg?cmsp_timestamp=2114') no-repeat;
  background-position: center 34px;
  width: 790px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 0 36px 0;
}
#thanks {
  background-position: center top;
  padding: 36px 0 36px 0;
  font-size: 11pt;
}
#thanks .message {
  margin: 20px 10px 30px 10px;
}
#thanks .message p{
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 1em 0;
}
#showroom li {
  list-style: none !important;
}
#showroom h3.ttl02 {
  margin: 53px 0 0 0 ;
  text-align: center;
}
#showroom p.description01 {
  margin: 33px 0 0 0;
  text-align: center;
}
#showroom p.description_bottom {
  text-align: right;
  margin: 0 10px 0 0;
}
#showroom .point {
  background: rgba(255, 255, 255, .6);
  width: 755px;
  margin: 0 auto;
  padding: 34px 0 0 0;
  margin-top: 48px;
  position: relative;
}
#showroom .point ul {
  text-align: center;
  margin: 0 0 24px;
 }
#showroom .point li#point01,
#showroom .point li#point02 {
  margin: 0 0 10px 0;
}
#showroom .point li#point03 {
  margin: -58px 0 0 0; 
}
#showroom .point span {
  position: absolute;
}
#showroom .point span.ribbon_right {
  top: -8px;
  right: -8px;
}
#showroom .point span.ribbon_left {
  bottom: -8px;
  left: -8px;
}
#showroom .formy,
#thanks .thanks_inner {
  background: #fff;
  width: 755px;
  margin: 0 auto;
  margin-top: 26px;
  padding: 43px 0 0 0;
  position: relative;
}
#thanks .thanks_inner {
  margin-top: 0;
  padding: 43px 0 0px 0;
}
#showroom .decoration_right,
#thanks .decoration_right {
  position: absolute;
  top: 9px;
  right: 9px;
}
#showroom .decoration_left,
#thanks .decoration_left {
  position: absolute;
  top: 9px;
  left: 9px;
}
#showroom h3.formy_ttl,
#thanks h3.thanks_ttl {
  text-align: center;
  margin: 26px 0 0 0;
}
@media (max-width: 768px) {
  #showroom,
  #thanks {
    width: 100%;
  }
  #showroom h3.ttl02,
  #thanks h3.thanks_ttl {
    margin: 53px 10px 0 10px;
  }
  #showroom p.description01 {
    margin: 33px 20px 0 20px;
  }
  #showroom .point,
  #showroom .formy,
  #thanks .thanks_inner {
    width: 95%;
  }
}
#formyForm {
  margin: 30px 0 30px 0;
}
#formyForm table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width:100%;
}
#formyForm th,
#formyForm td {
  padding: 10px 20px;
  border:;
  vertical-align: middle;
}
#formyForm th {
  font-weight:normal;
  white-space: nowrap;
  text-align: left;
  background: none;
  width:34%;
}
#formyForm th label {
  cursor: default !important;
}
#formyForm table input[type="text"],
#formyForm table input[type="password"],
#formyForm table textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align:bottom;
}
#formyForm table input[type="text"],
#formyForm table input[type="password"],
#formyForm select {
  margin: 0;
  padding: 0 15px;
  height: 40px;
  border: 1px solid #ccc;
  font: inherit;
  font-size:100%;
}
#formyForm textarea {
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size:100%;
}
#formyForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formyForm input:hover { opacity:0.7; }
#formyForm textarea:hover { opacity:0.7; }
#formyForm input:focus {  background-color: #fff;}
#formyForm .parsley-validated { background-color: #eee;}
#formyForm .parsley-error { background-color: #fee;}
#formyForm .parsley-success { background-color: #fff;}
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 10px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding:30px 0 0;
  text-align:center;
}
#formy_btn input {
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.formy_confirm {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_confirm.png) no-repeat;
}
.autoConfirmBack {
  width: 134px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_edit.png) no-repeat;
}
.formy_send {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_send.png) no-repeat;
}
#total_required {
  background: rgba(240,50,50,0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  display:none;
}
@media (max-width: 768px) {
  #formyForm {
    width: auto;
  }
  #formyForm th,
  #formyForm td {
    display: block;
    width: auto;
    padding: 10px;
  }

  #formyForm th {
    border-bottom: none;
    white-space: normal;
    font-weight: bold;
  }

  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #fff;
}
#company_profile h2 {
  margin: 70px;
}
.align_center {
  text-align: center;
}
#company_profile .box {
  background-image:url('https://img21.shop-pro.jp/PA01334/299/etc/box_top_lng.png?cmsp_timestamp=210306'),url('https://img21.shop-pro.jp/PA01334/299/etc/box_bottom_lng.png?cmsp_timestamp=2138'),url('https://img21.shop-pro.jp/PA01334/299/etc/box_content_lng.png?cmsp_timestamp=2149');
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  padding: 3em 5em;
  margin: 20px;
  position: relative;
  background-size: contain;
}
#company_profile .box img {
  position: absolute;
  top: -5px;
  left: 30px;
}
#company_profile .box_content {
  padding: .5em .5em .5em 95px;
}
h3.box_content {
    color: #ab1e31;
    font-size: 160%;
    line-height: 1.3em;
}
p.box_content {
  line-height: 1.5em;
  font-size: 15px;
}
@media (max-width: 768px) {
  #company_profile {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  #company_profile h2 {
    margin: 35px 0;
  }

  #company_profile h2 img {
    display: block;
    margin: 0 auto;
  }

  #company_profile .box {
    background-image: url('https://img13.shop-pro.jp/PA01073/917/etc/box_top_sp.png?cmsp_timestamp=2130'),
      url('https://img13.shop-pro.jp/PA01073/917/etc/box_bottom_sp.png?cmsp_timestamp=2148'),
      url('https://img13.shop-pro.jp/PA01073/917/etc/box_content_sp.png?cmsp_timestamp=209503');
    background-position: top center, bottom center, top center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: contain;
    padding: 1.5em;
    margin: 0 auto;
    position: relative;
    margin-bottom: 1em;
  }

  #company_profile .box_content {
    padding: 1em;
  }

  #company_profile .box img {
    position: absolute;
    top: -5px;
    left: 30px;
    zoom: .5;
  }

  h3.box_content {
    color: #ab1e31;
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    margin: 2.5em 0 0 0;
  }

  p.box_content {
    margin: 0;
  }
}
.faq_content {
  border-bottom: 2px solid #dedede;
  padding: 60px 0;
  margin: 0;
}
.faq_ttl {
  margin: 70px;
}
.faq_q, .faq_a {
  display: table;
}
.faq_q {
  color: #ab1e31;
  font-size: 160%;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.faq_a {
  font-size: 115%;
  margin: 0;
}
.faq_int {
  font-size: 240%;
  text-shadow: 0.05em -0.05em 0 #dedede;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
  width: 60px;
  text-align: center;
}
.int_q {
  color: #e4b12e;
}
.int_a {
  color: #787f64
}
@media (max-width: 768px) {
  #faq {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .faq_content {
    padding: 30px 0;
  }
  .faq_ttl {
    margin: 35px 0;
  }
  .faq_q {
    font-size: 120%;
  }
  .faq_a {
    font-size: 105%;
  }
  .faq_int {
    font-size: 200%;
    padding: 0 10px 0 0;
    width: 40px;
  }
}
.voice_title{
  text-align: center;
  margin: 0 0 24px;
}
.voice-container div {
  margin: 0 0 16px;
  background:rgba(76, 83, 55, 0.05);
  padding: 24px 16px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 109%;
  line-height: 1.8em;
}
.voice-container div a{
  color: #CF1B20;
}
.voice-container div a:hover{
  text-decoration: none;
}
.voice-container div a img:hover{
  opacity: .7;
}
.voice-container h3 {
  font-size: 125%;
  margin: 0 0 16px;
  color: #555f41;
}
.voice-container img{
  max-width: 300px;
  border: 4px solid #fff;
  margin: 8px 0;
}
.voice-container img[align="right"] {
  margin: 0 0 0 16px;
}
.voice-container img[align="left"] {
  margin: 0 16px 0 0;
}
@media (max-width: 768px) {
  .voice_title{
    margin: 0 10px 24px;
  }
  .voice-container {
    padding: 0 10px;
  }
  .voice-container img {
    max-width: 100%;
    margin: 0 auto 8px !important;
    float: none;
    display: block;
    box-sizing: border-box;
  }
}

#unusually br + br { 
  display: none;
}
#unusually table{ 
  margin-top: 16px;
}
#unusually th,
#unusually td { 
  padding: 10px;
}
#unusually th { 
  background-color: #EAEAEA;
  text-align: center;
}

/*241008追加*/
.side_category_list .ttl-h3 {
  margin: 0;
  border-bottom: none;
}
.side_category_list .ttl-h3:last-child{
  padding-bottom: 0;
}
.top-info-bar .top-info-inner {
  max-width: 100%;
}
.top-info-bar .top-info-inner li.clearfix img {
  width: 100%;
}