@charset "utf-8";

/* 共通 */
a {
    text-decoration: none;
    display: inline-block;
    color: #1a1a1a;
}

img {
    max-width: 100%;
}

.sp {
    display: none;
}

.wrapper {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}

main {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    color: #1a1a1a;
    background-color: #f3f2ed;
    padding-top: 100px;
}

/* ヘッダー */
header {
    background-color: transparent;
    width: 270px;
    position: absolute;
    top: 24px;
    left: 24px;
}

header a {
    transition: all .3s;
}

/* メインビジュアル */
.main_visual {
    height: 42vh;
}

.main_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

/* メイン */
.renovation .sec_ttl {
    text-align: center;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 2.75rem;
}

.renovation .sec_ttl h2 {
    color: #ac171d;
    font-size: clamp(4.25rem, 3.083rem + 2.431vw, 6rem);
    font-size: clamp(2.25rem, 0.417rem + 3.819vw, 5rem);
    line-height: 1.25;
}

.renovation .sec_ttl h2 span,
.renovation_msg p span {
    display: inline-block;
}

.renovation .sec_ttl h2::before {
    content: attr(data-ttlen);
    display: block;
    /* font-family: sans-serif; */
    font-size: clamp(2.25rem, 1.583rem + 1.389vw, 3.25rem);
    font-size: clamp(1.8rem, 0.833rem + 2.014vw, 3.25rem);
    color: #1a1a1a;
    margin-bottom: 0.25em;
}

.renovation .sec_ttl p {
    font-size: clamp(3.5rem, 3.167rem + 0.694vw, 4rem);
    font-size: clamp(1.8rem, 0.833rem + 2.014vw, 3.25rem);

}

.renovation_msg {
    margin-top: 64px;
    text-align: center;
}

.renovation_msg h3 {
    color: #72573a;
    font-size: clamp(2.5rem, 1.833rem + 1.389vw, 3.5rem);
}

.renovation_msg p {
    margin-top: 64px;
    font-size: clamp(1.25rem, 1.083rem + 0.347vw, 1.5rem);
    line-height: 2;
}

.renovation_plan {
    background-color: #fff;
    margin-top: 40px;
    padding: 80px 0;
}

.renovation_plan ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 2%;
}

.renovation_plan li {
    flex-basis: 32%;
    background-color: #f1efe5;
    padding: 40px 0 30px;
    text-align: center;
}

.renovation_plan_info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.room_no {
    margin-right: clamp(1.25rem, 0.417rem + 1.736vw, 2.5rem);
    padding: 8px clamp(1.25rem, 0.417rem + 1.736vw, 2.5rem) 8px 0;
    border-right: 1px solid #1a1a1a;
}

.room_no p:first-child {
    color: #7b492f;
    font-size: clamp(3rem, 2.000rem + 2.083vw, 4.5rem);
}

.room_no p:first-child span {
    font-size: clamp(1.25rem, 0.750rem + 1.042vw, 2rem);
}

.room_no p:nth-child(2) {
    font-size: 1.5rem;
}

.room_no a {
    font-family: sans-serif;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    padding: 6px 24px;
    margin-top: 12px;
    transition: all .3s;
}

.room_size {
    line-height: 1;
}

.room_size p:first-child {
    font-size: 3.25rem;
}

.room_size p:first-child span {
    font-size: 2.5rem;
}

.room_size p:last-child {
    font-size: 2.25rem;
    margin-top: 48px;
}

.room_size p:last-child span {
    display: block;
    text-align: left;
    font-size: 1rem;
}

.room_size p:last-child sup {
    font-size: 1rem;
}

.renovation_plan h3 {
    margin-top: 24px;
    padding: 8px 0;
    background-color: #7b492f;
    color: #fff;
    font-size: clamp(1rem, 0.879rem + 0.518vw, 1.5rem);
}

.renovation_plan li>a {
    font-size: 1.25rem;
    letter-spacing: .2em;
    margin: auto;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: all .3s;
}

.renovation_plan li>a::after {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    rotate: -45deg;
}

.renovation_notes {
    text-align: right;
    margin-right: 5%;
    font-size: 1.125rem;
    line-height: 2;
}

/* comingsoon */
.coming_soon {
    display: flex;
    flex-direction: column;
}

.coming_soon>p {
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
    width: 90%;
    height: 100%;
    margin: 2rem auto 0 auto;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* フッター */
footer {
    /* display: none; */
}

/* アニメーション */
body {
    animation: fade 1.5s 1;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header a:hover {
    opacity: .7;
}

.room_no a:hover,
.renovation_plan li>a:hover {
    opacity: .6;
}

.scroll_target {
    opacity: 0;
    translate: 0 50px;
    transition: all 1.3s;
}

.scroll_target.active {
    opacity: 1;
    translate: 0 0;
}

/* レスポンシブ */
@media screen and (max-width:1399px) {
    .wrapper {
        width: 95%;
    }

    .renovation_plan li {
        flex-basis: 49%;
    }
}

@media screen and (max-width:767px) {
    .sp {
        display: block;
    }

    .wrapper {
        width: 90%;
    }

    header {
        min-width: 170px;
        width: 20%;
        top: 16px;
        left: 16px;
    }

    main {
        padding-top: 80px;
    }

    .renovation .sec_ttl {
        padding-bottom: 2rem;
    }

    .renovation .sec_ttl h2 {
        font-size: clamp(2rem, 1.522rem + 2.041vw, 2.5rem);
    }

    .renovation .sec_ttl h2::before {
        font-size: clamp(1rem, 0.522rem + 2.041vw, 1.5rem);

    }

    .renovation .sec_ttl p {
        font-size: clamp(1.5rem, 1.261rem + 1.02vw, 1.75rem);
    }

    .renovation_msg {
        margin-top: 32px;
    }

    .renovation_msg h3 {
        font-size: 1.75rem;
    }

    .renovation_msg p {
        margin-top: 24px;
        font-size: 1rem;
    }

    .renovation_plan ul {
        gap: 60px;
    }

    .renovation_plan li {
        flex-basis: 100%;
        padding: 40px 0 30px;
    }

    .room_no {
        margin-right: 16px;
        padding: 8px 16px 8px 0;
    }

    .room_no p:first-child {
        font-size: 2.5rem;
    }

    .room_no p:first-child span {
        font-size: 2rem;
    }

    .room_no p:nth-child(2) {
        font-size: 1.25rem;
    }

    .room_size p:first-child {
        font-size: 2.25rem;
    }

    .room_size p:first-child span {
        font-size: 2rem;
    }

    .room_size p:last-child {
        font-size: 2rem;
        margin-top: 24px;
    }

    .room_size p:last-child span {
        font-size: .75rem;
    }

    .room_size p:last-child sup {
        font-size: .75rem;
    }

    .renovation_plan h3 {
        margin-top: 20px;
        /* font-size: 1.5rem; */
    }

    .renovation_plan li>a {
        font-size: 1.25rem;
        margin-top: 20px;
    }

    .renovation_notes {
        margin-right: 4%;
        font-size: 1rem;
    }

    .coming_soon>p {
        aspect-ratio: 5/2;
        width: 90%;
        height: auto;
        margin: 2rem auto 0 auto;
    }

}