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



.filter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-align: center;
	max-width: 1200px;
	background-color: #E7D8B9;
}

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


.boxes {
	width: 95%;
	display: flex;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/tree.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 30px;
}
.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%;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
	background-color: #C23438;
}

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

.shopBox {
	width: 28%;
	display: flex;
	flex-direction: column;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.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: 1200px) {



.boxes {
	width: 95%;
	display: flex;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/tree.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 30px;
}

.shopBox {
	width: 28%;
	background: rgba(255,255,255,0.9);
	position: relative;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
    
   .filter {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    
    
}

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

.boxes {
	width: 95%;
	display: flex;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/tree.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 30px;
}

.shopBox {
	width: 43%;
	background: rgba(255,255,255,0.9);
	position: relative;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
    
   .filter {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    
}
@media screen and (max-width: 786px){
    
.boxes {
	width: 95%;
	display: flex;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/tree.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 30px;
}

.shopBox {
	width: 80%;
	background: rgba(255,255,255,0.9);
	position: relative;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
    
   .filter {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}


@media screen and (max-width: 480px){
    
    .boxes {
	width: 95%;
	background-image: url(../image/tree.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 170% auto;
}

.shopBox {
    width: 80%;
	background: rgba(255,255,255,0.9);
	position: relative;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
    
   .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-image: url(../image/bg.jpg);
	background-repeat: repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
}
.all {
	width: 100%;
	margin-top: 4%;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat;
	text-decoration: none;
	color: #FFFFFF;
}
    
}
