@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    access_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    #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, .4);
    position: absolute;
    top: 0;
    left: 0;
}

#mv img{
    width: 100%;
    min-height: 230px;
    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: 20px;
    letter-spacing: .2em;
}

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


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

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

#event_date dl{
    width: 100%;
    display: table;
    font-size: 13px;
    letter-spacing: .1em;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
}

#event_date dl:last-child{
    border-bottom: none;
}

#event_date dt{
    width: 20%;
    max-width: 65px;
    min-height: 20%;
    padding: 5px 0;
    font-size: 12px;
    box-sizing: border-box;
    clear: both;
    display: table-cell;
    color: #979797;
    vertical-align: middle;
    white-space: nowrap;
}

#event_date dd{
    width: 100%;
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    color: #ff8000;
    line-height: 1.7em;
    letter-spacing: .05em;
}



.access_nav{
    margin: 0 0 30px 0;
    letter-spacing: -.40em;


    box-sizing: border-box;
}

.access_nav.btm{
    margin: 20px 0 30px 0;
}

.access_nav ul{
overflow: hidden;
}
    
.access_nav li{
    width: 33.333%;
    margin: 0;
    letter-spacing: .1em;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px dashed #ff8200;
    border-left: 1px dashed #ff8200;
    border-top: 2px solid #ff8200;
    border-bottom: 2px solid #ff8200;
    background-color: #fff;
    text-align: center;
}

.access_nav li:first-child{
    border-left: 2px solid #ff8200;
    border-radius: 5px 0 0 5px;
}

.access_nav li:last-child{
    border-right: 2px solid #ff8200;
    border-radius: 0 5px 5px 0;
}

.access_nav li a{
    font-size: 12px;
    padding: 5px;
    line-height: 1.5em;
    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{
    padding: 25px 15px 30px 15px;
    margin: 0 auto;
}

#post_body h3{
    max-width: 380px;
    margin: 40px auto 25px auto;
    font-size: 18px;
    color: #ff8200;
    letter-spacing: .05em;
}

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

#post_body p{
    max-width: 380px;
    margin: 0 auto 25px auto;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
}

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

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

.gmap iframe{
    width: 100%;
    min-height: 280px;
    height: 40vh;
}

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

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