@charset "utf-8";
.c-subhead-ttlwrap{
    background-image: url(../img/airyspa/head_bg.jpg);
}
.p-intro{
    position: relative;
    padding: 1rem 0;
}
.p-intro-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233,217,173,.4);
}
.p-intro-video{
    width: 100%;
    margin-bottom: .4rem;
}
.p-effect{
    padding: 1rem 0;
    background: url(../img/airyspa/effect_bg.png) no-repeat top center / cover;
}
.p-effect-box{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: .1rem;
}
.p-effect-box-item img{
    width: 100%;
    height: 100%;
}
.p-effect-box-item:nth-child(1){
    grid-area: 1 / 1 / 2 / 4;
}
.p-effect-box-item:nth-child(2){
    grid-area: 1 / 4 / 2 / 6;
}
.p-effect-box-item:nth-child(3){
    grid-area: 2 / 3 / 3 / 6;
}
.p-effect-box-item:nth-child(4){
    grid-area: 2 / 1 / 3 / 3;
}
.p-effect-box-item:nth-child(5){
    grid-area: 3 / 1 / 4 / 4;
}
.p-effect-box-item:nth-child(6){
    grid-area: 3 / 4 / 4 / 6;
}
.p-effect-box-item:nth-child(7){
    grid-area: 4 / 3 / 5 / 6;
}
.p-effect-box-item:nth-child(8){
    grid-area: 4 / 1 / 5 / 3;
}
.p-subconts{
    background: #ddd0c6 url(../img/airyspa/subconts_bg.png) no-repeat center center / cover;
    position: relative;
}
.p-flow{
    position: relative;
    padding-top: 1rem;
}
.p-flow-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, .4);
}
.p-flow .c-2col-box02{
    flex-direction: row-reverse;
}
.p-brands{
    position: relative;
    padding: 1rem 0;
}
.p-brands-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, .4);
}
.p-problem{
    position: relative;
    padding-top: 1rem;
    background: url(../img/airyspa/problem_bg.png) no-repeat top center / 100% auto;
}
.p-problem-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233, 217, 173, .4);
}
.p-owner{
    position: relative;
    padding-top: 1rem;
    background: url(../img/airyspa/owner_bg.png) no-repeat center center / 100% auto;
}
.p-owner-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(233, 217, 173, .4);
}
.c-owner-box{
    background: rgba(64,36,32,.8);
}
.c-owner-box-txtbox{
    color: #fff;
}
.p-price{
    position: relative;
    padding: 1rem 0;
    background: url(../img/airyspa/price_bg.png) no-repeat top left / cover;
}
.p-price-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233, 217, 173, .4);
}
.p-price-box{
    display: grid;
    gap: .3rem;
}
.p-price-box-ttlwrap{
    display: flex;
    justify-content: space-between;
    gap: .1rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #560707;
}
.p-price-box-ttlwrap > p{
    text-align: right;
    flex: 0 0 auto;
}
.p-trademark{
    padding-top: 1rem;
    color: #560707;
}
@media only screen and (max-width: 1024px) {
    .p-origin{
        width: min(100% - 1rem, 10rem);
        margin: auto;
    }
    .p-effect-box{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, auto);
    }
    .p-effect-box-item:nth-child(1),
    .p-effect-box-item:nth-child(2),
    .p-effect-box-item:nth-child(3),
    .p-effect-box-item:nth-child(4),
    .p-effect-box-item:nth-child(5),
    .p-effect-box-item:nth-child(6),
    .p-effect-box-item:nth-child(7),
    .p-effect-box-item:nth-child(8){
        grid-area: auto;
    }
    .p-flow .c-2col-box02{
        flex-direction: column;
    }
    .c-problem-box{
        padding: 0 .5rem;
    }
    .p-subconts{
        background-image: url(../img/airyspa/subconts_bg.png),url(../img/airyspa/subconts_bg.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top right, bottom left;
    }
}
@media only screen and (max-width: 430px) {
    .p-intro-video{
        width: 100vw;
        margin: 0 calc(50% - 50vw) .4rem;
    }
    .p-origin{
        width: 100%;
    }
    .p-effect-box{
        width: 100vw;
        margin: 0 calc(50% - 50vw) .4rem;
    }
}