/* 観光地検索広告スライダー */
:root {
	--color-default: #222222;
	--bgcolor-default: #e1ebf2;
	--light-green: #a6df14;
	--mos-green: #486109;
	--blue-gray: #447e9c;
	--sky-blue: #13d9e7;
	--light-blue: #5eb0d9;
	--shadow-blue: #4795bd;
	--dark-blue: #32637c;
	--vivid-blue: #1359d1;
	--light-purple: #d73cf6;
	--dark-gray: #212529;
	--shadow-green: #76b354;
	--light-gray: #d1d1d1;
	--neutral-gray: #9e9e9e;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 1.88;
	color: var(--color-default);
	background-color: #2a70c9;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	padding-top: 60px;
}

.header {
	background-color: #2a70c9;
	height: 60px;
	padding-top: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}

.main {
	background-color: white;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 640px;
	padding: 30px 0 0;
	position: relative;
}

.c-tab {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
	gap: 10px;
	border-bottom: 10px solid #2a70c9;
}

.c-tab__button {
	background-color: #94b8e4;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: 35px center;
	font-size: 24px;

	height: 81px;
	line-height: 1.2;
	padding: 15px 0 15px 110px;
	width: 278px;
}
.c-tab__button--busstop {
	background-image: url(../img/tab_bus_icon_white.svg);
	background-size: 44px;
}
.c-tab__button--busstop.selected {
	background-image: url(../img/tab_bus_icon_white.svg);
}

/* .c-tab__button--spot {
	background-image: url(../img/tab_map_icon.svg);
	background-size: 50px;
}
.c-tab__button--spot.selected {
	background-image: url(../img/tab_map_icon_selected.svg);
} */

.c-tab__button--spot.selected {
	background-image: url(../img/tab_spot_icon_white.svg);
	padding: 15px 0 15px 95px;
}
.c-tab__button--spot {
	background: #2a70c9 url(../img/tab_spot_icon_white.svg) 30px center / 40px no-repeat;
}

.c-tab__button.selected {
	background-color: #2a70c9;
	color: white;
}

.c-contents__title {
	color: #2a70c9;
	font-size: 24px;

	line-height: 1;
	margin: 40px auto 10px;
	width: 566px;
}

.c-contents__title--mt10 {
	color: #2a70c9;
	font-size: 24px;

	line-height: 1;
	margin: 10px auto 10px;
	width: 566px;
}

.c-contents__title--green {
	color: #cde18f;
	margin-top: 20px;
}

.c-contents__title-search-by-Keywords {
	color: #5eb0d9;
	font-size: 24px;

	line-height: 1;
	margin: 40px auto 10px;
}

.c-button__select-language {
	background: url(../img/icon_select_language.svg) right center / 25px no-repeat;
	color: #413d3c;
	display: block;
	font-size: 21px;
	margin-left: auto;
	margin-right: 21px;
	padding-right: 35px;
	width: fit-content;
}

.p-favorite-star {
	align-items: center;
	display: flex;
	font-size: 21px;
	gap: 10px;
	margin: 20px 0;
}
.p-favorite-star img {
	display: block;
	width: 40px;
}

.input--search-box {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	border: 5px solid #5eb0d9;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: 600;
	height: 70px;
	line-height: 1;
	outline: 0;
	padding: 10px 45px 10px 65px;
	position: relative;
	width: 100%;
}

.logo-content {
	color: #2a70c9;
}

.logo-content-search {
	width: 100%;
	color: #2a70c9;
	text-align: center;
	font-size: 34px;
	line-height: 0.6;
}
.logo-content-search a {
	display: block;
	margin: auto;
	width: 376px;
}
.logo-content-search img {
	width: 100%;
}

@media (min-width: 961px) {
	.logo-content a img {
		width: 250px;
	}
}

.ad-spots-slider-content-area {
	width: 760px;
	margin: 10px 25px;
}
.side-slider-content {
	width: 100%;
	display: flex;
	margin: auto;
}
.side-slider-content li {
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

.side-slider-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
	color: #2a70c9;
}

