@charset "utf-8";
/* CSS Document */
.farm-pc {
  display: none;
}
.sec-farm-top {
	padding: 20px 20px;
	background-color: rgba(87,139,83,0.80);
}
.sec-farm-top-h2 {
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	font-feature-settings: "palt";
	text-align: left;
}
.sec-farm-top p {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #fff;
	font-feature-settings: "palt";
	text-align: justify;
}
.sec-farm-title {
	margin-top: 60px;
}
.sec-farm-title-p1 {
	font-size: 1.4rem;
	color: #94B391;
	font-feature-settings: "palt";
	font-family: Arial, Helvetica, "sans-serif";
}
.sec-farm-title-h3 a {
	text-decoration: none;
	font-size: 2.8rem;
	font-weight: 600;
	color: #578B53;
}
.sec-farm-title-img1 {
	width: 150px;
	object-fit: contain;
	vertical-align: super;
}
.sec-farm-title-p2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
}
.sec-farm-box1 {
	margin-top: 30px;
}

.sec-farm-box1 ul li {
	list-style: none;
}
.sec-farm-box1 ul li img {
	width: 100%;
	margin-top: 20px;
}
.sec-farm-box1-h4 {
	margin-top: 10px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #578B53;
	font-feature-settings: "palt";
}
.sec-farm-box1-p1 {
	font-size: 1.2rem;
	color: gray;
	font-feature-settings: "palt";
	font-family: Arial, Helvetica, "sans-serif";
}
.sec-farm-box1-p2 {
	margin-top: 10px;
	padding: 0 20px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	font-feature-settings: "palt";
	text-align: left;
}
.sec-farm-box1-p3 {
	padding: 0 20px;
	font-size: 1.2rem;
	color: gray;
	font-feature-settings: "palt";
	font-family: Arial, Helvetica, "sans-serif";
	text-align: left;
}
.sec-farm-farmlink {
	margin-top: 60px;
}
.sec-farm-farmlink a {
	text-decoration: none;
	font-size: 1.8rem;
	color: #578B53;
	font-feature-settings: "palt";
	border-bottom: solid 1px #578B53;
}

