@charset "UTF-8";

body{
    margin: 0;
    overflow-x: hidden;
}
.center{
    text-align: center;
}
/* ============================
    Main
============================= */
.slide{
    width: 100%;
    margin-bottom: 80px;
}
.slide .slide-img img{
    width: 100%;
}
.slide-img{
    position: relative;
    width: 100%;
    height: 85vh;
}

/* 1枚目 */
.slick01 .naminoue{
    width: 100%;
    background:url(../img/slide-01.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/* 2枚目 */
.slick01 .matsuyama{
    width: 100%;
    background:url(../img/slide-02.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/* 3枚目 */
.slick01 .airport{
    width: 100%;
    background:url(../img/slide-03.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-txt{
    position: absolute;
    left: 50px;
    bottom: 5%;
    z-index: 1;
    color: #FFF;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}
.h3-ttl{
    line-height: 1.8;
    margin: 0 0 1em 0;
    font-family: serif;
    font-size: 130%;
}
.note{
    line-height: 2;
    margin: 0;
}
.s-logo{
    position: absolute;
    top: 0;
    left:50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.s-logo__box{
    max-width: 120px;
    margin: 0;
}
.s-logo__box img{
    width: 100%;
}

/* ===============================
    メインコンテンツ
=================================*/
.full{
    width: 100%;
    margin: 0 auto 80px;
}
.full__inner{
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 5%;
}
.l-logo{
    display: block;
    width: 320px;
    margin: 0 auto 50px;
}
.l-logo img{
    width: 100%;
}
.h2-ttl{
    margin-bottom: 50px;
    text-align: center;
    font-family: serif;
}


/*=================================
    2カラム
================================== */
.column2{
    line-height: 0;
}
.column2__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #f5f5f5;
}
.column2 .column2__inner:nth-of-type(even){
    flex-direction: row-reverse;
}
.img-box{
    width: 50%;
}
.column2__inner .img-box img{
    width: 100%;
}
.txt-box{
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
}
.site-btn{
    display: block;
    max-width: 320px;
    margin: 60px auto 0;
    padding: 15px 10px;
    background: none;
    border:2px solid #000;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: .5s;
}
.material-icons-outlined{
    vertical-align: middle;
}
.site-btn:hover{
    background: #000;
    color: #FFF;
}


/*=================================
    copyright
================================== */
.copyright{
    width: 100%;
    background: #000;
}
.sub{
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
}


@media (max-width:1280px){

}


@media (max-width:767px){
    .img-box{
        width: 100%;
    }
    .txt-box{
        width: 100%;
        margin: 0 auto 50px;
        padding: 20px;
    }
}

@media (max-width:480px){
    .slide-img{
        height: 65vh;
    }
    .slide-txt{
        left: 20px;
    }
}