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



.filter {
	margin-right: auto;
	width: 80%;
	margin-left: auto;
}

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


.boxes {
}
.EVboxes {
	width: 80%;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: 80px;
}

.ARTboxes {
	width: 80%;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: 80px;
}
.btn
 {
	width: 28%;
	margin-top: 1%;
	background-color: #0680C8;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
}
.yoyaku-btn
 {
	width: 28%;
	margin-top: 1%;
	background-color: #EC5F53;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
}
.app-btn
 {
	width: 28%;
	background-color: #45B93D;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.pr-btn
 {
	width: 40%;
	margin-top: 1%;
	background-color: #C96FAE;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
}

.shopBox {
	width: 90%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.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: 480px){
    
.boxes {
}
.EVboxes {
	width: 95%;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: 80px;
}

.ARTboxes {
	width: 95%;
	flex-wrap: wrap; /*折り返し*/
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: 80px;
}

.btn
 {
	width: 47%;
	margin-top: 1%;
	background-color: #0680C8;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
}
.app-btn
 {
	width: 28%;
	background-color: #45B93D;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.pr-btn
 {
	width: 47%;
	margin-top: 1%;
	background-color: #C96FAE;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
}

.shopBox {
	width: 90%;
	background-color: #FFFFFF;
	padding: 10px;
	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;
}
    
}
