@charset "utf-8";


header img.scroll-w {display:none;}

@media (max-width:640px){

	.hamburger__line {background-color:#402922;} 
}


/* 共通 */
#shoplist{max-width: 1200px; width: 100%; margin: 0 auto;}
article{margin-top: 100px;}

@media (max-width:640px){
    #shoplist{max-width: 500px; width: 100%; margin: 0 auto;}
    article{margin-top: 120px;}
}


/* ページ内リンク */
ul.page{display: flex; flex-wrap: wrap; justify-content: center;}
ul.page li{width: 20%; margin: 5px;}

@media (max-width:640px){
    ul.page li{width: 45%; margin: 5px;}
}


/* shop */
#shoplist .shop{max-width: 900px; width: 100%; margin: 0 auto;}
.shop .waku{padding-top: 90px;}
.shop h3{border-bottom: solid 1px #402922; padding:5px 0; margin-bottom: 20px;}
.shop p{margin-left: 32px;}
.shop ul{display: flex; flex-wrap: wrap; justify-content: flex-start; width: 95%; margin: 0 auto; align-items: stretch;}
.shop ul li{width: 49%; margin: 5px .5%;}
.shop ul li a ,
.shop ul li div {
    position: relative;
    overflow: hidden;
    border: solid 1px #402922;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin: auto;
    padding: 20px 30px;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    outline: none;
    transition: ease .2s;
    height: 100%;
}
.shop ul li a span ,
.shop ul li div span {
    position: relative;
    z-index: 3;
    color:#402922;
}
.shop ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.shop ul li a::after {
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-top: 2px solid #402922;
    border-right: 2px solid #402922;
    content: '';
}
.shop ul li a:hover{opacity: .5;}
.shop ul li a strong{font-weight: 700; font-size: 1.2rem; display: block;}
.shop ul li a b{margin-top:3px; display:block; color:#fff; background:#402922; padding:3px 0; text-align:center; border-radius:50px; font-size: .7rem; width:160px;}

@media (max-width:640px){
    .shop p{margin-left: 5px;}
    .shop ul li{width: 100%; margin: 5px auto;}
    .shop ul li a b{max-width: 300px;}
}

