@charset "EUC-JP";
/* CSS Document */


body div.wrap article section.contents div.rsv_intro {
	width: 100%;
	height: auto;
	margin-bottom: 3rem;
	background-image: url('../images/yoyaku/girl.gif');
	background-repeat: no-repeat;
	background-position: right 3rem;
}
body div.wrap article section.contents h2,
body div.wrap article section.contents div.rsv_intro h2 {
	width: 100%;
	height: 5.5rem;
	padding: 2.4rem 0 0 3.5rem;
	margin:  0 0 1.5rem 0;
	background-image: url("../images/yoyaku/yoyaku_headline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.7rem;
	color: #ff4a78;
	text-shadow:
		1px 1px 1px #fff, -1px -1px 1px #fff,
		-1px 1px 1px #fff,  1px -1px 1px #fff,
		1px 0 1px #fff, -1px  0 1px #fff,
		0 1px 1px #fff,  0 -1px 1px #fff;
}
body div.wrap article section.contents div.rsv_intro p {
	width: 70%;
	height: auto;
	padding: 0 0 0 2rem;
	margin:  0 2rem 0 0;
	font-size: 1rem;
}

body div.wrap article section.contents div.rsv_link {
	width: 100%;
	height: auto;
	padding: 0 0 0 2rem;
}
body div.wrap article section.contents div.rsv_link::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.contents div.rsv_link div.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 45%;
	height: 3rem;
	color: #333;
	font-size: 1rem;
	/*font-weight: 700;*/
	text-decoration: none;
	transition: 0.3s;
	float: left;
	margin-top: 1.8rem;
}
body div.wrap article section.contents div.rsv_link div.btn a:hover {
	/*color: #fff;*/
	/*background-color: #B99b00;*/
	/*background-color: #ff4a78;*/
	background-color: #ecff96;
}
body div.wrap article section.contents div.rsv_link div.blur a {
/*	background-color: #ceb849;	*/
/*	background-color: #fcbecb;	*/
	background-color: #b6f4bc;
	border: 1px solid transparent;
	border-radius: 1.5rem;
}
body div.wrap article section.contents div.rsv_link div.blur a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 35px;
}
body div.wrap article section.contents div.rsv_link div.rsv_help {
	width: 45%;
	height: auto;
	padding: .2rem .5rem .5rem .5rem;
	margin:  0 0 3rem 0;
	background-color: #fff;
	border: 1px solid #ff4a78;
	border-radius: 1rem;
	float: right;
}
body div.wrap article section.contents div.rsv_link div.rsv_help h3 {
	width: 1005;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 0 .5rem 0;
	text-align: center;
	font-size: .9rem;
	font-weight: bold;
	color: #ff4a78;
	border-bottom: 1px solid #ff4a78;
}
body div.wrap article section.contents div.rsv_link div.rsv_help ul {
	margin-bottom: 0;
}
body div.wrap article section.contents div.rsv_link div.rsv_help ul li {

}
body div.wrap article section.contents div.rsv_link div.rsv_help ul li a,
body div.wrap article section.contents div.rsv_link div.rsv_help ul li a:link,
body div.wrap article section.contents div.rsv_link div.rsv_help ul li a:visited {
	padding-left: 0;
	color: #0066ff;
	text-decoration: underline;
}
body div.wrap article section.contents div.rsv_link div.rsv_help ul li a:active,
body div.wrap article section.contents div.rsv_link div.rsv_help ul li a:hover {
	text-decoration: none;
}

body div.wrap article section.contents div.rsv_mail {
	padding-left: 2rem;
}
body div.wrap article section.contents div.rsv_mail h3 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff4a78;
}
body div.wrap article section.contents div.rsv_mail form {

}
body div.wrap article section.contents div.rsv_mail div {
	width: 100%;
	height: auto;
	padding: 1rem 1rem;
	margin:  0 0 3rem 0;
	border: 1px solid #ff4a78;
	background-color: #fdffe1;
}
body div.wrap article section.contents div.rsv_mail form {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
body div.wrap article section.contents div.rsv_mail form input[type='text'] {
	width: 70%;
	height:auto;
	padding: .3rem .5rem;
	border: 1px solid #ff4a78;
	font-size: 1.1rem;
}
body div.wrap article section.contents div.rsv_mail form input[type='submit'] {
	width: auto;
	height: auto;
	padding: .3rem .5rem;
	margin-left: .5rem;
	border: 1px solid #ff4a78;
	border-radius: .5rem;
}

body div.wrap article section.contents p {
	padding-bottom: 2rem;
	padding-left: 2rem;
}
body div.wrap article section.contents p a,
body div.wrap article section.contents p a:link,
body div.wrap article section.contents p a:visited {
	color: #0066ff;
}
body div.wrap article section.contents p a:active,
body div.wrap article section.contents p a:hover {
	text-decoration: underline;
}

body div.wrap article section.contents div.number {
	width: 70%;
	height: auto;
	padding: 2rem 2rem 2rem 2rem;
	margin:  0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 1rem;
}
body div.wrap article section.contents div.number p {
	font-size: 1.5rem;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}



@media only screen and (max-width: 820px) {

	body div.wrap article section.contents {
		padding: 1rem 0 0 0;
	}
	body div.wrap article section.contents div.rsv_intro {
		padding-bottom: 0;
		margin-bottom: 1rem;
		background: initial;
		/*background-position: center bottom;*/
	}
	body div.wrap article section.contents h2,
	body div.wrap article section.contents div.rsv_intro h2 {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 0 1rem 0;
		font-size: 1.3rem;
		color: #ff4a78;
		text-shadow:
			1px 1px 1px #fff, -1px -1px 1px #fff,
			-1px 1px 1px #fff,  1px -1px 1px #fff,
			1px 0 1px #fff, -1px  0 1px #fff,
			0 1px 1px #fff,  0 -1px 1px #fff;
		background: initial;
		text-align: center;
	}
	body div.wrap article section.contents div.rsv_intro h2 span {
		display: block;
	}

	body div.wrap article section.contents div.rsv_intro p {
		width: 100%;
		padding: 0 0 0 0;
	}
	
	body div.wrap article section.contents div.rsv_link {
		width: 100%;
		padding: 0 0 0 0;
	}	
	body div.wrap article section.contents div.rsv_link div.btn a {
		width: 100%;
		margin-bottom: 2rem;
		float: initial;
	}
	
	body div.wrap article section.contents div.rsv_link div.rsv_help {
		width: 100%;
		float: initial;
	}

	body div.wrap article section.contents div.rsv_mail {
		padding-left: 0;
	}

	body div.wrap article section.contents p {
		padding-bottom: 1rem;
		padding-left: 0;
	}
	
	body div.wrap article section.contents div.number {
		width: 100%;
		padding: 1rem .5rem 1rem .5rem;
		margin-bottom: 3rem;
	}
	body div.wrap article section.contents div.number p {
		font-size: 1.15rem;
	}
	body div.wrap article section.contents div.number p span {
		display: block;
		text-align: right;
	}

}
