@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400i|Noto+Sans+JP|Noto+Serif+JP');
body{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    scroll-behavior: smooth;
}
body,html{
    margin: 0;
    padding: 0;
}
section,footer{
    max-width: 750px;
    margin: 0 auto;
}
.bg{
    background: url("../image/texture.png");
}
.bg_white{
    background: #fff;
}

#stores{
    padding: 0 20px;
}
.store{
    position: relative;
    padding: 30px 0;
}
.store .ken_title{
    position: relative;
    text-align: center;
}

.store .ken_title h2{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    z-index: 1;
}
.store .ken_title hr{
    border: 1px solid #000;
    width: 90%;
    position: relative;
    top: -23px;
}

.store h3{
    position: relative;
    left: -10px;
    padding: 0 0px;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}
.store h3 span{
    font-size: 23px;
}
.store .main{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 3vw 20px;
    width: 90%;
    max-width: 540px;
    box-sizing: border-box;
}
.main_before{
    border-top: solid 1px #000;
    width: 85%;
    /* display: block; */
}
.store_img{
    width: 100%;
    margin: 0 auto;
}

.accessbtn{
    position: relative;
    max-width: 215px;
    width: 100%;
    padding: 6px 20px 8px;
    border-radius: 20px;
    background: #D0CECE;
    color: #000000;
    display: block;
    margin: 20px auto;
    /* text-align: center; */
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
}
.accessbtn::after{
    font-family: "FontAwesome";
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 11px;
}
.store .btn{
    padding: 5vw 0;
}
.btn_space{
    padding-bottom: 2vw;
}

/* スライドアニメーション */
.wrap{
    display: flex;
    align-items: center;
    /* height: 340px; */
    overflow: hidden;
    margin: 0 0 0px;
}
.slideanim{
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
    animation: loop-slide 20s infinite linear 1s both;
}
.slideanim.count30{
    width: 1000%;
    animation: loop-slide 30s infinite linear 1s both;
    margin: 5px 0;
}
.slideanim.count21{
    width: 280%;
    animation: loop-slide 21s infinite linear 1s both;
    margin: 5px 0;
}
.slideanim.count20{
    width: 360%;
    animation: loop-slide 20s infinite linear 3s both;
    margin: 20px 0;
}
.content {
    max-width: 200px;
    width: 40vw;
    /* height: 300px; */
    margin: 0 3px;
}
.content img{
    width: 100vw;
    height: auto;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

/* 店舗 */
.ken.flex{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 6vw 0 20px;
}
.ken.flex a{
    width: 50%;
}
.ken.flex::after{
    content:"";
    display: block;
    width:50%;
}


/* slider */
.swiper-container.slider2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto
}

.slider2 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 160px;
    max-height: 160px;
    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;
    background-size: contain;
    padding: 0 0px;
    margin: 0 -5px;
    /* box-shadow: 0 0 15px 0 #ddd */
}
.slider2 .swiper-slide-active{
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 4vw;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 4vw;
}
.swiper-button-next{
    width: 9vw;
    height: 9vw;
    border-radius: 50px;
    background: #68753E;
    border: solid 1px #fff;
}
.swiper-button-next::before{
    position: absolute;
    top: 1.8vw;
    left: 3.5vw;
    content: "";
    width: 0;
    height: 0;
    border-top: 2.7vw solid transparent;
    border-bottom: 2.7vw solid transparent;
    border-left: 3vw solid #fff;
}
.swiper-button-prev{
    width: 9vw;
    height: 9vw;
    border-radius: 50px;
    background: #68753E;
    border: solid 1px #fff;
}
.swiper-button-prev::before{
    position: absolute;
    top: 1.8vw;
    right: 3.5vw;
    content: "";
    width: 0;
    height: 0;
    border-top: 2.7vw solid transparent;
    border-bottom: 2.7vw solid transparent;
    border-right: 3vw solid #fff;
}

.swiper-container.slider3_5 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px auto
}

.slider3_5 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 300px;
    /* max-height: 160px; */
    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;
    background-size: contain;
    padding: 0 0px;
    margin: 0 -5px;
    /* box-shadow: 0 0 15px 0 #ddd */
}
.slider3_5 .swiper-slide-active{
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}

.slider_store .swiper-slide{
    /* max-width: 400px; */
    width: 70%;
}


/* footer */
footer{
    margin: 0px auto;
    padding: 20px 0;
    width: 100%;
    margin: 0px auto 0;
}
footer small{
    display: block;
    text-align: center;
    font-weight: 610;
    font-size: 12px;
    color: 000;
}


@media (min-width: 751px){
    /* ken flex */
    .ken.flex{
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    /* swiper */
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: none;
        left: 30px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: none;
        right: 30px;
    }
    .swiper-button-next{
        width: 67.5px;
        height: 67.5px;
    }
    .swiper-button-next::before{
        top: 13.5px;
        left: 26.25px;
        content: "";
        border-top: 20.25px solid transparent;
        border-bottom: 20.25px solid transparent;
        border-left: 22.5px solid #fff;
    }
    .swiper-button-prev{
        width: 67.5px;
        height: 67.5px;
    }
    .swiper-button-prev::before{
        top: 13.5px;
        right: 26.25px;
        border-top: 20.25px solid transparent;
        border-bottom: 20.25px solid transparent;
        border-right: 22.5px solid #fff;
    }
}
