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

#wrap{
    margin: 0 auto;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#mv .head_logo{
    padding: 25px 0 45px 0;
}

#mv .head_logo img{
    width: 120px;
}

#mv h1{
    margin: -35px 0 0 0;
    padding: 0 5px 0 20px;
}

#mv h1 img{
    width: 100%;
    max-width: 520px;
}

#mv .ico{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

#mv .ico img{
    width: 64px;
}

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

#yodogawa h2{
    padding: 0 5%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    position: relative;
}

#yodogawa h2 img{
    width: 100%;
    max-width: 421px;
}

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

#contents_area{
    padding: 0 0 0 0;
}

/* --------------------------------------------------
*
    #contents_body
*
-------------------------------------------------- */
#contents_body{
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

#contents_body a{
    border-bottom: 1px solid #023d21;
    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 #detail{
    overflow: hidden;
    text-align: center;
    background-color: #FFF67F;
    background-image:url(../images/img_bg_ss.png);
    background-position: right bottom;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

#contents_body #detail h3{
    margin: 30px 0 0 0;
    font-size: 15px;
    line-height: 1.6875em;
}

#contents_body #detail h3.r{
    color: #D02D1A;
}

#contents_body #detail p{
    font-size: 13px;
    line-height: 1.6em;
}


#contents_body .notice{
    margin: 30px 0;
    padding: 0 25px;
    text-align: left;
    display: inline-block;
}

#contents_body .notice .ti{
    text-indent: -1em;
    padding-left: 1em;
}


/* --------------------------------------------------
*
    #teacher
*
-------------------------------------------------- */
#teacher{
    padding: 30px 0 0 0;
    background-color: #fff;
    text-align: center;
}

#teacher .top{
    padding: 0 0 30px 0;
}

#teacher h3{
    margin: 0 0 25px 0;
    font-size: 20px;
}

#teacher .name{
    font-size: 13px;
}

#teacher .name span{
    font-size: 20px;
    letter-spacing: .05em;
    display: inline-block;
    position: relative;
}

#teacher .name span.last{ margin: 0 0 0 10px;}
#teacher .name span.first{ margin: 0 0 0 5px;}

#teacher .name span.last:before{
    content: 'おおた';
    font-size: 9px;
    letter-spacing: .25em;
    display: block;
    position: absolute;
    top: -12px;
    left: 8px;
}

#teacher .name span.first:before{
    content: 'みつこ';
    font-size: 9px;
    letter-spacing: .25em;
    display: block;
    position: absolute;
    top: -12px;
    left: 8px;
}

#teacher .pic{
    margin: 30px 0 0 0;
}

#teacher .pic img{
    width: 160px;
}


#teacher .comment{
    padding: 25px 15px 30px 15px;
    background-color: #CEECF8;
    text-align: left;
    position: relative;
}

#teacher .comment:before{
    content: '';
    display: block;
    width: 28px;
    height: 24px;
    background-image:url(../images/parts_arrow_top.png);
    background-repeat: no-repeat;
    background-size: 28px;
    position: absolute;
    top: -23px;
    right: 20%;
}

#teacher .comment p{
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
}


#teacher .profile h3{
    margin: 0 0 20px 0;
    font-size: 14px;
}

#teacher .profile{
    padding: 30px 15px 10px 15px;
    background-color: #fff;
    text-align: left;
    position: relative;
}

#teacher .profile p{
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
}

#teacher .mov{
    padding: 15px 0 30px 0;
    background-color: #FFF67F;
    text-align: center;
    position: relative;
}

#teacher .mov h4{
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.625em;
    text-align: center;
}



/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    background-color:#FFF;
    padding: 25px 15px 10px 15px;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}

#btm_info:after{
    content: '';
    display: block;
    width: 100%;
    height: 23px;
    background-image:url(../images/parts_line.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

#btm_info h3 .s{
    margin: 0 0 10px 0;
    font-size: 20px;
    display: block;
}

#btm_info .date{
    font-size: 20px;
    line-height: 2em;
}

#btm_info p .caution{
    display: block;
    font-size: 13px;
}

#btm_info .btn_banner{
    max-width: 420px;
    width: 100%;
    margin: 0 auto 30px auto;
    background-image:url(../images/btn_ws_b.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#btm_info .btn_banner img{
    width: 100%;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

#btm_info .btn_banner a{
    border: none !important;
}

.is_pc #btm_info .btn_banner a:hover img,
.is_sp #btm_info .btn_banner a.touch img{
    top: 4px;
    left: 4px;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}

#btm_info .notes{
    font-size: 13px;
    line-height: 2em;
}

.banner_gakkou{
    max-width: 420px;
    padding: 0 15px;
    margin: 0 auto 30px auto !important;
    text-align: center;

}

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    max-width: 100%;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    padding: 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 ----- */
