@charset "UTF-8";
/* @content */
#pear-picking #page_header {
  background-image: url(../images/pear-picking/underlayer-main@2x.jpg);
}


#pear-picking .event {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
#pear-picking #nav-area {
  margin: 60px 0 105px;
}
#pear-picking #nav-area .flex-container {
  display: flex;
  justify-content: space-between;
}
#pear-picking #nav-area .flex-container a {
  position: relative;
  padding-right: 15px;
}
#pear-picking #nav-area .flex-container a::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  right: 0;
  border-right: 1px solid #000;
  top: 6px;
  width: 8px;
  height: 8px;
  transition: .3s;
}
#pear-picking #nav-area .flex-container a:hover::after {
  top: 10px;
  transition: .3s;
}

/*season-area*/
#pear-picking #season-area{
  margin-bottom: 90px;
}
/*20220817 start*/
#pear-picking #season-area .section_title{
  margin-bottom: 90px;
}
#pear-picking #season-area .variety--area + .variety--area{
  margin-top: 90px;
}
#pear-picking #season-area .variety--area .variety--ttl{
  margin-bottom: 30px;
  font-size: 18px;
}
#pear-picking #season-area .variety--area .flex-box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#pear-picking #season-area .variety--area .flex-box .fruit-item{
  display: block;
  max-width: 200px;
  margin-bottom: 30px;
  width: 100%;
}
#pear-picking #season-area .variety--area .flex-box .fruit-item img{
  width: 100%;
}
#pear-picking #season-area .variety--area .flex-box .fruit-item + .fruit-item{
  margin-left: 30px;
}
/*20220817 end*/

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


/* トピックス */
#pear-picking #section02 {
  background: #fff6cf;
  padding: 75px 0 55px;
}
#pear-picking #section02 .topics-area{
  margin: 0 auto;
  width: 100%;
}
#pear-picking #section02 .topics-area__title__day {
  text-align: center;
  margin-bottom: 35px;
}
#pear-picking #section02 .topics-area__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
}
#pear-picking #section02 .topics-area__title span {
  background: #fff;
  border-radius: 30px;
  padding: 10px 15px;
}
#pear-picking #section02 .flex-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#pear-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);
}
#pear-picking #section02 .flex-container__inner p {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
#pear-picking #section02 .flex-container__inner  img{
  width: 175px;
  margin-bottom: 25px;
  padding: 0 10px;
}

#pear-picking #section02 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
#pear-picking #section02 .btn-area{
  text-align: center;
}
#pear-picking #section02 .btn-area a{
  background-color: #e7b240;
}
#pear-picking #section02 .container__unit {
  width: 11%;
  text-align: center;
  margin: 0 10px 20px;
}
#pear-picking #section02 .container__unit img {
  border-radius: 50%;
  width: 175px;
}
/* トピックス end */



#pear-picking #section03 {
  margin-bottom: 90px;
} 
#pear-picking #section03 .reserve{
  background: #e7b240;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  padding: 45.8px 20px;
  opacity: 1;
}
#pear-picking #section03 .reserve:hover .button{
  color: #fff;
  background: #e7b240;
  border: 1px solid #fff;
}
#pear-picking #section03 .reserve__title {
  font-size: 26px;
  margin-bottom: 20px;
}
#pear-picking #section03 .reserve__title span {
  font-size: 32px;
}
#pear-picking #section03 p {
  margin-bottom: 10px;
}
#pear-picking #section03 .button {
  color: #e7b240;
  background: #fff;
  padding: 10px 20px 10px 10px;
  text-align: left;
  border: 1px solid #e7b240;
  max-width: 215px;
  margin: 0 auto;
  position: relative;
  transition: .3s;
}
#pear-picking #section03 .button::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  right: 8px;
  top: 10px;
  background: #e7b240;
  border-radius: 50%;
  transition: .3s;
}
#pear-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: .3s;
}
#pear-picking #section03 .reserve:hover .button::before {
  background: #fff;
  border-radius: 50%;
  transition: .3s;
}
#pear-picking #section03 .reserve:hover .button::after {
  border-top: 1px solid #e7b240;
  border-right: 1px solid #e7b240;
  transition: .3s;
}



