@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    event_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
.inner{
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.inner p{
    line-height: 2em;
    font-size: 15px;
    letter-spacing: .05em;
}

.event_nav{
    width: 100%;
    height: 40px;
    display: none;
    line-height: 40px;
    background-color: #eee;
    position: absolute;
}

.event_nav.fix{
    position: fixed;
    top: 45px;
    left: 0;
}

.event_nav ul{
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
}

.event_nav li{
    display: inline-block;
    letter-spacing: .05em;
}

.event_nav li.p{
    margin: 0 10px;
}

.event_nav a{
    padding-right: 28px;
    display: block;
    color: #fa6b18;
    transition: opacity .1s ease .0s;
    font-weight: bold;
    font-size: 12px;
    position: relative;
}

.event_nav a:after{
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-image:url(../images/event/nav_arrow.png);
    background-size: 15px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

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

/* --------------------------------------------------
*
    #event_body
*
-------------------------------------------------- */
#yodogawa{
    padding: 0 0 55px 0;
    text-align: left;
}

#event_body h2{
    padding: 10px 0;
    text-align: center;
    background-color: #fa6b18;
    text-align: center;
}

#event_body h2 img{
    width: auto;
    height: 40px;
}

#ws{
    margin-top: -20px;
}

#ws .desc{
    margin: 0 auto;
    padding: 30px 15px;
    box-sizing: border-box;
}

#ws .desc p{
    line-height: 2em;
    font-size: 15px;
}

article section h3{
    padding: 25px 0;
    text-align: center;
    background-color: #eee7df;
}
article section h3{ width: auto;}

article section h3.w1 img{ height: calc(80px * .55); }
article section h3.w2 img{ height: calc(80px * .55); }
article section h3.w3 img{ height: calc(103px * .55); }
article section h3.w4 img{ height: calc(90px * .55); }
article section h3.w5 img{ height: calc(80px * .55); }
article section h3.p1 img{ height: calc(82px * .55); }
article section h3.p2 img{ height: calc(105px * .55); }
article section h3.p3 img{ height: calc(90px * .55); }
article section h3.p4 img{ height: calc(90px * .55); }
article section h3.p5 img{ height: calc(101px * .55); }
article section h3.l1 img{ height: calc(83px * .55); }
article section h3.l2 img{ height: calc(86px * .55); }
article section h3.l3 img{ height: calc(100px * .55); }

article section .time{
    padding: 20px 15px 15px 15px;
    margin: 0 0 15px 0;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

article section .time img{
    width: 640px;
}

article section .body{
    margin: 0 auto;
    padding: 0 15px 40px 15px;
    box-sizing: border-box;
}

article section .body h4{
    margin: 0 0 15px 0;
    line-height: 1.777em;
    font-size: 15px;
    font-weight: bold;
}

article section .body p{
    line-height: 1.875em;
    font-size: 14px;
}


.profile{
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
    display: block;
}

.profile ul{
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    margin: 0 auto;
}

.profile li{
    padding: 25px 0;
    border-bottom: 1px dashed #aaa;
}

.profile li h5{
    margin: 0 0 20px 0;
    font-weight: bold;
}

.profile li p{
    padding: 0 10px;
    font-size: 14px !important;
    line-height: 1.875em;
}

.profile li a:hover,
.profile li a.touch{
    text-decoration: underline;
}

.profile li:last-child{
    border: none;
}

.btn_ticket{
    margin: 40px 0 0 0;
    text-align: center;
}

.btn_ticket img{
    width: 100%;
    max-width: 320px;
}

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