/* CSS Document */

:root{
	--color-fukui: #e58778;
	--color-okuetu: #9885c9;
	--color-tannan: #f5c34b;
	--color-wakasa: #5badd3;
}

#pagePath{
	background: #41583F;
	color: #fff;
}

#spot,
#feature,
#favorite{
	margin-bottom: clamp(56px, calc(96 / 1200 * 100vw), 96px);
	& h2{
		display: grid;
		grid-template-columns: var(--wrap);
		justify-content: center;
		padding: clamp(24px, calc(32 / 1200 * 100vw), 32px) 0 clamp(24px, calc(48 / 1200 * 100vw), 48px) 0;
		background: #41583F;
		color: #fff;
		font: 600 clamp(45px, calc(65 / 768 * 100vw), 65px) 'eb-garamond', var(--font-min);
		letter-spacing: 0.045em;
		text-align: center;
	}
}

#feature{
	@media (max-width: 575.98px) {
		#searchDisplay{
			display: none;
		}
	}
}

#favoriteShare{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	background: #41583F;
	& details{
		display: flex;
		justify-content: center;
		&[open]::details-content{
			position: fixed;
			top: 0;
			left: 0;
			display: grid;
			grid-template-columns: 1fr min(var(--wrap), 960px) 1fr;
			align-content: center;
			width: 100%;
			height: 100%;
			padding: clamp(32px, 7.2vw, 48px) 0;
			background: rgba(0,0,0,0.8);
			z-index: 1000;
		}
	}
	& summary{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 8px;
		align-items: center;
		min-width: min(100%, 320px);
		min-height: clamp(48px, calc(56 / 768 * 100vw), 56px);
		padding: 0 clamp(16px, calc(24 / 768 * 100vw), 24px);
		background: var(--color-theme);
		border-radius: clamp(24px, calc(28 / 768 * 100vw), 28px);
		color: #fff;
		font: 600 20px 'eb-garamond', var(--font-min);
		letter-spacing: 0.08em;
		text-align: center;
		&:hover{
			background: var(--color);
		}
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black;"><path d="M1.79,8.66C.21,7.07.06,4.56,1.45,2.8c.84-1.06,2.1-1.68,3.46-1.68,1,0,1.95.33,2.73.95l.35.28.35-.28c.79-.62,1.74-.95,2.74-.95,1.18,0,2.29.46,3.12,1.29,1.71,1.72,1.71,4.52,0,6.24l-6.21,6.22L1.79,8.66Z"/></svg>') no-repeat center / contain;
		}
	}
	& menu{
		all: unset;
		box-sizing: border-box;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		aspect-ratio: 1;
		width: 48px;
		background: #9b9b9b;
		font-size: 0;
		cursor: pointer;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" style="fill: none; stroke: black; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 2px;"><line x1="17" y1="3" x2="3" y2="17"/><line x1="17" y1="17" x2="3" y2="3"/></svg>') center no-repeat;
		-webkit-mask-size: 20px;
	}
	& dl{
		grid-column: 2;
		grid-row: 1;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 16px;
		padding: 24px;
		background: #fff;
		filter: drop-shadow(0 0 0.3em rgba(0,0,0,0.1));
	}
	& dt{
		display: grid;
		grid-template-columns: auto 1fr;
		grid-gap: 10px;
		width: 100%;
		font: 600 20px 'eb-garamond', var(--font-min);
		letter-spacing: 0.08em;
		&:before{
			content: "";
			width: 4px;
			height: 1em;
			background: var(--color-theme);
			transform: translateY(0.2em);
		}
	}
	& dt+dd{
		width: 100%;
	}
	& dd{
		display: contents;
		& a{
			display: grid;
			grid-template-columns: 16px auto;
			align-items: center;
			grid-gap: 4px;
			min-height: 32px;
			padding: 4px 16px;
			border: 1px solid var(--color-border);
			border-radius: 16px;
			color: inherit;
			font-weight: 700;
			font-size: clamp(12px, calc(14 / 1200 * 100vw), 14px);
			text-align: center;
			letter-spacing: 0.025em;
			text-decoration: none;
			cursor: pointer;
			&:before{
				content: "";
				aspect-ratio: 1;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0.106 11.553c-0.136 0.274-0.146 0.603 0 0.894 0 0 0.396 0.789 1.12 1.843 0.451 0.656 1.038 1.432 1.757 2.218 0.894 0.979 2.004 1.987 3.319 2.8 1.595 0.986 3.506 1.692 5.698 1.692s4.103-0.706 5.698-1.692c1.315-0.813 2.425-1.821 3.319-2.8 0.718-0.786 1.306-1.562 1.757-2.218 0.724-1.054 1.12-1.843 1.12-1.843 0.136-0.274 0.146-0.603 0-0.894 0 0-0.396-0.789-1.12-1.843-0.451-0.656-1.038-1.432-1.757-2.218-0.894-0.979-2.004-1.987-3.319-2.8-1.595-0.986-3.506-1.692-5.698-1.692s-4.103 0.706-5.698 1.692c-1.315 0.813-2.425 1.821-3.319 2.8-0.719 0.786-1.306 1.561-1.757 2.218-0.724 1.054-1.12 1.843-1.12 1.843zM2.14 12c0.163-0.281 0.407-0.681 0.734-1.158 0.41-0.596 0.94-1.296 1.585-2.001 0.805-0.881 1.775-1.756 2.894-2.448 1.35-0.834 2.901-1.393 4.647-1.393s3.297 0.559 4.646 1.393c1.119 0.692 2.089 1.567 2.894 2.448 0.644 0.705 1.175 1.405 1.585 2.001 0.328 0.477 0.572 0.876 0.734 1.158-0.163 0.281-0.407 0.681-0.734 1.158-0.41 0.596-0.94 1.296-1.585 2.001-0.805 0.881-1.775 1.756-2.894 2.448-1.349 0.834-2.9 1.393-4.646 1.393s-3.297-0.559-4.646-1.393c-1.119-0.692-2.089-1.567-2.894-2.448-0.644-0.705-1.175-1.405-1.585-2.001-0.328-0.477-0.572-0.877-0.735-1.158zM16 12c0-1.104-0.449-2.106-1.172-2.828s-1.724-1.172-2.828-1.172-2.106 0.449-2.828 1.172-1.172 1.724-1.172 2.828 0.449 2.106 1.172 2.828 1.724 1.172 2.828 1.172 2.106-0.449 2.828-1.172 1.172-1.724 1.172-2.828zM14 12c0 0.553-0.223 1.051-0.586 1.414s-0.861 0.586-1.414 0.586-1.051-0.223-1.414-0.586-0.586-0.861-0.586-1.414 0.223-1.051 0.586-1.414 0.861-0.586 1.414-0.586 1.051 0.223 1.414 0.586 0.586 0.861 0.586 1.414z"/></svg>') center no-repeat;
				-webkit-mask-size: contain;
				background: currentColor;
				transform: translateX(-4px);
			}
			&[data-target="mailto"]{
				&:before{
					-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7.921l8.427 5.899c0.34 0.235 0.795 0.246 1.147 0l8.426-5.899v10.079c0 0.272-0.11 0.521-0.295 0.705s-0.433 0.295-0.705 0.295h-16c-0.272 0-0.521-0.11-0.705-0.295s-0.295-0.433-0.295-0.705zM1 5.983c0 0.010 0 0.020 0 0.030v11.987c0 0.828 0.34 1.579 0.88 2.12s1.292 0.88 2.12 0.88h16c0.828 0 1.579-0.34 2.12-0.88s0.88-1.292 0.88-2.12v-11.988c0-0.010 0-0.020 0-0.030-0.005-0.821-0.343-1.565-0.88-2.102-0.541-0.54-1.292-0.88-2.12-0.88h-16c-0.828 0-1.579 0.34-2.12 0.88-0.537 0.537-0.875 1.281-0.88 2.103zM20.894 5.554l-8.894 6.225-8.894-6.225c0.048-0.096 0.112-0.183 0.188-0.259 0.185-0.185 0.434-0.295 0.706-0.295h16c0.272 0 0.521 0.11 0.705 0.295 0.076 0.076 0.14 0.164 0.188 0.259z"/></svg>');
				}
			}
			&[data-target="twitter"]{
				background: #000;
				border-color: transparent;
				color: #fff;
				&:before {
					-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path d="M21.42,15.24L34.83,0h-3.18l-11.64,13.24L10.72,0H0l14.05,20.01L0,36h3.18l12.29-13.98,9.82,13.98h10.72l-14.58-20.76h0ZM17.07,20.19l-1.42-1.99L4.32,2.34h4.88l9.14,12.8,1.42,1.99,11.89,16.64h-4.88l-9.7-13.58h0Z"/></svg>');
				}
			}
			&[data-target="facebook"]{
				background: #3b5998;
				border-color: transparent;
				color: #fff;
				&:before {
					-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M19.52,5.08V0c-3.16,0-5.51.91-7,2.7a6.88,6.88,0,0,0-1.46,5.08V9.61H8.48v5.08h2.58V28h5.09V14.69h2.49V9.61H16.15v-2l0-.41a1.81,1.81,0,0,1,.34-1.28C16.92,5.38,18,5.08,19.52,5.08Z"/></svg>');
				}
			}
			&[data-target="line"]{
				background: #00c300;
				border-color: transparent;
				color: #fff;
				&:before {
					-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M28,12C28,5.76,21.72.66,14,.66S0,5.76,0,12c0,5.62,5,10.32,11.71,11.21.45.1,1.07.3,1.23.69A3,3,0,0,1,13,25.19s-.17,1-.2,1.2-.28,1.38,1.21.75S22.06,22.39,25,19h0A10.09,10.09,0,0,0,28,12ZM9.06,15.37a.27.27,0,0,1-.27.27H4.86a.27.27,0,0,1-.27-.27h0V9.26A.27.27,0,0,1,4.86,9h1a.27.27,0,0,1,.27.27v4.85H8.79a.27.27,0,0,1,.27.27Zm2.37,0a.27.27,0,0,1-.27.27h-1a.27.27,0,0,1-.27-.27V9.26A.27.27,0,0,1,10.17,9h1a.27.27,0,0,1,.27.27Zm6.76,0a.27.27,0,0,1-.27.27H16.78a.23.23,0,0,1-.07-.07l-2.8-3.78v3.63a.27.27,0,0,1-.27.27h-1a.27.27,0,0,1-.27-.27V9.26A.27.27,0,0,1,12.65,9h1.18v0h0l0,0,2.8,3.77V9.26A.27.27,0,0,1,16.93,9h1a.27.27,0,0,1,.27.27Zm5.42-5.12a.27.27,0,0,1-.27.27H20.67v1h2.67a.27.27,0,0,1,.27.27v1a.27.27,0,0,1-.27.27H20.67v1h2.67a.27.27,0,0,1,.27.27v1a.27.27,0,0,1-.27.27H19.41a.27.27,0,0,1-.27-.27h0V9.27h0A.27.27,0,0,1,19.41,9h3.93a.27.27,0,0,1,.27.27Z"/></svg>');
				}
			}
		}
	}
}

