@charset "UTF-8";



/*******************************

topヘッダー

 *******************************/

body.home header {
    width: 100%;
    position: relative;
}

body.home header h1 {
    position: absolute;
    width: 638px;
    height: 243px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main-movie video {
    width: 100%;
}

/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {

    body.home header h1 {
        width: 450px;
        height: 171px;
    }

}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    body.home header h1 {
        width: 250px;
        height: 95px;
    }

}


/*******************************

Features

 *******************************/

section.top_features {
    margin: 0;
}

section.top_features a:hover {
    opacity: 1;
}

section.top_features h2 {
    font-size: 17px;
    font-weight: bold;
    color: #7a7a7a;
    text-align: center;
    background: url(../img/top/features_back.png) no-repeat center center;
    background-size: cover;
    padding: 10px 0;
    margin: 0;
}

.bg-scale figure {
    display: none;
}

.bg-scale {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 320px;
    overflow: hidden;
}

.bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.features01:after {
    background: url(../img/top/features01@2x.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
}

.features02:after {
    background: url(../img/top/features02@2x.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
}

.features03:after {
    background: url(../img/top/features03@2x.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
}

.features04:after {
    background: url(../img/top/features04@2x.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
}


.bg-scale:hover:after {
    opacity: .8;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bg-scale .inner {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.bg-scale .txt {
    width: 50%;
    background: #000;
    color: #fff;
    height: 320px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.bg-scale dl {
    width: 500px;
    text-align: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
}

.bg-scale dl dt {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 28px;
    letter-spacing: 0.1em;
}

.bg-scale dl dd {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    padding-bottom: 30px;
    background: url(../img/top/arrow_right02@2x.png) no-repeat;
    background-size: 19px 13px;
    background-position: 95% bottom;
}

.bg-scale .txt01 {
    float: right;
}

.bg-scale .txt01 dl {
    float: left;
}

.bg-scale .txt01 dt,
.bg-scale .txt01 dd {
    padding-left: 95px;
}

.bg-scale .txt02 {
    float: left;
}

.bg-scale .txt02 dl {
    float: right;
}

.bg-scale .txt02 dt,
.bg-scale .txt02 dd {
    padding-right: 95px;
}

/*==== tablet タブレット用css ===*/

@media screen and (max-width: 1024px) {

    .bg-scale dl {
        width: 90%;
    }

    .bg-scale .txt01 dt,
    .bg-scale .txt01 dd {
        padding-left: 10%;
    }

    .bg-scale .txt02 dt,
    .bg-scale .txt02 dd {
        padding-right: 10%;
    }

}

/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {

    .bg-scale {
        height: 280px;
    }

    .bg-scale .txt {
        height: 280px;
    }
    .bg-scale dl dt {
        font-size: 20px;
    }

    .bg-scale dl dd {
        font-size: 14px;
    }

    .bg-scale .txt01 dt,
    .bg-scale .txt01 dd {
        padding-left: 5%;
    }

    .bg-scale .txt02 dt,
    .bg-scale .txt02 dd {
        padding-right: 5%;
    }

}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    section.top_features h2 {
        padding: 5px 0;
    }

    .bg-scale {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        height: auto;
        overflow: hidden;
    }
    .bg-scale:after,
    .features01:after,
    .features02:after,
    .features03:after,
    .features04:after {
        display: none;
    }

    .bg-scale figure {
        display: block;
        margin: 0;
    }

    .bg-scale:hover:after {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    .bg-scale .inner {
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .bg-scale .txt {
        width: 100%;
        height: auto;
        background-color: #000;
    }

    .bg-scale dl {
        width: 90%;
        margin: 0 auto;
        padding: 25px 0;
        top: 0;
        -webkit-transform: none;
        /* Safari用 */
        transform: none;
    }

    .bg-scale .txt01 {
        float: none;
    }

    .bg-scale .txt01 dl {
        float: none;
    }

    .bg-scale .txt01 dt,
    .bg-scale .txt01 dd {
        padding-left: 0;
    }

    .bg-scale .txt02 {
        float: none;
    }

    .bg-scale .txt02 dl {
        float: none;
    }

    .bg-scale .txt02 dt,
    .bg-scale .txt02 dd {
        padding-right: 0;
    }
}

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

INFORMATION インフォメーション

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

#information {
    padding: 30px 0;
    background: url(../img/top/news_back.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

#information > a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/top/arrow_right01@2x.png) center center no-repeat, #394e68;
    margin: 0 auto;
    background-size: 13px 13px;
}

#information h2 {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #979797;
    background: #dfdfdf;
}

#information .list {
    width: 90%;
    max-width: 670px;
    margin: 50px auto 30px auto;
    text-align: left;
    overflow: hidden;
}

#information .list .detail {
    padding: 10px 0;
    border-bottom: dotted 1px #000;
    width: 100%;
    overflow: hidden;
    line-height: 1.3;
}

#information .list .detail a {
    width: 100%;
    display: block;
    overflow: hidden;
    opacity: 1;
}

#information time {
    float: left;
    margin: 0 0 0 10px;
    width: 80px;
    font-size: 13px;
}

#information .list .tag {
    display: block;
    float: left;
    width: 75px;
    font-size: 10px;
    background: #394e68;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}

#information .list .title {
    display: block;
    float: left;
    margin-left: 30px;
    width: 450px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#information .list .detail a:hover .title {
    text-decoration: underline;
}

/*==== tablet タブレット用css ===*/

@media screen and (max-width: 1024px) {}

/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {

    #information .list .title {
        clear: both;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        padding-left: 10px;
    }

}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    #information .list {
        margin: 30px auto;
    }
}

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

アクセス

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

#access {
    background: #243244;
    height: 350px;
    overflow: hidden;
}

#access .ggmap {
    float: left;
    width: 50%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ggmap iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


#access .add {
    float: right;
    width: 50%;
    overflow: hidden;
    color: #fff;
    text-align: left;
    margin-top: 30px;
}

#access h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    width: 95%;
    max-width: 500px;
    float: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    padding-left: 9%;
}

#access dl {
    width: 95%;
    max-width: 500px;
    float: left;
    margin-top: 20px;
    padding-left: 9%;
}

#access dt {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

#access dd {
    font-size: 11px;
    line-height: 2;
}

#access dd span {
    display: block;
}


/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {

    #access {
        height: auto;
    }
    #access .ggmap {
        float: none;
        width: 100%;
        height: 350px;
    }

    #access .add {
        float: none;
        width: 90%;
        margin: 30px auto;
    }

    #access h2 {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    #access dl {
        width: 100%;
        float: none;
        padding-left: 0;
    }

}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    #access dd br {
        display: none;
    }
}
