/* 観光地検索広告スライダー */
:root {
	--color-lightgreen: #6dbb58;
	--color-green: #176308;
	--color-yellowgreen: #cde18f;
	--color-red: #f61e00;
}

@media (min-width: 641px) {
	body {
		min-width: 641px;
		max-width: 960px;
	}
	.main {
		padding: 30px 0 100px;
		width: 100%;
		margin: 0 auto;
	}
	.tab-content div {
		padding: 15px;
		width: 40%;
	}

	/* .spots-search-container {
		margin: 50px 80px 0px;
	} */
	.spot-img-area {
		position: relative;
		margin-bottom: 10px;
		width: 365px;
		height: 250px;
		overflow: hidden;
	}

	.spot-search-link-title {
		color: var(--color-green);
		font-weight: bold;
		font-size: 18px;
		padding-left: 31px;
		background-image: url(../img/search_icon_green.svg);
		background-repeat: no-repeat;
		background-position-x: 0;
		background-position-y: 2px;
		background-size: 23px;
	}

	.bus-stop-attention {
		font-size: 18px;
		color: var(--color-green);
	}

	img.bus-stop-icon-white {
		width: 15px;
		margin-right: 10px;
	}

	.area-label-container {
		padding: 10px;
		background-color: var(--color-green);
		color: white;
		margin: 10px 25px;
		background-size: 30px;
		background-repeat: no-repeat;
		background-position-x: 90%;
		background-position-y: 6px;
	}
	.area-label-container div {
		font-size: 28px;
	}

	.spot-area-label {
		display: block;
		position: absolute;
		background: var(--color-lightgreen);
		color: white;
		font-size: 16px;
		padding: 5px 10px;
		display: inline-block;
	}

	.spot-list-content {
		display: flex;
		flex-direction: column;
		background-color: #fff;
		margin: 10px;
		padding: 15px 15px;
	}
	.favorite-button img {
		width: 30px;
		cursor: pointer;
		transition: all 0.3s;
	}

	.spot-name-area {
		height: 70px;
	}
	.spot-name-kana {
		font-size: 11px;
	}
	.spot-content-area img {
		width: 150px;
		margin-right: 10px;
	}
	.spot-link a {
		display: block;
		font-size: 14px;
		font-weight: normal;
	}
	.spot-link button {
		height: 35px;
	}
	.spot-content {
		color: gray;
		font-size: 12px;
		line-height: 1.6;
	}
	.spot-busstop-name img {
		width: 20px;
		margin-right: 0;
	}

	.spot-search-link .disp-walk-minutes {
		display: inline-block;
		border-radius: 5px;
		padding: 3px 10px 1px;
		margin-right: 10px;
	}

	.spot-search-link {
		color: #fff;
		font-weight: 400;
		text-align: center;
		padding: 10px;
		font-size: 14px;
		border-radius: 10px;
		transition: all 0.3s;
	}

	.spot-search-inner .search-icon {
		position: absolute;
		width: 50px;
		height: 50px;
		left: 15px;
		top: 12px;
		background: url(../img/modal_search_icon.svg) no-repeat 0 0;
		background-size: cover;
	}

	.spot-img img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
}

/* @media (min-width: 867px) {
	.spots-list-container {
		display: flex;
		flex-wrap: wrap;
		margin: 0px 15px;
		line-height: normal;
	}
} */