/* 時間・価格 */
#pear-picking #section10 {
  margin-bottom: 0;
}
#pear-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;
}
#pear-picking #section10 table th,
#pear-picking #section10 table td {
  width: calc(100% / 3);
  text-align: center;
  padding:  15px;
  font-weight: normal;
}
#pear-picking #section10 table th {
  color: #fff;
}
#pear-picking #section10 table th:first-child {
  background: #d8ae00;
  border-radius: 20px 0 0 0;
}
#pear-picking #section10 table th:nth-child(2) {
  background: #d8cc3a;
}
#pear-picking #section10 table th:last-child {
  background: #a5bf5c;
  border-radius: 0 20px 0 0;
}
#pear-picking #section10 table td {
  border-right: 1px solid #d3d3d3;
}
#pear-picking #section10 table td:last-child {
  border-right: none;
}
#pear-picking #section10 table td span.start{
  font-size: 14px;
}
#pear-picking #section10 table td span {
  font-size: 18px;
}
#pear-picking #section10 table tr th span{
  font-size: 14px;
}


/* 石原果樹園の果物狩りって？ */
#pear-picking #section20 {
  margin: 0 auto 60px;
}
#pear-picking #section20 .flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#pear-picking #section20 .flex-container__tx {
  max-width: unset;
  margin: auto;
  width: 45%;
}
#pear-picking #section20 .reserve_second{
  background-color: #e5e5e5;
  font-size: 14px;
  margin: 40px auto 0;
  padding: 15px;
  text-align: center;
  width: 600px;
}
#pear-picking #section20 .reserve_second .tel-link{
  padding: 0 10px;
}
#pear-picking #section20 .section_title {
  font-size: 32px;
  margin-bottom: 35px;
}
#pear-picking #section20 .section_title small {
  font-size: 16px;
  position: absolute;
  left: 2px;
  bottom: -23px;
}
#pear-picking #section20 .flex-container__tx .section_title::before {
  content: "";
  background: url(../images/pear-picking/point@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 74px;
  height: 39px;
  left: -30px;
  top: -30px;
}
#pear-picking #section20 .section_title span {
  color: #e02c03;
}
#pear-picking #section20 .section_title::after {
  border-bottom: none;
}
#pear-picking #section20 .flex-container__tx p.guide-innertx {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
  text-align: left;
}
#pear-picking #section20 .attent_area{
  border: 1px solid #232323;
  max-width: 780px;
  margin: 0 auto;
  padding: 30px 40px; 
}
#pear-picking #section20 .attent-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pear-picking #section20 .attent-container__img {
  width: 12%;
}
#pear-picking #section20 .attent-container__tx {
  width: 85%;
}
#pear-picking #section20 .attent-container__tx h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
#pear-picking #section20 .attent-container__tx h4 span {
  color: #e02c03;
}
#pear-picking #section20 .attent-container__tx a {
  color: #00592a;
  text-decoration: underline;
}


#pear-picking .section-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#pear-picking .section-flex section {
  width: 48%;
}

/* 狩りとり価格 */
#pear-picking #section21 {
  margin-bottom: 60px;
}
#pear-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;
}
#pear-picking #section21 table th,
#pear-picking #section21 table td {
  width: calc(100% / 6);
  text-align: center;
  font-weight: normal;
}
#pear-picking #section21 table th {
  padding: 20px;
  color: #fff;
}
#pear-picking #section21 table th span {
  font-size: 22px;
}
#pear-picking #section21 table th:first-child {
  background: #d8ae00;
  border-radius: 20px 0 0 0;
}
#pear-picking #section21 table th:nth-child(2) {
  background: #894c86;
}
#pear-picking #section21 table th:nth-child(3),
#pear-picking #section21 table th:nth-child(4) {
  background: #8cc163;
}
#pear-picking #section21 table th:last-child {
  background: #d8cc3a;
  border-radius: 20px 20px 0 0;
}
#pear-picking #section21 table td {
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px;
}
#pear-picking #section21 table td:last-child {
  border-right: none;
}
#pear-picking #section21 table tr:last-child td {
  border-bottom: none;
}
#pear-picking #section21 table tr td:first-child,
#pear-picking #section21 table tr td:nth-child(2) {
  background: #fffcee; 
}
#pear-picking #section21 table tr td:nth-child(3),
#pear-picking #section21 table tr td:nth-child(4),
#pear-picking #section21 table tr td:last-child {
  background: #fffde6; 
}
#pear-picking #section21 .l-text {
  text-align: left;
  color: #545454;
  text-indent: -1.2em;
  padding-left: 1.2em;
  letter-spacing: 1px;
}

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

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



#pear-picking #section30 h2 .weight{
  position: relative;
}
#pear-picking #section30 h2 .weight:after{
  content: "";
  background-image: url(../images/pear-picking/weigh@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 45px;
  height: 48px;
  top: -10px;
  right: -70px;
}
#pear-picking #section30 {
  margin-bottom: 80px;
  margin-top: 50px;
}
#pear-picking #section30 .section_title {
  margin-bottom: 30px;
}
#pear-picking #section30 .note {
  text-align: center;
  margin-bottom: 40px;
}
#pear-picking #section30 .weight-area{
  display: flex;
  justify-content: space-between;
}
#pear-picking #section30 .weight-A .weight-A__title{
  background: #50508e;
  color: #fff;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