#photo{
	margin-bottom: clamp(40px, calc(64 / 1200 * 100vw), 64px);
	& h2{
		display: grid;
		grid-template-columns: var(--wrap);
		justify-content: center;
		padding: clamp(24px, calc(32 / 1200 * 100vw), 32px) 0 clamp(24px, calc(48 / 1200 * 100vw), 48px) 0;
		background: #41583F;
		color: #fff;
		font: 600 clamp(45px, calc(65 / 768 * 100vw), 65px) 'eb-garamond', var(--font-min);
		letter-spacing: 0.045em;
		text-align: center;
	}
	& h2+div{
		display: grid;
		grid-template-columns: var(--wrap);
		justify-content: center;
		justify-items: center;
		grid-row-gap: 8px;
		margin-top: clamp(32px, calc(64 / 1200 * 100vw), 64px);
		:has(#search) &{
			margin-bottom: clamp(40px, calc(72 / 1200 * 100vw), 72px);
		}
		& p{
			letter-spacing: 0.06em;
			&:first-child{
				font: 600 clamp(20px, calc(24 / 768 * 100vw), 24px) 'eb-garamond', var(--font-min);
			}
		}
		& a{
			display: grid;
			align-items: center;
			text-align: center;
			min-width: min(100%, 320px);
			min-height: clamp(56px, calc(80 / 768 * 100vw), 80px);
			padding: 4px 24px;
			border: 1px solid #41583F;
			border-radius: clamp(28px, calc(40 / 768 * 100vw), 40px);
			color: inherit;
			font-weight: 600;
			font-size: clamp(21px, calc(23 / 768 * 100vw), 23px);
			text-decoration: none;
			.select &{
				background: #41583F;
				color: #fff;
			}
		}
	}
	#apply{
		display: flex;
		justify-content: center;
		margin-top: clamp(32px, calc(72 / 1200 * 100vw), 72px);
		& a{
			display: grid;
			align-items: center;
			text-align: center;
			min-width: min(100%, 320px);
			min-height: clamp(56px, calc(80 / 768 * 100vw), 80px);
			padding: 4px 24px;
			border: 1px solid #41583F;
			border-radius: clamp(28px, calc(40 / 768 * 100vw), 40px);
			color: inherit;
			font-weight: 600;
			font-size: clamp(21px, calc(23 / 768 * 100vw), 23px);
			text-decoration: none;
			.select &{
				background: #41583F;
				color: #fff;
			}
		}
	}
}

