@media screen and (max-width: 767px) {

  body {
    background-color: #FDFDF5;

  }

  div.top-view {
    width: 100%;
  }

  .top-view img {
    width: 100%;
    display: block;
  }

  main {
    margin: 0 20px;
  }



  div.tea-content1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  div.content1-text {
    width: 100%;
    background-color: #fff;
  }



  .content1-text h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    color: #2D530C;
    padding-top: 20px;
  }

  .content1-text p {
    font-size: 1.15vw;
    line-height: 1.6;
  }


  div.content1-img {
    position: relative;
  }

  .content1-img img {
    width: 100%;
    display: block;
    height: 100%;
  }

  #content1-text1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #content1-text2 {
    padding-bottom: 20px;
    padding-top: 0;
  }

  div.tea-content2 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  div.tea-wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .tea-wrap h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    color: #2D530C;
    padding-bottom: 20px;
  }

  div.wrap-img {
    width: 100%;
  }

  .wrap-img img {
    width: 100%;
    display: block;
  }

  div.wrap-text {
    padding: 20px 0;
    background-color: #fff;
  }

  .wrap-text h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .wrap-text p {
    font-size: 1.15vw;
    line-height: 1.6;
  }

  div.tea-content3 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  #content3-img {
    width: 100%;
    display: block;
  }

  div.content3-text {
    background-color: #fff;
    margin-bottom: 20px;
  }

  .content3-text h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    color: #2D530C;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .content3-text p {
    padding-top: 20px;
  }


}
