html {
    font-family: serif;
}

h2 {
    font-size: 2vw;
}

a {
    text-decoration: none;
}


/* ファーストビュー */

.fv {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/fv.jpg);
}

/* セクション１ */

.sec1 {
    width: 100%;
}
.sec1 .title h2 {
    color: #CB9651;
    font-size: 2vw;
    font-weight: 400;
}
.sec1 .text p {
    
    font-weight:400;
}





.sec1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 60px;
}

.sec1 .title,
.text {
    text-align: center;
    
    
}

.sec1 .title {
    
}


/* セクション２ */
.sec2 {
    width: 100%;
    background-color: #F3EEE7;
}




.sec2 .title,
.text {
    text-align: center;
    /* margin-right: 20px; */
}
.sec2 .title h2 {
	font-size:2vw;
}
.sec3 .title h2 {
	font-size:2vw;
}
.sec5 .title h2 {
	font-size:2vw;
}
.sec6 .title h2 {
	font-size:2vw;
}
.sec2 .title p {
    font-weight:400;
    font-size:1vw;
}


.card {
    display: flex;
    /* align-items: center; */
    margin-top: 100px;
}

.card2 {
    display: flex;
    flex-direction: row-reverse;
    /* align-items: center; */
    margin-top: 100px;
}

.card .card-text {
    width: 50%;
    margin-top:1vw;
}

.card .card-img {
    width: 50%;
    height: 100%;
}

.card img {
    width: 100%;
    height: 100%;
}

.card2 .card-text {
    width: 50%;
    margin-left: 60px;
}

.card2 .card-img {
    width: 50%;
}

.card2 img {
    width: 100%;
}
.sec2 .card-text h3 {
    color:#CB9651;
    font-size:1.6vw;
    font-weight:400;
}
.sec2 .card-text p {
    font-size:0.9vw;
    line-height:2;
    font-weight:400;
}


/* セクション3 */
.sec3 {
    background-color: #F3EEE7;
}



.sec3 .title {
    text-align: center;
}
.sec3 .title p {
    font-weight:400;
}

.sec3 .card {
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
}

.sec3 .card-text {
    text-align: left;
    width: 100%;
}

.sec3 .slide {
    display: flex;
    gap: 40px;
}

/* セクション４ */
/* .sec4 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/station.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec4 .sec4-inner {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4 .sec4-text {
    width: 50%;
    color: white;
}

.sec4 a {
    text-decoration: none;
    font-size: 22px;
    color: white;
} */

/* セクション５ */
.sec5 {
    width: 100%;
    background-color: #F3EEE7;
}

.sec5-inner {
    
}

.sec5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 60px;
}

.sec5 h2 {
    
    font-weight: 400;
    color:#CB9651;;
}
.sec5 p {
    font-weight:400;
}

/* セクション６ */
.sec6 {
    background-color: #F3EEE7;
}

.sec6-inner {
    
}

.sec6 .title {
    text-align: center;
}
.sec6 .title p {
    font-weight:400;
    line-height:2;
    font-size:1vw;
}

.sec6 .card {
    background-color: white;
    width: 100%;
    height: 480px;
}
.sec6 .card .card-img {
    width:52%;
}

