@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    stores.css
*
*
------------------------------------------------------------------------------------------ */
.swiper {
    overflow: initial;
    overflow-x: clip;
}
#contents_inner{
    padding: 0 !important;
    border-bottom: none;
}
.index #contents_inner {
    border-bottom: 2px solid #fff;
}
.index a {
    color: #000;
}
#m_img{
    position: relative;
}
#p_title h2 {
    color: #333333;
}
/* #m_img .img img{
    width: 100%;
    opacity: 0;
} */
#m_img .img{
    width: 100%;
    max-height: 120px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
/* #m_img .img:after{
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, .4) 100%);
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
} */
#m_img .title{
    width: 100%;
}

#m_img .title .logo{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 6px rgba(0,0,0,.25);
}

#m_img .title .logo img{
    width: 100%;
    border-radius: 15px;
}


#m_img .title .info{
    display: block;
}

#m_img .title .name{
    width: 100%;
    vertical-align: middle;
}

#m_img .title .area span{
    text-align: center;
    padding: 5px 5px 5px 8px;
    display: block;
    border-radius: 5px;
    background-color: #4495d1;
    color: #fff;
    white-space: nowrap;
}


#m_img .exhibitor{
    max-width: 890px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: .05em;
    line-height: 1.555em;
    vertical-align: top;
}

#m_img .exhibitor p{
    display: inline-block;
}

#m_img .exhibitor p:after{ content: '｜';}
#m_img .exhibitor p:last-child:after{ content: '';}

#m_img .title h2 {
    font-size: 18px;
    color: #7f7f7f;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.2857em;
    display: table-cell;
    vertical-align: middle;
}

.index #m_img {
    background-color: #f9eeeb;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.index #m_img .map img {
    width: 747px;
    margin: 0 auto;
    padding: 50px 0 40px;
    display: block;
    position: relative;
}
.index #m_img .map:before {
    content: '';
    display: block;
    width: 399px;
    height: 560px;
    background-image: url(../images/stores/tori_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    margin-left: -475px;
    z-index: 1;
}
.index #m_img .map:after {
    content: '';
    display: block;
    width: 419px;
    height: 567px;
    background-image: url(../images/stores/tori_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    margin-left: 470px;
    z-index: 1;
}
#post_body{
    padding-bottom: 55px;
    overflow: hidden;
}
#post_body a {
    color: #4495d1;
    border-bottom: 1px solid #4495d1;
    transition: border .15s ease;
}
#post_body a:hover,
#post_body a.touch{
    border-bottom: 1px solid #fff;
}

#post_body .info a:hover,
#post_body .info a.touch{
    border-bottom: 1px solid #eeeeee;
}

#post_body .inner{
    margin: 0 auto;
}

#post_body .txt {
    font-size: 16px;
    line-height: 1.777em;
    letter-spacing: .05em;
}

#post_body .txt{
    margin-top: 3em;
    margin-bottom: 3em;
}
#post_body .txt hr {
    border: none;
    border-top: 1px solid;
    margin: 0 auto -1.5em;
}
#post_body .txt ul {
    margin-bottom: -1.5em;
}
#post_body .img_slider {
    text-align: center;
}
#post_body .img_slider p{
    font-size: 12px;
    color: #b3b3b3;
    padding-top: 0.5em;
    line-height: 1.38;
}
#post_body .img_slider img{
    max-width: 100%;
    max-height: 480px;
    height: 100%;
    width: 100%;
    /* width: auto; */
    object-fit: contain;
}
#post_body .img_slider .swiper-slide {
    /* text-align: left; */
    height: auto;
}
.swiper-pagination-bullet {
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    filter: none;
}

#post_body .img img{
    width: 100%;
    max-width: 720px;
}
#post_body .img + .img{
    margin-top: .8em;
}    
#post_body .info {
    background-color: #eeeeee;
}
#post_body ul li {
    font-size: 16px;
    position: relative;
    padding-left: 1em;
    line-height: 1.777em;
}
#post_body ul li::before {
    position: absolute;
    left: 0;
    content: '・';
}

