@charset "utf-8";
/* CSS Document */

.information img{
	max-width: 100%;
	height: auto;
}
.information p.ttl{
	 margin:10px 0 25px;
 }
 .information .oshirase{
	 border:solid 2px #F60;
	 margin:15px 3px 25px;
	 padding:15px 15px 5px;
	border-radius:8px;
 }
  .information .oshirase h4{
	  background:none;
	  padding:0 0 8px;
	  margin:0 0 15px;
	  color:#333;
	  border-bottom:dotted 2px #CCC;
  }
 .information .oshirase p{
	 margin:0 0 15px;
 }
 .information p.read{
	 margin:5px 0 35px;
 }
 .information .contents p{
	margin:0 0 15px;
	padding:0;
}
 .information .contents p.mb30{
	margin:0 0 30px;
}
 .information .contents ul{
	 margin:16px 0 0 15px;
 }
 .information .contents li{
	 list-style:disc;
	 margin:0 0 10px;
 }
.information .contents li span{
	display:block;
}
dl.link {
	border:solid 2px #F60;
	padding:12px 18px;
	border-radius:8px;
}

.information dt{
	margin:0 0 15px;
} 
.information dd{
	margin:0 0 23px;
}
.information .contents  dd p{
	margin:0 0 15px;
	font-size: 100%;
}
 .information .oshirase h4 span {
	 font-weight: normal;
	 font-size: 14px;
	 margin-left: 10px;
 }

.aisho_head{
	background: #FFF;
	padding: 0 0 20px;
}
.lead{
	margin-bottom: 20px;
}
.txt_box{
	border: 2px solid #ddd;
	padding: 10px 15px;
	margin: 15px 0 40px;
}
.txt{
	margin-bottom: 40px;
}
.dot_list{
	margin-left: 24px;
	margin-bottom: 40px;
}
.dot_list li{
	list-style-type: disc;
	margin-bottom: 5px;
}
.num_list{
	margin-left: 24px;
	margin-bottom: 40px;
}
.num_list li{
	list-style-type: decimal;
	margin-bottom: 5px;
}
.num_list li .dot_list{
	margin: 10px 0 15px 15px;
}
.num_list li .dot_list li{
	font-size: 100%;
	list-style-type: disc;
}

.aisho a{
	color: #F60;
	text-decoration: underline;
}
.aisho_form input[type=text]{
	width: 400px !important;
}

