@charset "UTF-8";
/*===================================
kanmachi
===================================*/

/*共通*/
.main_Wrap {
	background: url(../img/main.webp) no-repeat center center / cover;
	aspect-ratio: 1920/207;
	position: relative;
}
.main_Wrap .page_ttl--Box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page_ttl {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	color: #fff;
	font-size: min(1.93vw, 27px);
	letter-spacing: 0.31em;
	text-align: center;
}
.page_ttl small {
	display: block;
	font-size: min(0.93vw, 13px);
	letter-spacing: 0.19em;
	margin: 10px -0.19em 0 0;
}
.page_ttl::after {
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
	margin: 15px auto 0;
}

/* かんまち */
.content {
	max-width: 1200px;
}
.w-90 {
	width: 90%;
	margin: 0 auto;
}
.w-40 {
	width: 40%;
}
.w-50 {
	width: 50%;
}
.max-w-1000 {
	max-width: 1000px;
}
.leading-relax {
	line-height: 1.2;
}

._flex {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
._flex-row-re {
	flex-direction: row-reverse;
}
._flex-col-re {
	flex-direction: column-reverse;
}

.nanshu-txt {
	color: #cec600;
}
.nanshu-bg {
	background-color: #cec600;
}
.jinjya-txt {
	color: #3db270;
}
.jinjya-bg {
	background-color: #3db270;
}
.meizanbori-txt {
	color: #ed6d46;
}
.meizanbori-bg {
	background-color: #ed6d46;
}
.senganen-txt {
	color: #e8528d;
}
.senganen-bg {
	background-color: #e8528d;
}
.mainMap {
	margin-bottom: 2rem;
}
.linkBtn-area {
	background-image: url(../img/map-bgimg.webp);
	background-size: cover;
	padding: 20px 0;
	& ul {
		margin: 2rem auto;
		display: flex;
		justify-content: center;
		gap: 2rem;
		flex-wrap: wrap;
		& li {
			text-align: center;
			width: 48%;
			border-radius: 10px;
			box-shadow: rgba(35, 24, 21, 0.5) 5px 5px 5px;
			& a {
				font-family: sans-serif;
				font-weight: bold;
				color: #000;
				display: block;
				padding: 1rem 0;
			}
		}
	}

	ul li:nth-of-type(1) {
		background-color: #eeed80;
	}
	ul li:nth-of-type(2) {
		background-color: #afdbd4;
	}
	ul li:nth-of-type(3) {
		background-color: #f4af8f;
	}
	ul li:nth-of-type(4) {
		background-color: #f6c8dd;
	}
}

.ttl-box {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 12px;
	& h3 {
		margin-left: calc(50% - 50vw);
		padding-left: calc(50vw - 50%);
		padding-bottom: 2rem;
		font-size: clamp(1.75rem, 0.977rem + 3.86vw, 3.875rem);
		letter-spacing: -0.05em;
		& span {
			display: inline-block;
		}
	}
	& .area-img01 {
		margin-right: calc(50% - 50vw);
		max-width: 524px;
	}
}
.ttl-box-re {
	width: 90%;
	margin: 0 auto;
	flex-direction: row-reverse;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 12px;
	& h3 {
		margin-right: calc(50% - 50vw);
		padding-right: calc(50vw - 50%);
		padding-bottom: 2rem;
		font-size: clamp(1.75rem, 0.977rem + 3.86vw, 3.875rem);
		letter-spacing: -0.05em;
		& span {
			display: inline-block;
		}
	}
	& .area-img01 {
		margin-left: calc(50% - 50vw);
		max-width: 524px;
	}
}

.illustration {
	max-height: 164px;
}

.area-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	margin: 4rem auto;
	& .area-text {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		font-family: sans-serif;
		line-height: 1.4;
	}
	& h4 {
		font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
		font-family: serif;
	}
}
.shop-name {
	font-family: sans-serif;
	display: flex;
	justify-content: space-between;
	border-bottom: #000 dotted 1px;
	padding-bottom: 0.5em;
	& .name-jp {
		font-weight: bold;
		display: flex;
		gap: 1rem;
		align-items: end;
	}
	& .name-en {
		font-size: 70%;
	}
	& .number {
		color: #fff;
		display: flex;
		width: 24px;
		height: 24px;
		border-radius: 12px;
		justify-content: center;
		align-items: center;
	}
}
.shop-info {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
	line-height: 1.4;
}

