@charset "utf-8";


/*#first {
  position: relative;
}

#first h1 {
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,.4);
  top: 50%;
  margin-top: -30px;
  padding: 15px 0;
  font-size: 280%;
}

.contact {
  background-color: #F3F1EB;
}*/

#contact {
  position: relative;
  padding: 0 0 40px;
  color: #555;
}

#contact-first {
  text-align: center;
  padding: 0 0 40px;
  background-color: #ffe4ef;
}

#contact h2 {
  padding: 50px 0;
  background-color: #333;
  color: #fff;
}


#contact small {
  color: #ccc;
}

#contact p {
  line-height: 3;
}


.contact .c-left {
  background: #fff url(../images/contact/ttl-bg.jpg) no-repeat right center;
  background-size: cover;
}

.c-left img {
  opacity: 0;

}

.c-left {
  padding: 0;
}

.c-left p {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  text-align: right;
  width: 100%;
}

.c-left p span {
  display: inline-block;
  background-color: rgba(255,255,255,.6);
  text-align: center;
  padding: 10px 40px 20px;
  font-size: 190%;
}

.c-right {
  padding: 25px 15px;
}

.contact .c-right p {
  line-height: 2;
  margin-left: 30px;
}

#contact h3 {
  font-size: 190%;
  letter-spacing: -3px;
}

.contact .c-right h3 {
  margin: 0 0 10px 10px;
}

#contact h3 img {
  margin-right: 5px;
  vertical-align: middle;
}

#contact h3 .times {
  letter-spacing: 1px;
}

.contact .tel {
  font-size: 400%;
  cursor: text;
}

.contact a {
	text-decoration:none;
	color:#333;
}

/*.contact small.kome {
  margin: 5px 0 5px 40px;
}*/

.mail-txt {
  line-height: 2.5;
  margin-bottom: 40px;
  text-align: center;
}

#form {
  max-width: 800px;
  width: 95%;
  margin: 0 auto 60px;
}

#form dl {
  border-bottom: dashed 1px #ccc;
}

#form dt {
  padding: 15px 0 15px 50px;
}

#form dd {
  padding: 15px 50px 15px 5px;
}

#form label {
  display: block;
  padding-top: 10px;
	font-weight:bolder;
}

#form span {
  color: #CA0B0B;
  margin-left: 5px;
}

input {
  width: 100%;
  font-size: 110%;
  padding: 5px;
}

textarea {
  width: 100%;
  height: 180px;
}

#form button {
  text-align: center;
  display: inline-block;
  margin-top: 2%;
  padding: 10px 0;
  width: 280px;
  border: solid 2px #222;
  background-color: #fff;
}

button:hover {
  opacity: 0.7;
}

button b {
  position: relative;
}

button b:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: -70px;
  top: 0;
  font-size: 130%;
}


@media (max-width: 1199px){

}

@media (max-width: 991px){
  .c-left p {
    text-align: center;
  }
  .c-left img {
    max-height: 200px;
  }
  .contact .tel {
    font-size: 300%;
  }
  #form dt {
    padding: 15px 0 15px 15px;
  }

  #form dd {
    padding: 15px 15px 15px 5px;
  }
}

@media (max-width: 767px){
/*  #first h1 {
    font-size: 180%;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5), -1px -1px 2px rgba(255,255,255,.5);
    font-weight: 700;
  }*/
	#contact p {
    text-align: left;
    padding: 0 15px;
  }
  .c-left p {
    text-align: left;
  }
  .contact .c-right p {
    margin-left: 0;
  }
  #contact h3 {
    font-size: 150%;
    letter-spacing: -3px;
  }
  #contact h3 img {
    width: 40px;
  }
  .contact .tel {
    font-size: 200%;
  }
  .mail-txt {
    line-height: 2;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
  }
  #form dt {
    padding: 15px 0 0;
  }
  #form dd {
    padding: 5px 0 10px;
  }
}

@media (max-width: 500px){
  
}

@media (max-height: 400px){

}