<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contact{
  max-width: 1000px;
  margin: auto;
  padding: 60px 0;
}

#contact p:first-child{
  text-align: center;
  line-height: 1.75em;
  font-size: 15px;
}

#contact address{
  text-align: center;
  margin: 50px 0 50px 0;
}

#contact address a{
  color: #b1a683;
  font-size: 42px;
}

#contact address p{
  font-size: 13px;
  line-height: 1.75em;
  margin-top: 10px;
}

#contact h3{
  text-align: center;
  font-size: 22px;
  margin-top: 50px;
  margin-bottom: 15px;
}

#contact table{
  width: 100%;
  max-width: 800px;
  line-height: 1.75em;
  margin: 15px auto;
}

#contact table th,
#contact table td{
  padding: 8px 10px;
  vertical-align: top;
}

#contact table th{
  width: 16em;
  padding-top: 20px;
}

span.must{
  background: #b1a683;
  color: #fff;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 20px;
  margin: 4px 5px 0 5px;
  display: inline-block;
}

#contact table th span.must{
  float: right;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"]{
  border: 1px solid #000;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
}

#contact select{
  border: 1px solid #000;
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
}

#contact .purpose{
  text-align: center;
}

#contact .purpose label{
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  width: 240px;
  text-align: left;
  color: #666;
}

#contact .purpose :checked + span{
  font-weight: bold;
  color: #000;
} 

#contact .purpose label input{
  margin-left: 0;
}

#contact .wpcf7-field-groups{
  text-align: center;
}

#contact .wpcf7-field-groups button{
  border: 0;
  background: #f2f2f2;
  color: #8c742a;
  min-width: 50px;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
}

#contact .wpcf7-field-group-add:after{
  content: " æ’®å½±å¯¾è±¡è€…ã‚’è¿½åŠ&nbsp;ã™ã‚‹";
  font-size: 14px;
}

#contact .wpcf7-field-group-remove:after{
  content: " å‰Šé™¤ã™ã‚‹";
  font-size: 14px;
}

#contact .selectdate select:first-child{
  margin-top: 0;
}

#contact .selectdate select{
}

#contact .wpcf7-radio{
  display: inline-block;
  margin-top: 14px;
}

#contact .wpcf7-checkbox{
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}

#contact .privacypolicytext{
  overflow: scroll;
  height: 10em;
  text-align: left;
  background: #f2f2f2;
  padding: 20px;
  max-width: 800px;
  margin: 50px auto 0px auto;
}

#contact .privacypolicytext + div{
  text-align: center;
  margin: 20px 0;
}

#contact .privacypolicytext *{
  text-align: left;
  font-size: 12px;
  line-height: 1.75em;
}

#contact .privacypolicytext h3{
  margin-top: 30px;
  margin-bottom: 0;
}

#contact .privacypolicytext h3 strong{
  font-size: 15px;
}


#contact .sendbtn{
  text-align: center;
  margin: 40px 0;
}

#contact .sendbtn input{
  background: #333333;
  color: #b1a683;
  line-height: 80px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  width: 200px;
}
#contact .selectdate span.p-anounce {
 display: block;
 font-size: 13px;
}


@media only screen and (max-width: 800px) {
  #contact{
    padding: 30px 15px;
  }
  
  #contact p:first-child{
    font-size: 11px;
    text-align: left;
  }
  
  #contact p:first-child br{
    display: none;
  }
  
  #contact h3{
    font-size: 18px;
  }
  
  #contact address a{
    font-size: 28px;
  }
  
  #contact table th,
  #contact table td{
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  
  #contact table th{
    width: 100%;
    padding-bottom: 0;
    font-size: 15px;
  }
  
  #contact table th span.must{
    float: none;
  }
  
  #contact .purpose label{
    display: inline-block;
    width: 150px;
  }
  
  #contact select{
    height: 40px;
    line-height: 40px;
  }
  
  #contact .sendbtn input{
    height: 40px;
    line-height: 40px;
  }
  
  
}/*media*/


















</pre></body></html>