.aisho_form input.age{
	width: 100px !important;
	margin-right: 8px;
}
.aisho_form textarea{
	width: 400px !important;
	height: 120px !important;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aisho_form input[type=button]{
	width: 120px;
	font-size: 110%;
}
.aisho_form table td{
	padding: 15px !important;
}


.aisho_head .lead{
	font-size: 114% !important;
	line-height: 1.6;
}
.aisho_head .lead .pink{
	font-weight: bold;
	color: #ea8082;
}
.aisho_head .name_ttl{
	font-size: 120%;
	margin-bottom: 15px;
}

.smile_bg{
	background: url("../information/images/smile_bg.jpg") no-repeat bottom center;
	padding-bottom: 140px;
	margin-bottom: 30px;
}
.aisho_head .name{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	border: 2px solid #FF9900;
    background: #fffadd;
	padding: 20px;
	width: 480px;
	margin: 0 auto 40px;
	border-radius: 5px;
}
.aisho_head .name table{
	width: 310px;
	margin: 5px auto 0;
}
.aisho_head .name table tr th{
	text-align: left;
	padding-right: 20px;
	padding-bottom: 3px;
}
.aisho_head .name table tr td:nth-of-type(1){
	text-align: right;
	padding-right: 20px;
	padding-bottom: 3px;
}
.aisho_head .name table tr td:nth-of-type(2){
	text-align: left;
	padding-bottom: 3px;
}
.aisho_head .smile{
	text-align: center;
	margin: 50px 0 50px;
}

.aisho_head .name_ttl{
	text-align: center;
	margin-bottom: 25px;
}
.hyosho{
	margin-bottom: 30px;
	color: #ea8082;
}
.hyosho span{
	font-weight: bold;
}
.panf_box{
	overflow: hidden;
}
.panf img{
	border: 1px solid #ddd;
	padding: 5px;
	width: 240px;
	height: auto;
	margin-top: 30px;
}
.pdf_dl{
	display: inline-block;
}
.pdf_dl span{
	padding-top: 8px;
	display: block;
	text-align: center;
	text-decoration: underline;
}
.pdf_dl img{
	max-width: 100%;
	height: auto;	
}
.onigiri{
    margin-bottom: 40px;
}
.onigiri p{
    line-height: 1.6;
    font-size: 16px;
}
.onigiri p.txt{
    margin-bottom: 30px;
}
.onigiri p.red_txt{
    color: #F00;
    font-size: 14px;
    margin-bottom: 10px;
}
.onigiri p b{
    font-weight: bold;
    font-size: 17px;
    color: #000;
}
.onigiri .data{
    border: 4px solid #F60;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 10px 20px;
    background:#fffdf6;
}
.onigiri .data table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
.onigiri .data table th,
.onigiri .data table td{
    padding: 10px 10px;
    font-size: 15px;
    border-bottom: 1px solid #CCC !important;
}
.onigiri .data table tr:last-of-type th,
.onigiri .data table tr:last-of-type td{
    border: none;
    padding-bottom: 0;
}
.onigiri .data table th{
    white-space: nowrap;
}
.onigiri .data p{
    font-size: 14px;
}
.onigiri .txt2 {
    margin-bottom: 30px;
}
.onigiri .shien_link{
    text-align: center;
    margin-bottom: 60px;
}
.onigiri .shien_link a {
    color: #F60;
    text-decoration: underline;
}
.onigiri .shien_link a:hover {
    color: #F00;
    text-decoration: none;
}
.onigiri .txt2 p{
    font-size: 14px;
}
.onigiri .txt3 {
    font-size: 14px;
    margin-bottom: 8px;
}
.onigiri .timeplace p{
    font-size: 15px;
}
.onigiri .timeplace span{
    margin-right: 15px;
    
}
.onigiri li label span{
    font-size: 14px;
    margin-left: 8px;
}

.shiensha{
    margin-bottom: 60px;
}
.information .shiensha .ttl{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
}
.shiensha ul{
    padding-left: 1.5em;
}
.shiensha ul li{
    list-style-type: disc;
    line-height: 1.8;
}
.onigiri_btn{
    margin-top: 20px;
}
.onigiri_btn a{
    color: #F60;
}
.onigiri .coution{
    border: 3px solid #F30;
    padding: 6px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    margin: 0 10px 20px;
    
}
.onigiri .coution p{
    color: #F30;
    margin-bottom: 10px;
}
.onigiri .coution p.date2{
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}
.onigiri .coution div.txt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 16px;
	margin-bottom: 0;
}
.onigiri .coution div.txt p{
    font-size: 14px;
    color: #333;
	text-align: left;
	font-weight: normal;
}
.onigiri .coution div.txt2{
	display: block;
	padding: 10px;
	margin-bottom: 0;
}
.onigiri .coution div.txt2 p{
    font-size: 14px;
    color: #333;
	text-align: left;
	font-weight: normal;
}
.jam_txt{
    color: #F95C5C;
    font-size: 18px;
    padding: 0 5px;
}
.imgs{
	margin: 24px 0;
}
.imgs p{
	margin-bottom: 16px;
}
.imgs img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {
.smile_bg{
	background: url("../information/images/smile_bg.jpg") no-repeat bottom center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: 0 -15px 30px;
	padding: 0 15px calc(100vw*0.2);
}
.aisho_head .name{
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	border: 2px solid #FF9900;
    background: #fffadd;
	padding: 10px;
	width: 100%;
	margin: 0 auto 40px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aisho_head .name table{
	width: 100%;
	margin: 5px auto 0;
}

.onigiri .data{
    border: 4px solid #F60;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 0 20px;
    background:#fffdf6;
}
.onigiri .data table th,
.onigiri .data table td{
    display: table-cell;
    width: auto !important;
    vertical-align: top;
    padding: 10px 5px !important;
    font-size: 15px;
    border-bottom: 1px solid #CCC;
}
.onigiri .data table th{
    white-space: nowrap !important;
}
    .onigiri input[type=text],.onigiri textarea{
        font-size: 16px;
    }
   #wrapper .onigiri table input.age{
        width: 100px !important;
       margin-right: 10px;
    }
    .onigiri .timeplace p{
        margin-bottom: 8px;
    }
.onigiri .timeplace span{
    margin-right: 0;
    display: block;
    font-weight: bold;
    
}
.onigiri li label span{
    display: block;
    }
}
@media screen and (max-width: 360px) {
.aisho_head .name{
	font-size: 80%;
}
}

.aisho_form .zip{
    margin-bottom: 10px;
}
.aisho_form .zip input{
    width:160px !important;
    margin-left: 10px;
}


