@charset "UTF-8";

/* line 1, ../sass/shop_main.scss */
body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* line 8, ../sass/shop_main.scss */
body a {
    color: #333;
    text-decoration: none;
}

/* line 12, ../sass/shop_main.scss */
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 19, ../sass/shop_main.scss */
#globalHeader {
    border: none;
    padding: 0 15px;
}

/* line 22, ../sass/shop_main.scss */
#globalHeader .headerWrap {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

/* line 27, ../sass/shop_main.scss */
#globalHeader .site-name {
    left: 0;
    z-index: 1001;
    top: 0;
    margin: 0;
    position: absolute;
    width: 130px;
    font-size: 16px;
}

/* line 35, ../sass/shop_main.scss */
#globalHeader .site-name img {
    width: 100%;
    vertical-align: bottom;
}

/* line 39, ../sass/shop_main.scss */
#globalHeader .site-name a {
    padding: 23px 0;
    display: block;
    line-height: 1;
}

/* line 47, ../sass/shop_main.scss */
.l-main-wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1230px;
    margin-bottom: 30px;
    padding: 0 15px;
}

/* line 53, ../sass/shop_main.scss */
.l-main-wrapper h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    line-height: 1.4;
}

/* line 61, ../sass/shop_main.scss */
.l-main-wrapper .c-hero-wrap {
    margin-bottom: 80px;
    position: relative;
}

/* line 64, ../sass/shop_main.scss */
.l-main-wrapper .c-hero-wrap a {
    font-size: 17px;
    font-weight: bold;
    color: #888;
    display: inline-block;
    padding: 0 0 20px;
    border-bottom: 1px solid #DEDEDE;
}

/* line 74, ../sass/shop_main.scss */
.l-main-wrapper .c-hero-description--bg {
    position: absolute;
    right: 13%;
}

/* line 77, ../sass/shop_main.scss */
.l-main-wrapper .c-hero-description--bg h1 {
    width: 2.6vw;
    height: auto;
}

/* line 81, ../sass/shop_main.scss */
.l-main-wrapper .c-hero-description--bg img {
    width: 100%;
}

/* line 86, ../sass/shop_main.scss */
.l-main-wrapper .viewport1 {
    max-width: 1200px;
    margin: 0 auto 40px;
}

/* line 89, ../sass/shop_main.scss */
.l-main-wrapper .viewport1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* line 94, ../sass/shop_main.scss */
.l-main-wrapper .viewport1 ul li img {
    width: 100%;
}

/* line 101, ../sass/shop_main.scss */
.l-main-wrapper .lead {
    margin: 0 auto 40px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: normal;
    max-width: 700px;
    text-align: left;
    color: #222;
    line-height: 1.9;
    padding: 10px 15px 0;
}

/* line 112, ../sass/shop_main.scss */
.l-main-wrapper:after {
    content: "";
    border-bottom: 1px solid #D4D4D4;
    height: 1px;
    display: block;
    padding: 30px 0;
    margin: 0;
}

/* line 123, ../sass/shop_main.scss */
.c-hero-description.ut-txt-white {
    position: absolute;
    position: absolute;
    width: 100%;
    /* top: 36%; */
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 144, ../sass/shop_main.scss */
.c-shop-blog-list {
    margin: 0 auto 60px;
    padding: 0 15px 40px;
}

/* line 148, ../sass/shop_main.scss */
.c-shop-blog-list .c-blog-list h2 {
    font-size: 17px;
    font-weight: bold;
}

/* line 152, ../sass/shop_main.scss */
.c-shop-blog-list .c-blog-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: baseline;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
}

/* line 160, ../sass/shop_main.scss */
.c-shop-blog-list .c-blog-list ul li {
    width: 24%;
    padding: 0;
    margin-bottom: 20px;
}

/* line 164, ../sass/shop_main.scss */
.c-shop-blog-list .c-blog-list ul li figure {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 4px;
    margin: 0;
}

/* line 171, ../sass/shop_main.scss */
.c-shop-blog-list .c-blog-list ul li img {
    width: 100%;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: initial;
}

/* line 183, ../sass/shop_main.scss */
.c-shop-blog-list .c-blog-list ul li p {
    position: relative;
    overflow: hidden;
    height: 70px;
    padding: 0;
    line-height: 1.7;
    font-size: 13px;
    color: #666666;
}

