@charset "utf-8";

.title {
    height: 310px;
    /* margin-top: 100px; */
    background-color: goldenrod;
    background-image: url(../images/train1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: darken;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 20px;
    margin-top: 15px;
}

.main h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.main h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: hsl(256 100% 22%);
    margin-top: 20px;
}


.address {
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}

.address p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.map {
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}

.map iframe {
    display: block;
    width: 100%;
    height: 320px;
    margin-top: 25px;
}

.main img {
    height: 350px;
}

.tips {
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}

.tips p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.tips h2:nth-of-type(2) {
    margin-top: 20px;
}

.tips a {
    text-decoration: underline;
}
.accommodation {
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}

.accommodation p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.footer {
    margin-top: 100px;
}

@media (max-width: 1000px) {

    .address {
        margin-top: 50px;
    }

    .main img {
        max-width: 100%;
        height: auto;
    }   

    .footer {
        margin-top: 50px;
    }
}