@charset "utf-8";
@font-face{
    font-family:'Zen Maru Gothic';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(/font/ZenMaruGothic-Medium.ttf) format('truetype');
}@font-face{font-family:'Zen Maru Gothic';
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:url(/font/ZenMaruGothic-Bold.ttf) format('truetype');
}
*{
	position:relative;
	box-sizing:border-box;
}

/* "ab-tombo-bold" "kaisei-harunoumi" "mochiy-pop" */

body,input,select,textarea{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	font-size:15px;
	line-height:1.5;
	letter-spacing:0.08em;
	color:#231815;
}

h1,h2,h3,h4,h5,h6{
}

a{
	color:rgb(47, 68, 160);
}

.btn{

}

.btn a,
.btn button{
	display:inline-block;
	padding:1em;
	color:#fff;
	background:#fc9399;
	border: 1px solid #fc9399;
	transition: .2s;
    border-radius: 4px;
}

.btn-s a,
.btn-s button{
	display:inline-block;
    margin: 1em;
	padding:.5em;
	color:#fff;
    font-size:90%;
	background:#fc9399;
	border: 1px solid #fc9399;
	transition: .2s;
    border-radius: 4px;
}

.btn-sm button{
    padding:.5em;
}

.btn a:hover,
.btn button:hover,
.btn-s a:hover,
.btn-s button:hover{
	color:#fc9399;
	background:#fff;
}

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

.fs-l{
    font-size: 130%;
}


