@charset "utf-8";
/* ========================================================
	index.css => index用CSS
======================================================== */
/*
	header
======================================================== */
#header {
	position: absolute;
	background-color: transparent;
}
#header nav {
	display: none;
}
@media screen and (max-width: 680px) {
	#header {
		position: fixed;
	}
	#header nav {
		display: block;
	}
}

/*
	slide
======================================================== */
#slide {
	position: relative;
	height: 437px;
	margin-bottom: 35px;
}
#slide p {
	position: absolute;
	left: 50%;
	margin-left: -359px;
	z-index: 1;
}
#slide .slide {
	width: 706px;
	margin: 0 auto;
	padding-top: 93px;
}
.arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.arrow .slick-prev,
.arrow .slick-next {
	top: 60%;
	width: 67px;
	height: 67px;
}
.arrow .slick-prev {
	left: 30px;
}
.arrow .slick-next {
	right: 30px;
}
button.slick-prev {
	z-index: 1;
}
.arrow .slick-prev:before,
.arrow .slick-next:before {
	content: "";
}
@media screen and (max-width: 680px) {
	#slide {
		height: 140px;
		margin-bottom: 17px;
	}
	#slide p img,
	#slide .slide li img {
		width: auto;
		margin: 0 auto;
	}
	#slide p {
		margin-left: -115px;
	}
	#slide p img {
		height: 140px;
	}
	#slide .slide {
		width: auto;
		padding-top: 30px;
	}
	#slide .slide li {
		top: 30px;
	}
	#slide .slide li img {
		height: 110px;
	}
	.arrow .slick-prev,
	.arrow .slick-next {
		top: 55%;
		width: 33px;
		height: 33px;
	}
	.arrow .slick-prev {
		left: -10px;
	}
	.arrow .slick-next {
		right: -10px;
	}
	.arrow .slick-prev:before,
	.arrow .slick-next:before {
		font-size: 0;
	}
}

/*
	nav
======================================================== */
#container nav {
	margin-bottom: 30px;
	text-align: center;
}
#container nav ul {
	display: inline-block;
}
#container nav li {
	float: left;
}
#container nav a {
	display: block;
	padding-top: 19px;
	padding-right: 45px;
	padding-bottom: 11px;
	background-repeat: no-repeat;
	background-position: 45px 50%;
	color: #604c3f;
	font-weight: bold;
	text-decoration: none;
}
#container nav li + li a {
	border-left: 1px dotted #604c3f;
}
#container nav .about a {
	padding-left: 118px;
	background-image: url(../images/nav_about.png);
}
#container nav .about a:hover {
	background-image: url(../images/nav_about_o.png);
}
#container nav .itigogari a {
	padding-left: 104px;
	background-image: url(../images/nav_itigogari.png);
}
#container nav .itigogari a:hover {
	background-image: url(../images/nav_itigogari_o.png);
}
#container nav .store a {
	padding-left: 112px;
	background-image: url(../images/nav_store.png);
}
#container nav .store a:hover {
	background-image: url(../images/nav_store_o.png);
}
#container nav .access a {
	padding-left: 117px;
	background-image: url(../images/nav_access.png);
}
#container nav .access a:hover {
	background-image: url(../images/nav_access_o.png);
}
#container nav a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 680px) {
	#container nav {
		display: none;
	}
}


/*
	section
======================================================== */
#happy > h1,
#light > h1,
#farm > h1,
#access > h1 {
	margin-bottom: 35px;
}
@media screen and (max-width: 680px) {
	#happy > h1,
	#light > h1,
	#farm > h1,
	#access > h1 {
		margin-bottom: 17px;
	}
}

/*210218 バスツアーバナー*/
.bus_bnr{
	text-align: center;
	margin-bottom: 30px;
}

.bus_bnr .pc{
	display: block;
}

.bus_bnr .sp{
	display: none;
}

@media screen and (max-width: 680px) {
	.bus_bnr .pc{
		display: none;
	}
	
	.bus_bnr .sp{
		display: block;
	}	
}

/* 楽しく美味しくいちご狩りを満喫・農園の味を自宅でも楽しめる */
#lead dl,
#farm dl {
	float: left;
	width: 470px;
}
#lead dt,
#farm dt {
	margin-bottom: 10px;
	color: #604c3f;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3;
}
#lead dd,
#farm dd {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
}
#lead p,
#farm p {
	float: right;
	margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
	#lead dl,
	#farm dl {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	#lead dt,
	#farm dt {
		margin-bottom: 5px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#lead dd,
	#farm dd {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#lead p,
	#farm p {
		float: none;
		margin-bottom: 15px;
	}
}

/* 髙梨農園の3つの特徴 */
#feature {
	width: 921px;
	height: 560px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/feature_bg.png);
}
#feature li {
	float: left;
}
#feature li + li {
	margin-left: 20px;
}
#feature li a {
	display: block;
	width: 290px;
	height: 365px;
	padding-top: 90px;
	background: url(../images/feature_li_bg.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	line-height: 1.6;
}
#feature li a:hover {
	background: url(../images/feature_li_bg_o.png) no-repeat;
	background-position: center;
		background-size: contain;
}
#feature li a img {
	display: block;
	margin: 0 auto 10px;
}
@media screen and (max-width: 680px) {
	#feature {
		width: auto;
		height: auto;
		background: transparent;
	}
	#feature li {
		float: none;
	}
	#feature li + li {
		margin-top: 10px;
		margin-left: 0;
	}
	#feature li a {
		width: auto;
		height: 273px;
		margin: 0 auto;
		padding-top: 55px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		line-height: 1.5;
	}
	
	#feature li a img {
		width: auto;
		height: 102px;
		margin: 0 auto 5px;
	}
}

