@charset "utf-8";

/* CSS Document */
.pc{
    display: block;
}
html {
  background-color: #fff;
  overflow: hidden;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;

}

.wrap{
    background-image:url("/congesting-monogatari/images/bg_webp.webp") ;
    background-size: contain;
    display: flex;
    height: 100vh;
}

header{
    height: 100%;
    width: 21vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.box_header{
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_header02{
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_floor{
    color:#7B5445;
    font-size: 2vw;
    margin: 0;
    margin-bottom: 1vh;
}

.header_ttl{
    margin: 0;
    font-size: 3.3vw;
}

.header_ttl span{
    font-size: 2.7vw;
}

.wrap_sample{
    margin-top: 3.5vh;
    display: flex;
    justify-content: space-between;
}

.box_sample_open,.box_sample_close{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border-radius: 10px;
    height: 6.3vw;
    width: 6.3vw;
}

.box_sample_open{
    background-color: #71C1C1;
    color: #fff;
}

.box_sample_close{
    background-color: #8E8E8E;
    color: #4B4B4B;
}

.box_header02 .box_sample_open{
    background-color: #fff;
    color: #F09B44;
}

.box_header02 .box_sample_open{
    background-color: #fff;
    color: #F09B44;
}

.main{
    display: flex;
    width: 79vw;
    flex-wrap: wrap;
}

.box_up{
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 3.17vw;
    align-items: center;
}

.box_down{
    height: 40%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 3.17vw;
    padding-top: 2.6vh;
}

.ttl_up{
    background-color: #FDE781;
    color: #7B5445;
    margin: 0;
    border-radius: 10px;
    height: 6.4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vh;
    letter-spacing: 1vh;
}

.inner_up{
    width: 37vw;
}

.wrap_up_bath{
    display: flex;
    justify-content: space-between;
    margin-top: 1.85vh;
}

.up_bath{
    background-color: #71C1C1;
    height: 42vh;
    border-radius: 10px;
    padding: 1.85vh;
    position: relative;
}

.up_bath img{
    width: 28vh;
    height: auto;
}

.ttl_bath{
    color: #fff;
    font-size: 2.5vw;
    margin: 0;
    text-align: center;
    margin-top: 2.2vh;
    line-height: 1.2;
}

.ttl_bath span{
    font-size: 2vw;
}

.down_karaoke{
    background-color: #fff;
    height: 30.5vh;
    border-radius: 10px;
    padding: 1.85vh;
    position: relative;
}

.down_karaoke img{
    height: auto;
    width: 12.5vw;
}

.ttl_karaoke{
    color: #F09B44;
    font-size: 2.5vw;
    margin: 0;
    text-align: center;
    margin-top: 2.1vh;
}

.used, .mainte{
    background-color: #8E8E8E;
    filter: grayscale(100%);
}

.used .ttl_karaoke, .mainte .ttl_karaoke{
    color: #4B4B4B;
}

.used .ttl_bath, .mainte .ttl_bath{
    color: #4B4B4B;
}

.used img, .mainte img{
filter: blur(3px);
}

.used::after{
    content: "使用中";
    color: #fff;
    position: absolute;
    font-size: 3vw;
    width: max-content;
    font-weight: bold;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mainte::after{
    content: "メンテナンス中";
    color: #fff;
    position: absolute;
    font-size: 2vw;
    width: max-content;
    font-weight: bold;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*スマホ*/
@media screen and (max-width: 768px) {
    html {
        overflow: auto;
    }
    body{
        background-color: #fff;
        font-weight: normal;
        width: 100%;
    }

    .head_sp{
        width: 147px;
        height: 40px;
        padding: 20px 0;
    }

    .wrap_sp{
        background-image:url("/congesting-monogatari/images/bg_sp01.webp");
        background-size: cover;
    }
    .ttl_sp{
        padding: 0 20px;
        max-width: 414px;
        margin: 0 auto;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 20px;
        padding-bottom: 15px;
        border-bottom: #71C1C1 solid 2px;
        font-weight: bold;
    }

    .btn_sp{
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        max-width: 414px;
        margin: 0 auto;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .btn_sp a{
        position: relative;
        font-weight: bold;
    }

    .btn_kashikiri{
        color: #fff;
        background-color: #71C1C1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        width: 48%;
        border-radius: 10px;
        text-decoration: none;
    }
    .btn_roten{
        color: #7B5445;
        background-color: #FDE781;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        width: 48%;
        border-radius: 10px;
        text-decoration: none;
    }

    .btn_kashikiri p,.btn_roten p{
        text-align: center;
        text-decoration: none;
        padding-bottom: 10px;
    }

    .btn_sp a::after{
        content: url("/congesting-monogatari/images/arrow_white.svg");
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .btn_sp .btn_roten::after{
        content: url("/congesting-monogatari/images/arrow_brown.svg");
    }

    .bath_sp{
        padding: 0 20px;
        max-width: 414px;
        margin: 0 auto;
        box-sizing: border-box;

    }
    .inner_bath{
        margin-top: 50px;
        padding-bottom: 30px;
        border-bottom: #71C1C1 solid 2px;
    }

    .ttl_bath_sp{
        font-size: 24px;
        margin: 0;
        font-weight: bold;
    }

    .ttl_bath_sp span{
        font-size: 14px;
    }
    .subttl_bath_sp{
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .under_bath{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        font-size: 14px;
    }

    .txt_bath{
        width: 59%;
        margin: 0;
        line-height: 1.5;
    }

    .under_bath img{
        border-radius: 5px;
    }

    .ttl_up_sp {
        background-color: #FDE781;
        color: #7B5445;
        margin: 0;
        border-radius: 5px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
    }

    .sample_sp{
        font-weight: bold;
        display: flex;
        margin: 15px 0;
        font-size: 14px;
    }

    .sample_sp01{
        background-color: #71C1C1;
        display: block;
        border-radius: 2px;
        height: 14px;
        width: 14px;
        margin-right: 5px;
    }
    .sample_sp02{
        background-color: #8E8E8E;
        display: block;
        border-radius: 2px;
        height: 14px;
        width: 14px;
        margin-left: 20px;
        margin-right: 5px;
    }

    .up_bath{
        width: 48%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .up_bath img,.down_karaoke img{
        width: 100%;
        height: auto;
    }

    .ttl_bath,.ttl_karaoke{
        font-size: 26px;
        margin-top: 0;
        font-weight: bold;
    }

    .ttl_karaoke{
        margin-top: 2vh;
        margin-bottom: 1.5vh;

    }

    .ttl_bath span{
        font-size: 16px;
    }

    .wrap_up_bath{
        margin-top: 0;
    }

    .inner_bath:nth-of-type(n+2){
        border: none;

    }
    .karaoke_sp{
        background-color: #fef3bb;
    }

    .karaoke_sp .wrap_sp{
        max-width: 414px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 40px 20px 0;
    }

    .karaoke_sp .inner_bath{
        margin-top: 0;
        border: none;
    }
    .karaoke_sp .sample_sp01{
        background-color: #fff;
    }

    .down_karaoke{
        width: 48%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .box_down {
        padding: 0;
        flex-wrap: wrap;
        height: 100%;
    }
    .used::after{
        font-size: 36px;
        top: 37%;
    }
    .mainte::after{
        font-size: 20px;
        top: 37%;
    }
}

/*メンテ用*/
.page_mente{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #71C1C1;
    font-size: 2em;
    font-weight: bold;
}

.page_mente img{
    width: 40%;
}

