/* font */
/*  coler  */
/*  other  */
#farm {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
}

#farm section {
  padding: 120px 0;
  margin-top: 0;
}

#farm .hidePc {
  display: none;
}

#farm .main_hd {
  margin-bottom: 50px;
}

#farm .main_hd h1 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 36px;
  position: relative;
}

#farm .main_hd h1::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #e63d2e;
  bottom: 0;
  left: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#farm .about_btn03 {
  width: 320px;
  margin: 0 auto;
}

#farm .about_btn03 a {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-family: 'YuGothic-M';
  color: #fff;
  text-align: center;
  background: #ff6633;
  padding: 15px 0;
  border-radius: 32px;
  border: solid 1px #ff6633;
  position: relative;
}

#farm .about_btn03 a::after {
  content: '';
  position: absolute;
  background: url(../img/top/arrow.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#farm .about_btn03:hover a {
  background: #fff;
  color: #ff6633;
}

#farm .about_btn03:hover a::after {
  content: '';
  position: absolute;
  background: url(../img/top/arrow03.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#farm .farm_cnt .cnt_bg {
  padding: 50px 30px;
  background: #ffe8e5;
  border-radius: 15px;
}

#farm .farm_cnt .cnt_bg p a {
  text-decoration: underline;
}

#farm .farm_cnt .cntBox {
  margin-top: 80px;
}

#farm .farm_cnt .cntBox header {
  border-bottom: dotted 2px #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

#farm .farm_cnt .cntBox header h2 {
  font-size: 20px;
  padding-left: 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
}

#farm .farm_cnt .cntBox header h2::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 40px;
  background: #e63d2e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#farm .farm_cnt .cntBox .sub_ttl {
  width: 735px;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: dotted 2px #e0e0e0;
}

#farm .farm_cnt .cntBox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox {
  width: calc(100% - 365px);
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox p {
  padding: 0 10px;
}
#farm .farm_cnt .cntBox .flex .cntBox_txtBox p span {
  font-weight: bold;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox p + p {
  margin-top: 20px;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox .cntBox_bgBox {
  background: #f2f2f2;
  padding: 10px;
  margin: 20px 0;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox .infoBox {
  width: 100%;
  padding: 30px 25px;
  border: solid #ccc 1px;
  border-radius: 15px;
  margin-top: 20px;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox .cntBox_bgBox p {
  padding: 0;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox .noteBox p a {
  display: inline;
  text-decoration: underline;
  color: #ff6633;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox .infoBox p + p {
  margin-top: 0;
}

#farm .farm_cnt .cntBox .flex .cntBox_txtBox .infoBox p a {
  display: inline;
  color: #ff6633;
}

#farm .farm_cnt .cntBox .flex .cntBox_imgBox {
  width: 345px;
}

#farm #sec01 .cnt_bg p {
  padding-left: 15px;
  text-indent: -15px;
}

#farm #sec01 .cnt_bg a {
  display: inline;
  color: #ff6633;
}

#farm #sec01 .cntBox.calendarCnt p {
  font-size: 15px;
}

#farm #sec01 .cntBox.calendarCnt figure {
  margin-top: 10px;
  width: 100%;
}

.calendarSec{
  margin-top: 60px;
}

.calendar_hd{
  
}

.calendar_content .pc-only{
  display: block;
}

.calendar_content .sp-only{
  display: none;
}

.calendarNav{
  display: flex;
  margin-top: 40px;
  margin-bottom: -15px;
  justify-content: space-between;
}

.calendarNav_item{
  width: calc(100% / 12);
}

.calendarNav_item a{
  border: solid 1px #000;
  padding: 10px 10px 20px 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.calendarNav_item a::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translateX(-50%) rotate(135deg);
}

.calendarNav_item a img{
  width: 32px;
}

#farm #sec01 .cntBox.imgCnt {
  margin-bottom: 120px;
}

#farm #sec01 .cntBox.imgCnt .cntBox_inner .flex .cntBox_txtBox .infoBox {
  margin-top: 70px;
}

