@charset "utf-8";
/* ==========================================================================
   contact
   ========================================================================== */
#page_contact .contents_wrap .wrap{
  width: 100%;
}
@media (min-width: 960px){
#page_contact .contents_wrap .wrap{
  width: 1000px;
}
}

/* phone ============================== */
#phone .wrap{
  display: flex;
	flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 960px){
#phone .wrap{
	flex-direction: row;
	justify-content: space-between;
}
}

#phone .title_block{
  width: 100%;
}
@media (min-width: 960px){
#phone .title_block{
  width: 20%;
}
}

#phone .phone_block{
  width: 100%;
  height: auto;
  display: flex;
	flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 960px){
#phone .phone_block{
  width: 80%;
}
}

#phone .phone_block .tel_block{
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px){
#phone .phone_block .tel_block{
}
}

#phone .tel_block .tel{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 4px 8px 0 0;
}

#phone .tel_block .tel img{
	width: 23px;
	height: auto;
	margin: 4px 8px 0 0;
}
@media (min-width: 960px){
#phone .tel_block .tel img{
	width: 32px;
	height: auto;
	margin: 3px 12px 0 0;
}
}

#phone .tel_block .tel a{
	color: #222;
	font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 960px){
#phone .tel_block .tel a{
  font-size: 4.6rem;
}
}

#phone .tel_block .hours{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 960px){
#phone .tel_block .hours{
  font-size: 1.6rem;
  margin: 0 0 0 12px;
}
}


/* contact-form ============================== */
#contact_form .contact-form{
  width: 100%;
  overflow: hidden;
}

.contact-form dl{
	width: 100%;
	float: left;
  padding: 0 0 12px 0;
	display: flex;
	flex-direction: column;
}
@media (min-width: 440px){
.contact-form dl{
	flex-direction: row;
	justify-content: space-between;
  padding: 0 0 22px 0;
}
}

.contact-form dt{
	width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
  justify-content: flex-start;
	padding: 2px 0 2px 0;
	margin: 0 0 4px 0;
}
@media (min-width: 440px){
.contact-form dt{
	width: 28%;
  font-size: 1.6rem;
  line-height: 1.6;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px 0 0;
  margin: 0;
}
}

.contact-form dl.textarea dt{
}
@media (min-width: 440px){
.contact-form dl.textarea dt{
	margin: -12px 0 0 0;
}
}

.contact-form dt .required{
	color: #fafafa;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  background-color: #88c2ef;
  padding: 4px 6px;
  display: inline-block;
  margin: -10px 0 0 10px;
}
@media (min-width: 440px){
.contact-form dt .required{
  font-size: 1.3rem;
  border-radius: 6px;
  padding: 5px 8px;
  margin: 0;
}
}

.contact-form dd{
	color: #000;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
	padding: 0 0 0 0;
	box-sizing: border-box;
	margin-inline-start: 0;
}
@media (min-width: 440px){
.contact-form dd{
	width: 78%;
  font-size: 1.5rem;
	padding: 0;
	margin: 0;
}
}

.contact-form dl.subject dd{
  font-size: 1.4rem;
  padding: 6px 0;
}
@media (min-width: 440px){
.contact-form dl.subject dd{
  font-size: 1.6rem;
  padding: 14px 0;
}
}

.contact-form dl.check dd{
  font-size: 1.5rem;
  padding: 6px 0;
}
@media (min-width: 440px){
.contact-form dl.check dd{
  font-size: 1.6rem;
  padding: 14px 0;
}
}

.contact-form dl.check .wpcf7-list-item {
  margin: 0 10px 0 0;
}
@media (min-width: 440px) {
.contact-form dl.check .wpcf7-list-item {
  margin: 0 10px 0 0;
}
}

.contact-form dd input[type="text"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"]{
	width: 100%;
	height: 50px;
	resize: vertical;
	font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", serif;
  border-radius: 10px;
	border: 1px solid #777;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	appearance: none;
	letter-spacing: 0.02em;
	padding: 0 16px;
}
@media (min-width: 440px){
.contact-form dd input[type="text"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"]{
  font-size: 1.6rem;
	height: 54px;
	padding: 0 26px;
}
}

.contact-form dd textarea{
	width: 100%;
	resize: vertical;
	font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", serif;
  line-height: 1.6;
  border-radius: 10px;
	border: 1px solid #777;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	appearance: none;
	letter-spacing: 0.02em;
	padding: 16px 16px;
}
@media (min-width: 440px){
.contact-form dd textarea{
	font-size: 1.6rem;
	padding: 16px 24px;
}
}

.contact-form dd textarea p{
  display: inline-block!important;
}

.contact-form .privacy{
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #a6d0f0;
  padding: 20px 10px 16px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0 0 0;
}
@media (min-width: 440px){
.contact-form .privacy{
  align-items: flex-start;
  padding: 28px 38px 26px 38px;
  margin: 30px 0 0 0;
}
}

.contact-form .privacy h3{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 440px){
.contact-form .privacy h3{
  font-size: 1.7rem;
}
}

.contact-form .privacy ol{
  margin: 10px 0 0 1.2em;
}
@media (min-width: 440px){
.contact-form .privacy ol{
  margin: 10px 0 0 1.2em;
}
}

.contact-form .privacy ol li {
  font-size: 1.35rem;
  line-height: 1.4;
  letter-spacing: 0;
  list-style-type: disc;
  margin: 2px 0 0 0;
  padding-left: -0.4em;
}
@media (min-width: 440px) {
.contact-form .privacy ol li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 2px 0 0 0;
}
}

.submit_block{
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 960px){
.submit_block{
  width: 300px;
}
}

.wpcf7-submit{
	color: #FFF;
	width: 300px;
	height: 56px;
	font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
	text-align: center;
  border-radius: 28px 28px 28px 4px;
  display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #88C2EF;
	transition: all 0.3s ease;
	outline: none;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}
@media (min-width: 440px){
.wpcf7-submit{
	width: 340px;
	height: 70px;
	font-size: 1.6rem;
  border-radius: 35px 35px 35px 4px;
  margin: 50px 0 0 0;
}
}

@media (min-width: 960px){
.wpcf7-submit:hover{
	color: rgba(255, 255, 255, 0.6);
}
}

.submit_block p{
  display: flex;
	flex-direction: column;
	align-items: center;
}

.wpcf7-spinner{
  margin: 10px 0 0 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

::placeholder {
  color: #999;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 2em 0 0;
}

#contact_form .recaptcha{
	font-size: 1.2rem;
	line-height: 1.4;
  margin: 10px 0 0 0;
}
@media (min-width: 440px){
#contact_form .recaptcha{
  font-size: 1.3rem;
  text-align: center;
  margin: 40px 0 0 0;
}
}

#contact_form .recaptcha a{
  color: #1E2228;
  text-decoration: underline;
}
