@charset "utf-8";

/* ******************************************
	General
****************************************** */




/* *******************
	contact_direct
******************* */




/* =====================
   contact_direct
======================== */
#contact_direct {}
#contact_direct .company {
  padding-top: 45px;
  text-align: center;
}
#contact_direct .shopnamme {
  font-size: 30px;
}
#contact_direct .phone {
  border: 1px solid #000;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  width: 90%;
  max-width: 450px;
  margin: 25px auto;
}
#contact_direct .phone span {
  font-size: 50px;
  font-weight: bold;
}
#contact_direct .phone span::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/common/ico_tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  #contact_direct .phone span {
    font-size: 30px;
  }
  #contact_direct .phone span::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 450px) {
}





/* *******************
	contact_form
******************* */
#contact_form dl {
  margin: 60px auto 35px;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #ADADAE;
}
#contact_form dl dt {
  float: none;
  width: 230px;
  clear: none;
  font-size: 18px;
  padding: 15px 10px;
  margin: 0;
  border-bottom: 1px solid #ADADAE;
  background-color: #F0F1F3;
  border-top: none;
}
#contact_form dl dd {
  border-top: none;
  margin: 0px;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.5em;
  width: calc(100% - 250px);
  border-bottom: 1px solid #ADADAE;
  text-indent: 20px;
}

.mfp_colored {
  /* background-color: rgba(200,255,255,0); */
}

#contact_form #zip,
#contact_form input[type="text"],
#contact_form input[type="email"] {
  width: calc(88% - 42px);
  /* max-width: 100%; */
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
#contact_form .mwform-tel-field input[type="text"]{
  width: 15%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fff;
}
#contact_form #zip {
  width: 20%;
}
#contact_form input[name="年齢"] {
  width: 50px;
}
#contact_form select[name="お問い合わせ項目"] {
  border: solid 1px #cccccc;
  padding: 7px 2%;
  margin: 0 5px;
  font-size: 18px;
}

#contact_form label.mfp_not_checked {
  border: none;
}
#contact_form label {
  white-space: unset;
}

#contact_form textarea {
  display: block;
  width: calc(88% - 42px);
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-left: 3%;
  /* background: #fafafa; */
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
#contact_form input::placeholder,
#contact_form textarea::placeholder{
  color: #B4B4B5;
}
#contact_form .mfp_col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#contact_form .mfp_col5 label {
  display: inline-block;
  margin-right: 20px;
}

#contact_form .btn {
  text-align: center;
}
#contact_form input[type="submit"] {
  clear: both;
  margin: 0 auto;
  text-align: center;

  border-radius: 0;
  padding: 7px 0;
  margin: 50px auto 0;
  border: none;
  border: 1px solid #737373;
  background: #737373;
  /* background: none; */
  text-shadow: none;
  width: 230px;
  color: #ffffff;
  font-family: inherit;
  font-size: 18px;
  -webkit-appearance: none;
}
div.mfp_buttons button {
  display: inline-block;
  margin: 0 auto;
  background-color: #AFC275;
  color: #fff;
  padding: 10px 0;
  min-width: 220px;
  border: none;
}
#contact_form input[type="submit"]:hover {
  background: #737373;
  box-shadow: none;
  opacity: 0.7;
}


.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border-radius: 0;
  padding: 7px 0;
  margin: 50px auto 0;
  border: none;
  border: 1px solid #737373;
  background: #737373;
  /* background: none; */
  text-shadow: none;
  width: 230px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  /* border: 1px solid #737373; */
  background: #737373;
  box-shadow: none;
  opacity: 0.7;
}

@media screen and (max-width:600px) {
  #contact_form dl dt {
    width: calc(100% - 20px);
    padding: 5px 10px;
    border-bottom: none;
  }
  #contact_form dl dd {
    width: calc(100% - 20px);
    padding: 15px 10px;
    text-indent: 0;
  }
}
@media screen and (max-width:450px) {
	#contact_form input[type="text"],
	#contact_form input[type="email"] {
		width: calc(100% - 20px);
	}
	#contact_form .mwform-tel-field input[type="text"] {
	  width: 23%;
	}
	#contact_form #zip {
	  width: 30%;
	}
	#contact_form input[name="年齢"] {
	  width: 50px;
	}
	#contact_form select[name="お問い合わせ項目"] {
		width: calc(100% - 20px);
	}
	#contact_form textarea {
		width: calc(100% - 20px);
		margin-left: 0;
	}
}




/* *******************
	contact_tahnks
******************* */
#contact_thanks {}
#contact_thanks .companybox {
	text-align: center;
	margin: 35px auto;
}
#contact_thanks .companybox h3 {
	text-align: center;
}


@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}