@charset "UTF-8";
/* CSS Document */

.c1camPrice .ryokin {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    border-top: 1px solid #b8b8b8;
    line-height: 1.1;
}
.c1camPrice .ryokin big {
    font-size: calc(100vw * 34 / 400);
}    
.c1camPrice {
    position: absolute;
    left: 29.5vw;
    bottom: 4.5vw;
}
.noSlider .c1camPrice {
    bottom: 2.5vw;
}
.c1camPrice .camOff {
    border: 1px solid var(--usedColor);
    width: fit-content;
    margin: auto;
    padding: 0 1rem;
}
.c1camPrice .regularRrice {
    font-size: calc(100vw * 12 / 400);
    white-space: nowrap;
    margin: auto;
    line-height: 1.1;
    margin-top: 0.5vw;
}
.c1camPrice .regularRrice big {
    font-size: calc(100vw * 26 / 400);
}
.c1camPrice .regularRrice small {
    font-size: calc(100vw * 9 / 400);
}
@media screen and (min-width: 840px) {
    .c1camPrice .ryokin big {
        font-size: calc(1024px * 34 / 767);
    }
    .c1camPrice {
        left: 180px;
        bottom: 28px;
    }
    .noSlider .c1camPrice {
        bottom: 15px;
    }
    .c1camPrice .regularRrice {
        font-size: calc(1024px * 12 / 767);
        margin-top: 5px
    }
    .c1camPrice .regularRrice big {
        font-size: calc(1024px * 26 / 767);
    }
    .c1camPrice .regularRrice small {
        font-size: calc(1024px * 9 / 767);
    }
}
















