@charset "utf-8";
/* CSS Document */



.filter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 5%;
}

.filter a {
    display: inline-block;
    padding: 10px;
    position: relative;
}


.boxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap; /*折り返し*/
    justify-content: center;
}
.goods ,.gift ,.menu ,.relax ,.fashion{
    width: 28%;
    margin-top: 1%;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #000000;
}
.hoop,
.and {
	width: 28%;
	margin-top: 1%;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #247CC1;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
}

.all {
	width: 28%;
	margin-top: 1%;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #247CC1;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px;
}

.shopBox {
    width: 28%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  filter: drop-shadow(0 0 5px white);
}

.filter a.active:before {
    opacity: 0.8;
}

.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}



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



.boxes {
    width: 95%;
    display: flex;
    flex-wrap: wrap; /*折り返し*/
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.shopBox {
    width: 28%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  filter: drop-shadow(0 0 5px white);
}
    
    
}

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

.boxes {
    width: 95%;
    display: flex;
    flex-wrap: wrap; /*折り返し*/
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.shopBox {
    width: 43%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  filter: drop-shadow(0 0 5px white);
}
    
}
@media screen and (max-width: 786px){
    
    .boxes {
    width: 95%;
    display: flex;
    flex-wrap: wrap; /*折り返し*/
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.shopBox {
    width: 43%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  filter: drop-shadow(0 0 5px white);
}
}


@media screen and (max-width: 480px){
    
    .boxes {
    width: 95%;
}

.shopBox {
    width: 80%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  filter: drop-shadow(0 0 5px white);
}
    
   .filter {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.filter a {
    display: inline-block;
    padding-top: 5px;
    position: relative;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}
.goods ,.gift ,.menu ,.relax ,.fashion{
    width: 100%;
    margin-top: 1%;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #000000;
}
.hoop,
.and {
    width: 48%;
    margin-top: 4%;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #247CC1;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
}
.all {
    width: 100%;
    margin-top: 4%;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #247CC1;
}
    
}
