@charset "UTF-8";

.message{
  width: 850px;
  padding: 33px 53px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background-color: #999999;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  background-image: url(../images/contact/message_bg.png);
  background-repeat: no-repeat;
  background-position: 10px 10px
}

form{
  width: 730px;
  margin: 0 auto
}

form p{
  margin-bottom: 30px
}

.input_title{
  display: block;
  width: 245px;
  float: left;
}

label,.input_title{
  color: #666666
}

span.ja{
  font-size: 12px
}

span.ja.small{
  font-size: 10px
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  width: 455px;
  display: block;
  margin-left: 275px
}

input[type="radio"]:first-of-type{
  margin-left: 30px
}

.category label{
  padding-right: 30px
}

input[type="submit"]{
  width: 150px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: #707070;
  display: block;
  margin: 50px auto 60px;
  color: #fff;
  border-radius: none;
  border: none;
  box-shadow: none
}

input[type="button"]{
  width: 150px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #fff;
  display: block;
  margin: 50px auto 60px;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  border:1px #707070 solid;
  box-shadow: none
}

address{
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
  display: block;
}

iframe{
  width: 100%;
  height: 300px;
  opacity: 0.4;
  transition: 0.5s
}

iframe:hover{
  opacity: 1
}

.map{
  width: 100%;
  height: 300px;
  background: #000
}

.gmap_link{
  font-size: 14px;
  text-align: right;
  margin-top: 20px
}

.gmap_link a{
  color: #666666;
  text-decoration: none
}

/* .map:before{
  content:"";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 10000;
  transition: 0.5s;
}

.map:before:hover{
  display: none
} */

.formTable{
  width: 100%;
  margin: 50px auto
}

.formTable th{
  width: 30%
}

@media only screen and (max-width:768px) {
  .message {
    width: 100%;
    padding: 20px 30px;
  }
  form {
    width: 100%;
  }

  .input_title{
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea{
    width: 100%;
    margin-left:0;
    padding: 0;
    -webkit-border-radius: 0;
  	border-radius: 0;
  	outline: none;
  	background: none;
    border:1px #ccc solid;
    box-shadow: none
  }

  input[type="radio"]:first-of-type{
    margin-left: 1em
  }

  input[type="submit"]{
    background: #707070;
    -webkit-border-radius: 0;
    border-radius: 0;
  	outline: none;
    border:none;
    box-shadow: none
  }

  input[type="button"]{
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
  	outline: none;
    border:1px #707070 solid;
    box-shadow: none
  }

  .category label{
    padding-right: 10px
  }

}
