@charset "euc-jp";

#base_gmoWrapp,
#gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
}

.row {
    mxxax-width: 1170px;
}
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: 1px solid #ecd062;
background-color: #ecd062;
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;
color: #fff;
*background-color: #ecd783;
    }

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


/* ========================================
      PCの場合
======================================== */

body {
background-color: #fff;
color: #4d4d4d;
    }

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

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.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: 160%;
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%;
    }

#container {
    position: relative;
    z-index: 101;
    padding-top: 100px;
}

/* スライダー */

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

.header-headline-nav {
    font-size: 13px;
    z-index: 61;
    position: absolute;
}
.header-headline-nav .icon:before {
    margin-left: -20px;
}
.header-headline-nav ul {
    margin: 7px 20px 0 0;
}
.header-headline-nav li {
    display: inline;
    margin: 0 10px;
    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-logo {
    float: left;
}
.header-logo a {
    text-decoration: none;
}
.header-logo a:hover {
    text-decoration: underline;
}
.header-logo img {
    max-width: 100%;
}

/*adoor
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

.header {
    z-index: 50;
    position: absolute;
}
.header .gnav{
    margin-left: 5px;
}
.header .gnav ul{
    margin: 0;
    padding: 0;
}
.header .gnav ul img{
    padding-left: 1px;
}
.header .gnav ul li.cat{
    float: left;
    margin-right: 20px;
    list-style: none;
    font-size: 115%;
    font-family: serif;
    letter-spacing: -2px;
    display: block;
}
.header .gnav ul li.cat_s{
    font-size: 90%;
    padding: 5px 0px 0px 0px;
}
.contactbox img{
    padding-bottom: 13px;
}
.header .gnav ul.menu li{
    width:155px;
    height:18px;
    padding:10px 0px 10px 10px;
    background-color:#fff;
    display:block;
    font-size: 85%;
    list-style: none;
    border-bottom: 1px solid #444;
}

.header-global-nav {
    z-index: 100;
    float: right;
    margin-top:260px;
    padding-right:15px;
    text-align:right;
}
.header-global-nav ul {
    margin-top: 25px;
}
.header-global-nav li {
    position: relative;
    display: block;
    padding: 0 15px;
    vertical-align: top;
}
.header-global-nav a,
.header-global-nav span {
    padding-bottom: 5px;
    color: #cdba9b;
    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;
    z-index : 99 ;
}
.header-global-nav ul ul li {
    display: block;
    margin: 0;
    padding: 0;
    word-break: break-all;
    *line-height: 1.3;
}
.header-global-nav ul li {
    margin-bottom:10px;
}
.header-global-nav ul li a.n6 {
    margin-bottom:10px;
    font-size:100%;
}
.header-global-nav ul li a,
.header-global-nav ul li span {
    color:#cdba9b;
    font-size:190%;
    font-family:serif;
}
.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: -50%;
    width: 100%;
    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 a {
    display: block;
    padding: 20px 0;
}
.header-nav-lst-phone a:hover {
    background: #f9f9f9;
    text-decoration: none;
}


/* ----- サイドメニュー ----- */
.side-section {
    margin-bottom: 20px;
}
.side-section li {
    margin: 20px 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;
    }
.side-section li a:hover {
    text-decoration: underline;
}
.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 {
    margin-bottom: 10px;
}
.search-box {
    float: left;
    width: 65%;
}
.search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
}
.side-category-name,
.side-group-name {
    display: block;
    margin-top: 10px;
}

/* パンくずリスト */
.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: 3 0px;
}

/* 商品リスト */
.prd-lst-sort {
    margin: 20px 0;
}

.prd-lst-unit {
    margin-bottom: 60px;
    padding: 0 10px 0 10px;
}

.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: 17px;
    font-size: 15px;
}
.prd-lst-exp {
    font-size: 13px;
}
.prd-lst-regular {
    font-size: 13px;
    text-decoration: line-through;
}
.prd-lst-price {
    color: #a1a19f;
    font-size: 13px;
}
.prd-lst-discount {
    color: #b81717;
}

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

.more-prd {
    clear: both;
}

/* 商品のページャー PC */
.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: 200px;
    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;
}
.notice-wrapper {
    margin-top: 100px;
    padding: 40px 0;
    border-top: 1px solid #e8e8e8;
    background: #f9f9f9;
}
.wookmark-wrapper {
    position: relative;
}
.wookmark-item {
    padding-bottom: 20px;
    width: 24.5%;
    *width: 20.5%;
    *padding-right: 2% !important;
    *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
    padding: 40px 0;
    border-top: 1px solid #d8d8d2;
    border-bottom: 1px solid #d8d8d2;
    background: #ebebe6;
}

.footer-lst {
    padding: 30px 0 0 40px;
}
.footer-lst li {
    margin: 20px 0;
}
.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;
}

