@charset "UTF-8";


main{
	padding-top: 15rem;
	padding-bottom: 10rem;
}
.form-area{
	text-align: center;
}
.form-area h1{
	font-size: 2.4rem;
	margin-bottom: 2.5rem;
}
input[type='text'],
input[type='email'],
input[type='tel']{
	width: 40rem;
	height: 5rem;
	padding: .5rem;
	display: flex;
	align-items: center;
	border: .1rem solid #ddd;
	border-radius: 0;
}
select{
	width: 15rem;
	height: 5rem;
	border: .1rem solid #ddd !important;
	display: block;
	border-radius: 0;
	margin: 0 1em;
}
input{
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: none;
}
.form{
	margin-top: 5rem;
}
.form .parag{
	margin-bottom: 1.5rem;
}
.pass-area,
.reserve-date,
.reserve-mail,
.reserve-tel{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	align-items: center;
}
label{
	display: flex;
	align-items: center;
}
label span{
	width: 8rem;
	display: block;
	font-weight: 600;
}
input[type='submit'],
.chat-btn{
	border-radius: 0;
	width: 15rem;
	height: 5rem;
	margin-left: 1em;
	background: #444;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins','Noto Sans JP',游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
.chat-btn{
	margin: 4rem auto 0;
	background: #009d80;
	width: 30rem;
	height: 6rem;
	font-size: 1.8rem;
	border-radius: 3rem;
}
.chat-btn:before{
	content: "";
	display: block;
	width: 3rem;
	height: 3rem;
	margin-right: .5rem;
	background: url(../images/chat-icon01.svg) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

#chat-banner{
	display: none;
}

input[type='submit']{
	margin: 2.5rem auto 0;
}

.banner{
	//max-width: 80rem;
	margin: 4rem auto 0;
	display: block;
}
.banner img{
	display: block;
	width: 100%;
}




@media screen and (max-width: 768px){
	main{
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.form-area h1{
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	input[type='text'],
	input[type='email'],
	input[type='tel']{
		width: 100%;
		height: 4rem;
	}
	select{
		width: 10rem;
		height: 4rem;
		margin: 0 .5rem;
	}
	.form{
		margin-top: 2.5rem;
	}
	.form .parag{
		margin-bottom: 1rem;
	}
	label{
		flex-wrap: wrap;
		width: 100%;
		justify-content: flex-start;
	}
	label span{
		margin-right: 0;
		font-weight: 600;
	}
	input[type='email'],
	input[type='tel']{
		width: calc(100% - 8rem) !important;
	}
	input[type='submit'],
	.chat-btn{
		width: 100%;
		height: 4rem;
		margin: 2.5rem auto 0;
	}
	.chat-btn{
		margin: 2.5rem auto 0;
		width: 100%;
		height: 5rem;
		font-size: 1.5rem;
		border-radius: 2.5rem;
	}
	.chat-btn:before{
		width: 2rem;
		height: 2rem;
	}
	.reserve-mail{
		flex-wrap: wrap;
	}
}