/*既存のCSSのコピー部部分*/
html, body, div, span, object, iframe, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-break: normal;
    line-break: strict;
    word-wrap: normal;
    word-break: normal;
    line-height: 1.71;
}
body {
    font-family: 'Noto Sans Japanese',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.71;
    color: #111111;
    min-width: 320px;
    background: url(../img/template/body_bg.png) top left;
    background-size: 100px auto;
    font-weight: 300;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}
#store_detail_info table th {
    width: 110px;
}
#store_detail_info table th, #store_detail_info table td {
    border-bottom: 1px solid #d4e7ca;
    padding: 15px;
    /*「サービス」を上揃え•左揃えにするために追加*/
    vertical-align: top;
    text-align: left;
}
/*------------------------------*/
/*---------ここから検討部分--------*/
/*------------------------------*/
/*サービスアイコンのスタイル*/
.service_icon_all{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.service_icon_content {
    text-align: center;
}
.service_icon > img{
    width: 100%;
}
.service_icon{
    background-color: #067a28;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: relative;
}
.service_icon_content > p{
    text-align: center;
    margin-top: 5px;
    color: #067a28;
    font-weight: 700;
    font-size: 0.7em;
}
/*取り扱いがなければこのidを追加*/
#if_not .service_icon{
    background-color: #d8d8d8;
    /* background-image: linear-gradient(to left top, transparent 50%, #333 50%, #333 calc(50% + 1px), transparent calc(50% + 1px)); */
}
#if_not > p{
    color: #d8d8d8;
}

#if_not .not_facility {
    display: inline-block;
    background-image: linear-gradient(to left top, transparent 50%, #333 50%, #333 calc(50% + 1px), transparent calc(50% + 1px));
    width: 48px;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 48px;
}
/*このデモページのみで必要な要素*/
.background_color{
    background-color: bisque;
    width: 100%;
    height: 800px;
    padding-top: 80px;
}
table{
    background-color: white;
    margin: 0 auto;
    padding: 30px;
}

@media screen and (max-width:700px) {
    table{
        padding: 30px 0;
    }
    #store_detail_info table th, #store_detail_info table td {
        max-width: 100%;
        width: 100%;
        display: block;
    }

    #store_detail_info table th {
        border-bottom: none;
    }
    #store_detail_info table td {
        padding-top: 0;
    }
}
}
