@charset "UTF-8";
body {
  background-color: #FFFFFA;
  text-align:center;
  margin:0 auto;
  height: 100%;
}
html {
  color: #333333; line-height: 1.7; text-align: justify;
  scroll-behavior: smooth;
  height: 100%;
}
section[id="about..."]{
  margin-top: 200px;
  margin-bottom: 200px;
}
section[id="profile..."]{
  margin-top: 200px;
  margin-bottom: 200px;
}
section[id="product..."]{
  margin-top: 200px;
  margin-bottom: 200px;
}
section[id="price..."] {
  margin-top: 200px;
  margin-bottom: 200px;
}
h1 {
  font-family: "游ゴシック体","Yu Gothic","YuGothic";
  text-align: center;
  line-height: 70px;
  color: #333333;
}
h2 {
  font-family: "游ゴシック体","Yu Gothic","YuGothic";
}
h3 {
  font-family: "游ゴシック体","Yu Gothic","YuGothic";
}
h4 {
  font-family: "游ゴシック体","Yu Gothic","YuGothic";
}
p {
  font-size: 20Px;
}
ul {
  list-style: none;
}



/*トップ背景画像
-------------------- */
 .big-bg {
   background-size: cover;
   background-position: center top;
 }
 #home {
   background-image: url(https://deeer-design.com/images/top1.jpg);
   min-height: 100vh;
 }

/* モバイル版
-------------------- */
@media screen and (max-width: 600px) {
  /*header */
 .main-nav {
   font-size: 1rem;
   margin-top: 10px;
 }
 .main-nav li {
   margin: 0 20px;
 }

 .home-content {
   margin-top: 20px;
 }
 .container {
   flex-direction: column;
   align-items: center;
   gap: 4vh;
 }
 #nav ul li {
   font-size: 14px;
 }
 img{
    width: 100%;
    height: auto;
}

}

 /*topimagefadein*/
.fadeIn {
animation-name: fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
header {
    /*ヘッダーを固定*/
    position: sticky;
    width: 100%;
    height: 90px;
    background: #fffffa;
    opacity: 0.9;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#nav{
  position: absolute;
  height: 100vh;
  width: 30%;
  left: -40%;
  top: 0;
  background: #fffffa;
  transition: .7s;
  opacity: 0.9;
}
#nav ul{
  padding-top: 80px;
}
#nav ul li{
  list-style-type: none;
  font-size: 20px;
}
#nav a{
  display: block;
  text-decoration: none;
  color: #000000;
  margin: 0 15px;
  padding: 10px;
  transition: .5s;
}
#nav li a:hover{
  color: #333333;
  background: #e5e5e5;
  border-bottom: none;
}
#hamburger {
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  transition: 1s;
}
.inner_line {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #333333;
  transition: 1s;
  border-radius: 4px;
}
#line1 {
  top: 0;
}
#line2 {
  top: 20px;
}
#line3 {
  bottom: 0px;
}


.in{
  transform: translateX(100%);
}
.line_1,.line_2,.line_3{
  background: #000000;
}
.line_1 {
  transform: translateY(20px) rotate(-45deg);
  top: 0;
}
.line_2 {
  opacity: 0;
}
.line_3 {
  transform: translateY(-20px) rotate(45deg);
  bottom: 0;
}





/*price...
-------------------- */
.pricelist-table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

.pricelist-item,
.pricelist-body {
  padding: 20px;
  border: none;
}

.pricelist-item {
  text-align: left;
  width: 50%;

}

.pricelist-body {
  text-align: right;
  width: 50%;
}
/*form
-------------------- */
.form_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.contact-table {
  width: 100%;
  margin-bottom: 10px;
}

.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}

.contact-item {
  text-align: left;
  width: 30%;
  background-color: #eee;
}

.contact-body {
  width: 70%;
}

.sub {
  font-size: 16px;
}

input[type="text"] {
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

textarea {
  width: 90%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


input[type="submit"] {
 border: none;
 cursor: pointer;
 line-height: 1;
 width: 250px;
 background-color: #333333;
 color: #ffffff;
 font-weight: bold;
 display: block;
 margin: 0 auto;
 font-size: 16px;
 padding: 15px;
}


/*profaile
-------------------- */
.container {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
.item {
        display: inline-block;
        text-align: left;
}

/*footer
-------------------- */
footer {
  background-color: #e5e5e5;
  padding: 0 auto;
  }

  .menu {
    display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-grow: 1;
       flex-grow: 1;
       width: 100%;
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
}

.foooter_item {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  width: 560px;
  margin: 0 auto;

}
