@charset "UTF-8";

/* 共通セレクタ */

img {
    max-width: 100%;
    /* object-fit: cover; */
}

.wrapper {
    /* max-width: 1046px; */
    width: 80%;
    margin: 0 auto;
}

/* ここまで */
/* アクセス */
.access_main h1 {
    text-align: center;
    margin: 100px 0 60px 0;
}

.access_main h2 {
    text-align: center;
}

table {
    width: 100%;
}

th {
    color: #6EDBC8;
}

th span {
    border-bottom: 1px solid #4c453f;
}

/* ホテルと住所を包むでかい箱↓ */
.acc-df {
    display: flex;
    justify-content: center;
    max-width: 600px;
    width: 70%;
    margin: 0 auto;
}

.acc-half {
    max-width: 400px;
}

/* .acc-df img {
    width: 45%;
}

.acc-df table {
    width: 45%;
    height: 180px;
}

.acc-half th {
    font-size: 1.2rem;
}

td {
    text-align: center;
    margin-top: 60px;
} */


/* ここまで */
/* 交通アクセス */
.ac_info_container {
    background-color: #BDE1DA;
}

.location-map {
    margin-bottom: 100px;
    text-align: center;
}

.ac-info {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.ac-info {
    background-image: url(../image/accese-back\(1920\).png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;


}

.ac_info_img {
    margin-top: 60px;
}

.ac_text_last {
    padding-bottom: 50px;
}



.lined-text {
    background: url(../image/h3-line2-3.png) repeat-x top left;
    height: 60px;
    text-align: center;
}

.lined-text span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 9em;
    background-color: #BDE1DA;
}


.ac-text {
    margin-bottom: 60px;
}


.location-map iframe {
    margin-top: 60px;

}


/* SP版 */
@media(max-width:768px) {
    body {
        font-size: 0.875rem;
    }

    .access_main h1,
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .access_main h1 {
        margin-top: 50px;
    }

    /* ホテルと住所を包むでかい箱↓ */
    .acc-df {
        display: flex;
        justify-content: center;
        max-width: 300px;
        width: 90%;
        margin: 0 auto;
    }

    .acc-half {
        max-width: 300px;
    }

    .acc-df {
        flex-wrap: wrap;
        justify-content: center;
    }

    .acc-half {
        flex-basis: 80%;
        margin-top: 60px;
    }

    .acc-half th {
        padding: 20px;
    }

    .lined-wrapper {
        position: relative;
        padding: 0 16px;
        /* スマホ左右の余白 */
        box-sizing: border-box;
    }

    .ac-info {
        min-height: 800px;

    }

    .location-map {
        max-width: 721px;
        margin: 60px auto 100px auto;
    }

    .location-map iframe {
        width: 100%;
        height: 320px;
        margin-top: 30px;
    }

    /* 交通アクセス */

    .ac_info_img {
        margin-top: 30px;
    }


}