body{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4%;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 2;
  @media screen and (max-width: 376px) {
    font-size: 18px;
  }
}

/* header */
h1{
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
.header-img, .order-img, .jun-img{
  width: 100%;
  height: 500px;
  @media screen and (max-width: 376px) {
  height: 300px;
  }
  img{
    width: 100%;
    height: 500px;
    @media screen and (max-width: 376px) {
    height: 300px;
    }
  }
}
.nav-list{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 40px 0; 
  height: 40px;
  @media screen and (max-width: 376px) {
    flex-direction: column;
    height: 300px;
  }
  li{
    width: 100%;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000;
    line-height: 40px;
    font-weight: bold;
    @media screen and (max-width: 376px) {
    margin-bottom: 10px;
    }
    
  }
  a{
    display: inline-block;
    width: 100%;
    color: #fff;
    transition: 0.5s;
  }
  a:hover{
    opacity: 0.8;
    transition: 0.5s;
    font-size: 20px;
  }
}
.x{
  background-color: #000;
}
.f{
  background-color: rgb(72, 72, 206);
}
.b{
  background-color: rgb(64, 114, 241);
}
.p{
  background-color: rgb(234, 87, 87);
}
.l{
  background-color: rgb(129, 201, 20);
}
.c{
  background-color: #333;
}
/* main */
.main-top p{
  margin-top: 40px;
}
h2, h4{
  font-size: 28px;
  font-weight: bold;
  border: 1px solid #000;
  border-left: 10px solid #605f5fc5;
  padding: 10px;
  margin-bottom: 40px;
}
.wrapper{
  max-width: 800px;
  margin: 40px auto;
  border: 1px solid #000;
  padding: 20px;
  line-height: 2;
  font-size: 20px;
  a{
    display: inline-block;
  }
  a:hover{
    border-bottom: 1px solid#000;
  }
}
.ttl{
  text-align: center;
  margin-bottom: 20px;

}
.ordersystem, .junkan{
  padding-left: 30px;
}
.subttl{
 font-weight: bold;
 font-size: 24px;
}
.order-text{
  margin-left: 20px;
}
/* order */
h3{
  font-size: 28px;
  padding: 30px;
  background-color: #d8d7d7;
  font-weight: bold;
  margin-bottom: 40px;
}
h4{
  margin-top: 40px;
}
h5{
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
}
.content p, .junfour p{
  margin-bottom: 20px;
}
dd{
  margin-left: 20px;
  margin-bottom: 10px;
}
.content h5{
  margin-top: 40px;
}
/* three */
.three p{
  margin-bottom: 20px;
}
/* junkan */
.jun{
  margin-top: 40px;
}
.junthree ul{
  margin-bottom: 20px;
}
.junfive p{
  margin-top: 20px;
  margin-left: 20px;
}
.last{
  margin-top: 80px;
}
.copy{
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}