@charset "UTF-8";
/* @content */

#grape-picking .event {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
#grape-picking #link01,
#grape-picking #link04,
#grape-picking #link05 {
  margin-top: -100px;
  padding-top: 100px;
}
#grape-picking #page_header {
  background-image: url(../images/grape-picking/underlayer-main@2x.jpg);
}

#grape-picking #nav-area {
  margin: 100px 0 105px;
}
#grape-picking #nav-area .flex-container {
  display: flex;
  justify-content: space-between;
}
#grape-picking #nav-area .flex-container a {
  position: relative;
  padding-right: 15px;
}
#grape-picking #nav-area .flex-container a::after {
  position: absolute;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  right: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  transition: 0.3s;
}
#grape-picking #nav-area .flex-container a:hover::after {
  top: 10px;
  transition: 0.3s;
}

/*season-area*/
#grape-picking #season-area {
  margin-bottom: 90px;
}
#grape-picking #season-area .wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
/*20220725 start*/
#grape-picking #season-area .section_title {
  margin-bottom: 90px;
}
#grape-picking #season-area .section_title span{
  font-size: 21px;
  margin-top: -5px;
  display: block;
}
#grape-picking #season-area .variety--area + .variety--area {
  margin-top: 50px;
}
#grape-picking #season-area .variety--area .variety--ttl {
  margin-bottom: 30px;
  font-size: 18px;
}
#grape-picking #season-area .variety--area .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#grape-picking #season-area .variety--area .flex-box .fruit-item {
  display: block;
  max-width: 200px;
  margin-bottom: 30px;
  width: 100%;
}
#grape-picking #season-area .variety--area .flex-box .fruit-item img {
  width: 100%;
}
#grape-picking #season-area .variety--area .flex-box .fruit-item + .fruit-item {
  margin-left: 30px;
}
/*20220725 end*/

#grape-picking #season-area .season-bg {
  background-color: #f1e4f4;
  padding: 60px 0;
}
#grape-picking #season-area div {
  text-align: center;
}
#grape-picking #season-area .season-note {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
}
/*season-area end*/

#grape-picking #section02 {
  background: #f1e4f4;
  padding: 55px 0 55px 0;
}
#grape-picking #section02 .btn-area {
  text-align: center;
}
#grape-picking #section02 .btn-area a {
  background-color: #804289;
}
#grape-picking #section02 .topics-area {
  margin: 0 auto;
  width: 90%;
}
#grape-picking #section02 .topics-area__title__day {
  text-align: center;
  margin-bottom: 35px;
}
#grape-picking #section02 .topics-area__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
}
#grape-picking #section02 .topics-area__title span {
  background: #fff;
  border-radius: 30px;
  padding: 10px 15px;
}
#grape-picking #section02 .flex-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#grape-picking #section02 .flex-container__inner {
  width: 24%;
  margin: 0 15px 10px;
  text-align: center;
  background: #fff;
  max-width: 220px;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow: 0px 0px 15px -3px rgba(118, 118, 118, 0.69);
}
#grape-picking #section02 .flex-container__inner p {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
#grape-picking #section02 .flex-container__inner img {
  width: 175px;
  margin-bottom: 25px;
  padding: 0 10px;
}

/* 全ての品種写真（旬な時期ではない時） */
#grape-picking #section02 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
#grape-picking #section02 .container__unit {
  width: 12%;
  text-align: center;
  margin: 0 10px 20px;
}
#grape-picking #section02 .container__unit img {
  border-radius: 50%;
  width: 175px;
}
/* 全ての品種写真（旬な時期ではない時） */