#search{}

#searchMenu{
	display: grid;
	grid-gap: 8px;
	padding: 24px calc((100% - var(--wrap)) / 2);
	background: #41583F;
	color: #fff;
	& details{
		all: unset;
		box-sizing: border-box;
		&[open]::details-content{
			box-sizing: border-box;
			display: grid;
			grid-row-gap: clamp(16px, calc(40 / 1200 * 100vw), 40px);
			padding: clamp(16px, calc(54 / 1200 * 100vw), 54px) clamp(12px, calc(48 / 1200 * 100vw), 48px);
			background: #fff;
			border: 1px solid #B7BDB8;
			border-radius: clamp(5px, calc(10 / 1200 * 100vw), 10px);
			color: var(--color);
		}
		& ul{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
			grid-gap: 24px 32px;
			& ul{
				grid-row-gap: 8px;
				grid-template-columns: 1fr;
				margin-top: 8px;
				& li{
					& label{
						color: #243124;
						min-height: 40px;
						border-radius: 20px;
						font-size: clamp(12px, calc(14 / 768 * 100vw), 14px);
					}
				}
			}
			& li:has(ul){
				order: -1;
			}
			& label{
				all: unset;
				box-sizing: border-box;
				cursor: pointer;
				display: grid;
				align-items: center;
				min-height: 48px;
				padding: 4px 16px;
				border: 1px solid #8D968D;
				border-radius: 40px;
				font-weight: 600;
				font-size: clamp(14px, calc(17 / 768 * 100vw), 17px);
				letter-spacing: 0.06em;
				@media (min-width: 992px) {
					text-align: center;
				}
				&:has(input:checked){
					background: #8D968D;
					color: inherit;
				}
			}
			& input{
				display: none;
			} 
		}
		& div:has(label[for^="area"]){
			@media (min-width: 992px) {
				ul{
					grid-template-columns: repeat(4, auto);
				}
			}
			& label{
				&[for="areaL1"]{
					border-color: var(--color-fukui);
					&:has(input:checked){
						background: var(--color-fukui);
					}
				}
				&[for="areaL2"]{
					border-color: var(--color-okuetu);
					&:has(input:checked){
						background: var(--color-okuetu);
					}
				}
				&[for="areaL3"]{
					border-color: var(--color-tannan);
					&:has(input:checked){
						background: var(--color-tannan);
					}
				}
				&[for="areaL4"]{
					border-color: var(--color-wakasa);
					&:has(input:checked){
						background: var(--color-wakasa);
					}
				}
				&[for="area1"]{
					border-color: var(--color-fukui);
					&:has(input:checked){
						background: var(--color-fukui);
					}
				}
				&[for="area2"]{
					border-color: var(--color-okuetu);
					&:has(input:checked){
						background: var(--color-okuetu);
					}
				}
				&[for="area3"]{
					border-color: var(--color-tannan);
					&:has(input:checked){
						background: var(--color-tannan);
					}
				}
				&[for="area4"]{
					border-color: var(--color-wakasa);
					&:has(input:checked){
						background: var(--color-wakasa);
					}
				}
			}
		}
		& div:has(label[for^="cnd"]){
			& ul{
				grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
			}
		}
		& div:has(.doSearch){
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			grid-gap: 8px 16px;
			margin-top: 8px;
			& button{
				all: unset;
				box-sizing: border-box;
				cursor: pointer;
				display: grid;
				grid-template-columns: 1fr auto 1fr;
				align-items: center;
				column-gap: 8px;
				width: min(calc(100% - 16px), 260px);
				min-height: 56px;
				padding: 4px 16px;
				background: var(--color-theme);
				border-radius: 4px;
				color: #fff;
				font: 600 24px var(--font-min);
				text-align: center;
				letter-spacing: 0.08em;
				&:before{
					content: "";
					aspect-ratio: 1;
					width: 24px;
					background: currentColor;
				}
				&.doSearch{
					background: #243124;
					@media (min-width: 992px) {
						background: #41583F;
					}
					&:before{
						-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 1.5px;"><circle cx="10" cy="10" r="8"/><line x1="16" y1="16" x2="22" y2="22"/></svg>') no-repeat center / 24px;
					}
				}
				&.doClearAll{
					background: #A8A8A8;
					&:before{
						-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 1.5px;"><polyline points="4 4 20 20"/><polyline points="4 20 20 4"/></svg>') no-repeat center / 24px;
					}
				}
			}
		}
	}
	& summary{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		column-gap: 8px;
		color: #fff;
		font: 600 20px 'eb-garamond', var(--font-min);
		letter-spacing: 0.08em;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 12px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" style="fill: none; stroke: black;"><polyline points="1 4 6 9 11 4" /></svg>') no-repeat center / contain;
		}
		details[open] &{
			&:after{
				transform: rotate(180deg);
			}
		}
	}
	& menu{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		position: absolute;
		top: 8px;
		right: 8px;
		aspect-ratio: 1;
		width: 48px;
		background: currentColor;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" style="fill: none; stroke: black; stroke-width: 2px;"><polyline points="1 1 19 19" /><polyline points="19 1 1 19" /></svg>') no-repeat center / 20px;
		@media (max-width: 991.98px) {
			display: none;
		}
	}
	@media (max-width: 991.98px) {
		grid-template-columns: 1fr auto;
		padding-bottom: 40px;
		& details{
			grid-column: 1 / 3;
			&:nth-child(1){
				margin-top: -16px;
			}
			&[open]::details-content{
				margin: 16px -8px 0 -8px;
			}
		}
		& summary{
			grid-template-columns: 1fr auto;
			padding: 16px 0 8px 0;
			border-bottom: 1px solid #707070;
		}
		#searchWord{
			margin-top: 24px;
		}
	}
	@media (min-width: 992px) {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		&:has(details:only-of-type){
			grid-template-columns: min(calc(50% - 32px), 300px) min(calc(50% - 32px), 300px) 48px;
			justify-content: center;
		}
		& details{
			&[open]::details-content{
				position: absolute;
				top: calc(100% - 8px);
				left: 50%;
				width: var(--wrap);
				transform: translateX(-50%);
				z-index: 10;
			}
		}
		& summary{
			min-height: 48px;
		}
	}
}

