@charset "utf-8";

.bairin-title {
	background: url(https://www2.agara.co.jp/bairin/image/top/title2.png) no-repeat 0% 0%;
	background-size: 100%;
	padding: 0 10px;
}
.title-minabe {
	background: url(https://www2.agara.co.jp/bairin/image/top/minabe.png) no-repeat 0% 0%;
	padding: 40px 10px 10px 10px;
}
.title-tanabe {
	background: url(https://www2.agara.co.jp/bairin/image/top/tanabe.png) no-repeat 0% 0%;
	padding: 40px 10px 10px 10px;
}

.title-minabe .thumbnail, .title-tanabe .thumbnail {
	width: 100%;
}
@media screen and (max-width: 576px) {
.title-minabe .thumbnail, .title-tanabe .thumbnail {
	width: 40%;
	float: right;
	margin: 0 0 5px 5px;
}
}

.title-minabe .info, .title-tanabe .info {
	border: solid 3px #7FC31C;
	border-radius: 10px;
	margin: 5px 0;
	padding: 10px;
}