@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
form#mailformpro dl dt, form#mailformpro dl dd {
  border-top: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
}

main div.mainCont div.requestFormArea form dl dd input,
main div.mainCont div.requestFormArea form dl dd select,
main div.mainCont div.requestFormArea form dl dd textarea {
  display: block;
  height: auto;
  font-size: 1.5rem;
  border: solid 1px #777;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.5rem;
  margin: 2px;
  vertical-align: middle;
}

main div.mainCont div.requestFormArea form dl dd input:not([type=checkbox]) {
  width: 100% !important;
  max-width: 240px !important;
}

main div.mainCont div.requestFormArea form .privacy label {
  border-radius: 0 !important;
  padding: 10px !important;
  margin-top: 10px !important;
  border: solid 1px #000 !important;
  letter-spacing: -0.04em !important;
}

.formTabNab {
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  justify-content: center;
}
.formTabNab a {
  text-decoration: none;
  cursor: pointer;
  margin: 0 1em;
  justify-content: center;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.5em 1em;
  background: #989898;
  color: #fff;
  transition: background 0.5s;
}
.formTabNab a:hover {
  background: #0071bb;
}
.formTabNab a.active {
  background: #0071bb;
}

.formTabWrap .formTabBlock {
  transition: opacity 0.5s;
}
.formTabWrap .formTabBlock > p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.formTabWrap .formTabBlock:not(.active) {
  display: none;
}

.dayC {
  padding: 1rem;
  background: #e5e5e5;
  margin-bottom: 0.5rem;
}
.dayC > p {
  font-size: 1.6rem;
}
.dayC .dayCinner {
  display: flex;
  flex-wrap: wrap;
}
.dayC .dayCinner > *:not(:last-child) {
  margin-right: 5px;
}

.dayCaddress dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  margin-top: 0 !important;
}
.dayCaddress dt, .dayCaddress dd {
  margin-bottom: 0.3em;
  font-size: 1.4rem !important;
  width: auto;
  flex-basis: auto !important;
}
.dayCaddress dt {
  white-space: nowrap;
}
.dayCaddress dd::before {
  content: none !important;
}

