@charset "utf-8";
/* CONTACT
--------------------------------------------------*/
.contact .sp {
 display: none !important;
}
/*TITLE*/
.contact .mv {
  background: url('../../img/contact/img_mv_pc.png') 20% center no-repeat;
  background-size: cover;
  position: relative;
}
.contactTitle {
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 0 20px;
}
/*CONTACT CONTENTS*/
.contactContents {
  padding: 0 20px 50px;
  line-height: 1.8;
}
.contactContents .colL,
.contactContents .colR {
  display: inline-block;
  vertical-align: middle;
}
.contactContents .colL {
  width: 330px;
  font-size: 19px;
  line-height: 1.3;
}
.contactContents .colR {
  width: 450px;

}
.contactContents .colR .tel {
  display: flex;
  align-items: baseline;
  color: #A2190F;
  font-size: 30px;
  font-weight: bold;
}
.contactContents .colR .tel.clWhite {
	color: #FFF;
}
.contactContents .colR .tel span {
  font-size: 17px;
  padding-right: 8px;
}
.contactContents .colR  span,
.contactContents .colL img,
.contactContents .colR img{
  vertical-align: middle;
}
.phone .item {
  padding: 26px 30px;
  background-color: #E8E1DB;
  border-bottom: 1px dotted #9F948E;
}
.phone .item.last {
  background-color: #5A4A3F;
}
.phone .item.borderNone {
  border-bottom: none;
}
.phone .item.last .colL {
  color: #FFF;
}
.phone .item.last .colR .tel {
	display: inline;
	font-size: 15px;
}
/*CONTACT FORM*/
.contactForm {
  padding: 10px 0;
  background-color: #F3E2E2;
}
.contactForm .row {
    padding: 15px 20px;
    border-bottom: 1px dotted #9F948E;
    display: block;
}
.contactForm .colL {
    width: 20%;
}
.contactForm .colR {
    width: 79%;
}
.contactForm .colR .label {
  width: 85px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
}
.contactForm .input {
  padding: 5px;
  width: 400px;
  border: 1px solid #ccc;
}
.contactForm select {
  padding: 3px;
  width: 250px;
}
.contactForm textarea {
  padding: 5px 6px;
  width: 485px;
  border: 1px solid #ccc;
}
.contactForm .row.last {
  border-bottom: none;
  text-align: center;
  padding: 30px 20px;
}
.contactForm .row.last form {
  display: inline;
}
.contactForm .row.last input.submit {
  width: 200px;
  vertical-align: middle;
}
.contactForm .row.last input.return {
  width: 80px;
  vertical-align: middle;
}
.contactForm .row.last br {
  display: none;
}
/*CONTACTUS*/
.contactUs p.pl20 {
  padding: 0;
}
@media screen and (min-width: 952px) and (max-width: 968px) {
  .contactContents .colL {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 952px) {
  .phone .item {
    padding: 15px ;
  }
  .contactContents .colL {
    padding-right: 10px;
    width: 47%;
    font-size: 1.8vw;
  }
  .contactContents .colR {
    width: 50%;
  }
  .contactContents .colR .tel {
    font-size: 3.4vw;
  }
  .contactContents .colL img:first-child {
    width: 100%;
  }
  .contactForm .colL {
    width: 21%;
  }
  .contactForm input {
    width: 235px;
  }
  .contactForm textarea {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .contact .mv {
    background: url('../../img/contact/img_mv_sp.png') center center no-repeat;
  }
  .contact .pc {
     display: none !important;
  }
  .contact .sp {
     display: block !important;
  }
  .phone .item {
    border: none;
    margin-bottom: 10px;
    padding: 15px 10px;
  }
  .phone .item.last .colR {
    text-align: left;
  }
  .contactContents .intro {
    font-size: 15px;
  }
  .contactContents .colL, .contactContents .colR {
    display: block;
    text-align: center;
    width: 100%;
  }
/*
  .contactContents .colR  br {
    display: none;
  }
*/
  .contactContents .colR a span {
    text-decoration: underline;
  }
	.contactContents .colR .tel,
	.phone .item.last .colR .tel {
		display: block;
	}
	.phone .item.last .colR .tel:first-of-type {
		text-decoration: underline;
	}

  .contactContents .colL {
    margin-bottom: 10px;
  }
  .iconPhone {
    vertical-align: middle;
	width: 5vw;
	margin-right: 10px;
  }
  .tel {
    display: block;
    padding: 0;
  }
  /*CONTACT FORM*/
  .contactForm .row .colL,
  .contactForm .row .colR {
    text-align: left;
  }
  .contactForm .row.last br {
    display: inline;
  }
  .contactForm .row.last input:first-child {
    margin-bottom: 10px;
  }
  .contactForm .row.borderNone {
    border-bottom: none;
  }
  .contactForm .input,
  .contactForm select,
  .contactForm textarea {
    width: 100%;
  }
  .contactUs.contactContents {
    padding: 0;
  }
  .contactUs p.pl20 {
    padding: 0 20px;
  }
}

