@charset "UTF-8";
.c_main_hd_wrap {
	background-image: url("/media/gourmet_and_souvenir/header@2x.jpg");
}

.pc {
}
.sp {
	display: none;
}

.inner {
	max-width: 990px;
	margin: 0 auto;
}

.gas_cap_wrap {
}
.gas_cap {
	text-align: center;
	line-height: 2.3;
	padding: 50px 0;
}

.anchors {
	margin-bottom: 50px;
}
.anchors_list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.anchors_list li {
	font-size: 20px;
	font-weight: bold;
	width: calc((50% - 10px) / 2);
	max-width: 250px;
	text-align: center;
}
.anchors_list li a {
	padding: 10px 18px;
	width: 100%;
	position: relative;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	border-radius: 5px;
	gap: 10px;
}
.anchors_list li a span {
	display: flex;
}
.anchors_list li a::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/media/gourmet_and_souvenir/anchor_link_icon_2603.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 10px;
	transition: background-image 0.3s ease;
}

.main_cnt {
}
.top_img {
	margin-bottom: 40px;
}
.top_img_cnt {
}
.top_img_cnt img {
}
.recommend {
	position: relative;
	z-index: 3;
	padding-bottom: 40px;
}
.recommend::before {
	content: "";
	display: block;
	width: 100vw;
	height: 265px;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	background: url(../media/gourmet_and_souvenir/recommend-hd-bg@2x.jpg) left /
		1440px 100%;
	z-index: -1;
}
.recommend_hd {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 0 0 25px 25px;
	background: #002c83;
	margin: 0 auto 70px;
	font-size: 28px;
	font-weight: bold;
	width: 285px;
	height: 65px;
}
.recommend_wrap {
}
.recommend_cnt {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.product_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 30px;
	max-width: 900px;
	margin: 0 auto;
}

.product_item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 15px 0;
}

.product_img {
	width: 100%;
	aspect-ratio: 360 / 235;
}

.product_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	background-color: #f5f5f5;
}

.product_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	align-self: start;
}

.product_desc {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	color: #333;
}

.tag_tateyama {
	--m_color: #f58630;
	--s_color: #f7ece4;
}
.tag_murodou {
	--m_color: #65b812;
	--s_color: #e5efdb;
}
.tag_kurobe_daira {
	--m_color: #49b0db;
	--s_color: #d9ecf4;
}
.tag_kurobe_dam {
	--m_color: #7e55a7;
	--s_color: #f0e5fa;
}
.tag_ougizawa {
	--m_color: #7e55a7;
	--s_color: #f0e5fa;
}
.sec {
	padding: 100px 0 20px;
}
.sec_hd {
	margin-bottom: 17px;
}
.sec_hd_ttl {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 19px 30px;
	margin-bottom: 18px;
	background: #002c83;
	border-radius: 5px;
}
.sec_hd_ttl span {
	display: flex;
	flex-shrink: 0;
}
.sec_hd_ttl h2 {
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
}
.sec_hd_note {
}
.sec_cnt {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px 13px;
}
.sec_box {
}
.sec_box:hover {
}
.sec_box_img {
	aspect-ratio: 260 / 210;
	overflow: hidden;
	border: var(--m_color) 4px solid;
	border-radius: 7px;
	position: relative;
}
.sec_box_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}
.sec_box:hover .sec_box_img > img {
	scale: 1.1;
}
.sec_box_img figcaption {
	position: absolute;
	z-index: 2;
	background: var(--m_color);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	left: 0px;
	top: 0px;
	border-radius: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 13px;
	line-height: 20px;
}
.sec_box_img figcaption span {
	display: flex;
}
.gourmet {
}
.souvenir {
	margin-bottom: 70px;
}

.modal_bg {
	position: fixed;
	width: 100%;
	height: 100svh;
	z-index: 8999;
	background: #00000080;
	opacity: 0.3;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}
.modal {
	position: fixed;
	width: 100%;
	height: 100svh;
	padding: 100px 0;
	z-index: 9500;
	top: 0;
	left: 0;
	overflow: scroll;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}
