@charset "euc-jp";

#page-wrapper {
    position: relative;
}

#wrapper {
    padding-top: 1em;
}

.container {
    max-width: 900px;
}

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

body {
    color: #666666;
    background-color: #FFFFFF;
    background-image: url();
}

a {
    color: #666666;
}

a:hover {
    color: #999999;
}

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 #3aa1d6;
    background-color: #3aa1d6;
    color: #FFFFFF;
    *background-color: #3aa1d6;
}

h2 {
    margin: 20px 0;
    padding-top: 15px;
    text-align: center;
    font-weight: normal;
}

.ttl-h2 {
    position: relative;
    margin: 50px 0 30px;
}

.ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
}

.ttl-h2 span {
    padding: 0 2em;
    background-color: #FFFFFF;
}

.btn-01 {
    border: 1px solid #3aa1d6;
    background-color: #3aa1d6;
    color: #FFFFFF;
    *background-color: #3aa1d6;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
    border: 1px solid #87cefa;
    background-color: #87cefa;
    color:#FFFFFF;
    *background-color: #87cefa;
}

.btn-02 {
    border: 1px solid #3aa1d6;
    background-color: #3aa1d6;
    color: #FFFFFF;
    *background-color: #3aa1d6;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
    border: 1px solid #87cefa;
    background-color: #87cefa;
    color:#FFFFFF;
    *background-color: #87cefa;
}

.product-order-num input {
    border-color: < {$btn_02_bgcolor}>;
}

/*
* web font
*/
.google-font {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
}

.google-font.fwb {
    font-weight: 700;
}

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

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

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

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz--device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {

        .icon-b,
        .icon-w {
            -webkit-background-size: 368px 320px;
            background-size: 368px 320px;
        }

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

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

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

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

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

.icon-cart {
    background-position: -176px -64px;
}

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

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

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

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

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

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

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

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

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

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

.icon-lg-w.icon-chevron_down {
    background-position: -528px -192px;
}

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

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

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


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

.header-link a {
    color: #666666;
}

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

.header-menu {
    vertical-align: super;
}


/* header-line-nav */
.header-line-nav li {
    padding-top: 5px;
}

.header-line-nav a {
    cursor: pointer;
}

.header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
}

.header-line-nav .icon-b,
.header-line-nav .icon-w {
    float: left;
}

.view-cart {
    position: relative;
    top: -6px;
    padding-top: 0 !important;
}

.btn-viewcart {
    padding: 1px 15px 0 13px;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
}

/* header logo */
.shop-name {
    clear: both;
    margin: 2em 6em;
  	margin-bottom: 12px;/* 下部にバナーを設置している場合 */
    text-align: center;
    font-size: 24px;
}

.shop-description {
    font-size: 12px;
    font-weight: normal;

    color: #666666;
}

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

#header-global-nav li {
    margin: 0 1em;
}

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

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

/* slider */
.slider {
    margin-top: 1em;
    padding: 0 .1%;
    position: relative;
}

.bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 0 !important;
    border: none !important;
}

#slider div {
    width: 100% !important;
}

/*
* product list
*/

.prd-lst-unit {
    padding: 0 30px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.thumb-active img {
    border: 2px solid #3aa1d6;
}

/*
* footer
*/

#footer-wrapper {
    padding-top: 3em;
}

.footer-primary {
    border-right: 1px solid #e7e7e7;
}

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

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

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

.footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
}

.footer-primary a {
    color: #666666;
}

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

.footer-secondary {
    padding: .3em 0;
    font-size: 12px;
}

.footer-secondary li {
    margin-left: 15px;
}

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

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

/* social icon */
.social-nav {
    text-align: center;
    margin: 2em 0;
}

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

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

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

.btn-pagetop {
    display: block;
    padding: .8em .4em .8em .5em;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}


