@charset "utf-8";
/* ========================================================
	about.css => about用CSS
======================================================== */
/*
	section
======================================================== */
/* 髙梨農園の想い */
#hope .row + .row {
	margin-top: 50px;
}
#hope dl {
	float: left;
	width: 440px;
}
#hope .hope02 dl {
	float: right;
}
#hope dt {
	margin-bottom: 15px;
	color: #604c3f;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
}
#hope .row p {
	float: right;
}
#hope .hope02 p {
	float: left;
}
@media screen and (max-width: 680px) {
	#hope .row + .row {
		margin-top: 25px;
	}
	#hope dl {
		float: none;
		width: auto;
	}
	#hope .hope02 dl {
		float: none;
	}
	#hope dt {
		margin-bottom: 7px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	#hope dd {
		line-height: 1.7;
	}
	#hope .row p {
		float: none;
		margin-top: 10px;
	}
	#hope .hope02 p {
		float: none;
		margin-bottom: 10px;
	}
}

/* 髙梨農園のご案内 */
#guide > h1 {
	margin-bottom: 30px;
}
#guide .map {
	margin-bottom: 30px;
	color: #604c3f;
	text-align: center;
}
#guide .map dt {
	margin-bottom: 25px;
}
#guide section {
	margin-top: 50px;
}
#guide section dl + dl {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #231815;
}
#guide section dt {
	margin-bottom: 30px;
}
#guide section li {
	float: left;
}
#guide section .ph {
	width: 279px;
}
/* ↓2025.01.27 2段以上レイアウトのため変更追記↓ */
#guide section li:not(:nth-of-type(3n+1)) {
	margin-left: 35px;
}
#guide section li:nth-child(n+4) {
	margin-top: 35px;
}
/* 2025.01.27 ↑ここまで↑ */
#guide section li span {
	display: inline-block;
	margin-top: 5px;
	color: #604c3f;
}
#guide section .itigo .btn {
	width: 279px;
	margin-top: 15px;
	background-position: right;
}
#guide section .itigo .img {
	float: right;
}
#guide section .txt {
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: center;
}
#guide section div {
	text-align: center;
}
#guide section div ul {
	display: inline-block;
}
#guide section div ul li + li {
	margin-left: 80px;
}
@media screen and (max-width: 680px) {
	#guide > h1 {
		margin-bottom: 15px;
	}
	#guide .map {
		margin-bottom: 15px;
	}
	#guide .map dt {
		margin-bottom: 12px;
	}
	#guide section {
		margin-top: 25px;
	}
	#guide section dl + dl {
		margin-top: 15px;
		padding-top: 15px;
	}
	#guide section dt {
		margin-bottom: 15px;
	}
	#guide section li {
		float: none;
	}
	#guide section .ph {
		width: auto;
	}
	#guide section .ph img{min-width:100%;}
	/* ↓2025.01.27 2段以上レイアウトのため「li + li」を以下に変更↓ */
	#guide section li:not(:first-child) {
		margin-top: 17px;
		margin-left: 0;
	}
	/* 2025.01.27 ↑ここまで↑ */
	#guide section li span {
		margin-top: 2px;
	}
	#guide section .itigo .btn {
		width: auto;
		margin-top: 7px;
		background-position: center;
	}
	#guide section .itigo .img {
		float: none;
		text-align: center;
	}
	#guide section .txt {
		margin-top: 12px;
		margin-bottom: 15px;
		text-align: left;
	}
	#guide section div ul {
		display: block;
	}
	#guide section div ul li + li {
		margin-left: 0;
	}
}

