/* CSS Document */

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

html{
	background: #f2f2f2;
	&:has(body){
		background: unset;
		&:before{
			content: unset;
		}
	}
}
html:before{
	content: "サポートされていないブラウザです。\A当サイトは新しいブラウザ テクノロジを活用しているため、\A最新のブラウザで閲覧ください。";
	position: fixed;
	top: 50%;
	left: 0;
	display: grid;
	align-items: center;
	justify-items: center;
	width: 100%;
	padding: 7em 1em 0 1em;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px" fill="none" stroke="orangered" stroke-width="1.5" stroke-linecap="round"><path d="M20.0429 21H3.95705C2.41902 21 1.45658 19.3364 2.22324 18.0031L10.2662 4.01533C11.0352 2.67792 12.9648 2.67791 13.7338 4.01532L21.7768 18.0031C22.5434 19.3364 21.581 21 20.0429 21Z"/><path d="M12 9V13"/><path d="M12 17.01L12.01 16.9989"/></svg>') no-repeat center top / 6em;
	font-weight: bold;
	text-align: center;
	line-height: 1.65;
	white-space:pre-wrap;
	word-break: keep-all;
	overflow-wrap: anywhere;
	transform: translateY(-50%);
}

body{
	display: none;
	html &{
		display: block;
	}
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*
M PLUS Rounded 1c: Regular, Medium, Black
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400, 500, 900;
Noto Sans JP: All
font-family: "Noto Sans JP", sans-serif;
font-weight: 100 - 900;
Roboto: 700
font-family: "Roboto", sans-serif;
font-weight: 700;
*/

:root{
	--color: #000;
	--color-rgb: 0, 0, 0;
	--color-theme: #16377a;
	--color-theme-rgb: 22, 55, 122;
	--color-border: #9f9f9f;
	--font: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;
	--wrap-fit: calc(min(100dvw, 100%) - 48px);
	--wrap-min: 375px;
	--wrap-max: 1140px;
	--wrap: clamp(calc(var(--wrap-min) - 48px), var(--wrap-fit), var(--wrap-max));
	--dummy: #cedaf3 url('../images/logo.svg') no-repeat center / 50%;
}

html{
	min-width: var(--wrap-min);
	scroll-behavior: smooth;
	scroll-padding-top: 56px;
}

body{
	color: var(--color);
	font: 400 16px var(--font);
	line-height: 1.65;
	overflow-wrap: anywhere;
}
::selection{
	background: var(--color-theme);
	color: #fff;
}
::-moz-selection{
	background: var(--color-theme);
	color: #fff;
}
_::content, _:future, body:not(*:root) {
	/* Chromeのハック */
	/*フォント細いって言われたとき
	font-weight: 500;
	*/
}
_::-webkit-full-page-media, _:future, :root body{
	/* safariのハック */
}
@-moz-document url-prefix(){
	/* Firefoxのハック */
	.xxx{

	}
}

a{
	color: inherit;
	.done &{
		transition-property: color, text-decoration, background, background-color, background-size, border, border-color, box-shadow, filter, opacity;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
	}
}

img{
	width: 100%;
	height: auto;
	&[src="[url]"]{
		display: block;
		background: var(--dummy);
	}
}

wbr{
	.translated-ltr &:not(:lang(ja)){
		display: none;
	}
}

#wrapper{
	display: grid;
	#nav{
		grid-row: 2;
	}
}

#header{
	& h1{
		display: none;
	}
	& a{
		display: grid;
		place-content: center;
		min-height: 40px;
		background: var(--color-theme);
		color: #fff;
		font-size: 14px;
		text-align: center;
		letter-spacing: 0.05em;
	}
}

#main{
	margin-bottom: clamp(80px, calc(120 / 1200 * 100vw), 120px);
}

#footer{
	& a{
		display: grid;
		place-content: center;
		min-height: 40px;
		background: var(--color-theme);
		color: #fff;
		font-size: 14px;
		text-align: center;
		letter-spacing: 0.05em;
	}
}

#hero{
	display: grid;
	#heroPhoto{
		order: -1;
	}
	#heroMap{
		margin-top: clamp(48px, calc(64 / 1200 * 100vw), 64px);
	}
	@media (min-width: 992px) {
		grid-template-columns: 1fr auto;
		#heroText{
			grid-column: 2;
		}
		#heroPhoto{
			grid-column: 1;
		}
		#heroMap{
			grid-column: 1 / 3;
		}
	}
	position: relative;
}