#searchMenuDate{
	.do &{
		opacity: 0;
		pointer-events: none;
	}
	& table{
		width: 100%;
		min-width: 240px;
		text-align: center;
	}
	& caption{
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: baseline;
		padding: 16px 16px 8px 16px;
		background: #333;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.05em;
		& span{
			font-size: 12px;
		}
	}
	& thead{
		display: grid;
		background: #333;
		color: #fff;
		font-weight: 700;
		& td{
			padding: 4px;
		}
	}
	& tbody{
		display: grid;
		border: 0 solid #333;
		border-width: 1px 0 0 1px;
		font-weight: 500;
		& td{
			padding: 8px 4px;
			border: 0 solid #333;
			border-width: 0 1px 1px 0;
			&:empty{
				background: #f6f6f4;
			}
			&:not(:empty){
				cursor: pointer;
			}
			&:not(:empty).check{
				background: var(--color-theme);
				color: #fff;
			}
		}
	}
	& tr{
		display: grid;
		grid-template-columns: repeat(7, 1fr);
	}
	.slide{
		display: grid;
		&.slick-initialized{
			grid-template-columns: auto 1fr auto;
			@media (max-width: 575.98px) {
				grid-template-columns: 0 1fr 0;
			}
		}
		&:not(.slick-initialized){
			&>*{
				grid-column: 1;
				grid-row: 1;
				&:nth-of-type(n+2){
					visibility: hidden;
				}
			}
		}
	}
	.slick-list{
		grid-column: 2;
		grid-row: 1;
	}
	.slick-slide{
		margin: 0 8px;
	}
	.slick-arrow{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		align-self: center;
		justify-self: center;
		position: relative;
		aspect-ratio: 1;
		width: clamp(32px, calc(64 / 1200 * 100vw), 64px);
		background: var(--color-theme);
		border-radius: 100%;
		color: #fff;
		font-size: 0;
		overflow: hidden;
		z-index: 1;
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-width: 2px;"><polyline points="8 2 18 12 8 22"/></svg>') no-repeat center / 50%;
		}
		.slick-prev&:before{
			transform: scale(-1, 1);
		}
	}
}

