.goofont{
  font-family: 'M PLUS 1p', sans-serif;
}
/*ハンバーガーメニュー*/
.nav-box{
  display: flex;
  align-items: center;
}

.logo-img{
  width: 25%;
  min-width: 180px;
  margin-bottom: 0;
}

.logo-img img{
  width: 100%;
}

.nav-first{
  width: 100%;
  background-color: #fff;
}

.nav-ul{
  justify-content: right;
  list-style: none;
  gap: 38px;
  margin-bottom: 0;
  align-items: center;
}

.nav-li{
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'M PLUS 1p', sans-serif;
}

.nav-li a{
  color: #FD6E26;
  text-align: center;
  display: block;
  font-weight: bold;
}

.nav-li a:hover{
  text-decoration: none;
  color: #D82802;
}

/*ハンバーガーボタン*/
.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  background:#FD6E26;
  cursor: pointer;
  width: 50px;
  height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}


/*header終わり*/

/*main*/
main{
  background-color: #e3ffe4;
  padding-bottom: 40px;
  margin-top: 90px;
}

@media screen and (max-width: 991px){
  main{
    background-color: #fff;
    padding-bottom: 0px;
    margin-top: 90px;
  }
}

.topbuy img{
  width: 100%;
}

.topbuy{
  width: 100%;
}

.topbuy{
  width: 100%;
}

.confirm-top{
  width: 55%;
  margin: 0 auto;
  margin-top: 70px;
}

.top-img{
  width: 85%;
  margin: 0 auto;
}

.top-img img{
  width: 100%;
}

.top-body{
  width: 80%;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}

.body-img{
  width: 30%;
}

.body-img img{
  width: 100%;
}

.body-p{
  width: 70%;
  text-align: center;
}

.body-p1{
  font-size: min(2.6vw, 38px);
  font-weight: bold;
  color: #D82802;
  margin-bottom: 5px;
}

.body-p2{
  font-size: min(2vw, 28px);
  font-weight: bold;
  color: #059207;
}

.body-p3{
  font-size: min(2vw, 28px);
  font-weight: bold;
  color: #059207;
}

