@charset "UTF-8";

/*common*/

body {
    color: #333;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    background: url(../images/bg.jpg);
}

a:link {
    text-decoration: none;
    color: #5d3f28;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #5d3f28;
    transition: all 500ms 0s ease;
}

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

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}

/*PC--------------------------------------------------------------------------------------*/

/*header*/

.header-bg {
    width: 100%;
    background-image: url("../images/h_bg02.png"), url("../images/h_bg01.jpg");
    background-repeat: repeat-x, repeat;
    background-position:
        left top,
        left top;
    background-size:
        59px 19px,
        45px 220px;
    overflow: hidden;
}

.header-wrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 18.33333%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

header h1 {
    position: absolute;
    left: 0;
    top: 18.18181%;
    width: 33.33333%;
}

header h1 img {
    width: 100%;
}

header .doc {
    position: absolute;
    top: 35%;
    right: 0;
    color: #5d3f28;
    width: 70%;
    text-align: right;
    font-weight: bold;
}

/*contents*/

#wrap {
    max-width: 1220px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

section.info {
    width: 100%;
    overflow: hidden;
    margin: 3% 0;
}

.info-wrap {
    display: flex;
    flex-wrap: wrap;
}

.info-wrap .pic {
    width: 60%;
}

.info-wrap .pic img {
    width: 100%;
}

.info-wrap .twitter {
    width: 40%;
    padding-left: 3%;
    box-sizing: border-box;
}

section.products {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 3%;
}

.frame {
    padding: 3%;
    box-sizing: border-box;
}

h2 {
    background: url(../images/h_bg01.jpg);
    text-align: center;
    height: 50px;
}

h3 {
    margin-bottom: 1em;
    font-size: 1.3em;
    color: #664830;
}

/*list*/

.StyleF_Frame_ {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
}

.StyleF_Item_ {
    flex-basis: 22%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 1.5% 3% 1.5%;
    background: #fef9ec;
}

.StyleF_Item_ .img_ {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5em;
}

.StyleF_Item_ .price_ {
    margin-top: 0.3em;
    font-size: 0.9em;
    color: #e684d5;
}

.StyleF_Item_ .cart_ {
    width: 100%;
    margin: 0.5em 0 0 0;
}

.StyleF_Item_ .img_ img {
    width: 100%;
}

.StyleF_Item_ .cart_ img {
    width: 100%;
}

/*footer*/

footer {
    width: 100%;
    background: #e1bba0;
    margin-top: 3%;
}

.footer-wrap {
    font-size: 0.9em;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 3% 10px;
    text-align: center;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

ul.f-banner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
}

ul.f-banner li {
    padding: 0 10px;
    width: 200px;
}

ul.f-banner li img {
    width: 100%;
}

/*to top*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    z-index: 20;
}

#page-top img {
    width: 100%;
}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 900px) {
    header {
        height: auto;
        padding: 10% 0 5% 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    header h1 {
        position: relative;
        left: auto;
        top: auto;
        width: 70%;
        margin: 0 auto 5% auto;
    }

    header h1 img {
        width: 100%;
    }

    header .doc {
        position: relative;
        top: auto;
        right: auto;
        color: #5d3f28;
        width: 100%;
        text-align: center;
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 700px) {
    body {
        font-size: 14px;
    }

    section.info {
        width: 100%;
        overflow: hidden;
        margin: 5% 0;
    }

    .info-wrap .pic {
        width: 100%;
    }

    .info-wrap .twitter {
        width: 100%;
        padding-left: 0;
        padding-top: 5%;
        box-sizing: border-box;
    }

    .StyleF_Item_ {
        flex-basis: 47%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0 1.5% 3% 1.5%;
        background: #fef9ec;
    }

    footer {
        width: 100%;
        background: #e1bba0;
        margin-top: 5%;
    }

    .footer-wrap {
        font-size: 0.9em;
        box-sizing: border-box;
        line-height: 1.5;
        padding: 5% 10px;
        text-align: center;
        max-width: 1220px;
        width: 100%;
        margin: 0 auto;
    }

    ul.f-banner {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
    }

    ul.f-banner li {
        padding: 0;
        width: 200px;
        margin-bottom: 10px;
    }
}

/*項目非表示設定*/

.rdt_,
.comment_,
.pre_sales_,
.btn_ {
    display: none;
}

@media only screen and (max-width: 700px) {
    .btn_ {
        display: block;
        margin-top: 0.5em;
    }

    .btn_ input {
        width: 100%;
    }

    input[type="button"].cart_btn_.order_ {
        color: #fff;
        background: #fdc281;
        padding: 0.5em;
        border: 1px solid #fff;
        width: 100%;
        margin: 0.5em 0;
        border-radius: 20px;
    }

    input[type="button"].cart_btn_.reservation_ {
        color: #fff;
        background: #96c4c1;
        padding: 0.5em;
        border: 1px solid #fff;
        width: 100%;
        margin: 0.5em 0;
        border-radius: 20px;
    }

    input[type="button"].cart_btn_.sold_out_ {
        color: #fff;
        background: #fad9d8;
        padding: 0.5em;
        border: 1px solid #fff;
        width: 100%;
        margin: 0.5em 0;
        border-radius: 20px;
    }

    input[type="button"].cart_btn_.closed_ {
        color: #fff;
        background: #251a1a;
        padding: 0.5em;
        border: 1px solid #fff;
        width: 100%;
        margin: 0.5em 0;
        border-radius: 20px;
        display: block;
    }
}