/* 時間・価格 */
#grape-picking #section10 {
  margin-bottom: 60px;
}
#grape-picking #section10 table {
  margin-bottom: 90px;
  max-width: 800px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 16px -6px rgba(87, 87, 87, 0.6);
  margin: 0 auto;
}
#grape-picking #section10 table th,
#grape-picking #section10 table td {
  width: calc(100% / 3);
  text-align: center;
  padding: 15px;
  font-weight: normal;
}
#grape-picking #section10 table th {
  color: #fff;
}
#grape-picking #section10 table th:first-child {
  background: #894c86;
  border-radius: 20px 0 0 0;
}
#grape-picking #section10 table th:nth-child(2) {
  background: #8cc163;
}
#grape-picking #section10 table th:last-child {
  background: #50508e;
  border-radius: 0 20px 0 0;
}
#grape-picking #section10 table td {
  border-right: 1px solid #d3d3d3;
}
#grape-picking #section10 table td:last-child {
  border-right: none;
}
#grape-picking #section10 table td span.start {
  font-size: 14px;
}
#grape-picking #section10 table td span {
  font-size: 18px;
}
#grape-picking #section10 table tr th span {
  font-size: 14px;
}

/* 狩りとり価格 */
#grape-picking #section21 {
  margin-bottom: 60px;
}
#grape-picking #section21 table {
  margin-bottom: 90px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 16px -6px rgba(87, 87, 87, 0.6);
  margin: 0 auto 5px;
}
#grape-picking #section21 table th,
#grape-picking #section21 table td {
  width: calc(100% / 6);
  text-align: center;
  font-weight: normal;
}
#grape-picking #section21 table th {
  padding: 20px;
  color: #fff;
}
#grape-picking #section21 table th span {
  font-size: 22px;
}
#grape-picking #section21 table th:first-child {
  background: #894c86;
  border-radius: 20px 0 0 0;
}
#grape-picking #section21 table th:nth-child(2) {
  background: #8cc163;
}
#grape-picking #section21 table th:nth-child(3),
#grape-picking #section21 table th:nth-child(4) {
  background: #8cc163;
}
#grape-picking #section21 table th:last-child {
  background: #50508e;
  border-radius: 0 20px 0 0;
}
#grape-picking #section21 table td {
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px;
  font-size: 14px;
}
#grape-picking #section21 table td:last-child {
  border-right: none;
}
#grape-picking #section21 table tr:last-child td {
  border-bottom: none;
}
#grape-picking #section21 table tr td:first-child,
#grape-picking #section21 table tr td:nth-child(2) {
  background: #f5f5ff;
}
#grape-picking #section21 table tr td:nth-child(3),
#grape-picking #section21 table tr td:nth-child(4) {
  background: #f9fff3;
}
#grape-picking #section21 table tr td:last-child{
  background: #eaeaf3;
}
#grape-picking #section21 .r-text {
  text-align: right;
  color: #545454;
}

/*youtube start*/
#grape-picking #section22 {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f1e4f4;
  padding: 60px 0;
}
#grape-picking #section22 .wrap-500 {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
#grape-picking #section22 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#grape-picking #section22 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*youtube end*/

#grape-picking #section03 {
  margin-bottom: 90px;
}
#grape-picking #section03 .reserve {
  background: #804289;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
  padding: 58px 20px;
  opacity: 1;
}
#grape-picking #section03 .reserve:hover .button {
  color: #fff;
  background: #804289;
  border: 1px solid #fff;
}
#grape-picking #section03 .reserve__title {
  font-size: 26px;
  margin-bottom: 20px;
}
#grape-picking #section03 .reserve__title span {
  font-size: 32px;
}
#grape-picking #section03 p {
  margin-bottom: 15px;
}
#grape-picking #section03 .button {
  color: #804289;
  background: #fff;
  padding: 10px 20px 10px 10px;
  text-align: left;
  border: 1px solid #804289;
  max-width: 215px;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
#grape-picking #section03 .button::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  right: 8px;
  top: 10px;
  background: #804289;
  border-radius: 50%;
  transition: 0.3s;
}
#grape-picking #section03 .button::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 17px;
  top: 19px;
  transform: rotate(45deg);
  transition: 0.3s;
}
#grape-picking #section03 .reserve:hover .button::before {
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
#grape-picking #section03 .reserve:hover .button::after {
  border-top: 1px solid #804289;
  border-right: 1px solid #804289;
  transition: 0.3s;
}

