/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
#block-34 {
	text-align: center;
}
/*contact-form css*/
.contact-container {
	background: #6b96e552;
	margin: auto;
}
.contact-form {
    margin: auto;
    padding: 50px 0;
	width: 250px
}
.form-control dt {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	font-size: 16px;
}
.form-control dt span {
    background: #e32d14;
    color: #ffff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
	display: block;
    margin-left: 10px;
}

.form-control dt a {
	margin: auto;
}

.form-control dd span {
	font-size: 14px;
}

.form-checkbox {
	text-align: center;
	height: 25px;
    padding: 6px;
}

.day-form {
	display: flex;
	justify-content: center;
	align-items: center;
}


.people-form {
	display: block;
    align-items: center;
    justify-content: center;
	width: 80px;
	margin: auto;
	text-align: center;
}
.form-number {
	width: 80px !important;
	margin-right: 30px !important;
	margin-bottom: 1.5rem !important;
}

.form-age {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}
.age-box {
	width: 60px !important;
}

#submit-btn {
	display: block;
	margin: auto;
	padding: 10px 100px;
    border-radius: 30px;
}
/*レスポンシブ*/
@media screen and (min-width: 481px) {
	.contact-form {
		width: 500px;
	}
}
@media screen and (min-width: 769px) {
	#block-34 {
		text-align: justify;
	}
}
@media screen and (min-width: 960px) {
	.form-control dt {
		margin-bottom: 25px;
	}
}