@charset "UTF-8";
/* CSS Document */
.img_area {
	background-image: url("../img/contact/contact-title_img.webp");
}
.ttlArea h1:before {
    content: "Contact";
}
/*contactBox*/
.contactArea {
  padding: 0 20px 30px;
}
.contactArea .inner {
  max-width: 1060px;
}
.contactTxt a {
	color: #838afc;
}
.telArea {
	text-align: center;
}
.telArea .txt00 {
	font-size: min(5vw,18px);
	color: #7a75ad;
}
.tel-txt a:after {
    content: "";
    width: 86%;
    height: 14px;
    position: absolute;
    left: 14%;
    bottom: -2px;
    z-index: -1;
    display: block;
    background: #f9e5ef;
    border-radius: 2px;
    transition: transform .3s, background .3s;
}
.time {
	padding: 15px 0 75px;
	font-size: 14px;
	line-height: .9;
}
.tel-txt a span {
    display: inline-block;
    width: 45px;
    margin-right: 10px;
    transform: translateY(2px);
}
.tel-txt a {
	position: relative;
    display: inline-block;
    font-family: "Zen Maru Gothic", serif;
    font-size: min(8vw,70px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #7a75ad;
    z-index: 10;
    transition: transform .3s;
}
.contactBox .formBox #mailfield p {
	padding: 0 75pt 25px;
	font-size: 14px;
	line-height: 27px;
	text-align: justify;
	color: #444;
}
.contactBox .formBox #mailfield p span {
	font-size: .8em;
}
.contactBox .formBox #mailfield p a {
	font-family: 'M PLUS Rounded 1c';
	font-weight: 700;
	font-style: normal;
	color: #8ec21f;
	font-size: 30px;
}
.contactBox .formBox #mailfield p a:hover {
	color: #999;
}
.contactBox .formBox #mailfield .requiredCaution {
	text-align: right;
	font-size: .8em;
	color: #860002;
}
.mfp_element_button {
  border-radius: 15px;
  border: solid 3px transparent;
}

.contactBox .formBox #mailfield div.mfp_buttons {
  margin-top: 40px;
}

.contactBox .formBox #mailfield div.mfp_buttons button.sub_btn01 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}

.contactBox .formBox #mailfield div.mfp_buttons button.sub_btn01 p {
  padding: 0;
  color: #fff;
}
.thanksTxt {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 8vw 25px;
	font-size: 17px;
	line-height: 27px;
	text-align: justify;
	color: #444;
}
@media screen and (max-width: 768px) {
  .contactBox {
    width: 100%;
    padding: 0;
  }
	.txt {
		text-align: left;
	}
  .contactBox .formBox #mailfield p {
    padding: 10px 0 20px;
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
	.contactArea {
	  padding: 50px 20px;
	}
	.contactBox .formBox #mailfield p a {
		font-size: 6vw;
	}
	.thanksTxt {
		font-size: 3.5vw;
	}
}
/* // MARK : maxW 622px */
@media screen and (max-width: 622px) {
  .mfp_element_button {
    width: 100%;
    padding: 15px 90px;
    border-radius: 15px;
    border: solid 3px transparent;
  }
}