#heroText{
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	grid-template-rows: auto 1fr auto;
	grid-row-gap: clamp(32px, calc(40 / 1200 * 100vw), 40px);
	padding-top: clamp(32px, calc(40 / 1200 * 100vw), 40px);
	background: #F0F0EE;
	&:before{
		content: "";
		grid-column: 2;
		justify-self: center;
		aspect-ratio: 300 / 107;
		width: clamp(240px, calc(304 / 1200 * 100vw), 304px);
		background: url("../images/logo.svg") no-repeat center / contain;
	}
	& p{
		font-weight: 500;
		text-align: center;
		&:nth-child(1){
			grid-column: 2;
		}
		&:nth-child(2){
			grid-column: 1 / 4;
			display: grid;
			grid-row-gap: 8px;
			padding: 16px clamp(24px, calc(40 / 1200 * 100vw), 40px);
			background: #5accff;
			color: #fff;
			font-size: clamp(15px, calc(16 / 768 * 100vw), 16px);
			overflow: hidden;
			& span{
				color: var(--color);
				font-weight: 900;
				font-family: 'Roboto', sans-serif;
				font-size: clamp(30px, calc(32 / 768 * 100vw), 32px);
				white-space: nowrap;
				line-height: 1;
			}
		}
	}
	@media (min-width: 992px) {
		grid-template-rows: 1fr 1fr auto;
		&:before{
			align-self: end;
		}
	}
}

#heroPhoto{
	display: grid;
	&:not(.slick-slider){
		grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 8px), 216px), 1fr));
		grid-gap: clamp(16px, calc(24 / 1200 * 100vw), 24px);
	}
	& dl{
		grid-column: 1;
		grid-row: 1;
		display: grid;
		grid-template-columns: 1fr auto;
		justify-content: space-between;
	}
	& dt{
		grid-column: 1;
		grid-row: 1;
		align-self: end;
		justify-self: start;
		margin: clamp(16px, calc(24 / 1200 * 100vw), 24px);
		padding: 8px 16px;
		background: rgba(0, 0, 0, 0.8);
		border-radius: 8px;
		color: #fff;
		font-weight: 500;
		z-index: 1;
	}
	& dd{
		&:nth-of-type(1){
			grid-column: 1 / 3;
			grid-row: 1;
			& img{
				height: clamp(480px, calc(640 / 1200 * 100vw), 640px);
				object-fit: cover;
			}
		}
		&:nth-of-type(2){
			grid-column: 2;
			grid-row: 1;
			display: flex;
			align-content: center;
			width: clamp(56px, calc(64 / 1200 * 100vw), 64px);
			padding: 16px;
			background: #fff;
			& img{
				object-fit: contain;
			}
		}
	}
	@media (min-width: 992px) {
		& dd:nth-of-type(2){
			margin-right: clamp(56px, calc(64 / 1200 * 100vw), 64px);
		}
	}
}

#theme,
#spot,
#pickup,
#topics{
	& h2{
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 0.5em;
		font-weight: 500;
		font-size: clamp(20px, calc(28 / 768 * 100vw), 28px);
		&:before{
			content: "";
			align-self: baseline;
			width: 12px;
			height: 1em;
			border-left: 4px solid #72539f;
			border-right: 4px solid #e00384;
			transform: translateY(calc(0.825em - 50%))
		}
	}
}

#theme{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-top: clamp(64px, calc(80 / 1200 * 100vw), 80px);
	#themeList{
		margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
	}
}

#themeList{
	display: grid;
	grid-gap: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	@media (min-width: 576px) {
		grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 16px), 264px), 1fr));
	}
	& section{
		position: relative;
		display: grid;
		grid-gap: 16px;
		&:not(:has(img)):before{
			content: "";
			grid-column: 1;
			grid-row: 1;
			background: var(--dummy);
			border-radius: 8px;
			z-index: 1;
		}
		& figure{
			grid-column: 1;
			grid-row: 1;
			z-index: 1;
		}
		@media (max-width: 575.98px) {
			grid-template-columns: 1fr 2fr;
			&:not(:has(img)):before{
				padding-top: 100%;
			}
			& h3{
				align-self: center;
			}
			& figure{
				position: relative;
				padding-top: 100%;
			}
			& img{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
		}
		@media (min-width: 576px) {
			&:not(:has(img)):before,
			& img{
				aspect-ratio: 3 / 2;
			}
			& h3{
				align-self: start;
			}
		}
	}
	& h3{
		font-weight: 500;
		font-size: clamp(16px, calc(18 / 768 * 100vw), 18px);
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			z-index: 2;
		}
	}
	& figure{
		order: -1;
		& img{
			object-fit: cover;
			border-radius: 8px;
		}
	}
}

#spot{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-top: clamp(64px, calc(80 / 1200 * 100vw), 80px);
	overflow: hidden;
	#spotList{
		margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
	}
	#spotLink{
		margin-top: clamp(32px, calc(48 / 1200 * 100vw), 48px);
	}
}

