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

@media (min-width: 961px) {
	body {
		min-width: 961px;
		max-width: 100%;
	}

	.main {
		padding: 30px 0 100px;
		width: 100%;
		margin: 0 auto;
		max-width: 1280px;
	}

	.tab-link {
		background-color: var(--color-yellowgreen);
		color: var(--color-lightgreen);
		border-width: 2px;
		border-style: solid;
		border-bottom-style: none;
		border-color: var(--color-lightgreen);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.wrapper {
		width: 100%;
		min-width: 961px;
	}
	.logo-content {
		text-align: center;
	}

	.logo-content-area.spots {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		margin: 10px 25px;
		border-bottom: 2px solid var(--color-lightgreen);
	}

	.tab-content div {
		padding: 4px;
		width: 40%;
		margin-left: 5px;
		padding: 15px 0 15px 110px;
	}
	.tab-content {
		display: flex;
		justify-content: flex-end;
		width: 660px;
		margin: 20px 0 0;
	}
	.spots-top-container {
		display: block;
	}

	.spots-top-sp-container {
		display: none;
	}

	.spots-list-container {
		margin: 20px auto;
	}

	.spot-content {
		color: gray;
		font-size: 14px;
		line-height: 1.6;
	}

	.spot-name {
		font-size: 18px;
		font-weight: bold;
	}

	.spot-name-sub {
		font-size: 14px;
	}

	.spots-search-container {
		margin: 20px 25px 0px;
	}

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

	.spot-search-icon img {
		width: 30px;
	}

	.spot-search-icon.search-by-area {
		font-size: 24px;
		font-weight: bold;
		color: #5eb0d9;
		display: flex;
	}

	.spot-search-inner {
		width: 500px;
	}

	.spot-search-inner .search-area {
		max-width: inherit;
	}

	.spot-search-inner .busmo-stop-search-text-cover {
		display: none;
	}

	.spot-search-inner .search-delete-icon {
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: #d1d1d1;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}

	.spot-search-words {
		display: flex;
		justify-content: space-between;
		width: 590px;
	}

	.spot-search-words div {
		padding: 10px;
		line-height: 1;
		font-size: 22px;
		font-weight: bold;
		cursor: pointer;
	}

	.awaji-island-map-wrapper {
		position: absolute;
		top: 20px;
		right: 3px;
		width: 120px;
		height: 190px;
	}

	.awaji-island-map {
		position: relative;
		width: 120px;
		height: 190px;
		background-image: url(../img/awaji_map_background.png);
		background-repeat: no-repeat;
		background-size: 120px;
		background-position-x: 0;
		background-position-y: 0;
	}

	.awaji-island-map-awajicity-highlight {
		position: absolute;
		width: 120px;
		height: 190px;
	}

	.awaji-island-map-sumotocity-highlight {
		position: absolute;
		width: 120px;
		height: 190px;
	}

	.awaji-island-map-minamiawajicity-highlight {
		position: absolute;
		width: 120px;
		height: 190px;
	}
	.function-icon-wrapper {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.function-icon-favorite {
		margin-right: 20px;
	}

	.function-icon-list-style button {
		display: block;
		width: 45px;
		height: 45px;
		padding: 0;
		margin-left: 5px;
	}

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

	.img--favoritestar-icon {
		height: 40px;
	}
	.span--favoritestar-text-gray {
		font-size: 18px;
		font-weight: 600;
		color: #9e9e9e;
	}
	.span--favoritestar-text-blue {
		font-size: 18px;
		font-weight: 600;
	}
	.spot-search-area {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 170px;
		height: 150px;
		position: absolute;
		margin: 0px;
		right: 160px;
	}
	.spot-search-area .city {
		padding: 0px 0px;
		margin-right: 15px;
		font-size: 18px;
		color: white;
		background-color: var(--color-lightgreen);
		text-align: center;
		cursor: pointer;
	}
	.spot-search-icon {
		font-size: 18px;
		line-height: 1;
		display: flex;
		align-items: center;
	}

	.input--search-box::placeholder {
		font-size: 18px;
	}

	.spot-content-area {
		height: 100px;
		margin-bottom: 5px;
	}
	.result-view-mode-list {
		display: block;
		background-color: white;
		width: 100%;
		margin: 20px auto;
		min-width: 961px;
	}

	.result-view-mode-list .spot-name-area {
		position: absolute;
		top: 0;
		left: 30px;
		margin-bottom: 0;
	}

	.result-view-mode-list .bus-stop-attention {
		font-size: 12px;
	}

	.result-view-mode-list .spot-area-label {
		font-size: 12px;
		padding: 3px 5px;
	}

	.result-view-mode-list .spots-view-mode-list {
		width: 100%;
		min-width: 961px;
		margin: 0;
		border-bottom: 1px dashed var(--color-lightgreen);
	}

	.spot-list-content {
		width: 395px;
	}

	.result-view-mode-list .spot-list-content {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.result-view-mode-list .spot-list-content.spots-view-mode-list {
		display: block;
		position: relative;
		min-height: 300px;
	}
	.result-view-mode-list .spots-view-mode-list .spot-nearest-bus-stop-info {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 60px;
		left: 420px;
	}

	.spot-nearest-bus-stop-info h2 {
		width: inherit;
		margin: 0 0 5px;
		font-size: 20px;
	}

	.result-view-mode-list .spots-view-mode-list .spot-nearest-bus-stop-info h2 {
		width: inherit;
		margin: 0 0 5px;
		font-size: 20px;
	}
	.result-view-mode-list .spot-search-link-title {
		color: var(--color-green);
		font-weight: bold;
		font-size: 16px;
		padding-left: 0;
		background-image: none;
	}

	.result-view-mode-list .nearest-bus-stop-wrapper {
		display: flex;
		flex-direction: column;
	}
	.result-view-mode-list .spot-search-link-wrapper {
		width: fit-content;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin-bottom: 12px;
	}
	.area-label-container {
		width: 100%;
		margin: 0;
	}
	.result-view-mode-list .spots-view-mode-list .spot-img-area {
		display: block;
		position: absolute;
		top: 60px;
		left: 30px;
		width: 350px;
		height: 220px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.result-view-mode-list .spot-img img {
		height: 220px;
	}

	.result-view-mode-list .spots-view-mode-list .spot-search-link {
		background: #5eb0d9 url(../img/btn_to_next.svg) right 10px center / 25px no-repeat;
		padding: 10px 45px 10px 10px;
	}

	.spot-search-link a {
		max-width: 300px;
	}

	.result-view-mode-list .spots-view-mode-list .spot-search-link a {
		display: flex;
		flex-direction: row;
		align-items: center;
		max-width: inherit;
	}

	.result-view-mode-list .spots-view-mode-list .spot-search-link .disp-walk-minutes {
		margin-right: 0;
	}

	.btn-to-top {
		position: fixed;
		bottom: 5%;
		right: 5%;
		width: 80px;
		height: 80px;
	}
}