@media screen and (max-width: 991px){
  .topbuy img{
    width: 100%;
  }
  
  .topbuy{
    width: 100%;
  }
  
  .topbuy{
    width: 100%;
  }
  
  .confirm-top{
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    background-color: #faf8e5;
    border-radius: 5px;
  }
  
  .top-img{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .top-img img{
    width: 100%;
  }
  
  .top-body{
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
  
  .body-img{
    width: 30%;
  }
  
  .body-img img{
    width: 100%;
  }
  
  .body-p{
    width: 70%;
    text-align: center;
  }
  
  .body-p1{
    font-size: max(4.2vw, 16px);
    font-weight: bold;
    color: #D82802;
    margin-bottom: 5px;
  }
  
  .body-p2{
    font-size: max(3.2vw, 13px);
    font-weight: bold;
    color: #059207;
  }
  
  .body-p3{
    font-size: max(3.2vw, 13px);
    font-weight: bold;
    color: #059207;
  }
}

/*フォーム*/
.confirm-div{
  width: 60%;
  margin: 0 auto;
  margin-top: 80px;
  background-color: #68ee85;
  padding: 15px;
  border-radius: 10px;
}

.main_p{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 30px;
}

.table_p{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
  background-color: #55cc6f;
}

table{
  margin: auto;
  margin-bottom: 25px;
  margin-top: 25px;
}

th{
  display: flex;
  padding: 10 5 10 0;
  color: rgb(255, 255, 255);
}

td{
  padding: 10 0 10 5;
}

.ft_white{
  padding: 10px;
  font-size: 23px;
  font-weight: bold;
  color: #1e6e2f;
}

.nece{
  font-size: 16px;
  background-color: rgb(250, 102, 91);
  margin-right: 5px;
  padding: 3px;
  border-radius : 7%;
  text-align: center;
}

.maker{
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.maker-s{
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.maker-ss{
  font-size: 12px;
  color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
}

.any{
  font-size: 16px;
  background-color: rgb(128, 183, 247);
  margin-right: 5px;
  padding: 3px;
  border-radius : 7%;
  text-align: center;
}

.th_font{
  font-size: 15px;
}

.input_div{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.confirm_input{
  border: 2px solid rgb(255, 255, 255);
  background-color: #55cc6f;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 18px;
  padding:8px 60px;
  display: inline-block;
  text-decoration: none; 
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
}

.confirm_input:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

.comp{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

@media screen and (max-width: 991px){
  .confirm-div{
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #68ee85;
    padding: 5px;
    border-radius: 10px;
  }
  
  .main_p{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: max(5.5vw, 24px);
    margin-bottom: 10px;
  }

  .table_p{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: max(4vw, 18px);
    margin-bottom: 5px;
    background-color: #55cc6f;
  }
  
  table{
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  
  th{
    display: block;
    padding: 8 0 8 0;
    color: rgb(255, 255, 255);
  }
  
  td{
    width: 75%;
    padding: 8 8 8 0;
  }
  
  .ft_white{
    padding: 10px;
    font-size: 23px;
    font-weight: bold;
    color: #1e6e2f;
  }
  
  .nece{
    font-size: max(1.8vw, 14px);
    background-color: rgb(250, 102, 91);
    margin-right: 5px;
    padding: 0px;
    border-radius : 7%;
    width: 60%;
    margin: 0 auto;
  }
  
  .maker{
    font-size: max(2vw, 15px);
    color: rgb(255, 255, 255);
    text-align: center;
  }
  
  .maker-s{
    font-size: max(2vw, 12px);
    color: rgb(255, 255, 255);
    text-align: center;
  }
  
  .maker-ss{
    font-size: max(2vw, 12px);
    color: rgb(255, 255, 255);
    text-align: center;
    vertical-align: middle;
  }

  .any{
    font-size: max(1.7vw, 14px);
    background-color: rgb(128, 183, 247);
    margin-right: 5px;
    padding: 0px;
    border-radius : 7%;
    width: 60%;
    margin: 0 auto;
  }
  
  .th_font{
    font-size: 15px;
  }
  
  .input_div{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .confirm_input{
    border: 2px solid rgb(255, 255, 255);
    background-color: #55cc6f;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18px;
    padding:8px 60px;
    display: inline-block;
    text-decoration: none; 
    outline: none;
    /*アニメーションの指定*/
    transition: all .3s;
  }
  
  .confirm_input:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    border-color: transparent;
  }
  
  .comp{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
  }
}

  /*フッター*/
footer{
  border-top: solid 1px silver;
}

footer ul{
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 12px;
}

footer a{
  color: #f9621f;
}

.footer-container{
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}

.footer-box{
  display: flex;
}

.footer-subbox{
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 5%;
}

.footer-imgbox{
  margin-bottom: 20px;
}

.footer-imgbox img{
  width: 100%;
}

.footer-address{
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-address p{
  margin-bottom: 0px;
}

.footer-permission p{
  font-size: 12px;
  margin-bottom: 0;
}

.autoimg{
  padding: 20 20 20 20;
}

.autoimg img{
  width: 60%;
}

.footer-mapbox{
  width: 50%;
  padding: 10px;
}

.footer-mapbox iframe{
  width: 100%;
}

@media screen and (max-width: 991px){
  footer{
    border-top: solid 1px silver;
  }
  
  footer ul{
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 8px;
    padding-left: 0;
  }
  
  footer a{
    color: #f9621f;
  }

  .footer-container{
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .footer-box{
    display: block;
  }
  
  .footer-subbox{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 5%;
  }
  
  .footer-imgbox{
    margin-bottom: 10px;
  }
  
  .footer-imgbox img{
    width: 100%;
  }
  
  .footer-address{
    margin-bottom: 10px;
    font-size: 15px;
  }
  
  .footer-address p{
    margin-bottom: 0px;
  }
  
  .footer-permission p{
    font-size: 10px;
    margin-bottom: 0;
  }
  
  .autoimg{
    padding: 10 20 20 20;
  }
  
  .autoimg img{
    width: 100%;
  }
  
  .footer-mapbox{
    width: 100%;
    padding: 10px;
  }
  
  .footer-mapbox iframe{
    width: 100%;
  }
}

.copyright{
  font-size: 8px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: silver 1px solid;
  text-align: center;
}