@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

body{
    background-color: #fff;
}

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


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

#contents_area h1 img{
    width: 90%;
    max-width: 328px;
}

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

#mv img{
    width: 100%;
    position: relative;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 auto 45px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#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: center;
}

.section .title.t{
    line-height: 44px;
}

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

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



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

#section_shop .section_inner{
    margin: 0 auto;
    padding: 18px 10px 30px 10px;
    text-align: left;
}

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

#section_shop .store li{
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.5em;
    text-indent: -1em;
}

#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: 5px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

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

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

#section_shop .sale_item li .caution.b{
    margin: -5px 0 5px 0;
    display: block;
}



} /* ----- max-width: 640px ----- */
