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

#wrap{
    margin: 0 auto;
}

.line{
    text-align: center;
}

.line img{
    width: 90%;
    max-width: 500px;
}

.ico_bus{
    margin: 35px 0 30px 0!important;
    text-align: center;
}

.ico_bus img{
    width: 240px;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 -13px 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 2;
}

#mv h1 img{
    width: 100%;
}

#mv .ico_gakkou{
    width: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}

#mv .ico_gakkou img{
    max-width: 137px;
    width: 20%;
}

.head_logo{
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

 .head_logo img{
    width: 128px;
}

/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    text-align: center;
}

#yodogawa p{
    margin: 0 0 25px 0;
    padding: 0 25px;
    font-size: 14px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
}

#yodogawa .kv{
    padding: 0;
}

#yodogawa .kv img{
    width: 100%;
}
/* --------------------------------------------------
*
    #contents_body
*
-------------------------------------------------- */
#contents_body{
    margin: 0 0;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
}

#contents_body a{
    border-bottom: 1px solid #4CACE2;
    transition: border .1s ease .0s;
}

.is_pc #contents_body a:hover,
.is_sp #contents_body a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}

#contents_body p{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 25px;
}


#contents_body .pic{ text-align: center; margin-left: 0;}

#contents_body .pic img{ width: 100%; max-width: 450px;}
#contents_body .pic.v img{ width: 80%; max-width: 300px;}

#contents_body .pic + .pic{ margin-top: -25px;}

#contents_body .box{
    width: 95%;
    max-width: 450px;
    margin: 0 auto 30px auto;
    padding: 15px 0;
    box-sizing: border-box;
    color: #fff;
    background-color: #754C24;
    border-radius: 10px;
}

#contents_body .box p{
    font-size: 14px;
    margin: 0;
    line-height: 2.28em;
}

#contents_body .ico_fin img{
    width: 96px;
}


.btm_banner{
    margin: 0 0 20px 0 !important;
    padding: 30px 0 0 0 !important;
    text-align: center;
}

.btm_banner p{
    margin: 0 0 15px 0;
}

.btm_banner a{
    border: none !important;
}

.btm_banner img{
    width: 90%;
    max-width: 420px;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    padding: 30px 0 25px 0;
    background-color: #023e21;
    position: relative;
    text-align: center;
    color: #fff;
}

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

footer li{
    width: 25%;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
}

footer li img{
    width: auto;
    height: 40px;
}

footer .copyright{
    margin: 0 0 10px 0;
}

footer .copyright img{
    width: 200px;
}

footer .credit{
    font-size: 11px;
}



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