/* 2022.09.02追記 */
.twitter {
    width: 80%;
    max-width: 480px;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 820px) {
    .twitter {
        height: 250px;
        margin-left: 0;
        padding-top: 0 !important;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

/* --------------------------------------------------------------------
Twitter埋め込み差し替え　2023.07
--------------------------------------------------------------------- */
.twitter_account {
    text-align: center;
    width: 177px;
    margin: auto;
}

.twitter_account img {
    border-radius: 50%;
    border: 5px solid #fff;
    max-width: 100%;
}

.twitter_p {
    text-align: center;
    line-height: 1.5;
    padding: 20px 10px 10px;
}

.twitter_p img {
    vertical-align: middle;
    width: 20px;
    padding-right: 8px;
    padding-bottom: 3px;
}

.twitter_btn {
    margin: auto;
    text-align: center;
}

.twitter_btn a {
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    background: #5d3f28;
    color: #fff;
    position: relative;
}

.twitter_btn a:before {
    position: absolute;
    display: block;
    content: "";
    right: 0.8em;
    top: calc(50% - 0.3em);
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #ffff;
    transform: rotate(45deg);
    transition: 0.2s;
}

@media screen and (max-width: 1000px) {
    .twitter_p {
        padding: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .twitter_account {
        margin-top: 10px;
    }
}

.info-wrap .twitter {
    height: inherit;
    overflow: inherit;
    display: table;
}

@media only screen and (max-width: 1000px) {
    .info-wrap .twitter {
        margin-top: 0;
        max-width: 100%;
    }
}

.twitter_inner {
    display: table-cell;
    vertical-align: middle;
}

/* 実用新案登録済　追加 */
.important {
    background-color: #5d3f28;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 2px 0;
    letter-spacing: 0.2em;
    line-height: 1.5em;
}

@media only screen and (min-width: 576px) {
    .important .d-lg-none {
        display: none;
    }
}

/* --------------------------------------------------------------------
商品一覧 在庫なし商品に「再販リクエスト」表示　2023.08
--------------------------------------------------------------------- */
.resale_request {
    text-align: center;
    font-family: Meiryo, sans-serif;
}

.resale_request a {
    display: block;
    padding: 5px 10px;
    color: white;
    background: #ccc;
    border: 1px solid white;
    border-radius: 100px;
}

@media only screen and (max-width: 700px) {
    .resale_request {
        height: 36px;
    }
}

@media only screen and (max-width: 700px) {
    .resale_request a {
        font-size: 12px;
        padding: 0.5em;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 700px) {
    input[type="button"].cart_btn_ {
        -webkit-appearance: none;
        font-size: 12px;
        font-family: Meiryo, sans-serif;
        line-height: 1.7em;
        height: 36px;
    }
}

/* --------------------------------------------------------------------
商品一覧 商品名行間改修 表示　2023.08
--------------------------------------------------------------------- */
@media only screen and (max-width: 700px) {
    .StyleF_Item_ a .name_ {
        line-height: 1.2em;
    }
}

/* --------------------------------------------------------------------
商品一覧 商品名行間改修 表示　2023.08
--------------------------------------------------------------------- */
@media only screen and (max-width: 700px) {
    span.cart_btn_.closed_,
    span.cart_btn_.sold_out_ {
        color: #888;
        background: white;
        padding: 0.5em;
        border: 1px solid #888;
        width: 100%;
        height: 36px;
        margin: 0.5em 0;
        border-radius: 20px;
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
    }
}

/* --------------------------------------------------------------------
202401 twitterアイコンをXに変更
--------------------------------------------------------------------- */
.twitter_p img {
    width: 25px;
    padding-right: 3px;
    padding-bottom: 0;
}

/* --------------------------------------------------------------------
POPUP SHOPバナー 掲載　2023.08
--------------------------------------------------------------------- */
h2 {
    position: relative;
}
.title_img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 3%;
}
.banner_wrap {
    text-align: center;
}
a.popup_banner {
    display: block;
}
a.popup_banner img {
    width: 100%;
    height: auto;
    max-width: 800px;
    -o-object-fit: contain;
    object-fit: contain;
}
.sp_popup_banner {
    text-align: center;
    margin: 20px auto 35px;
}
@media only screen and (min-width: 701px) {
    .sp_popup_banner {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    .sp_none {
        display: none;
    }
}

/* 2026/06/17 リニューアル用表示調整 */
.goods_ .StyleF_Item_ .cart_ .cart_btn_.order_ {
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fdc281;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 20px;
}
.goods_ .StyleF_Item_ .cart_ .cart_btn_.order_:hover {
    opacity: 0.8;
}
.goods_ .StyleF_Item_ .cart_ .cart_btn_.soldout_ {
    background: #ccc;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 20px;
}