.modal_bg.is-active,
.modal.is-active {
	opacity: 1;
	visibility: visible;
}
.modal_wrap {
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 0 auto;
	background: #ffffff;
	border: 7px solid var(--m_color);
	border-radius: 30px;
	padding: 80px;
	position: relative;
}
.modal_closebtn {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: block;
	background: #404040;
	position: absolute;
	top: -30px;
	right: -20px;
}
.modal_closebtn span {
	display: block;
	width: 42px;
	height: 5px;
	border-radius: 9999px;
	background: #ffffff;
	position: absolute;
	transform: translate(50%, 50%) rotate(45deg);
	right: 50%;
	bottom: 50%;
}
.modal_closebtn span:last-child {
	transform: translate(50%, 50%) rotate(-45deg);
}
.modal_hd {
	display: flex;
	gap: 45px;
	align-items: center;
	margin-bottom: 33px;
}
.modal_hd_img {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 7px;
}
.modal_hd_txt {
}
.modal_hd_txt h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}
.modal_detail {
	padding: 40px 50px;
	background: var(--s_color);
	border-radius: 15px;
	margin-bottom: 50px;
}
.modal_detail dl {
	display: flex;
	gap: 32px;
}
.modal_detail dl dt {
	flex-shrink: 0;
	color: var(--m_color);
	width: 64px;
	font-weight: bold;
}
.modal_detail dl dd {
}
.modal_recommend {
}
.modal_recommend_hd {
	text-align: center;
	margin-bottom: 15px;
}
.modal_recommend_hd h4 {
	position: relative;
	width: 100%;
}
.modal_recommend_hd h4::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--m_color);
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	z-index: 1;
}
.modal_recommend_hd h4 span {
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	z-index: 3;
	color: var(--m_color);
	font-size: 20px;
	font-weight: bold;
}
.modal_recommend_cnt {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 13px;
}
.modal_recommend_box {
	width: 100%;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 10px 0;
}
.modal_recommend_box_img {
	width: 100%;
}
.modal_recommend_box_txt {
}
.modal_recommend_box_txt_ttl {
	font-size: 18px;
	font-weight: bold;
}
.modal_recommend_box_txt_detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.souvenir_modal .modal_recommend_box_txt_detail {
	justify-content: end;
}
.modal_recommend_box_txt_detail span {
	display: flex;
	padding: 1px 7px 2px;
	border-radius: 5px;
	border: 1px solid var(--m_color);
	color: var(--m_color);
	line-height: 1.5;
}
.modal_recommend_box_txt_detail p {
	font-size: 18px;
	font-weight: bold;
	color: var(--m_color);
}
.modal_recommend_box_txt_cnt {
	padding-top: 10px;
	border-top: 1px solid #d9d9d9;
}
.note {
	text-align: center;
	padding-bottom: 100px;
}
.other {
	background-color: #f4f4f4;
	padding: 130px 0;
}

.other_top {
	text-align: center;
	margin-bottom: 50px;
}
.other_ttl {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
}
.area_ttl {
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}
.area01 {
	margin-bottom: 70px;
}
.area01 .area_ttl {
	color: #f58630;
	border-bottom: solid 2px #f58630;
}
.area02 {
	margin-bottom: 70px;
}
.area02 .area_ttl {
	color: #fbc94c;
	border-bottom: solid 2px #fbc94c;
}
.area03 {
	margin-bottom: 70px;
}
.area03 .area_ttl {
	color: #65b812;
	border-bottom: solid 2px #65b812;
}
.area_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.area_list li {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 15px;
}

.link_cnt {
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
}

.link_cnt:hover {
	background-color: #002c83;
	color: #fff;
}

