@charset "UTF-8";

/* 固定ページ */
._page,
._page_plans,
._page_rooms {
    width: calc(100% - 200px);
    margin-right: 48px;
}

._page+.l-sidebar,
._page_plans+.l-sidebar,
._page_rooms+.l-sidebar {
    width: 200px;
}

.page_title {
    font-size: 2.5rem;
    font-family: "TBUDGothic E", sans-serif;
    color: #002c59;
    padding-left: 1.5rem;
    border-left: solid 5px #002c59;
}

.page_title:not(:first-child) {
    margin-top: 50px;
}

.catch {
    font-family: "Maru Folk Medium", serif;
    font-weight: bold;
    margin: 1rem auto;
}

.catch_over {
    font-family: "Maru Folk Medium", serif;
    font-weight: bold;
    margin: 1rem auto;
    padding-bottom: 1rem;
    border-bottom: solid 1px #002c59;
}

.lead {
    font-size: 1.8rem;
    margin: 20px auto;
}

.bold {
    font-weight: bold;
}

.serif {
    font-family: serif;
}

.medium {
    width: 100%;
    font-size: 1.7rem;
}

.large {
    width: 100%;
    font-size: 2.5rem;
}

.x-large {
    width: 100%;
    font-size: 3.6rem;
}

.layout_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.layout_container:not(first-child) {
    margin-top: 50px;
}

.left_container,
.right_container {
    display: flex;
    flex-direction: column;
}

.left_container img,
.right_container img {
    margin-bottom: 10px;
}

.left_container p,
.right_container p {
    font-size: 1.8rem;
    line-height: 1.5rem;
    text-align: justify;
}