@charset "utf-8";
/* CSS Document */

.shop_arch_area{display:flex;justify-content:space-between;margin-top:100px;align-items:flex-start;flex-wrap:wrap;}
.shop_content_area{width:800px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.shop_wrap{width:320px;background:#FFF7EE;padding:20px;border-radius:10px;}
.shop_title_arch{display:flex;align-items:center;justify-content:center;gap:10px;font-size:22px;font-weight:900;color:#D85802;margin-bottom:20px;}
.shop_title_arch svg{flex-shrink:0;}
.shop_area{margin-bottom:12px;border-radius:12px;overflow:hidden;}
.shop_area_header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#D85802;cursor:pointer;user-select:none;transition:background 0.2s ease;}
.shop_area_header.open{background:#9A2020;}
.shop_area_name{font-size:20px;font-weight:700;color:#fff;}
.shop_area_right{display:flex;align-items:center;gap:10px;}
.shop_area_count{font-size:16px;font-weight:700;color:#fff;}
.shop_toggle{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#D85802;flex-shrink:0;transition:color 0.2s ease;}
.shop_area_header.open .shop_toggle{color:#9A2020;}
.shop_list{background:#9A2020;padding:10px;display:none;}
.shop_list.open{display:block;}
.shop_item{background:#fff;border-radius:8px;margin-bottom:8px;}
.shop_item:last-child{margin-bottom:0;}
.shop_item a{display:flex;align-items:center;gap:8px;padding:16px 18px;text-decoration:none;color:#000;font-size:15px;font-weight:500;transition:opacity 0.2s ease;}
.shop_item a:hover{opacity:0.7;}
.shop_item a::before{content:'›';font-size:18px;font-weight:700;color:#D85802;}
.shop_item a span{text-decoration:underline;text-decoration-color:#000;}

.shop_card{width:380px;background:#FFF7EE;border-radius:10px;overflow:hidden;position:relative;padding:20px;margin-bottom:30px;}
.shop_card a.card_link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.shop_card_img{width:100%;height:240px;object-fit:cover;display:block;}
.shop_card_body{padding:0;}
.shop_card_sub{font-size:16px;color:#333;margin-top:6px;}
.shop_card_name{display:flex;align-items:center;margin-bottom:14px;}
.shop_card_name h2{font-size:22px;font-weight:900;font-family:'Zen Old Mincho',serif;color:#000;line-height:1.4;display:flex;align-items:center;gap:10px;}
.shop_card_name img{flex-shrink:0;width:20px;}
.shop_card_divider{border:none;border-top:1px solid #9A2020;margin-bottom:16px;}
.shop_card_tags{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap;}
.shop_card_tag{border:1px solid #D85802;color:#D85802;border-radius:20px;padding:2px 16px;font-size:15px;font-weight:500;background:#fff;}
.shop_card_address{font-size:15px;color:#333;margin-bottom:12px;}
.shop_card_tel{display:flex;align-items:center;gap:10px;margin-bottom:16px;}
.shop_card_tel img{width:24px;height:24px;flex-shrink:0;}
.shop_card_tel_num{font-size:26px;font-weight:900;color:#9A2020;letter-spacing:0.02em;}
.shop_card_info{margin-bottom:24px;}
.shop_card_info_row{display:flex;gap:12px;margin-bottom:10px;font-size:15px;line-height:1.8;flex-wrap:wrap;}
.shop_card_info_row:last-child{margin-bottom:0;}
.shop_card_info_label{color:#9A2020;font-weight:700;flex-shrink:0;width:4em;}
.shop_card_info_val{color:#333;}
.shop_card_info_val strong{display:block;font-weight:700;}
.shop_card_info_val p{display:none;}
.shop_card_btn_wrap{display:flex;justify-content:center;}
.shop_card_btn{display:flex;align-items:center;justify-content:center;gap:16px;width:338px;height:72px;border:2px solid #9A2020;border-radius:10px;background:#fff;cursor:pointer;transition:background 0.2s ease,border-color 0.2s ease;position:relative;z-index:2;text-decoration:none;box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.shop_card_btn span{font-size:18px;font-weight:700;color:#9A2020;transition:color 0.2s ease;}
.shop_card_btn img{width:24px;flex-shrink:0;transition:filter 0.2s ease;}
.shop_card_btn:hover{background:#D85802;border-color:#D85802;}
.shop_card_btn:hover span{color:#fff;}
.list_map{background:#FFF7EE;text-align:center;margin-top:100px;padding:0 0 50px;}
.list_map_title{background:#D85802;border-radius:50px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;transform:translateY(-20px);padding:5px 20px;}
.list_map_title2{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;color:#000;margin-bottom:30px;}
/* 750px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){
.shop_arch_area{display:flex;justify-content:space-between;margin-top:50px;align-items:flex-start;flex-wrap:wrap;}
.shop_wrap{width:100%;background:#FFF7EE;padding:20px;border-radius:10px;}
.shop_content_area{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:50px;}
.shop_card_name{font-size:17px;}
.shop_card_info_label{width:100%;}
.list_map_title{background:#D85802;border-radius:50px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transform:translateY(-20px);padding:5px 20px;}
.list_map_title2{font-size:28px;font-weight:900;font-family:'Zen Old Mincho',serif;color:#000;margin-bottom:30px;}
}