/* line 191, ../sass/shop_main.scss */
.c-shop-blog-list .c-blog-list ul li p:after {
    content: "･･･";
    /* top: 0; */
    bottom: 0;
    color: #999;
    padding: 0 0px 0 30px;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}

/* line 208, ../sass/shop_main.scss */
.c-list-popup {
    margin-bottom: 40px;
}

/* line 211, ../sass/shop_main.scss */
.c-list-popup .servile-list ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
}

/* line 222, ../sass/shop_main.scss */
.c-list-popup .servile-list ul li {
    width: 49%;
    padding: 0;
    margin: 0 0 40px;
}

/* line 226, ../sass/shop_main.scss */
.c-list-popup .servile-list ul li img {
    width: 100%;
    border-radius: 4px;
}

/* line 230, ../sass/shop_main.scss */
.c-list-popup .servile-list ul li p {
    border-radius: 4px;
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
    margin: 0 0 20px;
}

/* line 236, ../sass/shop_main.scss */
.c-list-popup .servile-list ul li p:after {
    position: absolute;
    color: #999;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}

/* line 242, ../sass/shop_main.scss */
.c-list-popup .servile-list ul li:last-child {
    margin-bottom: 0px;
}

/* line 248, ../sass/shop_main.scss */
.c-list-popup .servist-list-caption h2 {
    font-size: 22px;
    padding: 0;
    font-weight: normal;
    margin: 10px 0;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

/* line 255, ../sass/shop_main.scss */
.c-list-popup .servist-list-caption p {
    position: relative;
    overflow: hidden;
    height: 46px;
}

/* line 259, ../sass/shop_main.scss */
.c-list-popup .servist-list-caption p:after {
    content: "･･･";
    /* top: 0; */
    bottom: 0;
    padding: 0 0px 0 9px;
    right: 0;
}

/* line 267, ../sass/shop_main.scss */
.c-list-popup .servist-list-caption .c-sub-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* line 277, ../sass/shop_main.scss */
.c-shop-service-list {
    margin-bottom: 60px;
}

/* line 280, ../sass/shop_main.scss */
.c-shop-service-list .shop-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
}

.c-shop-service-list .shop-list ul .c-shop-list__wrap:after {
    display: block;
    content: "";
    width: 32.5%;
}

/* line 288, ../sass/shop_main.scss */
.c-shop-service-list .shop-list ul li {
    width: 32.5%;
    padding: 0;
    margin-bottom: 30px;
    background: none;
}

/* line 293, ../sass/shop_main.scss */
.c-shop-service-list .shop-list ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* line 299, ../sass/shop_main.scss */
.c-shop-service-list .shop-list ul li p {
    padding: 0;
    line-height: 1.5;
    font-size: 13px;
    margin: 0;
    height: 60px;
    position: relative;
    overflow: hidden;
}

/* line 307, ../sass/shop_main.scss */
.c-shop-service-list .shop-list ul li p:after {
    content: "･･･";
    position: absolute;
    top: 38px;
    bottom: 0;
    padding: 0;
    color: #999;
    right: 0;
    /* background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); */
    left: 0;
    background: #FFF;
}

/* line 320, ../sass/shop_main.scss */
.c-shop-service-list .shop-list ul li img {
    width: 100%;
    border-radius: 4px;
}

/* line 325, ../sass/shop_main.scss */
.c-shop-service-list .shop-list ul h2 {
    font-size: 16px;
    padding: 0;
    margin: 2px 0;
}

/* line 332, ../sass/shop_main.scss */
.c-shop-service-list .shop-list-title {
    margin-bottom: 20px;
}

/* line 334, ../sass/shop_main.scss */
.c-shop-service-list .shop-list-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}

/* line 341, ../sass/shop_main.scss */
.c-shop-service-list .c-shop-list__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* line 346, ../sass/shop_main.scss */
.c-shop-service-list .c-shop-list__wrap .c-shop-photo {
    width: 27.5%;
    margin: 0;
}

/* line 350, ../sass/shop_main.scss */
.c-shop-service-list .c-shop-list__wrap .c-shop-caption {
    width: 70%;
}

/*accsess*/
/* line 358, ../sass/shop_main.scss */
.l-point__accses {
    padding: 20px 15px 40px;
}

/* line 360, ../sass/shop_main.scss */
.l-point__accses .accses-address {
    margin: 0px auto 80px;
    text-align: center;
}

/* line 363, ../sass/shop_main.scss */
.l-point__accses .accses-address dt {
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: #333;
    font-size: 16px;
    margin: 10px 0 0;
}