#contents_link {
    background-color: #ffc900;
    padding: 40px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.areaarea02 #contents_link {
    background-color: #ef3232;
}
.areaarea03 #contents_link {
    background-color: #8a8ae5;
}
.areaarea04 #contents_link {
    background-color: #b28146;
}
.areaarea05 #contents_link {
    background-color: #ff942b;
}
.areaarea06 #contents_link {
    background-color: #6eb346;
}
.areaarea07 #contents_link {
    background-color: #9aacb4;
}
.areaarea08 #contents_link {
    background-color: #46a9ef;
}
#contents_link h3 {
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
}
#contents_link .inner {
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
#contents_link .link {
    background-color: #fff;
    text-align: left;
    position: relative;
}
#contents_link .link:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/teaser/parts_point_arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    position: absolute;
    left: -25px;
    top: 35px;
}
#contents_link .link:after {
    content: '';
    display: block;
    width: 116px;
    height: 222px;
    background-image: url(../images/tori/tori17.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    position: absolute;
    left: -135px;
    top: -45px;
}
#contents_link ul li {
    font-size: 24px;
    position: relative;
    padding-left: 1em;
    line-height: 1.777em;
}
#contents_link ul li::before {
    position: absolute;
    left: 0;
    content: '・';
}

#contents_link .inner a {
    color: #333;
    position: relative;
    transition: opacity .15s ease;
}
#contents_link .inner a:hover,
#contents_link .inner a.touch {
    opacity: .7;
}
#contents_link ul li::after {
    position: absolute;
    content: '›';
    margin-left: 0.5em;
    font-size: 120%;
    bottom: 0.1em;
}
#contents_sns {
    background-color: #ffe8b2;
    padding: 55px 0 75px;
}
.areaarea02 #contents_sns {
    background-color: #F9EDEA;
}
.areaarea03 #contents_sns {
    background-color: #dcdcf7;
}
.areaarea04 #contents_sns {
    background-color: #d8c2b1;
}
.areaarea05 #contents_sns {
    background-color: #ffd4a1;
}
.areaarea06 #contents_sns {
    background-color: #d3e8c7;
}
.areaarea07 #contents_sns {
    background-color: #e0e6e8;
}
.areaarea08 #contents_sns {
    background-color: #c7e5fa;
}
#contents_sns .inner {
    width: max-content;
    margin: 0 auto;
}
#contents_sns .inner h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 1.6em 0 1em;
}
#contents_sns .inner h4:first-of-type {
    padding-top: 0;
}
#contents_sns .inner a {
    color: #000;
    font-size: 18px;
    margin-bottom: 0.5em;
    display: block;
}
#contents_sns .inner a span{
    border-bottom: 1px solid;
    transition: border .15s ease;
}
#contents_sns a span:hover,
#contents_sns a.touch span{
    border-bottom: 1px solid rgba(0,0,0,0);
}
#contents_sns a.instagram::before {
    margin: 0 0.5em 0 0;
    font-family: 'Hobonichi-Icons'!important;
    content: "\e90e";
    font-size: 160%;
    position: relative;
    top: .2em;
}
#contents_sns a.facebook::before {
    margin: 0 0.5em 0 0;
    font-family: 'Hobonichi-Icons'!important;
    content: "\e90c";
    font-size: 160%;
    position: relative;
    top: .2em;
}
#contents_sns a.x::before {
    margin: 0 0.5em 0 0;
    font-family: 'Hobonichi-Icons'!important;
    content: "\e94d";
    font-size: 160%;
    position: relative;
    top: .2em;
}
#contents_sns a.line::before {
    margin: 0 0.5em 0 0;
    font-family: 'Hobonichi-Icons'!important;
    content: "\e90f";
    font-size: 160%;
    position: relative;
    top: .2em;
}
#contents_sns a.website::before {
    margin: 0 0.8em 0 0.2em;
    content: "";
    display: inline-block;
    background: url(../images/parts_ico_website.svg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    position: relative;
    top: .4em;
}

