@charset "utf-8";
/*********************************************************************
 *
 *  </css/item.css>
 *
*********************************************************************/

/* HTML5 */
/* --------------------------------------------------------------------------- */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/* cf */
/* --------------------------------------------------------------------------- */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: block;
}

/* bgImg */
/* --------------------------------------------------------------------------- */
.bgImg {
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    outline: none;
    /* FF対策 */
}

/* img */
/* --------------------------------------------------------------------------- */
img {
    display: block;
}

/* nowrap */
/* --------------------------------------------------------------------------- */
.nowrap {
    white-space: nowrap;
}

/* a */
/* --------------------------------------------------------------------------- */
a {
    color: #a60a13;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.eOp {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.eOp:hover {
    opacity: 0.6;
}

.eTr {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* bg */
/* --------------------------------------------------------------------------- */
.bgGray {
    background-color: #f4f4f0;
}

.bgRd {
    background-color: #a60a13;
}

/* font */
/* --------------------------------------------------------------------------- */
/* font-family */
.ffEn1 {
    font-family: "Montserrat", sans-serif;
}

.ffEn2 {
    font-family: "Noto Sans", sans-serif;
}

.ffMin {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* font-weight */
.b {
    font-weight: bold !important;
}

/* font-color */
.fcYe {
    color: #ffe132;
}

.fcRd {
    color: #a60a13;
}

/* line-height */
.lh30 {
    line-height: 3;
}

/* font-size */
.fs10 {
    font-size: 72% !important;
}

.fs11 {
    font-size: 79% !important;
}

.fs12 {
    font-size: 86% !important;
}

.fs13 {
    font-size: 93% !important;
}

.fs14 {
    font-size: 100% !important;
}

.fs15 {
    font-size: 108% !important;
}

.fs16 {
    font-size: 115% !important;
}

.fs17 {
    font-size: 122% !important;
}

.fs18 {
    font-size: 129% !important;
}

.fs19 {
    font-size: 136% !important;
}

.fs20 {
    font-size: 143% !important;
}

.fs21 {
    font-size: 150% !important;
}

.fs22 {
    font-size: 158% !important;
}

.fs23 {
    font-size: 165% !important;
}

.fs24 {
    font-size: 172% !important;
}

.fs25 {
    font-size: 179% !important;
}

.fs26 {
    font-size: 186% !important;
}

/* list-style-type */
/* --------------------------------------------------------------------------- */
ul.listDisc {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

ul.listDecimal {
    list-style-type: decimal;
    margin: 0 0 0 20px;
}

@media print, screen and (min-width: 768px) {
    /* btn */
    /* --------------------------------------------------------------------------- */
    .btnWt {
        display: table;
        margin-left: auto;
        margin-right: auto;
        padding: 0 55px;
        line-height: 55px;
        font-size: 115%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 4px solid #fff;
        background-image: url(../img/btn/arrow_wt_pc.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 14px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .btnWt:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .btnRd {
        display: table;
        margin-left: auto;
        margin-right: auto;
        padding: 0 55px;
        line-height: 55px;
        font-size: 115%;
        color: #a60a13;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 4px solid #a60a13;
        background-image: url(../img/btn/arrow_rd_pc.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 14px;
        background-color: transparent;
        cursor: pointer;
        outline: none;
    }

    .btnRd:hover {
        background-color: rgba(166, 10, 19, 0.1);
    }

    .btnRdL {
        display: table;
        margin-left: auto;
        margin-right: auto;
        padding: 0 55px;
        line-height: 55px;
        font-size: 115%;
        color: #a60a13;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 4px solid #a60a13;
        background-image: url(../img/btn/arrow_rd_l_pc.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 14px;
        background-color: transparent;
        cursor: pointer;
        outline: none;
    }

    .btnRdL:hover {
        background-color: rgba(166, 10, 19, 0.1);
    }

    /* list */
    /* --------------------------------------------------------------------------- */
    /* listRest */
    .listRest {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-bottom: -20px;
    }

    .listRest li {
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 0 20px 20px;
        width: 432px;
        border: 4px solid #252525;
        background-color: #fff;
    }

    .listRest h5 {
        padding-top: 320px;
        margin-bottom: 15px;
        font-size: 122%;
        font-weight: bold;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 320px;
    }

    .listRest li.tenten h5 {
        background-image: url(../../common/img/logo/tenten_pc.png);
    }

    .listRest li.ichihoshi h5 {
        background-image: url(../../common/img/logo/ichihoshi_pc.png);
    }

    .listRest li.kuku h5 {
        background-image: url(../../common/img/logo/kuku_1_pc.png);
    }

    .listRest li.juicyconcept h5 {
        background-image: url(../../common/img/logo/juicyconcept_pc.png);
    }
    .listRest li.naomi h5 {
        background-image: url(../../common/img/logo/naomi_pc.png);
    }

    .listRest .address {
        margin-bottom: 15px;
        text-align: center;
    }

    /* listContact */
    .listContact > li {
        /* float: left; */
        margin: 0 auto;
        padding: 20px;
        width: 432px;
        border: 4px solid #252525;
        background-color: #fff;
    }

    .listContact > li:nth-child(2n) {
        display: none;
        margin-right: 0;
    }

    .listContact h5 {
        margin-bottom: 30px;
        font-size: 122%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 320px;
    }

    .listContact .telno {
        display: table;
        margin: 0 auto 10px;
        padding-left: 50px;
        line-height: 40px;
        font-size: 230%;
        color: #252525;
        text-decoration: none;
        background: url(../../common/img/contact/ico_tel_pc.png) left center no-repeat;
        background-size: auto 40px;
    }

    .listContact .time {
        line-height: 13px;
        font-size: 86%;
        font-weight: bold;
        text-align: center;
    }

    .listContact .note {
        margin-top: 25px;
        font-size: 86%;
    }

    /* form */
    /* --------------------------------------------------------------------------- */
    #form .txt {
        margin-bottom: 20px;
        text-align: center;
    }

    #form .list {
        border-collapse: separate;
        padding: 40px 0 20px;
        margin: 0 auto 20px;
        min-width: 640px;
        border: 4px solid #252525;
    }

    #form .list th {
        padding: 6px 0 20px 40px;
        width: 1px;
        vertical-align: top;
        font-weight: bold;
        white-space: nowrap;
    }

    #form .list td {
        padding: 0 40px 20px 100px;
    }

    #form .list th span {
        color: #a60a13;
    }

    #form .list td p {
        font-size: 86%;
    }

    #form input[type="text"] {
        padding: 4px;
        width: 400px;
        background-color: #fff;
        border: 1px solid #d6d6d6;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #form .age input[type="text"] {
        margin: 0 10px;
        width: 50px;
    }

    #form textarea {
        padding: 4px;
        width: 400px;
        background-color: #fff;
        border: 1px solid #d6d6d6;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #form .sex input[type="radio"] {
        margin: 6px 0;
    }

    #form .sex label {
        margin: 6px 10px 6px 0;
    }

    #form .areaBtn {
        text-align: center;
    }

    #form .areaBtn form {
        display: inline-block;
        margin: 0 10px;
    }

    /* pc/sp */
    /* --------------------------------------------------------------------------- */
    .forPc {
        display: block !important;
    }

    .forSp {
        display: none !important;
    }

    .forPci {
        display: inline !important;
    }

    .forSpi {
        display: none !important;
    }
}