/* line 371, ../sass/shop_main.scss */
.l-point__accses .accses-address dd {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 5px;
}

/* line 377, ../sass/shop_main.scss */
.l-point__accses .shop-detail-link {
    margin: 20px auto 0;
    text-align: center;
    padding: 10px 15px;
}

/* line 381, ../sass/shop_main.scss */
.l-point__accses .shop-detail-link a {
    color: #60B3FA;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* line 390, ../sass/shop_main.scss */
.lead-title-wrap {
    text-align: left;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1230px;
}

/* line 396, ../sass/shop_main.scss */
.lead-title-wrap h1,
.lead-title-wrap h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

/* line 402, ../sass/shop_main.scss */
.lead-title-wrap .shop-address-title {
    padding: 0 15px 10px;
}

/* line 405, ../sass/shop_main.scss */
#map {
    margin: 0 auto 40px;
    position: relative;
    height: 500px;
    width: 100%;
}

/* line 410, ../sass/shop_main.scss */
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* line 419, ../sass/shop_main.scss */
#shop-address {
    padding-top: 40px;
    text-align: center;
}

/* line 422, ../sass/shop_main.scss */
#shop-address .title-list {
    text-align: center;
    margin: 0 0 50px;
}

/* line 428, ../sass/shop_main.scss */
.share {
    margin: 0 auto;
}

/* line 430, ../sass/shop_main.scss */
.share h3 {
    text-align: center;
    font-size: 16px;
}

/* line 434, ../sass/shop_main.scss */
.share .l-footer__share {
    list-style: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 40px;
}

/* line 446, ../sass/shop_main.scss */
.share .l-footer__share .twitter {
    margin: 0 10px 0 0;
    /* width: 24px; */
}

/* line 453, ../sass/shop_main.scss */
footer {
    position: relative;
    text-align: center;
    padding: 60px 0 40px;
    z-index: 1;
    background: none;
}

/* line 459, ../sass/shop_main.scss */
footer p {
    margin: 0;
    font-size: 11px;
}

/*aside events*/
/* line 466, ../sass/shop_main.scss */
.c-aside-events__list {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 20px;
}

/* line 470, ../sass/shop_main.scss */
.c-aside-events__list .c-aside-caption h2 {
    margin-bottom: 0;
}

/* line 474, ../sass/shop_main.scss */
.c-aside-events__list .c-aside-img figure {
    margin: 0;
}

/* line 476, ../sass/shop_main.scss */
.c-aside-events__list .c-aside-img figure img {
    width: 100%;
    border-radius: 10px;
}

/* utility title */
/* line 485, ../sass/shop_main.scss */
.ut-btb {
    border-bottom: 1px solid #D4D4D4;
}

/* line 489, ../sass/shop_main.scss */
.ut-leload-links {
    text-align: center;
}

/* line 491, ../sass/shop_main.scss */
.ut-leload-links a {
    font-size: 17px;
    font-weight: bold;
    color: #888;
    display: inline-block;
    padding: 0 0 20px;
}

/* line 499, ../sass/shop_main.scss */
.c-title-wrap {
    padding: 30px 0 0;
    margin: 0 auto;
}

/* line 502, ../sass/shop_main.scss */
.c-title-wrap .c-free-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
    /* padding: 0 15px; */
    /* max-width: 1200px; */
}

/* line 509, ../sass/shop_main.scss */
.c-title-wrap .c-free-title .c-free-title-heading {
    margin: 0;
    font-size: 24px;
    color: #222;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

/* line 514, ../sass/shop_main.scss */
.c-title-wrap .c-free-title .c-free-title-heading a {
    font-size: 15px;
}

/* line 519, ../sass/shop_main.scss */
.c-title-wrap .c-free-title-list a {
    font-size: 17px;
    font-weight: bold;
    color: #848484;
}

/* line 526, ../sass/shop_main.scss */
.more-lead-btn a {
    font-size: 15px;
    display: block;
    font-weight: bold;
    color: #888;
    text-align: center;
    cursor: pointer;
}

/* line 535, ../sass/shop_main.scss */
.ut-wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1230px;
    margin-bottom: 30px;
    padding: 0 15px 30px;
}

/* line 542, ../sass/shop_main.scss */
.ut-wrapper:after {
    content: "";
    border-bottom: 1px solid #D4D4D4;
    height: 1px;
    display: block;
    padding: 30px 0;
    margin: 0;
}

