#tab-town{
    display: flex;
    padding: 15px 10px;
    align-items: center;
    gap: 20px;
    list-style:none;
    width:580px;
    margin:auto;
}
#tab-town li{
    display: flex;
    width: 180px;
    padding: 4px 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
}
#tab-town li > a{
    display: block;
    width:100%;
    height:100%;
    color: #D2C6B7;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 3px;
    position: relative;
}
#tab-town li > a::after{
    content:"";
    width:10px;
    height: 10px;
    background-image: url(../images/tab-town/right.svg);
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    right:10px;
    margin:auto;
}
#tab-town a:hover{opacity:1;}
#tab-town li.active, #tab-town li:hover{border-bottom: 1px solid #A68D6F;}
#tab-town li.active a, #tab-town li:hover a{color: #A68D6F;}
#tab-town li.active a::after, #tab-town li:hover a::after{background-image: url(../images/tab-town/down.svg);}

.tabtownbox #prefecture_list{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding:30px 0px 0px 0px;
    width:100%;
    max-width:1090px;
    margin:auto;
}
.tabtownbox #prefecture_list.list-center{
    max-width:530px;
}
.tabtownbox #prefecture_list .column-left,.tabtownbox #prefecture_list .column-right{width:50%;}
.tabtownbox #prefecture_list .funeral-kana{
    display:table;
}
.tabtownbox #prefecture_list .funeral-kana .funeral-kana-index{
    display: table-cell;
    padding:0px 10px 0px 0px;
    color: #A68D6F;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.92px;
}
.tabtownbox #prefecture_list .funeral-kana-list{
    display:table-cell;
    vertical-align: top;
}
.tabtownbox .funeral-town-list{
    display:inline-flex;
    list-style:none;
    padding:0;
    margin:0px 0px 16px 0px;
    gap:4px;
    flex-wrap:wrap;
}
.tabtownbox .funeral-town-list li{
    display: flex;
    width: 95px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #EDE5DA;
}
.tabtownbox .funeral-town-list li a{
    color: #3A3B3B;
    font-size: 14px;
    line-height: normal;
    display: block;
    width:100%;
    height:100%;
    text-align:center;
}
.tabtownbox .funeral-town-list li:hover{background: #A78F70;}
.tabtownbox .funeral-town-list li:hover a{
    color:#FFF;
    opacity:1;
}