@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　movie
 */

 .pc{display: block;}
 .sp{display: none;}

 @media  screen and (max-width: 768px){
     .pc{display: none;}
     .sp{display: block;}
 }
/* .f_bnr.display{
     display: none;
 }*/

.f_bnr .brand_bnr{
    display: none;
}


/*--------------------------------------------------------------------------
   page-ttl
---------------------------------------------------------------------------*/
#page-ttl{
    margin-top: 123px;
    background:url(../img/ttl_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 350px;
    position: relative;
}
#page-ttl::after{
    content: "現地周辺の航空写真（2021年10月撮影）";
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 1.1px;
}
#page-ttl .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 480px;
    text-align: center;
}
#page-ttl h1{
    font-size:3rem;
    line-height: 0.5;
    letter-spacing: 0.3rem;
    color: #fff;
    font-weight: normal;
}
#page-ttl h1 .en{
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
#page-ttl h1 .en::before,
#page-ttl h1 .en:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
#page-ttl h1 .en:before{
    margin-right: 1rem;
}
#page-ttl h1 .en:after{
    margin-left: 0.5rem;
}

@media  screen and (max-width: 975px) {
    #page-ttl h1{
        font-size: 2rem;
    }
}

@media  screen and (max-width: 768px) {    
    #page-ttl{
/*        margin-top: 60px;*/
        margin-top: 100px;
        height: 200px;
    }
    #page-ttl .inner{
        max-width: 250px;
        width: 80%;
    }
    #page-ttl h1{
        font-size: 1.4rem;
    }
    #page-ttl h1 .en{
        font-size: 1rem;
    }
}



/*--------------------------------------------------------------------------
   movie contents
---------------------------------------------------------------------------*/
.contents{
    padding: 100px 0;
}
.contents .movie{
    margin: 0 auto;
    text-align: center;
}
.movie video{
    max-width: 1200px;
    width: 100%;
}
/* .contents .movie video{
    margin: 0 auto;
} */
.contents .movie_ttl{
    text-align: center;
    margin-bottom: 40px;
}

@media  screen and (max-width: 768px) {
    .contents{
        padding:60px 0
    }
    .contents .movie_ttl{
        text-align: center;
        margin-bottom: 20px;
    }
}