/* =====================
   modal
===================== */
/* Hide scroll bar */
/* line 558, ../sass/shop_main.scss */
html.remodal-is-locked {
    overflow: hidden;
    touch-action: none;
}

/* Anti FOUC */
/* line 563, ../sass/shop_main.scss */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
/* line 570, ../sass/shop_main.scss */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */
/* line 582, ../sass/shop_main.scss */
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

/* line 595, ../sass/shop_main.scss */
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

/* Fix iPad, iPhone glitches */
/* line 602, ../sass/shop_main.scss */
.remodal-overlay,
.remodal-wrapper {
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 607, ../sass/shop_main.scss */
.remodal {
    position: relative;
    outline: none;
    text-size-adjust: 100%;
    box-shadow: 0px 0px 10px #999;
}

/* line 614, ../sass/shop_main.scss */
.remodal.movie {
    box-shadow: none;
}

/* line 618, ../sass/shop_main.scss */
.remodal-close {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    overflow: visible;
    width: 15%;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    /* padding: 10px; */
    background-image: none;
    background-color: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #cecece;
    outline: 0;
}

/* line 640, ../sass/shop_main.scss */
.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/* line 645, ../sass/shop_main.scss */
.modal-main-wrap figure {
    margin: 0;
}

/* line 649, ../sass/shop_main.scss */
.remodal .modal-ttl {
    padding: 25px 6.88% 40px;
}

/* line 653, ../sass/shop_main.scss */
.modal-title-wrap {
    text-align: left;
}

/* line 657, ../sass/shop_main.scss */
.modal-title-wrap h3 {
    text-align: left;
    font-size: 22px;
}

/* line 662, ../sass/shop_main.scss */
.modal-sub-title {
    font-weight: bold;
    font-size: 16px;
    color: #222;
}

@media screen and (max-width: 767px) {

    /* line 671, ../sass/shop_main.scss */
    #globalHeader {
        padding: 0;
        top: 0;
        background: none;
        border: none;
        z-index: 1000;
        height: 50px;
        display: flex;
        align-items: center;
    }

    /* line 680, ../sass/shop_main.scss */
    #globalHeader .headerWrap {
        margin: 0;
    }

    /* line 683, ../sass/shop_main.scss */
    #globalHeader .site-name {
        width: 140px;
        position: relative;
        padding: 17px 15px;
    }

    /* line 687, ../sass/shop_main.scss */
    #globalHeader .site-name a {
        padding: 0;
        display: block;
        line-height: 0;
    }

    /* line 695, ../sass/shop_main.scss */
    .l-main-wrapper {
        margin-bottom: 15px;
        padding: 0 0 25px;
    }

    /* line 698, ../sass/shop_main.scss */
    .l-main-wrapper h1 {
        font-size: 22px;
        margin: 0 0 20px;
    }

    /* line 702, ../sass/shop_main.scss */
    .l-main-wrapper .c-hero-wrap {
        margin-bottom: 45px;
    }

    /* line 705, ../sass/shop_main.scss */
    .l-main-wrapper .c-hero-description--bg h1 {
        width: 3.8vw;
    }

    /* line 708, ../sass/shop_main.scss */
    .l-main-wrapper .viewport1 {
        margin: 0 auto 30px;
    }

    /* line 711, ../sass/shop_main.scss */
    .l-main-wrapper .lead {
        margin: 0 auto 40px;
        font-size: 14px;
        font-weight: normal;
        color: #222;
        line-height: 1.8;
        padding: 0px 46px 0;
    }

    /* line 719, ../sass/shop_main.scss */
    .l-main-wrapper:after {
        margin: 0 15px;
        padding: 20px 0;
    }

    /* line 726, ../sass/shop_main.scss */
    .lead-title-wrap h1,
    .lead-title-wrap h2 {
        font-size: 22px;
    }

    /* line 729, ../sass/shop_main.scss */
    .lead-title-wrap .shop-address-title {
        padding: 0 0 10px;
    }

    /* line 734, ../sass/shop_main.scss */
    .c-list-popup {
        margin-bottom: 20px;
    }

    /* line 736, ../sass/shop_main.scss */
    .c-list-popup .servile-list {
        margin-bottom: 20px;
    }

    /* line 738, ../sass/shop_main.scss */
    .c-list-popup .servile-list ul {
        justify-content: space-between;
        padding: 0;
    }

    /* line 741, ../sass/shop_main.scss */
    .c-list-popup .servile-list ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    /* line 745, ../sass/shop_main.scss */
    .c-list-popup .servile-list ul li h2 {
        font-size: 19px;
        padding: 0;
    }

    /* line 749, ../sass/shop_main.scss */
    .c-list-popup .servile-list ul li img {
        border-radius: 0;
    }

    /* line 754, ../sass/shop_main.scss */
    .c-list-popup .servile-list .servist-list-caption {
        padding: 0 15px;
    }

    /* line 756, ../sass/shop_main.scss */
    .c-list-popup .servile-list .servist-list-caption .c-sub-title {
        font-size: 16px;
    }

    /* line 764, ../sass/shop_main.scss */
    .c-shop-blog-list .c-title-wrap {
        padding: 0;
    }

    /* line 766, ../sass/shop_main.scss */
    .c-shop-blog-list .c-title-wrap .c-free-title {
        padding: 0 15px;
    }

    /* line 768, ../sass/shop_main.scss */
    .c-shop-blog-list .c-title-wrap .c-free-title a {
        font-size: 16px;
    }

    /* line 769, ../sass/shop_main.scss */
    .c-shop-blog-list .c-title-wrap .c-free-title .c-free-title-heading {
        font-size: 20px;
    }

    /* line 775, ../sass/shop_main.scss */
    .c-shop-blog-list .c-blog-list ul {
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 10px 0 15px;
        position: relative;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        display: inline-block;
        width: 100%;
    }

    /* line 786, ../sass/shop_main.scss */
    .c-shop-blog-list .c-blog-list ul li {
        padding: 0 0 30px;
        position: relative;
        width: 90%;
        max-width: 280px;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 10px 0 0;
        word-break: break-word;
        white-space: normal;
    }

    /* line 797, ../sass/shop_main.scss */
    .c-shop-blog-list .c-blog-list ul li p {
        margin: 5px 0 0;
    }

    /* line 802, ../sass/shop_main.scss */
    .c-shop-blog-list .c-blog-list h2 {
        font-size: 16px;
        margin: 10px 0 5px;
    }

    /* line 809, ../sass/shop_main.scss */
    .ut-leload-links a {
        font-size: 16px;
    }

    /* line 813, ../sass/shop_main.scss */
    .c-aside-events__list {
        padding: 0 15px;
    }

    /* line 815, ../sass/shop_main.scss */
    .c-aside-events__list .c-aside-caption h2 {
        margin: 10px 0;
        font-size: 19px;
    }

    /* line 820, ../sass/shop_main.scss */
    .c-aside-events__list .c-aside-img img {
        border-radius: 4px;
    }

    /* line 826, ../sass/shop_main.scss */
    .c-shop-service-list .shop-list-title {
        padding: 0 15px;
    }

    /* line 828, ../sass/shop_main.scss */
    .c-shop-service-list .shop-list-title h1 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    /* line 834, ../sass/shop_main.scss */
    .c-shop-service-list .shop-list ul {
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        list-style: none;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        display: inline-block;
    }

    /* line 846, ../sass/shop_main.scss */
    .c-shop-service-list .shop-list ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    /* line 851, ../sass/shop_main.scss */
    .c-shop-service-list .shop-list ul .c-shop-list__wrap {
        /* width: 20%; */
        display: inline-block;
        position: relative;
        width: 95%;
        max-width: 420px;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 5px 20px 0;
        word-break: break-word;
        white-space: normal;
    }

    /* line 868, ../sass/shop_main.scss */
    .ut-wrapper {
        margin-bottom: 15px;
        padding: 0 0 25px;
    }

    /* line 871, ../sass/shop_main.scss */
    .ut-wrapper:after {
        margin: 0 15px;
        padding: 20px 0;
    }

    /*modal*/
    /* line 879, ../sass/shop_main.scss */
    .remodal {
        margin: 0;
    }

    /* line 881, ../sass/shop_main.scss */
    .remodal .modal-content {
        padding: 0;
        padding-bottom: calc(50vh - 200px);
    }

    /* line 885, ../sass/shop_main.scss */
    .remodal .modal-ttl {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 0;
        z-index: 10;
        height: 100px;
        /* display: flex; */
        box-sizing: border-box;
        background: none;
        /* height: 100px; */
        background-color: rgba(243, 243, 243, 0.68);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(4px);
    }

    /* line 901, ../sass/shop_main.scss */
    .modal-title-wrap,
    .remodal .col_wrap:last-child {
        padding: 0 5vw;
    }

    /* line 904, ../sass/shop_main.scss */
    .modal-content-inner {
        position: relative;
        z-index: 1;
        /* height: 320px; */
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    /* line 913, ../sass/shop_main.scss */
    .remodal-close {
        top: 7vw;
        width: 35vw;
        height: 10vw;
        background: #FFF;
        color: #999;
        font-weight: bold;
        font-size: 16px;
    }

    /* .remodal .modal-ttl {padding: 0; border: none; background: none; height: 50px;} */
}