.pagination li{
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination li.active a {
    border-radius: 0.2rem;
    background-color: #0d6efd;
    color: white;
}

.pagination li.prev.disabled{
    display: none;
}

.pagination li.next.disabled{
    display: none;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/* css animation (prefixes are cut) */
.animation {
	opacity:0;
}

.fadeup {
	transform-origin:center top;
	animation:fadeup 1s both;
}

.slidein_left {
	transform-origin:right center;
	animation:slidein_left 1s both;
}

.slidein_right {
	transform-origin:left center;
	animation:slidein_right 1s both;
}

.d3 {animation-delay:.3s;}
.d5 {animation-delay:.5s;}
.d10 {animation-delay:1s;}
.d15 {animation-delay:1.5s;}
.d20 {animation-delay:2s;}
.d25 {animation-delay:2.5s;}
.d30 {animation-delay:3s;}
.d35 {animation-delay:3.5s;}
.d40 {animation-delay:4s;}
.d45 {animation-delay:4.5s;}
.d50 {animation-delay:5s;}
.d55 {animation-delay:5.5s;}
.d60 {animation-delay:6s;}

@keyframes fadeup {
	0% {
		transform:translate(0,2em);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

@keyframes slidein_left {
	0% {
		transform:translate(-2em,0);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

@keyframes slidein_right {
	0% {
		transform:translate(2em,0);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

/* header */
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    height:auto;
    overflow: hidden;
}

header::before{
    position: absolute;
    margin: auto;
    content: '';
    width:100%;
    height: 100%;
     /* ドット（水玉）模様のCSS */
     background-color   : rgba(255, 255, 255, 0.10);
     background-image   : radial-gradient(#fff 3%, transparent 19%),
                          radial-gradient(#fff 3%, transparent 19%);
     background-position: 0 0, 3px 3px;
     background-size    : 6px 6px;
     top:0;
     left: 0;
}

header h1{
    margin: .5em;
    padding-left:90px;
    width:auto;
    font-size:100%;
    background-image: url(/img/logo.svg);
    /* background-image: url(/img/jci-logo.webp); */
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header h1 strong{
    display: block;
    font-size: 180%;
    color:#eb6898;
}

header h1 a{
    color: #231815;
}

.login-btn{
    padding:1em;
    top:0;
    right:0;
}
/*
.youtube{
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden
}

.youtube iframe{
    width:100%;
    height:100%
}

#youtube{
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%, -50%);
    width:177.77777778vh !important;
    height:56.25vw !important;
    min-height:100%;
    min-width:100%;
    z-index: -1;
} */

header .header-nav-wrap{
    padding: 2em;
}

header .header-nav-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

header .header-nav-list .header-nav-item{
    width: 100%;
}

header .header-nav-list .header-nav-item a{
    display: block;
    width: 130px;
    color: #231815;
    font-size: 90%;
    font-weight: bold;
    text-align: center;

    transition:.2s;
}

header .header-nav-list .header-nav-item .header-nav-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: auto;
}

header .header-nav-list .header-nav-item .header-nav-icon:before{
    position: absolute;
    content: '';
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: #fceaf0;
    border-radius: 50%;
    top:0;
    left: 0;
    right: 0;
}
header .header-nav-list .header-nav-item .header-nav-icon::after{
    position: absolute;
    content: '';
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url(/img/icon-home.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


header .header-nav-list .header-nav-item:nth-child(2) .header-nav-icon::before{
    background-color: #fadeb6;
}
header .header-nav-list .header-nav-item:nth-child(2) .header-nav-icon::after{
    background-image: url(/img/icon-gourmet.svg);
}
header .header-nav-list .header-nav-item:nth-child(3) .header-nav-icon::before{
    background-color: #88e7ee;
}
header .header-nav-list .header-nav-item:nth-child(3) .header-nav-icon::after{
    background-image: url(/img/icon-drive.svg);
 }
header .header-nav-list .header-nav-item:nth-child(4) .header-nav-icon::before{
    background-color: #9abea9;
}
header .header-nav-list .header-nav-item:nth-child(4) .header-nav-icon::after{
    background-image: url(/img/icon-store.svg);
}

header .header-nav-list .header-nav-item .header-nav-title{
    display: block;
}

header .header-nav-list .header-nav-item a:hover{
    top:-8px;
	transform-origin:center;
	animation:swing .2s both;
}

@keyframes swing {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(5deg);
    }
    100%{
        transform: rotate(0deg);
    }
}


#breadcrumb {
    display: flex;
    justify-content: flex-end;
    margin: auto;
    padding: .5em 1em;
    max-width: 1200px;
}

#breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

#breadcrumb ol li + li {
    padding-left: 0.5rem;
}

#breadcrumb ol li + li::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: '›';
}


/* content */
main{
    width:100%;
    overflow: hidden;
}

main > *{
    margin-top:3em;
}

main::before,
main::after{
    position: absolute;
    content: '';
    width:50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

main::before{
    background-image: url(/img/bg-left.png);
    background-position: left bottom;

    bottom:0;
    left:0;
}

main::after{
    background-image: url(/img/bg-right.png);
    background-position: right bottom;

    bottom:0;
    right:0;
}

.top-image-wrap{
    margin-top: 0;
    overflow: hidden;
}

.top-image-float-msg{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 1rem;
    max-width: 760px;
    max-height: 250px;
    background-color: rgba(0,0,0,.5);
    border-radius: 4px;
    z-index: 999;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

.top-image-float-msg p{
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.top-image-float-msg h2{
    color: #eb6898;
    font-size: 4rem;
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 1px 1px 1px #fff
    ,1px -1px 1px #fff
    ,-1px 1px 1px #fff
    ,-1px -1px 1px #fff;
}

.top-image-wrap .top-image-grid-item .top-image-text{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.top-image-wrap .top-image-grid-item .top-image-name,
.top-image-wrap .top-image-grid-item .top-image-msg{
    color: #fff;
    opacity: 0;
    word-break: keep-all;
    text-align: center;
}

.top-image-wrap .top-image-grid-item:hover .top-image-name,
.top-image-wrap .top-image-grid-item:hover .top-image-msg{
    opacity: 1;
}

.top-image-wrap .top-image-grid-item .top-image-link::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    top: 0;
    left: 0;
    transition: .3s;
}

.top-image-wrap .top-image-grid-item:hover .top-image-link:before{
    background: rgba(0,0,0,.6);
}

.top-main{
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem auto;
    padding: 1rem;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 4px;
    border-bottom:1px solid #aaa;
    box-shadow: 2px 2px 10px #aaa;
}

.banner-wrap{
    padding: 1rem;
}
.banner-content{
    margin: auto;
    max-width: 1200px;
}

.banner-item{
    text-align: center;
}

.banner-item img{
    max-width: 100%;
    height: auto;
    transition: .2s;
}

.banner-item img:hover{
    opacity: .7;
}

.category-wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.category-left,
.category-right{
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
    margin-left: 80px;
    margin-right: 16px;
    width: calc(50% - 96px);
    height: 300px;
    background-size: cover;
    border-radius: 4px;

}

.category-left::before,
.category-right::before{
    position: absolute;
    content: '';
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    left: 0;
    top: 0;
    transition: .3s;
}

.category-left:hover:before,
.category-right:hover:before{
    background-color: rgba(255, 255, 255, .4);
}

.category-left{
    background-image: url(/img/food-image.webp);
}

.category-left .category-parent::first-letter{
    color: #ffb95b;
}

.category-right .category-parent::first-letter{
    color: #0d6efd;
}

.category-right{
    background-image: url(/img/kitakami.webp);
}

.category-parent{
    margin-top: -1rem;
    margin-left: -70px;
    padding: 1rem 1rem 2rem;
    font-size: 150%;
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #aaa;
}

.category-parent:before {
    content: '';
    position: absolute;
    bottom: 16px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 4px;
  }

.category-left .category-parent:before{
    background-color: #ffb95b;
}

.category-right .category-parent:before{
    background-color: #0d6efd;
}

.category-msg{
    position: absolute;
    margin: auto;
    font-size: 150%;
    color: #fff;
    font-weight: bold;
    top:30%;
    left: 10%;
    transform: rotate(-10deg) scale(1);
    transition: .3s;
    transform-origin: bottom left;
    text-shadow: 1px 1px 1px #666
    ,1px -1px 1px #666
    ,-1px 1px 1px #666
    ,-1px -1px 1px #666;
}

.category-msg.msg2{
    top:45%;
    left: 15%;

}

.category-msg.msg3{
    top:60%;
    left: 20%;
}

.category-left:hover .category-msg,
.category-right:hover .category-msg{
    transform: rotate(-5deg) scale(1.2);
}

#contentList > div > div span{
    display: inline;
    font-weight: bold;
    font-size: 110%;
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.news-wrap{
    width: 60%;
    margin-top: 1.5rem;
    padding: 1rem;
}

.news-item{
    display: flex;
    margin-top: 1rem;
}

.news-item::before{
    position: absolute;
    content: '';
    margin: auto;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    top:-.5rem;
    left: 0;
}

.news-date{
    width: 100px;
}

.news-category{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    width: 150px;
    font-size: .75rem;
    color: #fff;
    background: #eb6898;
    border-radius: 4px;
}

.search-wrap{
    margin-top: 1.5rem;
    padding: 1rem;
    width: 40%;
    background-color: #eee;
    border-radius: 4px;
}

.search-wrap .form-check{
    display: inline-flex;
    align-items: center;
}

.search-wrap .form-check > *{
    margin-bottom: 0;
    margin-right: .5rem;
}

.search-wrap .form-submit{
    margin-top: 1.5rem;
}


.search-count{
    font-size: 1.5rem;
    color: #f10;
}

.pre-search-result{
    text-align: center;
}


/* page content */
#content-warp{
    margin: 0 auto 100px;
    padding:1em;
    max-width: 1200px;
    min-height: 400px;
}

#login-form{
    display: table;
    margin: 3em auto;
    padding:1em 3em;
    width: 300px;
    border:2px solid #231815;
    border-radius: 4px;
}

#join-form{
    display: table;
    margin: 3em auto;
    padding:1em 3em;
    width: 300px;
    border:2px solid #231815;
    border-radius: 4px;
}

#content-warp p,
#content-warp h3{
    margin-bottom:1.5em;
}

#login-form input[type="text"],
#login-form input[type="password"]{
    width: 100%;
}

#content-warp .error{
    display: table;
    margin: .5em auto;
    padding:.5em;
    color: #f10;
    font-size: 80%;
    background:#ffeaeb;
    border: #f10 1px solid;
    border-radius: 4px;
}

#content-warp .success{
    display: table;
    margin: .5em auto;
    padding:.5em;
    color: #3f51b5;
    font-size: 80%;
    background:#f1f3ff;
    border: #3f51b5 1px solid;
    border-radius: 4px;
}

.str-header{
    display: table;
    margin: 1.5rem auto;
    padding: 1rem;
    font-size: 150%;
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.str-header:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 170px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #eb6898;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .str-header:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 170px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #eb6898;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

.article-wrap{
    margin-top: 3rem;
}

.header3 span{
    display: inline;
    font-weight: bold;
    font-size: 110%;
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.header4{
    padding:.5em 5em .5em 16px;
    margin-bottom: 1.5em;
    font-size:110%;
    font-weight: bold;
}

.header4:before {
    position: absolute;
    top: 25%;
    left: 0;
    width: 6px;
    height: 50%;
    content: '';
    -ms-filter: "alpha(opacity=20)";
    border-radius: 3px;
    background: #fc9399;
}

.header5{
    margin-bottom: 1.5em;
    padding: .5rem;
    font-weight: bold;
    /*線の種類（点線）2px 線色*/
    border-bottom: dashed 2px #eb6898;
}

.hover-link{
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    text-indent: -110%;
    left: 0;
    top:0;
    overflow: hidden;
    z-index: 999;
}

#store-detail{
    margin-bottom: 5em;
}

#store-header{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#store-header > *{
    width: 50%;
}

.store-logo{
    text-align: center;
}

.store-logo img{
    max-width:350px;
    height: auto;
}

.store-mainimage{
    text-align: center;
}

.store-mainimage .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 5px 10px #FFF;
}


.store-mainimage .slick-prev {
    left:8px;
    z-index: 999;
}

.store-mainimage .slick-next {
    right:8px;
}

.store-mainimage .thumbnail-img{
    width: 33.3333%;
    height:120px;
    overflow: hidden;
    cursor: pointer;
}

.store-mainimage .thumbnail-img img{
    object-fit: cover;
    width:100%;
    height:100%;
    transition:.2s;
    opacity:.5;
}

.store-mainimage .thumbnail-img.slick-current img{
    opacity:1;
}


.store-mainimage .thumbnail-img::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 3px 5px #FFF;
}

.store-mainimage img{
    max-width: 100%;
    height: auto;
}

.store-mainimage .slick-slider .slick-track,
.store-mainimage .slick-slider .slick-list{
    display: flex;
    align-items: center;
}

.store-image{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.store-image p{
    margin:.5em 1em;
    width:150px;
    height:100px;
    overflow: hidden;
}

.store-image p img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.store-info{
    display: flex;
    justify-content: center;
}

.store-info > *{
    padding:1em 3em;
    width: 50%;
}

.store-profile{
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em .5rem;
    box-shadow: 2px 2px 10px #aaa;
    border-radius: 15px;
}
.store-profile-single{
    width: 100%;
}
.store-profile-half{
    width: 50%;
}

.store-description {
    position: relative;
    display: inline-block;
    margin: 1.5em  .5rem;
    min-width: 120px;
    max-width: 100%;
    background: #fff9ec;
    border-radius: 15px;
}

.store-pr,
.store-menu{
    margin-bottom: 1em;
}
.store-pr+.store-menu{
    margin-bottom: 0;
}

.store-place{
    font-size:130%;
    text-align:center;
}

.cat-badge{
    display: flex;
    justify-content: center;
    margin-bottom:.5em;
}

.cat-badge li{
    display: block;
    margin:.3em;
    padding: 0.35em 0.65em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #fc9399;
}

.map{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:1.5em;
    width:100%;
    height:400px;
    overflow:hidden
}

.map iframe{
    width: 100%;
    height: 400px;
}

.store-sns{
    display: flex;
    justify-content: center;
}

.store-sns > *{
    padding:.5em;
    width: 33.3333%;
    text-align:center;
}


/* store-list */


.store-list{
    display: flex;
    flex-wrap: wrap;
}

.store-list-item{
    margin:.5em;
    padding:1em;
    width: calc(33.3333% - 1em);
    background-color: #fff;
    border: 2px solid #231815;
    border-radius: 4px;
}

.store-list-item a {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .2s;
    background-color:rgba(255, 255, 255, 0)
}

.store-list-item a:hover {
    background-color:rgba(255, 255, 255, .4)
}

#content-warp .store-list-item p{
    margin-bottom: .5em;
}

.store-list-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom:.5em;
    background-color: #eee;
    border-radius: 4px;
}

