.filtr-container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

ul.simplefilter {
	display: inline-block;
    background-color: #fff;
    padding: 20px 50px;
/*  border: 4px solid #1e1e1e; */
    border: 4px solid #d76cca;
    border-radius: 50px;
}

ul.simplefilter input {
	font-size: 16px;
}

.filtr-item {
    width:33%;
    padding: 2%;
    margin: 0 auto;
    box-sizing: border-box;
}

.filtr-item img {
	width: 100%;
	padding: 6px;
    background-color: #fabe00;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.8);
    border-radius: 14px;
	border-radius: 20px;
	box-sizing: border-box;
	margin-top: -12px;
}

/* Search control */
.search-row {
	clear: both;
    margin-left: 0;
}

.filtr-search {
    padding: 0.3rem 0.5rem;
    text-transform: uppercase;
}

.filtr-item a {
    text-decoration: none;
	color: #fff;
	font-weight:600;
}

.item-caption1 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 13px 10px 8px;
    margin: 0;
    border: #fabe00 solid 2px;
    background-color: #73be1e;
    border-radius: 8px;
    display: inline-block;
    height: 28px;
    line-height: 1;
}

.item-caption2 {
    display: block;
    width: 90%;
    color: #000;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px 4px;
    background-color: #fff;
    border-radius: 10px;
    margin: -20px auto 0;
    border: 2px solid #fabe00;
}


/* =======================================
	モバイル用（スマホ・タブレット）
======================================= */

@media (max-width: 767px) {
	.filtr-item { width:100% !important;}
		
	ul.simplefilter {
		padding: 20px 5px;
		display: block;
	}
}
