@media screen and (min-width: 768px) {

  a {
    text-decoration: none;
    display: block;
  }

  div.content1 {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }


  div.tour-top {
    padding: 20px;
    width: 60%;
    padding-bottom: 0;
  }

  .tour-top h1 {
    font-size: 1.8vw;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .tour-top p {
    font-size: 1.15vw;
    line-height: 1.6;
  }

  p.line-spacing {
    padding-top: 10px;
  }

  div.reservation {
    background-color: #2D530C;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .reservation p {
    color: #fff !important;
    padding:20px 33px;
    text-align: center;
    font-size: 1.15vw;
  }

  div.tour-flow {
    width: 100%;
    position: relative;
  }

  .tour-flow h2 {
    font-size: 1.4vw;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 10.5vw;
    color: #636161;
  }

  img.ex-leaf {
    width: 13%;
    transform: rotate(18deg);
    display: block;
    position: absolute;
    top: 2vh;
    right: 0;
  }

  div.tour {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #A9B51E;
  }

  div.flow {
    width: 100%;
display: flex;
justify-content: space-around;
  }

  div.flow-div {
    width: 15%;
  }

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

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

  div.flow-text {
    width: 100%;
  }

  .flow-text h1 {
    color: #2D530C;
    font-size: 1.15vw;
    padding :10px 0;
    font-weight: lighter;
    line-height: 1.6;
  }

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

  div.content2 {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }


  div.temomi-top {
    padding: 20px;
    width: 60%;
    padding-bottom: 0;
  }

  .temomi-top h1 {
    font-size: 1.8vw;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .temomi-top p {
    font-size: 1.15vw;
    line-height: 1.6;
  }

  div.select-course {
    width: 100%;
    position: relative;
  }


  .select-course h2 {
    font-size: 1.4vw;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 10.5vw;
    color: #636161;
  }

  div.course {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #A9B51E;
  }

  div.course1 {
    width: 49%;
    height: 30%;
    border: 1px solid #707070;
  }

  div.course-wrap {
    padding: 20px;
  }

  div.course-top {
    display: flex;
    width: 100%;
  }

  div.course-top-text {
    width: 47%;
  }


  div.course-top-img {
    width: 53%;
  }

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

  div.course-name {
    display: flex;
    justify-content:space-between;
    padding-bottom: 10px;
  }

  .course-name h1 {
    font-size: 1.4vw;
    line-height: 1.4;
    color: #636161;
  }

  .course-name p {
    font-size: 1.15vw;
    padding:5px 10px;
    border: 1px solid #707070;
    margin-right: 20px;
    align-self: flex-start;
  }

  td.fee-td {
    padding-left: 5px;
  }

  div.course-text {
    width: 100%;
    padding-top: 20px;
  }

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



  div.course2 {
    width: 49%;
    border: 1px solid #707070;
  }

  .course-fee td {
    font-size: 1.15vw;
    line-height: 1.6;
  }


  div.content3 {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }


  div.kengaku-top {
    padding: 20px;
    width: 60%;
    padding-bottom: 0;
  }

  .kengaku-top h1 {
    font-size: 1.8vw;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .kengaku-top p {
    font-size: 1.15vw;
    line-height: 1.6;
  }

  div.kengaku-course {
    width: 32%;
    border: 1px solid #707070;
  }

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

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

  div.kengaku-wrap {
    padding: 20px;
  }

  div.kengaku-wrap-top {
    display: flex;
    padding-bottom: 20px;
  }

  .kengaku-wrap-top h1 {
    font-size: 1.4vw;
    padding-right: 20px;
    color: #636161;
  }

  .kengaku-wrap-top p {
    font-size: 1.15vw;
    padding: 5px 10px;
    border: 1px solid #707070;
    margin-right: 20px;
    align-self: flex-start;
  }

  p.kengaku-wrap-text {
    font-size: 1.15vw;
    line-height: 1.6;
    padding-top: 20px;
  }


  div.form {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }




}
