.home .breadcrumb {
    display: flex;
}

/* スマホ：縦カード */
@media(max-width:576px){
    .swapTable{
        font-size: 0.7rem;
    }
}
.home.prices table .contry{
font-size:12px;
}
.home.prices table .city{
font-size:12px;
}
.home.prices table .price{
font-size:12px;
}
.price{
    font-family: YJTop Ellipsis, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.home.prices h4 {
        font-size: 1.2rem;
    }
.prices .sub-title{
font-size:12px;
}
.price-table {
    font-family: YJTop Ellipsis, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.price-table .sub-price{
color:#666;
font-size:80%;
    padding: 0 8px;
   font-weight: normal; 
}
.price-table td {
   font-weight: bold; 
}
.home.prices .table>:not(caption)>*>* {
    padding: .5rem .1rem;
}

/* ヘッダー行の最初のデータ列（左端）の move-left を非表示 */
.swapTable thead tr > th:nth-child(3) .move-left {
  display: none;
}

/* ヘッダー行の最後の列（右端）の move-right を非表示 */
.swapTable thead tr > th:last-child .move-right {
  display: none;
}