/* 楽しく美味しくいちご狩りを満喫 */
#happy .txt {
	margin-bottom: 25px;
	color: #604c3f;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
}
#happy div {
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border: 4px solid #e65b4e;
	border-radius: 6px;
}
#happy div p {
	padding-top: 8px;
	padding-bottom: 45px;
	background: url(../images/happy_title_sub_bg.png);
	text-align: center;
}
#happy div dl {
	float: left;
	width: 183px;
	margin-top: -20px;
	margin-left: 25px;
}
#happy div dl + dl {
	margin-left: 40px;
}
#happy div dt {
	margin-bottom: 10px;
}
#happy div dd {
	line-height: 1.7;
}
#happy .title_sub {
	margin-bottom: 50px;
}
#happy .itigo {
	float: left;
	width: 560px;
}
#happy .itigo dt {
	margin-bottom: 15px;
}
#happy .itigo dd p + p {
	margin-top: 20px;
}
#happy .img {
	float: right;
	margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
	#happy .txt {
		margin-bottom: 12px;
		font-size: 1.5rem;
		text-align: left;
	}
	#happy div {
		margin-bottom: 25px;
		padding-bottom: 12px;
		border: 2px solid #e65b4e;
		border-radius: 3px;
	}
	#happy div p {
		margin-bottom: 12px;
		padding-top: 4px;
		padding-bottom: 22px;
		background-position: center;
		background-size: cover;
		color: #e65b4e;
		font-size: 1.5rem;
		font-weight: bold;
	}
	#happy div p img {
		width: auto;
		height: 22px;
	}
	#happy div dl {
		float: none;
		margin: 0 auto;
	}
	#happy div dl + dl {
		margin-top: 12px;
		margin-left: auto;
	}
	#happy div dt {
		margin-bottom: 5px;
	}
	#happy .title_sub {
		margin-bottom: 25px;
	}
	#happy .title img {
		width: auto;
		height: 20px;
	}
	#happy .itigo {
		float: none;
		width: auto;
	}
	#happy .itigo dt {
		margin-bottom: 7px;
	}
	#happy .itigo dt img {
		width: auto;
		height: 16px;
	}
	#happy .itigo dd p + p {
		margin-top: 10px;
	}
	#happy .img {
		float: none;
		margin-top: 20px;
		margin-bottom: 25px;
		text-align:center;
	}
}

/* 気軽にいちご狩りを楽しめる */
#light div {
	margin-bottom: 50px;
	padding: 30px 30px 25px 40px;
	background-color: #fcefed;
}
#light div p {
	float: left;
}
#light div p + p {
	float: right;
}
#light dl {
	margin-bottom: 40px;
}
#light dt,
#light li {
	float: left;
}
#light dt {
	margin-top: 50px;
	margin-right: 5px;
}
#light li + li:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 51px;
	background: url(../images/light_flow_arrow.png);
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	#light div {
		margin-bottom: 25px;
		padding: 7px 7px 6px 10px;
		text-align: center;
	}
	#light div p,
	#light div p + p {
		float: none;
	}
	#light .title img {
		width: auto;
		height: 20px;
	}
	#light dl {
		margin-bottom: 20px;
	}
	#light dt,
	#light li {
		float: none;
	}
	#light dt {
		width: 137px;
		height: 135px;
		margin: 25px auto 20px;
		background: url(../images/light_flow_txt01_sp.png);
		text-align: center;
	}
	#light dt img {
		display: none;
	}
	#light li {
		text-align: center;
	}
	#light li + li:before {
		display: block;
		width: 50px;
		height: 31px;
		margin: 10px auto;
		background: url(../images/light_flow_arrow_sp.png);
	}
}

/* 髙梨農園への行き方 */
#access .txt {
	float: left;
	width: 470px;
}
#access .tel {
	width: 450px;
}
#access .tel dt {
	margin-bottom: 3px;
}
#access .tel dd {
	font-size: 11px;
	font-size: 1.1rem;
}
#access .tel dd span {
	margin-left: 60px;
}
#access .tel dd + dt {
	margin-top: 2px;
	margin-bottom: 0;
	padding-top: 3px;
	border-top: 1px dotted #604c3f;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}
#access .tel dd img + img {
	margin-left: 10px;
}
#access .info {
	margin-top: 15px;
}
#access .info > dt {
	float: left;
	color: #604c3f;
	font-size: 22px;
	font-size: 2.2rem;
}
#access .info > dd {
	margin-left: 170px;
	padding-top: 5px;
}
#access .info > .traffic {
	margin-top: 15px;
}
#access .info > dd dt {
	float: left;
}
#access .info > dd dd {
	margin-left: 55px;
	line-height: 1.6;
}
#access .info > dd .car {
	margin-top: 15px;
}
#access iframe {
	float: right;
}
@media screen and (max-width: 680px) {
	#access .txt {
		float: none;
		width: auto;
	}
	#access .tel {
		width: auto;
	}
	#access .tel dd {
		text-align: center;
	}
	#access .tel dd span {
		display: inline-block;
		margin-top: 3px;
		margin-left: 0;
	}
	#access .tel dd img + img {
		margin-left: 0;
	}
	#access .info {
		margin-top: 8px;
	}
	#access .info > dt {
		float: none;
		font-size: 1.7rem;
	}
	#access .info > dd {
		margin-left: 0;
		padding-top: 0;
	}
	#access .info > .traffic {
		margin-top: 0;
	}
	#access .info > dd .car {
		margin-top: 7px;
	}
	#access iframe {
		float: none;
		margin-top: 15px;
	}
}