@media screen and (max-width: 767px) {
  .day > dt {
    text-align: left !important;
    display: flex;
    align-items: center;
  }
  .day > dt::after {
    content: "必須";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 16px;
    background-color: #555;
    font-size: 1.2rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .day > dd::before {
    content: none !important;
  }
}
@media screen and (max-width: 767px) {
  .day > dt, .day > dd {
    flex-basis: 100% !important;
    margin-top: 0;
  }
}

.birthWrap {
  display: flex;
  align-items: center;
}
.birthWrap span {
  font-size: 1.6rem;
}
.birthWrap .birthBlock {
  display: flex;
  align-items: center;
}
.birthWrap .birthBlock:not(:last-of-type) {
  margin-right: 0.5rem;
}

.errorMessage {
  color: red;
  font-size: 1.4rem;
  padding: 0.5em 0 0 0;
}

div.requestFormArea {
  padding: 50px 0 100px;
}
@media screen and (min-width: 768px) {
  div.requestFormArea {
    padding: 95px 0;
  }
}
div.requestFormArea div.inner {
  width: 92%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
div.requestFormArea strong {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #005a70;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.requestFormArea strong {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  div.requestFormArea form {
    margin-top: 40px;
  }
}
div.requestFormArea form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl {
    margin-top: 35px;
  }
}
div.requestFormArea form dl dt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl dt {
    margin-top: 0;
  }
}
div.requestFormArea form dl dd {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl dd {
    margin-top: 0;
  }
}
div.requestFormArea form dl dt {
  width: 100%;
  font-size: 0.8rem;
  position: relative;
  text-align: left;
  display: flex;
}
div.requestFormArea form dl dt::before {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 16px;
  background-color: #555;
  font-size: 0.8rem;
  color: #fff;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl dt::before {
    transform: none;
    content: none;
  }
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl dt {
    display: block;
    text-align: right;
    flex-basis: 30%;
    font-size: 1rem;
  }
}
div.requestFormArea form dl dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl dd {
    flex-basis: 68%;
  }
}
div.requestFormArea form dl dd input {
  display: block;
  width: 100%;
  height: 25px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl dd input {
    width: 100%;
    max-width: 240px;
    height: 28px;
    font-size: 1rem;
  }
}
div.requestFormArea form dl dd select {
  height: 25px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl dd select {
    height: 28px;
    font-size: 1rem;
  }
}
div.requestFormArea form dl.privacy {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.privacy {
    display: flex;
  }
}
div.requestFormArea form dl.privacy dt {
  font-size: 0.8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.privacy dt {
    font-size: 1rem;
    text-align: right;
  }
}
div.requestFormArea form dl.privacy dt::before {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 16px;
  margin-right: 1em;
  background-color: #555;
  font-size: 0.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.privacy dt::before {
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
div.requestFormArea form dl.privacy dd {
  margin-top: 10px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.privacy dd {
    margin-top: 0;
    font-size: 1rem;
  }
}
div.requestFormArea form dl.privacy dd::before {
  content: none;
}
div.requestFormArea form dl.privacy dd label {
  display: block;
  padding: 10px;
  margin-top: 10px;
  border: solid 1px #000;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.privacy dd label {
    display: inline-block;
  }
}
div.requestFormArea form dl.privacy dd input {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.mst:not(.privacy) {
    position: relative;
  }
}
div.requestFormArea form dl.mst:not(.privacy) dd {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.mst:not(.privacy) dd {
    position: static;
  }
}
div.requestFormArea form dl.mst:not(.privacy) dd::before {
  content: "必須";
  display: none;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 16px;
  background-color: #555;
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
}
@media screen and (min-width: 768px) {
  div.requestFormArea form dl.mst:not(.privacy) dd::before {
    transform: none;
    display: flex;
  }
}
div.requestFormArea form div.submitBtn {
  margin-top: 30px;
}
div.requestFormArea form div.submitBtn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 44px;
  margin: 0 auto;
  background: #555;
  border: none;
  font-size: 1rem;
  color: #fff;
  position: relative;
  text-shadow: none !important;
  border-radius: 0 !important;
}
div.requestFormArea form div.submitBtn button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
}

