/* 観光地検索広告スライダー */
: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;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.ttf') format('truetype');
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Roboto, Arial, sans-serif, 'Hiragino Kaku Gothic ProN', Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans';
	font-size: 18px;
	line-height: 1.88;
	color: var(--color-default);
	background-color: #9cd113;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	padding-top: 60px;
}

.header {
	background-color: #9cd113;
	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 #8bc53f;
}

.c-tab__button {
	background-color: #cde18f;
	color: #6dbb58;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: 35px center;
	font-size: 24px;
	font-weight: bold;
	height: 81px;
	line-height: 1.2;
	padding: 15px 0 15px 110px;
	width: 278px;
}
.c-tab__button--busstop {
	background-image: url(../img/tab_bus_icon.svg);
	background-size: 44px;
}
.c-tab__button--busstop.selected {
	background-image: url(../img/tab_bus_icon_selected.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_map_icon_selected.svg);
	padding: 15px 0 15px 65px;
}
.c-tab__button--spot {
	background: #cde18f url(../img/tab_map_icon.svg) 13px center / 45px no-repeat;
}

.c-tab__button.selected {
	background-color: #8bc53f;
	color: #006837;
}

.c-contents__title {
	color: #5eb0d9;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 40px auto 10px;
	width: 566px;
}

.c-contents__title--mt10 {
	color: #5eb0d9;
	font-size: 24px;
	font-weight: bold;
	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;
	font-weight: bold;
	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: #95c036;
	font-weight: bold;
}

.logo-content-search {
	width: 100%;
	color: #95c036;
	text-align: center;
	font-size: 34px;
	line-height: 0.6;
	font-weight: bold;
}
.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: #9cd113;
}

.spots-search-container {
	position: relative;
	background: #e8f0c5;
	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: #6dbb58;
	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-weight: bold;
	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;
	font-weight: bold;
	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: #176308 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;
	font-weight: bold;
}

/* 観光地一覧 */
.spots-list-container {
	background: #e8f0c5;
	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;
	margin: 10px 0;
	width: 100%;
	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-weight: bold;
	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: #5eb0d9;
	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;
	font-weight: bold;
}

.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: #447e9c url(../img/btn_to_next.svg) right 7px center / 25px no-repeat;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	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 {
	font-weight: bold;
	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: #5eb0d9 url(../img/btn_to_next.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-weight: bold;
	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-weight: bold;
	font-size: 30px;
}

.footer-name-list {
	align-items: flex-start;
	flex-direction: column;
	display: flex;
	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: #95c036;
	letter-spacing: 0.1em;
}

.footer-info-links {
	display: flex;
	gap: 30px;
	font-size: 24px;
	flex-wrap: wrap;
	line-height: 1;
	margin: 30px auto;
	width: 566px;
}

.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;
}
