body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: antiquewhite;
    color: darkslategrey;
}

html {
    scroll-behavior: smooth;
}

a:hover{
    opacity: .8;
}

a img:hover{
    transform: scale(1.02);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    width: 100%;
}

/**/
.fixed_header{
    width: 100%;
    position: fixed;
    height: 80px;
    background-color: #fff;
    top:0
}

.fixed_header img{
    height: 60px;
    width: auto;
    padding: 10px 0 0 10px;
}

/**/
.floating{
    position: fixed;
    width: 800px;
    bottom: -10px;
    right: 20px;
    display: flex;
}

.floating img{
width: 96%;
margin: 0 2%;    
display: none;
}

.floating_sp{
    display: none;
}

@media screen and (max-width:768px) {
    .floating{
        display: none;
    }

    .floating_sp{
        display: none;
        position: fixed;
        width: 96%;
        margin-left: 2%;
        bottom: 0px;
    }
}

.first_view {
    padding-top: 80px;
    width: 100%;
    height: 43vw;
    background: url(https://2lhome.net/wp-content/uploads/2024/04/back.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.first_view_img {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.first_view_img1 {
    width: 60%;
    height: 100%;
    margin: 0 3% 0;
}

.first_view_img2 {
    width: 37%;
    height: 100%;
    padding-top: 3vw;
}

.banner {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.banner img {
    width: 98%;
    margin: 10% .5% 0;
    box-shadow: 10px 14px 15px -2px #77777796;
    border-radius: 82px;
}

@media screen and (max-width:768px) {
    .fixed_header{
        width: 100%;
        position: fixed;
        height: 40px;
        background-color: #fff;
        top:0
    }
    
    .fixed_header img{
        height: 30px;
        width: auto;
        padding: 5px 0 0 5px;
    }
    
    .first_view {
        padding-top: 40px;
        height: 70vw;
        background-position: top;
        margin-bottom: 72vw;
    }

    .first_view_img {
        width: 98%;
        margin: 0 auto;
        display: block;
    }

    .first_view_img1 {
        width: 100%;
        margin: 0;
        padding-top: 1vw;
    }

    .first_view_img2 {
        width: 90%;
        margin: 0 5%;
        padding-top: 20vw;
    }

    .banner {
        width: 98%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 0px;
    }

    .banner img {
        width: 98%;
        margin: 4% .2% 0;
        box-shadow: 10px 14px 15px -2px #77777796;
        border-radius: 82px;
    }

}

/**/
.deck {
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.deck_copy {
    width: 100%;
    padding: 30px;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.deck_copy img {
    width: 10%;
}

.deck_text {
    padding: 4vw 30px 0;
}

@media screen and (max-width:768px) {
    .deck_copy {
        width: 100%;
        padding: 40px 0px;
        font-size: .875rem;
        font-weight: 600;
        display: flex;
        justify-content: flex-start;
    }

    .deck_copy img {
        width: 10%;
        height: 100%;
        padding-top: 0px;
    }

    .deck_text {
        width: 76%;
        padding: 10px 10px 0;
    }

    .deck_text br {
        display: none;
    }
}

/**/
.room_title {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    color: #1d9869;
}

.room_title_left .point {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

.room_title_left .number {
    font-size: 3rem;
    font-weight: 800;
    padding: 0;
    margin: 0;
    line-height: 2rem;
}

.room_title_right {
    font-size: 1.5rem;
    font-weight: 800;
    padding: 10px 10px 0;
}

.room_text {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 0;
}

@media screen and (max-width:768px) {
    .room_title {
        padding-top: 30px;
        line-height: .5rem;
    }

    .room_title_left .point {
        font-size: .675rem;
    }

    .room_title_left .number {
        font-size: 2rem;
    }

    .room_title_right {
        font-size: 1rem;
        font-weight: 800;
        padding: 15px 10px 0;
        line-height: 1rem;
    }

    .room_text {
        font-size: .75rem;
        font-weight: 600;
        text-align: center;
        padding: 40px 0 0;
    }
}

/**/

.room2 {
    background-color: #fff;
}

.room_flex {
    display: flex;
    width: 100%;
    padding: 40px 0;
}

.room_box {
    width: 48%;
    margin: 1%;
}

.room_box_header {
    background-color: #1d9869;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.room_box_content {
    background-color: #fff;
    padding-bottom: 30px;

}

.room_box_feature {
    display: flex;
    justify-content: space-between;
}

.feature_box {
    background-color: #1d9869;
    color: #fff;
    width: 40%;
    margin: 10px 5%;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
}

.room_price {
    width: 90%;
    background-color: antiquewhite;
    color: #1d9869;
    margin: 5px 5%;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 1rem;
}

.room_price .big {
    font-size: 2rem;
    font-weight: 700;
}

.room_price .small {
    font-size: .675rem;
    font-weight: 300;
}

.room_box_content img {
    width: 80%;
    height: 300px;
    margin: 0 10%;
    object-fit: contain;
    cursor: pointer;
}

.room_detail {
    font-size: .675rem;
    width: 90%;
    margin: 0 5%;
    text-align: center;
}

.room_detail span {
    font-size: .75rem;
    font-weight: 700;
    padding-right: 10px;
}

.room_img_flex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.room_img_flex img {
    width: 30%;
    margin: 1.5%;
}

.campaign img {
    width: 70%;
    margin: 50px 15% 0;
}

.banner_box_banner {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.banner_box_banner img {
    width: 98%;
    margin: 10% .5% 0;
    box-shadow: 10px 14px 15px -2px #77777796;
    border-radius: 82px;
}

.green_back {
    border: 3px solid #1d9869;
}

@media screen and (max-width:768px) {
    .room_flex {
        display: block;
        width: 100%;
        padding: 30px 0;
    }

    .room_box {
        width: 94%;
        margin: 30px 3%;
    }

    .room_box_header {
        font-size: .75rem;
    }

    .room_box_feature {
        display: flex;
        justify-content: space-between;
    }

    .feature_box {
        width: 45%;
        margin: 10px 2.5%;
        font-size: .75rem;
    }

    .room_price {
        font-size: .875rem;
    }

    .room_price .big {
        font-size: 1.375rem;
    }

    .room_price .small {
        font-size: .675rem;
        font-weight: 300;
    }

    .room_box_content img {
        width: 95%;
        height: 300px;
        margin: 0 2.5%;
        object-fit: contain;
    }

    .campaign img {
        width: 90%;
        margin: 0 5%;
    }
    

}


/**/
.modelhouse_main {
    width: 100%;
    height: 500px;
    margin: 20px auto;
    position: relative;
}

.modelhouse_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(80%);
}

.modelhouse_copy1 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.modelhouse_copy2 {
    position: absolute;
    top: 20px;
    right: 100px;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    writing-mode: vertical-rl;
}

.modelhouse_copy2 span {
    font-size: 1.75rem;
}

.modelhouse_flex_title {
    color: #1d9869;
    font-size: 1.75rem;
    font-weight: 700;
    padding-top: 50px;
}

.modelhouse_flex_text {
    padding-top: 30px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 2rem;
}

.modelhouse_flex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.modelhouse_left {
    width: 37%;
    margin-right: 3%;
}

.modelhouse_right {
    width: 60%;
    height: 400px;
}

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

.modelhouse_img_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modelhouse_img_flex img {
    width: 20%;
    margin: 2%;
}

.modelhouse_plan {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    color: #1d9869;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}

.modelhouse_plan span {
    font-size: 3rem;
}

.modelhouse_plan img {
    width: 70%;
    margin: 0 15%;
    padding-top: 30px;
}

@media screen and (max-width:768px) {
    .modelhouse_main {
        width: 100%;
        height: 300px;
        margin: 20px auto 0;
        position: relative;
    }

    .modelhouse_main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(80%);
    }

    .modelhouse_copy1 {
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        font-size: 1rem;
        text-align: center;
    }

    .modelhouse_copy2 {
        position: absolute;
        width: 100%;
        top: 150px;
        left: 0;
        text-align: center;
        color: #fff;
        font-size: .875rem;
        font-weight: 700;
        writing-mode: horizontal-tb;
        ;
    }

    .modelhouse_copy2 span {
        font-size: 1rem;
    }

    .modelhouse_flex_title {
        font-size: 1rem;
        padding-top: 30px;
    }

    .modelhouse_flex_text {
        padding-top: 30px;
        font-size: .75rem;
        line-height: 1.25rem;
    }

    .modelhouse_flex {
        display: block;
    }

    .modelhouse_left {
        width: 96%;
        margin-left: 2%;
    }

    .modelhouse_right {
        width: 96%;
        margin-left: 2%;
        height: 250px;
    }

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

    .modelhouse_img_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .modelhouse_img_flex img {
        width: 20%;
        margin: 2%;
    }

    .modelhouse_plan {
        width: 100%;
        background-color: #fff;
        padding: 30px 0;
        color: #1d9869;
        font-size: 1rem;
        font-weight: 800;
        text-align: center;
    }

    .modelhouse_plan span {
        font-size: 2rem;
    }

    .modelhouse_plan img {
        width: 70%;
        margin: 0 15%;
        padding-top: 30px;
    }
}

/**/

.zoom:hover {
    transform: scale(1.03);
}

#zoomback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}


#zoomimg {
    width: 50%;
    margin-left: 25%;
    object-fit: contain;

}

.zoomback img {
    width: 100%;
    border: solid 5px #fff;
}

@media screen and (max-width:768px) {
    #zoomimg {
        width: 100%;
        margin-left: 0%;
        object-fit: contain;
    
    }
}

.tap {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    color: #1d9869;
    padding-top: 60px;
}