@charset "UTF-8";
/* CSS Document */
.header-content-wrapper{
  padding: 15px 0;
  color: #000;
  margin-bottom: 40px;
}
.header-content-wrapper img {
  height: 20px;
  width: 120px;
  position: absolute;
  left: 24px;
  top: 10px;
}
.header-content-wrapper nav a:hover{
    filter: alpha(opacity=50);
  opacity: 0.5;
  }
.open-button, .close-button {
  display: none;
}
@media(max-width:1200px) {
  .open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height:1px;
    width: 15px;
    border-radius: 1px;
    background-color: #000;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -5px;
  }
  .open-button span:after {
    bottom: -10px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #48301d;
    font-size: 20px;
    padding: 20px;
  }
  .header-content-wrapper nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #d9d9d9;
    width: 50%;
    height: 400px;
    padding-top: 50px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header-content-wrapper nav ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .header-content-wrapper nav ul li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  .header-content-wrapper nav ul li a {
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
  }
}

@media(min-width:1200px){
  .header-content-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 ;
    color: #000;
  }
  .header-content-wrapper h1{
    position: absolute;
    top: 0;
  }
  .header-content-wrapper img{
    height: 40px;
    width: 200px;
  }
  .header-content-wrapper nav {
    display: block;
    text-align: right;
  }
  .header-content-wrapper nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-content-wrapper nav li a {
    display: block;
    padding-left:  60px;
    color: #000;
    text-decoration: none;
    font-size: 1.6rem; 
  }
}
.section_top{
  color: #000;
  margin-bottom: 60px;
  padding:0 24px;
  text-align: left;
}
.section_top h2{
  padding-top: 60px;
  font-size: 3.6rem;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
.section_top p{
  font-size: 2.0rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
}
@media(max-width:1080px){
.section_top p br{
  display: none;
}}
@media(min-width:1080px){
  .section_top{
    padding: 0 100px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .section_top h2{
    margin-bottom: 60px;
    font-size: 6.0rem;
  }
  .section_top p{
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
.contact-form{
  margin-bottom: 60px;
  padding: 0 24px;
  color: #000;
  text-align: left;
  
}
.contact-form p label{
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 20px;
  background-color: #d9d9d9;
  margin-bottom: 10px;
}
.contact-form input[type="text"]{
  background-color: #dedede;
  padding: 20px;
  display: inline-block;
  margin-bottom: 20px;
  border: hidden;
  box-sizing: border-box;
}
#form_name1{
  width: 50%;
}
#form_name2{
  border-left: solid 3px #e8e8e8;
  width: 50%;
}
.contact-form input[type="tel"],.contact-form input[type="email"],.contact-form textarea{
  width: 100%;
  background-color: #dedede;
  padding: 20px;
  display: inline-block;
  margin-bottom: 20px;
  border: hidden;
}
.contact-form textarea{
  height: 300px;
}
.contact-form p label.must::after{
  content: " ※";
  color: #f33;  
}
.contact-form span{
  display: block;
  margin-bottom: 40px;
  color: #f33;
}
.contact-form_submit{
  width: 100%;
  background-color: #333333;
  padding: 20px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  border: hidden;
}
.contact-form_submit:hover{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media(min-width:1200px){
  .contact-form{
    padding: 0 100px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contact-form p{
    max-width: 1200px;
    margin: 0 auto;
  }
  .contact-form p label{
  display: inline-block;
  width: 25%;
    margin-bottom: 20px;
}
  .contact-form input[type="text"]{
    vertical-align: bottom;
    height: 64px;
}
#form_name1{
  width: 37%;
}
#form_name2{
  width: 37%;
}
.contact-form input[type="tel"],.contact-form input[type="email"],.contact-form textarea{
  width: 74%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  height: 64px;
}
.contact-form textarea{
  height: 300px;
  width: 74%;
}
  #contact{
    height: 300px;
    padding-top: 140px;
  }
.contact-form p label.must::after{
  content: " ※";
  color: #f33;  
}
.contact-form span{
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #f33;
}
.contact-form_submit{
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #333333;
  padding: 20px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  border: hidden;
}
}