@charset "UTF-8";
/* CSS Document */
#service ._container {
    padding: 8%;
}
#service ._container ._box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 1em 0;
}
#service ._container .heading02 {
    border-left: 3px solid;
    line-height: 1.2;
    padding-left: .5em;
}
#service ._container .menu_list {}
#service ._container .menu_list + .menu_list {
    margin-top: 5em;
}
#service ._container .menu_list ._box {}
#service ._container .menu_list ._box ._box_child {
    background: #f2eee0;
    border: 1px solid;
}
#service ._container .menu_list ._box ._box_child ._text {
    padding: 8%;
}
#service ._container .menu_list ._box ._box_child ._text .heading03 {
    border-bottom: 1px dashed;
    font-size: 12vw;
    line-height: 1.2;
    padding-bottom: .5em;
}
#service ._container .menu_list ._box ._box_child ._text .heading03 span {
    display: block;
    font-size: .5em;
}
#service ._container .menu_list ._box ._box_child ._text ._price {
    font-size: 15vw;
}
#service ._container .menu_list ._box ._box_child ._text ._detail {
    border-top: 1px dashed;
    margin-top: 2em;
    padding: 1em;
}
#service ._container .menu_list ._box ._box_child ._text ._list {
    margin-top: -3em;
}
#service ._container .menu_list ._box ._box_child ._text ._list ._item {
    text-align: right;
}
#service ._container .menu_list ._box ._box_child ._text ._list ._item:first-child {
    font-size: 1.5em;
}
@media screen and (min-width: 768px) {
    #service ._container .menu_list ._box ._box_child ._text .heading03 {
        font-size: 7vw;
    }
    #service ._container .menu_list ._box ._box_child ._text ._price {
        font-size: 10vw;
    }
    #service ._container .menu_list ._box ._box_child ._text ._list {
        margin-top: -6em;
    }
    #service ._container .menu_list ._box ._box_child ._text ._list ._item {
        font-size: 4vw;
    }
    #service ._container .menu_list ._box ._box_child ._text ._list ._item:first-child {
        font-size: 2.5em;
    }
    #service ._container .menu_list ._box ._box_child ._text ._detail {
        font-size: 3vw;
    }
}
@media screen and (min-width: 960px) {
    #service ._container .menu_list ._box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    #service ._container .menu_list ._box ._box_child {
        width: calc((100% - 10px) / 2);
    }
    #service ._container .menu_list ._box ._box_child + ._box_child {
        margin-top: 0;
    }
    #service ._container .menu_list ._box ._box_child ._text .heading03 {
font-size: 4vw;
}
    #service ._container .menu_list ._box ._box_child ._text ._price {
font-size: 7vw;
}
    #service ._container .menu_list ._box ._box_child ._text ._list {
margin-top: -5em;
}
    #service ._container .menu_list ._box ._box_child ._text ._list ._item {
font-size: 2.5vw;
}
    #service ._container .menu_list ._box ._box_child ._text ._list ._item:first-child {
font-size: 1.5em;
}
    #service ._container .menu_list ._box ._box_child ._text ._detail {
font-size: 2vw;
}
}
@media screen and (min-width: 1200px) {
    #service ._container .menu_list ._box ._box_child {
        width: calc((100% - 30px) / 4);
    }
    #service ._container .menu_list ._box ._box_child + ._box_child {
        margin-top: 0;
    }
    #service ._container .menu_list ._box ._box_child ._text .heading03 {
font-size: 2vw;
}
    #service ._container .menu_list ._box ._box_child ._text ._price {
font-size: 3vw;
}
    #service ._container .menu_list ._box ._box_child ._text ._list {
margin-top: -4em;
}
    #service ._container .menu_list ._box ._box_child ._text ._list ._item {
font-size: 1vw;
}
    #service ._container .menu_list ._box ._box_child ._text ._list ._item:first-child {
font-size: 1.5em;
}
    #service ._container .menu_list ._box ._box_child ._text ._detail {
font-size: 1vw;
}
}