.sec-lower-mv {
	width: 100%;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/common/bg-lower-mv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.sec-contact-venue {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
	padding: 0 3.47%;
	background: #fff;
	border-radius: 30px 30px 0 0;
}

.contact-venue-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	padding-top: 125px;
	padding-bottom: 80px;
	line-height: 32.4px;
	font-size: 18px;
}

.contact-venue-cont a{
	text-decoration: underline;
}

.contact-venue-cont a:hover{
	opacity: 0.7;
}

.h2-box{
	top: 40px;
}

.sec-inner{
	max-width: 1000px;
}

span.required{
	font-size: 14px;
    color: #E35C51;
	margin-left: 10px;
}

label{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin-bottom: 15px;
}

span.wrapper{
	max-width: 700px;
	width: 78%;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,textarea.wpcf7-form-control.wpcf7-textarea.remarks{
	background: #F9F5F3;
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
	width: 100%;
	margin-left: 20px;
	font-size: 16px;
}

textarea.wpcf7-form-control.wpcf7-textarea.remarks{
	height: 150px;
}

span.text-wrapper{
	width: 22%;
    text-align: end;
}

.wrapper_02{
	display: flex;
	margin-left: 40px;
}

.wrapper_02 input[type=checkbox]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrapper_02 input[type=checkbox]{
	position: relative;
    cursor: pointer;
    width: 45px;
    height: 45px;
    margin-top: -1px;
    border-radius: 3px;
    background-color: #F9F5F3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    transition: .3s;
}

.wrapper_02 input[type=checkbox]:checked{
	background: #E35C51;
}

.wrapper_02 input[type=checkbox]:checked::before{
	position: absolute;
    padding: 7px 12px;
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    content: '\f00c';
}

span.wpcf7-list-item-label{
	padding: 4px 0 0 15px;
}

.required_02{
	padding: 4px 0 0 3px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
	background: #E35C51;
    border: none;
    color: #fff;
    padding: 17px 38px;
    border-radius: 10px;
}

p.submin-btn{
	text-align: center;
	margin-top: 40px;
}

.title-text{
	font-size: 24px;
	font-weight: bold;
}

.contact-fin{
	text-align: center;
}

.contact2 span.wrapper{
	margin-left: 20px;
}

.contact2 label{
	margin: 0;
	border-bottom: 1px solid #F0F0F0;
	padding: 20px 0;
}

.contact2 label:first-child{
	border-top: 1px solid #F0F0F0;
}

input.wpcf7-form-control.wpcf7-previous{
	background: #9F9F9F;
    border: none;
    color: #fff;
    padding: 17px 56px;
    border-radius: 10px;
}

span.c-btn{
	display: flex;
    margin-top: 50px;
    justify-content: center;
}

span.back{
	margin-right: 10px;
}

span.sending{
	margin-left: 10px;
}

@media screen and (max-width: 999px) {
	.sec-lower-mv {
		height: 300px;
		padding-top: 30px;
	}
	.sec-contact-venue {
		padding: 0 5.128%;
		border-radius: 15px 15px 0 0;
	}
	.contact-venue-cont {
		gap: 30px;
		padding-top: 60px;
		padding-bottom: 30px;
  font-size: 17px;
  letter-spacing: 0.01rem;
	}
	.h2-box{
		top: 35px;
	}
	.news-venue-cont{
		padding-top: 60px;
	}
 label{
  display: block;
  margin-bottom: 20px;
 }
 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
 input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
 textarea.wpcf7-form-control.wpcf7-textarea.remarks{
  margin: 0;
  padding: 10px;
 }
 span.required{
  font-size: 15px;
  margin-left: 5px;
  letter-spacing: 0.01rem;
 }
 .wrapper_02{
  display: block;
  width: 100%;
  max-width: unset;
  margin-left: 0;
 }
 .wrapper_02 .wpcf7-list-item{
  margin: 0;
 }
 .wrapper_02 .wpcf7-list-item label{
  margin: 0 0 10px 0;
 }
 .wrapper_02 input[type=checkbox]{
  width: 30px;
  height: 30px;
 }
 span.wpcf7-list-item-label{
  padding: 0 0 0 15px;
 }
 span.wrapper{
  max-width: unset;
  width: 100%;
 }
 .required_02{
  display: block;
  padding: 0;
  padding: 0 0 0 50px;
  line-height: 0;
 }
 .wrapper_02 input[type=checkbox]:checked::before{
  width: fit-content;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
 }
 input.wpcf7-form-control.wpcf7-submit.has-spinner{
  width: 100%;
  padding: 5px;
  border-radius: 30px;
 }
}
