.section .inner .text{
	margin:20px 0;
}
.section .inner picture.mv img{
	width:100%;
    height:auto;
}
.section .inner .content{
    display:flex;
    flex-wrap: nowrap;
	gap:20px;
	margin-top:30px;
}
.section .inner .content .area_wrap{
    width:200px;
}
.section .inner .content p.label{
    background: #ccc;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.section .inner .content .area_wrap ul{
    text-align: center;
    line-height: 2;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section .inner .content .area_wrap ul li{
    display: inline-block;
    width: fit-content;
}
.section .inner .content .area_wrap ul li:hover{
    text-decoration: underline;
}
.section .inner .content .area_wrap ul li.active {
  font-weight: bold;
  background: #f0f0f0;
  padding: 0 10px;
}
.section .inner .content .entry_wrap{
    flex:1;
}
.section .inner .content .entry_wrap .shop_list{
    padding: 20px;
    line-height: 2;
    display: grid;
    grid-template-columns: 1fr 45%;
}
.section .inner .content .entry_wrap ul:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.section .inner .content .entry_wrap .shop_list .shop_name{
    font-weight: bold;
    font-size: 17px;
}
.section .inner .content .entry_wrap .shop_list .item_label{
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    display: flex;
	justify-content: right;
    align-items: center;
    gap: 20px;
}
.section .inner .content .entry_wrap .shop_list .item_label .sm{
    font-size: 14px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.2;
	border:1px solid #555;
    border-radius: 25px;
    padding: 0 15px;
}
.section .inner .content .entry_wrap .shop_list .item_label .sm3{
    font-size: 14px;
    height: 50px;
    background: #eee;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    border-radius: 25px;
    padding: 0 15px;
}

@media screen and (max-width: 640px) {
.section .inner .content .area_wrap{
    width:25%;
}
.section .inner .content .area_wrap ul{
    line-height: 2.5;
    font-size: 4vw;
}

.section .inner .content .entry_wrap .shop_list{
    display: flex;
    flex-direction: column;
	padding: 20px 0;
}
.section .inner .content .entry_wrap .shop_list .item_label{
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
}
.section .inner .content .entry_wrap .shop_list .item_label .spHide{display:none;}
.section .inner .content .entry_wrap .shop_list .item_label span.sm,
.section .inner .content .entry_wrap .shop_list .item_label span.sm3{
    height: auto;
    padding: 5px 15px;
}
}