#farm #sec01 .cntBox.imgCnt .cntBox_inner .flex .cntBox_imgBox figure {
  margin-bottom: 20px;
}

#farm #sec01 .cntBox .infoBox p a {
  text-decoration: underline;
}

#farm #sec01 .left-line::after{
  background: #e98000;
}

#farm #sec02 .main_hd h1::after {
  background: #1aa95b;
}

#farm #sec02 .sub_txt {
  text-align: center;
}

#farm #sec02 .cnt_bg {
  margin-top: 50px;
  background: #e5fff1;
}

#farm #sec02 .cntBox {
  margin-bottom: 120px;
}

#farm #sec02 .cntBox header h2::before {
  background: #1aa95b;
}

#farm #sec02 .cntBox .cntBox_inner {
  margin-bottom: 70px;
}

#farm #sec02 .cntBox .cntBox_inner .sub_ttl {
  margin-bottom: 30px;
}

#farm #sec02 .cntBox .cntBox_inner .cntBox_txtBox p + p {
  margin-top: 0;
}

#farm #sec02 .cntBox .cntBox_inner .cntBox_txtBox .infoBox02 {
  margin-top: 30px;
}

#farm #sec02 .cntBox .cntBox_inner .cntBox_txtBox .infoBox02 dl dt {
  width: 130px;
  line-height: 1.9;
}

#farm #sec02 .cntBox .cntBox_inner .cntBox_txtBox .infoBox02 dl dd {
  width: calc(100% - 130px);
}

#farm #sec02 .cntBox .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 {
  margin-top: 0;
}

#farm #sec02 .cntBox .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl dt {
  width: 130px;
  line-height: 1.9;
  font-weight: bold;
}

#farm #sec02 .cntBox .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl dd {
  width: calc(100% - 130px);
}

#farm #sec02 .cntBox .cntBox_inner:nth-of-type(3) {
  margin-bottom: 0;
}

#farm #sec02 .cntBox .cntBox_inner:nth-of-type(3) .cntBox_txtBox .infoBox02 dl dt {
  width: 170px;
  letter-spacing: 0.9px;
}

#farm #sec02 .cntBox .cntBox_inner:nth-of-type(3) .cntBox_txtBox .infoBox02 dl dd {
  width: calc(100% - 170px);
}

#farm #sec03 header h1::after {
  background: #2b82d9;
}

#farm #sec03 .sub_txt {
  text-align: center;
}

#farm #sec03 .cnt_bg {
  margin-top: 50px;
  background: #e5f2ff;
}

#farm #sec03 .cntBox {
  margin-bottom: 120px;
}

#farm #sec03 .cntBox header h2::before {
  background: #2b82d9;
}

#farm #sec03 .cntBox .mid_txt {
  margin-bottom: 80px;
  font-weight: bold;
}

#farm #sec03 .cntBox .cntBox_inner:nth-of-type(2) {
  margin-top: 15px;
}

#farm #sec03 .cntBox .cntBox_inner:nth-of-type(2) .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#farm .m-btns{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#farm .m-btns .m-btn{
  width: 330px;
}

#farm .m-btns .m-btn:nth-child(3n - 1){
  margin-left: 40px;
  margin-right: 40px;
}

#farm .m-btns .m-btn a{
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-family: 'YuGothic-M';
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 32px;
  position: relative;
}