.sec-farm-other {
	width: 100%;
	height: 600px;
	margin-top: 60px;
	padding: 20px 0;
	background-image: url("../imgs/farm/farm-bk3.jpg");
	background-size: cover;
    background-position: center;
}
.sec-farm-other-des {
	width: 85%;
    height: 570px;
    margin: 0px auto;
    padding: 30px 20px 0;
	background-color: rgba(255,255,255,0.7);
}
.sec-farm-other-des h3 {
	margin-top: 30px;
	font-size: 2.0rem;
	color: #333;
}
.sec-farm-other-des p {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #333;
	text-align: justify;
}
.sec-farm-other-link {
	margin-top: 30px;
}
.sec-farm-other-des a {
	text-decoration: none;
	color: #578B53;
	border-bottom: solid 1px #578B53;
	font-weight: 600;
	font-size: 1.6rem;
}
@media (min-width:800px) {
  .farm-sp {
    display: none;
  }
  .farm-pc {
    display: block;
  }
	.header-karuizawa {
		background-image: url("../imgs/farm/karuizawa/header-img.jpg");
	}
	.header-misato {
		background-image: url("../imgs/farm/misato/header-img.jpg");
	}
	.header-farm {
		background-image: url("../imgs/farm/header-img.jpg");
	}
	
	.sec-farm-box1 ul {
		max-width: 1440px;
    margin: 0 auto;
		padding: 0 20px;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	.sec-farm-box1 ul li {
		width: 250px;
	}
	.sec-farm-box1 ul li img {
		margin-top: 0px;
	}
	.sec-farm-box2 {
		height: 70px;
	} 
	.sec-farm-box1-p2 {
		padding: 0px;
	}
	.sec-farm-box1-p3 {
		padding: 0px;
	}
  
	.sec-farm-other {
		height: 450px;
	}
	.sec-farm-other-des {
		height: 400px;
	}
}
@media (min-width:1020px) {
	.sec-farm-top-h2 {
		max-width: 1440px;
    margin: 0 auto;
		font-size: 2.8rem;
	}
	.sec-farm-top p {
		max-width: 1440px;
    margin: 20px auto 0;
    font-size: 1.8rem;
		line-height: 38px;
	}
	.sec-farm-title-p1 {
		    font-size: 1.6rem;
	}
	.sec-farm-title-h3 {
		    margin-top: 5px;
	}
	.sec-farm-title-h3 a {
		font-size: 3.8rem;
	}
	.sec-farm-title-p2 {
		font-size: 2.0rem;
	}
	.sec-farm-box1 ul li {
    width: 31vw;
		max-width: 460px;
}
	.sec-farm-box1-h4 {
		font-size: 2.4rem;
	}
	.sec-farm-box1-p1 {
		margin-top: 5px;
    font-size: 1.4rem;
	}
	.sec-farm-box1-p2 {
		font-size: 2.0rem;
	}
	.sec-farm-box1-p3 {
		font-size: 1.4rem;
	}
	
	.sec-farm-other-des {
		width: 80%;
    padding: 30px 30px 0;
	}
}
@media (min-width:1440px) {
	.sec-farm-other-des {
		width: 60%;
	}
}
/*page-misato*/
.sec-misato-movie {
	margin: 30px 0 60px;
}
.sec-misato-movie iframe {
	width: 100%;
    height: 250px;
}
.sec-zero {
	padding: 20px 0;
	background-color: #80BE82;
}
.sec-fast-box1 {
	width: 100%;
}
.sec-fast-box4 {
	width: 100%;
}
.sec-fast-box4 img {
  width: 100%;
	vertical-align: bottom;
}
.sec-fast-box6 {
	width: 100%;
}
.fast-b1 img {
	width: 50%;
	vertical-align: bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.sec-zero-text1 {
	padding: 0 10px;
	bottom: 0px;
	text-align: left;
}
.sec-zero-text1 p {
	font-size: 1.6rem;
	line-height: 28px;
	font-weight: 600;
	font-feature-settings: "palt";
	color: #fff;
	text-align: justify;
}
.sec-zero-text1 address {
	font-style: normal;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
}
.sec-zero-text1 address a {
	text-decoration: none;
	color: #fff;
	border-bottom: solid 1px #fff;
	font-size: 1.8rem;
}
.sec-zero-text1 p a {
	text-decoration: none;
	color: #fff;
	border-bottom: solid 1px #fff;
}
.sec-fast-p1 {
	width: 100%;
	position: relative;
}
.sec-fast-text1 {
	width: 46%;
	height: 40%;
	padding: 0 5px;
	position: absolute;
	bottom: 3%;
	right: 0px;
}
.sec-fast-h1 {
	font-size: 7vw;
	    line-height: 9vw;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	color: #B7536E;
}
.sec-fast-text1 p {
	margin-top: 2%;
    font-size: 3vw;
    line-height: 5vw;
    font-feature-settings: "palt";
    text-align: justify;
}
.sec-fast-box2 {
  display: flex;
}
.sec-fast-box1-img {
  width: 50%;
  vertical-align: bottom;
}
.sec-fast-box3 {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}
.sec-fast-box3-img {
  width: 50%;
  vertical-align: bottom;
}
.sec-fast-p2-img {
	width: 100%;
	position: absolute;
	right: 0px;
}
.sec-fast-p2-img2 {
	width: 100%;
	position: absolute;
	left: 0px;
}
.sec-fast-p2 {
	width: 50%;
	position: relative;
}
.sec-fast-text2 {
    padding: 0 5px;
	position: absolute;
	right: 0px;
	bottom: 15%;
}
.sec-fast-h1-2 {
	font-size: 7vw;
	line-height: 9vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
	text-align: center;
    color: #333333;
}
.sec-fast-text2 p {
	margin-top: 5%;
    font-size: 3vw;
    line-height: 6vw;
    font-feature-settings: "palt";
    text-align: left;
}
.sec-fast-p2 p {
	margin-top: 5%;
    font-size: 3vw;
    line-height: 6vw;
    font-feature-settings: "palt";
    text-align: left;
}
.sec-fast-p3 {
	width: 50%;
    position: relative;
}
.sec-fast-p3-img2 {
	width: 100%;
    position: absolute;
    left: 0px;
}
.sec-fast-p4-img {
	width: 100%;
    position: absolute;
    right: 0px;
}
.sec-fast-p4 {
	width: 50%;
    position: relative;
}
.sec-second-text1 {
	width: 94%;
    margin-top: 15%;
    padding: 0 5px;
    position: absolute;
}
.sec-second-text1 p {
	margin-top: 2%;
    font-size: 3vw;
    line-height: 6vw;
    font-feature-settings: "palt";
    text-align: left;
}
.sec-second-text2 p {
	margin-top: 20%;
    font-size: 3vw;
    line-height: 6vw;
    font-feature-settings: "palt";
    text-align: left;
}
.sec-second-p1 {
	padding: 0 5px;
    position: relative;
}
.sec-third-text1 {
	margin-top: 15%;
	padding: 0 5px;
    position: absolute;
	right: 0px;
}
.sec-third-text1 p {
	margin-top: 3%;
    font-size: 3vw;
    line-height: 6vw;
    font-feature-settings: "palt";
    text-align: left;
}
.frame16-m {
	margin-top: 45%;
}
.sec-fast-box5 {
	 -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}
.sec-fast-box5 img {
	 width: 50%;
  vertical-align: bottom;
}
.sec-misato-contact {
	margin-top: 30px;
	padding: 0 20px;
}
.sec-misato-contact p {
	font-size: 1.6rem;
	text-align: left;
}
.sec-fast-box7 {
	position: relative;
}
.sec-four-text1 {
	width: 90%;
    padding: 5% 5% 0;
    position: absolute;
    top: 0px;
}
.sec-four-text1 p {
	margin-top: 2%;
    font-size: 3vw;
    line-height: 6vw;
    font-feature-settings: "palt";
    text-align: left;
}
.sec-four-p4-img {
	width: 100%;
}
.sec-misato-contact a {
	text-decoration: none;
	color: #578B53;
	font-weight: 600;
}
.sec-second-karuizawa {
	margin-top: 48%;
}
.karuizawa-m {
	margin-top: 20%;
}
.sec-karuizawa-movie {
	margin: 30px 0 60px;
}
.sec-karuizawa-movie iframe {
	width: 100%;
    height: 250px;
}

@media (min-width:450px) {
	.sec-misato-movie iframe {
	height: 400px;
	}
	.sec-karuizawa-movie iframe {
	height: 400px;
}
}
@media (min-width:800px) {
	.sec-zero-br1 {
		display: none;
	}
	.sec-misato-movie iframe {
    width: 700px;
    height: 395px;
	}
	.sec-karuizawa-movie iframe {
    width: 700px;
    height: 395px;
}
	.sec-zero-text1 {
		padding: 0 30px 0 30px;
	}
  .sec-fast {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }
  .sec-second {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }
  .sec-third {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }
	.sec-four {
		-ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
	}
	.sec-fast-h1 {
		font-size: 3.5vw;
    line-height: 5vw;
	}
	.sec-fast-text1 p {
		font-size: 1.5vw;
    line-height: 3vw;
	}
	.sec-fast-h1-2 {
		font-size: 3.5vw;
    line-height: 5vw;
	}
	.sec-fast-p2 p {
		font-size: 1.5vw;
    line-height: 3vw;
	}
	.sec-second-text1 p {
		font-size: 1.5vw;
    line-height: 3vw;
	}
	.sec-second-text2 p {
		font-size: 1.5vw;
    line-height: 3vw;
	}
	.sec-second-text1 {
	 margin-top: 13%;
		padding: 0 10px;
	}
	.sec-third-text1 p {
		font-size: 1.5vw;
    line-height: 3vw;
	}
	.frame16-m {
		margin-top: 0px;
	}
	.sec-four-text1 p {
		font-size: 1.5vw;
    line-height: 3vw;
	}
	.sec-fast-text2 {
		padding: 0 10px;
	}
	.sec-fast-text1 {
		padding: 0 10px;
	}
	.sec-third-text1 {
		padding: 0 10px;
	}
	.sec-second-karuizawa {
		margin-top: 0px;
	}
	.karuizawa-m {
		margin-top: 0px;
	}
	.karuizawa-m2 {
	height: 45%;
}
	.karuizawa-m3 {
		padding-top: 15%;
	}
}
@media (min-width:1020px) {
	.sec-misato-movie iframe {
    width: 800px;
    height: 505px;
	}
	.sec-karuizawa-movie iframe {
    width: 800px;
    height: 505px;
}
	.sec-zero-text1 {
		bottom: 20px;
	}
	.sec-zero-text1 p {
		font-size: 1.8rem;
	}
	.sec-misato-contact p {
		font-size: 1.8rem;
	}
}
@media (min-width:1440px) {
	.sec-zero-text1 {
    bottom: 60px;
}
}