#searchWord{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	min-height: 56px;
	padding-left: 16px;
	background: #8D968D;
	border-radius: 5px;
	& input{
		all: unset;
		box-sizing: border-box;
		font: 600 18px 'eb-garamond', var(--font-min);
		letter-spacing: 0.08em;
		&::placeholder{
			color: var(--color-theme);
		}
	}
	& button{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		aspect-ratio: 1;
		width: 48px;
		background: #fff;
		font-size: 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 1.5px;"><circle cx="10" cy="10" r="8"/><line x1="16" y1="16" x2="22" y2="22"/></svg>') no-repeat center / 24px;
	}
	@media (min-width: 992px) {
		min-height: 48px;
		padding-left: 24px;
	}
}

#searchCurrent{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	padding-bottom: 24px;
	background: #41583F;
	color: #fff;
	& ul{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px;
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		min-height: 32px;
		padding: 4px clamp(16px, calc(24 / 1200 * 100vw), 24px);
		border: 1px solid currentColor;
		border-radius: 16px;
		color: inherit;
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 0.06em;
		text-align: center;
		text-decoration: none;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 14px;
			background: currentColor;
			transform: translateX(8px);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" style="fill: none; stroke: black; stroke-width: 2px;"><polyline points="1 1 13 13" /><polyline points="13 1 1 13" /></svg>') no-repeat center /  contain;
		}
	}
	& button{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		min-height: 32px;
		padding: 4px clamp(16px, calc(24 / 1200 * 100vw), 24px);
		border: 1px solid currentColor;
		border-radius: 16px;
		font-weight: 600;
		font-size: 14px;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 14px;
			background: currentColor;
			transform: translateX(8px);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" style="fill: none; stroke: black; stroke-width: 2px;"><polyline points="1 1 13 13" /><polyline points="13 1 1 13" /></svg>') no-repeat center /  contain;
		}
	}
}

#searchResult{
	grid-gap: 16px clamp(24px, calc(56 / 1200 * 100vw), 56px);
	padding: 24px calc((100% - var(--wrap)) / 2);
	background: #8D968D;
	color: #fff;
	@media (max-width: 991.98px) {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		#searchSwitch{
			width: 100%;
		}
	}
	@media (min-width: 992px) {
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		#searchSwitch{
			margin-left: auto;
		}
	}
}

#searchCount{
	display: flex;
	align-items: baseline;
	column-gap: 8px;
	font-size: 19px;
	letter-spacing: 0.04em;
	white-space: nowrap;
	& span{
		display: inline-block;
		font-weight: 700;
		font-size: 50px;
		letter-spacing: none;
		line-height: 1;
	}
}

#searchSwitch{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 16px clamp(24px, calc(56 / 1200 * 100vw), 56px);
	@media (min-width: 992px) {
		justify-content: end;
	}
}

