.header_title_nav {
    width: 100%;
}

#cus_contents {
    width: 100% !important;
}
.page_kv{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.con .map{
    width: 100%;
}
.con .access-list{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.con > img{
    display: block;
    width: 80%;
    max-width: 950px;
    margin: 0 auto;
}
iframe{
    width: 100%;
}
.con.shuttlebus{
    width: 100%;
}
.con .about.shuttlebus{
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    justify-content: left;
    align-items: start;
    gap: 2%;
}
.con .about .img{
    height: 450px;
}
.con .about .img img{
    object-fit: cover;
    object-position: top;
}
.shuttlebus-text h4{
    color: #333;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 190%;
    text-align: left;
    padding-bottom: 24px;
    border-bottom: 2px solid #E2E2E2;
    margin-bottom: 24px;
}
.how {
    background: #2A2A2A;
    width: 100vw;
    padding: 32px 0 98px;
}
.how h3{
    color: #FFF;
}
.how h3 span{
    color: #FFF;
}
.how-flex {
    display: flex;
    justify-content: left;
    align-items: start;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    row-gap: 40px;
    column-gap: 3.3%;
}
.how-item {
    width: 30%;
}
.how-img {
    width: 100%;
}
.how-text {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: start;
    margin-top: 8px;
    gap: 8px;
}
.how-text h4{
    color:#FFF;
    /* PC/Montserrat_H3 */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    white-space: nowrap;
}
.how-text p{
    color: #FFF;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top: 4px;
    margin-left: 4px;
}
#footer{
    width: 100%;
}