.c-aside-events__feature {
    display: flex;
    margin-top: 40px;
}

.c-events_left {
    margin-right: 10px;
    border-radius: 4px;
}

.c-events_left,
.c-events_right {
    width: calc((100% - 20px) / 2);
}

.slick-slide {
    outline: none;
}

.c-events_left img {
    border-radius: 4px;
}

.c-events_left img,
.c-events_right img {
    width: 100%;
}

.sp_js_slider,
.event_sp {
    display: none !important;
}

.c-events_right {
    margin-left: 10px;
}

.c-events_right h3 {
    line-height: 1;
    font-size: 22px;
    margin: 0 0 20px;
}

.c-events_right p {
    margin: 0 0 20px;
    line-height: 1.8;
}

.c-events_right .c-events_pdflink {
    display: flex;
}

.c-events_right .c-events_pdflink a {
    margin-right: 10px;
}

.c-events_right .c-events_pdflink figure {
    margin: 0;
}

.c-events_right .c-events_pdflink figure img {
    max-width: 288px;
    object-fit: cover;
    border-radius: 4px;
}

.c-events_left img,
.c-events_right img {
    width: 100%;
}

.c-events_right .c-events_pdflink figcaption {
    font-size: 13px;
    font-weight: 700;
    color: #848484;
    margin-top: 10px;
}

