@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;
    padding: 0 0 0 0;
}

.line{
    text-align: center;
}

.line img{
    width: 500px;
}

.btn_banner{
    width: 430px;
    height: 135px;
    margin: -10px auto 40px auto;
    padding: 0 !important;
    line-height: 0 !important;
    background-image:url(/gakkou_event/shakespearemusic/common/images/btn_ws_b.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 4px 5px !important;
}

.btn_banner.e{ background: none;}

 .btn_banner img{
    width: 421px;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

.btn_banner a{
    border: none !important;
}

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



.e_txt{
    margin: -50px auto 40px auto;
}

.e_txt.b{
    margin-top: -20px;
    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 50px 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 2;
}

#mv .ico_gakkou{
    position: absolute;
    top: 25px;
    left: 25px;
}

#mv .ico_gakkou img{
    width: 118px;
}

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

 .head_logo img{
    width: 193px;
}

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

#yodogawa p{
    margin: 0 0 45px 170px;
    font-size: 15px;
    line-height: 2em;
    display: block;
    text-align: left;
}

#yodogawa .btn_banner{
    margin: -25px auto 65px auto;
    display: block;
}

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

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

.special_list p{
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 110px;
}

.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 auto;
    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;
    width: 500px;
    margin: 0 auto;
}

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

#contents_inner dl dt{
    width: 65px;
    float: left;
    vertical-align: top;
    font-size: 16px;
    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{
    width: 435px;
    float: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 0;
}

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


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

#contents_inner .pic{
    width: 500px;
    text-align: center;
    margin: 0 auto 35px auto;
}

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

#contents_inner .pic .caption{
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 45px 0;
    display: block;
    font-size: 13px;
    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: 90px 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 150px;
    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: -20px 0 60px 0;
}

.btm_info .detail img{
    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: 16px;
    line-height: 2em;;
    margin: 0 0 35px 0;
    text-align: left;
}

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

.btm_info dt{
    clear: both;
    float: left;
}

.btm_info dd{
    padding: 0 0 0 1em;
    float: 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 30px 0;
}

.btm_info h2 img{
    width: 453px;
}



.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: 418px;
}


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