.store-list .store-list-category{
    padding:0 .5em;
    width: 100%;
}

.store-list .cat-badge{
    justify-content: flex-start;
}

.store-list .cat-badge li{
    font-size: 80%;
    background: #6e6e6e;
}

.store-list-image{
    margin: auto .5em;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}

.store-list-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-list-info{
    padding: .5em;
    width: calc(100% - 80px - 1em);
}

.store-list-name span{
    display: inline;
    font-weight: bold;
    font-size: 110%;
    /* word-break: keep-all; */
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.store-list-place,
.store-list-open{
    font-size:80%;
}

.store-list-pr{
    font-size:80%;
}

/* footer */

footer{
    background: url(/img/pink-bg.jpg);
}

footer ul{
    display: flex;
    margin:auto;
    max-width: 1200px;
}

footer ul li{
    margin: 1em;
}

footer ul li a{
    color: #231815;
}

address{
    display: flex;
    margin:auto;
    max-width: 1200px;
    justify-content: flex-end;
}

address div{
    margin:0 1em;
}

address div p:first-of-type{
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 150%;
}

footer > p{
    padding: .2em;
    text-align: center;
}


/* -----------form------------- */

form input,
form select{
    margin-bottom: .8em;
    padding:0.3em;
    background-color: #fff;
    border:2px solid #231815;
    border-radius: 4px;
}

form [type="submit"]{
    border-radius: 4px;
    padding:.3em 2em;
    color: #fff;
    background: #231815;
    transition: .2s;
}

form [type="submit"]:hover{
    color: #231815;
    background: #fff;
}

form .checklist{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .8em;

}

form label{
    display: flex;
    min-width: 50%;
}

form input[type="checkbox"]{
    margin: 0 0.3em 0 0;
}

#nav_toggle{
    display: none;
}

