/* ----------------------------------------------------------------------
	
	指定席・入場券
    操作ガイド
	
---------------------------------------------------------------------- */

/* - かんたんガイド
---------------------------------------------------------------------- */
#guide_pdf .sub_header.lg { font-size: 1.5rem; }

#guide_pdf div.link_list > div > a { font-size: 1.5rem; }

#guide_pdf div.link_list > div > a i {
    font-size: 2.4rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


/* - ガイド動画
---------------------------------------------------------------------- */
#guide_movie > .grid { width: 100%; margin-top: 10px; font-size: 0; }

#guide_movie > .grid > .cell {
    font-size: 1.3rem;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}

#guide_movie > .grid > .cell + .cell {  }

#guide_movie .sub_header {
    display: flex;
    height: 60px;
    align-items: center;
    font-size: 1.5rem;
}

#guide_movie .sub_header span.opt { font-size: 1.2rem; display: block; }

#guide_movie .movie {  }
#guide_movie .movie > a { display: block; position: relative; }
#guide_movie .movie > a img { vertical-align: top; display: block; margin: 0 auto; }

#guide_movie .movie > a > .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -25px;
    font-size: 2rem;
    color: #eee;
    background-color: rgba(0,0,0,0.8);
    width: 70px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc;
    transition: all 0.3s ease-in-out;
}

.no-touch #guide_movie .movie > a:hover > .icon { background-color: rgba(0,0,0,0.5); }

#guide_movie .movie > a > .icon i { position: relative; left: 2px; }


#seat_banner { margin-top: 50px; }


/* ------------------------------------------------------------
	アニメーション
------------------------------------------------------------ */
@keyframes obj_fade_in {
    from{ opacity: 0; }
    to{ opacity: 1; }
}


/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
    #guide_movie > .grid > .cell { width: 50%; }
    
}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
    #environment div.nav.tab { display: table; }
    #environment div.nav.tab > div { display: table-cell; }
    #environment div.nav.tab > div.current > a:after { display: block; }
    
}

/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	
    #guide_movie > .grid > .cell { width: 100%; display: block; }
    
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
    
    #guide_pdf div.link_list > div > a { font-size: 1.4rem; }
    
    #guide_pdf div.link_list > div > a i {
        font-size: 1.6rem;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    
    #guide_pdf div.link_list > div > a .opt { display: block; }
    
    #seat_banner { margin-top: 30px; }
}

/* ------------------------------------------------------------

	374px以下

------------------------------------------------------------ */
@media screen and ( max-width : 374px ) {
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
}