#pear-picking #section30 .weight-A .weight-A__inner{
  display: flex;
  justify-content: center;
  text-align: center;
}
#pear-picking #section30 .weight-area img {
  margin-bottom: 5px;
}
#pear-picking #section30 .pear_name {
  background: #d8ae00;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#pear-picking #section30 .pear_weight {
  text-align: center;
}







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

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






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


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



#pear-picking #section40 .tx_inner.step01:after{
  background-image: url(../images/pear-picking/icon_step01@2x.png);
}
#pear-picking #section40 .tx_inner.step02:after{
  background-image: url(../images/pear-picking/icon_step02@2x.png);
}
#pear-picking #section40 .tx_inner.step04:after{
  background-image: url(../images/pear-picking/icon_step04@2x.png);
}
#pear-picking #section40 .tx_inner.step05:after{
  background-image: url(../images/pear-picking/icon_step05@2x.png);
}
#pear-picking #section40 .pear .pick-button {
  background-image: url(../images/pear-picking/icon_pear@2x.png);
}
#pear-picking #section40 .pear .pick-button {
  background-image: url(../images/pear-picking/icon_pear@2x.png);
}
#pear-picking #section40 .persimmon .pick-button {
  background-image: url(../images/pear-picking/icon_persimmon@2x.png);
}

#pear-picking #section40 .tx_inner p a {
  color: #00592a;
  text-decoration: underline;
}


#pear-picking #section70 {
  margin-bottom: 70px;
}

#pear-picking .a-flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}


