@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, ins, q, small, strong, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header, menu, nav, section, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, figure, footer, header, menu, nav, section{
	display: block;
}

body{
	line-height: 1;
}

ol, ul, li{
	list-style: none;
}

input:not([type="checkbox"]), textarea{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}

input[type="submit"], input[type="button"]{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration{
	display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
	 outline-offset: -2px;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

body{
	font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #fff;
	text-align: center;
	color: #333;
	font-size: 16px;
}

a{
	color: #333;
}

a:hover{
	color: #333;
	text-decoration: none;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, .waku_textarea{
	width: 100%;
	max-width: 500px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 18px;
	padding: 8px 12px;
}

textarea{
	height: 64px;
	line-height: 1.3em;
}

select{
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 18px;
	padding: 8px 26px 8px 12px;
	width: 100%;
	background: transparent;
	position: relative;
	z-index: 1;
}

.waku_select{
	position: relative;
	display: inline-block;
}

.waku_select:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}

.birth_txt{
	margin: 0 6px 0 4px;
}

.birth_txt.last{
	margin-right: 0;
}

.waku_textarea{
	line-height: 1.3em;
	text-align: left;
	box-sizing: border-box;
	margin: 0 auto;
}

.waku_textarea.kinenbi{
	margin-top: 20px;
}

input:read-only, textarea:read-only, .waku_textarea{
	color: #09f;
}

header{
	background-color: #4ecd00;
}

header h1{
	text-align: right;
}

header h1 a{
}

header h1 img{
	vertical-align: bottom;
	max-width: 624px;
	width: 100%;
}

.contents{
	position: relative;
	z-index: 1;
	padding-bottom: 108px;
}

.contents.riyou{
	padding-bottom: 6px;
}

.contents.yoyaku{
	padding-bottom: 0;
}

.contents.kinenbi{
	padding-top: 6px;
	padding-bottom: 0px;
}

.contents.form{
	padding: 42px 12px 64px;
	text-align: center;
}

.contents.asobi{
	padding: 42px 20px 32px;
}

.contents:after{
	content: "";
	background: #fff url(../image/back.jpg) no-repeat center bottom;
	background-size: 784px auto;
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

.contents.riyou:after, .contents.yoyaku:after, .contents.form:after, .contents.kinenbi:after, .contents.asobi:after{
	background: none;
}

.contents img{
	margin: 40px 0 24px;
}

.contents img[class^="chara_"]{
	width: 142px;
	opacity: 0.6;
}

.contents img.chara_2{
	width: 160px;
}

.contents img.chara_3{
	width: 120px;
}

.contents img.photo{
	margin: 40px 0 40px;
	width: 100%;
	max-width: 596px;
}

.contents img.qr{
	margin: 4px 0 12px;
	width: 100%;
	max-width: 240px;
}

.contents img.line{
	margin: 4px 0 12px;
}

.contents h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.contents h3{
	font-size: 24px;
	margin-bottom: 20px;
}

.contents p{
	font-size: 20px;
	line-height: 1.5em;
	text-align: left;
	margin: 0 auto 20px;
	max-width: 680px;
	padding: 0 16px;
	box-sizing: border-box;
}

.contents p.center{
	text-align: center;
}

.contents.yoyaku p{
	font-size: 22px;
	text-align: center;
	margin-bottom: 12px;
}

.contents.form h2{
	margin-bottom: 42px;
}

.contents.kinenbi p{
	font-size: 16px;
	max-width: 540px;
	margin-bottom: 12px;
}

.contents.kinenbi p.small{
	font-size: 14px;
}

.contents.form h3{
	border-bottom: 3px double #4ecd00;
	max-width: 500px;
	margin: 42px auto 0;
	padding: 12px 0 6px;
	font-size: 22px;
}

.contents.form p{
	text-align: center;
	line-height: 2em;
}

.contents.form label{
	font-size: 20px;
	display: block;
	margin: 28px 0 6px;
	color: #666;
}

.contents.form .waku_btn{
	margin-top: 24px;
}

.contents.form .waku_btn input{
	font-size: 18px;
	padding: 12px 24px;
	border-radius: 6px;
	color: #fff;
	background-color: #4ecd00;
}

.contents.form .waku_btn input.back{
	background-color: #666;
	margin-left: 12px;
}

.contents.form .waku_btn input.add{
	font-size: 15px;
	padding: 8px 16px;
	border-radius: 4px;
	background-color: #ccc;
}

.contents.form .waku_error ul li{
	color: #f36;
	margin-bottom: 12px;
}

.contents.form .waku_error ul li.seikou{
	color: #333;
	font-size: 18px;
}

.contents.form .waku_error ul li:last-child{
	margin-bottom: 0;
}

footer{
	position: relative;
	z-index: 1;
	padding: 12px 0 218px;
	text-align: center;
}

footer:after{
	content: "";
	background: #fff url(../image/back.jpg) no-repeat center bottom;
	background-size: 784px auto;
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

footer nav ul{
	max-width: 400px;
	margin: 0 auto 32px;
}

footer nav ul li{
	font-size: 20px;
	display: inline-block;
	margin: 0 16px 16px 0;
}

footer nav ul li:last-child, footer nav ul li:nth-child(3){
	margin-right: 0;
}

footer small{
	font-size: 18px;
}

.waku_flex{
	display: flex;
	justify-content: space-around;
	max-width: 240px;
	margin: 0 auto;
}

.waku_add{
	max-width: 500px;
	margin: 0 auto;
}

.waku_add.second{
	border-top: 2px dotted #ccc;
	margin-top: 28px;
}

.waku_add.close{
	display: none;
}

.textarea_kinenbi{
	margin-top: 20px;
	height: 96px;
}

.contents.form .ul_list{
	max-width: 500px;
	text-align: left;
	margin: 20px auto 0;
}

.contents.form .ul_list label{
	font-size: 16px;
	display: inline;
	margin: 0;
	line-height: 1.4em;
}

.contents.form .ul_list li{
	display: inline-block;
	margin: 0 20px 20px 0;
	padding-left: 16px;
	text-indent: -16px;
}

.contents.form .ul_list li:first-child{
	margin-left: 0;
}

.contents.form .ul_list input[type="checkbox"]{
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.contents.form .form_readonly option:checked{
	color: #09f;
}

.contents.form .form_readonly .ul_list li label{
	color: #09f;
}

.contents.form .form_readonly select{
	color: #09f;
}

.contents.form .form_readonly .no_list{
	color: #09f;
	margin: 20px auto 0;
	text-align: left;
	font-size: 18px;
	padding-left: 13px;
	max-width: 500px;
}

.contents.asobi h2{
	text-align: center;
	margin-top: 12px;
	margin-bottom: 24px;
	color: #4ecd00;
}

.waku_asobi{
	border: 1px solid #ddd;
	padding: 20px 32px 12px;
	border-radius: 6px;
	text-align: left;
	max-width: 500px;
	box-sizing: border-box;
	margin: 0 auto;
}

.waku_asobi li{
	display: inline-block;
	margin: 0 24px 14px 0;
	font-size: 16px;
	line-height: 1.4em;
	padding-left: 1em; 
	text-indent: -.7em;
}

.waku_asobi li:last-child{
	margin-right: 0;
}

.waku_asobi li:before {
	content: "• ";
	color: #4ecd00;
}

.contents.asobi .waku_btn{
	margin-top: 24px;
}

.contents.asobi .waku_btn a{
	font-size: 18px;
	display: inline-block;
	padding: 14px 24px 12px;
	border-radius: 6px;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

iframe{
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: bottom;
}

.waku_douga{
	margin: 0 auto;
	max-width: 560px;
}
