@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;
}

.btn_banner{
    width: 90%;
    max-width: 420px;
    padding: 0 !important;
    line-height: 0 !important;
    border-radius: 18px !important;
    margin: 0 auto 25px auto !important;
    position: relative;
}

.btn_banner.e:before{ display: none;}

.btn_banner:before{
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: #EC5A0C;
    border-radius: 4.2vw;
    position: absolute;
    bottom: -3px;
    right: -3px;
}

.btn_banner a{
    border: none !important;
}

.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;
}

.is_pc .btn_banner a:hover img,
.is_sp .btn_banner a.touch img{
    top: 3px !important;
    left: 3px !important;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}


.e_txt{
    max-width: 400px;
    margin: -10px auto 0 auto;
    text-align: left;
}

.e_txt.b{
    max-width: auto;
    margin-top: -5px;
    padding: 0 15px;
}

.e_txt p{
    text-align: left;
    line-height: 1.7em;
}

.e_txt.b p{
    color: #023D21;
}

.e_txt a{
    color: #EA5504 !important;
    border: none !important;
}

.e_txt a:hover{
    text-decoration: underline;
}


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

#mv h1 img{
    width: 100%;
}

#mv .ico_gakkou{
    width: 100%;
    position: absolute;
    top: 10px;
    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{
    padding: 0 0 15px 0;
    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 .btn_banner{
    margin: -15px auto 30px auto !important;
    display: block;
}

#yodogawa .kv img{
    width: 100%;
}


/* --------------------------------------------------
*
    .special_list
*
-------------------------------------------------- */
.special_list{
    padding: 30px 0 0 0;
}

.special_list p{
    font-size: 13px;
    line-height: 2em;
    margin: 0 0 35px 0;
    padding: 0 15px;
}

.special_list .pic{
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.special_list .pic img{ width: 240px;}

.special_list .profile{
    padding: 0 0 60px 0;
}

.special_list .btn{
    width: 230px;
    height: 30px;
    padding: 0 0 0 15px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background-color: #023D21;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    cursor: pointer;
    transition: opacity .1s ease .0s;
}

.is_pc .special_list .btn:hover,
.is_sp .special_list .btn.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.special_list .btn:before{
    content: '';
    width: 9px;
    height: 10px;
    display: block;
    background-image:url(/gakkou_event/shakespearemusic/common/images/parts_arrow_right.png);
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5px);
    left: 15px;
    z-index: 2;
    transition: transform .15s ease .0s;
}

.special_list .btn.on:before{
    transform: rotate(90deg);
}

.special_list .inner{
    padding: 20px 0 0 0;
    position: relative;
    display: none;
    transform: translate3d(0 ,0, 0);
}

.special_list .inner p{
    margin-bottom: 0;
}

.special_list .img_setlist{
    margin: 0 0 25px 0;
    text-align: center;
}

.special_list .img_setlist img{
    width: 473px;
}

.special_list .btn_banner{
    background-position: 5px 5px !important;
}

.special_list .ws_banner{
    width: 430px;
    margin: -20px auto 40px auto;
}

.special_list .ws_banner img{
    width: 100%;
}


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

#contents_body a{
    color: #023e21;
    border-bottom: 1px solid #023e21;
    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_inner dl{
    clear: both;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
}

#contents_inner dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#contents_inner dl dt{
    vertical-align: top;
    font-size: 14px;
    line-height: 2em;
}

#contents_inner dt.t1{
    color: #0A8771;
}

#contents_inner dt.t2{
    color: #94214D;
}


#contents_inner .t1,
#contents_inner .t2{
    font-family:'TBUD丸ゴシック B' !important;
    font-weight: bold;
}

#contents_inner dl dd{
    vertical-align: top;
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 8px;
}

#contents_inner .e{
    font-size: 14px;
    line-height: 2em;
    margin: 30px 0;
    text-align: center;
}


#contents_inner .yt_mov{
    margin-bottom: 35px;
}

#contents_inner .pic{
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 25px auto;
}

#contents_inner .pic.v{
    width: 90%;
    max-width: 300px;
    text-align: left;
}

#contents_inner .pic .caption{
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 35px 0;
    display: block;
    font-size: 12px;
    font-family:'TBUD丸ゴシック L' !important;
    line-height: 1.538em;
}

#contents_inner .pic img{ width: 100%;}

#contents_inner .pic + .pic{ margin-top: -35px;}



/* --------------------------------------------------
*
    .btm_info
*
-------------------------------------------------- */
.btm_info{
    padding: 40px 0 0 0;
    color: #023d21;
}

.btm_info .ttl p{
    text-align: center;
}

.btm_info .ti{
    margin: 0 0 1em 0 !important;
}

.btm_info .i{
    padding: 0 0 0 0;
    text-align: left;
}

.btm_info a{
    color: #023d21;
    border-bottom: 1px solid #023d21;
    transition: border .1s ease .0s;
}

.btm_info a.bd_none{ border: none !important;}

.btm_info .detail{
    margin: -15px 0 30px 0;
}

.btm_info .detail img{
    width: 80%;
    max-width: 280px;
}

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

.btm_info p, .btm_info dl{
    font-size: 14px;
    line-height: 2em;;
    margin: 0 0 35px 0;
    text-align: left;
}

.btm_info dl, .btm_info .ti{
    padding: 0 15px;
}

.btm_info dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

.btm_info dt{
    clear: both;
    text-align: left;
}

.btm_info dd{
    margin: 0 0 25px 0;
    padding: 0 10px;
    text-align: left;
}

.btm_info li{
    position: relative;
}

.btm_info li:last-child{
    padding-bottom: 20px;
    overflow: hidden;
}

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

.btm_info li .caution{
    text-indent: -1em;
    padding-left: 1em;
}

.btm_info h2{
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.btm_info h2 img{
    width: 100%;
    max-width: 453px;
}


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

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

.btm_banner a{
    border: none !important;
}

.btm_banner img{
    width: 100%;
    max-width: 418px;
}

/* --------------------------------------------------
*
    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 ----- */