@media screen and (max-width: 1340px) {
  #pear-picking #section02 .container__unit {
    width: 19%;
  }
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #pear-picking #section30 .flex-container{
    flex-direction: column;    
  }
  #pear-picking #section30 .price-area{
    width: 80%;
    margin: 25px auto 35px; 
  }
  #pear-picking #section30 .weight-area{
    width: 80%;
    margin: 30px auto 0;
  }
  #pear-picking #section30 .weight-content{
    width: 100%;
  }
  #pear-picking #section30 .weight-content .weight-content__inner{
    width: 48%;
  }

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

  #pear-picking #season-area .variety--area .flex-box{
    justify-content: center;
  }
  #pear-picking #season-area .variety--area .flex-box .fruit-item{
    max-width: 100%;
    width: 28%;
  }
  /*#pear-picking #season-area .variety--area .flex-box .fruit-item + .fruit-item{
    margin-left: 0;
  }*/
   #pear-picking #section20 .attent-container__tx h4 {
    text-align: center;
  }
  #pear-picking #section20 .section_title small {
    position: unset;
  }
  #pear-picking #section30 {
    margin-bottom: 30px;
  }
  #pear-picking #section30 .price-area {
    width: 100%;
  }
  #pear-picking #section30 .weight-area {
    width: 100%;
  }

  #pear-picking #section03 {
    /*margin-bottom: 45px;*/
    margin-bottom: 0;
  }
  #pear-picking #section03 .wrapper {
    width: 100%;
  }
  #pear-picking #section03 .reserve {
    max-width: 100%;
    padding: 30px 0px;
    border-radius: 0;
  }
  #pear-picking #section03 .reserve__title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  #pear-picking #section03 .reserve__title span {
    font-size: 26px;
  }
  #pear-picking #section20 .reserve_second{
    width: 100%;
    margin: 20px auto 8px;
  }
  #pear-picking #section20 .section_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #pear-picking #section20 .flex-container__tx .section_title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
  #pear-picking #section20 .flex-container__tx .section_title::before {
    width: 53px;
    height: 26px;
    display: inline-block;
  }
  #pear-picking #section20 .flex-container__img {
    width: auto;
    text-align: center;
  }
  #pear-picking #section20 .flex-container__tx {
    width: 100%;
  }
  #pear-picking #section22{
    margin-top: 0;
    margin-bottom: 40px;
   }


  #pear-picking #section30 .price-area{
    flex-direction: column;
    width: 80%;
    margin: 25px auto 35px; 
  }
  #pear-picking #section30 .weight-area{
    margin-bottom: 0;
  }
  #pear-picking #section30 .weight-area{
    flex-direction: column;
  }
  #pear-picking #section30 .weight-A,
  #pear-picking #section30 .weight-B{
    width: 100%;
  }
  #pear-picking #section30 .weight-A{
    margin-bottom: 50px;
  }
  #pear-picking #section30 .price-area .price-content{
    margin-bottom: 10px;
  }
  #pear-picking #section30 .price-area .price-content:last-child{
    margin-bottom: 0;
  }
  #pear-picking #section30 .weight-area div {
    text-align: center;
  }


  #pear-picking #section40 .flex-container {
    margin-bottom: 0;
    flex-direction: unset;
    padding-bottom: 20px;
  }
  #pear-picking #section40 .flex-container__img {
    width: 40%;
  }
  #pear-picking #section40 .flex-container__tx {
    width: 60%;
    padding-top: 0;
  }
  #pear-picking #section40 .tx_inner h2 {
    font-size: 20px;
  }
  #pear-picking #section40 .step-area::before {
    left: 15.5%;
  }
  #pear-picking #section40 .tx_inner.step01:after{
    top: -30px;
  }
  #pear-picking #section40 .tx_inner.step02::after {
    width: 182px;
  }
  #pear-picking #section40 .tx_inner.step04::after {
    left: 40px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {


  #pear-picking #section02 {
    padding: 45px 0 45px;
  }
  #pear-picking #section02 .container__unit {
    width: 44%;
  }
  #pear-picking #section02 .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #pear-picking #section02 .flex-container a {
    width: 48%;
    margin: 0 0 10px;
  }
  #pear-picking #section02 .flex-container__inner {
    padding: 15px 0;
  }
  #pear-picking #section02 .flex-container__inner:nth-child(1),
  #pear-picking #section02 .flex-container__inner:nth-child(2) {
    margin-bottom: 10px
  }
  #pear-picking #section02 .flex-container__inner img {
    margin-bottom: 10px;
  }
  #pear-picking #section02 .flex-container__inner p {
    padding-top: 10px;
    line-height: 1.3;
  }
  #pear-picking #section20 .reserve_second{
    text-align: left;
    width: 100%;
  }
  #pear-picking #section20 .reserve_second .inline{
    display: inline-block;
    text-indent: -1.2em;
    padding-left: 1.2em; 
  }
  #pear-picking #season-area .variety--area .flex-box{
    justify-content: space-between;
  }
  #pear-picking #season-area .variety--area .flex-box .fruit-item{
    width: 48%;
  }
  #pear-picking #season-area .variety--area .flex-box .fruit-item + .fruit-item{
    margin-left: 0;
  }
  #pear-picking #season-area .season-note{
    text-align: left;
  }
  
  #pear-picking #section02 .topics-area {
    padding: 0;
  }
  #pear-picking #section02 .topics-area__title {
    font-size: 18px;
  }


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

  #pear-picking #section10 table {
    overflow-x: scroll;
    display: block;
  }
  #pear-picking #section10 table tbody {
    width: 574px;
    display: block;
  }
  #pear-picking #section10 table th,
  #pear-picking #section10 table td {
    padding: 10px;
  }
  #pear-picking #section10 table td span {
    font-size: 16px;
  }
  
 #pear-picking #section20 .attent_area{
    padding: 15px 20px;
  }
  #pear-picking #section20 .section_title {
    font-size: 18px;
  }
  #pear-picking #section20 .flex-container__tx .section_title {
    font-size: 16px;
  }
  #pear-picking #section20 .attent-container {
    flex-direction: column;
  }
  #pear-picking #section20 .attent-container__img {
    width: 32%;
  }
  #pear-picking #section20 .attent-container__tx {
    width: 100%;
  }
  #pear-picking #section20 .attent-container__tx h4 {
    font-size: 18px;
    text-align: center;
  }

  #pear-picking .section-flex {
    flex-direction: column;
  }
  #pear-picking .section-flex section {
    width: 100%;
  }

  #pear-picking #section21 {
    margin-bottom: 70px;
  }
  #pear-picking #section21 .flex-container {
    margin-bottom: 30px;
  }
  #pear-picking #section21 table th span {
    font-size: 16px;
  }
  #pear-picking #section21 table th {
    padding: 10px;
  }
  #pear-picking #section21 table td {
    padding: 5px;
    font-size: 14px;
  }
  #pear-picking #section21 .r-text {
    text-align: left;
    text-indent: -1.2em;
    padding-left: 1.2em;
    font-size: 14px;
  }

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

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

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

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

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

  #pear-picking #section50 .calendar-area .kome {
    font-size: 13px;
    text-align: left;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }

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

  #pear-picking #section20 .flex-container__tx .section_title {
    padding-top: 10px;
  }
  #pear-picking #section20 .flex-container__tx .section_title::before {
    position: absolute;
    left: 0;
    top: -15px;
  }

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

  
}