.sec6 .card-text {
    width: 44%;
    /* padding: 56px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    margin-top: 0;
    padding: 5vw;
    padding-top:4vw;
}

.card-text p {
    width: 80%;
    font-weight:400;
    line-height:2;
}


.sec6 h3 {
    font-size: 1.5vw;
    color: darkgoldenrod;
}

.sec6 .card2 .card-text {
    margin: 0;
}

/* セクション７ */
.sec7 {
    height: 80vh;
    background-image: url(../img/cts3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.sec7-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec7 h2 {
    margin: 0;
    font-size: 3vw;
    font-weight: 400;
}

.sec7 a {
    text-decoration: none;
    color: white;
}
.sec7 .button {
    background: transparent!important;
}

.button {
    margin-top: 2vw;
    width: 30vw;
    height: 5vw;
    border-radius: 0!important;
    border: 0.14vw solid white;
    background-color: black;
    color: white;
    font-size: 1.4vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
}

footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 100px 60px;
}

footer h3 {
    font-size: 40px;
}

footer a {
    color: black;
}

footer .button {
    /* border: 2px solid black; */
    width: 200px;
    color: white;
    font-size: 16px;
}
footer .button a {
    color: white;
}
   .sec2 .title p,.sec3 .title p ,.sec5 .title p,.sec6 .title p{
        
        font-weight:400;
        font-size:1vw;
        line-height:2;
    }
.copyright {
    text-align:left;
    font-size:0.7rem;
}



/* ーーーーーーーーーーーーーーーーーーーーーーーースマホーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

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

    /*共通 */
    .sec1-inner,
    .sec2-inner,
    .sec3-inner,
    .sec4-inner,
    .sec5-inner,
    .sec6-inner,
    .sec7-inner {
        /* padding: 40px 16px; */
    }

    /* 見出し */
    /* h2 {
        font-size: 24px;
        text-align: center;
    } */

    /* セクション1 */
    .sec1 .title,
    .sec1 .text {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        margin: 0 auto;
    }

    /* セクション2 */
    .card,
    .card2 {
        display: flex;
                flex-direction: column-reverse;
        align-items: center;
        gap: 0px;
        text-align: center;
    }

    .card .card-img,
    .card2 .card-img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .card .card-text,
    .card2 .card-text {
        width: 100%;
        font-size: 15px;
    }

    .card .card-text p,
    .card2 .card-text p {
        width: 100%;
        margin: 0 auto;
    }

    /* セクション3 */
    .sec3 .slide {
        flex-direction: column;
        gap: 40px;
    }

    .sec3 .card {
        width: 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    /* セクション4
    .sec4 .sec4-inner {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .sec4 .sec4-text {
        width: 100%;
        font-size: 16px;
    }

    .sec4 .sec4-img {
        width: 100%;
        max-width: 100%;
    } */

    /* セクション5 */
    .sec5 .text {
        font-size: 16px;
        text-align: center;
    }

    /* セクション6 */
    .sec6 .card {
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 40px;
    }

    .sec6 .card-text,
    .sec6 .card-img {
        width: 100%;
        padding: 16px;
        height: auto;
    }

    .sec6 .card-img {
        height: 200px;
    }

    .sec6 .card-text p {
        font-size: 15px;
    }

    /* セクション7 */
    .sec7 {
        height: auto;
        padding: 60px 20px;
        text-align: center;
    }

    .sec7 h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .sec7 .button {
        margin-top: 32px;
        padding: 12px 24px;
        font-size: 16px;
        display: inline-block;
        background: transparent!important;
    }

    /* ボタン */
    .button {
        display: flex;
        text-align: center;
        padding: 12px 20px;
        font-size: 16px;
        margin-top: 24px;
    }

    /* 画像 */
    img {
        max-width: 100%;
        height: auto;
    }
    .sec1 .title, .sec1 .text {
        text-align:left;
    }
    .sec1 .title h2 {
        font-size:24px;
    }
    .sec2 .title {
        text-align:left;
    }
     .sec3 .title p ,.sec5 .title p,.sec6 .title p{
        text-align:left;
        font-weight:400;
        font-size:14px;
        line-height:26px;
    }
     .sec3 .title p,.sec6 .title p{
        text-align:center;
        
    }
    .sec1 .title h2,.sec2 .title h2, .sec3 .title h2,.sec4 .title h2,.sec5 .title h2,.sec6 .title h2{
        font-size:24px;
    }
      .sec2 .title p,.sec3 .title p ,.sec5 .title p,.sec6 .title p{
        
        font-weight:400;
        font-size:14px;
        line-height:2;
    }
    .sec2 .card-text h3 {
        font-size:20px;
    }
    .sec2 .card-text p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
    .card {
        text-align:left;
    }
    .card-img {
        height:230px!important;
    }
    .card-text h3 {
        font-size:22px;
    }
    .card-text p {
        line-height:27px;
        font-weight:400;
    }
    .card2 {
        text-align:left;
    }
    .card2 .card-text {
    
    margin-left:0;
}
.card {
    margin-top:50px;
}
.sec5 .title h2 {
    margin-bottom:50px;
}
.sec5 img {
    margin-top:0;
}
.sec5img {
    width:100%;
    height:250px;
    margin-top:60px;
}
.sec6 .card {
    flex-direction: column-reverse;
    padding-bottom:50px;
    margin-top:30px;
    margin-bottom:30px;
}
.sec6 .card-text {
    width:85%;
    margin:0 auto;
    padding:0;
}
.sec6 .card-text h3 {
    margin-top:10px;
}
.sec6 .card-img {
    padding:0;
}
    .sec7 .button {
        display:flex;
        padding:0;
        height:60px;
        width:70%;
        margin-top:0;
        background: transparent!important;
    }
    .sec7 {
        height:100vw;
        padding:0;
    }
    .button {
        border: 1px solid white;
    }
    .sec5-inner {
        padding-bottom:20px!important;
    }
    .sec6 .title {
    text-align: center;
    margin-bottom: 65px;
}
.sec6 .card .card-img {
    width: 100%;
}
footer h3 {
    font-size:26px;
    text-align: center;
    margin-bottom:50px;
}
footer {
    text-align: center;
    padding-top:70px;
    padding-bottom:90px;
}
footer .button {
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;

}
.copyright {
    margin-top:60px;
    text-align: center;
}
	footer .button {
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 60px;
}

  




  

}