/* 基本設定 */
@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    font-family:
        YuMincho,
        /* Mac用 */
        'Yu Mincho',
        /* Windows用 */
        serif;
    font-size: 16px;
}

input, select {
    -webkit-appearance: none;
    appearance: none;
}

p {
    text-align: justify;
}

.fs-18 {
    font-size: 18px;
}

.m-none {
    margin: 0;
}

.margin-t-50px {
    margin-top: 50px;
}

.margin-t-20px {
    margin-top: 20px;
}

.margin-t-10px {
    margin-top: 10px;
}

.margin-r-5 {
    margin-right: 2%;
}

.margin-r-2 {
    margin-right: 2%;
}

.margin-r-5px {
    margin-right: 5px;
}

.margin-r-7px {
    margin-right: 7px;
}

.margin-r-20px {
    margin-right: 20px;
}

.margin-r-30px {
    margin-right: 30px;
}

/* .margin-r-35px {
    margin-right: 35px;
} */

.margin-l-5px {
    margin-left: 5px;
}

.margin-l-7px {
    margin-left: 7px;
}

.margin-l-10px {
    margin-left: 10px;
}

.margin-l-15px {
    margin-left: 15px;
}

.margin-l-20px {
    margin-left: 20px;
}

.margin-l-25px {
    margin-left: 25px;
}

.margin-l-30px {
    margin-left: 30px;
}

.margin-l-40px {
    margin-left: 40px;
}

.margin-b-3px {
    margin-bottom: 3px;
}

.margin-b-10px {
    margin-bottom: 10px;
}

.margin-b-20px {
    margin-bottom: 20px;
}

.sp-display {
    display: none;
}

.sp-flex {
    display: none;
}

.none {
    display: none;
}

.w-90px {
    width: 90px;
}

.w-100px {
    width: 100px;
}

.w-130px {
    width: 130px;
}

.w-160px {
    width: 160px;
}

.w-220px {
    width: 220px;
}

.w-300px {
    width: 300px;
}

.w-48 {
    width: 48%;
}

.w-60 {
    width: 60%;
}

.white-btn {
    border: 0.1px solid rgb(160, 160, 160);
}


.date-input {
    font-family: "Century Gothic", "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    border: 0.5px solid rgb(163, 163, 163);
    border-radius: 3px;
    padding: 1px 10px;
    box-sizing: border-box;
}

.date-input::placeholder {
    color: rgb(204, 204, 204);
}

.form-input::placeholder {
    color: rgb(204, 204, 204);
}

.form-input {
    display: inline-block;
    border: 0.5px solid rgb(163, 163, 163);
    border-radius: 3px;
    padding: 1px 10px;
    box-sizing: border-box;
}

.form-btn-gray {
    background: #9aa7a7;
    border: 0.5px solid #acb3b3;
    ;
    color: white;
    transition: 0.4s;
}

.form-btn-gray:hover {
    background: white;
    color: #9aa7a7;
}

.gothic {
    font-family: 'Noto Sans Japanese', sans-serif;

}

.batch {
    font-family: "Century Gothic", "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    /* 文字色を白に指定 */
    font-weight: bold;
    /* 太文字にする */
    line-height: 25px;
    /* 行の高さを指定 */
    text-align: center;
    /* 文字を中央揃えにする */
    background: #ed7970;
    /* 背景色をオレンジに指定 */
    border-radius: 15px;
    /* line-heightの半分の角丸を指定 */
    min-width: 25px;
    /* 最低幅を指定 */
    padding: 0 3px;
    /* 左右に少しだけ余白を設定 */
    box-sizing: border-box;
    /* 計算しやすいように */
    box-shadow: 1px 2px 2px rgb(199, 199, 199);
}

.batch-favorite {
    position: absolute;
    /* 相対位置に指定 */
    top: -10px;
    /* 表示位置を上から-10pxの位置にする */
    left: calc(100% - 25px);
    /* 表示位置を右から内側に10pxの位置 */
}

.batch-cart {
    position: absolute;
    /* 相対位置に指定 */
    top: -7px;
    /* 表示位置を上から-10pxの位置にする */
    left: calc(100% - 15px);
    /* 表示位置を右から内側に10pxの位置 */

}

