@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/

/* ========================================================

　header

=========================================================== */

#masthead {
    position: relative;
    padding-top: 8.0rem;
}

#masthead img {
    width: 100%;
    height: auto;
}

#masthead .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.95) 100%);
    background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.95) 100%);
}

#masthead .container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}

#masthead h2 {
    position: absolute;
    top: calc(7.0rem + 10%);
    left: 10%;
    color: rgba(255, 255, 255, 1.0);
    font-size: 2.4rem;
    font-weight: 400;
}

#masthead aside {
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: rgba(255, 255, 255, 1.0);
    text-align: right;
}

@media only screen and (min-width: 768px) {

    #masthead h2 {
        top: calc(7.0rem + 15%);
    }

}

@media only screen and (min-width: 992px) {

    #masthead {
        padding-top: 0;
    }

    #masthead h2 {
        top: calc(9.0rem + 15%);
    }

}


/* ========================================================

　Single

=========================================================== */

/*　テキスト
----------------------------------------------------------- */
#postContent h1 {
    position: relative;
    padding: 0.75rem;
    border-top: 2px solid rgba(55, 45, 40, 1.0);
    border-bottom: 2px solid rgba(55, 45, 40, 1.0);
}

#postContent aside {
    margin-bottom: 5.0rem;
    font-size: 1.4rem;
    text-align: right;
}

#postContent h2,
#postContent h3,
#postContent h4,
#postContent h5 {
    margin: 0;
    margin-top: 5.0rem;
    margin-bottom: 2.0rem;
    font-weight: 400;
}

#postContent h2 {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgba(205, 170, 115, 1.0);
    font-size: 2.0rem;
}

#postContent h2::after {
    display: block;
    position: absolute;
    bottom: -0.3rem;
    width: 30%;
    border-bottom: 3px solid rgba(90, 75, 65, 1.0);
    content: " ";
}

#postContent h3 {
    padding: 0.75rem 0.75rem 0.5rem;
    border-top: 3px double rgba(90, 75, 65, 1.0);
    border-bottom: 3px double rgba(90, 75, 65, 1.0);
    color: rgba(90, 75, 65, 1.0);
    font-size: 1.8rem;
}

#postContent h4 {
    padding: 0 0 0.5rem 0.5rem;
    border-bottom: 1px solid rgba(90, 75, 65, 1.0);
    font-size: 1.6rem;
}

#postContent h5 {
    margin-bottom: 1.0rem;
    font-size: 1.6rem;
}

/* p, li */
#postContent ul {
    margin: 1.5rem 0 1.5rem 2.4rem;
}

#postContent ul li {
    margin-left: 2.0rem;
    list-style-type: disc;

}

#postContent ol {
    margin: 1.5rem 0 1.5rem 2.4rem;
    padding: 0;
}

#postContent ol li {
    margin-left: 2.0rem;
    list-style-type: decimal;
}

#postContent dl {
    margin: 1.5rem 0;
}

#postContent dt {
    margin: 0;
    color: rgba(0, 0, 0, 1.0);
    font-weight: 400;
}

#postContent dd {
    margin: 0;
    margin-left: 2.0rem;
    margin-bottom: 2.0rem;
}

/*　配置
----------------------------------------------------------- */
/* 通常 */
.alignnone {
    margin: 0.5rem 2.0rem 2.0rem 0;
}

.alignleft {
    float: left;
    margin: 0.5rem 2.0rem 2.0rem 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0.5rem auto;
}

.alignright {
    float: right;
    margin: 0.5rem 0 2.0rem 2.0rem;
}

/* 画像 */
img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
}

img.alignnone {
    margin: 1.0rem auto;
}

img.alignleft {
    float: left;
    margin: 0 2.0rem 0 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.alignright {
    float: right;
    margin: 0 0 0 2.0rem;
}

/* アンカー内画像 */
a img.alignnone {
    margin-left: auto;
    margin-right: auto
}

a img.alignleft {
    float: left;
    margin: 0 2.0rem 0 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 0 2.0rem;
}

/*　表組み
----------------------------------------------------------- */
#postContent table {
    width: 100%;
    margin: 0;
    margin: 1.0rem 0 2.0rem;
    border: 2px solid rgba(90, 75, 65, 1.0);
}

