@charset "utf-8";

/*エリア店舗一覧 */
/*サブ見出し*/
.sub_index{
    position:relative;
    margin:0 15px;
    color:#625635;
    padding:5px 0 5px 40px;
}
.sub_index:before{
    position:absolute;
    content:"";
    background:url(/pcsp/sp/css/shop/images/bg_search_list.png) top center;
    background-size:35px 105px;
    width:35px;
    height:35px;
    left:0;
    top: 0;
}
.sub_index span{
    font-weight:bold;
    font-size:1.286em;
}

/*エリア店舗一覧 */
.shoplist{
    margin:5px 15px 10px;
    font-size:1.2em;
    border:2px solid #afa67a;
}
.shoplist .js-acordion-head{
    position: relative;
    cursor: pointer;
    padding:15px 20px;
    border-bottom:1px solid #d1d1d1;
    margin:-1px 0 0;
}
.shoplist .js-acordion-head::before,
.shoplist .js-acordion-head::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #0ab38e;
}
.shoplist .js-acordion-head::before{
    right: 26px;
    width: 3px;
    height: 15px;
    margin-top: -7.5px;
}
.shoplist .js-acordion-head::after{
    right: 20px;
    width: 15px;
    height: 3px;
    margin-top: -1.5px;
}
.shoplist .js-acordion-head span{
    position: relative;
    padding: 0 0 0 0.857em;
    color: #333333;
}
.shoplist .js-acordion-head span::before{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #afa67a;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.shoplist .js-acordion-head_active{
    color: #fff;
    background: #afa67a;
}
.shoplist .js-acordion-head_active::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 3px;
    margin-top: -2px;
    background: #fff;
}
.shoplist .js-acordion-head_active::after{
    background: none;
}
.shoplist .js-acordion-head_active span{
    color: #fff;
}
.shoplist .js-acordion-head_active span::before{
    background-color: #fff;
}
.shoplist .js-acordion:last-child .js-acordion-head{
    border-bottom:none;
}
.shoplist .js-acordion-detail li{
    position: relative;
    background:#f4f2ea;
    border-bottom:1px dashed  #c1c1c1;
}
.shoplist .js-acordion:last-child .js-acordion-detail li:last-child{
    border-bottom:none;
}
.shoplist .js-acordion-detail li a{
    display: block;
    padding:15px 10px 15px 2em;
    text-decoration: none;
    color: #333;
}
.shoplist .js-acordion-detail li.shop_none{
    background:#e5e5e5;
}
.shoplist .js-acordion-detail li::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0ab38e;
    border-bottom: 2px solid #0ab38e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shoplist .js-acordion-detail .icon_visit{
    margin: 0 30px 0 0;
    padding: 0 0 0 18px;
    font-size: 0.857em;
    color: #0ab38e;
    text-decoration: underline;
    background: url(/pcsp/sp/css/shop/images/icon_visit.png) no-repeat left center;
    background-size: 14.5px 13.5px;
    float: right;
}

/* 都道府県から探す */
.modal_prefectures-back {
    display: none;
}
.modal_prefectures-back.open{
    display: block;
    background: #fff;
}
body.modal_open {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#municipalities-form{
    position: fixed;
    border-top: 2px solid #948757;
    z-index: 102;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #fff;
    height: 85%;
    overflow-y: scroll;
    width: 100%;
    box-sizing: border-box;
}
#municipalities-form li{
    background: white;
}
.check_item_mask {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
}
.result_btn_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 103;
    width: 100%;
    height: 60px;
    padding: 0 5px;
    background: rgba(244,242,234,0.8);
    box-shadow: 0 -2px 2px #afa67a;
    -webkit-box-shadow: 0 -2px 2px #dcd8c5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.result_btn_inner .result_btn{
    display: table;
    width: 100%;
    font-size: 18px;
    border-collapse: separate;
    border-spacing: 5px 4px;
    position: relative;
    border: 2px solid #0ab38e;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    background: #0ab38e;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.item_select_text {
    padding: 4px 0;
    text-align: center;
    font-size: 0.929em;
}
.check_item_list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
    padding-bottom: 65px;
}
.check_item_list li {
    display: flex;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid #d1d1d1;
    content: none;
}
.check_item_list li label {
    display: table;
    width: 100%;
    height: 100%;
}
.check_item_list li label input {
    display: none;
}
.check_item_list li label span {
    position: relative;
    display: table-cell;
    padding: 15px 10px 15px 45px;
    font-size: 16px;
    vertical-align: middle;
}
.check_item_wrap .check_item_list li label input:checked ~ span{
    background-color: #f4f2ea;
}
.check_item_wrap .check_item_list li label span:before{
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 25px;
    height: 25px;
    margin: -13px 0 0;
    background: url(/pcsp/sp/css/shop/images/ico_checkbox.png) no-repeat 0 0;
    background-size: 25px 50px;
    -webkit-background-size: 25px 50px;
    content: "";
}
.check_item_wrap .check_item_list li label input:checked + span:before{
    background-position: 0 -25px;
}
.check_item_wrap .check_item_list li label span.number{
    padding: 15px 10px 15px 0;
    text-align: right;
    font-size: 0.929em;
    white-space: nowrap;
}
.check_item_wrap .check_item_list li label span.number:before{
    display: none;
}
.shoplist .js-acordion-detail .check_item_list li::after {
    content: none;
}
#shop_search_block_default_sp .as_btm.notes{
    font-size: 0.8em;
    margin: 0 15px 20px;
}