@charset "UTF-8";

body.kids{
	position: relative;
	background-image: url("../img/back_ground.webp");
	background-size: 100%;
	background-repeat: repeat-y;
}

header{
	background-image: url("../img/back_ground.webp");
	background-size: 100%;
	background-repeat: repeat-y;
}

.header > ul > li > ul{
	background-image: url("../img/back_ground.webp");
	background-size: 100%;
	background-repeat: repeat-y;
}

/*---------------------------------*/

.mv_img{
	margin: auto;
	max-width: 340px;
}
.form_title{
	text-align: center;
	font-size: 20px;
	font-weight:600;
}

/*---------------------------------*/

.form_to_top{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 940px;
	padding:50px 20px 0;
}
.form_to_top a{
	display: flex;
	flex-wrap: wrap;
	background-color:#de0000;
	color:#fff;
	font-size:14px;
	border: 2px solid #de0000;
	padding: 2px 10px;
}
.form_to_top a span{
	display: block;
	margin: auto 0;
}
.form_to_top a span:nth-child(1){font-size:85%;padding-right:5px;}
.form_to_top a span:nth-child(2){}

@media screen and (min-width:768px) {
	.form_to_top a:hover{
		color:#de0000;
		background-color:rgba(255,255,255,0);
	}
}

.form_to_top.bottom{
	padding:20px 0 50px;
}

/*---------------------------------*/

.form_area{
	margin: auto;
	max-width: 940px;
	padding:20px 20px 50px;
}

.item_sect{
	margin-bottom: 30px;
}

input{
	padding-block:0;
	padding-inline:0;
}

.snow{
	color:#de0000;
	font-size:12px;
	font-weight:600;
	padding:0 3px;
}

p a{
	text-decoration: underline;
}

.item{
	display:flex;
	flex-wrap:wrap;
	padding:0 0 20px;
}

.item_head{
	margin-bottom: 10px;
	padding: 2px 10px;
	border-left:7px solid #222;
	border-bottom:2px solid #222;
}

.item_title{
	display:flex;
	flex-wrap:wrap;
	width:160px;
}
.item_title label,
.item_title .snow{
	margin:auto 0;
}

.item_detail{
	width:calc(100% - 160px);
}

.radio_box{
	width:100%;
}
.radio_box label{
	padding:0 10px 0 2px;
}

input.inputs{
	width:100%;
	max-width: 250px;
	font-size: 17px;
	border: 1px #c9c9c4 solid;
    border-radius: 4px;
    padding: 2px 8px;
}
input.inputs[type="email"]{
	max-width: 500px;
}

input.inputs.num{width:85%;max-width:150px;}
input.inputs.addr{max-width:500px;}

input::placeholder {
  color:#bbb;
}

.item_att{
	width: 100%;
	padding-top: 10px;
	font-size:13px;
}

.inputs_t{
	display: block;
	width: 100%;
	height:6em;
	border: 1px #c9c9c4 solid;
    border-radius: 4px;
    padding: 2px 8px;
}

.input_sub{
	text-align: center;
	padding: 20px 0;
}

input[type="submit"]{
    background: #de0000;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2em;
    padding: 5px 20px;
    margin: 0 auto;
    text-align: center;
	border:1px solid #de0000;
    transition: .2s;
}
@media screen and (min-width:768px) {
	input[type="submit"]:hover{
		color: #222;
		border-color: #222;
    	background-color:rgba(255,255,255,0);
	}
}


.input_att p{
	font-size: 14px;
	text-align: center;
}
.input_att span{
	color:#de0000;
	font-weight:600;
}

.item.single{
	display: block;
	padding-bottom: 0;
}

.single .item_title{
	width:100%;
	padding-bottom: 5px;
}
.single .item_detail{
	width:100%;
}





@media screen and (max-width:520px) {
	.mv_img{
		max-width: 260px;
	}
	.form_title{
		line-height: 1.3em;
	}

	.item_title label{
		font-weight:600;
	}
	.item_head{
		font-size: 17px;
		font-weight:600;
	}
	.item{
		width:100%;
	}
	.item_detail{
		width:100%;
	}
	input.inputs{
		max-width: none
	}
}

/*---------------------*/

.thanks_area{
	
}

.thanks_area h1{
	font-size: 36px;
	font-weight:600;
	text-align:center;
	padding: 20px 0;
	line-height: 1em;
}

.thanks_text{
	margin: auto;
	max-width: 840px;
}
.thanks_text p{
	text-align: center;
	padding-bottom:15px;
}
.thanks_text .btn_area{
	text-align: center;
	padding-bottom:15px;
}

.thanks_text .btn_area a{
	display: inline-block;
    text-align: center;
    margin: auto 0;
    font-weight: 700;
    background-color: #de0000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
	transition: .2s;
}

.thanks_text .btn_area a[href*="index"]{
	font-size:13px;
}

.thanks_banner_area{
	margin: auto;
	padding:20px;
	max-width: 840px;
}

@media screen and (max-width:520px) {
	.thanks_area h1{
		font-size: 28px;
	}
}
