@charset "UTF-8";
.l-page {
	display: grid;
	grid-template-columns: 1fr minmax(0, 500px) 1fr;
	min-height: 100vh;
	background-color: #f8f8f8;
	background-image: url(/assets/images/pages/index/bg-curve.svg), url(/assets/images/pages/index/bg-gradient.jpg);
	background-position:
		center 20px,
		center top;
	background-size:
		3000px auto,
		cover;
	background-repeat: no-repeat, no-repeat;
	background-attachment: fixed, scroll;
}
@media not all and (min-width: 48em) {
	.l-page {
		display: block;
		background-color: #fff;
		background-size:
			auto 100%,
			auto 100%;
		background-attachment: scroll, scroll;
	}
}
@supports ((background-image: -webkit-image-set(url() type('image/webp'))) or (background-image: image-set(url() type('image/webp')))) {
	.l-page {
		background-image:
			url(/assets/images/pages/index/bg-curve.svg),
			-webkit-image-set(url(/assets/images/pages/index/bg-gradient.webp) type('image/webp'), url(/assets/images/pages/index/bg-gradient.jpg) type('image/jpeg'));
		background-image: url(/assets/images/pages/index/bg-curve.svg), image-set(url(/assets/images/pages/index/bg-gradient.webp) type('image/webp'), url(/assets/images/pages/index/bg-gradient.jpg) type('image/jpeg'));
	}
}
.l-page__aside,
.l-page__main {
	min-height: 100vh;
}
@media not all and (min-width: 48em) {
	.l-page__aside {
		display: none;
	}
}
.l-page__sp-header {
	display: none;
}
@media not all and (min-width: 48em) {
	.l-page__sp-header {
		position: sticky;
		top: 0;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 2px solid #e5e5e5;
		min-height: 45px;
		padding: 10px 8px;
		background: #fff;
	}
}
@media not all and (min-width: 48em) {
	.l-page__sp-logo {
		display: block;
		flex: 0 0 106px;
		width: 106px;
	}
}
@media not all and (min-width: 48em) {
	.l-page__sp-logo img {
		display: block;
		width: 100%;
		height: auto;
	}
}
@media not all and (min-width: 48em) {
	.l-page__sp-nav {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		min-width: 0;
		row-gap: 8px;
	}
}
@media not all and (min-width: 48em) {
	.l-page__sp-nav-link {
		display: flex;
		align-items: center;
		border-left: 1px solid #000;
		min-height: 22px;
		padding: 0 11px;
		color: #000;
		font-weight: 500;
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing: 0.05em;
		white-space: nowrap;
	}
}
@media not all and (min-width: 48em) {
	.l-page__sp-nav-link:first-child {
		border-left: 0;
	}
}
.l-page__map-button {
	position: fixed;
	right: 0;
	bottom: 28px;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 12px 0 0 12px;
	width: 55px;
	height: 70px;
	color: #002859;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.02em;
	background: #fff;
	box-shadow: 0 0 14px #0003;
}
.l-page__map-button img {
	display: block;
	width: 22px;
	height: 22px;
}
.l-page__main {
	grid-column: 2;
	margin: 80px 0;
	border-radius: 50px;
	background: #fffc;
	box-shadow: 4px 4px 19.7px -7px #00000040;
}
@media not all and (min-width: 48em) {
	.l-page__main {
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
}
.l-page__aside--left {
	grid-column: 1;
}
.l-page__brand {
	position: sticky;
	top: 50%;
	transform: translateY(-50%);
	width: min(350px, 100% - 120px);
	margin-inline: auto;
}
.l-page__brand-logo {
	display: block;
	width: 100%;
	height: auto;
}
.l-page__aside--right {
	grid-column: 3;
}
.side-nav {
	position: sticky;
	top: 50%;
	transform: translateY(-50%);
	width: min(290px, 100% - 80px);
	margin-inline: auto;
}
.side-nav__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 2px solid #000;
	min-height: 60px;
	padding: 0 10px;
	color: #000;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.side-nav__link:last-child {
	border-bottom: 2px solid #000;
}
.side-nav__link:after {
	content: '';
	display: block;
	transform: rotate(45deg);
	border-top: 2px solid #4f7cac;
	border-right: 2px solid #4f7cac;
	width: 8px;
	height: 8px;
}
.p-hero {
	padding: 86px 0 150px;
	text-align: center;
}
@media not all and (min-width: 48em) {
	.p-hero {
		padding: 45px 0 92px;
	}
}
.p-hero__title {
	width: 200px;
	margin: 0 auto;
}
@media not all and (min-width: 48em) {
	.p-hero__title {
		width: 39%;
	}
}
@media not all and (min-width: 48em) {
	.p-hero__title img {
		display: block;
		width: 100%;
		height: auto;
	}
}
.p-hero__lead {
	padding: 0 10px;
	margin-top: 33px;
	color: #002857;
	font-weight: 800;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
@media not all and (min-width: 48em) {
	.p-hero__lead {
		padding: 0;
		margin-top: 23px;
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
.p-hero__cities {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 65px;
	margin-top: 62px;
}
@media not all and (min-width: 48em) {
	.p-hero__cities {
		z-index: 2;
		gap: 12.4%;
		margin-top: 50px;
	}
}
.p-hero__cities > li {
	width: 95px;
}
@media not all and (min-width: 48em) {
	.p-hero__cities > li {
		width: 19.4%;
	}
}
.p-hero__cities img {
	transition:
		filter 0.2s ease,
		transform 0.2s ease;
}
@media not all and (min-width: 48em) {
	.p-hero__cities img {
		display: block;
		width: 100%;
		height: auto;
	}
}
@media (hover: hover) {
	.p-hero__cities a:hover img,
	.p-hero__cities a:focus-visible img {
		filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.2));
		transform: translateY(-4px);
	}
}
.p-hero__image {
	margin: -50px auto 0;
	pointer-events: none;
}
@media not all and (min-width: 48em) {
	.p-hero__image {
		margin: -40px auto 0;
	}
}
.p-hero__chara {
	width: 265px;
	margin: -40px 0 0 21%;
}
@media not all and (min-width: 48em) {
	.p-hero__chara {
		width: 53.4%;
		margin: -31px auto 0;
	}
}
.p-hero__message {
	width: 296px;
	margin: 31px auto 0;
	color: #000;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.65;
	letter-spacing: 0.08em;
}
@media not all and (min-width: 48em) {
	.p-hero__message {
		width: 60%;
		margin: 22px auto 0;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 2.57;
		letter-spacing: 0.08em;
	}
}
.p-hero__message p {
	border-bottom: 4px dotted #809fbc;
}
.p-hero__message p:first-child {
	padding-top: 0;
}
.p-hero__message-city--cheongju {
	color: #df4b59;
}
.p-hero__message-city--gongju {
	color: #2166ae;
}
.p-hero__message-city--buyeo {
	color: #30934d;
}
.p-area-map {
	position: relative;
	padding: 60px 25px 35px;
	background: #f0ecfa;
	overflow: visible;
}
@media not all and (min-width: 48em) {
	.p-area-map {
		padding: 75px 25px 35px;
	}
}
.p-area-map:before,
.p-area-map:after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 65px;
	border-radius: 50% 50% 0 0;
	background: #f0ecfa;
	pointer-events: none;
}
.p-area-map:before {
	top: -40px;
	border-radius: 50% 50% 0 0;
}
@media not all and (min-width: 48em) {
	.p-area-map:before {
		content: none;
	}
}
.p-area-map:after {
	bottom: -65px;
	border-radius: 0 0 50% 50%;
}
@media not all and (min-width: 48em) {
	.p-area-map:after {
		bottom: -55px;
	}
}
.p-area-map__cloud {
	position: absolute;
	top: -133px;
	left: 50%;
	z-index: 2;
	width: 732px;
	max-width: none;
	transform: translate(-50%);
	pointer-events: none;
}
@media not all and (min-width: 48em) {
	.p-area-map__cloud {
		top: -73px;
		width: 100%;
	}
}
.p-area-map__inner {
	position: relative;
	z-index: 3;
}
.p-area-map__title {
	color: #070707;
	text-align: center;
}
.p-area-map__title-en,
.p-area-map__title-ja {
	display: block;
	line-height: 1;
}
.p-area-map__title-en {
	font-size: 4rem;
	letter-spacing: 0.05em;
	font-weight: 600;
}
@media not all and (min-width: 48em) {
	.p-area-map__title-en {
		font-size: 3.2rem;
	}
}
.p-area-map__title-ja {
	margin-top: 13px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 700;
}
@media not all and (min-width: 48em) {
	.p-area-map__title-ja {
		margin-top: 8px;
		font-size: 1.4rem;
	}
}
.p-area-map__overview {
	display: grid;
	gap: 16px;
	margin: 28px auto 0;
	width: 450px;
}
@media not all and (min-width: 48em) {
	.p-area-map__overview {
		width: auto;
	}
}
.p-area-map__image {
	border-radius: 10px;
}
.p-spot {
	--spot-primary: #ce4f4f;
	--spot-description: #cf1e1e;
	--spot-area-bg: #f9e0e0;
	--spot-card-divider: #a4a4a4;
	--spot-text: #070707;
	scroll-margin-top: -25px;
	padding-top: 100px;
	margin-top: 40px;
	background: #fff;
}
@media not all and (min-width: 48em) {
	.p-spot {
		scroll-margin-top: -35px;
		padding-top: 100px;
		margin-top: 25px;
	}
}
.p-spot[data-spot-city='gongju'] {
	--spot-primary: #00509a;
	--spot-description: #00509a;
	--spot-area-bg: #dbefff;
}
.p-spot[data-spot-city='buyeo'] {
	--spot-primary: #2f852c;
	--spot-description: #2f852c;
	--spot-area-bg: #dff2df;
}
.p-spot__title {
	color: var(--spot-text);
	text-align: center;
}
.p-spot__title-en,
.p-spot__title-ja {
	display: block;
	line-height: 1;
}
.p-spot__title-en {
	font-size: 4rem;
	letter-spacing: 0.05em;
	font-weight: 600;
}
@media not all and (min-width: 48em) {
	.p-spot__title-en {
		font-size: 3.2rem;
	}
}
.p-spot__title-ja {
	margin-top: 12px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 700;
}
@media not all and (min-width: 48em) {
	.p-spot__title-ja {
		margin-top: 8px;
		font-size: 1.4rem;
	}
}
.p-spot__tabs-wrapper {
	position: sticky;
	top: var(--sticky-header-height, 0px);
	z-index: 8;
	margin-top: 60px;
	overflow: hidden;
	border-bottom: 10px solid var(--spot-primary);
	background: #fff;
}
@media not all and (min-width: 48em) {
	.p-spot__tabs-wrapper {
		margin-top: 55px;
	}
}
.p-spot__tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-end;
}
.p-spot__tabs li {
	text-align: center;
}
.p-spot__tab {
	--spot-tab-color: #ce4f4f;
	position: relative;
	width: 100%;
	min-height: 75px;
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1;
	background: var(--spot-tab-color);
	border-radius: 10px 10px 0 0;
	transition: opacity 0.2s ease;
}
@media not all and (min-width: 48em) {
	.p-spot__tab {
		min-height: 55px;
		font-weight: 700;
		font-size: 1.8rem;
		border-radius: 8px 8px 0 0;
	}
}
.p-spot__tab[aria-selected='true'] {
	min-height: 90px;
}
@media not all and (min-width: 48em) {
	.p-spot__tab[aria-selected='true'] {
		min-height: 68px;
	}
}
@media (hover: hover) {
	.p-spot__tab:hover {
		opacity: 0.8;
	}
}
.p-spot__tab--gongju {
	--spot-tab-color: #00509a;
	border-inline: solid 1px #fff;
}
.p-spot__tab--buyeo {
	--spot-tab-color: #2f852c;
}
.p-spot__sticky-categories {
	display: none;
}
.p-spot--tabs-stuck .p-spot__tabs-wrapper {
	border-bottom: 0;
	border-radius: 0;
	box-shadow: 0 6px 12px #0000001f;
}
.p-spot--tabs-stuck .p-spot__tab {
	min-height: 75px;
}
@media not all and (min-width: 48em) {
	.p-spot--tabs-stuck .p-spot__tab {
		min-height: 38px;
	}
}
.p-spot--tabs-stuck .p-spot__tab[aria-selected='true'] {
	min-height: 90px;
}
@media not all and (min-width: 48em) {
	.p-spot--tabs-stuck .p-spot__tab[aria-selected='true'] {
		min-height: 45px;
	}
}
.p-spot--tabs-stuck .p-spot__tab[aria-selected='true']:after {
	content: '';
	position: absolute;
	right: 18px;
	bottom: 0;
	left: 18px;
	height: 1px;
	background: #fff;
}
.p-spot--tabs-stuck .p-spot__sticky-categories {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--spot-primary);
}
.p-spot__sticky-category {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	min-height: 40px;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media not all and (min-width: 48em) {
	.p-spot__sticky-category {
		font-size: 1rem;
	}
}
.p-spot__sticky-category--sightseeing {
	--spot-sticky-category-icon: url(/assets/images/pages/index/spot_nav-sightseeing.svg);
}
.p-spot__sticky-category--gourmet {
	--spot-sticky-category-icon: url(/assets/images/pages/index/spot_nav-gourmet.svg);
}
.p-spot__sticky-category--hotel {
	--spot-sticky-category-icon: url(/assets/images/pages/index/spot_nav-hotel.svg);
}
.p-spot__sticky-category--tour {
	--spot-sticky-category-icon: url(/assets/images/pages/index/spot_nav-tour.svg);
}
.p-spot__sticky-category-icon {
	display: block;
	width: 18px;
	height: 18px;
	background: var(--spot-sticky-category-icon) center/contain no-repeat;
}
.p-spot__map-control {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	visibility: visible !important;
	opacity: 0% !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: 4px !important;
	height: 4px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
.p-spot__filters {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 35px;
	background: var(--spot-area-bg);
}
@media not all and (min-width: 48em) {
	.p-spot__filters {
		margin-top: 26px;
	}
}
.p-spot__filters > li {
	display: grid;
}
.p-spot__filter {
	display: grid;
	place-items: center;
	border-radius: 999px;
	border: solid 1px #fff;
	min-height: 40px;
	color: var(--spot-primary);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	background: #ffffff80;
	cursor: pointer;
}
@media not all and (min-width: 48em) {
	.p-spot__filter {
		min-height: 30px;
		font-size: 1rem;
	}
}
.p-spot__map-control--sightseeing:checked ~ .p-spot__filters .p-spot__filter--sightseeing,
.p-spot__map-control--gourmet:checked ~ .p-spot__filters .p-spot__filter--gourmet,
.p-spot__map-control--hotel:checked ~ .p-spot__filters .p-spot__filter--hotel,
.p-spot__map-control--tour:checked ~ .p-spot__filters .p-spot__filter--tour {
	background: #fff;
	border: solid 2px var(--spot-primary);
}
.p-spot__filter:focus-visible {
	outline: 2px solid var(--spot-primary);
	outline-offset: 3px;
}
.p-spot__area {
	padding: 35px 24px 65px;
	background: var(--spot-area-bg);
}
@media not all and (min-width: 48em) {
	.p-spot__area {
		padding: 30px 20px;
	}
}
.p-spot__area[hidden] {
	display: none;
}
.p-spot__heading {
	display: flex;
	align-items: center;
	gap: 24px;
	border-bottom: 2px solid var(--spot-primary);
	padding-bottom: 27px;
	color: var(--spot-primary);
}
@media not all and (min-width: 48em) {
	.p-spot__heading {
		gap: 15px;
		padding-bottom: 23px;
	}
}
.p-spot__heading h3 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1;
}
@media not all and (min-width: 48em) {
	.p-spot__heading h3 {
		font-size: 3.2rem;
	}
}
.p-spot__heading p {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1;
}
@media not all and (min-width: 48em) {
	.p-spot__heading p {
		font-size: 1.7rem;
	}
}
.p-spot__map {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 450/425;
	margin: 15px auto 0;
}
.p-spot__map-image {
	display: none;
	width: 100%;
	height: 100%;
}
.p-spot__map svg {
	overflow: visible;
}
.p-spot__map svg a {
	cursor: pointer;
}
.p-spot__map svg a path {
	transition: filter 0.2s ease;
}
@media (hover: hover) {
	.p-spot__map svg a:hover path {
		filter: drop-shadow(0 4px 5px rgba(7, 7, 7, 0.24));
	}
}
.p-spot__map svg a:focus-visible path {
	filter: drop-shadow(0 4px 5px rgba(7, 7, 7, 0.24));
}
.p-spot__map-control--sightseeing:checked ~ .p-spot__map .p-spot__map-image--sightseeing,
.p-spot__map-control--gourmet:checked ~ .p-spot__map .p-spot__map-image--gourmet,
.p-spot__map-control--hotel:checked ~ .p-spot__map .p-spot__map-image--hotel,
.p-spot__map-control--tour:checked ~ .p-spot__map .p-spot__map-image--tour {
	display: block;
}
.p-spot__intro {
	color: var(--spot-text);
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
@media not all and (min-width: 48em) {
	.p-spot__intro {
		font-size: 1.4rem;
	}
}
.p-spot__access {
	--spot-access-arrow-offset: 16px;
	margin-top: 57px;
}
@media not all and (min-width: 48em) {
	.p-spot__access {
		--spot-access-arrow-offset: 12px;
		margin-top: 45px;
	}
}
.p-spot__access-title {
	color: var(--spot-text);
	font-weight: 700;
	font-size: 3.2rem;
}
@media not all and (min-width: 48em) {
	.p-spot__access-title {
		font-size: 2.4rem;
		line-height: 1.35;
	}
}
.p-spot__access-routes {
	display: grid;
	gap: 25px;
	margin-top: 44px;
}
@media not all and (min-width: 48em) {
	.p-spot__access-routes {
		gap: 16px;
		margin-top: 35px;
	}
}
.p-spot__access-route-title {
	position: relative;
	padding-left: 22px;
	color: var(--spot-text);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.8;
}
@media not all and (min-width: 48em) {
	.p-spot__access-route-title {
		padding-left: 14px;
		font-size: 1.6rem;
	}
}
.p-spot__access-route-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: var(--spot-primary);
}
@media not all and (min-width: 48em) {
	.p-spot__access-route-title:before {
		width: 11px;
		height: 11px;
	}
}
.p-spot__access-flow {
	display: grid;
	grid-template-columns: 150px 1fr 150px;
	margin: 34px 0 0 19px;
}
@media not all and (min-width: 48em) {
	.p-spot__access-flow {
		grid-template-columns: minmax(0, 1fr) 125px minmax(0, 1fr);
		align-items: center;
		margin: 26px 0 0;
	}
}
@media not all and (min-width: 48em) {
	.p-spot__access-flow + .p-spot__access-flow {
		margin-top: 16px;
	}
}
.p-spot__access-place {
	display: grid;
	place-items: center;
	border-radius: 5px;
	min-height: 70px;
	padding: 12px 10px;
	color: var(--spot-text);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	background: #fff;
}
@media not all and (min-width: 48em) {
	.p-spot__access-place {
		min-height: 58px;
		padding: 10px 8px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
.p-spot__access-time {
	position: relative;
	color: var(--spot-primary);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
}
@media not all and (min-width: 48em) {
	.p-spot__access-time {
		font-size: 1.3rem;
		line-height: 1;
	}
}
.p-spot__access-duration {
	display: inline-block;
	transform: translateY(-12px);
}
@media not all and (min-width: 48em) {
	.p-spot__access-duration {
		transform: translateY(-22px);
	}
}
.p-spot__access-time:before {
	content: '';
	position: absolute;
	top: 50%;
	right: var(--spot-access-arrow-offset);
	left: 0;
	transform: translateY(-50%);
	height: 3px;
	background: var(--spot-primary);
}
@media not all and (min-width: 48em) {
	.p-spot__access-time:before {
		left: 8px;
		height: 3px;
	}
}
.p-spot__access-time:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 13px solid var(--spot-primary);
}
@media not all and (min-width: 48em) {
	.p-spot__access-time:after {
		right: 4px;
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 11px;
	}
}
.p-spot__category {
	--spot-card-number-height: 49px;
	--spot-card-number-icon: url(/assets/images/pages/index/spot_icon-detail-gourmet.svg);
	--spot-card-number-width: 49px;
	position: relative;
	border-radius: 8px;
	background: #fff;
}
.p-spot__category:has(.p-spot__category-icon--sightseeing) {
	--spot-card-number-height: 43px;
	--spot-card-number-icon: url(/assets/images/pages/index/spot_icon-detail-sightseeing.svg);
	--spot-card-number-width: 49px;
}
@media not all and (min-width: 48em) {
	.p-spot__category:has(.p-spot__category-icon--sightseeing) {
		--spot-card-number-height: 36px;
		--spot-card-number-width: 36px;
	}
}
.p-spot__category:has(.p-spot__category-icon--gourmet) {
	--spot-card-number-height: 49px;
	--spot-card-number-icon: url(/assets/images/pages/index/spot_icon-detail-gourmet.svg);
	--spot-card-number-width: 49px;
}
@media not all and (min-width: 48em) {
	.p-spot__category:has(.p-spot__category-icon--gourmet) {
		--spot-card-number-height: 36px;
		--spot-card-number-width: 36px;
	}
}
.p-spot__category:has(.p-spot__category-icon--hotel) {
	--spot-card-number-height: 51px;
	--spot-card-number-icon: url(/assets/images/pages/index/spot_icon-detail-hotel.svg);
	--spot-card-number-width: 45px;
}
@media not all and (min-width: 48em) {
	.p-spot__category:has(.p-spot__category-icon--hotel) {
		--spot-card-number-height: 36px;
		--spot-card-number-width: 36px;
	}
}
.p-spot__category + .p-spot__category {
	margin-top: 14px;
}
.p-spot__intro + .p-spot__category {
	margin-top: 45px;
}
@media not all and (min-width: 48em) {
	.p-spot__intro + .p-spot__category {
		margin-top: 38px;
	}
}
.p-spot__access + .p-spot__category {
	margin-top: 45px;
}
.p-spot__category-title {
	display: flex;
	align-items: center;
	gap: 26px;
	position: relative;
	padding: 37px 30px;
	width: 100%;
	color: var(--spot-text);
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1;
}
@media not all and (min-width: 48em) {
	.p-spot__category-title {
		gap: 23px;
		padding: 28px 20px;
		font-size: 1.8rem;
	}
}
.p-spot__category-title:after {
	content: '';
	position: absolute;
	right: 25px;
	width: 21px;
	height: 3px;
	background: currentColor;
}
@media not all and (min-width: 48em) {
	.p-spot__category-title:after {
		width: 18px;
		height: 2px;
	}
}
.p-spot__category-title:before {
	content: '';
	position: absolute;
	right: 25px;
	width: 21px;
	height: 3px;
	transform: rotate(90deg);
	background: currentColor;
}
@media not all and (min-width: 48em) {
	.p-spot__category-title:before {
		width: 18px;
		height: 2px;
	}
}
.p-spot__category-title[aria-expanded='true']:before {
	content: none;
}
.p-spot__category-icon {
	display: block;
	width: 37px;
	aspect-ratio: var(--spot-category-icon-ratio);
	flex: 0 0 auto;
	background-color: var(--spot-category-icon-color, var(--spot-primary));
	-webkit-mask: var(--spot-category-icon) center/contain no-repeat;
	mask: var(--spot-category-icon) center/contain no-repeat;
}
@media not all and (min-width: 48em) {
	.p-spot__category-icon {
		width: 29px;
	}
}
.p-spot__category-icon--sightseeing {
	--spot-category-icon: url(/assets/images/pages/index/spot_icon-sightseeing.svg);
	--spot-category-icon-ratio: 36 / 33;
}
.p-spot__category-icon--gourmet {
	--spot-category-icon: url(/assets/images/pages/index/spot_icon-gourmet.svg);
	--spot-category-icon-ratio: 36 / 37;
}
.p-spot__category-icon--hotel {
	--spot-category-icon: url(/assets/images/pages/index/spot_icon-hotel.svg);
	--spot-category-icon-ratio: 43 / 26;
	width: 43px;
}
@media not all and (min-width: 48em) {
	.p-spot__category-icon--hotel {
		width: 29px;
	}
}
.p-spot__category-icon--tour {
	--spot-category-icon: url(/assets/images/pages/index/spot_icon-tour.svg);
	--spot-category-icon-ratio: 34 / 42;
}
.p-spot__category-body[hidden] {
	display: none;
}
.p-spot__category-body {
	position: relative;
	overflow: hidden;
	transition:
		height 0.32s ease,
		opacity 0.24s ease;
}
.p-spot__category-body:before {
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	left: 25px;
	height: 2px;
	background: var(--spot-primary);
}
@media not all and (min-width: 48em) {
	.p-spot__category-body:before {
		right: 20px;
		left: 20px;
	}
}
.p-spot__cards {
	padding: 0 0 22px;
}
.p-spot-card {
	position: relative;
	padding: 38px 25px 40px;
}
@media not all and (min-width: 48em) {
	.p-spot-card {
		padding: 30px 20px 25px;
	}
}
.p-spot-card + .p-spot-card:before {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	left: 20px;
	border-top: 4px dotted var(--spot-card-divider);
}
.p-spot-card + .p-spot-card:after {
	content: '';
	position: absolute;
	top: -9px;
	left: -9px;
	right: -9px;
	height: 18px;
	background:
		radial-gradient(circle at 9px 9px, var(--spot-area-bg) 0 9px, transparent 9.5px) left center/18px 18px no-repeat,
		radial-gradient(circle at calc(100% - 9px) 9px, var(--spot-area-bg) 0 9px, transparent 9.5px) right center/18px 18px no-repeat;
}
.p-spot-card__heading {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: var(--spot-primary);
}
@media not all and (min-width: 48em) {
	.p-spot-card__heading {
		gap: 12px;
	}
}
.p-spot-card__number {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: var(--spot-card-number-width);
	height: var(--spot-card-number-height);
	color: #fff;
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	background-color: var(--spot-primary);
	-webkit-mask: var(--spot-card-number-icon) center/contain no-repeat;
	mask: var(--spot-card-number-icon) center/contain no-repeat;
}
@media not all and (min-width: 48em) {
	.p-spot-card__number {
		font-size: 1.9rem;
	}
}
.p-spot-card__number > span {
	transform: translateY(5px);
}
#spot-category-cheongju-gourmet .p-spot-card__number > span,
#spot-category-gongju-gourmet .p-spot-card__number > span,
#spot-category-buyeo-gourmet .p-spot-card__number > span {
	transform: translateY(1px);
}
.p-spot-card__title-block {
	margin-top: 5px;
}
@media not all and (min-width: 48em) {
	.p-spot-card__title-block {
		margin-top: 3px;
	}
}
.p-spot-card__title {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
@media not all and (min-width: 48em) {
	.p-spot-card__title {
		font-size: 1.8rem;
	}
}
.p-spot-card__title-note {
	font-size: 1.5rem;
	letter-spacing: 0;
}
.p-spot-card__kana {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media not all and (min-width: 48em) {
	.p-spot-card__kana {
		font-size: 1.1rem;
		line-height: 1.4;
	}
}
.p-spot-card__body {
	display: grid;
	grid-template-columns: 1fr 185px;
	gap: 18px;
	align-items: start;
	margin-top: 20px;
}
@media not all and (min-width: 48em) {
	.p-spot-card__body {
		grid-template-columns: minmax(0, 1fr) 46%;
		gap: 12px;
		margin-top: 16px;
	}
}
.p-spot-card__text {
	grid-column: 1;
	grid-row: 1;
	color: var(--spot-text);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
@media not all and (min-width: 48em) {
	.p-spot-card__text {
		font-size: 1.3rem;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}
}
.p-spot-card__image {
	grid-column: 2;
	grid-row: 1;
	border-radius: 20px;
	overflow: hidden;
}
@media not all and (min-width: 48em) {
	.p-spot-card__image {
		width: 100%;
		border-radius: 10px;
	}
}
.p-spot-card__meta {
	display: grid;
	gap: 8px;
	margin-top: 25px;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1;
}
@media not all and (min-width: 48em) {
	.p-spot-card__meta {
		gap: 5px;
		margin-top: 20px;
		font-size: 1rem;
	}
}
.p-spot-card__meta-item {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 8px;
}
@media not all and (min-width: 48em) {
	.p-spot-card__meta-item {
		grid-template-columns: 52px 1fr;
		gap: 15px;
	}
}
.p-spot-card__meta-title {
	color: var(--spot-text);
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media not all and (min-width: 48em) {
	.p-spot-card__meta-title {
		font-size: 1.2rem;
		line-height: 1.45;
	}
}
.p-spot-card__meta-description {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
}
@media not all and (min-width: 48em) {
	.p-spot-card__meta-description {
		font-size: 1.2rem;
		line-height: 1.55;
	}
}
.p-spot-card__note {
	display: flex;
}
.p-spot-card__qr-area {
	display: grid;
	justify-items: center;
	gap: 8px;
	margin-top: 28px;
}
.p-spot-card__qr {
	width: 186px;
}
.p-spot-card__qr-caption {
	position: relative;
	display: grid;
	place-items: center;
	border-radius: 999px;
	padding: 9px 20px;
	max-width: 328px;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	background-color: var(--spot-primary);
}
@media not all and (min-width: 48em) {
	.p-spot-card__qr-caption {
		font-size: 1.3rem;
	}
}
.p-spot-card__qr-caption:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translate(-50%);
	border-right: 8px solid transparent;
	border-bottom: 14px solid var(--spot-primary);
	border-left: 8px solid transparent;
}
.p-ending {
	display: grid;
	place-items: center;
	border-radius: 0 0 50px 50px;
	padding: 78px 0 50px;
	background: #fff;
}
@media not all and (min-width: 48em) {
	.p-ending {
		border-radius: 0;
		padding: 57px 0 50px;
	}
}
.p-ending__chara {
	width: 210px;
}
@media not all and (min-width: 48em) {
	.p-ending__chara {
		width: 42%;
	}
}
.p-ending__logo {
	width: 225px;
	margin-top: 15px;
}
@media not all and (min-width: 48em) {
	.p-ending__logo {
		width: 45%;
	}
}
.p-ending__copyright {
	display: block;
	color: #8c8c8c;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 8px;
}
@media not all and (min-width: 48em) {
	.p-ending__copyright {
		font-size: 0.9rem;
	}
}
*,
:before,
:after {
	box-sizing: border-box;
	background-repeat: no-repeat;
}
:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}
:where(:root) {
	cursor: default;
	line-height: 1.5;
	overflow-wrap: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}
:where(body) {
	margin: 0;
}
:where(h1) {
	font-size: 2em;
	margin: 0.67em 0;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
	margin: 0;
}
:where(hr) {
	color: inherit;
	height: 0;
}
:where(nav) :where(ol, ul) {
	list-style-type: none;
	padding: 0;
}
:where(nav li):before {
	content: '​';
	float: left;
}
:where(pre) {
	font-family: monospace, monospace;
	font-size: 1em;
	overflow: auto;
}
:where(abbr[title]) {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
:where(b, strong) {
	font-weight: bolder;
}
:where(code, kbd, samp) {
	font-family: monospace, monospace;
	font-size: 1em;
}
:where(small) {
	font-size: 80%;
}
:where(audio, canvas, iframe, img, svg, video) {
	vertical-align: middle;
}
:where(iframe) {
	border-style: none;
}
:where(svg:not([fill])) {
	fill: currentColor;
}
:where(table) {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}
:where(button, input, select) {
	margin: 0;
}
:where(button, [type='button' i], [type='reset' i], [type='submit' i]) {
	-webkit-appearance: button;
}
:where(fieldset) {
	border: 1px solid #a0a0a0;
}
:where(progress) {
	vertical-align: baseline;
}
:where(textarea) {
	margin: 0;
	resize: vertical;
}
:where([type='search' i]) {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
:where(dialog) {
	background-color: #fff;
	border: solid;
	color: #000;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: fit-content;
}
:where(dialog:not([open])) {
	display: none;
}
:where(details > summary:first-of-type) {
	display: list-item;
}
:where([aria-busy='true' i]) {
	cursor: progress;
}
:where([aria-controls]) {
	cursor: pointer;
}
:where([aria-disabled='true' i], [disabled]) {
	cursor: not-allowed;
}
:where([aria-hidden='false' i][hidden]) {
	display: initial;
}
:where([aria-hidden='false' i][hidden]:not(:focus)) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}
:where(iframe, img, input, video, select, textarea) {
	height: auto;
	max-width: 100%;
}
:where(button, input, select, textarea) {
	background-color: transparent;
	border: 1px solid WindowFrame;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	padding: 0.25em 0.375em;
}
:where(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
	border-radius: 0;
	padding-right: 1em;
}
:where(select[multiple]) {
	background-image: none;
}
:where([type='color' i], [type='range' i]) {
	border-width: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-tap-highlight-color: revert;
	cursor: revert;
	min-width: 1280px;
	font-size: 62.5%;
	font-family:
		Noto Sans JP,
		sans-serif;
	line-break: strict;
	overflow-wrap: anywhere;
	scroll-behavior: smooth;
}
@media not all and (min-width: 48em) {
	html {
		min-width: 375px;
		scroll-padding-top: var(--sticky-header-height, 0px);
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	font-size: 1.6rem;
}
li {
	list-style-type: none;
}
th {
	font-weight: inherit;
}
address {
	font-style: inherit;
}
fieldset {
	border: 0;
	min-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
h1 {
	margin: 0;
}
cite,
dfn,
em,
i,
var {
	font-style: inherit;
}
small {
	font-size: inherit;
}
a {
	color: currentColor;
	text-decoration: none;
}
button,
input,
select,
textarea {
	border: 0;
	padding: 0;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
	cursor: not-allowed;
}
button {
	touch-action: manipulation;
}
button:not(:disabled, [aria-disabled='true']) {
	cursor: pointer;
}
[hidden][hidden] {
	display: none !important;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}
:where(dialog) {
	width: unset;
	max-width: unset;
	height: unset;
	max-height: unset;
	padding: unset;
	color: unset;
	background-color: unset;
	border: unset;
	overflow: unset;
}
.font-jost {
	font-family: Jost, sans-serif;
}
.font-baloo {
	font-family: 'Baloo 2', sans-serif;
}
.u-d-none {
	display: none !important;
}
.u-d-inline {
	display: inline !important;
}
.u-d-inline-block {
	display: inline-block !important;
}
.u-d-block {
	display: block !important;
}
.u-d-grid {
	display: grid !important;
}
.u-d-table {
	display: table !important;
}
.u-d-table-row {
	display: table-row !important;
}
.u-d-table-cell {
	display: table-cell !important;
}
.u-d-flex {
	display: flex !important;
}
.u-d-inline-flex {
	display: inline-flex !important;
}
@media (min-width: 48em) {
	.u-d-md-none {
		display: none !important;
	}
	.u-d-md-inline {
		display: inline !important;
	}
	.u-d-md-inline-block {
		display: inline-block !important;
	}
	.u-d-md-block {
		display: block !important;
	}
	.u-d-md-grid {
		display: grid !important;
	}
	.u-d-md-table {
		display: table !important;
	}
	.u-d-md-table-row {
		display: table-row !important;
	}
	.u-d-md-table-cell {
		display: table-cell !important;
	}
	.u-d-md-flex {
		display: flex !important;
	}
	.u-d-md-inline-flex {
		display: inline-flex !important;
	}
}
.u-visually-hidden-focusable:not(:focus, :focus-within) {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	visibility: visible !important;
	opacity: 0% !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: 4px !important;
	height: 4px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
.u-visually-hidden {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	visibility: visible !important;
	opacity: 0% !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: 4px !important;
	height: 4px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