#spotList{
	display: grid;
	&:not(.slick-slider){
		grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 8px), 216px), 1fr));
		grid-gap: clamp(16px, calc(24 / 1200 * 100vw), 24px);
	}
	&.slick-slider{
		grid-template-columns: 0 1fr 0;
		.slick-list{
			grid-column: 2;
			grid-row: 1 / 3;
			margin: 0 calc(0px - clamp(8px, calc(12 / 1200 * 100vw), 12px));
			@media (max-width: 1199.98px) {
				overflow: visible;
			}
		}
		.slick-slide{
			margin: 0 clamp(8px, calc(12 / 1200 * 100vw), 12px);
		}
		.slick-arrow{
			grid-row: 1;
			align-self: center;
			justify-self: center;
		}
		.slick-prev{
			grid-column: 1;
		}
		.slick-next{
			grid-column: 3;
		}
	}
	&.slick-initialized{
		&:before{
			content: "";
			grid-column: 2;
			grid-row: 1;
			aspect-ratio: 1;
			visibility: hidden;
		}
		@media (max-width: 575.98px) {
			&:before{
				width: calc(((100% - (clamp(16px, calc(24 / 1200 * 100vw), 24px)) * 1) / 2));
			}
		}
		@media (min-width: 576px) and (max-width: 1199.98px) {
			&:before{
				width: calc(((100% - (clamp(16px, calc(24 / 1200 * 100vw), 24px)) * 2) / 3));
			}
		}
		@media (min-width: 1200px) {
			&:before{
				width: calc(((100% - (clamp(16px, calc(24 / 1200 * 100vw), 24px)) * 3) / 4));
			}
		}
	}
	& section{
		position: relative;
		display: grid;
		grid-row-gap: 16px;
		&:not(:has(img)):before{
			content: "";
			grid-column: 1;
			grid-row: 1;
			aspect-ratio: 1;
			background: var(--dummy);
			border-radius: 8px;
		}
		& h3{
			grid-column: 1;
			grid-row: 1;
			align-self: end;
		}
		& figure{
			grid-column: 1;
			grid-row: 1;
		}
		& img{
			aspect-ratio: 1;
		}
	}
	& h3{
		padding: 16px;
		background: linear-gradient(transparent, rgba(0,0,0,0.8));
		border-radius: 0 0 8px 8px;
		color: #fff;
		font-weight: 500;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	& h3+div{
		display: grid;
		grid-row-gap: 8px;
		& p{
			color: #666;
			font-size: 14px;
		}
		& ul{
			order: -1;
			display: flex;
			flex-wrap: wrap;
		}
		& li{
			font-size: 14px;
			&:nth-child(n+2):before{
				content: "・";
			}
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			z-index: 2;
		}
	}
	& figure{
		order: -1;
		& img{
			object-fit: cover;
			border-radius: 8px;
		}
	}
}

#spotLink{
	display: flex;
	justify-content: center;
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 1em;
		min-width: min(100%, 320px);
		min-height: clamp(56px, calc(64 / 1200 * 100vw), 64px);
		padding: 8px clamp(28px, calc(32 / 1200 * 100vw), 32px);
		background: var(--color);
		border: 1px solid currentColor;
		border-radius: clamp(28px, calc(32 / 1200 * 100vw), 32px);
		color: #fff;
		font-weight: 500;
		text-align: center;
		transition: all 0.2s ease-out;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			transition: transform 0.2s ease-out;
			-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; stroke-width: 2px;"><polyline points="5 2 11 8 5 14"/></svg>') no-repeat center / contain;
		}
		&:hover{
			background: #F0F0EE;
			border-color: currentColor;
			color: var(--color);
			&:after{
				transform: translateX(4px);
			}
		}
	}
}

#pickup{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-top: clamp(64px, calc(80 / 1200 * 100vw), 80px);
	overflow: hidden;
	#pickupList{
		margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
	}
}