#stores_link {
    text-align: center;
    padding: 60px 0 45px;
    position: relative;
    overflow: hidden;
    background: url(../images/bg-footer1.webp) no-repeat;
    background-size: cover;
    background-position: center top -3vw;
    border-radius: 0 0 40px 40px;
    width: 100%;
    height: 145px;
    border-bottom: 2px solid #fff;
}
#stores_link a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    padding: 1em 2em;
    border-radius: 40px;
    transition: opacity .15s ease;
}
#stores_link a::after {
    margin: 0 0 0 1.5em;
    content: "";
    display: inline-block;
    background: url(../images/parts_arrow_r-b.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 28px;
}
#stores_link a:hover,
#stores_link a.touch {
    opacity: .7;
}
#store_nav {
    background: #eeeeee;
}
#store_nav ul {
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#store_nav ul li {
    background: #fff;
    border-radius: 20px;
    width: calc((100% - 20px)/3);
    position: relative;
    padding: 1.4em 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
}
#store_nav a {
    display: block;
    transition: opacity .15s ease;
}
#store_nav a:hover {
    opacity: .5;
}
#store_nav .name {
    width: 80%;
    padding-left: 45px;
    margin: 0 auto;
    position: relative;
}
#store_nav .name:before {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffb300;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
}
#store_nav .name:after {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/webstore/parts_arrow.png);
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
}
#store_nav .store2 .name:before {
    background-color: #ef3232;
}
#store_nav .store3 .name:before {
    background-color: #8a8ae5;
}
#store_nav .store4 .name:before {
    background-color: #816e78;
}
#store_nav .store5 .name:before {
    background-color: #ef643c;
}
#store_nav .store6 .name:before {
    background-color: #6eb346;
}
#store_nav .store7 .name:before {
    background-color: #9aacb4;
}
#store_nav .store8 .name:before {
    background-color: #46a9ef;
}
#store_nav .store9 .name:before {
    background-color: #ea5f95;
}

.store_list .title {
    position: relative;
}
.store_list .title .bg {
    width: 100%;
    min-height: 120px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.store_list .title h2 {
    position: absolute;
    top: 0;
    left: 50%;
    min-height: 120px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .05em;
    color: #fff;
    text-shadow:2px 2px 30px #ff9f11;
    padding: 0 1em;
}
.store_list#store2 .title h2 {
    text-shadow:2px 2px 30px #eb2c2c;
}
.store_list#store3 .title h2 {
    text-shadow:2px 2px 30px #7674dc;
}
.store_list#store4 .title h2 {
    text-shadow:2px 2px 30px #6d5961;
}
.store_list#store5 .title h2 {
    text-shadow:2px 2px 30px #eb5132;
}
.store_list#store6 .title h2 {
    text-shadow:2px 2px 30px #5c9f38;
}
.store_list#store7 .title h2 {
    text-shadow:2px 2px 30px #85959e;
}
.store_list#store8 .title h2 {
    text-shadow:2px 2px 30px #3c94eb;
}
.store_list#store9 .title h2 {
    text-shadow:2px 2px 30px #e44d7f;
}
.store_list .title_info {
    background-color: #fff;
}
.store_list .title_info > div {
    max-width: 475px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    position: relative;
}
.store_list .title_info .tori {
    position: absolute;
    height: 169px;
    top: -80px;
    left: -120px;
    transform: scale(-1, 1);
}
.store_list#store2 .title_info .tori {
    height: 177px;
    top: -80px;
    left: -110px;
}
.store_list#store3 .title_info .tori {
    height: 168px;
    top: -75px;
    left: -100px;
}
.store_list#store4 .title_info .tori {
    height: 171px;
}
.store_list#store5 .title_info .tori {
    height: 177px;
}
.store_list#store6 .title_info .tori {
    height: 166px;
}
.store_list#store7 .title_info .tori {
    height: 169px;
}
.store_list#store8 .title_info .tori {
    height: 175px;
}