/*
.form{
	@include c.ca(90%,1000px);
	font-size: 1.2rem;
	&-title{
		text-align: center;
		font-size: 2rem;
		padding: 2rem 0 1rem;
	}

	//mailformpro over
	.must {
		display: block;
		background-color: #888;
		border: none;
		text-shadow: none;
		padding: 2px 5px;
		font-size: 1rem;
		color: #FFF;
		float: left;
		margin: 0px 5px;
		border-radius: 0;
		box-shadow: none;
		background-image: none;
		background-size: 100% 100%;
	}
	.mfp_colored {
		background-color: transparent;
	}
	.mfp_achroma {
		background-color: transparent;
	}
	form#mailformpro dl dd {
		border-top: solid 1px #eee;
		margin: 0px;
		padding: 10px 5px 20px 32%;
		font-size: 1rem;
		line-height: 1.5em;
		text-align: left;
		@include c.mq(){
			width: 100%;
			padding: 10px;
			border-top: none;
		}

	}
	form#mailformpro dl dt {
		float: left;
		width: 30%;
		clear: both;
		font-size: 1.2rem;
		padding: 10px 0px;
		text-align: right;
		border-top: solid 1px #eee;
		margin: 0px;
		@include c.mq(){

			float: none;	
			width: 100%;
			text-align: left;
		}
	}
	.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
		border: 1px solid #aaa;
		border-radius: 0;
		box-shadow: none;
		padding: 3px 8px;
		margin: 2px;
		vertical-align: middle;
		font-size: 1.2rem;
	}
	.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
		border-radius: 0;
		padding: .5em 2em;
		border: none;
		background: #333;
		text-shadow: none;
		font-size: 1.8rem;
		cursor: pointer;
		outline: none;
		color: #fff;
	}
	input[type="text"]{
		max-width: 100%;
	}
	//--\mailformpro over

}*/
.shukuhaku {
  padding: 6rem 0;
}
.shukuhaku .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shukuhaku .sp {
    display: inline-block;
  }
}
.shukuhaku .pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .shukuhaku .pc {
    display: none;
  }
}
.shukuhaku-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #003E87;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .shukuhaku-inner {
    padding: 1rem;
  }
}
.shukuhaku-title {
  text-align: center;
  color: #003E87;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.shukuhaku-title p:nth-of-type(1) {
  font-size: 1.4em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .shukuhaku-title p:nth-of-type(1) {
    font-size: 1em;
  }
}
.shukuhaku-title p:nth-of-type(2) {
  font-size: 1em;
  position: relative;
  display: inline-block;
  padding: 0 6em;
}
@media screen and (max-width: 767px) {
  .shukuhaku-title p:nth-of-type(2) {
    padding: 0;
  }
}
.shukuhaku-title p:nth-of-type(2)::before, .shukuhaku-title p:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 5em;
  height: 1px;
  background: #003E87;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .shukuhaku-title p:nth-of-type(2)::before, .shukuhaku-title p:nth-of-type(2)::after {
    content: none;
  }
}
.shukuhaku-title p:nth-of-type(2)::before {
  left: 0;
}
.shukuhaku-title p:nth-of-type(2)::after {
  right: 0;
}
.shukuhaku-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
@media screen and (max-width: 767px) {
  .shukuhaku-content {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
}
.shukuhaku-content-block {
  text-align: center;
  margin-bottom: 2rem;
  /*
  &:nth-of-type(1),&:nth-of-type(2){
  	width: 49%;
  }
  &:nth-of-type(3),&:nth-of-type(4),&:nth-of-type(5){
  	width: 32%;
  	@include c.mq(){
  		width: 49%;
  	}
  }*/
}
.shukuhaku-content-block figure {
  width: 100%;
}
.shukuhaku-content-block figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}
.shukuhaku-content-block-title {
  font-size: 1.2rem;
  color: #003E87;
  margin-bottom: 0.5rem;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .shukuhaku-content-block-title {
    font-size: 0.7rem;
  }
}
.shukuhaku-content-block-btn {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0.3em 1em;
  background: #003E87;
  border: 1px solid #003E87;
  line-height: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .shukuhaku-content-block-btn {
    font-size: 0.7rem;
  }
}
.shukuhaku-content-block a {
  display: inline-block;
  text-decoration: none;
}
.shukuhaku-content-block a:hover .shukuhaku-content-block-btn {
  background: #fff;
  color: #003E87;
}

.footer-contact {
  width: 100%;
  color: #003E87;
  text-align: center;
  font-size: 1.2rem;
  padding: 3rem 0;
}
.footer-contact img {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    font-size: 1.2rem;
  }
}
.footer-contact-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2em;
}
.footer-contact-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-contact-tel a {
  text-decoration: none;
  color: #003E87;
}
.footer-contact-tel p {
  padding: 0 2rem;
  line-height: 1;
}
.footer-contact-tel p:nth-of-type(1) {
  text-align: left;
  font-size: 1.6em;
  line-height: 1;
}
.footer-contact-tel p:nth-of-type(1) span {
  font-size: 1em;
  line-height: 1;
}
.footer-contact-tel p:nth-of-type(1) small {
  font-size: 0.8rem;
}
.footer-contact-tel p:nth-of-type(1) img {
  width: 1.8em;
  margin-right: 0.1em;
}
.footer-contact-tel p:nth-of-type(2) {
  padding: 1em 0.5em;
  border: 1px solid #003E87;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-tel p:nth-of-type(2) {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    padding: 0;
    border: none;
  }
  .footer-contact-tel p:nth-of-type(2) br {
    display: none;
  }
}

.footer-company {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 0.8rem;
  padding: 3rem 0;
  line-height: 1.2em;
}
.footer-company-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-company-logo img {
  max-width: 250px;
  display: inline-block !important;
}

.mb-1 {
  margin-bottom: 0.5em;
}

/*# sourceMappingURL=form.css.map */