#farm .m-btns .m-btn a::after{
  content: '';
  position: absolute;
  background: url(../img/top/arrow.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


@media screen and (max-width: 768px) {
  #farm section {
    padding: 60px 0;
  }
  #farm h2 {
    font-size: 21px;
  }
  #farm .hidePc {
    display: block;
  }
  #farm .main_hd {
    margin-bottom: 30px;
  }
  #farm .main_hd h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  #farm .main_hd h1::after {
    left: 40%;
  }
  #farm .cnt_bg {
    padding: 15px !important;
  }
  #farm .cnt_bg p {
    font-size: 14px;
  }
  #farm .farm_cnt .cntBox {
    margin-top: 60px;
  }
  #farm .farm_cnt .cntBox header {
    margin-bottom: 30px;
  }
  #farm .farm_cnt .cntBox header h2 {
    font-size: 18px;
  }
  #farm .farm_cnt .cntBox header h2::before {
    height: 25px;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .sub_ttl {
    font-size: 16px;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .flex {
    margin-top: 10px;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .flex .cntBox_txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .flex .cntBox_txtBox p + p {
    margin-top: 10px;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .flex .cntBox_txtBox p span {
    display: inline-block;
    width: 100%;
    line-height: 2;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .flex .cntBox_txtBox .infoBox {
    padding: 15px;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .flex .cntBox_txtBox .infoBox p {
    font-size: 14px;
    padding-left: 10px;
    text-indent: -15px;
  }
  #farm .farm_cnt .cntBox .cntBox_inner .flex .cntBox_imgBox {
    width: 100%;
  }
  #farm .farm_cnt .cntBox:last-of-type {
    margin-bottom: 60px;
  }
  #farm #sec01 .cntBox.imgCnt {
    margin-bottom: 60px;
  }
  #farm #sec01 .cntBox.imgCnt .cntBox_inner .flex .cntBox_txtBox .infoBox {
    margin-top: 30px;
  }
  #farm #sec02 .sub_txt,
  #farm #sec03 .sub_txt {
    text-align: left;
  }
  #farm #sec02 .sub_txt br,
  #farm #sec03 .sub_txt br {
    display: none;
  }
  #farm #sec02 .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl,
  #farm #sec03 .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl {
    display: block;
  }
  #farm #sec02 .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl dt,
  #farm #sec03 .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl dt {
    width: 100% !important;
  }
  #farm #sec02 .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl dd,
  #farm #sec03 .cntBox_inner:nth-of-type(n+2) .cntBox_txtBox .infoBox02 dl dd {
    width: 100% !important;
    margin-bottom: 10px;
    padding-left: 15px;
    text-indent: -15px;
  }
  #farm #sec03 .cnt_bg p {
    padding-left: 15px;
    text-indent: -15px;
  }
  #farm #sec03 .cntBox_inner:last-of-type {
    margin-top: 40px !important;
  }
  
  .calendarSec{
    margin-top: 15px;
    overflow-x: scroll;
    position: relative;
  }
	
  .calendarSec:nth-of-type(2){
   padding-top: 23px; 	
   margin-top: 30px;
  }
  
  .calendarSec:nth-of-type(2)::before{
    content: '※品種は果物名をクリック';
    font-size: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .calendarInner{
    min-width: 449px;
    width: 100%;
  }
  
  #farm #sec01 .cntBox.calendarCnt .calendarSec {
    overflow-x: scroll;
  }
  
  #farm #sec01 .cntBox.calendarCnt>.calendarSec:first-of-type::before{
    content: '';
  }
  
  #farm #sec01 .cntBox.calendarCnt .calendarSec figure {
    min-width: 449px;
    width: 100%;
  }


  .calendar_hd{
    cursor: pointer;
  }
  
  .calendar_content{
    display: none;
  }
  .calendar_content .pc-only{
    display: none;
  }
  .calendar_content .sp-only{
    display: block;
  }
  
  .calendarNav{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .calendarNav_item{
    width: calc(100% / 4 - 20px);
  }

  .calendarNav_item:not(:nth-child(4n)){
    margin-right: calc(80px / 3);
  }
  
  .calendarNav_item:not(:nth-last-child(-n + 4)){
    margin-bottom: 20px;
  }
  
  .calendarNav_item a{
    border: solid 1px #000;
    padding: 6px 6px 15px 6px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .calendarNav_item a::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: translateX(-50%) rotate(135deg);
  }
  
  .calendarNav_item a img{
    width: 24px;
  }


  #farm .m-btns{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  #farm .m-btns .m-btn{
    max-width: 320px;
  }

  #farm .m-btns .m-btn:not(:last-child){
    margin-bottom: 20px;
  }
  
  #farm .m-btns .m-btn:nth-child(3n - 1){
    margin-left: auto;
    margin-right: auto;
  }
}