.spots-search-container {
	position: relative;
	background: #e1ebf2;
	padding: 30px 37px 10px;
}

/* エリア絞り込み */

.spot-search-area {
	display: flex;
	justify-content: center;
	gap: 10px;
	/* width: 566px; */
	margin: 0px auto 30px;
}
.spot-search-area .city {
	align-items: center;
	background-color: #51aced;
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 45px;
	justify-content: center;
	line-height: 1;
	padding: 0px 15px;
	white-space: nowrap;
}

@media (min-width: 641px) {
	.spot-search-area .city {
		font-size: 19px;
	}
}

.spot-search-area .city.disabled {
	background-color: #d1d1d1;
	color: #9e9e9e;
}

.awaji-island-map {
	position: relative;
	top: 0;
	width: 87px;
	height: 130px;
	/* background-image: url(../img/awaji_map_background.png) 0 0 / 87px no-repeat; */
	background-image: url(../img/awaji_map_background.png);
	background-repeat: no-repeat;
	background-size: 87px;
	background-position-x: 0;
	background-position-y: 0;
}

.awaji-island-map-wrapper {
	position: absolute;
	z-index: 10;
	right: -20px;
	top: 61px;
	width: 87px;
	height: 130px;
}

.awaji-island-map img {
	width: 100%;
}
.awaji-island-map-awajicity-highlight {
	position: absolute;
	width: 87px;
	height: 130px;
}
.awaji-island-map-sumotocity-highlight {
	position: absolute;
	width: 87px;
	height: 130px;
}
.awaji-island-map-minamiawajicity-highlight {
	position: absolute;
	width: 87px;
	height: 130px;
}

.function-icon-wrapper {
	display: flex;
	justify-content: space-between;
	z-index: 5;
	position: relative;
}

.function-icon-list-style {
	display: flex;
}
.function-icon-list-style button {
	display: block;
	width: 60px;
}
.function-icon-list-style button.selected {
	border: 2px solid #176308;
	background-color: var(--color-yellowgreen);
}
.function-icon-list-style button img {
	width: 100%;
}

/* 検索ボックス */
::placeholder {
	font-size: 24px;
	font-weight: normal;
	color: rgb(198, 196, 196);
}

.spot-search-icon span {
	font-size: 12px;
}

.spot-search-icon.search-by-area {
	display: none;
}

.spot-search-inner .search {
	width: 100%;
	position: relative;
}

.spot-search-inner .search-area {
	display: flex;
	align-items: center;
	margin: 10px 0;
	max-width: 430px;
	width: 100%;
}

.spot-search-inner .search-delete-icon {
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #d1d1d1;
	top: 17px;
	right: 19px;
}

.spot-search-inner .search-delete-icon::before,
.spot-search-inner .search-delete-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background: #fff;
}

.spot-search-inner .search-delete-icon::before {
	will-change: transform;
	transform: translate(-50%, -50%) rotate(45deg);
}

.spot-search-inner .search-delete-icon::after {
	will-change: transform;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.spot-search-inner .search-delete-icon:hover {
	background: #bebebe;
	/* transition: all 0.3s; */
}

.spot-search-inner .search-icon {
	background: url(../img/icon_search_blue.svg) center / cover no-repeat;
	height: 45px;
	left: 15px;
	position: absolute;
	top: 14px;
	width: 45px;
}

.spot-search-inner .mojiretu ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
}

.spot-search-inner .mojiretu li {
	padding: 10px;
	font-weight: 600;
	color: #9e9e9e;
	cursor: pointer;
}

.spot-search-inner .mojiretu button.selected {
	color: #447e9c;
}

