@charset "utf-8";
/**
 *  物産即売所のご案内
 *  update.25.6.27
**/
.main-image > .title {
	display: block;
	margin:0;
	padding:0;
	width:48%;
	max-width:445px;
	height:auto;
	min-height:auto;
	left:0;
	top:33%;
	bottom:auto;
	line-height: 1;
	background-color: transparent;
}
@media print, screen and (min-width: 728px) {
	.main-image > .title {
		width:36%;
		left:3%;
	}
}
.section-guide > .title {
	line-height: 1;
	margin:0 -10px;
}
.section-guide > .box {
	margin:0;
}
.section-guide > .box > * {
	margin:20px 0 0;
}

.section-guide > .box .link-1 {
	position: relative;
	margin:20px 0 0;
	padding:0 0 0 2.7em;
	font-size:1.6rem;
	font-weight:600;
	line-height: 1.2;
}
.section-guide > .box .link-1:before {
	content: '';
	position: absolute;
	background-image: url('../img/icon-instagram-c.png');
	background-repeat: no-repeat;
	background-size: contain;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	width:2.125em;
	height:2.125em;
}
.section-guide > .box .link-2 {
	margin:20px auto 0;
	max-width:400px;
}
.section-guide > .text {
	margin:20px 0 0;
	padding:1em 0;
	font-size:1.4rem;
	color:#717171;
	text-align: center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
@media print, screen and (min-width: 400px) {
	.section-guide > .box {
		text-align: center;
	}
	.section-guide > .box .link-1,
	.section-guide > .box .link-2 {
		margin:24px 0 0;
	}
	.section-guide > .text {
		font-size:1.6rem;
	}
}
@media print, screen and (min-width: 728px) {
	.section-guide > .title {
		margin:0;
	}
	.section-guide > .box {
		display: flex;
		margin:0;
		text-align: center;
	}
	.section-guide > .box > * {
		margin:2.5% 0 0;
	}
	.section-guide > .box > .image {
		width:49%;
	}
	.section-guide > .box > .box {
		width:49%;
		margin-left:2%;
	}
	.section-guide > .box .link-1 {
		margin:4% 0 0;
		font-size:1.3vw;
	}
	.section-guide > .box .link-2 {
		margin:4% auto 0;
		max-width:572px;
	}
	.section-guide > .text {
		margin:30px 0 0;
		font-size:1.8rem;
	}
}
@media print, screen and (min-width: 1240px) {
	.section-guide > .box .link-1 {
		font-size:1.6rem;
	}
}