#searchSort{
	grid-gap: clamp(8px, calc(16 / 1200 * 100vw), 16px);
	@media (max-width: 575.98px) {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		& dd{
			min-width: calc(50% - 8px);
		}
	}
	@media (min-width: 576px) {
		display: grid;
		grid-template-columns: 1fr;
		&:has(dd:nth-of-type(2)){
			grid-template-columns: repeat(2, 1fr);
		}
		&:has(dd:nth-of-type(3)){
			grid-template-columns: repeat(3, 1fr);
		}
	}
	& dt{
		display: none;
	}
	& dd{
		grid-row: 1;
		display: grid;
		align-items: center;
		min-height: 32px;
		padding: 4px clamp(16px, calc(24 / 1200 * 100vw), 24px);
		border: 1px solid currentColor;
		border-radius: 16px;
		color: #243124;
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 0.06em;
		text-align: center;
		cursor: pointer;
		&.select{
			background: #243124;
			border-color: transparent;
			color: #fff;
		}
	}
}

#searchDisplay{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 8px 24px;
	& dt{
		display: none;
	}
	& dd{
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		column-gap: 8px;
		font-weight: 600;
		font-size: 15px;
		letter-spacing: 0.05em;
		cursor: pointer;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"></svg>') no-repeat center / contain;
		}
		&[data-mode="line"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="1.5" cy="1.5" r="1.5" /><circle cx="1.5" cy="8" r="1.5" /><circle cx="1.5" cy="14.5" r="1.5" /><rect x="6" y="1" width="10" height="1"/><rect x="6" y="7.5" width="10" height="1"/><rect x="6" y="14" width="10" height="1"/></svg>');
		}
		&[data-mode="grid"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="1.5" cy="1.5" r="1.5" /><circle cx="1.5" cy="8" r="1.5" /><circle cx="1.5" cy="14.5" r="1.5" /><circle cx="8" cy="1.5" r="1.5" /><circle cx="8" cy="8" r="1.5" /><circle cx="8" cy="14.5" r="1.5" /><circle cx="14.5" cy="1.5" r="1.5" /><circle cx="14.5" cy="8" r="1.5" /><circle cx="14.5" cy="14.5" r="1.5" /></svg>');
		}
		&[data-mode="map"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.01,0h-.02C4.63.15,1.98,2.93,2,6.29c0,3.73,6,9.71,6,9.71,0,0,6-5.97,6-9.71C14.02,2.93,11.37.15,8.01,0M8,6.88c-.76,0-1.38-.62-1.38-1.38,0-.76.62-1.38,1.38-1.38.76,0,1.38.62,1.38,1.38s-.62,1.38-1.38,1.38c0,0,0,0,0,0"/></svg>');
		}
		&.select{
			color: #243124;
		}
	}
}

#list{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1000px);
	justify-content: center;
}

#map{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1000px);
	justify-content: center;
	margin: 24px 0;
	@media (min-width: 576px) {
		margin: clamp(40px, calc(120 / 1200 * 100vw), 120px) 0 clamp(64px, calc(170 / 1200 * 100vw), 170px) 0;
	}
	#gMap{
		position: relative;
		height: clamp(500px, calc(544 / 1200 * 100vw), 544px);
		background: #f2f2f2;
	}
}

#pagenation{
	margin-top: clamp(56px, calc(96 / 1200 * 100vw), 96px);
}

#areaMap{
	background: #cad5d6;
	& a{
		cursor: pointer;
		text-decoration: none;
		&.select{
			&[data-id="1"] use{
				fill: var(--color-fukui);
			}
			&[data-id="2"] use{
				fill: var(--color-okuetu);
			}
			&[data-id="3"] use{
				fill: var(--color-tannan);
			}
			&[data-id="4"] use{
				fill: var(--color-wakasa);
			}
			& text{
				fill: #fff;
			}
		}
		& use{
			fill: #8d968d;
		}
		& text{
			fill: #4d4d4d;
			font-weight: 600;
			font-size: 24px;
			letter-spacing: 0.06em;
		}
	}
}

