/*共通 */
:root {
	--color-default: #457e9c;
	--bgcolor-default: #e8f0c5;
	--light-green: #a6df14;
	--leaf-green: #9cd113;
	--yellow-green: #95c036;
	--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;
}

/* タブ */
.c-tab__items {
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	border-bottom: 10px solid var(--leaf-green);
}

.c-tab__item {
	width: 190px;
	height: 150px;
	display: flex;
	gap: 8px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: -1px;
	font-size: 24px;

	line-height: 1.4;
	color: #006837;
	text-align: center;
	background-color: var(--leaf-green);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0.6;
}

.c-tab__item--car {
	line-height: 1.2;
}

.c-tab__item.active {
	opacity: 1;
}

.c-tab__item img {
	max-width: 45px;
	max-height: 45px;
	display: block;
}

/* 観光地検索広告スライダー */
:root {
	--color-lightgreen: #6dbb58;
	--color-green: #176308;
	--color-yellowgreen: #cde18f;
	--color-red: #f61e00;
}

.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: #9cd113;
}

/* エリア絞り込み */

.spots-search-container {
	position: relative;
	margin: 25px 25px 0;
}

.spot-search-area {
	display: flex;
	width: 540px;
	margin: 0px auto 30px;
}
.spot-search-area .city {
	padding: 0px 20px;
	margin-right: 15px;
	font-size: 26px;
	color: white;
	background-color: var(--color-lightgreen);
	text-align: center;
	cursor: pointer;
}
.spot-search-area .city:hover {
	opacity: 0.5;
}
.spot-search-area .city.disabled {
	background-color: #d1d1d1;
	color: #9e9e9e;
}

.awaji-island-map-wrapper {
	position: absolute;
	z-index: 10;
	right: 35px;
	top: 0;
	width: 87px;
	height: 130px;
}
.awaji-island-map {
	position: relative;
	width: 87px;
	height: 130px;
	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 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 var(--color-green);
	background-color: var(--color-yellowgreen);
}
.function-icon-list-style button img {
	width: 100%;
}

/* 検索ボックス */
::placeholder {
	font-size: 24px;
	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;
}

.spot-search-inner .search-delete-icon {
	display: block;
	position: absolute;
	border-radius: 50%;
	background: #d1d1d1;
	width: 37px;
	height: 37px;
	top: 19px;
	right: 18px;
}

.spot-search-inner .search-delete-icon::before,
.spot-search-inner .search-delete-icon::after {
	width: 5px;
	height: 23px;
}

.spot-search-inner .search-delete-icon::before,
.spot-search-inner .search-delete-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 13px;
	background: #fff;
}

.spot-search-inner .search-delete-icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.spot-search-inner .search-delete-icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.spot-search-inner .search-delete-icon:hover {
	background: #bebebe;
	transition: all 0.3s;
}

.spot-search-inner .search-icon {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 16px;
	top: 13px;
	background: url(../img/modal_search_icon.svg) no-repeat 0 0;
	background-size: 48px;
}

.spot-search-inner .mojiretu ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
}

.spot-search-inner .mojiretu li {
	padding: 10px;

	color: #9e9e9e;
	cursor: pointer;
}

.spot-search-inner .mojiretu button.selected {
	color: #447e9c;
}

/* お気に入りボタン */
.favorite img {
	height: 50px;
}

/* 頭文字検索 */
.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;
}

/* 市　ラベル */
.area-label-container {
	padding: 5px;
	width: 100%;
	background-color: var(--color-green);
	color: white;
	margin: 10px 25px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position-x: 520px;
	background-position-y: 6px;
}
.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 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px 15px;
	line-height: normal;
}

.spot-list-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin: 10px;
	width: 100%;
	padding: 20px;
}

.favorite-button img {
	width: 45px;
	cursor: pointer;
	transition: all 0.3s;
}
.favorite-button img:hover {
	opacity: 0.6;
}

.spot-img-area {
	position: relative;
	margin-bottom: 10px;
	width: 550px;
	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: var(--color-green);

	font-size: 24px;
	padding-left: 40px;
	background-image: url(../img/search_icon_green.svg);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 2px;
	background-size: 30px;
}

.spot-search-link .disp-walk-minutes {
	display: inline-block;
	border-radius: 5px;
	padding: 0 10px 0 15px;
	color: white;
	margin-right: 20px;
	background-color: #1f890b;
}
.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 {
	font-size: 24px;
	color: var(--color-green);
	text-align: center;
}

.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;
	margin-bottom: 10px;
}
.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 img {
	width: 220px;
	margin-right: 20px;
}

.spot-content-area {
	display: flex;
	margin-bottom: 10px;
}

.spot-link button {
	background-color: #447e9c;
	padding: 3px 10px;
	color: #fff;

	border-radius: 8px;
	margin-bottom: 5px;
	transition: all 0.3s;
}

.spot-link a {
	font-size: 20px;
	display: block;
	letter-spacing: 3px;
}
.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-color: var(--color-green);
	color: #fff;

	text-align: center;
	padding: 20px;
	font-size: 24px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px gray;
	transition: all 0.3s;
}
.spot-search-link a {
	text-align: left;
	display: flex;
	align-items: center;
}
.spot-search-link a:hover {
	opacity: 1;
}
.spot-search-link:hover {
	opacity: 0.8;
}

