@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    shop_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    overflow: hidden;
}

article{
    position: relative;
}

article#sec_banner{
    padding: 20px 0 0 0 !important;
    margin: 0 0 60px 0 !important;
}

article#sec_banner h3{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    padding: 0 0 8px 0;
    font-size: 15px;
    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: 16px;
    display: block;
    background-image:url(../images/parts_line_stripe_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

article h2{
    margin: 0 0 55px 0;
}

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

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


/* --------------------------------------------------
*
    #sec_title
*
-------------------------------------------------- */
#sec_title{
    width: 900px;
    margin: -20px 0 65px 0;
    padding: 96px 0 106px 0;
    position: relative;
    overflow: hidden;
}

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

#sec_title ul{
    width: 940px;
}

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

#sec_title li a{
    width: 430px;
    height: 100px;
    padding: 35px 30px;
    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: 35px;
    height: 35px;
    display: block;
    background-image:url(../images/parts_ico_circle_arrow_g.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    position: absolute;
    top: -4px;
    right: -55px;
}

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

#sec_title .notes{
    margin: -40px 0 45px 0;
    color: #666;
    font-size: 13px;
    letter-spacing: .025em;
    line-height: 1.8666em;
}

/* --------------------------------------------------
*
    .shop_list
*
-------------------------------------------------- */
.shop_list{
    width: 900px;
    margin: 0 0 65px 0;
    padding: 0 0 76px 0;
}

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

.shop_list ul{
    width: 945px;
    letter-spacing: -.40em;
}

.shop_list li{
    width: calc(33.3333% - 45px);
    margin: 0 45px 35px 0;
    display: inline-block;
    letter-spacing: normal;
}

.shop_list li a{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    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 ----- */