.spotList{
	&:not(.grid):not(.line){
		& section{
			visibility: hidden;
		}
	}
	& section{
		position: relative;
		&:has(img[src="/common/lsc/images/noImg.png"]):before{
			content: "";
			background: var(--dummy);
		}
		& img{
			object-fit: cover;
		}
	}
	& h3{
		font-size: 20px;
		letter-spacing: 0.06em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	& li{
		display: grid;
		align-items: center;
		background: #ccc;
		font-weight: 600;
		letter-spacing: 0.06em;
		&[data-area="fukui"]{
			background: var(--color-fukui)
		}
		&[data-area="okuetu"]{
			background: var(--color-okuetu)
		}
		&[data-area="tannan"]{
			background: var(--color-tannan)
		}
		&[data-area="wakasa"]{
			background: var(--color-wakasa)
		}
	}
	& a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
		z-index: 1;
		&[data-fav-id]{
			all: unset;
			box-sizing: border-box;
			cursor: pointer;
			display: grid;
			grid-template-columns: 16px auto;
			align-items: center;
			min-height: 32px;
			padding: 0 clamp(16px, calc(24 / 768 * 100vw), 24px);
			border: 1px solid currentColor;
			border-radius: 16px;
			color: #ccc;
			font-weight: 600;
			font-size: 14px;
			transition: all 0.2s ease-out;
			z-index: 2;
			&:before{
				content: "";
				aspect-ratio: 1;
				width: 16px;
				background: currentColor;
				transform: translateX(-8px);
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black;"><path d="M1.79,8.66C.21,7.07.06,4.56,1.45,2.8c.84-1.06,2.1-1.68,3.46-1.68,1,0,1.95.33,2.73.95l.35.28.35-.28c.79-.62,1.74-.95,2.74-.95,1.18,0,2.29.46,3.12,1.29,1.71,1.72,1.71,4.52,0,6.24l-6.21,6.22L1.79,8.66Z"/></svg>') no-repeat center / contain;
			}
			&:hover{
				color: #CF4A07;
			}
			&.favOn{
				background: #CF4A07;
				border-color: transparent;
				color: #fff;
				&:before{
					-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: black; stroke: none;"><path d="M1.79,8.66C.21,7.07.06,4.56,1.45,2.8c.84-1.06,2.1-1.68,3.46-1.68,1,0,1.95.33,2.73.95l.35.28.35-.28c.79-.62,1.74-.95,2.74-.95,1.18,0,2.29.46,3.12,1.29,1.71,1.72,1.71,4.52,0,6.24l-6.21,6.22L1.79,8.66Z"/></svg>');
				}
				&:hover{
					background: #999;
				}
			}
			& span{
				display: contents;
			}
		}
	}
	& figure{
		&:has([src="/common/lsc/images/noImg.png"]){
			visibility: hidden;
		}
	}
}

.spotList.grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 16px), 200px), 1fr));
	column-gap: 24px;
	margin-top: clamp(8px, calc(24 / 1200 * 100vw), 24px);
	& section{
		display: grid;
		margin-top: clamp(32px, calc(72 / 1200 * 100vw), 72px);
		&:before{
			grid-column: 1;
			grid-row: 1;
			aspect-ratio: 1 / 1;
		}
		& ul{
			grid-column: 1;
			grid-row: 2;
			align-self: start;
			margin-top: 8px;
		}
		& a[data-fav-id]{
			order: 1;
			align-self: end;
			justify-self: center;
			margin-top: 16px;
		}
		& figure{
			grid-column: 1;
			grid-row: 1;
		}
		& img{
			aspect-ratio: 1 / 1;
		}
	}
	& h3{
		margin-top: 16px;
		@media (min-width: 992px) {
			font-weight: 800;
			font-family: 'avenir-lt-pro', var(--font);
		}
	}
	& h3+div{
		display: contents;
	}
	& p{
		color: #707070;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: calc(1.65em * 2);
		overflow: hidden;
	}
	& time{
		color: #707070;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: calc(1.65em * 2);
		overflow: hidden;
	}
	& ul{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px;
	}
	& li{
		min-height: clamp(24px, calc(32 / 768 * 100vw), 32px);
		padding: 0 clamp(12px, calc(16 / 768 * 100vw), 16px);
		border-radius: clamp(12px, calc(16 / 768 * 100vw), 16px);
		font-size: clamp(12px, calc(14 / 768 * 100vw), 14px);
	}
}

.spotList.line{
	& section{
		display: grid;
		padding: clamp(24px, calc(32 / 1200 * 100vw), 32px) 0;
		border-bottom: 1px solid #ccc;
		&:before{
			grid-column: 1;
			grid-row: 1;
			aspect-ratio: 3 / 2;
		}
		& figure{
			grid-column: 1;
			grid-row: 1;
		}
		& img{
			aspect-ratio: 3 / 2;
		}
		@media (max-width: 575.98px) {
			& h3{
				margin-top: 8px;
			}
			& p{
				color: #707070;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				max-height: calc(1.65em * 2);
				overflow: hidden;
			}
			& time{
				margin-top: 8px;
				color: #707070;
			}
			& ul{
				margin-top: 8px;
			}
			& a[data-fav-id]{
				justify-self: flex-start;
				margin-top: 8px;
			}
		}
		@media (min-width: 576px) {
			grid-template-columns: clamp(240px, calc(368 / 1200 * 100vw), 368px) 1fr;
			grid-template-rows: auto 1fr;
			column-gap: clamp(16px, calc(48 / 1200 * 100vw), 48px);
			&:nth-child(1){
				margin-top: clamp(16px, calc(64 / 1200 * 100vw), 64px);
			}
			&:before{
				grid-column: 1;
				grid-row: 1 / 3;
			}
			& h3+div{
				display: flex;
				flex-wrap: wrap;
				align-content: space-between;
				justify-content: space-between;
				grid-gap: 0 16px;
			}
			& p{
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 4;
				max-height: calc(1.65em * 4);
				margin-top: 8px;
				overflow: hidden;
			}
			& time{
				margin-top: 8px;
			}
			& ul{
				margin-top: 16px;
			}
			& a[data-fav-id]{
				align-self: end;
				margin-top: 16px;
			}
			& figure{
				grid-column: 1;
				grid-row: 1 / 3;
			}
		}
	}
	& p{
		width: 100%;
	}
	& time{
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: calc(1.65em * 2);
		overflow: hidden;
	}
	& ul{
		display: grid;
		justify-content: start;
		grid-gap: 8px;
	}
	& li{
		min-width: clamp(192px, calc(240 / 1200 * 100vw), 240px);
		min-height: clamp(32px, calc(40 / 768 * 100vw), 40px);
		padding: 0 clamp(16px, calc(24 / 768 * 100vw), 24px);
		border-radius: clamp(16px, calc(20 / 768 * 100vw), 20px);
		font-size: clamp(14px, calc(16 / 768 * 100vw), 16px);
		text-align: center;
	}
}

