@charset "UTF-8";
/* CSS Document */
body h4 {
  color: #295148;
}
.section-wrapper {
  background-color: #f7fbec;
}

.section-top {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f7fbec;
}
.section-top__padding {
  padding: 0 24px 0 24px;
}
.section-top h1 {
  font-size: 2.4rem;
  color: #512e18;
  letter-spacing: 0.5rem;
  line-height: 1.2rem;
}
.section-top h3 {
  font-family: 'Handlee', cursive;
  color: #512e18;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
.section-top__title-line img {
  width: 180px;
  margin: 10px 0 0;
}
.section-top h2 {
  padding-top: 50px;
}
.section-top h5 {
  text-align: left;
  padding: 40px 24px 0 24px;
  line-height: 2.8rem;
}
@media(min-width:960px) {
  .section-top {
    padding: 80px 100px 70px;
  }
  .section-top h1 {
    font-size: 3.6rem;
    line-height: 4.0rem;
  }
  .section-top h3 {
    font-size: 3.0rem;
    padding-top: 10px;
  }
  .section-top h2 {
    font-size: 3.2rem;
  }
  .section-top p {
    line-height: 2.8rem;
  }
  .section-top__title-line img {
    width: 250px;
  }
  .section-top h5 {
    width: 530px;
    margin: 0 auto;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
}
.section-river {
  background-color: #f7fbec;
}
.section-river__main-img img {
  width: 90%;
}
.section-common__description {
  text-align: left;
  margin: 40px 24px 40px 24px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #333;
  border-radius: 20px;
  max-width: 500px;
}
.section-river h4 {
  font-size: 2.0rem;
}
.section-common__description p {
  padding-top: 15px;
  letter-spacing: 0;
}
.section-river__sub-wrapper {
  display: flex;
  padding-bottom: 40px;
}
.section-river__sub-img {
  width: 65%;
}
.section-river__fish {
  width: 35%
}
.section-river__sub-img img {
  width: 80%;
}
.section-river__fish img {
  width: 80%;
}
@media(min-width:700px){
  .section-river__main-img img {
    width: 60%;
} 
}
@media(min-width:960px) {
  .section-river__wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 100px;
    padding-right: 50px;
  }
  .section-river__main-img {
    width: 55%;
  }
  .section-river__main-img img {
    width: 80%;
  }
  .section-river__small-img {
    width: 45%;
  }
  .section-common__description {
    margin: 40px 0 40px 0;
    padding: 30px;
  }
  .section-common__description p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-top: 25px;
  }
  .section-river h4 {
    font-size: 2.8rem;
  }
  .section-river__sub-wrapper {
    padding: 50px 0 50px;
  }
}
.section-vegetable {
  background-color: #f7fbec;
}
.section-vegetable__bug {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding-top: 30px;
}
.section-vegetable__bug-wrapper {
  display: flex;
}
.section-vegetable__bug-img {
  width: 70%;
}
.section-vegetable__bug-1 img {
  width: 30%;
}
.section-vegetable__bug-2 {
  text-align: right;
}
.section-vegetable__bug-2 img {
  width: 40%;
}
.section-vegetable__bug-img img {
  width: 80%;
}
.section-vegetable__tomato img {
  width: 70%;
}
.section-vegetable__tomato-1 {
  text-align: right;
}
.section-vegetable__tomato-1 img {
  width: 15%;
  margin-right: 24px;
  padding-bottom: 30px;
}
.section-vegetable__description {
  text-align: left;
  margin: 40px 24px 40px 24px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #333;
  border-radius: 20px;
  max-width: 500px;
}
.section-vegetable__description p {
  padding-top: 15px;
  letter-spacing: 0;
}
.section-vegetable h4 {
  font-size: 2.0rem;
  display: inline-block;
}
.section-vegetable {
  margin-bottom: 195px;
}
.section-vegetable::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/spend/train_main-min.JPG") no-repeat center/cover;
  z-index: -1;
}
.section-vegetable__season {
  color: #295148;
  display: inline-block;
}
@media(min-width:700px) {
  .section-vegetable__tomato img {
    width: 50%;
  }
  .section-vegetable {
  margin-bottom: 400px;
}
}
@media(min-width:960px) {
  .section-vegetable-wrapper {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1240px;
    padding-bottom: 60px;
    margin: 0 auto ;
  }
  .section-vegetable__tomato {
    padding-top: 100px;
  }
  .section-vegetable__description {
    padding-top: 25px;
    margin-left: 100px;
  }
  .section-vegetable__description p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-top: 25px;
  }
  .section-vegetable h4 {
    font-size: 2.8rem;
  }
  .section-vegetable__bug-2 {
    padding-top: 30px;
  }
  .section-vegetable {
    margin-bottom: 450px;
  }
}
.section-train {
  height: 45px;
  text-align: right;
}
.section-train img {
  height: 100%;
  width: auto;
  margin-right: 24px;
}
@media(min-width:960px) {
  .section-train {
    height: 70px;
  }
  .section-train img {
    margin-right: 150px;
  }
}
.section-buna {
  background-color: #f7fbec;
  padding-top: 50px;
}
.section-buna h4 {
  font-size: 2.0rem;
}
.section-common2__description {
  text-align: left;
  margin: 0px 24px 0px 24px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #333;
  border-radius: 20px;
  max-width: 500px;
}
.section-common2__description p {
  padding-top: 15px;
  letter-spacing: 0;
}
.section-buna__buna-wrapper {
  display: flex;
  padding-top: 40px;
  align-items: flex-end;
}
.section-buna__buna-1 {
  width: 70%;
}
.section-buna__buna-2 {
  width: 30%;
}
.section-buna__buna-1 img {
  width: 80%;
}
.section-buna__buna-2 img {
  width: 80%;
}
.section-buna__buna-3 img {
  width: 80%;
  padding-top: 40px;
}

