@charset "UTF-8";

.page-title .page-title-box .title span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    text-orientation: upright;
}

.section-wrap {
    width: 980px;
    margin: auto;
    padding-bottom: 80px;
}

/*================================================================
# container
================================================================ */
.main-contents .section {
    margin-top: 64px;
    padding-bottom: 64px;
}

.main-contents .container {
    margin: 40px 0 0 0;
    padding: 40px;
    background-color: var(--black);
    display: flex;
    flex-wrap: wrap;
}

.main-contents .sub-title {
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    color: var(--gold);
    letter-spacing: 0.3em;
}

.main-contents .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 32px;
    line-height: 1.618;
    letter-spacing: 0.2em;
}

.main-contents .container .left {
    width: 320px;
    display: flex;
    flex-direction: column;
}

.main-contents .container .left dl {
    line-height: 1.618;
}

.main-contents .container .left .number {
    margin-top: 24px;
    line-height: 1.618;
}

.main-contents .container .left dl dt {
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--gold);
}

.main-contents .container .left dl dd {
    margin-top: 8px;
    font-size: 20px;
}

.main-contents .container .left .number dd {
    font-size: 16px;
}

.main-contents .container .left .floor-plan {
    width: 320px;
    height: 320px;
    margin-top: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-contents .container .left .floor-plan img {
    width: 280px;
    height: 280px;
    filter: saturate(100%);
    object-fit: contain;
}

.main-contents .container .right {
    width: calc(100% - 320px - 24px);
    margin-left: 24px;
}

.main-contents .container .right iframe {
    width: 100%;
}

.main-contents .container .right a {
    position: relative;
    display: block;
}

.main-contents .container .right img {
    filter: saturate(100%);
}

.main-contents .container .right a .text {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 10px #0f1011;
    text-align: center;
}

.main-contents .container .right a .text .note {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.618;
}

/*================================================================
# 概要
================================================================ */
.about {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
}

.about .about__title {
    margin: 0;
    padding: 0 0 24px;
    border-bottom: 1px solid #54575a;
    font-family: var(--text-en);
    font-size: 18px;
    line-height: 1.618;
}

.about .item {
    padding: 16px 0;
    border-bottom: 1px solid #54575a;
    display: flex;
}

.about .item__title {
    width: 20%;
    font-weight: 600;
    line-height: 1.618;
}

.about .item__text {
    width: 80%;
    line-height: 1.618;
}

.about .text ul li {
    line-height: 1.618;
}

.about .text ul li:first-child {
    margin-top: 3px;
}

.about .text ul li:nth-child(n + 2) {
    margin-top: 16px;
}

.about .note {
    margin-left: 8px;
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.05em;
}

.about span {
    margin-top: -8px;
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.05em;
}