@charset "UTF-8";
/* CSS Document */
.section-contact {
  margin: 100px 24px 0;
  max-width: 1160px;
}
.contact-box {
  max-width: 1160px;
  padding: 100px 100px 80px;
  margin-bottom: 80px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.4);
}
.contact-primary {
  font-size: 6.0rem;
  line-height: 6.0rem;
  text-align: center;
  padding-bottom: 30px;
}
.contact-label {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 100px;
}
.contact-explanation {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 80px;
}
/*.inquiry-form p {
  margin-bottom: 80px;
}
.inquiry-form  label {
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  width: 25%;
}*/
.inquiry-form input[type="text"], .inquiry-form input[type="email"], .inquiry-form input[type="tel"], .inquiry-form textarea {
  display: inline-block;
 /* width: 600px;*/
  width: 100%;
  height: 50px;
  border: solid 1px #aeaeae;
  background:rgba(255,255,255,0.7);
}
.inquiry-form textarea {
  /*width:600px;*/
  width: 100%;
  height: 350px;
}
.inquiry-form dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.inquiry-form dt {
  width: 30%;
  padding-bottom: 80px;
}
.inquiry-form dd {
  width: 70%;
  padding-bottom: 80px;
 
}
.inquiry-form label {
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
}
.submit-area {
  text-align: center;
}
/*a {
  border-bottom: 1px solid #333333; /* 下線の太さ、種類、色 
  padding-bottom: 2px;  文字との間隔 
}*/
.form-description {
  margin-bottom: 80px;
}
 .inquiry-form__submit{
  height: 50px;
  max-width: 250px;
  width: 100%;
  } 
.form-description {
  text-align: center;
  margin-top: 80px;
}
.inquiry-form__submit {
  display : inline-block;
  font-size     : 2.0rem;        
  text-align    : center;      
  cursor        : pointer;    
  padding       : 12px 12px;    
 /* color         : #ffffff;  */  
  line-height   : 2.0rem;       
  transition    : .3s;        
  /*box-shadow    : 6px 6px 3px #666666;  */
  /*border        : 2px solid #333333;   */
}
.inquiry-form__submit:hover {
  /*box-shadow    : none; */      
  color         : #ffa56c; 
  /*background    : #ffa56c; */ 
}
input:active {
   background-image: linear-gradient(180deg, #68d3db, #e5f4fc);
   /*border: 1px solid skyblue;*/
}
@media screen and (max-width:800px){
 .section-contact {
  margin: 60px 24px 60px;
} 
  .contact-box {
  padding: 60px 24px 60px;
  margin: 0;
}
  .contact-primary {
  font-size: 3.0rem;
  line-height: 3.0rem;
  text-align: left;
  padding-bottom: 10px;
}
.contact-label {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-align:left;
  padding-bottom: 60px;
}
  .contact-explanation {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 60px;
}
  
.inquiry-form dt {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  width: 100%;
  padding-bottom: 15px;
}
  .inquiry-form label {
    font-size: 1.6rem;
  }
.inquiry-form input[type="text"], .inquiry-form input[type="email"], .inquiry-form input[type="tel"], .inquiry-form textarea {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: solid 1px #aeaeae;
  background:rgba(255,255,255,0.7);
}
.inquiry-form textarea {
  /*width:600px;*/
  width: 100%;
  height: 250px;
}
.inquiry-form dd {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
  }
.privacy {
 display: inline-block;
 width: 100%;
}
.form-description {
  font-size: 1.4rem;
  }
.inquiry-form__submit {
 height: 50px;
 max-width: 150px;
 width: 100%;
 font-size: 1.8rem;
  } 
}
