@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

body{
    background-color: #fff;
}

#wrap{
    padding: 50px 0 0 0;
    margin: 0 auto;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#contents_area h1{
    padding: 70px 0 50px 0;
    text-align: center;
}

#contents_area h1 img{
    width: 328px;
}

#mv{
    margin: 0 0 30px 0;
}

#mv img{
    width: 100%;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    width: 1020px;
    margin: 0 auto 50px auto;
    padding: 0 260px;
    box-sizing: border-box;
    white-space: nowrap;
}

#section_yodogawa p{
    text-indent: -.5em;
    padding-left: .5em;
    font-size: 13px;
    line-height: 1.692em;
    letter-spacing: .025em;
}


/* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
.section .title{
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: #ffe473;
    text-align: left;
}

.section .title h2{
    width: 500px;
    margin: 0 auto;
    font-size: 23px;
    white-space: nowrap;
}

.section .title h2 .s{
    margin: 0 0 0 0;
    display: inline-block;
    font-size: 80%;
    position: relative;
    top: -2px;
}



/* --------------------------------------------------
*
    #section_shop
*
-------------------------------------------------- */
#section_shop{
    text-align: center;
    margin: 0 0 0 0;
}

#section_shop .section_inner{
    width: 500px;
    margin: 0 auto;
    padding: 18px 0 30px 0;
    text-align: left;
    white-space: nowrap;
}

#section_shop .store{
    margin: 0 0 12px 0;
}

#section_shop .store li{
    font-size: 17px;
    line-height: 1.5em;
}

#section_shop .store li a{
    padding: 0 0 1px 0;
    color: #40220f;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s;    
}

.is_pc #section_shop .store li a:hover,
.is_sp #section_shop .store li a.touch{
    border-bottom: 1px solid #40220f;
    transition: border .15s ease .05s;
}

#section_shop .sale_item h3{
    height: 25px;
    padding: 0 20px;
    margin: 0 0 8px 0;
    line-height: 25px;
    background-color: #f39800;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

#section_shop .sale_item li{
    font-size: 16px;
    line-height: 1.5em;
}

#section_shop .sale_item li .caution{
    margin: 0 0 0 8px;
    display: inline-block;
    font-size: 13px;
    color: #e73828;
}

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