@charset "UTF-8";
/* CSS Document */
body {
  background-image: url("../image/bg/contact_bg.png"); /*固定する背景画像*/
  text-align: center;
  background-attachment: fixed; /*背景画像を固定したままにするかしないか*/
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover; /*背景画像のサイズを指定*/
  margin: 0;
}
.main {
  padding: 80px 0;
}
@media(min-width: 1000px) {
  .section-top {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
  .section-representatives {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255 );
    width: 45%;
    margin: 0px auto 500px;
    padding: 5px 10px 10px;
    opacity: 0;
  animation-name: fade;
  animation-delay: 1.3s;
  animation-duration: 2.0s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
  .section-representatives__border {
    margin: 0.5em auto;
    padding: 0.5em;
    width: 100%;
    border: 1px solid #fff; /* 枠線 */
  }
.section-representatives__note{
	padding: 20px 10px 20px;
}
.section-representatives__note h2{
	padding: 20px 0 5px;
	font-size:1.7rem;
	text-align: left;
}
.section-representatives__note ul{
		padding: 5px 5px 10px;
	text-align: left;
}

.section-representatives__note ul h3{
	padding: 20px 0 10px;
	font-size:1.6rem;
}
.section-representatives__note ul li{
	list-style-type: none;
}

  @media(max-width:400px) {
    body:before {
      background-image: url("../image/bg/contact-mobile_bg.png"); /*固定する背景画像*/
        text-align: center;
    background-size: cover; /*背景画像のサイズを指定*/
	  background-position: bottom;
	  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
    }
	  .section-representatives {
    width: 65%;
    margin: 0px auto 400px;
    padding: 1px 7px;
  }
.section-representatives__note{
	padding: 5px 10px 5px;
}
.section-representatives__note h2{
	padding: 15px 0 5px;
	font-size:1.5rem;
}
.section-representatives__note ul{
	font-size:1.4rem;
}

.section-representatives__note ul h3{
	padding: 10px 5px 10px;
	
}
}
  .contact-info {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255 );
    width: 45%;
    margin: 100px auto 450px;
    padding: 5px 10px 10px;
	  text-align: left;	  
  opacity: 0;
  transition: all 0.7s;
}
.contact-info.fadein {
  opacity: 1;
  transform: translateY(-60px);
}
  .contact-info__border{
    margin: 0.5em auto;
    padding: 0.5em;
    width: 100%;
    border: 1px solid #fff; /* 枠線 */
	
  }
.contact-form__name{
	padding:20px 20px 5px;
}
.contact-name__box{
	display :block;
	background-color: rgba( 255, 255, 255, 0.45 ) ;
	 border: 1px solid #fff; /* 枠線 */
	padding-bottom:10px;
	width:100%;
}
.contact-form__email{
	padding:20px 20px 30px;
}
.contact-email__box{
	display :block;
	background-color: rgba( 255, 255, 255, 0.45 ) ;
	 border: 1px solid #fff; /* 枠線 */
	padding-bottom:10px;
	width:100%;
	font-size:1.4rem;
}
 @media(max-width:400px) {
      .contact-info {
    width: 75%;
    margin: 0px auto 350px;
    padding: 1px 7px;
		  font-size:1.4rem;
  }
.contact-form__name{
	padding:15px 10px 5px;
}
.contact-name__box{
	padding-bottom:5px;
}
.contact-form__email{
	padding:5px 10px 25px;
}
.contact-email__box{
	padding-bottom:5px;
}
  }
  .contact-content {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255 );
    width: 45%;
    margin: 0px auto 300px;
    padding: 7px 10px 10px;
	  text-align: left;	
  opacity: 0;
  transition: all 0.7s;
}
.contact-content.fadein {
  opacity: 1;
  transform: translateY(-100px);
}
  .contact-content__border{
    margin: 0.5em auto;
    padding: 7px 0 25px;
    width: 100%;
    border: 1px solid #fff; /* 枠線 */
	
  }
.contact-form__detail{
	padding:20px 30px 10px;
}
.contact-detail__box{
	display :block;
	background-color: rgba( 255, 255, 255, 0.45 ) ;
	 border: 1px solid #fff; /* 枠線 */
	padding-bottom:20px;
	width:100%;
	height:35vh;
}
 @media(max-width:400px) {
      .contact-content {
    width: 75%;
    margin: 0px auto 350px;
    padding: 1px 7px;
		  font-size:1.4rem;
  }
	 .contact-form__detail{
	padding:15px 10px 20px;
}
  }
.inquairy-form__submit{
	background-color: rgba(46, 46, 46, 0.6);
	 border: 1px solid #fff; /* 枠線 */
	width:15%;
	height:60px;
	font-size:3.0rem;
	 font-family: "Adobe-Caslon-Pro";
	color:#FFF;
	margin-bottom:500px;
opacity: 0;
  transition: all 0.7s;
}
.inquairy-form__submit.fadein {
  opacity: 1;
  transform: translateY(-80px);
}

.inquairy-form__submit:hover {
  letter-spacing: 3px;
  box-shadow: 0 7px 0 #e5e4e4;
	text-align: center;
}
.inquairy-form__submit:active {
  top: -4px;
  box-shadow: none;
}
  @media(max-width:400px) {
	  .inquairy-form__submit{
	width:30%;
	height:50px;
	font-size:2.0rem;
	margin-bottom:500px;
		  -webkit-appearance: none;
border-radius: 0;
}
	  .inquairy-form__submit:hover {
  letter-spacing: 2px;
}
}