/* 頭文字検索 */
.spot-search-words {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.spot-search-words div {
	padding: 0 10px;
	font-size: 30px;

	cursor: pointer;
}
.spot-search-words div:hover {
	background-color: #457e9c;
	color: white;
	opacity: 0.5;
}
.spot-search-words div.selected {
	background-color: #457e9c;
	color: white;
}

.spot-search-items {
	position: relative;
}
/* @media (min-width: 641px) {
	.spot-search-items {
		display: flex;
	}
} */

/* 市　ラベル */
.area-label-container {
	padding: 10px 0;
	width: 100%;
	background: #3c3b6e 520px 6px / 30px no-repeat;
	color: white;
	margin: 10px auto;
}
.area-label-container.icon-awajicity {
	background-image: url(../img/awaji_map_icon_awajicity.png);
}
.area-label-container.icon-sumotocity {
	background-image: url(../img/awaji_map_icon_sumotocity.png);
}
.area-label-container.icon-minamiawajicity {
	background-image: url(../img/awaji_map_icon_minamiawajicity.png);
}
.area-label-container div {
	text-align: center;
	font-size: 30px;
}

/* 観光地一覧 */
.spots-list-container {
	background: #e1ebf2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* padding: 0 37px; */
	line-height: normal;
	/* width: 640px; */
}

.spot-list-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #91720c;
	margin: 10px 0;
	width: 100%;
	max-width: 600px;
	padding: 20px;
}

.favorite-button img {
	width: 40px;
	cursor: pointer;
	transition: all 0.3s;
}
.favorite-button img:hover {
	opacity: 0.6;
}

.spot-img-area {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.spot-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.spot-area-label {
	display: block;
	position: absolute;
	background: var(--color-lightgreen);
	color: white;
	font-size: 24px;
	padding: 5px 10px;
	display: inline-block;
}

.spot-search-link-title {
	color: #176308;

	font-size: 24px;
}

.spot-search-link .disp-walk-minutes {
	border: 2px solid white;
	color: white;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	margin-right: 20px;
	padding: 5px 10px;
	white-space: nowrap;
}
.spots-view-mode-list .spot-img-area,
.spots-view-mode-list .spot-content-area,
.spots-view-mode-list .spot-bus-stop-info {
	display: none;
}

.bus-stop-attention {
	color: #2a70c9;
	font-size: 21px;
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

.bus-stop-attention::before {
	content: '▼';
}

.spot-search-link-wrapper:first-child .bus-stop-attention::before {
	content: '';
}

.no-data .bus-stop-attention::before {
	content: '';
}

img.bus-stop-icon-white {
	width: 23px;
	margin-right: 10px;
}

.spot-name-area {
	display: flex;
	align-items: center;
}
.spot-name-box {
	margin-left: 10px;
}

.spot-name {
	font-size: 24px;
}

.spot-name-sub {
	font-size: 20px;
}

.spot-name-kana {
	font-size: 16px;
}

.spot-content-area {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
}

.spot-link {
	margin-left: auto;
	width: fit-content;
}

.spot-link button {
	background: url(../img/btn_to_next_white.svg) right 7px center / 25px no-repeat;
	border-radius: 5px;
	color: #fff;

	height: 45px;
	margin-bottom: 5px;
	padding: 8px 35px 8px 15px;
	transition: all 0.3s;
}

.spot-link a {
	font-size: 21px;
	display: block;
}
.spot-link a:hover {
	opacity: 1;
}
.spot-link button:hover {
	opacity: 0.8;
}
.spot-content {
	color: gray;
	font-size: 20px;
	line-height: 1.6;
}
.spot-busstop-name {
	margin-top: 3px;
	line-height: normal;
}

.spot-busstop-name img {
	width: 30px;
	margin-right: -6px;
}

.spot-search-link-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-bottom: 15px;
	/* height: 100px; */
}

.spot-search-link {
	background: #2a70c9 url(../img/btn_to_next_white.svg) right 20px center / 30px no-repeat;
	color: #fff;
	padding: 20px 60px 20px 20px;
	font-size: 24px;
	border-radius: 10px;
	transition: all 0.3s;
}
.spot-search-link a {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
}
.spot-search-link a:hover {
	opacity: 1;
}
.spot-search-link:hover {
	background-position: right 15px center;
	opacity: 0.8;
}
.spot-search-link span {
	word-break: break-all;
}

.busstop-select-modal-buslist {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* overflow-scrolling: touch; */
	border-bottom: 1px solid #efefef;
}

.busstop-select-modal-buslist ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding-bottom: 1px;
	font-weight: 600;
	box-sizing: border-box;
}