.area_list .link_cnt a p::after {
	content: "";
	display: inline-block;
	width: 41px;
	height: 41px;
	background-image: url("/media/gourmet_and_souvenir/link_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 25px;
	right: 15px;
}

.area_list li a {
}
.area_list li a p {
	text-decoration: underline;
	position: relative;
}
.area_list li p {
	padding: 24px;
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 999px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.inner {
		width: 100%;
		padding: 0 25px;
	}

	.top_img {
		margin-bottom: 30px;
	}

	.gas_cap {
		text-align: left;
		line-height: 2;
		padding: 35px 0;
		font-size: 16px;
	}

	.anchors {
		margin-bottom: 30px;
	}

	.anchors_list {
		gap: 7px;
	}
	.anchors_list li {
		width: calc((100% - 7px) / 2);
		font-size: 16px;
	}
	.anchors_list li a {
		padding: 9px 30px 9px 10px;
	}
	.anchors_list li a span {
		width: 23px;
	}
	.anchors_list li a::after {
		top: 14px;
	}
	.anr_ttl {
		padding: 15px 0px 15px 24px;
		margin-bottom: 30px;
	}

	.anchor_link {
		width: 100%;
		font-size: 16px;
		border-radius: 5px;
	}
	.anchor_link a {
		padding: 8px 20px;
		width: unset;
	}
	.anchor_link a::after {
		width: 18px;
		height: 18px;
		top: 16px;
		right: 10px;
	}
	.recommend_hd {
		font-size: 20px;
		padding: 11px 24px;
		width: fit-content;
		height: fit-content;
		margin: 0 auto 40px;
	}
	.recommend_cnt {
		grid-template-columns: 1fr;
		max-width: 500px;
		margin: 0 auto;
	}
	.sec {
		padding: 50px 0 20px;
	}
	.sec_hd_ttl {
		padding: 13px 15px;
		max-width: 500px;
		margin: 0 auto 18px;
	}
	.sec_hd_note {
		max-width: 500px;
		margin: 0 auto;
	}
	.sec_cnt {
		grid-template-columns: 1fr 1fr;
		gap: 15px 6px;
		max-width: 500px;
		margin: 0 auto;
	}

	.sec_box_img figcaption {
		font-size: 12px;
		border-radius: 0 0 7px 7px;
		padding: 5px 10px 6px;
		position: relative;
		width: fit-content;
		top: -4px;
		left: 0;
		line-height: 1.2;
	}
	.sec_box_img {
		border: none;
		overflow: unset;
		border-radius: unset;
	}
	.sec_box_img > img {
		border: var(--m_color) 4px solid;
		border-radius: 7px;
	}
	.sec_box:hover .sec_box_img > img {
		scale: 1;
	}
	.sec_box_img figcaption span {
		width: 14px;
		flex-shrink: 0;
	}
	.modal_bg {
	}
	.modal {
		padding: 60px 0;
	}
	.modal_bg.is-active,
	.modal.is-active {
	}
	.modal_wrap {
		padding: 30px 20px 40px;
		max-width: 600px;
	}
	.modal_closebtn {
		width: 48px;
		height: 48px;
		top: -15px;
		right: -20px;
	}
	.modal_closebtn span {
		width: 30px;
	}
	.modal_closebtn span:last-child {
	}
	.modal_hd {
		flex-flow: column;
		gap: 13px;
	}
	.modal_hd_img {
	}
	.modal_hd_txt {
	}
	.modal_hd_txt h3 {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.modal_detail {
		padding: 18px 17px;
		margin-bottom: 25px;
	}
	.modal_detail dl {
		gap: 15px;
	}
	.modal_detail dl dt {
	}
	.modal_detail dl dd {
	}
	.modal_recommend {
	}
	.modal_recommend_hd {
	}
	.modal_recommend_hd h4 {
	}
	.modal_recommend_hd h4::after {
	}
	.modal_recommend_hd h4 span {
	}
	.modal_recommend_cnt {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.modal_recommend_box {
	}
	.modal_recommend_box_img {
		max-width: 300px;
		margin: 0 auto;
	}
	.modal_recommend_box_img_cnt {
	}
	.modal_recommend_box_txt {
	}
	.modal_recommend_box_txt_ttl {
	}
	.modal_recommend_box_txt_detail {
	}
	.souvenir_modal .modal_recommend_box_txt_detail {
	}
	.modal_recommend_box_txt_detail span {
	}
	.modal_recommend_box_txt_detail p {
	}
	.modal_recommend_box_txt_cnt {
	}

	.str,
	.food {
		left: 10px;
	}

	.other {
		padding: 60px 0;
	}

	.area01,
	.area02 {
		margin-bottom: 45px;
	}

	.area_list {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.area_ttl {
		padding-bottom: 12px;
		margin-bottom: 25px;
	}

	.area_list li {
		font-size: 18px;
	}

	.area_list .link_cnt.txt_large p {
		padding: 10px 0 10px 24px;
	}

	.area_list .link_cnt a p::after {
		top: 20px;
	}

	.area_list .link_cnt.txt_large a p::after {
		top: 22px;
	}
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 639px) {
}
