.calendar_wrap{
	width: 1040px;
	margin:0 auto;
}
.contact_wrap{
	width: 100%;
}
.calendar_wrap>h2,
.contact_wrap>h2{
	border-left: solid 10px;
    padding: 0px 10px;
    line-height: 32px;
    margin: 50px auto 30px;
    font-size: 2.8rem;
    font-weight: bold;
}
.form_wrap{
	max-width: 1040px;
	margin: 0 auto;
}
table{
	width: 90%;
	max-width: 1020px;
	min-width: 677px;
    margin: 0 auto!important;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
}
.cal-top{
	padding-bottom: 24px;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack:  center;
	-ms-flex-pack:  center;
	justify-content: center;
	align-items: center;
}
.cal-top-txt{
	transform: scale(0.8,1);
	margin: 0;
}
.month-link{
	color: #000;
	text-decoration: none;
}
.month-link p{
	margin: 0;
	font-size: 1.6rem;
}
.year{
	font-size: 2.4rem;
    text-transform: uppercase;
    margin-left: 48px;
    vertical-align: middle;
}
.month{
    font-size: 10rem;
    margin: 0 12px;
    font-weight: initial;
    vertical-align: middle;
}
.monthname{
	font-size: 2.4rem;
    text-transform: uppercase;
    margin-right: 48px;
    vertical-align: middle;
}
.day-of-the-week td{
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 12px;
}
.daybox{
	vertical-align: top;
}
.daynondis{
	display: inline-block;
}
.daybox td{
	border: 1px solid #000;
	text-align: left;
	height: 60px;
	padding: 8px;
    font-size: 1.6rem;
    width: 14%;
    margin: 0 auto;
}
/*ーーーーーーーーーーーーーーーーーcontact＿formここからーーーーーーーーーーーーーーーーーー*/
.contact_f_contents_wrap{
	max-width: 1040px;
	margin: 0 auto;
}
.contact_f_wrap{
	background-image: url(/m/cmn_files/img/contact_f_bg.jpg);
    padding: 64px 0;
    background-size: cover;
    background-position: center;
}
.contact_f_img{
	text-align: center;
    width: 300px;
    margin: 0 auto 24px;
}
.form-parts{
	width: 65%;
	margin: 0 auto;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox; 
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack:  center;
	-ms-flex-pack:  center;
	justify-content: center;
    margin-bottom: 24px;
}
.form-parts-t{
	width: 65%;
	margin: 0 auto;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack:  center;
	-ms-flex-pack:  center;
	justify-content: center;
    align-items: baseline;
    margin-bottom: 24px;
}
.form-parts p{
	width: 25%;
	margin-right: 12px;
	font-size: 1.6rem;
	text-align: right; 
}
.form-parts .checkbox_list{
	width :250px;
}
.form-parts input{
	/*
	width: calc(50% - 12px);
	font-size: 1.6rem;
	border: none;
	*/
}
.form-parts select{
	width: calc(50% - 12px);
	font-size: 1.6rem;
	height: 32px;
	border: none;
}
.form-parts-t p{
	width: 25%;
	margin-right: 12px;
	font-size: 1.6rem;
	text-align: right; 
}
.form-parts-t textarea{
	width: calc(50% - 12px);
	min-width: calc(50% - 12px);
	max-width: calc(50% - 12px);
	font-size: 1.6rem;
	border: none;
}
.submit{
	text-align: center;
}
.submit>input{
    border: none;
    font-size: 1.6rem;
    border-radius: 20px;
    padding: 8px 24px;
    background-color: #fff;
    cursor: pointer;
    width: 200px;
}
/*ーーーーーーーーーーーーーーーーーcontact＿formここまでーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーcontact＿confirmここからーーーーーーーーーーーーーーーーーー*/
.form-parts .form-contents{
	text-align: left;
}
.form-contents{
	width: calc(50% - 12px);
	font-size: 1.6rem;
	background-color: #fff;
	padding: 8px 4px;
}
.form-parts-t .form-contents{
	text-align: left;
}
.button_wrap{
	line-height: 80px;
}
/*ーーーーーーーーーーーーーーーーーcontact＿confirmここまでーーーーーーーーーーーーーーーーーー*/

/*-----ipad対応-----*/
@media screen and (max-width: 1024px){
	.calendar_wrap{
		width: 100%;
		padding: 0 10px;
	}
	.contact_wrap{
		width: 100%;
		/*padding: 0 10px;*/
	}
}
@media screen and (max-width: 769px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.daynondis{
		display: none;
	}
	table{
		width: 100%;
		max-width: inherit;
		min-width: inherit;
	}
	.month-link p{
		font-size: 1.2rem;
	}
	.month{
    	font-size: 5rem;
    }
    .year {
    	font-size: 1.6rem;
    	margin-left: 12px;
	}
	.monthname {
    	font-size: 1.6rem;
    	margin-right: 12px;
	}

	.form-parts{
		width: 100%;
	}
	.form-parts p{
		font-size: 1.2rem;
	}
	.form-parts input{
		font-size: 1.2rem;
	}
	.form-parts select{
		font-size: 1.2rem;
	}
	.form-parts-t textarea{
		font-size: 1.2rem;
	}
	.form-parts-t p{
		font-size: 1.2rem;
	}
	.form-parts-t{
		width: 100%;
	}
	.form-parts .form-contents {
	    width: calc(50% - 12px);
	}
	.form-parts-t .form-contents {
	    width: calc(50% - 12px);
	}
	.contact_f_img {
	    width: 250px;
	}
}

/*------------LINE---------------*/
.linetop-img{
  width: 55%;
  margin: 0 auto;
}
.linetop-para{
  padding: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
}
.regist-title{
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 16px;
  color:  #25B901;
}
.regist-section{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 95%;
  flex-wrap: wrap;
}
.regist-wrap{
  width: 30%;
  border: 2px solid  #25B901;
  text-align: center;
  background-color: #fff;

}
.regist{
  background-color: #25B901;
  color: #fff;
  font-size: 2rem;
  padding: 8px 0;
}
.how{
  padding: 8px 0;
  color: #25B901;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.how-para{
  padding: 0 8px;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.linebtn{
  max-width: 300px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.lineqr{
  max-width: 150px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.lineid{
  background-color: #003e6a;
  color: #fff;
  padding: 16px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.how-caution{
  padding: 0 8px;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px){
 .linetop-img{
  width: 95%;
  margin: 0 auto;
 }
 .linetop-para{
  font-size: 1.4rem;
 }
 .regist-wrap{
  width: 100%;
  margin-bottom: 24px;
 }
 .how-para{
  font-size: 1.4rem;
 }
}