/* ========================================
      PCかつRetinaの場合
======================================== */
@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);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .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 {
        mxxax-width: 1170px;
    }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
    #sliderbutton {
        left: 3%;
    }
    /* ヘッダー */
    #header {
        padding-top: 0;
    }
    .header-nav-phone {
        margin-right: 10px;
    }
    .header-nav-phone {
        margin-right: 0;
    }
    .nav-btn-phone {
        display: block;
        height: 60px;
        padding-right: 20px;
    }
    .nav-btn-phone img {
        width: 40px;
        height: 60px;
    }
    .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;
    }

    /* ========================================
          タブレットかつRetinaの場合
    ======================================== */
    @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);
        }

        /* スマホかつRetinaでアイコンを白にする場合 */
        .icon-white .icon:before {
            background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
        }
    }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
    .icon {
        padding-left: 24px;
        line-height: 2;
    }
    .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;
    }

    .ttl-h3 {
        position: relative;
        margin: 0 0 20px 0;
    }

    .header-logo {
        padding-top: 10px;
    }
    .header-logo img {
        width: 60%;
    }

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

    /* サイドメニュー */
    .side-search {
        width: 185px;
    }
    .search-box {
        width: 70%;
    }
    .search-btn[type="submit"] {
        width: 20%;
    }

    /* 商品 */
    .prd-lst-unit {
        margin-bottom: 30px;
        padding: 0 10px 0 10px;
    }
    .prd-lst-sort {
        text-align: center;
    }

    /* フッター */
    #pagetop {
        width: 54px;
        margin: 30px auto;
        display: block !important;
        position: static;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #pagetop a {
        padding-right: 15px;
    }
    .footer-wrapper {
        margin-top: 20px;
        padding: 20px 0 0 0;
    }
    .manager-name {
        text-align: center;
    }
    .manager-caption {
        padding: 20px 10px;
        border-right: none;
    }
    .footer-lst {
        margin: 0 -20px;
        padding: 0;
        width: auto;
        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;
    }
    /* ========================================
          スマホかつRetinaの場合
    ======================================== */
    @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);
        }

        /* スマホかつRetinaでアイコンを白にする場合 */
        .icon-white .icon:before {
            background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
        }
    }
}

/* IE用 */
.ie_wrapper .container {
    width: 1170px;
}


/*------------------------------------------------------------
##############################################################
■ Clearfix
##############################################################
------------------------------------------------------------*/
.clearfix {width:100%;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/*
##################################################

Add Yelow

##################################################
*/
#header{
    padding:5px 0 10px !important;
    border:0;
    position:relative;
    background-color:#fff;
}
.header-link{
    text-align:right;
    padding-right:45px;
}

.header-link img:hover {
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}





div.logo{
    margin:0;
    padding:0 0 0 25px !important;
}


#header h1{
    display:inline-block;
	font-size:14px;
	margin-right: 10px;
}


.header-contact img:hover {
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}


.header-nav{
    margin:0;
    padding-top:15px;
}
ul.nav{
    margin:0;
    padding-left:27px;
}
.nav img:hover{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.nav li.cat{
    list-style:none;
    display:inline-block;
    float:left;
}
.menu{
    margin-left:0;
}
.nav-btn-phone{
    padding-right:60px;
}
#container {
    padding-top: 0 !important;
}
#wrapper{
    background-color:#e6e6e6;
    background-image: url(https://img13.shop-pro.jp/PA01281/286/etc/vintage-bg.png?20150210002454);
}
.prd-lst-unit{
  margin-bottom:0;
  height:auto;
}
.prd-lst-name{
  margin-bottom:0;
}
.prd-lst-price{
  line-height:1;
  margin-bottom:6px;
}
.film_roll_wrapper,.film_roll_pager{
  background-color:#fff;
}
.film_roll_pager{
  padding-top:3px;
  padding-bottom:7px;
}
.film_roll_child{
  margin:0 1px 0;
}
.film_roll_child img{
  border:1px solid #ccc;
}
.film_roll_pager a {
  border-radius: 0 !important;
height:3px !important;
width:10px !important;
  background-color:#e0d9cb !important;
  border-color:#e0d9cb !important;
  margin-right:7px !important;
}
.film_roll_pager a.active {
background-color:#1a3368 !important;
border-color:#1a3368 !important;
}







/*
##################################################

YelowAddition

##################################################
*/

/*変更されない スマフォとタブレットのヘッダーの不具合の箇所*/

@media (max-width: 768px) {
#header-wrapper .container {
padding: 0;
}
}

@media (max-width: 480px) {
#header-wrapper .container {
padding: 0;
}
}



/*中面のメイン画像を左そろえ。imgのマージンのautoを0に*/

