@charset "utf-8";

/* CSS Document */
.pc{
    display: block;
}
.sp{
    display: none;
}
html {
  background-color: #002f1f;
  overflow: hidden;
}

body {
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.wrap{
    display: flex;
    height: 100vh;
}

header{
    background-image:url("/congesting-ouchi/images/bg_head.webp") ;
    background-repeat: none;
    height: 100%;
    width: 30vw;
    background-size: contain;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.colorful{
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #8dc21f;
    margin: 0 auto;
    font-size: 5vh;
    width: auto;
    text-align: center;
}

.colorful span:nth-of-type(even){
    color:#56c0d8 ;
}

.title{
    font-size: 11vh;
    margin-top: 7%;
    margin-bottom: 7%;
    text-align: center;
    color: #fff9b1;
}

.box_category{
    display: contents;
}

.head_karaoke{
    color: #fff;
    border: solid 3px;
    border-radius: 5px;
    padding: 3% 3% 2%;
    font-size: 4vh;
    width: 53%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.head_karaoke img{
    height: 5.5vh;
    margin-right: 4%;
}

.head_bath{
    color: #fff;
    border: solid 3px;
    border-radius: 5px;
    padding: 3% 3% 2%;
    font-size: 4vh;
    width: 53%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vh;
}

.head_bath img{
    height: 5.5vh;
    margin-right: 4%;
}

.box_explanation{
    display: flex;
    margin: 0 auto;
    margin-top: 5vh;
    width: 18vw;
    flex-wrap: wrap;
    justify-content: left;
}

.box_explanation p{
    display: flex;
    justify-content: center;
    font-size: 3.8vh;
    margin: 0;
    align-items: center;
    position: relative;
    padding-left:4.5vh;
    margin-bottom: 2vh;
}

.box_explanation p::before{
    /*content:"" ;
    width: 2.1vw;
    height: 2.1vw;
    background: #000;
    border-radius: 3px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;*/
    content: "";
    width: 2vw;
    height: 2vw;
    background: #000;
    border-radius: 3px;
    position: absolute;
    top: -1px;
    bottom: 0px;
    left: 0;
    margin: auto;
    aspect-ratio: 1 / 1;
}

.box_explanation .square_blue{
    color:#85C5BB;
    margin-right: 2vw;
}

.box_explanation .square_blue::before{
    background:#85C5BB;
}

.box_explanation .square_red{
    color:#ED85A0;
}

.box_explanation .square_red::before{
    background:#ED85A0;
}

.box_explanation .square_yellow{
    color:#AC722C;
    margin-top: 1vh;
}

.box_explanation .square_yellow::before{
    background:#AC722C;
}

.main{
    padding: 1vh 1vh 1vh 0;
    width: 70vw;
    display: flex;
}

.content{
    background-image:url("/congesting-ouchi/images/bg_main.webp") ;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-size: cover;
}
.content > div{
    height: 25vh;
    display: flex;
    align-items: center;
}

.floor{
    background: #55c0d7;
    color: #fff;
    height: 11vh;
    width: 13vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 4vw;
}

.f_2f .floor{
    background: #55c0d7;
}

.f_1f .floor{
    background: #8dc21f;
}

.f_b1 .floor{
    background: #40200f;
}

 .floor .floor_l{
    font-size: 8vh;
    position: absolute;
    left: 15%;
    top: -25%;
}

 .floor .floor_s{
    font-size: 4vh;
    position: absolute;
    left: 62%;
    top: 26%;
}

.f_b1 .floor .floor_l{
    left: 10%;
}

.f_b1 .floor .floor_s{
    left: 58%;
    font-size: 8vh;
    top:-25%;;
}

.room_box{
    background-image: url(/congesting-ouchi/images/desk.svg);
    width: 79%;
    height: 100%;
    margin-left: 2vw;
    padding: 0 4vw;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display:flex;
    justify-content: space-between;
    align-items: end;
    margin-right: 2vw;
}

.room{
    width: 31%;
    height: 80%;
    background: #85c5ba;
    margin-bottom: 5vh;
    border-radius: 10px;
    padding: 1vw;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
}

.used_circle{
    display: none;
    position: absolute;
    background-color: #ec84a0;
    width: 10vh;
    height: 10vh;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.5vh;
    padding-top: 0vh;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.used .used_circle{
    display: flex;
}

.room.used{
    background-color:#ec84a0 ;
}

.room.mainte{
    background-color:#AC722C ;
}


.room_img{
    width: 100%;
    height: 14.5vh;
    object-fit: cover;
    z-index:2;
}

.karaoke::before{
    content: "";
    background-image: url(/congesting-ouchi/images/icon_karaoke.svg);
    position: absolute;
    width: 6vh;
    height: 6vh;
    left: 3%;
    top: 3%;
    background-size: cover;
    z-index: 3;
}

.onsen::before{
    content: "";
    background-image: url(/congesting-ouchi/images/icon_onsen.svg);
    position: absolute;
    width: 6vh;
    height: 6vh;
    left: 3%;
    top: 7%;
    background-size: cover;
    z-index: 3;
}


.illust_dino{
    width: 15vw;
    height: auto;
    margin-bottom: 4vh;
}

.room_name{
    margin: 0;
    margin-top: -1vh;
    color:#fff;
    text-align: center;
    font-size: 1.9vh;
}

.f_small {
    font-size: 1.4vh;
}

#huro_pub_01::after,#huro_pub_02::after{
    content: "";
    background-image: url(/congesting-ouchi/images/text_green.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 4vh;
    width: 14vw;
    top: -1.5vh;
    left: 0.5vw;
}

.used#huro_pub_01::after,.used#huro_pub_02::after{
    background-image: url(/congesting-ouchi/images/text_pink.svg);
}

.mainte .room_img {
    filter: brightness(40%);
}

.txt_box{
    display: none;
}

.mainte .txt_box{
    color: #fff;
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    html{
        overflow: unset;
    }
    .wrap{
        flex-direction: column;
    }
    header{
        width: 100%;
        padding-bottom: 3vh;
    }
    .colorful{
        margin-top: 6vh;
        font-size: 1.5em;
    }
    .title{
        font-size: 3.5em;
    }

    .box_category{
        display: flex;
        width: 90%;
        margin: 0 auto;
    }

    .head_karaoke{
        font-size: 1.5em;
        margin-right: 2vw;
        height: 5vh;
    }

    .head_karaoke img {
        height: 3.5vh;
    }

    .head_bath{
        font-size: 1.5em;
        margin-top: 0;
        height: 5vh;
    }

    .head_bath img {
        height: 3vh;
    }

    .box_explanation{
        width: 90%;
        margin-top: 4vh;
        justify-content: center;
    }

    .box_explanation p{
        font-size: 2.4vh;
        /* padding-left: 3vh; */
        padding-left: 7%;
        margin-bottom:0;

    }
    .box_explanation .square_blue{
      margin-right: 4vw;
    }

    .box_explanation p::before{
      top: -3px;
          width: 2.5vh;
          height: 2.5vh;
    }

    .box_explanation .square_yellow{
        margin-top: 0;
    }

    .main{
        width: 100%;
        padding: 1vw;
        padding-bottom: 3vh;
    }
    .content > div{
        flex-wrap: wrap;
        height: auto;
        padding: 2vh 0;
    }

    .room_box{
        height: auto;
        width: 100%;
    }
    .room{
        margin-bottom: 2vh;
    }
    .floor{
    height: 6vh;
    width: 89%;
    margin: 0px auto;
    margin-bottom: 2vh;
    }

    .floor .floor_l{
        font-size: 4.3vh;
    left: auto;
    position: relative;
    top: 5%;

    }

    .floor .floor_s{
        font-size: 2.5vh;
    left: auto;
    top: 13%;
    position: relative;
    }


      .f_b1 .floor .floor_l{
        left: auto;
      }
      .f_b1 .floor .floor_s{
        left: auto;
        font-size: 4.3vh;
        top: 5%;
        ;
      }

      _::-webkit-full-page-media, _:future, :root .floor .floor_l {
        top: auto;
      }

      _::-webkit-full-page-media, _:future, :root .floor .floor_s {
        top: 10%;
      }

      _::-webkit-full-page-media, _:future, :root .f_b1 .floor .floor_s {
        top: auto;
      }


    .illust_dino{
        width: 32%;
    }

    .room_img{
        height: 9.5vh;
    }

    .karaoke::before{
        width: 3vh;
        height: 3vh;
        background-size: auto;
    }
    .onsen::before{
        width: 3vh;
        height: 3vh;
        background-size: auto;
    }

    .room_name.multiple_lines{
        font-size: 1.6vh;
        line-height: 1.2;
    }
    
    .used_circle{
        width: 8vh;
        height: 8vh;
        font-size: 1em;
        top: 40%;
    }
    #huro_pub_01::after, #huro_pub_02::after{
        width: 100%;
        top: -1vh;
    }
}
/*ep*/
.page_mente{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}

.page_mente img{
    width: 40%;
}

.mente_sp{
    display: none;
}

@media screen and (max-width: 768px) {
    .mente_sp{
        display: block;
        padding: 0 10%;
        font-size: 16px;
    }

    .page_mente img{
        width: auto;
    }

    .mente_pc{
        display: none;
    }
    
    
}
