/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2023 | 02:11:16 */
/* トップ：ボタングループ - btn-group
-------------------------------------------------- */

.search_btn_group > li a p {
	font-weight: normal !important;
}
.search_btn_group > li a span[class*=" icon-"] {
	display: none;
}
.search_btn_group > li a::before {
	content: '';
	margin: 0 !important;
	background-size: cover;
	background-repeat: no-repeat;
}
.search_btn_group > li:first-child a::before {
	width: 55px;
    height: 70px;
	background-image: url( '/wp-content/uploads/sites/694/2023/05/train.png' );
}
.search_btn_group > li:nth-child(2) a::before {
	width: 55px;
    height: 67px;
	background-image: url( '/wp-content/uploads/sites/694/2023/05/pin.png' );
}
.search_btn_group > li:nth-child(3) a::before {
	width: 70px;
    height: 70px;
	background-image: url( '/wp-content/uploads/sites/694/2023/05/japan.png' );
}

@media ( max-width: 480px ) {
	.search_btn_group > li a::before {
		margin: 0 auto 10px !important;
	}
	.search_btn_group > li:first-child a::before {
		width: 28px;
		height: 35px;
	}
	.search_btn_group > li:nth-child(2) a::before {
		width: 30px;
		height: 37px;
	}
	.search_btn_group > li:nth-child(3) a::before {
		width: 35px;
		height: 35px;
	}
}
