/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@media screen and (max-width: 767px) {
  .farmmap_wrapper {
    width: 300px;
    height: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}

.farmmap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .farmmap {
    width: 1000px;
    height: 860px;
  }
}

@media screen and (max-width: 767px) {
  .farmmap {
    width: 1000px;
    height: 860px;
    -webkit-transform: scale(0.42) translateX(-160px);
    -ms-transform: scale(0.42) translateX(-160px);
    transform: scale(0.42) translateX(-160px);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}

.farmmap__link_list > li:nth-child(1) .farmmap__link {
  width: 336px;
  left: 540px;
  top: 193px;
}

.farmmap__link_list > li:nth-child(1) .farmmap__link__line {
  width: 381px;
}

.farmmap__link_list > li:nth-child(2) .farmmap__link {
  width: 308px;
  left: 462px;
  top: 324px;
}

.farmmap__link_list > li:nth-child(2) .farmmap__link__line {
  width: 209px;
}

.farmmap__link_list > li:nth-child(3) .farmmap__link {
  width: 400px;
  left: 378px;
  top: 427px;
}

.farmmap__link_list > li:nth-child(3) .farmmap__link__line {
  width: 85px;
}

.farmmap__link_list > li:nth-child(4) .farmmap__link {
  width: 352px;
  left: 348px;
  top: 548px;
}

.farmmap__link_list > li:nth-child(4) .farmmap__link__line {
  width: 37px;
}

.farmmap__link {
  position: absolute;
  display: block;
  text-decoration: none;
}

.farmmap__link::after {
  content: '';
  display: block;
  bottom: 10px;
  right: 16px;
  background-image: url("/common/img/icon/arrow/circle_arrow.png");
  background-size: auto;
  width: 27px;
  height: 16px;
  position: absolute;
}

.farmmap__link:hover .farmmap__link__text img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.farmmap__link:hover .farmmap__link__text::before {
  background-color: #afcb3d;
}

.farmmap__link:hover .farmmap__link__line {
  background-color: #afcb3d;
}

.farmmap__link:hover .farmmap__link__line::after {
  background-color: #afcb3d;
}

.farmmap__link__text {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.farmmap__link__text img {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.farmmap__link__text::before {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7d7661;
  bottom: 0;
  left: 0;
}

.farmmap__link__line {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 100%;
  height: 1px;
  width: 100px;
  background-color: #7d7661;
  bottom: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-45.5deg);
  -ms-transform: rotate(-45.5deg);
  transform: rotate(-45.5deg);
}

.farmmap__link__line::after {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #4A433E;
  border-radius: 50%;
  top: -1px;
}

.farmmap__text_list > li {
  position: absolute;
}

.farmmap__text_list > li:nth-child(1) {
  left: 287px;
  top: 520px;
  width: 60px;
}

.farmmap__text_list > li:nth-child(2) {
  left: 194px;
  top: 536px;
  width: 78px;
}

.farmmap__text_list > li:nth-child(3) {
  top: 589px;
  left: 248px;
  width: 60px;
}

.farmmap__text_list > li:nth-child(4) {
  top: 489px;
  left: 248px;
  width: 60px;
}

@media screen and (min-width: 768px), print {
  .content_section .farmmap_wrapper {
    margin-left: -70px;
  }
}

/*# sourceMappingURL=farmmap.css.map */