.busstop-select-modal-buslist ul li {
	display: block;
	position: relative;
	margin: 0 0 -1px 0;
	padding: 10px 20px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
	box-sizing: border-box;
}

.busstop-select-modal-buslist .buslist-content {
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	line-height: normal;
}

.busstop-select-modal-buslist .favorite-button img {
	height: auto;
	vertical-align: middle;
	height: 30px;
	margin-right: 15px;
}

.favorite-button.disabled {
	opacity: 0.5;
}

.spots-top-container {
	display: none;
}

.spots-top-sp-container {
	display: block;
}

.spot-search-icon img {
	width: 50px;
}

.spot-search-inner {
	display: flex;
	position: relative;
	width: 100%;
}

.spot-search-icon span {
	font-size: 24px;
}

.spot-search-inner .mojiretu li {
	font-size: 30px;
}

.btn--favoritestar {
	margin: 5px 5px 10px;
}

.spot-area-label span {
	font-size: 18px;
}

.spot-search-inner .busmo-stop-search-text-cover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 430px;
	height: 75px;
}

/* footer */
.footer {
	color: #fff;
	text-align: center;
}

.copyright {
	font-size: 18px;
}

.footer-function {
	margin-top: 40px;
	display: none;
	justify-content: space-around;
}

.footer-banner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 40px auto;
	justify-content: center;
	width: 566px;
	font-size: 24px;
}
.footer-banner img {
	width: 80%;
}

.footer-logo {
	margin: 0;
}

.footer-logo h2 {
	font-size: 30px;
}

.footer-name-list {
	display: flex;
	flex-direction: column;
	font-size: 21px;
	gap: 20px;
	line-height: 1;
	margin: 20px auto 0;
	width: 480px;
}

.footer-logo img {
	width: 300px;
	margin: 10px 0;
}

.footer-info-content {
	padding: 50px 0 80px;
	background-color: #2a70c9;
	letter-spacing: 0.1em;
}

.footer-info-links {
	display: flex;
	gap: 30px;
	font-size: 24px;
	flex-wrap: wrap;
	line-height: 1;
	margin: 30px auto;
	width: fit-content;
}

.footer-info-links a {
	display: block;
}

/* トップへ戻るボタン */
.btn-to-top {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 80px;
	height: 80px;
}
.btn-to-top img {
	width: 100%;
}

.u-mt--10 {
	margin-top: 10px;
}

.u-mt--40 {
	margin-top: 40px;
}

.hide {
	display: none;
}

@media (min-width: 641px) {
	body {
		min-width: 641px;
		max-width: 960px;
	}
	.main {
		padding: 30px 0 0;
		width: 100%;
		margin: 0 auto;
	}
	.tab-content div {
		padding: 15px;
		width: 40%;
	}

	.spot-img-area {
		position: relative;
		margin-bottom: 10px;
		width: 365px;
		height: 250px;
		overflow: hidden;
	}

	.spot-search-link-title {
		color: var(--color-green);

		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;
		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;

		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;
	}

	.footer-name-list {
		flex-direction: row;
		width: fit-content;
	}
}

@media (min-width: 961px) {
	body {
		min-width: 961px;
		max-width: 100%;
	}

	.main {
		padding: 30px 0 0;
		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: 0px auto;
	}

	.spot-content {
		color: gray;
		font-size: 14px;
		line-height: 1.6;
	}

	.spot-name {
		font-size: 18px;
	}

	.spot-name-sub {
		font-size: 14px;
	}

	.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;

		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;

		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;
		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-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: #2a70c9 url(../img/btn_to_next_white.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;
	}
}
