.side_bar_w {
  margin-top:60px;
}

.kasou_eyecatch {
    width: 100%;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .kasou_eyecatch {
        margin-bottom: 30px;
    }
}

/* 農園紹介 */
body {font-size: 16px;}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body {font-size: 14px;}
}

/* 幅 */
.container_in10 {
  max-width:1000px;
  width: 100%;
  margin:0 auto;
}
@media screen and (max-width:1020px) {
  .container_in10 {
    width:100%;
    padding-left:0;
    padding-right:0;
  }
}


/* タイトル */
#page_plantation .h2__tit {
  color: #361410;
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.h3__tit {
  color: #361410;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:768px) {
  #page_plantation .h2__tit {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .h3__tit {
    font-size: 20px;
  }
}

/* テキスト関係 */
.ta_center {text-align: center !important;}
.ta_center_left {text-align: center !important;}
@media screen and (max-width:768px) {
  .ta_center_left {text-align: left !important;}
}

/* スタイル */
.flex_w {display: flex;}
.br10 {
  border-radius: 10px;
}
.yu-mincho {
    
}

/* コンテンツ */
.c_character_w {
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  max-width: 600px;
  margin: 30px auto 60px;
  padding: 30px 25px;
}
.c_character_w .flex_w {
  justify-content: center;
  text-align: center;
}
.c_character_w .flex_w > div {
  max-width: 180px;
  width: 50%;
}
.c_character_w .flex_w > div.left {
  margin-right: calc(50 / 600 * 100%);
}
.c_character_w .flex_w > div > img {
  margin-bottom: 10px;
}
.friend_bal_ue,
.ichihana_bal_ue {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 10px auto 0;
  position: relative;
  text-align: center;
}
.friend_bal_ue {
  background-color: #FEF6ED;
}
.ichihana_bal_ue {
  background-color: #FCE1EF;
}
.friend_bal_ue:before {
  border-color: transparent transparent #FEF6ED transparent;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  width: 0;
}
.ichihana_bal_ue:before {
  border-color: transparent transparent #FCE1EF transparent;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  width: 0;
}
.c_qa_w {
  display: flex;
  flex-direction: column;
}
.p_bal_w {
  margin-bottom: 50px;
  min-height: 150px;
}
.p_friend_bal,
.p_ichihana_bal {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 50px !important;
  min-height: 100px;
  padding: 20px 30px;
  position: relative;
}
.p_friend_bal {
  background-color: #FEF6ED;
  margin-right: 75px;
  margin-left: 200px;
}
.p_ichihana_bal {
  background-color: #FCE1EF;
  margin-right: 200px;
  margin-left: 75px;
}
.p_friend_bal:before,
.p_ichihana_bal:before {
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  top: -30px;
  width: 150px;
}
.p_friend_bal:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ichigonohanakoto/uploads/img/character_family.png);
  left: -200px;
}
.p_ichihana_bal:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ichigonohanakoto/uploads/img/character_ichihana.png);
  right: -200px;
}
.p_friend_bal:after {
  border-color: transparent #FEF6ED transparent transparent;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  content: "";
  height: 0;
  left: -15px;
  position: absolute;
  top: 20px;
  width: 0;
}
.p_ichihana_bal:after {
  border-color: transparent transparent transparent #FCE1EF;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  content: "";
  height: 0;
  right: -15px;
  position: absolute;
  top: 20px;
  width: 0;
}
.stack_img_w {
  margin-bottom: 130px;
  position: relative;
}
.stack_img_st {
  position: relative;
  z-index: 0;
}
.stack_img_ue {
  position: absolute;
  bottom: -40px;
  left: 30px;
  width: calc(300 / 1000 * 100%);
  z-index: 1;
}
.p-page_content__inner #page_plantation p {
    font-size: 16px;
}

@media screen and (max-width:768px) {
  .c_character_w .flex_w > div {
    max-width: 140px;
  }
  .c_character_w .flex_w > div.left {
    margin-right: 15px;
  }
  .c_character_w .flex_w > div > img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .friend_bal_ue, .ichihana_bal_ue {
    height: 50px;
  }
  .p_bal_w {
    margin-bottom: 40px;
    min-height: inherit;
  }
  .p_friend_bal {
    margin-right: 0;
    margin-left: 80px;
  }
  .p_ichihana_bal {
    margin-right: 80px;
    margin-left: 0;
  }
  .p_friend_bal,
  .p_ichihana_bal {
    padding: 15px 15px;
    margin-bottom: 1.5rem !important;
  }
  .p_friend_bal:before,
  .p_ichihana_bal:before {
    height: 60px;
    top: 0;
    width: 60px;
  }
  .p_ichihana_bal:before {
    right: -80px;
  }
  .p_friend_bal:before {
    left: -80px;
  }
  .stack_img_w {
    margin-bottom: 80px;
  }
  .p-page_content__inner #page_plantation p {
    line-height: 1.6;
  }
}