@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;
    background-color: #00806D;
}

.wrap {
    background-image: url("/congesting-tendo/images/bg_webp.webp");
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: center;
}

header {
    height: 50%;
    width: 13vw;
    display: flex;
    justify-content: end;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.chara_dino {
    width: 90%;
    margin-bottom: 7vh;
}

.header_ttl {
    margin: 0;
    font-size: 3.8vw;
    text-align: center;
    color: #fff;
}

.header_ttl span {
    font-size: 3.1vw;
}

.wrap_sample {
    display: flex;
    justify-content: center;
    text-align: center;
}

.box_sample_open,
.box_sample_close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4vw;
    border-radius: 10px;
    height: 3.3vw;
    width: 7.3vw;
}

.box_sample_open {
    margin-left: 2vh;
    background-color: #fff;
    color: #EF8661;
}

.box_sample_close {
    margin-left: 1vh;
    background-color: #8E8E8E;
    color: #fff;
}

.box_sample_close.long{
    color: #FFF600;
}

.box_sample_close .min{
    font-size: 0.9vw;
}

.main {
    display: flex;
    width: 93vw;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_up {
    height: 13vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_down {
    display: flex;
    justify-content: center;
    width: 15vw;
    height: 76vh;
    flex-wrap: wrap;
    background: #00000042;
    padding: 4vh;
    border-radius: 30px;
}

.box_down .up_bath {
    margin-right: 0
}

.inner_up {
    width: 100%;
    height: 100%;
}

.ttl_wrap {
    width: 100%;
    color: #fff;
    font-size: 4vh;
    padding: 0;
    margin: 0;
}

.wrap_up_bath {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 66vw;
    height: 76vh;
    background: #00000042;
    padding: 4vh;
    border-radius: 30px;
}

.up_bath {
    background-color: #fff;
    height: 30vh;
    border-radius: 10px;
    padding: 1.85vh;
    position: relative;
    margin-right: 1.9vw;
}

.up_bath:nth-of-type(4n) {
    margin-right: 0;
}

.up_bath img {
    width: 23vh;
    height: 20vh;
    object-fit: cover;
}

.inner_up_bath {
    display: flex;
    flex-wrap: wrap;
}

.bath_head {
    background: none;
    display: flex;
    align-items: center;
}

.bath_head_inner {
    width: 100%;
    height: 13vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ttl_bath {
    color: #EF8661;
    font-size: 2.4vw;
    margin: 0;
    text-align: center;
    line-height: 1;
}

.ttl_bath_long {
    line-height: 0.7;

}

.ttl_bath span {
    font-size: 1.6vw;
    font-weight: normal;
}

.ttl_bath .ttl_bath_small {
    font-weight: bold;
    font-size: 1.3vw;
}


.used,
.mainte {
    background-color: #8E8E8E;
}

.used *,
.mainte * {
    filter: grayscale(100%) !important;
}

.used .ttl_karaoke,
.mainte .ttl_karaoke {
    color: #4B4B4B;
}

.used .ttl_bath,
.mainte .ttl_bath {
    color: #4B4B4B;
}

.used img,
.mainte img {
    filter: blur(3px) grayscale(100%) !important;
}

.used {
    color: #fff;
}

.used.long {
    color: #FFF600;
}

.used::after,
.used::before {
    z-index: 1;
    position: absolute;
    filter: none;
    width: max-content;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: -3px -3px 3px rgba(75, 75, 75, 0.5), -3px 3px 3px rgba(75, 75, 75, 0.5), 3px -3px 3px rgba(75, 75, 75, 0.5), 3px 3px 3px rgba(75, 75, 75, 0.5);
    font-weight: bold;
    font-size: 3vw;
}

.used::after {
    content: "使用中";
}

.used.long::before {
    /* content: "（30分経過）"; */
    font-size: 2vw;
    top: calc(40% + 3vw);
}

.mainte::after {
    content: "メンテナンス中";
    color: #fff;
    position: absolute;
    font-size: 2vw;
    width: max-content;
    font-weight: bold;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}