@media(min-width:700px) {
 .section-buna__buna-3 img {
  width: 60%; 
 }
}

@media(min-width:960px) {
  .section-buna {
    padding-top: 60px;
  }
  .section-buna__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
  }
  .section-common2__description p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-top: 25px;
  }
  .section-buna h4 {
    font-size: 2.8rem;
  }
  .section-buna__buna-wrapper {
    padding-top: 100px;
  }
  .section-buna__buna-3 img {
  width: 80%;
}
}
.section-buna__snow-1 {
  text-align: right;
  width: 100%;
}
.section-buna__snow-1 img {
  width: 40%;
  padding-right: 24px;
  padding-top: 15px;
  max-width: 200px;
}
.section-buna__snow-2 img {
  width: 80%;
  padding-top: 20px;
}
.section-snow__description {
  text-align: left;
  margin: 15px 24px 60px 24px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #333;
  border-radius: 20px;
  max-width: 500px;
}
.section-snow__description p {
  padding-top: 15px;
  letter-spacing: 0;
}
@media(min-width:700px){
.section-buna__snow-2 img {
  width: 60%;
 }
}
@media(min-width:960px) {
  .section-snow__wrapper {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1240px;
    margin: 20px auto 50px;
  }
  .section-buna__snow-2 {
    width: 50%;
  }
  .section-snow__small-wrapper {
    width: 50%;
  }
  .section-buna__snow-1 {
    text-align: left;
  }
  .section-snow__description {
    padding-top: 25px;
    margin-top: 30px;
  }
  .section-snow__description p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-top: 25px;
  }
  .section-buna__snow-2 img {
  width: 80%;
 }
}
.section-buna__star-main {
  width: 100%;
}
.section-buna__star-main img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.section-star__description {
  text-align: left;
  margin: 0px 24px 0px 24px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #333;
  border-radius: 20px;
  max-width: 500px;
}
.section-star__description p {
  padding-top: 15px;
  letter-spacing: 0;
}
.section-buna__star-wrapper {
  display: flex;
  align-items: flex-end;
  width: 60%;
  padding: 20px 0 20px 24px;
}
.section-buna__star-1 {
  width: 40%
}
.section-buna__star-2 {
  width: 20%;
}
.section-buna__star-3 {
  width: 40%;
}
.section-buna__star-1 img {
  width: 60%;
  max-width: 100px;
}
.section-buna__star-2 img {
  width: 70%;
  max-width: 50px;
}
.section-buna__star-3 img {
  width: 70%;
  max-width: 110px;
}
.section-star-wrapper {
  padding-bottom: 60px;
}
@media(min-width:700px){
 .section-buna__star-main img {
  height: 400px;
} 
}
@media(min-width:960px){
 .section-buna__star-main img {
  height: 510px;
} 
  .section-star-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .section-buna__star-wrapper {
    width: 50%;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 50px;
  }
   .section-star__description {
    padding-top: 25px;
    margin-top: 60px;
    width: 50%;
  }
  .section-star__description p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-top: 25px;
  }
  .section-buna__star-1 {
  width: 30%
}
.section-buna__star-2 {
  width: 15%;
}
.section-buna__star-3 {
  width:30%;
}
.section-buna__star-1 img {
padding-top: 50px;
}
.section-buna__star-2 img {
padding-top: 70px;
}
}
.section-line {
  background-color: #f7fbec;
}
.section-line__pc {
  display: none;
}
.section-line__mb img {
  width: 80%;
  padding: 50px 0 50px 0;
}
@media(min-width:960px) {
  .section-line__pc {
    display: block;
  }
  .section-line__pc img {
    width: 80%;
  }
  .section-line__mb {
    display: none;
  }
}
.section-spot {
  background-color: #f7fbec;
  padding-bottom: 60px;
}
.section-spot__main-img img {
  width: 100%;
  padding: 40px 24px 30px;
}
.section-spot h4 {
  font-size: 2.0rem;
}
.section-spot h6 {
  padding: 30px 24px 20px;
  text-align: left;
}
.section-spot__info img {
  width: 25px;
}
.section-spot__car {
  display: flex;
  padding-left: 24px;
}
.section-spot__car img {
  margin-right: 10px;
}
.section-spot__site {
  display: flex;
  padding-left: 24px;
  align-items: flex-start;
}
.section-spot__site img {
  margin-left: 5px;
  padding-top: 5px;
  object-fit: cover;
}
@media(min-width:700px){
  .section-spot__main-img img {
  width: 60%;
 }
  .section-spot h6 {
    padding-left: 100px;
  }
  .section-spot__car {
    padding-left: 100px;
  }
  .section-spot__site {
    padding-left: 100px;
  }
}

@media(min-width:960px){
  .section-spot {
    padding-bottom: 80px;
  }
  .section-spot h2 {
    font-size: 3.0rem;
    padding-top: 70px;
    padding-bottom: 40px;
  }
   .section-spot h6 {
    padding-left: 0;
  }
  .section-spot p {
    font-size: 1.8rem;
  }
  .section-spot__wrapper {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-spot h4 {
    font-size: 2.4rem;
  }
    .section-spot__main-img img {
  width: 100%;
 }
  .section-spot__eco {
    margin-right: 50px;
  }
  .section-spot__harb {
    margin-left: 50px;
  }
    .section-spot__car {
    padding-left: 0;
  }
  .section-spot__site {
    padding-left: 0;
  }
}