#nanshu {
	background: linear-gradient(90deg, rgba(247, 245, 187, 0.15), #fff, rgba(247, 245, 187, 0.15));
	& .ttl-box {
		& h3 {
			background: linear-gradient(transparent 85%, #eeed80 100%);
		}
	}
}
#jinjya {
	background: linear-gradient(90deg, rgba(212, 234, 228, 0.15), #fff, rgba(212, 234, 228, 0.15));
	& .ttl-box-re {
		& h3 {
			background: linear-gradient(transparent 85%, #afdbd4 100%);
		}
	}
	h4 figure {
		width: 336px;
		margin: 0 auto;
	}
	h5 {
		border-top: 1px #000 solid;
		border-bottom: #000 1px solid;
		font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
		padding: 1rem 0;
		margin: 1rem 0;
	}
	.saigou-nansyu-kenshoukan {
		& .area-content {
			& .area-img,
			& .area-text {
				width: 50%;
			}
		}
	}
}

#meizanbori {
	background: linear-gradient(90deg, rgba(249, 213, 200, 0.15), #fff, rgba(249, 213, 200, 0.15));
	& .ttl-box {
		& h3 {
			background: linear-gradient(transparent 85%, #f4af8f 100%);
		}
	}
}
#senganen {
	background: linear-gradient(90deg, rgba(247, 226, 235, 0.15), #fff, rgba(247, 226, 235, 0.15));
	& .ttl-box-re {
		& h3 {
			background: linear-gradient(transparent 85%, #f6c8dd 100%);
		}
	}
}

#nanshu,
#jinjya,
#meizanbori,
#senganen {
	overflow: hidden;
	/* scroll-margin-top: 120px; */
}

/*     tab
--------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 700px) {
	/* .ttl-box {
		& .sp {
			display: block;
		}
		& .pc {
			display: none;
		}
	} */
}

/*     sp
--------------------*/
@media screen and (max-width: 767px) {
	/*共通*/
	._flex_sp {
		flex-direction: column;
	}

	.main_Wrap {
		background: url(../img/main_sp.webp) no-repeat center center / cover;
		aspect-ratio: 375/300;
	}
	.page_ttl {
		font-size: 19px;
	}
	.page_ttl small {
		font-size: 11px;
		margin: 8px -0.19em 0 0;
	}
	.page_ttl::after {
		width: 60px;
		margin: 12px auto 0;
	}

	/* かんまち */

	.linkBtn-area {
		& ul {
			flex-direction: column;
			align-items: center;
			& li {
				width: 80%;
			}
		}
	}
	.ttl-box,
	.ttl-box-re {
		position: relative;
		flex-wrap: wrap;
		& .ttl {
			width: 48%;
			& figure {
				width: 90vw;
			}
		}
		& .illustration {
			position: absolute;
			width: 30px;
			right: 50%;
		}
		& .area-img01 {
			width: 48%;
		}
	}

	.area-content {
		flex-direction: column;
		align-items: center;
	}
	.flex-reverse {
		flex-direction: column-reverse;
	}
	#nanshu {
		& .illustration {
			width: 50px;
			right: 47%;
		}
	}
	#jinjya {
		& .saigou-nansyu-kenshoukan {
			& .area-content {
				& .area-img,
				& .area-text {
					width: 100%;
				}
			}
		}
		& .illustration {
			width: 15%;
			right: 0%;
		}
	}
	#meizanbori {
		& .illustration {
			width: 15%;
			right: 50%;
		}
	}
	#senganen {
		& .illustration {
			width: 15%;
			right: 50%;
		}
	}
}