.store_list .title_info .tori img {
    height: 100%;
}
.store_list {
    background-color: #ffe8b2;
}
.store_list#store2 {
    background-color: #fac1c1;
}
.store_list#store3 {
    background-color: #dcdcf7;
}
.store_list#store4 {
    background-color: #d8c2b1;
}
.store_list#store5 {
    background-color: #ffd4a1;
}
.store_list#store6 {
    background-color: #d3e8c7;
}
.store_list#store7 {
    background-color: #e0e6e8;
}
.store_list#store8 {
    background-color: #c7e5fa;
}
.store_list:last-of-type {
    border-radius: 0 0 40px 40px;
}
.store_list ul {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.store_list ul li {
    width: calc((100% - 50px)/3);
    font-size: 14px;
    line-height: 1.44;
    position: relative;
}
.store_list a {
    color: initial;
    display: block;
    transition: opacity .15s ease;
    border-radius: 20px;
    background: #fff;
}
.store_list a:hover {
    opacity: .5;
}
.store_list .store_name {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 20px 15px;
    min-height: 7.2em;
}
.store_list .store_name .logo + div{
    max-width: calc(100% - 103px);
}
.store_list .store_name .logo {
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
}
.store_list .store_name .logo img {
    width: 100%;
    /* opacity: 0; */
    border-radius: 15px;
}
.store_list .store_name h3 {
    font-weight: bold;
    padding-bottom: 0.5em;
}
.store_list .store_name .exhibitor p:empty {
    display: none;
}
.store_list .store_name .exhibitor p {
    display: inline;
}
.store_list .store_name .exhibitor p::after {
    content: '｜';
}
.store_list .store_name .exhibitor p:last-of-type::after {
    content: none;
}
.store_list .store_desc {
    border-top: 1px #eee7df solid;
}
.store_list .store_desc > div {
    padding: 15px;
    color: #b3b3b3;
}
.store_list li .link {
    background: #ffc900;
    color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 1em 0;
}
.store_list#store2 li .link {
    background: #ef3232;
}
.store_list#store3 li .link {
    background: #8a8ae5;
}
.store_list#store4 li .link {
    background: #b28146;
}
.store_list#store5 li .link {
    background: #ff942b;
}
.store_list#store6 li .link {
    background: #6eb346;
}
.store_list#store7 li .link {
    background: #9aacb4;
}
.store_list#store8 li .link {
    background: #46a9ef;
}

