@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    access_pc.css
*
*
------------------------------------------------------------------------------------------ */

.access_wrap{ display: none;}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#mv:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
}

#mv img{
    width: 100%;
    min-height: 240px;
    visibility: hidden;
}

#mv .section_wrap{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#mv .section_wrap .section_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#mv h1{
    margin: 0 0 25px 0;
    font-size: 36px;
    letter-spacing: .2em;
    line-height: 1.8em;
}

#mv .desc{
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2em;
}



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

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

#event_date dl{
    width: 680px;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: .1em;
    text-align: left;
    border-top: 1px solid #eaeaea;
}

#event_date dl:last-child{
    border-bottom: 1px solid #eaeaea;
}

#event_date dt{
    width: 115px;
    padding: 10px 15px;
    box-sizing: border-box;
    clear: both;
    display: table-cell;
    color: #979797;
}

#event_date dd{
    width: 565px;
    padding: 10px 0;
    display: table-cell;
    color: #ff8000;
}

.access_nav{
    letter-spacing: -.40em;
    border: 2px solid #ff8200;
    border-radius: 5px;
}

.access_nav.btm{
    margin: -20px 0 40px 0;
}

.access_nav li{
    width: 33.333%;
    letter-spacing: .1em;
    display: inline-block;
    box-sizing: border-box;
    border-right: 1px dashed #ff8200;
    background-color: #fff;
    text-align: center;
}

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

.access_nav li a{
    font-size: 15px;
    padding: 10px;
    display: block;
    transition: background .1s ease .0s, color .1s ease .0s;
}

.is_pc .access_nav li a:hover,
.is_sp .access_nav li a.touch,
.access_nav li.current a{
    background-color: #ff8000 !important;
    color: #fff !important;
    transition: background .15s ease .05s, color .15s ease .05s;
}


/* --------------------------------------------------
*
    #post_body
*
-------------------------------------------------- */
#post_body{
    width: 640px;
    padding: 60px 0;
    margin: 0 auto;
}

#post_body .img{
    text-align: center;
}

#post_body .img img{
    width: 100%;
    max-width: 560px;
}

#post_body .access_wrap{
    padding: 40px 0;
}

#post_body h3{
    margin: 60px 0 40px 0;
    font-size: 23px;
    color: #ff8200;
}

#post_body h3:first-child{
    margin-top: 0;
}

#post_body p{
    margin: 0 0 40px 0;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2em;
}

#post_body p a{
    border-bottom: 1px solid #ff8000;
    transition: border .1s ease .0s;
}

.is_pc #post_body p a:hover,
.is_sp #post_body p a.touch{
    border: none;
    transition: border .15s ease .05s;
}




} /* ----- min-width : 641px ----- */