#gnav_overlay{
    display: none;
}

.sp{
    display: none;
}

.header-nav-toggle{
    display: none;
}

@media screen and (max-width:1000px) {
    header {
        margin-bottom: 0;
    }
    .header-nav-list {
        position: fixed;
        padding: 90px 2em 0;
        height: 100vh;
        top: 0;
        right: -101%;
        z-index: 500;
        background-color: #fff;
        opacity: 1;
        transition:.3s;
        -webkit-animation: none;
        animation: none
    }

    .header-nav-list.open {
        right:0;
        box-shadow: 2px 2px 10px #aaa;
    }


    #close_toggle {
        display: block;
        padding: 1em;
        text-align: right
    }

    .header-nav-toggle {
        position: fixed;
        display: block;
        padding: 1em 0 1em 1.5em;
        color: #231815;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
        top: 15px;
        right: 1rem;
        z-index: 9999;
        cursor: pointer;
    }

    .header-nav-toggle .header-nav-toggle-icon {
        position: absolute;
        display: block;
        width: 14px;
        height: 2px;
        background: #231815;
        transition: .2s;
        top: 50%;
        left: 0;
    }

    .header-nav-toggle .header-nav-toggle-icon:before,
    .header-nav-toggle .header-nav-toggle-icon:after {
        position: absolute;
        display: block;
        content: "";
        width: 14px;
        height: 2px;
        background: #231815;
        transition: .3s;
        top: 50%;
        left: 0
    }

    .header-nav-toggle .header-nav-toggle-icon:before {
        margin-top: -6px
    }

    .header-nav-toggle .header-nav-toggle-icon:after {
        margin-top: 4px
    }

    .header-nav-toggle .header-nav-toggle-icon.close{
        background:transparent;
    }

    .header-nav-toggle .header-nav-toggle-icon.close:before,
    #panel-btn .close:after {
        margin-top: 0
    }

    .header-nav-toggle .header-nav-toggle-icon.close:before {
        margin-top: -1px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .header-nav-toggle .header-nav-toggle-icon.close:after {
        margin-top: -1px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }

    header .header-nav-wrap{
        z-index: 9990;
    }
    header .header-nav-list{
        display: block;
        max-width: 320px;
    }
    header .header-nav-list .header-nav-item{
        margin-bottom: 3rem;
    }
    header .header-nav-list .header-nav-item a{
        display: flex;
        align-items: center;
        width: auto;
        font-size: 1rem;
    }

    header .header-nav-list .header-nav-item .header-nav-icon{
        margin: 0;
        margin-right: 1rem;
    }

    header .header-nav-list .header-nav-item a:hover{
        top:0;
        animation:unset;
    }

    .top-image-float-msg p{
        font-size: 1rem;
    }
    .top-image-float-msg h2{
        font-size: 2.5rem;
    }

    .top-image-float-msg{
        max-width: 495px;
        max-height: 170px;
    }
    .ri-grid ul li{
        pointer-events: none !important;
    }
    main > * {
        margin-top: 1.5em;
    }

    .top-main .str-header{
        order: 1;
    }
    .category-wrap{
        order: 2;
    }
    .news-wrap{
        order: 4;
    }
    .search-wrap{
        order: 3;
    }

    .category-left, .category-right{
        width: 90%;
        justify-content: center;
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-left: auto;
        margin-right: auto;
    }
    .category-parent{
        margin-left: 0;
        margin-top: -2rem;
    }
    .news-wrap{
        width: 100%;
    }

    .search-wrap{
        width: 100%;
    }

    .store-list-item{
        width: calc(50% - 1rem);
    }
    #store-header{
        flex-direction: column-reverse;
    }
    #store-header > *{
        width: 100%;
    }
    #store-header > .store-mainimage{
        max-width: 600px;
    }
    .store-info{
        flex-wrap: wrap;
    }
    .store-info > *{
        width: 100%;
    }
    .store-sns{
        flex-direction: column;
        align-items: center;
    }
    .store-sns > *{
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width:560px) {
    header h1{
        font-size: 3.3vw;
    }
    .top-image-float-msg p {
        font-size: 3vw;
    }
    .top-image-float-msg h2 {
        font-size: 7vw;
    }

    .news-item{
        flex-wrap: wrap;
    }
    .news-title{
        margin-top: .5rem;
        width: 100%;
    }

    footer ul{
        display: block;
    }
    footer ul li{
        margin: 0;
        padding: 1rem;
    }

    .store-list-item{
        width: calc(100% - 1rem);
    }

    .store-mainimage{
        order: 1;
    }

    .store-description{
        padding: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .store-profile{
        padding: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .store-profile .header4{
        margin-bottom: .5rem;
    }
    .store-profile-half{
        width: 100%;
    }
}