.index #p_title {
    z-index: 1;
    background-color: #f9eeeb;
}
.index #p_title:before {
    background-color: #f9eeeb;
}
@media screen and (max-width : 1224px){
    #store_nav ul li {
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .store_list ul li {
        font-size: 12px;
    }
}
@media screen and (min-width : 751px){
    #m_img{
        position: relative;
    }
    #m_img .img{
        /* height: calc((100vw - 100px) * .2864); */
        min-height: 120px;
        border-radius: 40px 40px 0 0;
    }
    #m_img .title .logo{
        width: 150px;
        height: 150px;
    }    
    #m_img .title .inner{
        max-width: 1070px;
        margin: -75px auto 0;
        box-sizing: border-box;
        position: relative;
        display: flex;
        column-gap: 25px;
    }
    #m_img .title .name{
        margin: 25px 0 20px 0;
    }
    #m_img .title .area{
        min-width: 40px;
        padding: 0 15px 0 0;
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        letter-spacing: .1em;
        font-weight: bold;
    }
    #m_img .title h1{
        width: 100%;
        display: block;
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 1.2857em;
        display: table-cell;
        vertical-align: middle;
    }
    #m_img .info_inner .map {
        padding-top: .5em;
    }   
    #post_body .inner{
        width: 720px;
        padding: 75px 0 0;
    }
    #post_body .txt{
        padding-left: 105px;
    }    
    #post_body .txt hr {
        margin: 2em 0 0 -105px;
    }
    #post_body .txt h2{
        font-size: 22px;
        letter-spacing: .05em;
        font-weight: bold;
        color: #333;
        line-height: 1.6em;
    }    
    #post_body .txt h3{
        font-size: 20px;
        letter-spacing: .05em;
        font-weight: bold;
        color: #333;
        line-height: 1.6em;
    }    
    #post_body .info {
        width: 480px;
        padding: 25px 35px;
        margin-top: 1.5em;
        margin-left: 105px;
    }    
    #contents_link .link {
        padding: 40px 120px 40px 50px;
        margin-left: 150px;
        border-radius: 40px;
        display: inline-block;
    }    
    #contents_link .inner {
        width: 980px;
    }    
    #section_product{
        background-color: #fff;
    }    
    #section_product .inner{
        width: 960px;
    }    
    #section_product .product_pic{
        width: 720px;
    }    
    #section_product .img_slider .i{
        width: 720px;
        height: 480px;
    }    
    #section_product .product_info{
        width: 960px;
        padding-top: 30px;
        padding-left: 225px;
        padding-right: 225px;
    }   
} /* ----- min-width : 751px ----- */
@media screen and (max-width : 1242px){
    #m_img .title .inner {
        max-width: 1200px;
        padding: 0 10px;
    }
    #m_img .exhibitor {
        max-width: 800px;
    }
}
@media screen and (max-width: 750px) {

    br.sp + br + br{
        display: table-row !important;
    }
    #contents_area{
        margin-top: -30px;
    }
    .index #contents_area{
        margin-top: initial;
    }
    #m_img .img{
        height: calc(96vw * .22);
        border-radius: 20px 20px 0 0;
    }
    #m_img .title{
        padding: 0 0 20px 0;
        /* border-bottom: 1px solid #eee; */
        width: 100%;
        background-color: #fff;
    }
    #m_img .title .logo{
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-color: #fff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 1px 1px 6px rgba(0,0,0,.25);
    }
    #m_img .title .inner{
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
    #m_img .title .inner .logo{
        text-align: center;
        margin: -50px auto 0 auto;
    }
    #m_img .title .info{
        margin: 20px 0 0 0;
    }
    #m_img .title .area{
        padding: 10px 5px 10px 0;
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: .1em;
        font-weight: bold;
    }
    #m_img .title .area span{
        text-align: center;
        padding: 1px 3px;
        display: block;
        border-radius: 2.5px;
        white-space: nowrap;
    }
    #m_img .title h1{
        margin: 0 0 15px 0;
        display: block;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 1.5em;
        vertical-align: middle;
    }
    #m_img .exhibitor{
        max-width: 100%;
        width: 100%;
        font-size: 13px;
        color: #333;
        letter-spacing: .05em;
        line-height: 1.555em;
        vertical-align: top;
    }
    .index #p_title:before {
        height: 10px;
        bottom: -5px;
    }
    .index #m_img {
        border-radius: 20px 20px 0 0;
    }
    .index #m_img .map img {
        width: 96%;
        padding: 15px 0;
    }
    /* .index #m_img .map:before {
        width: 66px;
        height: 73px;
        background-image: url(../images/tori/tori_47.png);
        left: 2%;
        top: 20px;
        transform: translateX(0);
        margin-left: initial;
    }
    .index #m_img .map:after {
        width: 49px;
        height: 70px;
        background-image: url(../images/tori/tori_27.png);
        left: auto;
        right: -3px;
        bottom: 0;
        transform: translateX(0);
        margin-left: initial;
    } */
    #post_body {
        padding-bottom: 40px;
    }
    #post_body .img_slider p {
        font-size: 13px;
        max-width: 92%;
        margin: 0 auto;
    }
    #post_body .img_slider p br {
        display: block;
    }
    #post_body .img_slider img{
        max-width: 100%;
        max-height: 235px;
    }       
    #post_body .txt h2 {
        font-size: 16px;
        line-height: 2;
        font-weight: bold;
        color: #333;
        line-height: 1.6em;
    }    
    #post_body .txt h3{
        font-size: 15px;
        line-height: 2;
        font-weight: bold;
        color: #333;
        line-height: 1.6em;
    }    

    #post_body .txt {
        font-size: 14px;
        line-height: 2;
        padding: 0 20px;
    }
    #post_body .txt ul {
        margin-bottom: -2.5em;
    }
    #post_body .info {
        margin: 1.5em 20px 0;
        padding: 1em;   
    }
    #post_body ul li {
        font-size: 14px;
    }
    #post_body .txt br{ display: none !important;}
    #post_body .txt br.sp, #post_body .txt .br_block br { display: inherit !important;}    
    #m_img .title h2 {
        font-size: 13px;
    }
    #contents_link {
        padding: 20px 0 0 0;
        border-bottom: 1px solid #fff;
    }
    #contents_link .link {
        padding: 1em;
        margin-left: 20vw;
        margin-right: 5vw;
        border-radius: 20px;
    }    
    #contents_link h3 {
        font-size: 9px;
        margin-bottom: 15px;
    }
    #contents_link .inner {
        padding-bottom: 20px;
    }
    #contents_link ul li {
        font-size: 13px;
    }
    #contents_link .link:after {
        width: 14vw;
        height: 0;
        padding-top: 40%;
        left: -16vw;
        top: -20px;
    }
    #contents_link .link:before {
        width: 12px;
        height: 12px;
        background-size: 100% auto;
        left: -12px;
        top: 20px;
    }
    #contents_sns {
        padding: 25px 0 45px;
    }
    #contents_sns .inner h4 {
        font-size: 14px;
    }
    #contents_sns .inner a {
        font-size: 14px;
    }
    #contents_sns a.website::before {
        margin: 0 0.9em 0 0.1em;
        width: 20px;
        height: 20px;
    }
    #stores_link {
        padding: 24px 0;
        border-radius: 0 0 20px 20px;
        background-size: 1000px auto;
        background-position: center top -20vw;
        height: 80px;
        border-bottom: 1px solid #fff;
    }
    #stores_link a {
        font-size: 14px;
        padding: 1em 1.2em;
    }
    #stores_link a::after {
        width: 10px;
        height: 16px;
        margin: 0 0 0 .5em;
    }
    #stores_link::before {
        width: calc(257px / 2);
        height: calc(344px / 2);
        left: -14%;
        bottom: -40px;
    }
    #stores_link::after {
        width: calc(258px / 2);
        height: calc(345px / 2);
        right: -14%;
        bottom: -40px;
    }
    #store_nav ul li {
        font-size: 14px;
        width: 100%;
        border-radius: 10px;
    }
    #store_nav .name:before {
        width: 25px;
        height: 25px;
        top: -5px;
    }
    #store_nav .name {
        padding-left: 35px;
    }
    #store_nav .name:after {
        width: 20px;
        height: 20px;
    }
    .store_list .title .bg {
        min-height: 80px;
    }
    .store_list .title h2 {
        min-height: 80px;
    }
    .store_list .title_info .tori {
        display: none;
    }
    .store_list .title h2 {
        font-size: 20px;
        white-space: nowrap;
    }
    .store_list .title_info > div {
        font-size: 14px;
        padding: 20px;
    }
    .store_list:last-of-type {
        border-radius: 0 0 20px 20px;
    }
    .store_list ul {
        padding: 30px 20px;
    }
    .store_list ul li {
        width: 100%;
    }
}    
@media screen and (max-width: 640px){
    #m_img .title h1 br {
        display: block;
    }
}
@media screen and (max-width: 375px){
    #post_body .img_slider p {
        font-size: 10px;
        max-width: 98%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 360px){
    #post_body .img_slider img {
        max-height: 200px;
    }
}