.content-title-en {
    font-family: "Times New Roman";
    font-size: 2.8rem;
    text-align: center;
    color: #595757;
    margin: 0;
    line-height: 1.0;
    margin-bottom: 8px;
}

.content-title-ja {
    font-size: 0.8rem;
    text-align: center;
    color: #956432;
}

.item-content {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.item-content a {
    display: block;
    color: #3e3a39;
    text-decoration: none;
    transition: 0.4s;
}

.item-content a:hover {
    opacity: 0.7;

}

.item-img {
    display: block;
    width: 100%;
}

.item-name {
    margin: 0;
    margin-top: 5px;
}

.item-price {
    font-family: "Century Gothic", "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
}

.favorite-row {
    font-size: 0.9rem;
    color: #595957;
    cursor: pointer;
}

.favorite-heart {
    width: 14px;
}

.tax-word {
    font-family:
        YuMincho,
        /* Mac用 */
        'Yu Mincho',
        /* Windows用 */
        serif;
}

.gray-btn {
    background: #c9caca;
    border: 0.5px solid #c9caca;
    color: white;
    transition: 0.4s;
    padding: 5px 50px;
}

.gray-btn:hover {
    color: #c9caca;
    background: #fff;
}

.non-scroll {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    overflow: hidden;
}

.non-scroll::-webkit-scrollbar {
    display: none !important;
}

.non-scroll-black {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    overflow: hidden;
}

.non-scroll-black::-webkit-scrollbar {
    display: none !important;
}

.non-scroll-black::after {
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.z-index-h {
    z-index: -1;
}


.category-sp-menu {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: #a8986a
}

.small-category-box {
    padding-top: 15px;
    max-height: 0px;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.small-category-box.show-height {
    animation-name: tabfadein;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    display: block;
}

.small-category-box.hidden-height {
    animation-name: tabfadeout;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    display: none;
}

.page-num {
    margin: 0 20px;
    position: relative;
}

.page-num button {
    background: transparent;
    border: none;
    font-size: 0.85rem;
}

.page-num.select-page button {
    pointer-events: none;
    color: #fff;
    font-weight: bold;
}

.page-num.select-page:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: #ceb981;
    z-index: -1;
    border-radius: 15px;
    pointer-events: none;
}

.page-arrow-margin-l {
    margin-left: 10px;
}

.page-arrow-margin-r {
    margin-right: 10px;
}

.item-area-margin {
    margin-top: 15px;
}

.item-area {
    display: flex;
    flex-wrap: wrap;
}

.pink-btn {
    background: rgb(255, 119, 119);
    color: #fff;
    font-weight: bold;
    border: 0.1px solid rgb(255, 119, 119);
    transition: 0.4s;
}

.pink-btn:hover {
    color: rgb(255, 119, 119);
    background: #fff;

}

.pink-b-btn {
    border: 3px solid #fff;
    background: rgb(255, 119, 119);
    color: #fff;
    font-weight: bold;
}

.blue-b-btn {
    border: 3px solid #fff;
    background: rgb(232 246 253);
    color: rgb(102 102 102);
    font-weight: bold;
}

.gray-r-btn-d a {
    color: #fff;
    background: rgb(198, 211, 218);
    border-radius: 10px;
    text-decoration: none;
    transition: 0.4s;
    border: 0.5px solid rgb(198, 211, 218);
}

.gray-r-btn-d a:hover {
    background: #fff;
    color: rgb(177, 177, 177);
}

.brown-btn-div a {
    border: 0.5px solid #ceb981;
    background: #ceb981;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
    font-weight: bold;
}

.brown-btn-div a:hover {
    background: #fff;
    color: #ceb981;
}




@keyframes tabfadein {
    0% {
        opacity: 0;
        max-height: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        max-height: 4000px;
        visibility: visible;
    }
}

@keyframes tabfadeout {
    0% {
        opacity: 1;
        max-height: 4000px;
        visibility: visible;
    }

    100% {
        opacity: 0;
        max-height: 0;
        visibility: hidden;
    }
}

.category-sp-box {
    margin-bottom: 45px;
}

.big-category-row {
    border-bottom: 0.5px dotted #a8986a;
    padding-left: 30px;
    position: relative;
}


.small-category-toggle {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.small-category-toggle .accordion {
    width: 20px;
    height: 20px;
    margin: 0;
}

.small-category-toggle .accordion a {
    display: block;
    height: 20px;
    text-align: center;
    line-height: 0;
    position: relative;
}

.small-category-toggle .accordion a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #9c9c9c;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.small-category-toggle .accordion a.on:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.small-category-toggle .accordion a.on:after {
    background-color: transparent;
}

.small-category-toggle .accordion a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #9c9c9c;
    transition: .3s;
}

.small-category-row {
    padding-left: 30px;
}

.small-category-row a {
    font-size: 1rem;
    transition: 0.4s;
    color: #212529;
    text-decoration: none;
}

.small-category-row a:hover {
    opacity: 0.7;
}

.border-title {
    text-align: center;
    font-size: 1.2rem;
    border: 0.5px solid rgb(163, 163, 163);
    border-right: none;
    border-left: none;
    padding: 5px 0;
    color: rgb(90, 90, 90);
}

.close-btn {
    background: rgb(170, 170, 170);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 3px rgb(185, 185, 185);
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-btn-div a {
    background: #f1c753;
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    border: 0.5px solid #f1c753;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.yellow-btn-div a:hover {
    background: #fff;
    color: #f1c753 !important;
}

.blue-g-btn-div a {
    background: #b4d8e0;
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    border: 0.5px solid #b4d8e0;
    border-radius: 5px;
    transition: 0.4s;
    text-decoration: none;
}

.pink-g-btn {
    background: #f3d1d1;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 0.5px solid #f3d1d1;
    border-radius: 5px;
    transition: 0.4s;
}

.favorite-btn.favorite-flg {
    background: rgb(255, 255, 255);
    color: #f3d1d1;
}

.calendar-box {
    display: flex;
    justify-content: space-between;
}

.calendar-item {
    width: 30%;
    margin: 0 1.5%;
}

.calendar-area {
    margin-bottom: 25px;
}

.calendar-title-row {
    text-align: center;
    margin-bottom: 10px;
}

.calendar-title-year {
    font-size: 1.2rem;
}

.calendar-title-month {
    font-size: 1.4rem;
}

.calendar-table {
    box-shadow: 2px 2px 4px rgb(196, 196, 196);
    table-layout: fixed;
}


.calendar-table th, .calendar-table td {
    width: calc(100% / 7);
    height: 80px;
    vertical-align: middle !important;
    padding: 0 !important;
    text-align: center;
}

.calendar-table th {
    height: 50px;
}

.td-div {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}


.calendar-th {
    background: #ced4d4;
    color: #fff;
}

.month-num {
    font-weight: bold;
}

.t-border-right {
    border-right: 1px solid #dee2e6;
}

.t-border-left {
    border-left: 1px solid #dee2e6;
}

.t-border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.calendar-td a {
    color: rgb(82, 82, 82);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.non_selectable_col_a {
    pointer-events: none;
}

.selectable_col_s {
    color: #dd2211;
    text-decoration: underline;
}

.selectable_td {
    transition: 0.4s;
}

.selectable_td:hover {
    background: rgb(218, 218, 218);
}

.move-date-box {
    display: flex;
    justify-content: space-between;
}

.move-date-box {
    position: relative;
    margin-bottom: 30px;
}

.prev-month-move {
    position: absolute;
    top: 0;
    left: 2.5%;
}

.next-month-move {
    position: absolute;
    top: 0;
    right: 2.5%;
}

.move-date-link {
    color: rgb(82, 82, 82);
    text-decoration: underline;
}

.move-date-link:hover {
    color: rgb(82, 82, 82);
}

.calendar-explain {
    margin-top: 10px;
    padding: 0 2.5%;
}

.circle-red {
    color: #dd2211;
}

.first-explain {
    margin-right: 20px;
}

.batsu-mark {
    width: 12px;
}

.step-box {
    display: flex;
    position: relative;
}

.step-sec {
    width: 20%;
}

.step-item {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    font-size: 172%;
    width: 1.5em;
    line-height: 1.5em;
    background: #e7e7e7;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    justify-content: center;
    align-items: center;
}

.current-step {
    background: rgb(100, 100, 100);
    color: #fff;
}

.step-arrow {
    font-size: 1.2rem;
    margin: 10px 0;
}

.step-circle {
    font-size: 1.2rem;
    margin: 10px 0;
}

.step-word {
    text-align: center;
}

.step-word-m {
    margin-top: 10px;

}

.step-m {
    margin-top: 20px;
}

.step-word-border {
    border-bottom: 0.5px solid rgb(148, 148, 148);
}

.step-border {
    position: absolute;
    width: 80%;
    height: 0.1px;
    background: rgb(190, 190, 190);
    top: 23%;
    left: 10%;
    z-index: -1;
}

.cart-table {
    box-shadow: 2px 2px 4px rgb(158, 158, 158);
    margin-bottom: 40px;
}

.img-td {
    text-align: center;
    width: 20%;
}

.img-sm-td {
    width: 5%;
    text-align: center;
}

.meisai-img {
    width: 130px;
}

.meisai-img-sm {
    width: 100%;
    max-width: 230px;
}

.meisai-delete-btn {
    padding: 6px 0;
    width: 100%;
}

.meisai-title-td {
    width: 20%;
    padding: 5px !important;
    height: 35px;
    background: #f5f5f5;
    color: rgb(83, 83, 83);
    font-weight: bold;
    vertical-align: middle !important;
}

table .meisai-title-td:nth-child(3) {
    width: 30%;
}

.total-price-area {
    /* color: rgb(223, 113, 70); */
    font-weight: bold;
    /* font-size: 1.1rem; */
}

.meisai-total-box {
    display: flex;
    justify-content: end;
}

.meisai-total-m {
    margin-top: 40px;

}

.total-table {
    width: 40%;
}

.white-btn {
    border: 0.1px solid rgb(218, 218, 218);
    font-weight: bold;
    color: rgb(151, 151, 151);
    background: rgb(255, 254, 246);
}

.center-cell, .center-cell p {
    text-align: center;
    vertical-align: middle;
}

.total-m-n {
    margin-bottom: 0;
}

.total-font {
    font-size: 1.2rem;
}

.empty-content-box {
    background: rgb(233 233 233);
    padding: 20px 0;
    margin: 40px 0;
}

.empty-content-box p {
    margin-bottom: 0;
    text-align: center;
}

.item-meisai-table-sm {
    display: none;
}

.delete-guide-sm {
    display: none;
    text-align: right;
}

.delete-guide-sm button {
    border-bottom: 0.5px solid rgb(107, 107, 107);
}

.vertical-sm {
    vertical-align: middle !important;
}

.cancel-all {
    color: #dd2211;
    border: solid 1px #dd2211;
}

td .cancel-all {
    border: none;
}

.cancel {
    background-color: #f5f5f5;
    color: #747474;
}

.cancel .meisai-title-td {
    color: #747474;
}

/*
.customer-table{
    border: solid 1px #c9caca;
} */

.customer-table label {
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}

.customer-table label::after,
.customer-table label::before {
    content: "";
    display: block;
    position: absolute;

}

.customer-table label::before {
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.customer-table label::after {
    border-bottom: 2.5px solid #646464;
    border-left: 2.5px solid #646464;
    opacity: 0;
    height: 7px;
    width: 10px;
    transform: rotate(-45deg);
    top: 7px;
    left: 10px;

}

.customer-table input:checked+label::after {
    opacity: 1;
}

.customer-title-td {
    background: #f5f5f5;
    color: rgb(83, 83, 83);
    font-weight: bold;
    vertical-align: middle !important;
    width: 20%;
    text-align: center;
    position: relative;
}

.customer-title-td-sp {
    background: #f5f5f5;
    color: rgb(83, 83, 83);
    font-weight: bold;
    vertical-align: middle !important;
    text-align: center;
    position: relative;
}

.tr-sp {
    display: none;
}

.hissu-label {
    font-size: 0.8rem;
    position: absolute;
    top: 5px;
    right: 10px;
    background: rgb(255, 112, 112);
    padding: 3px 5px;
    color: #fff;
}

/* .customer-d-border{
    border:1px solid #ccc !important;
} */

.form-guidance {
    margin-top: 8px;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.normal-select {
    display: inline-block;
    border: 0.5px solid rgb(163, 163, 163);
    border-radius: 3px;
    padding: 1px 10px;
    box-sizing: border-box;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

.customer-title-m {
    margin: 20px 0;
}

.delivery-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2px;
    margin-top: 20px;
    color: rgb(119, 118, 118);
}

.flow-img {
    width: 100%;
}

.flow-img-sm {
    display: none;
}

.credit-img {
    width: 400px;
}

.credit-m {
    margin-top: 20px;
}

.customer-text-area {
    border: 0.5px solid rgb(107, 107, 107);
    width: 100%;
    height: 200px;
    padding: 10px;
}

.form-title {
    display: flex;
    align-items: center;
    width: 100px;
    margin: 0;
    justify-content: center;
}




@media only screen and (max-width:1024px) {
    .sp-display {
        display: block;
    }

    .sp-flex {
        display: flex;
    }

    .content-title-en {
        font-size: 1.9rem;
    }

    .content-title-ja {
        font-size: 0.75rem;
    }

    .sp-none {
        display: none !important;
    }

    .calendar-box {
        display: block;
    }

    .calendar-item {
        width: 100%;
        margin: 0;
    }

    .step-word {
        display: none;
    }

    .step-border {
        top: 50%;
    }

    .step-box {
        margin-bottom: 20px;
    }

    .item-meisai-table {
        display: none;
    }

    .item-meisai-table-sm {
        display: table;
    }

    .delete-guide-sm {
        display: block;
    }

    .total-price-area {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:950px) {
    .close-btn {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width:850px) {
    .favorite-row {
        font-size: 0.75rem;
    }

    .none {
        display: block;
    }

    .none-sp {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .total-table {
        width: 100%;
    }

    .total-price-area {
        font-size: 1.1rem;
    }

}

@media only screen and (max-width:740px) {
    .customer-title-td {
        display: none;
    }

    .tr-sp {
        display: table-row;
    }

    .customer-td-c-sp {
        text-align: center;
    }

}

@media only screen and (max-width:700px) {
    .item-content {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .img-sm-td {
        width: 10%;
    }

    .meisai-img-sm {
        width: 95%;
    }
}

@media only screen and (max-width:650px) {
    .category-sp-box {
        margin-bottom: 30px;
    }

    .category-sp-menu {
        font-size: 1.2rem;
    }

    .content-title-en {
        font-size: 1.5rem;
    }

}


@media only screen and (max-width:600px) {
    .w-100-sp {
        width: 100%
    }

    .page-num {
        margin: 0 15px;
    }
}

@media only screen and (max-width:520px) {
    .credit-img {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    .margin-l-10px-sp {
        margin-left: 10px;
    }

    .margin-l-15px-sp {
        margin-left: 15px;
    }

    .big-category-row {
        padding-left: 10px;
    }

    .small-category-row {
        padding-left: 10px;
    }

    .batch {
        line-height: 20px;
        min-width: 20px;
    }

    .batch-favorite {
        left: calc(100% - 20px);
    }

    .flow-img {
        display: none;
    }

    .flow-img-sm {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width:450px) {
    .page-num {
        margin: 0 12px;
    }

    .page-num.select-page:after {
        width: 25px;
        height: 25px;
    }

    .date-input {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .form-input {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .gray-r-btn-d a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .yellow-btn-div a, .pink-g-btn, .blue-g-btn-div a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

@media only screen and (max-width:400px) {
    .category-sp-menu {
        font-size: 1.1rem;
    }

    .small-category-toggle .accordion a:before {
        width: 10px;
    }

    .small-category-toggle .accordion a:after {
        width: 10px;
    }

    .small-category-toggle {
        right: 10px;
    }

    .border-title {
        font-size: 1.1rem;
    }

    .close-btn {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width:370px) {
    .page-num {
        margin: 0 9px;
    }

    .page-num.select-page:after {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width:350px) {
    .page-num {
        margin: 0 7.5px;
    }

}
