.moon__mv__area {
    height: 540px;
    background: url(../img/activity/mv__bg.png) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 1px;
    margin-bottom: 120px;
}

.contents__img {
    overflow: hidden;
}

.contents__img img {
    object-fit: cover;
    width: 100%;
}

.page__ttl__caption {
    text-shadow: -2px 1px 8px rgba(255, 255, 255, 1);
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.restaurant__category {
    margin-top: 120px;
}

.l-ttl {
    font-weight: 400;
    color: #3572b7;
    text-align: center;
}

.l-ttl .sub-ttl--en {
    padding-bottom: 30px;
}

.l-ttl .sub-ttl--en::before {
    display: none;
}

.rooms_caption {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.7;
    width: 100%;
    margin-top: auto;
}

.rooms_caption dt {
    width: 30%;
    font-weight: 500;
    border-bottom: 1px solid #3572b7;
    padding-top: 15px;
    padding-bottom: 15px;
}

.rooms_caption dd {
    width: 70%;
    font-weight: 500;
    border-bottom: 1px solid #3572b7;
    padding-top: 15px;
    padding-bottom: 15px;
}

.activity__ul {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    display: flex;
}

.activity__li {
    width: calc((100% - 60px) / 3);
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
}

.activity__li:not(:nth-child(3n)) {
    margin-right: 30px;
}

.m-ttl {
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.activity__caption {
    font-size: 16px;
    line-height: calc(27/16);
}

.rooms_caption dt.pattern02 {
    width: 3em;
}

.rooms_caption dd.pattern02 {
    width: calc(100% - 3em);
}

.activity__ul.pattern02 .activity__li__img {
    margin-bottom: 50px;
    position: relative;
}

.activity__ul.pattern02 .activity__li__img::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    background-color: #3572b7;
}

.activity__ul.pattern02 .activity__li:nth-child(1) {
    margin-top: 160px;
}

.activity__ul.pattern02 .activity__li:nth-child(2) {
    margin-top: 80px;
}