@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
.yt_mov{ width: 100% !important; text-align: center;}
.yt_mov iframe{ margin: 0 auto; text-align: center;}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 40px 0;
    position: relative;
}

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

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

#mv h1{
    margin: -50px 0 0 30px;
}

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

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

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

#yodogawa h2{
    margin: 0 auto 30px auto;
    position: relative;
}

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

#contents_area{
    margin-bottom: 95px;
    padding: 0 0 65px 0;
}

/* --------------------------------------------------
*
    #contents_body
*
-------------------------------------------------- */
#contents_body{
    width: 600px;
    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-repeat: no-repeat;
}

#contents_body #detail h3{
    margin: 30px 0 0 0;
    font-size: 16px;
    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;
    text-align: left;
    display: inline-block;
}


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

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

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

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

#teacher .name span{
    font-size: 25px;
    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: 180px;
}


#teacher .comment{
    padding: 40px 0 50px 90px;
    background-color: #CEECF8;
    text-align: left;
    position: relative;
}

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

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

#teacher .comment .yt_mov{
    text-align: left !important;
}


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

#teacher .profile{
    padding: 40px 0 35px 90px;
    background-color: #fff;
    text-align: left;
    position: relative;
}

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

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

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



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

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

#btm_info h3{
    margin: 0 0 15px 90px;
    font-size: 33px;
}

#btm_info p{
    width: 420px;
    margin: 0 auto 35px auto;
    font-size: 16px;
    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{
    width: 425px;
    margin: -10px auto 40px auto;
    background-image:url(../images/btn_ws_b.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#btm_info .btn_banner img{
    width: 420px;
    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{
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    width: 400px;
}


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

footer ul{
    margin: 0 0 35px 0;
}

footer li{
    margin: 0 10px;
    display: inline-block;
}

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

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

footer .copyright img{
    width: 210px;
}

footer .credit{
    font-size: 12px;
}
    
} /* ----- min-width : 641px ----- */
