@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    shop_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
article{
    position: relative;
}

article#sec_banner{
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

article#sec_banner h3{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    padding: 0 0 10px 0;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .15em;
    color: #666;
    position: relative;
}

article#sec_banner h3:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.line:after,
article.line:after{
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background-image:url(../images/parts_line_stripe_sp.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

section h2,
article h2{
    margin: 0 0 35px 0;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    font-size: 22px;
    letter-spacing: .05em;
}

article#net h2{
    font-size: 20px;
    white-space: nowrap;
}

.shop_list h3{
    height: 30px;
    text-align: center;
    padding: 7px 20px;
    margin: 0 0 20px 0;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    font-size: 15px;
    display: inline-block;
    letter-spacing: .05em !important;
    color: #fff;
    background-color: #91b4e6;
    border-radius: 3px;
    box-sizing: border-box;
}

.shop_list h3.bl{
    display: none !important;
    background: none !important;
}

/* --------------------------------------------------
*
    #sec_title
*
-------------------------------------------------- */
#sec_title{
    margin: 0 0 35px 0;
    padding: 40px 20px 60px 20px;
    position: relative;
    overflow: hidden;
}

#sec_title:before{
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background-image:url(../images/parts_line_stripe_sp.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 10px;
    position: absolute;
    top: 0;
    left: 0;
}

#sec_title ul{
    max-width: 420px;
    margin: 0 auto;
}

#sec_title li{
    width: 100%;
    height: 68px;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    font-size: 18px;
    display: block;
    letter-spacing: .025em;
    border-radius: 3px;
}

#sec_title li a{
    width: 100%;
    height: 68px;
    padding: 26px 20px;
    display: block;
    box-sizing: border-box;
    transition: opacity .1s ease 0s;
}

.is_pc #sec_title li a:hover,
.is_sp #sec_title li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#sec_title li a:after{ display: none !important;}

#sec_title li span{
    height: 100%;
    display: inline-block;
    position: relative;
}

#sec_title li span:after{
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image:url(../images/parts_ico_circle_arrow_g.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    position: absolute;
    top: -3px;
    right: -40px;
}

#sec_title li.loft{ background-color: #facd12;}
#sec_title li.hands{ background-color: #389155; margin: 0;}

#sec_title .notes{
    margin: -20px 0 35px 0;
    color: #666;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.8666em;
}


/* --------------------------------------------------
*
    .shop_list
*
-------------------------------------------------- */
.shop_list{
    margin: 0 0 40px 0;
    padding: 0 20px 35px 20px;
    overflow: hidden;
}

#net.shop_list{
    margin: 0 0 30px 0;
}

.shop_list ul{
    max-width: 420px;
    margin: 0 auto 25px auto;
    letter-spacing: -.40em;
}

.shop_list li{
    width: 100%;
    margin: 0 0 15px 0;
    display: block;
    letter-spacing: normal;
}

.shop_list li a{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #000;
    letter-spacing: .025em;
    display: block;
    transition: color .1s ease .0s, border .1s ease .0s;
}

.is_pc .shop_list li a:hover,
.is_sp .shop_list li a.touch{
    color: #666;
    border-color: #000;
    transition: color .15s ease .05s, border .15s ease .05s;
}

.shop_list li a:after{
    left: 5px;
}

.shop_list li .disabled a{
    color: #000 !important;
    border-color: #ccc !important;
    cursor: default !important;
}


} /* ----- min-width : 641px ----- */
