

#searchSection{
	width: 90%;
	margin: auto;
	padding-bottom: 30px;
}

#searchSection .search-text {
	text-align: center;
	padding: 30px 0px;
}

#searchSection .search-text input {
	border: solid 1px #60afe2;
	border-radius: 5px;
	width: 70%;
	padding: 9px;
    font-size: 12px;
}

#searchSection .search-text button {
    border: none;
    background-color: unset;
    margin-bottom: 1px;
}

#searchSection .serch-button {
	display: flex;
	justify-content: space-around;
}

#searchSection .serch-button img{
	width: 100%;
}

#bannerSection01,
#bannerSection02{
	text-align: center;
}

#bannerSection01 img,
#bannerSection02 img{
	margin-bottom: 20px;
	width: 100%;
	max-width: 400px;
}

#pickupSection{
	background-color: #FAFADD;
	padding: 10px;
	margin-bottom: 20px;
}


#pickupSection .pickup-title {
	display: flex;
    /*コレ*/justify-content: center;
    /*コレ*/align-items: center;
	background-color: #F9C17B;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 10px;
	position: relative;
}

#pickupSection .pickup-title .col-white-lborder{
	border: solid #FFF 2px;
	height: 100%;
	position: absolute;
	left: 10px;

}

#pickupSection .pickup-title .col-white-rborder{
	border: solid #FFF 2px;
	height: 100%;
	position: absolute;
	right: 10px;

}

#pickupSection .pickup-title h2{
	display: contents;
	font-size: 1.4rem;
	color: #FFF;
}


#pickupSection .pickup-images {
	display: flex;
	justify-content: space-around;
}

#pickupSection .pickup-images div{
	width: 50%;
}

#pickupSection .pickup-images img {
	width: 100%;
}