.pageSection .table-responsive {
    clear: both;
    border: none;
    text-align: center;
}

.pageSection .table-responsive table {
    white-space: nowrap;
}

#postContent th {
    padding: 0.5rem 1.0rem;
    background-color: rgba(205, 170, 115, 0.05);
    border: 1px solid rgba(90, 75, 65, 1.0);
    font-weight: 400;
    vertical-align: top;
}

#postContent td {
    padding: 0.5rem 1.0rem;
    border: 1px solid rgba(90, 75, 65, 1.0);
    vertical-align: top;
}

#postContent caption {
    padding: 0.3rem 0.5rem;
    background-color: rgba(245, 245, 245, 1.0);
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.4rem;
}

/*　販売商品
----------------------------------------------------------- */
.sale #postContent h1 {
    border-top: 2px solid rgba(55, 45, 40, 1.0);
    border-bottom: 2px solid rgba(55, 45, 40, 1.0);
    background-color: rgba(55, 45, 40, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

/* 商品写真 */
.sale #postContent figure {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
}

.sale #postContent img {
    margin: 0 auto;
}

/* 商品説明文 */
.sale #postContent p {
    line-height: 3.0rem;
}

/* 価格 */
.sale #postContent h5 {
    margin-top: 5.0rem;
    border-bottom: 3px double rgba(90, 75, 65, 1.0);
    color: rgba(90, 75, 65, 1.0);
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: right;
}

.sale #postContent h5::before {
    content: "￥";
}

.sale #postContent h5::after {
    font-size: 1.6rem;
    font-weight: 400;
    content: "（税込）";
}

@media only screen and (max-width: 767px) {

    .pageSection table:not(.noBlk) th,
    .pageSection table:not(.noBlk) td {
        display: block;
        width: 100%;
    }

    .pageSection tr:last-child td {
        padding-bottom: 0 !important;
    }

    .pageSection .table-responsive::-webkit-scrollbar {
        height: 0.5rem;
    }

    .pageSection .table-responsive::-webkit-scrollbar-track {
        border-radius: 0.6rem;
        background-color: rgba(240, 240, 240, 1.0);
    }

    .pageSection .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 0.6rem;
        background-color: rgba(100, 100, 100, 1.0);
    }

}

@media only screen and (min-width: 768px) {

    .pageSection th,
    .pageSection td {
        padding: 1.0rem 2.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #postContent table {
        white-space: normal;
    }

    #postContent caption {
        display: none;
    }

}


/* ========================================================

　Contact Section

=========================================================== */

/* 電話でお問い合わせ部 */
#contact {
    text-align: justify;
}

#contact .phone span {
    margin-top: 1.5rem;
    color: rgba(51, 51, 51, 1.0);
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 600;
}

#contact .phone i {
    margin-right: 0.5rem;
    font-size: 2.0rem;
}

#contact .note ul {
    margin: 1.0rem 0 1.0rem 2.4rem;
    color: rgba(255, 0, 0, 1.0);
}

#contact .note span.phone {
    margin: 1.5rem 0 0.5rem;
}

/*　フォーム
/*-------------------------------------------*/
#contact #mailformpro dl {
    margin-top: 3.0rem;
}

#contact #mailformpro dt {
    padding-top: 1.0rem;
    width: 100%;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

/* 必須項目 */
#contact #mailformpro dt .must {
    float: right;
    padding: 0 1.0rem;
    background: rgba(230, 90, 0, 1.0);
    border-radius: 0.6rem;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.2rem;
}

#contact #mailformpro dd {
    padding-bottom: 1.0rem;
    padding-left: 0;
    padding-right: 0;
}

#contact #mailformpro dd:last-child {
    border-bottom: 1px solid rgba(204, 204, 204, 1.0);
}

/* 送信前確認チェック */
#contact #mailformpro .lastCheck {
    font-size: 1.6rem;
    line-height: 3.2rem;
}

