/* ===================================================================

TGN style_taxi_top_add.css

=================================================================== */
/* 360ビュー */
#main #contents .contents_body .section.html.sec_panorama{
    margin-bottom: 0;
}
.panorama_wrapper{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.panorama_inner{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
#panorama{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.panorama_contents .top_contents_inner:first-of-type{
    margin: auto;
    margin-bottom: 55px;
}
.panorama_wrapper + .top_contents_inner{
    position: relative;
    max-width: 1280px;
    margin: auto;
}
.panorama_wrapper + .top_contents_inner .top_contents_text_inner:first-of-type{
    padding-right: 120px;
}
.panorama_wrapper + .top_contents_inner .top_contents_text_inner.icon_panorama{
    position: absolute;
    right: 0;
    bottom: 0;
}
.panorama_wrapper + .top_contents_inner .top_contents_text_inner.icon_panorama img{
    width: 80px;
    height: 80px;
}
.panorama_notes_wrapper{
    min-height: 40px;
    margin-top: 8px;
    text-align: center;
}
.top_contents p.panorama_notes{
    display: inline-block;
    margin-top: 0;
    padding-left: 48px;
    text-indent: -48px;
    text-align: left;
    font-size: 12px;
}
.panorama_notes .icon{
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-bottom: -10px;
    display: inline-block;
    vertical-align: bottom;
}
@media screen and (min-width: 700px){
    .panorama_notes br.panorama_notes_br{
        display: none;
    }
}
@media screen and (max-width: 959px){
    .panorama_wrapper{
        width: calc(100% + 96px);
        margin-right: -48px;
        margin-left: -48px;
    }
}
@media screen and (max-width: 599px){
    .panorama_wrapper{
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px;
    }
    .panorama_inner{
        padding-top: 100%;
    }
    .panorama_contents .top_contents_inner:first-of-type{
        margin-bottom: 40px;
    }
    .panorama_wrapper + .top_contents_inner .top_contents_text_inner:first-of-type{
        padding-right: 0;
    }
    .panorama_wrapper + .top_contents_inner .top_contents_text_inner.icon_panorama{
        top: -80px;
        right: 0;
        left: 0;
    }
    .panorama_wrapper + .top_contents_inner .top_contents_text_inner.icon_panorama img{
        width: 60px;
        height: 60px;
    }
}

/* videoエリア調整 */
#main #contents .contents_body .section.full.bg_full.bg_videos.bg_title{
    background-color: #002e42;
}
#main #contents .contents_body .section.bg_videos.bg_title:before{
    content: none;
}
#contents .contents_body .section.bg_videos.bg_title h4.title.tile_top{
    color: #fff;
}
#main #contents .contents_body .bg_videos.bg_title .section .figure_block{
    padding-top: 0;
}
.section.bg_videos.bg_title ul.title_tile{
    margin-top: 131px;
}
@media screen and (max-width: 959px), print{
    .section.bg_videos.bg_title ul.title_tile{
        margin-top: 0;
    }
}

/* アンカー処理 */
.anchor_before{
    position: relative;
}
.anchor{
    margin-top: -80px !important;
    padding-top: 80px;
}
@media screen and (max-width: 959px){
    .anchor{
        margin-top: -56px !important;
        padding-top: 56px;
    }
}
.panorama_anchor{
    background-color: transparent !important;
}