@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}


#hero_Wrap {
    position: relative;
    width: 100%;
    height: calc(100svh - 120px);
    background: url(../img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#hero_Wrap .mv_Txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 300px;
    margin: 0 auto;
}

/* メインコンテンツ */
.contents {
    color: #552121;
    text-align: center;
}
.contents h4 {
    font-size: min(6vw,30px);
    margin-bottom: 50px;
}

.contents .mainTxt {
    width: 100%;
    background-size: 100%;
    background-position: center;
    padding: 100px 0;

}

.contents .mainTxt p {
    line-height: 2;
}

.contents .airport_access{
    width: 100%;
}

/* 確認する */
.train_access{
max-width: 1000px;
width: 100%;
margin: 0 auto;
padding: 150px 0;
}

.contents .train_access{
    width:90%;
}

.contents .train_access .train_text{
    width: 55%;
    margin-bottom: 3%;
}

.car_access{
    background-color: #e3e3e6;
    padding: 150px 0;
}
.contents .car_access{
    width: 100%;
    margin: 0 auto;
}

.car_access .car_text img{
    max-width: 400px;
margin-bottom: 2.5%;
}

.car_access .car_text p{
    line-height: 2;
}

.car_box {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    align-items: center;
}

.car_1 img, .car_2 img {
    display: block;
  width: 100%;
  height: auto;
}

.car_2{
    width: 40%;
    padding-left: 4%;
}

.car_1 {
    width: 60%;
  position: relative;
}
.car_2 {
    width: 40%;
  position: relative;
}
.notes {
    margin-top: 40px;
}
.notes p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
      /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        height: 50svh;
        background: url(../img/main.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #hero_Wrap .mv_Txt {
        width: 230px;
    }
        /*メインコンテンツ*/
    .contents {
        padding: 0px 0 0;
    }
    .contents h4 {
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .contents p {
        font-size: 14px;
        line-height: 2.5;
    }
    .contents h5 {
        margin: 0 auto 40px;
    }
    .contents .mainTxt {
        padding: 70px 0;
        width: 90%;
        margin: 0 auto;
    }

    .train_access{
        padding: 100px 0 100px 0;
    }

    .contents .train_access .train_text{
    width: 90%;
    margin-bottom: 30px;
    }
    .car_access{
    padding: 100px 0;
    
}
    .car_access .car_text img{
    max-width: 400px;
    margin-bottom: 30px;
}
    .car_text{
        width: 90%;
        margin: 0 auto;
    }

    .car_text img{
        width: 80%;
        margin: 0 auto;
    }

    .car_box {
    display: block;
    margin-top: 40px;
}
    .car_1{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .car_2{
        width: 100%;
    padding-left: 0;
}
    .notes {
        width: 90%;
        margin: 30px auto;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}

