.hotels-guide main {
    background-color: #f2f2f0;
}
.hotels-guide main a {
    color: #555555;
    text-decoration: underline;
}
.hotels-guide main a:hover {
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .hotels-guide main {
        padding-bottom: 120px;
    }
    .hotels-guide main h1, .hotels-guide main h2 {
        font-weight: normal;
    }
    .hotels-guide main h2 {
        font-size: 1.4rem;
    }
    .hotels-guide main .main-title {
        font-size: 2.6rem;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .hotels-guide main .title {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 30px 0 20px;
    }
    .hotels-guide main p {
        margin-bottom: 20px;
        line-height: 1.8;
        text-align: justify;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .hotels-guide main .wrap {
        padding-bottom: 40px;
    }
    .hotels-guide main h2 {
        font-size: 1.2rem;
    }
    .hotels-guide main .main-title {
        font-size: 2.6rem;
        margin-bottom: 30px;
        padding-bottom: 20px;
        padding-top: 30px;
        font-weight: bold;
        line-height: 1;
    }
    .hotels-guide main .title {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .hotels-guide main p {
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 1.6rem;
    }
}