@charset "utf-8";


/* ==================================================================
    shop_speciality.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contents .asterisk {
    margin-top: 5px;
}

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin: 0 auto;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }

/* --------------------------------
   □  accent
-------------------------------- */
#shop_speciality .accent {
    height: 390px;
    background-image: url(../../images/shop_speciality/accent_pc.jpg);
}
#shop_speciality .accent .txtArea {
    color: #fff;
    max-width: 51%;
}
    #shop_speciality .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

/* --------------------------------
   □  speciality
-------------------------------- */
#speciality ul.list.col2 > li {
    max-width: 733px;
    margin-bottom: 60px;
}
#speciality dl dt {
    border: 1px solid #EFEFEF
}
#speciality dl dd .text {
    color: #808080;
    margin-bottom: 10px;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }
    
    .contents .buttonStyle.light-blue {
        width: 100%;
        max-width: 280px;
        margin-top: 20px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px 32px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #shop_speciality .accent {
        background: none;
        height: auto;
    }
    #shop_speciality .accent.bg.sp {
        min-height: 200px;
        height: 50vw;
        background-image: url(../../images/shop_speciality/accent_sp.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #shop_speciality .accent .txtArea {
        position: static;
        transform: none;
        -webkit-transform: none;
        width: 92%;
        max-width: 100%;
        margin: auto;
        padding: 30px 0 0 0;
        color: #111;
    }

    /* --------------------------------
       □  speciality
    -------------------------------- */
    #speciality ul.list.col2 > li {
        max-width: 100%;
        margin-bottom: 30px;
    }
        #speciality ul.list.col2 > li:last-child {
            margin-bottom: 0;
        }
    #speciality dd .buttonStyle.arrow {
        margin-top: 10px;
    }

}