/* 石原果樹園の果物狩りって？ */
#grape-picking #section20 {
  margin: 0 auto;
  margin-bottom: 60px;
}
#grape-picking #section20 .flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#grape-picking #section20 .flex-container__tx {
  max-width: unset;
  margin: auto;
  width: 45%;
}
#grape-picking #section20 .section_title {
  font-size: 32px;
  margin-bottom: 35px;
}
#grape-picking #section20 .section_title span {
  color: #e02c03;
}
#grape-picking #section20 .section_title::after {
  border-bottom: none;
}
#grape-picking #section20 .flex-container__tx p.guide-innertx {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
  text-align: left;
}
#grape-picking #section20 .attent_area {
  border: 1px solid #232323;
  max-width: 780px;
  margin: 0 auto;
  padding: 30px 40px;
}
#grape-picking #section20 .attent-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#grape-picking #section20 .attent-container__img {
  width: 10%;
}
#grape-picking #section20 .attent-container__tx {
  width: 85%;
}
#grape-picking #section20 .attent-container__tx h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
#grape-picking #section20 .attent-container__tx h4 span {
  color: #e02c03;
}
#grape-picking #section20 .attent-container__tx a {
  color: #00592a;
  text-decoration: underline;
}

#grape-picking #section20 .reserve_second {
  background-color: #e5e5e5;
  font-size: 14px;
  margin: 20px auto 0;
  padding: 15px;
  text-align: center;
  width: 600px;
}
#grape-picking #section20 .reserve_second .tel-link {
  padding: 0 10px;
}

#grape-picking #section30 .price-area {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
#grape-picking #section30 .price-content {
}
#grape-picking #section30 .price-area .price-content__title {
  background: #58aa3d;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 10px;
}
#grape-picking #section30 .price-area .f-18 {
  font-size: 18px;
}
#grape-picking #section30 .price-area .f-22 {
  font-size: 22px;
}
#grape-picking #section30 .price-area ul {
}
#grape-picking #section30 .price-area ul li {
  padding-left: 15px;
  position: relative;
  letter-spacing: 0.05em;
  font-size: 18px;
}
#grape-picking #section30 .price-area ul li:before {
  content: "・";
  font-size: 45px;
  color: #58aa3d;
  position: absolute;
  top: -22px;
  left: -20px;
}

#grape-picking #section30 h2 .weight {
  position: relative;
}
#grape-picking #section30 h2 .weight:after {
  content: "";
  background-image: url(../images/grape-picking/weigh@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 45px;
  height: 48px;
  top: -10px;
  right: -70px;
}
#grape-picking #section30 {
  margin-bottom: 80px;
  margin-top: 50px;
}
#grape-picking #section30 .section_title {
  margin-bottom: 30px;
}
#grape-picking #section30 .note {
  text-align: center;
  margin-bottom: 40px;
}
#grape-picking #section30 .weight-area {
  display: flex;
  justify-content: space-between;
}
#grape-picking #section30 .weight-A {
  width: calc(50% - 60px);
}
#grape-picking #section30 .weight-B {
  width: 50%;
}

#grape-picking #section30 .weight-A .weight-A__title {
  background: #50508e;
  color: #fff;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
#grape-picking #section30 .weight-B .weight-B__title {
  background: #8cc163;
  color: #fff;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

#grape-picking #section30 .weight-A .weight-A__inner,
#grape-picking #section30 .weight-B .weight-B__inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
#grape-picking #section30 .weight-A .grape_name {
  margin: 20px 0 20px;
}
#grape-picking #section30 .grape_name {
  margin-bottom: 10px;
}
#grape-picking #section30 .grape_name span {
  color: #fff;
  font-size: 18px;
  padding: 0 5px;
}
#grape-picking #section30 .weight-A .grape_name span {
  background: #50508e;
}
#grape-picking #section30 .weight-B .grape_name {
  margin-top: 15px;
}
#grape-picking #section30 .weight-B .grape_name span {
  background: #8cc163;
}