@media (max-width: 980px) {

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

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

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

    .container {
        width: auto;
    }

    .shop-name {
        margin: 1em auto;
        width: 300px;
    }

    .ttl-h2 {
        margin: 60px 0 40px;
    }

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

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

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

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

    .header-dropdown .btn-dropdown {
        padding-left: 34px;
        font-size: 16px;
        line-height: 1.6;
    }

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

    .view-cart {
        position: static;
    }

    .view-cart a {
        background-color: #3aa1d6;
        color: #FFFFFF;
    }

    .view-cart span {
        display: block;
        width: 60px;
        margin: 0 auto;
    }

    .view-cart .icon-w {
        float: left;
        margin-top: -2px;
    }

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

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

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

    .footer-nav {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
    }

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

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

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

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

    .footer-nav a {
        display: block;
        padding: 1em;

        color: #666666;
    }

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

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

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

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

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

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

    .icon-chevron_thin_up {
        background-position: -192px -216px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2),
        only screen and (min--moz-device-pixel-ratio: 2),
        only screen and (-o-min-device-pixel-ratio: 2/1),
        only screen and (min-device-pixel-ratio: 2),
        only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min--moz--device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 192dpi),
        only screen and (min-resolution: 2dppx) {

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

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

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

@media (max-width: 480px) {
    .ttl-h2 {
        margin: 40px 0 30px;
    }

    .ttl-h2 span {
        padding: 0 10px;
        font-size: 16px;
    }

    .prd-lst-unit {
        margin-bottom: 30px;
        height: auto !important;
    }
}

/* IE用 */
.ie_wrapper.container {
    width: 900px;
    overflow: auto;
}

/* スライダー上のテキスト */
.text_info {
    color: #fff;
    background-color: #3aa1d6;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 1.5rem;
}

.important_info {
    font-weight: bold;
    font-size: 2.5vmin;
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.important_info a {
    color: #ff0000;
}

@media (max-width: 480px) {
    .text_info {
        font-size: 1.2rem;
    }
}

/* スライダー編集 */
.bx-wrapper .bx-pager {
    bottom: 4px !important;
}

/* フッターメニュー */
.footer_menu {
    display: flex;
    list-style: none;
    margin: 0 -10px 10px;
}

.footer_menu a {
    position: relative;
}

/* フッターのTwitterエリア */
.social_area {
    /*position: relative;
    display: block;
    padding: 15px;*/
    margin: auto;
    text-align: center;
}

.social_area li {
    list-style: none;
    display: inline-block;
    margin: 20px;
    border: 1px solid #3aa1d6;
    text-align: center;
}

.twitter_title {
    width: 300px;
    color: #fff;
    background-color: #3aa1d6;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 商品説明用テーブル */
.itm_dis table {
    width: 380px;
    border: 1px #3aa1d6 solid;
    border-collapse: collapse;
}

.itm_dis td {
    border: 1px #3aa1d6 solid;
    padding: 3px 3px;
    text-align: center;
    vertical-align: middle;
}

.itm_dis th {
    border: 1px #3aa1d6 double;
    background-color: #87cefa;
    padding: 3px 3px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

/* 利用規約 */
.clear {
    clear: both;
}

.clear h1 {
    font-weight: normal;
    font-size: 1.8em;
    text-align: center;
}

.cont_wrap {
    margin: auto 10px;
    line-height: 2;
}

.cont_wrap h2 {
    font-weight: normal;
    font-size: 1.6em;
    text-align: left;
    border-bottom: 3px solid #3aa1d6;
    margin: 30px 0;
    padding: 0;
}

.cont_wrap h3 {
    font-weight: normal;
    border-left: 8px solid #87cefa;
    padding: 4px 10px;
    margin: 0 0 10px;
}

.cont_wrap ul {
    list-style: decimal;
}

.cont_wrap p {
    margin: 30px auto;
}

.inline_wrap {
    margin: 0 0 40px;
}

ol.paren {
    margin: 5px 15px 20px;
}

ol.paren li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1.5em;
    padding: 0;
}

ol.paren li:before {
    content: "("counter(cnt)") ";
}

ol.disc {
    list-style: disc;
    margin: 5px 15px 20px;
}

.update {
    text-align: right;
}

/* お詫び */
.fp_inner {
    margin: 30px 10px 0;
    line-height: 2;
}

.fp_inner h1{
    margin-bottom: 50px;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    text-decoration: underline;
}

.fp_inner h2 {
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    color : crimson;
}

.fp_inner p {
    margin-bottom: 30px;
}

.fp_innerS {
    margin-top: 30px;
    padding: 20px;
    width: 86%;
    border: solid 1px;
}

.fp_innerS h3 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    color: darkblue;
}

.fp_innerS p {
    margin-bottom: 20px;
}

.fp_innerS ul {
    padding-left: 20px;
    margin: 0;
}

.fp_innerS li {
    list-style: disc;
}

.fp_inq {
    padding: 10px;
}

/* 画像案内 */
.media_info {
    margin: auto;
    padding: 0;
    text-align: center;
}

.media_info img {
    margin: 1em 0;
    width: 70%
}

@media (max-width: 480px) {
    .media_info img {
        width: 100%
    }
}

/* FAQ */
.acd_wrap {
    margin: auto 10px;
}

.acd_wrap p {
    margin: 10px;
}

.acd_wrap a {
    position: relative;
    color: #08C;
    text-decoration: underline;
}

/* カート追加の数量に影響するので、一旦削除
*,
*::after,
*::before {
    box-sizing: border-box;
}
*/

.acd_hdn {
    display: none;
}

.acd_q {
    background: #3aa1d6;
    color: #fff;
    display: block;
    margin: 1px 0 1px;
    padding: 10px;
    position: relative;
}

/* 開閉状態を示すアイコン + */
.acd_q::before,
.acd_q::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.acd_q::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら - */
.acd_hdn:checked + .acd_q:after {
    transform: translateY(-50%) rotate(0);
}

.acd_a {
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
}

.acd_hdn:checked + .acd_q + .acd_a {
    height: auto;
    opacity: 1;
    padding: 10px;
}

.acd_a_color {
    background: #d7eeff;
    padding: 10px;
}

.sp_info {
    text-align: center;
}

.sp_info_img {
    margin: 50px 20px 0;
}



