@charset "utf-8";

/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 1200px) {

    header {
      padding-top: 30px;
      height: 100px;
    }
    li{
      padding: 20px;
    }

  header a {
    text-align: left;
    font-size: 25px;
  }

  nav ul li {
    height: 25px;
  }

  
  #h-menu2{
  background-color: #c0ad9f;;
  padding: 15px 0 0 45px;
  }
  #h-menu2 p {
    text-align: left;
    font-size: 25px;
  }
  #h-menu2 a {
    padding: 0px 0px 20px;
  }

    .pc {
      display: none;
    }
    .pc2 {
      display: none;
    }
  
    #hamburger {
      background-color: transparent;
      position: relative;
      cursor: pointer;
      margin: 0 0 0 auto;
      height: 60px;
      width: 120px;
    }
  
    .icon span {
      position: absolute;
      left: 5px;
      width: 60px;
      height: 5px;
      background-color: rgb(61, 61, 61);
      border-radius: 8px;
      transition: ease 0.75s;
    }
  
    .icon span:nth-of-type(1) {
      top: 10px;
    }
    .icon span:nth-of-type(2) {
      top: 30px;
    }
    .icon span:nth-of-type(3) {
      bottom: 4px;
    }
  
    .close span:nth-of-type(1) {
      transform: rotate(45deg);
      top: 28px;
    }
  
    .close span:nth-of-type(2) {
      opacity: 0;
    }
  
    .close span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 28px;
    }
  
    .sm {
        top: 100px;
        position: absolute;
        z-index: 10;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
  
    ul {
      flex-direction: column;
      font-size: 25px;
      width: 100%;
      margin: 30px 0 0 0;
    }
  
    a {
      text-align: center; 
      ;
    }
  }
  
  .logo {
    padding:0;}



/*****************************************************************/

.top3{
  margin-top: 130px;
}

.top2 p {
  font-size: 23px;
  letter-spacing: 2px;
}

#sample13 p {
  font-size: 23px;
  text-align: left;
}


.box17 {
  width: 77%;
  text-align: left;
  color: #2e1500;
  background: #FFF;
  margin: 2em auto;
  position: relative;
  padding: 2em 1em 2em 2em;
  font-size: 20px;
  letter-spacing: 2px;
}

.box17-2 {
  width: 45%;
}

.box17-4-1 {
  font-size: 15px;
}

.sample2-1 p {
  font-size: 30px;
  width: 70%;
}

.box17-1 {
  width: 70%;
  text-align: center;
  color: #2e1500;
  background: #FFF;
  margin: 2em auto;
  position: relative;
  padding: 2em 1em 2em 2em;
  font-size: 20px;
  letter-spacing: 2px;
}

.box17-3 {
  text-align: center;
  width: 80%;
  margin: auto;
}

.boxset {
  width: 70%;
  text-align: left;
  color: #2e1500;
  background: #FFF;
  margin: 2em auto;
  position: relative;
  padding: 2em 1em 2em 2em;
  font-size: 20px;
  letter-spacing: 2px;
}

.boxset p span {
  color: rgb(129, 200, 248);
  font-size: 28px;
  line-height: 53px;
}

.boxset p span2 {
  color: rgb(255, 0, 0);
  font-size: 24px;
}



#tizu p {
  font-size: 25px;
}

p{
	font-size: 23px;
  line-height: 35px;
}

#footer{
	font-size: 13px;}