#contact #mailformpro label.mfp_not_checked em {
    color: rgba(0, 70, 160, 1.0);
    font-size: 1.6rem;
    font-style: normal;
}

#contact #mailformpro label.mfp_checked em {
    color: rgba(230, 90, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
}

/* 各入力窓設定 */
#contact #mailformpro input {
    width: 100%;
    height: 4.0rem;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 300;
}

#contact #mailformpro textarea {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    width: 100% !important;
    height: 20.0rem !important;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 300;
}

#contact #mailformpro input.check {
    position: relative;
    top: -1px;
    width: 2.0rem;
    height: 2.0rem;
}

/* 内容をリセットボタン・確認画面へボタン */
#contact .mfp_buttons button {
    width: 22.0rem;
    height: 6.0rem;
    padding: 0;
    font-size: 2.4rem;
    cursor: pointer;
}

#contact .mfp_buttons button:first-child {
    margin-bottom: 1.0rem;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
}

#contact .mfp_buttons button:first-child:hover {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(0, 0, 0, 0.3);
}

#contact .mfp_buttons button:last-child {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(55, 45, 40, 1.0);
}

#contact .mfp_buttons button:last-child:hover {
    color: rgba(255, 240, 0, 1.0);
    background: rgba(90, 70, 65, 1.0);
}

/* キャンセルボタン・送信するボタン */
div.mfp_buttons button:first-child {
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
}

div.mfp_buttons button:first-child:hover {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(0, 0, 0, 0.3);
}

div.mfp_buttons button:last-child {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(55, 45, 40, 1.0);
}

div.mfp_buttons button:last-child:hover {
    color: rgba(255, 240, 0, 1.0);
    background: rgba(90, 70, 65, 1.0);
}

/* プレースホルダー */ ::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
}

::-moz-placeholder {
    font-weight: 300;
    opacity: 0.5;
}

:-o-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.5;
}

@media only screen and (min-width: 576px) {

    #contact .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 768px) {

    #contact #mailformpro dt {
        padding-left: 1.0rem;
        width: 24.0rem;
    }

    #contact #mailformpro dd {
        padding-left: 28.0rem;
        padding-right: 1.0rem;
        padding-bottom: 1.0rem;
        border-top: 1px solid rgba(204, 204, 204, 1.0);
    }

    #contact #mailformpro dd:last-child {
        border-bottom: 1px solid rgba(204, 204, 204, 1.0);
    }

    #contact #mailformpro .name,
    #contact #mailformpro .mail,
    #contact #mailformpro .tele,
    #contact #mailformpro .lastCheck {
        background-color: rgba(205, 170, 115, 0.05);
    }

    #contact .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 992px) {

    #contact #mailformpro .name input,
    #contact #mailformpro .kana input,
    #contact #mailformpro .tele input {
        width: 50%;
    }

}

@media only screen and (min-width: 1200px) {

    #contact #mailformpro dt {
        width: 30.0rem;
    }

    #contact #mailformpro dd {
        padding-left: 36.0rem;
    }

}

/*　送信完了
/*-------------------------------------------*/

/* ナンバリング */
#mfp_thanks {
    padding-bottom: 3.0rem;
    border-bottom: 5px solid rgba(204, 204, 204, 1.0);
    font-size: 2.0rem;
    text-align: center;
}

#mfp_thanks strong {
    display: block;
    margin: 1.0rem 0;
    color: rgba(230, 90, 0, 1.0);
    font-size: 3.0rem;
    font-family: Montserrat;
    font-weight: 700;
}

/* 「ありがとうございました」部 */
.thanksMessage h3 {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    color: rgba(0, 70, 160, 1.0);
    font-size: 2.4rem;
    font-weight: 500;
    text-align: justify;
}

.thanksMessage p {
    text-align: justify;
}

.thanksMessage ul {
    margin: 3.0rem 0 3.0rem 2.4rem;
    color: rgba(255, 0, 0, 1.0);
    font-weight: 400;
}

.thanksMessage span.phone {
    margin: 3.0rem 0 0.5rem;
}

@media only screen and (min-width: 768px) {

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 3px;
    }

}


/* ---- End of file --------------------------------------- */