.ai{
	margin-bottom: 24px;
}
.ai .ttl{
	font-weight: bold;
	font-size: 18px;
}
.ai .box{
	border: 3px solid #53a8ff;
	padding: 12px;
}
.ai .box .ttl2{
	margin-bottom: 10px;
	font-weight: bold;
}
.ai .box .ttl2 span{
	font-size: 13px;
}
.ai .box .list{
	line-height: 1.6;
	font-size: 14px;
}


.kouken2022{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.kouken2022 .cnt{
	margin-right: 30px;
}
.kouken2022 .cnt .ttl{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 8px;
}
.kouken2022 .cnt .ttl span{
	font-size: 18px;
}
.kouken2022 .cnt .memo{
	background: #FCF9BE;
	padding: 16px;
	margin-bottom: 20px;
}
.kouken2022 .cnt .ttl2 b{
	font-size: 18px;
}
.kouken2022 .cnt .ttl2{
	font-size: 15px;
}

@media screen and (max-width: 480px) {
	.kouken2022{
		display: block;
	}
	.kouken2022 .cnt{
		margin: 0 0 30px;
	}
	.kouken2022 .cnt .ttl{
		font-size: 20px;
		margin-bottom: 8px;
	}
	.kouken2022 .cnt .ttl span{
		font-size: 16px;
	}
}

.taikai14 p{
	margin-bottom: 20px;
	line-height: 1.8;
}

.taikai14 .ttl.mb-40{
	margin-bottom: -40px;
}
.taikai14 .kakoimg{
	margin-bottom: 40px;
}
.taikai_date{
	margin-bottom: 16px;
}
.taikai_kaijo{
	margin-bottom: 32px;
}
.taikai_kaijo img{
	vertical-align: middle;
	margin-bottom: 8px;
}
.taikai_kaijo img:first-of-type{
	margin-right: 16px;
}
.koshi{
	border: 1px solid #000;
	border-radius: 20px;
	padding: 12px 20px;
	margin-bottom: 30px;
}
.koshi p{
	margin-bottom: 0;
}
.koshi .name{
	font-weight: bold;
	font-size: 20px;
}
.koshi .name span{
	font-size: 15px;
	margin-right: 10px;
}
.taikai_h2{
	color: #FFF;
	background: #7A6A56;
	border-radius: 8px;
	padding: 6px 12px;
	margin-bottom: 16px;
}
.taikai_h2_15{
	color: #FFF;
	background: #00ad77;
	border-radius: 8px;
	padding: 6px 12px;
	margin-bottom: 16px;
}
.taikai14 .copy{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 16px;
}
.taikai14 .copy span{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 16px;
}
.taikai_box{
	border: 1px solid #000;
	border-radius: 20px;
	padding: 10px 20px 16px;
	margin-bottom: 30px;
}
.information .taikai_box .ttl{
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
}
.taikai_box p{
	margin-bottom: 0;
}
.taikai_box p b{
	display: block;
}

.xmas2022{
	margin-bottom: 40px;
}
.xmas2022 .text{
	background: #b32f35;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.xmas2022 .memo{
	background: #b32f35;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
}
.col3_xmas{
	background: #2e4b2d;
	padding: 24px 16px;
}
.col3_xmas li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.col3_xmas li:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.col3_xmas li .img {
	width: 43%;
	flex-shrink: 0;
	margin-right: 5%;
	margin-bottom: 0;
	font-size: 0;
}
.col3_xmas li .img img {
	width: 100%;
}
.col3_xmas li .cnt{
	width: 52%;
}
.col3_xmas li .cnt p{
	color: #FFF;
	font-size: 14px;
	margin-bottom: 0;
}
.col3_xmas li .cnt p.ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 16px;
}