.product-image .product-image-main img {
margin: 0;
}



/*中面のメイン画像の下のすきまを正す おおきい画面の場合の*/

.product-image .product-image-main {
max-height:460px;
max-height:none;
}

/*サブカテゴリーのボタンのhover*/



.grp-lst-name {
border:solid 1px #999999;
padding:1px;

}

.grp-lst-name:hover {
background-color:#ecd062;

}


/*width:16.6666%から変更 ボックス幅を広げた*/

.col-lg-2 {
width:25%;

}


/*アンティークドア 扉ページ*/


.col a img {
margin-bottom:2px;
}

.col a img:hover {
opacity:0.5
}




/*ToTOP右上FIX*/


#toIndex {
display: none;
text-decoration: none;
position: fixed;
top: 0px;
right: 0px;
overflow: hidden;
border: none;
font-size: 0;
z-index: 999;
background: url("https://img13.shop-pro.jp/PA01281/286/etc/toTop.png?20150209222527") no-repeat center top;
width: 35px;
height: 70px;
opacity: 1;
filter: alpha(opacity=50);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}


#toIndex:hover {
filter: alpha(opacity=25);
-moz-opacity:0.25;
opacity:0.25;   
}


@media (max-width: 768px) {
#toIndex {
    display: none !important;
}
}


/*トップのスライドボタンの色を変更*/

.film_roll_pager a.active {
background-color: yellow !important;
border-color: yellow !important;
}




/*サイドナビ ソーシャルアイコン*/

.social-icon {
    display: inline;
}



.social-icon a {
    background-image: url('https://img13.shop-pro.jp/PA01281/286/etc/social-icon.png?20150210023545');
    height: 0px;
    width: 35px;
    padding-top: 50px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}



.social-slide001 {
    background-position: 0px 0px;
}

.social-slide001:hover {
    background-position: 0px -50px;
}

.social-slide002 {
    background-position: -35px 0px;
}

.social-slide002:hover {
    background-position: -35px -50px;
}

.social-slide003 {
    background-position: -70px 0px;
}

.social-slide003:hover {
    background-position: -70px -50px;
}

.social-slide004 {
    background-position: -105px 0px;
}

.social-slide004:hover {
    background-position: -105px -50px;
}

.social-slide005 {
    background-position: -140px 0px;
}

.social-slide005:hover {
    background-position: -140px -50px;
}


.social-slide006 {
    background-position: -175px 0px;
}

.social-slide006:hover {
    background-position: -175px -50px;
}

.social-slide007 {
    background-position: -210px 0px;
}

.social-slide007:hover {
    background-position: -210px -50px;
}



/*
##################################################

YellowAddtion  Text Style

##################################################
*/

.free-ttl {
    font-size: 25px;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin: 0 0 0 0;
}

.free-ttl-jp {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin: 10px 0 0 0;
}

.free-date {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin: 10px 0 10px 0;
}

.free-conts-ttl {  
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.03em;
    margin: 5px 0 20px 0;
}

.free-conts-text {  
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 5px 0 5px 0;
}



.free-cap {
    font-size: 12px;
/*    font-weight: bold;*/
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin: 20px 0 20px 0;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid grey;
    border-bottom: 0px solid grey;
}

/*   slideshow margin*/
.film_roll_child {
    margin: 0px 5px 0;
}

/*   social icon margin for Tablet */
.logo img {
    padding-bottom: 8px;
}

/*   おすすめ順、価格順など非表示 */
.prd-lst-sort {
    margin: 20px 0;
    display: none;
}

/*   記事LIVING WITH ANTIQUESフッターリンク */

.article-y {
    margin-top: 60px;
}

/*  お問い合わせフォームへのリンクテキスト */
.inq_link {
    display: inline-block;
    padding: 2px;
    border: 1px solid #000000;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    line-height: 1.3;
}
.inq_link:hover {
    background-color: #fff100;
    text-decoration: none;
}

