@charset "UTF-8";

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body#contact{
  margin: 0;
  padding: 0;
}

#contact header .logo {
  width: 200px;
  height: auto;
}

#contact .back-ground {
    position:relative;
    margin: 400px 0 0;
    width: 100%;
    background: #fffcef;
  }


#page-title {
    position: fixed;
    top: 100px;
    width: 100%;
    padding: 10px 0;
    background: url(../images/imageharu.jpg) no-repeat center center;
    background-size: cover;
}

#page-title:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    content: "";
}

#page-title h1,
#page-title .lead {
    position: relative;
    z-index: 2;
    color: #fff;
}

#page-title h1 {
    margin: 0 0 65px;
    font-size: 3.5rem;
    font-weight: 600;
}

.inner {
width: 1024px;
margin: 0 auto;
}

#document .wrap-blk{
  display: block;
  margin: 0 0 0 30px;
  position: relative;
  width: 1024px;
  }


#document a{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  position:relative;
  padding: 30px 0 30px 33px;
  width: 500px;
  color:#333;
  font-size:18px;
  font-weight: 700;
  text-decoration: none;

}

#document a::before{
  content:'';
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #2b550e;
  border-right: 3px solid #2b550e;
  margin: 0 10px 0 0;
}

#document a::after{
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
 width: 50px;
 height:50px;
 background-color: raba(0 0 0 / 0);
 border: 2px solid #90be70;
 border-radius: 40% 60% 60% 40% /40% 40% 60% 60%;
}



.form-blk {
    margin: 0 0 0;
    padding: 80px 0;
    text-align: left;
    background: #fff;
    position: relative;
}

.form-blk .inner {
    width: 900px;
}

label.your-name-c:after,
label.e-mail-c:after {
    content: "※";
    color: #f00;
    font-size: 1.4rem;
    margin: 0 0 0 5px;
}

th {
    width: 14em;
    padding: 0 0 50px;
    font-weight: normal;
    vertical-align: top;
}

td {
    padding: 0 0 50px;
    border-bottom: 0px solid #ea7558;
}

.notes span {
    color: #f00;
}

.notes {
    margin: 0 0 30px;
}

/*---これ以降に追加--*/



input#your-name,
input#phone-num,
input#e-mail{
  font-size: 1.8rem;
  height: 40px;
  width: : 400px;
  border: 1px solid #c2c2c2;
  padding: 10px;
  box-sizing: border-box;
}

select{
  font-size: 1.8rem;
  height: 40px;
  width: 100px;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

select#day,
select#time{
  margin: 0 0 0 2em;
}

textarea{
  font-size: 1.8rem;
  width: 600px;
  height: 300px;
  border: 1px solid #c2c2c2;
  padding: 10px;
  box-sizing: border-box;
}

input#btn-submit{
  font-size: 1.6rem;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #ea7558;
  border-radius: 5px;
}

/*----------------------スマホ*/


@media screen and (max-width: 414px) {

  #contact header .logo {
      width: 200px;
      height: auto;
      margin:-30px 0 0 -30px;
    }

    #contact #page-title h1 {
      margin: 0 auto 30px;
      font-size: 2.7rem;
    }

    #contact #page-title .lead {
        position: relative;
        z-index: 2;
        color: #fff;
        margin:0 12% 20px;
  }

  #contact .back-ground {
      position:relative;
      margin: 300px 0 0;
      width: 100%;
      background: #fffcef;
    }

#contact .back-ground p {
  width:90%;
  margin:0 0 0 15px ;
  text-align:start;
}
/

  #contact .form-blk {
      margin: 10px 0 0;
      padding: 30px 0;
    }

    #contact .form-blk .inner {
      width: 94%;
      margin: 0 auto;
    }

    #contact form table {
      width: 100%;
    }

    #contact form th {
      display: block;
      width: 100%;
      padding: 0 0 10px;
    }

    #contact form td {
      display: block;
      width: 100%;
      padding: 0 0 30px;
    }

    #contact input#your-name,
    #contact input#phone-num,
    #contact input#e-mail {
      font-size: 1.6rem;
      width: 100%;
    }

    #contact select {
      font-size: 1.6rem;
      width: 3em;
    }

    #contact select#day,
    #contact select#time {
      margin: 0 0 0 1em;
    }

    #contact textarea {
      font-size: 1.6rem;
      width: 100%;
    }

    #contact .notes {
      margin: 0 0 30px;
      font-size: 1.4rem;
    }

    #contact input#btn-submit {
      font-size: 1.6rem;
      width: 100%;
      margin: 0;
    }



  ｝
