@charset "utf-8";
/* トップキャッチコピーエリア */
.catch-copy02{
    letter-spacing: .2rem;
}
/* トップ キャッチコピーエリア ↑ここまで*/

/*-------ヘッダーレスポンシブ-------------*/
@media screen and (max-width: 480px){
    .conA{
        width: 85vw;
        margin-top: 50px;
    }    
    .catch-copy02{
        letter-spacing: .1rem;
    }
}
/*-------ヘッダーレスポンシブ ↑ここまで-------------*/


/*フッターレスポンシブ*/
@media screen and (max-width: 896px){
    footer .inner05{
        width: 80vw;
    }
    .inner05 img{
        width: 50%;
    }
    .name-sp{
        font-size: 1.5rem;
    }
}
/*-------フッターレスポンシブ ↑ここまで------------*/

@media screen and (max-width: 480px){
    .area01{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .main-nav h1 img{
        width: 50px;
    }
}

/* コンドミニアム0130追加 */

article{
    width: 80vw;
    margin: 80px auto;
}
article div figure img{
    width: 100%;
    object-fit: cover;
}
article > div{
    display: grid;
    grid-template-columns: repeat(2,auto);
    margin: 100px auto;
}
.wash-grid{
    display: grid;
    grid-template-columns: repeat(2,auto);
    margin: 100px auto;
}
article > div > div{
    display: grid;
    place-content: center;
    text-align: center;
}
.text_cap{
    text-align: left;
}
.text_cap:nth-child(2){
    margin-top: 1rem;
}
.main_photo{
    padding: 0 1.5%;
}
h3 {
    font-size: 30px;
    font-size: 1.5rem;
    position: relative;
    padding: 5rem 1rem 1.5rem 1rem;
    text-align: center;
}  
h3:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #6f655f;
}
.sofa-cap{
    width: 90%;
    margin: 0 auto;
}
.sofabed{
    margin: 50px auto;
    width: 90%;
    border: solid 2px rgba(111,95,101,0.6);
    padding: 2rem;
}
.ameni-area{
    width: 100%;
    text-align: left;
}
.ameni-area p{
    margin-top:2rem;
}
.ameni-area p span{
    font-size: 1.2rem;
    font-weight: bold;
}
/* 横幅が1300px以上の時は内側は1200px以上にはならない */
@media(min-width:1300px){
    article{
        max-width: 1200px;
        background-color: rgba(255, 255, 255, 0.25);
        padding: 0 30px;
    }
} 

article section > div{
    display: grid;
    grid-template-columns: 10% 1fr 150px 1fr 10%;
    grid-template-rows:30vh 10vh 50vh;/*セクションの高さ*/
    padding: 50px 0;
}
article section > div > div{
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    background-color: rgba(131, 190, 218, 0.7);
    text-align: left;
    color: rgba(95, 93, 93, 0.897);
    padding: 5% calc(10% + 150px) 5% 10%;
}
article section > div > figure{
    grid-column: 3 / 5;
    grid-row: 2 / 4;
}
article section > div > figure img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.image_only{
    display: grid;
    grid-template-columns: repeat(3,auto);
    margin: 0 auto;
}
.image_only02{
    display: grid;
    grid-template-columns: repeat(3,auto);
    margin: 0 auto;
    text-align: center;
}
.image_only02 div{
    display: grid;
    place-items: center;
}
.image_only img , .image_only02 img{
    width: 95%;
    object-fit: cover;
}
.bath-photo{
    width: 90%;
}
.subtitle_kit{
    margin-top: 80px;
}
.back{
    background-image: url(../image/backdeco03.png),url(../image/backdeco05.png),url(../image/backdeco06.png),url(../image/backdeco04.png);
    background-repeat:  no-repeat,no-repeat,no-repeat,no-repeat; 
    background-position:  left -15% top 0% , right -5% top 23% , left -2% top 53% ,right 0% bottom 16%;
    background-size: 40% auto , 45% auto ,30% auto ,30% auto;    
}
.image_only_grid{
    display: grid;
    place-content: center;
}

@media screen and (max-width: 768px){
    article > div{
        display: grid;
        grid-template-columns:1fr;
        grid-row-gap: 15px;
        margin: 100px auto;
    }
    .image_only , .image_only02 ,.wash-grid{
        display: grid;
        grid-template-columns:1fr;
        grid-row-gap: 15px;
        margin: 0 auto;
    }
    .back{
        background-image: none;
    }
}

/* 下から出てくる予約ボタンレスポンシブ */
@media screen and (max-width: 480px){
    #page_top{
        width: 100vw;
        height: 50px;
        position: fixed;
        right: 0%;
        left: 0%;
        /* bottom: 100px !important; */
        background: #f5b415;
        opacity: 0.8;
        border-radius: 0%;
        margin: -20px auto;
    }
    #page_top a{
        position: relative;
        display: block;
        width: 100vw;
        height: 50px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 1.5rem;
    }
    .h3{
        padding-top: 3rem;
    }
    .image_only_grid{
        margin-top: 50px;
    }
    .wash-grid{
        padding-top: 5rem;
    }
    .sp-order-01{
        order: 1;
    }
    .sp-order-02{
        order: 2;
    }
    .sp-order-03{
        order: 3;
    }
    .bath-photo{
        width: 70%;
    }
}