@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : farm.css
 author     : Ability Consultant
 style info : ファーム
=================================================================== */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 3930px;
}

#header .con_header .box_main .page_title {
  left: -4px;
}

/* -----------------------------------------------------------
	mv
----------------------------------------------------------- */
@media only screen and (max-width: 1759px) {
  #header .box_main .main_img img {
    -o-object-position: center left;
       object-position: center left;
  }
}

/* -----------------------------------------------------------
	box_intr
----------------------------------------------------------- */
.box_intr {
  width: 1190px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
.box_intr .st {
  font-size: 147%;
  font-weight: 400;
}
.box_intr > .txt {
  font-size: 94%;
  margin-top: 30px;
  line-height: 1.8;
}
.box_intr > .txt span {
  display: block;
  font-size: 86%;
  margin-top: 15px;
}
.box_intr .box_read {
  margin-top: 80px;
}
.box_intr .box_read .txt {
  margin-top: 20px;
  font-size: 94%;
  line-height: 1.8;
  text-align: left;
}

/* -----------------------------------------------------------
	box_map
----------------------------------------------------------- */
.box_map {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 86px 0;
  text-align: center;
}
.box_map:before {
  content: '';
  background: #f6f6f6;
  width: 1760px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.box_map .st {
  position: relative;
  font-size: 147%;
  font-weight: 400;
}
.box_map > .txt {
  position: relative;
  font-size: 94%;
  margin-top: 30px;
  line-height: 1.8;
}
.box_map > .txt span {
  display: block;
  font-size: 86%;
  margin-top: 15px;
}
.box_map .img {
  position: relative;
  margin-top: 30px;
}

/* -----------------------------------------------------------
	con_area
----------------------------------------------------------- */
.con_area {
  width: 900px;
  margin: 0 auto;
  margin-top: 100px;
}
.con_area .st {
  text-align: center;
  letter-spacing: .15em;
  font-weight: 400;
  margin-bottom: 35px;
}
.con_area .st em {
  color: #fff;
  background: #b7985b;
  padding: 5px 11px;
  line-height: 1;
}
.con_area .st span {
  display: block;
  font-size: 160%;
  margin-top: 14px;
}
.con_area .box_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.con_area .box_area li {
  width: 440px;
  margin-left: 20px;
  margin-bottom: 21px;
  border-bottom: 1px dashed #c7c7c7;
}
.con_area .box_area li:first-child, .con_area .box_area li:nth-child(2n+1) {
  margin-left: 0;
}
.con_area .box_area li .box_txt .sst {
  font-size: 120%;
  text-align: center;
  font-weight: 500;
  padding: 19px 0 17px;
}
.con_area .box_area li .box_txt .txt {
  font-size: 94%;
  line-height: 1.8;
  letter-spacing: -.05em;
  border-top: 1px dashed #c7c7c7;
  padding: 16px;
}
.con_area .box_btn {
  text-align: center;
  letter-spacing: -.4em;
  margin-top: 60px;
}
.con_area .box_btn .btn_p-w, .con_area .box_btn .btn_a-w {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_area .box_btn .btn_a-w {
  margin-left: 22px;
}