/* min-width: 768px */
@media screen and (max-width: 767px) {
    /* btn */
    /* --------------------------------------------------------------------------- */
    .btnWt {
        display: block;
        line-height: 55px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 2px solid #fff;
        background-image: url(../img/btn/arrow_wt_pc.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 10px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0;
    }

    .btnRd {
        display: block;
        width: 100%;
        line-height: 55px;
        color: #a60a13;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 2px solid #a60a13;
        background-image: url(../img/btn/arrow_rd_pc.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 10px;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        border-radius: 0;
    }

    .btnRdL {
        display: block;
        width: 100%;
        line-height: 55px;
        color: #a60a13;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 2px solid #a60a13;
        background-image: url(../img/btn/arrow_rd_l_pc.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 10px;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        border-radius: 0;
    }

    /* list */
    /* --------------------------------------------------------------------------- */
    /* listRest */
    .listRest li {
        margin-top: 10px;
        padding: 0 10px 10px;
        border: 2px solid #252525;
        background-color: #fff;
    }

    .listRest li:first-child {
        margin-top: 0;
    }

    .listRest h5 {
        padding-top: 200px;
        margin-bottom: 5px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 200px;
    }

    .listRest li.tenten h5 {
        background-image: url(../../common/img/logo/tenten_pc.png);
    }

    .listRest li.ichihoshi h5 {
        background-image: url(../../common/img/logo/ichihoshi_pc.png);
    }

    .listRest li.kuku h5 {
        background-image: url(../../common/img/logo/kuku_1_pc.png);
    }

    .listRest li.naomi h5 {
        background-image: url(../../common/img/logo/naomi_pc.png);
    }

    .listRest .address {
        margin-bottom: 10px;
        text-align: center;
        font-size: 1rem;
    }

    /* listContact */
    .listContact > li {
        margin-top: 10px;
        padding: 10px;
        border: 2px solid #252525;
        background-color: #fff;
    }

    .listContact > li:first-child {
        margin-top: 0;
    }

    .listContact h5 {
        margin-bottom: 15px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 320px;
    }

    .listContact .telno {
        display: table;
        margin: 0 auto 10px;
        padding-left: 35px;
        line-height: 30px;
        font-size: 2.4rem;
        color: #252525;
        text-decoration: none;
        background: url(../../common/img/contact/ico_tel_pc.png) left center no-repeat;
        background-size: auto 30px;
    }

    .listContact .time {
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
    }

    .listContact .note {
        margin-top: 15px;
        font-size: 1rem;
    }

    /* form */
    /* --------------------------------------------------------------------------- */
    #form .txt {
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

    #form .list {
        border-collapse: separate;
        width: 100%;
        margin: 0 auto 20px;
        border: 2px solid #252525;
    }

    #form .list th {
        display: block;
        padding: 10px 10px 0;
        font-weight: bold;
    }

    #form .list td {
        display: block;
        padding: 0 10px 10px;
    }

    #form .list th span {
        color: #a60a13;
    }

    #form .list td p {
        font-size: 1.1rem;
    }

    #form input[type="text"] {
        padding: 4px;
        width: 90%;
        background-color: #fff;
        border: 1px solid #d6d6d6;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #form .age input[type="text"] {
        margin: 0 10px;
        width: 40px;
    }

    #form textarea {
        padding: 4px;
        width: 90%;
        background-color: #fff;
        border: 1px solid #d6d6d6;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #form .sex input[type="radio"] {
        margin: 6px 0;
    }

    #form .sex label {
        margin: 6px 10px 6px 0;
    }

    #form .areaBtn form {
        margin-bottom: 10px;
    }

    /* pc/sp */
    /* --------------------------------------------------------------------------- */
    .forPc {
        display: none !important;
    }

    .forSp {
        display: block !important;
    }

    .forPci {
        display: none !important;
    }

    .forSpi {
        display: inline !important;
    }
}

/* min-width: 768px */