/*  ドアパーツページなど 2023/05/23 >>> */
.content-yellow {
  max-width: 700px;
  width: 100%;
  font-size: 10px;
  font-size: 7px;
  font-size: 8px;
}
.content-yellow p {
  font-size: 1.8em;
  line-height: 1.5;
}
.content-yellow figure {
  margin: 0 0 20px;
  padding: 0;
}
.content-yellow img {
  width: 100%;
}
.ttl-page {
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;
  font-size: 2.8em;
}
.ttl-page .img {
  float: left;
  display: block;
  width: 156px;
  width: 120px;
  padding: 10px 0 0;
}
.ttl-page .txt {
  float: left;
  display: block;
  width: calc(100% - 156px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 0px;
  line-height: 1.2;
}
.ttl-page .txt .ttl, .ttl-page .txt .cap {
  display: block;
}
.ttl-page .txt .ttl {
  font-family: 'Battambang', cursive;
  font-size: 1.71em;
  font-weight: 300;
}
.ttl-page .txt .cap {
  font-size: 0.93em;
}
.ttl-sub {
  font-size: 2.8em;
}
p.caption-page {
  margin: 0 0 1.0em;
  font-size: 3.3em;
  font-weight: bold;
}
p.caption-dp {
  margin: 0 0 1.5em;
  font-size: 2.2em;
}
.box-yellow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 3.0em;
  border: 2px solid #e0ce00;
}
.box-yellow .ttl {
  margin: 0 0 0;
  padding: .3em .9em .3em;
  border-bottom: 2px solid #e0ce00;
  font-size: 2.5em;
}
.box-yellow .cont {
  padding: 1.0em 1.5em .5em;
}
.btn-ws {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0;
}
.btn-ws a {
  position: relative;
  display: block;
  padding: 2.6em 4.0em 2.6em;
  text-align: center;
  vertical-align: middle;
}
.btn-ws a:hover {
  opacity: .5;
}
.btn-ws.btn-ws2 a {
  background-color: #e0ce00;
}
.btn-ws a:before, .btn-ws a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e0ce00;
}
.btn-ws a:after {
  top: 5px;
  left: 5px;
}
.btn-ws.btn-ws2 a:before, .btn-ws.btn-ws2 a:after {
  content: none;
}
.btn-ws a img {
  position: relative;
  width: 100%;
  max-width: 260px;
}
.ttl-section {
  margin: 3.0em 0 1.0em;
  padding: 0 0 0 .5em;
  border-left: 6px solid #e0ce00;
  font-size: 2.8em;
  line-height: 1.2;
}
.ttl-section .en,
.ttl-section .txt {
  display: block;
}
.ttl-section .en {
  margin: 0 0 .2em;
  font-family: 'Battambang', cursive;
  font-size: 1.8em;
  font-weight: 300;
  color: #e0ce00;
}
.ttl-section .txt {
}
.list-feature {
  margin: 0 0 30px;
  padding-left: 1.1em;
  font-size: 2.1em;
}
.list-feature li {
  list-style:disc outside none;
}
.list-variation {
  margin: 0 0 0;
}
.list-variation .item {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0;
  line-height: 1.2;
}
.list-variation .item .img {
  float: left;
  width: 115px;
}
.list-variation .item .exp {
  float: left;
  width: calc(100% - 115px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.list-variation .item .exp .ttl {
  margin: 0 0 .3em;
}
.list-variation .item .exp .ttl .name {
  font-family: 'Battambang', cursive;
  font-size: 4.0em;
  font-weight: 300;
}
.list-variation .item .exp .ttl .sub {
  padding: 0 0 0 1.0em;
  font-size: 2.6em;
}
.list-variation .item .exp .txt {
  font-size: 2.0em;
  line-height: 1.3;
}
.list-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  width: 100%;
  margin: 0 0 4.0em;
  list-style: none;
}
.list-2col li {
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 1.0em;
  font-size: 2.4em;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .ttl-page {
    font-size: 2.6em;
  }
  .ttl-page .img {
    width: 100px;
    padding: 5px 0 0;
  }
  .ttl-page .txt {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
  }
  .ttl-page .txt .ttl {
    font-size: 1.54em;
  }
  .ttl-page .txt .cap {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 768px) {
  .ttl-page .img {
    float: none;
    width: 156px;
    margin: 0 auto 10px;
    padding: 0;
  }
  .ttl-page .txt {
    float: none;
    width: auto;
    padding: 0;
    text-align: center;
  }
  .ttl-page .txt .ttl {
    font-size: 1.16em;
  }
  .ttl-page .txt .cap {
    font-size: 0.7em;
  }
  .list-variation .item {
    margin: 0 0 1.0em;
    text-align: center;
  }
  .list-variation .item .img {
    float: none;
    margin: 0 auto 20px;
  }
  .list-variation .item .exp {
    float: none;
    width: 100%;
    padding: 0;
  }
  .list-variation .item .exp .ttl {
    margin: 0 0 .8em;
  }
  .list-variation .item .exp .ttl .sub {
    display: block;
    padding: 0 0 0 0;
  }
  
  .list-2col {
    display: block;
  }
  .list-2col li {
    width: 100%;
  }
}
/*  <<<ドアパーツページなど 2023/05/23  */

/*  ドアパーツページなど 2023/06/26 >>> */
.ss-group .bnr-side {
  padding: 20px 0 0;
  border-top: 1px solid #dbdbdb;
}
.ss-group .bnr-side a {
  display: block;
}
.ss-group .ttl-h3 {
  margin-top: 0;
  border-top: none;
}

/*  <<<ドアパーツページなど 2023/06/26  */
