@charset "utf-8";
/* ========================================================
	about.css => itigogari用CSS
======================================================== */
/*
	section
======================================================== */
/* いちご狩り情報 */
#info .type dd {
	margin-bottom: 50px;
	padding: 30px 25px 25px 80px;
	background-color: #fbe6e3;
}
#info .type li {
	position: relative;
	float: left;
	width: 380px;
}
#info .type li:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -44px;
	width: 108px;
	height: 104px;
}
#info .type .ph01:before {
	background: url(../images/info_type_ico01.png);
}
#info .type .ph02:before {
	background: url(../images/info_type_ico02.png);
}
#info .type .ph03:before {
	background: url(../images/info_type_ico03.png);
}
#info .type .ph04:before {
	background: url(../images/info_type_ico04.png);
}
#info .type .ph05:before {
	background: url(../images/info_type_ico05.png);
}
/* 2025.01.27 ↓2段以上レイアウトのため書き換えと追記↓ */
#info .type li:nth-child(even) {
	margin-left: 50px;
}
#info .type li:nth-child(n+3) {
	margin-top: 10px;
}
/* 2025.01.27 ↑ここまで↑ */
#info .type li p {
	margin-bottom: 5px;
	padding: 10px 10px 0;
	background-color: #fff;
	color: #604c3f;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}
#info .type li span {
	display: inline-block;
	line-height: 1.5;
}

#info section dt {
	float: left;
	color: #604c3f;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
#info section dd {
	margin-left: 120px;
	margin-bottom: 20px;
	line-height: 1.5;
}
#info section dd span,
.fontSmall{
	font-size:12px;
	}
#info section .table {
	float: none;
	margin-bottom: 0;
	margin-left: 0;
}
#info section table {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}
#info section th,
#info section td {
	border: 1px solid #604c3f;
	text-align: center;
}
#info section td {
	padding: 4px 3px 2px;
	color: #e65b4e;
	font-size: 22px;
	font-size: 2.2rem;
}
#info section thead th {
	padding: 5px 3px 4px;
	background-color: #fbe6e3;
	font-weight: bold;
}
@media screen and (max-width: 680px) {
	#info .type dd {
		margin-bottom: 25px;
		padding: 15px 12px 12px;
	}
	#info .type li {
		float: none;
		width: auto;
	}
	#info .type li:before {
		top: -2px;
		left: -33px;
		width: 81px;
		height: 78px;
	}
	#info .type .ph01:before,
	#info .type .ph02:before,
	#info .type .ph03:before,
	#info .type .ph04:before,
	#info .type .ph05:before {
		background-size: cover;
	}
	/* ↓2025.01.27 2段以上レイアウトのため「li + li」を以下に変更↓ */
	#info .type li:not(:first-child) {
		margin-top: 5px;
		margin-left: 0;
	}
	/* 2025.01.27 ↑ここまで↑ */
	#info .type li p {
		font-size: 1.5rem;
	}
	#info .type li span {
		font-size: 1.3rem;
	}

	#info section dt {
		float: none;
		font-size: 1.7rem;
	}
	#info section dd {
		margin-left: 0;
		margin-bottom: 10px;
	}
	#info section td {
		font-size: 1.3rem;
	}
}


/* いちご狩りギャラリー */
#gallery div {
	position: relative;
}
#gallery .slide {
	width: 788px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fbe6e3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gallery .slide li {
	float: left;
}
#gallery .slide li + li {
	margin-left: 20px;
}
.arrow .slick-prev,
.arrow .slick-next {
	top: 50%;
	width: 67px;
	height: 67px;
}
.arrow .slick-prev {
	left: -5px;
}
.arrow .slick-next {
	right: -5px;
}
button.slick-prev {
	z-index: 1;
}
.arrow .slick-prev:before,
.arrow .slick-next:before {
	content: "";
}
@media screen and (max-width: 680px) {
	#gallery .slide {
		width: auto;
		padding: 10px 15px;
	}
	#gallery .slide li img {
		width: 100%;
	}
	#gallery .slide li + li {
		margin-left: 0;
	}
	.arrow .slick-prev,
	.arrow .slick-next {
		width: 33px;
		height: 33px;
	}
	.arrow .slick-prev {
		left: -20px;
	}
	.arrow .slick-next {
		right: -20px;
	}
}


/* カンタン！いちごの取り方 */
#take div dl {
	position: relative;
}
#take div dl + dl {
	margin-top: 45px;
}
#take div dt {
	margin-bottom: 50px;
}
#take div ul {
	position: relative;
}
#take div li {
	position: relative;
	float: left;
	width: 280px;
}
#take div li:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 34px;
	height: 42px;
}
#take div .ph01:before {
	background-image: url(../images/take_ico01.png);
}
#take div .ph02:before {
	background-image: url(../images/take_ico02.png);
}
#take div .ph03:before {
	background-image: url(../images/take_ico03.png);
}
#take div li + li {
	margin-left: 40px;
}
#take div li span {
	display: inline-block;
	margin-top: 5px;
	/*color: #604c3f;*/
	line-height: 1.5;
}
#take div .ripe .img {
	position: absolute;
	top: -25px;
	right: 0;
}
@media screen and (max-width: 680px) {
	#take div dl + dl {
		margin-top: 22px;
	}
	#take div dt {
		margin-bottom: 25px;
	}
	#take div li {
		float: none;
		width: auto;
		text-align: center;
	}
	#take div li:before {
		top: -15px;
		width: 30px;
		height: 36px;
	}
	#take div .ph01:before,
	#take div .ph02:before,
	#take div .ph03:before {
		background-size: cover;
	}
	#take div li + li {
		margin-top: 17px;
		margin-left: 0;
	}
	#take div li span {
		margin-top: 2px;
		text-align: left;
	}
	#take div .ripe .img {
		position: static;
		top: auto;
		margin-top: 5px;
		text-align: center;
	}
}


/* よくある質問 */
#qa dl {
	margin-bottom: 30px;
}
#qa dt,
#qa dd {
	position: relative;
	padding-left: 25px;
}
#qa dt {
	color: #e65b4e;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3;
}
#qa dd + dt {
	margin-top: 25px;
}
#qa dd {
	padding-top: 6px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #231815;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#qa dd span {
	font-size: 22px;
	font-size: 2.2rem;
	color:#604c3f;
}
#qa dt span,
#qa dd span {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 680px) {
	#qa dl {
		margin-bottom: 15px;
	}
	#qa dt,
	#qa dd {
		position: relative;
		padding-left: 18px;
	}
	#qa dt {
		font-size: 1.7rem;
	}
	#qa dd + dt {
		margin-top: 12px;
	}
	#qa dd {
		padding-top: 3px;
		padding-bottom: 12px;
		font-size: 1.5rem;
	}
	#qa dd span {
		font-size: 1.7rem;
	}
}