#grape-picking #section30 .weight-price {
  font-size: 20px;
  text-align: center;
}
#grape-picking #section30 .weight-price span {
  font-size: 30px;
}

#grape-picking #section21 .flex-container {
  margin-bottom: 60px;
}
#grape-picking #section21 .variety_link {
  text-align: center;
}

#grape-picking #section40 .section_title {
  margin-bottom: 80px;
}

#grape-picking #section40 .step-area {
  position: relative;
}
#grape-picking #section40 .tel-link-area {
  margin-bottom: 10px;
}
#grape-picking #section40 .tel-link {
  position: relative;
  font-size: 24px;
  color: #00592a;
  padding-left: 20px;
}
#grape-picking #section40 .tel-link::before {
  content: "";
  position: absolute;
  background: url(../images/grape-picking/tel-icon@2x.jpg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 21px;
  left: 0;
  top: 3px;
}

#grape-picking #section40 .step-area::before {
  position: absolute;
  border-left: 3px solid #804289;
  content: "";
  height: 100%;
  left: 150px;
  z-index: -1;
}
#grape-picking #section40 .step-area:nth-child(4)::before {
  height: 120%;
}
#grape-picking #section40 .step-area:last-child::before {
  content: none;
}
#grape-picking #section40 .flex-container {
  align-items: unset;
}
#grape-picking #section40 .tx_inner h2 {
  padding-top: 0;
}
#grape-picking #section40 .flex-container__img {
  width: 35%;
}
#grape-picking #section40 .flex-container__img img {
  border-radius: 0;
}
#grape-picking #section40 .leftbox {
  max-width: unset;
}
#grape-picking #section40 .flex-container__tx {
  width: 65%;
}
#grape-picking #section40 .leftbox {
  margin-left: 50px;
}
#grape-picking #section40 .tx_inner h2 {
  font-size: 24px;
  font-weight: normal;
  color: #804289;
}
#grape-picking #section40 .tx_inner h2,
#grape-picking #section40 .tx_inner p {
  margin-left: 0;
}
#grape-picking #section40 .tx_inner .note-area {
  color: #545454;
  margin-top: 10px;
}

#grape-picking #section40 .tx_inner a {
  color: #00592a;
  text-decoration: underline;
}
#grape-picking #section40 .mb-20 {
  margin-bottom: 20px;
}
#grape-picking #section40 .tx_inner.step02:after {
  background-image: url(../images/grape-picking/icon_step02@2x.png);
  width: 246px;
  height: 65px;
  left: 150px;
  top: 40px;
}
#grape-picking #section40 .tx_inner.step03:after {
  content: "";
  position: absolute;
  background-image: url(../images/grape-picking/icon_step03@2x.png);
  width: 63px;
  height: 86px;
  left: 170px;
  top: -20px;
  background-size: contain;
}
#grape-picking #section40 .tx_inner.step04:after {
  background-image: url(../images/grape-picking/icon_step04@2x.png);
  width: 61px;
  height: 56px;
  right: 0;
  left: -170px;
  margin: auto;
  top: 10px;
}
#grape-picking #section40 .tx_inner.step05:after {
  background-image: url(../images/grape-picking/icon_step05@2x.png);
  content: "";
  position: absolute;
  width: 132px;
  height: 82px;
  left: 160px;
  top: 10px;
}
#grape-picking #section40 .grape .pick-button {
  background-image: url(../images/grape-picking/icon_grape@2x.png);
}
#grape-picking #section40 .pear .pick-button {
  background-image: url(../images/grape-picking/icon_pear@2x.png);
}
#grape-picking #section40 .persimmon .pick-button {
  background-image: url(../images/grape-picking/icon_persimmon@2x.png);
}

#grape-picking #section70 {
  margin-bottom: 50px;
}
#grape-picking #section70 .section_title {
  text-align: center;
}

