@charset "UTF-8";

/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#event-form .c-main__ttl02-wrap {
  background: url(../images/event/header_fv.jpg) no-repeat top center/cover;
}

#event-form-a .c-main__ttl02-wrap {
  background: url(../images/event/header_fv.jpg) no-repeat top center/cover;
}

#event-form-b .c-main__ttl02-wrap {
  background: url(../images/event/header_fv.jpg) no-repeat top center/cover;
}

#event-form .form-Box {
	background: #fff;
}

#event-form .form-Box .form-box-inner {
	padding: 8.75rem 0;
	position: static;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {
  width: 100%;
}

.office_txt {
  font-size: 11px;
  line-height: 1.6;
  color: #CD371F;
}

.office_txt a {
  text-decoration: underline;
  font-size: 11px;
  line-height: 1.6;
  color: #CD371F;
}

}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#event-form .c-main__ttl02-wrap {
	background: url(https://www.yasunari.co.jp/cnt/wp-content/themes/common/assets/images/event/sp_header_fv.jpg) no-repeat top center/cover;
}

#event-form-b .c-main__ttl02-wrap {
	background: url(https://www.yasunari.co.jp/cnt/wp-content/themes/common/assets/images/event/sp_header_fv.jpg) no-repeat top center/cover;
}

#event-form-b .c-main__ttl02-wrap {
	background: url(https://www.yasunari.co.jp/cnt/wp-content/themes/common/assets/images/event/sp_header_fv.jpg) no-repeat top center/cover;
}

#event-form .form-Box {
	background: #fff;
}

#event-form .form-Box .form-box-inner {
	padding: 10vw 0;
	position: static;
}

}