.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;

	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;
	background-color: white;
}

.spot-search-icon img {
	width: 50px;
}

.spot-search-inner {
	width: 100%;
}

.spot-search-icon span {
	font-size: 24px;
}

.spot-search-inner .favorite img {
	height: 80px;
}

.spot-search-inner .mojiretu li {
	font-size: 30px;
}

.logo-content {
	margin: 0;
	margin: 5px 5px 10px;
	background-color: white;
}

.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;
}

/* トップへ戻るボタン */
.btn-to-top {
	position: fixed;
	bottom: 5%;
	right: 10%;
	width: 100px;
	height: 100px;
}
.btn-to-top img {
	width: 100%;
}

/* footer */

.copyright {
	font-size: 22px;
	color: black;
	margin-top: 50px;
}

.footer-banner {
	margin: 50px 0;
	display: flex;
	justify-content: center;
}
.footer-banner div {
	margin: 20px;
}
.footer-banner img {
	width: 500px;
	margin: 10px 0;
}
.footer-banner h3,
.footer-logo h3 {
	line-height: 1;
	padding: 15px 0;

	text-align: center;
	font-size: 24px;
	border: 2px solid black;
	color: black;
	width: 500px;
	margin: 20px auto 0;
}

.footer-banner p,
.footer-logo p {
	font-size: 22px;
	color: black;
	width: 500px;
	margin: 15px auto 0;
	text-align: left;
	line-height: 1.5;
}

.footer-logo {
	margin: 0;
}

.footer-logo p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: normal;
}
.footer-logo .name-list a {
	margin: 0;
	display: flex;
	justify-content: center;
	color: black;
	font-size: 22px;
}

.name-list__items {
	display: flex;
	gap: 20px;
	width: fit-content;
	margin: 20px auto;
}

.footer-logo img {
	width: 300px;
	margin: 10px 0;
}

html {
	scroll-behavior: smooth;
}

.hide {
	display: none;
}

.blur {
	filter: blur(10px);
}

@media (min-width: 641px) {
	body {
		min-width: 641px;
		max-width: 960px;
	}

	.logo-content {
		background-color: inherit;
	}

	.main {
		padding: 60px 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-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;
	}
	.spot-search-link .disp-walk-minutes {
		display: inline-block;
		border-radius: 5px;
		padding: 0 10px;
		margin-right: 10px;
	}

	.spot-search-link {
		background-color: var(--color-lightgreen);
		color: #fff;

		text-align: center;
		padding: 12px 0;
		font-size: 14px;
		border-radius: 10px;
		transition: all 0.3s;
	}

	.area-label-container {
		padding: 5px;
		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;
	}

	.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;
		width: 395px;
	}
	.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;
		letter-spacing: 3px;
		font-size: 12px;
	}
	.spot-content {
		color: gray;
		font-size: 12px;
		line-height: 1.6;
	}
	.spot-busstop-name img {
		width: 20px;
		margin-right: 0;
	}
	.spot-search-link {
		background-color: var(--color-green);
		color: #fff;

		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;
	}

	.spot-search-link-wrapper {
		/* height: 80px; */
	}

	.footer-banner {
		flex-direction: column;
	}
}

@media (min-width: 867px) {
	.spots-list-container {
		display: flex;
		flex-wrap: wrap;
		margin: 0px 15px;
		line-height: normal;
	}
}

@media (min-width: 961px) {
	body {
		min-width: 961px;
		max-width: 100%;
	}

	.main {
		padding: 60px 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: left;
		padding-bottom: 10px;
	}
	.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;
	}
	.tab-content {
		display: flex;
		justify-content: flex-end;
		width: 430px;
		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;
	}

	.spot-name-sub {
		font-size: 14px;
	}

	.spots-search-container {
		margin: 20px 25px 0px;
		padding-right: 580px;
	}

	.spot-search-inner .search-icon {
		position: absolute;
		width: 30px;
		height: 30px;
		left: 10px;
		top: 7px;
		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 {
		display: flex;
		margin-bottom: 10px;
	}

	.spot-search-inner {
		width: 430px;
	}

	.spot-search-inner .busmo-stop-search-text-cover {
		display: none;
	}

	.spot-search-inner .search-delete-icon {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #d1d1d1;
		top: 12px;
		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;
	}

	.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;

		color: #9e9e9e;
	}
	.span--favoritestar-text-blue {
		font-size: 18px;
	}
	.spot-search-area {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 400px;
		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;
	}

	.spot-search-icon span {
		font-size: 18px;
	}
	.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 {
		flex-grow: 2;
		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);
	}

	.result-view-mode-list .spot-list-content {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.result-view-mode-list .spot-nearest-bus-stop-info {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.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: row;
		align-items: flex-end;
	}
	.result-view-mode-list .spot-search-link-wrapper {
		width: fit-content;
		max-width: 235px;
		display: flex;
		margin-left: 20px;
		flex-direction: column;
		justify-content: flex-end;
	}
	.area-label-container {
		width: 100%;
		margin: 0;
	}
	.result-view-mode-list .spots-view-mode-list .spot-img-area {
		display: block;
		width: 135px;
		height: 70px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.result-view-mode-list .spot-img img {
		height: 70px;
	}
	.btn-to-top {
		position: fixed;
		bottom: 5%;
		right: 5%;
		width: 80px;
		height: 80px;
	}
}
