@charset "UTF-8";
.practice_container{
    color: var(--font--base-color);
}

.practice_cservice_box{
    width: 100%;
}

.practice_remarks_images{
    width: 100%;
    margin: 0.25em auto;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 2px rgb(230, 230, 230);
}

.practice_remarks_1{
    background-image: url(../image/top/remarks/1.png);
    background-position: center 35%;
}

.practice_remarks_2{
    background-image: url(../image/top/remarks/2.png);
    background-position: center 30%;
}

.practice_remarks_3{
    background-image: url(../image/top/remarks/3.png);
    background-position: center 70%;
}

.practice_remarks_4{
    background-image: url(../image/top/remarks/4.png);
    background-position: center 75%;
}

.practice_service_title, .practice_service_subtitle{
    width: fit-content;
    margin: 0 auto 0 0;
    font-weight: bold;
}.practice_service_title{
    font-size: 1.5em;
    line-height: 1em;
}.practice_service_subtitle{
    font-size: 1em;
    margin: 0.5em 0;
}

.practice_picup_caption{
    position: relative;
    border: 1px rgb(91, 78, 77) solid;
    border-radius: 0.5em;
    padding: 1em;
}.practice_picup_caption::before{
    content: "フォーマル着物特別企画";
    position: absolute;
    background-color: white;
    padding: 0 0.5em;
    transform: translate(0%, -50%);
    top: 0;
}

.practice_service_container{
    height: 100%;
}

.practice_list{
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 227, 217);
    line-height: 2;
    position: relative;
    box-shadow: 0 10px 10px 0.5px #00000017;
    padding: 0.5em;
}

.practice_service_contents_title{
    width: fit-content;
    font-weight: bold;
    margin: auto;
}

.practice_service_contents_msg{
    margin: auto;
}

.practice_button_group{
    width: 100%;
    flex: 1;
    margin: 0 auto;
    padding: 1.5em 0;
}.practice_button{
    margin: auto auto 0;
    background-color: white;
    padding: 0.5em;
    border: 2px rgb(91, 78, 77) solid;
    border-radius: 30px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    width: 45%;
}

.practice_note{
    color: red;
}

.practice_line_images{
    width: 70%;
    height: auto;
    margin: auto;
    padding: 1em 0;
}

/* PC */
@media screen and (min-width: 769px) {
    .practice_remarks_images{
        height: 15vw;
        min-height: 12em;
        max-height: 17em;
    }

    .practice_service_contents_title{
        font-size: 1.1em;
    }

    .practice_service_contents_msg{
        width: 95%;
        font-size: 1em;
    }

    .practice_contents_container{
        width: 100%;
    }

    .practice_list{
        margin: 0 0.5em 0 0;
    }.practice_list:last-child{
        margin: 0;
    }

    .practice_button_group{
        font-size: 1em;
    }
}

/* SP */
@media screen and (max-width: 768px) {
    .practice_remarks_images{
        height: 15vw;
        min-height: 15em;
        max-height: 20em;
    }

    .practice_service_contents_title{
        font-size: 1.3em;
    }

    .practice_service_contents_msg{
        width: fit-content;
        font-size: 1.2em;
    }

    .practice_contents_container:nth-child(1){
        margin: 0.5em auto 0.5em ;

    }.practice_contents_container:nth-child(2){
        margin: 2em auto 0;
    }

    .practice_list{
        margin: 1em 0 0 0;
    }

    .practice_button_group{
        font-size: 1.3em;
    }
}
