    @charset "utf-8";
    /* CSS Document */

    .swiper {
        width: 100%;
        height: 100%;
    }

    .mySwiper {
        position: relative;
        padding: 0.5em 0 4em 0;
        overflow: hidden;
    }

    .mySwiper .swiper-button-next {
        position: absolute;
        transform: scale(0.6) translateY(10px);
        z-index: 100;
        bottom:0; right:10em; 
    }

    .mySwiper .swiper-button-prev {
        position: absolute;
        transform: scale(0.6) translateY(10px);
        z-index: 100;
        bottom:0; left:10em; 
    }

    .mySwiper .swiper-pagination-fraction {
        font-size: 1.75em;
        position: absolute;
        bottom:1.5rem;
    }

    .swiper-slide {
        width: 100%;
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide a {
        width: 100%;
    }

    .swiper-slide a img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .counsel {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fffde0;
        border-radius: 1em;
        border: 1px solid #e4e1b6;
        margin: 0 5%;
        padding: 2% 3%;
    }


    .busiday {
        width: 45%;
        font-family: 'GmarketSansMedium';
        font-size: 1.15em;
        color: #333333;
    }

    .busiday dl {
        display: inline-flex;
        line-height: 1.5em;
        transform: translateY(2px);
    }

    .busiday dl .rtxt {
        color: #e30613;
        font-family: 'GmarketSansBold';
    }

    .busiday dl .vtxt {
        color: #7532a3;
        font-family: 'GmarketSansBold';
    }

    .busiday dl .vstxt {
        color: #7532a3;
        font-family: 'GmarketSansBold';
        font-size: 0.9em;
        letter-spacing: -1px;
    }

    .tel {
        display: inline-flex;
    }

    .tel p {
        width: 2.5em;
    }

    .tel p img {
        width: 100%;
        transform:scale(0.8) translate(0%, 10%);
    }

    .tel span {
        margin-left: 0.5em;
    }

    .tel span a {
        font-family: 'GmarketSansBold';
        font-size: 1.5em;
        color: #333333;
        transform: translateY(50%);
        display: inline-block;
        letter-spacing: -1px;
    }

    .mylink {
        border: 1px solid #cccccc;
        display: flex;
        justify-content: space-between;
        margin: 5%;
        padding: 5% 0 5% 3%;
    }

    .mylink .mblink {
        width: 32%;
    }

    .mylink .mblink dl dt {
        display: flex;
        align-items: center;
        font-family: 'GmarketSansBold';
        font-size: 1.15em;
        color: #666666;
        height: 2em;
    }

    .mylink .mblink dl dd {
        font-family: 'GmarketSansMedium';
        letter-spacing: -0.05em;
        font-size: 0.85em;
        color: #666666;
        display: inline-flex;
        margin: 0.2em 0 0.5em;
        line-height: 1.5em;
        transform: scaleX(95%) translateX(-3%);
    }

    .mylink .mblink dl dt span {
        padding: 3% 0 0 5%;
    }

    .mylink .mblink dl .micon1 img {
        width: 18%;
    }

    .mylink .mblink dl .micon2 img {
        width: 14%;
    }

    .mylink .mblink dl .micon3 img {
        width: 20%;
    }

    .mylink .mblink .shortcut {
        font-family: 'GmarketSansMedium';
        color: #993333;
        border: 1px solid #cccccc;
        border-radius: 0.5em;
        padding: 0.4em 0.3em 0.3em 0.5em;
    }