.child_data li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8px !important;
	padding-bottom: 8px !important;
	border-bottom: 1px solid #DDD;
	font-size: 15px;
}
.child_data li input{
	margin-left: 5px;
}
.child_data li .name{
	width: 35%;
	margin-right: 5%;
}
.child_data li .gakko{
	width: 60%;
}
.child_data li .nenrei{
	margin-top: 8px;
}
.aisho_form .child_data li input[type=text]{
	width: 150px !important;
}
.aisho_form .child_data li input[type=text].age{
	width: 80px !important;
}
.aisho_form .child_data li input[type=text].age{
	width: 80px !important;
}
.aisho_form .child_data li .nenrei input.age{
	width: 120px !important;
}
.onigiri .red_txt2{
	text-align: center;
	color: #F00;
	font-size: 20px;
	margin-top: 48px;
	margin-bottom: 16px;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
.col3_xmas li{
	display: block;
	}
	
.col3_xmas li .img {
	width: 100%;
	margin-bottom: 24px;
}
.col3_xmas li .img img {
	width: 100%;
}
	.col3_xmas li .cnt{
		width: 100%;
	}
.col3_xmas li .cnt p{
	color: #FFF;
	font-size: 14px;
	margin-bottom: 0;
}
.col3_xmas li .cnt p.ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 16px;
}
	table.mailform tr th br{
		display: none;
	}
	
	.child_data li{
		display: block;
}
	.aisho_form .child_data li div{
		margin-bottom: 8px;
	}
.aisho_form .child_data li input[type=text]{
	width: 100% !important;
}
.aisho_form .child_data li .nenrei input.age{
	width: 100% !important;
}
.taikai14 .copy span{
	display: block;
}
}


.uketoribasho span{
	display: block;
}

.onigiri .oshigoto_data{
	margin-bottom: 48px;
}
.timetable{
	margin-bottom: 40px;
	@media screen and (max-width: 480px) {
		margin-bottom: 24px;
	}
	.ttl{
		margin-bottom: 16px;
	}
	.timechedule{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		@media screen and (max-width: 480px) {
			justify-content: center;
		}
		li{
			width: 48%;
			@media screen and (max-width: 480px) {
				width: 90%;
			}
		}
	}
}
.wrap_job{
	margin: 32px 0 24px;
	background: #f9f8f5;
	padding: 24px 10px 10px;
}
.wrap_job .ttl{
	text-align: center;
	margin-bottom: 24px;
}
.wrap_job .txt{
	text-align: center;
}
.wrap_job .job_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 24px 0;
}
.wrap_job .job_list li{
	width: 49%;
}

.wrap_course{
	margin: 32px 0 24px;
}
.wrap_course .ttl{
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 24px;
}

.wrap_course .ttl::before{
	content: '';
	display: block;
	width: 160px;
	height: 12px;
	background: #036eb8;
	margin-right: 16px;
}
.wrap_course .ttl::after{
	content: '';
	display: block;
	width: 160px;
	height: 12px;
	background: #036eb8;
	margin-left: 16px;
}
.wrap_course .txt{
	text-align: center;
	margin-bottom: 24px;
}
.wrap_course .course_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 16px 0;
	&.course_list2025{
		@media screen and (max-width: 480px) {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: space-between;
		}
		li{
			width: 24%;
			@media screen and (max-width: 480px) {
				width: 48%;
			}
		}
	}
}
.wrap_course .course_list li{
	width: 49%;
}
.course_memo li{
	position: relative;
	padding-left: 1em;
}
.course_memo li::before{
	content: '※';
	position: absolute;
	left: 0;
	top: -2px;
}
.job_memo{
	border: 3px solid #036eb8;
	padding: 16px;
	margin-bottom: 24px;
}
.job_memo .memo_ttl{
	margin-bottom: 16px;
	font-weight: bold;
	color:#036eb8; 
}
.parents .parents_ttl{
	font-weight: bold;
}
.oshigoto_entry_btn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 54px;
}

.oshigoto_entry_btn a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #ea5514;
	width: 420px;
	height: 60px;
	border-radius: 8px;
}
.oshigoto_entry_btn a:hover{
	opacity: 0.6;
	color: #FFF;
}
.kyoryoku{
	margin: 32px 0 48px;
	background: #f9f8f5;
	padding: 16px 16px 16px;
}
.kyoryoku_ttl{
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
.kyoryoku p.txt{
	margin-bottom: 0;
}

.float_box_r{
	overflow: hidden;
}
.float_box_r .img{
	float: right;
	font-size: 0;
	margin: 0 0 20px 20px;
}

@media screen and (max-width: 480px) {
.wrap_job .job_list{
	display: block;
}
.wrap_job .job_list li{
	width: 100%;
	margin-bottom: 8px;
}
	
.wrap_course .course_list{
	display: block;
}
.wrap_course .course_list li{
	width: 100%;
}
.oshigoto_entry_btn{
	margin-bottom: 40px;
}

.oshigoto_entry_btn a{
	font-size: 18px;
	width: 100%;
	height: 54px;
}
	
.float_box_r .img{
	float: none;
	font-size: 0;
	margin: 0 0 24px;
}
	.float_box_r .img img{
		width: 100%;
	}
}