.featureList{
	&:not(.grid):not(.line){
		& section{
			visibility: hidden;
		}
	}
	& section{
		position: relative;
		&:has(img[src="/common/lsc/images/noImg.png"]):before{
			content: "";
			aspect-ratio: 3 / 2;
			background: var(--dummy);
		}
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
		}
	}
	& h3{
		font-size: 20px;
		letter-spacing: 0.06em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	& h3+div{
		display: contents;
	}
	& a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}
	& figure{
		&:has([src="/common/lsc/images/noImg.png"]){
			visibility: hidden;
		}
	}
}

.featureList.grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
	grid-gap: clamp(32px, calc(72 / 1200 * 100vw), 72px) 24px;
	margin-top: clamp(40px, calc(96 / 1200 * 100vw), 96px);
	& section{
		display: grid;
		align-content: start;
		&:before,
		& figure{
			grid-column: 1;
			grid-row: 1;
		}
	}
	& h3{
		margin: 8px 0;
		@media (min-width: 992px) {
			font-weight: 800;
			font-family: 'avenir-lt-pro', var(--font);
		}
	}
	& p{
		color: #707070;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: calc(1.65em * 2);
		overflow: hidden;
	}
}

.featureList.line{
	& section{
		display: grid;
		padding: clamp(24px, calc(32 / 1200 * 100vw), 32px) 0;
		border-bottom: 1px solid #ccc;
		&:before,
		& figure{
			grid-column: 1;
			grid-row: 1;
		}
		@media (max-width: 575.98px) {
			& h3{
				margin-top: 8px;
			}
			& p{
				color: #707070;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				max-height: calc(1.65em * 2);
				overflow: hidden;
			}
		}
		@media (min-width: 576px) {
			grid-template-columns: clamp(240px, calc(368 / 1200 * 100vw), 368px) 1fr;
			grid-template-rows: auto 1fr;
			column-gap: clamp(16px, calc(48 / 1200 * 100vw), 48px);
			&:nth-child(1){
				margin-top: clamp(16px, calc(64 / 1200 * 100vw), 64px);
			}
			&:before{
				grid-column: 1;
				grid-row: 1 / 3;
			}
			& p{
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 8;
				max-height: calc(1.65em * 8);
				margin-top: 8px;
				overflow: hidden;
			}
			& figure{
				grid-column: 1;
				grid-row: 1 / 3;
			}
		}
	}
}

.photoList{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 16px), 200px), 1fr));
	column-gap: 24px;
	margin-top: clamp(8px, calc(24 / 1200 * 100vw), 24px);
	& section{
		position: relative;
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 5;
		margin-top: clamp(32px, calc(72 / 1200 * 100vw), 72px);
		&:not(:has(img)):before{
			content: "";
			grid-column: 1;
			grid-row: 1;
			aspect-ratio: 1 / 1;
			background: var(--dummy);
		}
		a[data-id]{
			margin-top: 16px;
		}
		& figure{
			grid-column: 1;
			grid-row: 1;
		}
		& img{
			aspect-ratio: 1 / 1;
			object-fit: cover;
		}
	}
	& h3{
		margin-top: 16px;
		font-size: 20px;
		letter-spacing: 0.06em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		@media (min-width: 992px) {
			font-weight: 800;
			font-family: 'avenir-lt-pro', var(--font);
		}
	}
	& h3+div{
		display: contents;
	}
	& a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
		&[data-id]{
			all: unset;
			box-sizing: border-box;
			cursor: pointer;
			display: grid;
			grid-template-columns: auto 1fr;
			align-items: center;
			column-gap: 8px;
			min-height: clamp(40px, calc(48 / 768 * 100vw), 48px);
			padding: 8px 16px;
			border: 1px solid #41583F;
			border-radius: clamp(40px, calc(24 / 768 * 100vw), 24px);
			color: inherit;
			font: 600 clamp(16px, calc(18 / 768 * 100vw), 18px) var(--font-min);
			text-align: center;
			text-decoration: none;
			z-index: 1;
			&:before{
				content: "";
				aspect-ratio: 1;
				width: 16px;
				background: currentColor;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black;"><polyline points="1 1 15 15"/><polyline points="1 15 15 1"/></svg>') no-repeat center / contain;
			}
		}
	}
}
























