.c-events_right .link_icon:after {
    padding-left: 10px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://shop.muji.com/jp/wp-content/uploads/sites/489/2020/11/17150053/pdflink_icon.png);
    background-size: contain;
    vertical-align: middle;
}

.c-events_right .c-events_pdflink a+a {
    margin-right: 0;
    margin-left: 10px;
}

.c-events_right .c-events_pdflink figure {
    margin: 0;
}

.c-events_right .c-free-title-list{
    margin-top: 30px;
    margin-left: auto;
    width: fit-content;
}

.c-free-title-list a{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #848484;
}

.c-events_right .c-free-title-list a:before {
    content: "";
    display: inline-block;
    background-image: url(https://shop.muji.com/jp/wp-content/uploads/sites/3/2020/09/18163127/instagram_gray.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 36px;
    height: 36px;
    vertical-align: top;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {

  .event_sp {
    display: block !important;
}


    .c-aside-events__feature {
        margin-top: 16vw;
        flex-direction: column;
    }

    .c-events_left {
        margin-right: 0;
        border-radius: 0;
    }

    .c-events_left,
    .c-events_right {
        width: 100%;
    }

    .js_slider,
    .event_pc {
        display: none !important;
    }

    .l-aside-event .slide_img img {
        border-radius: 0;
    }

    .c-events_right {
        padding: 0 4vw;
        margin: 0;
    }

    .c-events_left,
    .c-events_right {
        width: 100%;
    }

    .c-events_right h3 {
        font-size: 5.3333vw;
        padding: 0;
        margin: 4vw 0;
    }

    .c-events_right p {
        padding: 0;
        line-height: 1.7;
        font-size: 3.7773vw;
        margin: 0 0 8vw;
    }

    .c-events_right .c-events_pdflink {
        flex-direction: column;
    }

    .c-events_right .c-events_pdflink a {
        margin-right: 0;
    }

    .c-events_right .link_icon:after {
        padding-left: 1.622vw;
    }

    .c-events_right .c-events_pdflink a+a {
        margin: 8vw 0 0 0;
    }

    .c-events_right .c-events_pdflink figure img {
        width: 100%;
        max-width: 100%;
    }


}


.instagram {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.instagram a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram a:before {
    content: "";
    display: inline-block;
    background-image: url(https://shop.muji.com/jp/wp-content/uploads/sites/3/2020/09/18163246/instagram_black.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}


.shop-detail-link.instagram a {
    color: #000;
    text-align: left;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.sp{
    display: none;
}

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