@charset "utf-8";


.search_form *::placeholder {
    color: #999;
}

.search_form label {
    display: inline-block;
    line-height: 1.8;
}

.search_form input:not([type='submit']):not([type='file']),
.search_form textarea,
.search_form .select,
.search_form select {
    font-size: 1.4rem;
}

.search_form input:not([type='submit']):not([type='file']),
.search_form textarea,
.search_form select {
    background: #fff;
    padding: 0 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search_form input:not([type='submit']):not([type='file']) {
    width: 232px;
}

.search_form textarea {
    line-height: 1.8em;
    padding: 1em;
}

.search_form input:not([type='submit']):not([type='file']),
.search_form select,
.search_form label {
    line-height: 2.8em;
    height: 2.8em;
}

.search_form input[type='radio'],
.search_form input[type='checkbox'] {
    display: none;
}

.search_form input[type='radio']+label,
.search_form input[type='checkbox']+label {
    position: relative;
    padding-left: 2.2em;
}

.search_form input[type='radio']+label::before,
.search_form input[type='checkbox']+label::before,
.search_form input[type='radio']:checked+label::after,
.search_form input[type='checkbox']:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .6em;
    width: 1.4em;
    height: 1.4em;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-right: .3em;
    /* 2024-0415 */
    /* background: #fff; */
}

.search_form input[type='radio']:checked+label::before,
.search_form input[type='checkbox']:checked+label::before {
    /* 2024-0415 */
    background: #222;
}

.search_form input[type='radio']:checked+label::after,
.search_form input[type='checkbox']:checked+label::after {
    width: 1em;
    height: 1em;
    margin: .2em 0 0 .2em;
    border: none;
}

.search_form input[type='checkbox']+label::before {
    border-radius: 0;
}

.search_form input[type='checkbox']:checked+label::before {
    background: #fff;
}

.search_form input[type='checkbox']:checked+label::after {
    width: .8em;
    height: .6em;
    margin: .2em 0 0 .3em;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    border-radius: 0;
    background: transparent;
}

.search_form select {
    background: url(../img/form_select.png) no-repeat right center / auto 100%;
    padding-right: 4em;
}

.search_form input[type='submit'] {
    float: right;
    width: 128px;
    height: 40px;
    background: #338047 url(../img/form_input.png) no-repeat right 1em center;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 1em;
    border-radius: 5px;
    transition: background-position .5s ease;
}

.search_form input[type='submit']:hover {
    background: #f2b100 url(../img/form_input.png) no-repeat right .7em center;
}

@media screen and (max-width : 575px) {

    .search_form input:not([type='submit']):not([type='file']),
    .search_form textarea,
    .search_form select {
        font-size: 16px;
        padding: 0 .5em;
        border-radius: 5px;
    }

    .search_form textarea {
        padding: .5em;
    }

    .search_form input:not([type='submit']):not([type='file']),
    .search_form select {
        line-height: 2.5em;
        height: 2.5em;
        width: 100%;
    }

    .search_form input[type='submit'] {
        height: 50px;
        float: none;
        width: 90%;
        margin: 15px 5vw 0;
        padding-right: 0;
    }

}

.all_list .item div {}

.all_list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.all_list .item+.item {
    margin-top: 40px;
}


.all_list .item .detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 auto;
    margin-right: 1em;
}

.all_list .item .dAll {
    width: 510px;
}

.all_list .item .dMap {
    width: 395px;
}

.all_list .item .ttl {
    margin-right: 1em;
    width: 220px;
    flex: 0 0 auto;
}

.all_list .item .ttl .small {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: .3em;
}

.all_list .item .ttl .big {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: bold;
}

.all_list .item .ttl .big a {
    font-weight: bold;
}

.all_list .item .add .txt {
    font-size: 1.3rem;
    line-height: 1.6;
}



.all_list .item div.ico {
    width: 100px;
    display: flex;
}



.all_list .item .ico p {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 5px;
    background: #EA5412;
    color: #fff;
    margin-left: .5em;
}

.all_list .item .ico .store {
    background: #fff;
    border: 2px solid #338047;
    color: #338047;
}

.all_list .item .ico .atm {
    background: #338047;
    color: #fff;
}

@media screen and (max-width : 575px) {

    .all_list .item+.item {
        margin-top: 20px;
    }

    .all_list .item .detail {
        display: block;
    }

    .all_list .item .ttl {
        margin: 0 0 .5em;
        width: auto;
    }

}


#map {
    width: 100%;
    height: 470px;
}

#map #map_content {
    width: 250px;
}

#map .ttl {
    display: inline-flex;
    align-items: center;
}

#map .ttl img {
    flex: 0 0 auto;
    margin-right: 1em;
}

#map .ttl a {
    font-size: 1.3rem;
    font-weight: bold;
}

#map .inner {
    padding: 10px;
}

@media screen and (max-width : 575px) {

    #map {
        height: 90vw;
    }

    #map #map_content {
        width: auto;
    }

}

/* <footer id="g_footer">を消すと、#338047線を消すことができるが、 */
/* スマホのm=Mapデザインが崩れるので、<footer id="g_footer">は必ず必要 */

/* border-top: 5px solid #338047; を打ち消す必要がある。*/
#g_footer {
    border-top: none;
}