#grape-picking #section70 .a-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#grape-picking #section70 .a-flex a {
  width: 48%;
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #grape-picking #section30 .grape_name span {
    font-size: 16px;
  }
  #grape-picking #nav-area {
    margin: 110px 0 25px;
  }
  #grape-picking #nav-area .flex-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  #grape-picking #nav-area .flex-container a {
    margin: 5px 10px;
  }
  #section01 {
    margin-top: 60px;
  }
  #grape-picking #section02 .flex-container {
    flex-wrap: wrap;
  }
  #grape-picking #section02 .flex-container a {
    width: 28%;
    margin-bottom: 10px;
  }
  #grape-picking #section20 .section_title {
    font-size: 28px;
  }
  #grape-picking #section30 .weight-B {
    width: 55%;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #grape-picking #season-area {
    margin-bottom: 0;
  }
  #grape-picking #season-area .season-bg {
    padding: 30px 0;
  }
  #grape-picking #season-area .section_title {
    margin-bottom: 45px;
  }
  #grape-picking #season-area p {
    font-size: 14px;
  }
  #grape-picking #season-area .img-area div + div {
    margin-top: 20px;
  }
  #grape-picking #season-area .variety--area + .variety--area {
    margin-top: 45px;
  }

  #grape-picking #season-area .variety--area .flex-box {
    /*justify-content: space-between;*/
    justify-content: center;
  }
  #grape-picking #season-area .variety--area .flex-box .fruit-item {
    max-width: 100%;
    width: 28%;
  }
  #grape-picking
    #season-area
    .variety--area
    .flex-box
    .fruit-item
    + .fruit-item {
    margin-left: 20px;
  }
  #section01 {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  #grape-picking #section02 {
    margin-bottom: 0;
    padding: 45px 0 45px;
  }
  #grape-picking #section02 .container__unit {
    width: 27%;
  }

  #grape-picking #section03 {
    /*margin-bottom: 45px;*/
    margin-bottom: 0;
  }
  #grape-picking #section03 .wrapper {
    width: 100%;
  }
  #grape-picking #section03 .reserve {
    max-width: 100%;
    padding: 30px 0px;
    border-radius: 0;
  }
  #grape-picking #section03 .reserve__title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  #grape-picking #section03 .reserve__title span {
    font-size: 26px;
  }
  #grape-picking #section20 .section_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #grape-picking #section20 .reserve_second {
    width: 90%;
    margin: 20px auto 8px;
  }
  #grape-picking #section20 .flex-container__tx .section_title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
  #grape-picking #section20 .flex-container__img {
    width: auto;
    text-align: center;
  }
  #grape-picking #section20 .flex-container__tx {
    width: 100%;
  }
  #grape-picking #section20 .attent-container__tx h4 {
    text-align: center;
  }
  #grape-picking #section22 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  #grape-picking #section30 .price-area {
    flex-direction: column;
    width: 80%;
    margin: 25px auto 35px;
  }
  #grape-picking #section30 .weight-area {
    margin-bottom: 0;
  }
  #grape-picking #section30 .weight-area {
    flex-direction: column;
  }
  #grape-picking #section30 .weight-A,
  #grape-picking #section30 .weight-B {
    width: 100%;
  }
  #grape-picking #section30 .weight-A {
    margin-bottom: 50px;
  }
  #grape-picking #section30 .price-area .price-content {
    margin-bottom: 10px;
  }
  #grape-picking #section30 .price-area .price-content:last-child {
    margin-bottom: 0;
  }

  #grape-picking #section40 .flex-container {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  #grape-picking #section40 .flex-container__img {
    width: 40%;
  }
  #grape-picking #section40 .flex-container__tx {
    width: 60%;
    padding-top: 0;
  }
  #grape-picking #section40 .tx_inner h2 {
    font-size: 20px;
  }
  #grape-picking #section40 .flex-container {
    flex-direction: unset;
  }
  #grape-picking #section40 .tx_inner.step01:after {
    top: -30px;
  }
  #grape-picking #section40 .tx_inner.step02::after {
    width: 182px;
  }
  #grape-picking #section40 .tx_inner.step04::after {
    left: 40px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #grape-picking #season-area div + div {
    margin-top: 15px;
  }
  #grape-picking
    #season-area
    .variety--area
    .flex-box
    .fruit-item
    + .fruit-item {
    margin-left: 0;
  }
  #grape-picking #season-area .variety--area .flex-box {
    justify-content: space-between;
  }
  #grape-picking #season-area .season-note {
    text-align: left;
  }
  #grape-picking #section02 {
    margin-bottom: 0;
    padding: 35px 0 35px;
  }
  #grape-picking #section02 .container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #grape-picking #section02 .container__unit {
    width: 29%;
    margin: 0 5px 20px;
  }
  #grape-picking #section02 .flex-container a {
    width: 48%;
    margin: 0 0 10px;
  }
  #grape-picking #section02 .flex-container__inner {
    padding: 15px 0;
  }
  #grape-picking #section02 .flex-container__inner:nth-child(1),
  #grape-picking #section02 .flex-container__inner:nth-child(2) {
    margin-bottom: 10px;
  }
  #grape-picking #section02 .flex-container__inner img {
    margin-bottom: 10px;
  }
  #grape-picking #section02 .flex-container__inner p {
    padding-top: 10px;
    line-height: 1.3;
  }
  #grape-picking #section20 .reserve_second {
    text-align: left;
    width: 100%;
  }
  #grape-picking #section20 .reserve_second .inline {
    display: inline-block;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
  #grape-picking #section02 .topics-area {
    padding: 0;
  }
  #grape-picking #section02 .topics-area__title {
    font-size: 18px;
  }
  #grape-picking #season-area .variety--area + .variety--area {
    margin-top: 25px;
  }
  /*20220725 start*/
  #grape-picking #season-area .variety--area .flex-box .fruit-item {
    width: 48%;
  }
  /*20220725 end*/

  #grape-picking #section10 {
    margin-bottom: 45px;
  }

  #grape-picking #section10 table {
    overflow-x: scroll;
    display: block;
  }
  #grape-picking #section10 table tbody {
    width: 695px;
    display: block;
  }
  #grape-picking #section10 table th,
  #grape-picking #section10 table td {
    padding: 10px;
  }
  #grape-picking #section10 table td span {
    font-size: 16px;
  }

  #grape-picking #section20 {
    margin-bottom: 30px;
  }
  #grape-picking #section20 .section_title {
    font-size: 18px;
  }
  #grape-picking #section20 .flex-container__tx .section_title {
    font-size: 16px;
  }
  #grape-picking #section20 .attent_area {
    padding: 15px 20px;
  }
  #grape-picking #section20 .attent-container {
    flex-direction: column;
  }
  #grape-picking #section20 .attent-container__img {
    width: 23%;
  }
  #grape-picking #section20 .attent-container__tx {
    width: 100%;
  }
  #grape-picking #section20 .attent-container__tx h4 {
    font-size: 18px;
    text-align: center;
  }

  /* youtube start */
  #grape-picking #section22 {
    padding: 30px 0;
  }
  /* youtube end */

  #grape-picking #section21 {
    margin-bottom: 70px;
  }
  #grape-picking #section21 .flex-container {
    margin-bottom: 30px;
  }
  #grape-picking #section21 table {
    overflow-x: scroll;
    display: block;
  }
  #grape-picking #section21 table tbody {
    width: 695px;
    display: block;
  }
  #grape-picking #section21 table th span {
    font-size: 16px;
  }
  #grape-picking #section21 table th {
    padding: 10px;
  }
  #grape-picking #section21 table td {
    padding: 5px;
    font-size: 14px;
  }
  #grape-picking #section21 .r-text {
    text-align: left;
    text-indent: -1.2em;
    padding-left: 1.2em;
    font-size: 14px;
  }

  #grape-picking #section30 {
    margin-bottom: 40px;
  }
  #grape-picking #section30 .price-area {
    width: 100%;
    margin-bottom: 70px;
  }
  #grape-picking #section30 .price-area ul li {
    font-size: 16px;
  }
  #grape-picking #section30 .price-area .f-18 {
    font-variant-alternates: 16px;
  }
  #grape-picking #section30 .price-area .f-22 {
    font-size: 18px;
  }
  #grape-picking #section30 .price-content {
    margin-bottom: 30px;
  }
  #grape-picking #section30 .price-content:last-child {
    margin-bottom: 0;
  }

  #grape-picking #section30 h2 .weight:after {
    width: 35px;
    height: 38px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -50px;
  }
  #grape-picking #section30 .weight-area {
    margin-top: 25px;
  }
  #grape-picking #section30 .weight-A .weight-A__inner,
  #grape-picking #section30 .weight-B .weight-B__inner {
    align-items: baseline;
    flex-wrap: wrap;
  }
  #grape-picking #section30 .weight-A .weight-A__inner > div,
  #grape-picking #section30 .weight-B .weight-B__inner > div {
    width: 48%;
  }
  #grape-picking #section30 .weight-A .weight-A__inner > div + div,
  #grape-picking #section30 .weight-B .weight-B__inner > div + div {
    margin-top: 20px;
  }
  #grape-picking #section30 .weight-A .weight-A__title,
  #grape-picking #section30 .weight-B .weight-B__title {
    font-size: 16px;
    margin-bottom: 0;
  }
  #grape-picking #section30 .weight-A {
    margin-bottom: 25px;
  }
  #grape-picking #section30 .weight-A .note {
    font-size: 12px;
  }
  #grape-picking #section30 .weight-A .grape_name,
  #grape-picking #section30 .weight-B .grape_name {
    margin: 5px 0;
  }

  #grape-picking #section40 .section_title {
    margin-bottom: 35px;
  }

  #grape-picking #section40 .tx_inner.step02::after {
    content: none;
  }
  #grape-picking #section40 .tx_inner.step03::after {
    content: none;
  }
  #grape-picking #section40 .tx_inner.step04::after {
    content: none;
  }
  #grape-picking #section40 .tx_inner.step05::after {
    content: none;
  }
  #grape-picking #section40 .flex-container {
    flex-direction: column;
  }
  #grape-picking #section40 .flex-container__img {
    text-align: center;
  }
  #grape-picking #section40 .flex-container__img h2 span {
    margin: -15px 0 10px;
    display: block;
    color: #804289;
    font-size: 20px;
  }
  #grape-picking #section40 .flex-container__img,
  #grape-picking #section40 .flex-container__tx {
    width: 100%;
    padding: 0;
  }
  #grape-picking #section40 .leftbox {
    margin-left: 0;
  }
  #grape-picking #section40 .step-area::before {
    content: none;
  }

  #grape-picking #section50 .calendar-area .kome {
    font-size: 13px;
    text-align: left;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  #grape-picking #section60 .corona-note{
    text-align: center;
  }

  #grape-picking #section70 .section70-area {
    padding: 15px 20px;
  }
  #grape-picking #section70 .a-flex {
    margin-top: 15px;
    flex-direction: column;
  }
  #grape-picking #section70 .a-flex a {
    width: 100%;
  }
  #grape-picking #section70 .a-flex a:first-child {
    margin-bottom: 10px;
  }

  #grape-picking #section10 {
    margin-bottom: 25px;
  }
  #grape-picking #section10 table,
  #grape-picking #section10 table tbody {
    display: block;
    width: 100%;
  }
  #grape-picking #section10 table tr {
    display: block;
    width: 100%;
  }
  #grape-picking #section10 table th,
  #grape-picking #section10 table td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  #grape-picking #section10 table th:first-child {
    border-radius: 20px 20px 0 0;
  }
  #grape-picking #section10 table .blue {
    background: #545475;
  }
  #grape-picking #section10 table .green {
    background: #a5bf5c;
  }
  #grape-picking #section10 table th:last-child {
    border-radius: 0;
  }
  #grape-picking #section10 table td span {
    font-size: 16px;
  }
}