#pickupList{
	display: grid;
	&:not(.slick-slider){
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 264px), 1fr));
		grid-gap: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	&.slick-slider{
		grid-template-columns: 0 1fr 0;
		.slick-list{
			grid-column: 2;
			grid-row: 1 / 3;
			margin: 0 calc(0px - clamp(8px, calc(12 / 1200 * 100vw), 12px));
			@media (max-width: 1199.98px) {
				overflow: visible;
			}
		}
		.slick-slide{
			margin: 0 clamp(8px, calc(12 / 1200 * 100vw), 12px);
		}
		.slick-arrow{
			align-self: center;
			justify-self: center;
		}
		.slick-prev{
			grid-column: 1;
		}
		.slick-next{
			grid-column: 3;
		}
	}
	&.slick-initialized{
		&:before{
			content: "";
			grid-column: 2;
			grid-row: 1;
			aspect-ratio: 3 / 2;
			visibility: hidden;
		}
		@media (max-width: 575.98px) {
			&:before{
				width: calc(((100% - (clamp(16px, calc(24 / 1200 * 100vw), 24px)) * 1) / 2));
			}
		}
		@media (min-width: 576px) and (max-width: 1199.98px) {
			&:before{
				width: calc(((100% - (clamp(16px, calc(24 / 1200 * 100vw), 24px)) * 1) / 2));
			}
		}
		@media (min-width: 1200px) {
			&:before{
				width: calc(((100% - (clamp(16px, calc(24 / 1200 * 100vw), 24px)) * 2) / 3));
			}
		}
	}
	& section{
		position: relative;
		display: grid;
		grid-row-gap: 16px;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			background: var(--dummy);
			border-radius: 8px;
			z-index: 1;
		}
		& figure{
			z-index: 1;
		}
		& img{
			aspect-ratio: 3 / 2;
		}
	}
	& h3{
		font-weight: 500;
		font-size: clamp(16px, calc(18 / 768 * 100vw), 18px);
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			z-index: 2;
		}
	}
	& figure{
		order: -1;
		& img{
			object-fit: cover;
			border-radius: 8px;
		}
	}
}

#topics{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-top: clamp(64px, calc(80 / 1200 * 100vw), 80px);
	#topicsList{
		margin-top: clamp(16px, calc(24 / 1200 * 100vw), 24px);
	}
}

#topicsList{
	display: grid;
	border-bottom: 1px solid var(--color-border);
	@media (min-width: 768px) {
		grid-template-columns: auto auto 1fr;
		column-gap: 16px;
	}
	& section{
		position: relative;
		padding: 16px 0;
		border-top: 1px solid var(--color-border);
		transition: background 0.2s ease-out;
		&:has(a){
			& h3{
				display: grid;
				grid-template-columns: 1fr auto;
				align-items: center;
				column-gap: 0.5em;
				&:after{
					content: "";
					aspect-ratio: 1;
					width: 16px;
					margin-right: 8px;
					background: #666;;
					transition: transform 0.2s ease-out;
					-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; stroke-width: 1px;"><polyline points="10 3 15 8 10 13"/><polyline points="0 8 15 8"/></svg>') no-repeat center / contain;
				}
			}
			&:hover{
				background: #cedaf3;
				& h3:after{
					transform: translateX(4px);
				}
			}
		}
		@media (max-width: 767.98px) {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			grid-gap: 8px 16px;
			& h3{
				order: 1;
				width: 100%;
			}
			& ul{
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				grid-gap: 8px;
			}
		}
		@media (min-width: 768px) {
			display: grid;
			grid-template-columns: subgrid;
			grid-column: span 3;
			align-items: center;
			min-height: 80px;
			& h3{
				grid-row: 1;
				grid-column: 3;
			}
			& time{
				grid-column: 1;
				grid-row: 1;
			}
			& ul{
				grid-column: 2;
				grid-row: 1;
				display: grid;
				grid-gap: 8px;
			}
		}
	}
	& h3{
		font-weight: 500;
	}
	& h3+div{
		display: contents;
	}
	& time{
		color: #4d4d4d;
		font-size: clamp(14px, calc(16 / 768 * 100vw), 16px);
		line-height: 1;
	}
	& ul{
		grid-gap: 8px;
		&:not(:has(li)){
			display: none;
		}
	}
	& li{
		display: grid;
		align-content: center;
		min-width: clamp(56px, calc(64 / 768 * 100vw), 64px);
		padding: 4px;
		border: 1px solid transparent;
		font-size: clamp(10px, calc(12 / 768 * 100vw), 12px);
		text-align: center;
		line-height: 1;
		&.tagNew{
			background: #fff;
			border-color: currentColor;
			color: #e55a54;
		}
		&.tagCheck{
			background: var(--color-theme);
			color: #fff;
		}
	}
	& a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}
}

.slick-arrow{
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	display: grid;
	aspect-ratio: 1;
	width: clamp(40px, calc(48 / 1200 * 100vw), 48px);
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid var(--color-border);
	border-radius: 100%;
	font-size: 0;
	overflow: hidden;
	transition: transform 0.2s ease-out;
	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 16 16" style="fill: none; stroke: black; stroke-width: 2px;"><polyline points="5 2 11 8 5 14"/></svg>') no-repeat center / 16px;
	}
	&.slick-prev:before{
		transform: scale(-1, 1);
	}
	&:hover{
		&.slick-prev{
			transform: translatex(-4px);
		}
		&.slick-next{
			transform: translatex(4px);
		}
	}
}














