html {
	font-size: 62.5%;
}
#calendar{
	margin-bottom: 100px;
}
.yoyaku_wrap h1 {
    color: #000;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin: 50px 0 100px 0;
    width: 100%;
    text-align: center;
}
.yoyaku_wrap h1:before{
	content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}
.yoyaku_wrap .privacy_text {
    width: 70%;
    margin: 0 auto 30px;
    padding: 20px;
    font-size: 12px;
    line-height: 150%;
	text-align: center;
}
.calendar-txt {
	position: absolute;
	top: 0;
	right: 10%;
}

.calendar_wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.yoyaku_wrap {
	width: 100%;
}

.calendar_wrap > h2,
.yoyaku_wrap > h2 {
	border-left: solid 10px;
	padding: 0px 10px;
	line-height: 32px;
	margin: 50px auto 30px;
	font-size: 2.8rem;
	font-weight: bold;
	max-width: 936px;
}

.form_wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.link-ar {
	padding-bottom: 12px;
}

#calendar table {
	width: 90%;
	max-width: 1020px;
	min-width: 677px;
	margin: 0 auto;
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
}

.calender-head th {
	padding-bottom: 24px;
}

.week {
	padding: 0 0 12px 12px;
}

.week:first-of-type {
	color: #ff0000;
}

.week:nth-of-type(7) {
	color: #3992d5;
}

.daynum, .today {
	border: 1px solid #999;
	padding: 4px 12px;
}

.daynum:first-of-type {
	color: #ee525c;
}

.daynum:nth-of-type(7) {
	color: #3992d5;
}

#calendar .heading {
	font-size: 3.6rem;
}

#calendar .next, .prev {
	font-size: 1.6rem;
	vertical-align: top;
}

#calendar td.week {
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: top;
	width: 14%;
	margin: 0 auto;
}

#calendar td.daynum {
	height: 100px;
	text-align: left;

}

#calendar td.today {
	background-color: #b4f99f;
	height: 100px;
	text-align: left;
}

#calendar strong.holiday {
	background-color: #f9d6cb;
	padding: 4px;
	display: block;
	font-size: 1.2rem;

	border: solid 2px #888;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#calendar strong.event {

	background-color: #f3f99f;
	padding: 4px;
	display: block;
	font-size: 1.2rem;

	border: solid 2px #d8d8d8;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#calendar strong.yoyaku {
	text-align: center;
	height: 90%;
	padding-top: 20px;
	display: block;
	font-size: 1.2rem;

}

#calendar td:hover {
	background-color: #ededed;
}

/*.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;
}
.week td{
    font-size: 1.6rem;
}*/
/*ーーーーーーーーーーーーーーーーーyoyaku＿formここからーーーーーーーーーーーーーーーーーー*/
.yoyaku_f_contents_wrap {
	max-width: 1040px;
	margin: 0 auto;
/* background: aliceblue; */}

.yoyaku_f_wrap {
	background-size: cover;
	background-position: center;
}

.yoyaku_f_img {
	text-align: center;
	margin-bottom: 24px;
}

.form-parts {
	width: 100%;
	height: 50px;margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-around;
	margin-bottom: 24px;
}

.form-parts-t {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-around;
	align-items: baseline;
}

.form-parts p {
	width: 25%;
	margin-right: 12px;
	font-size: 1.6rem;
	text-align: center;
}

.form-parts input[type="text"], .form-parts input[type="date"] {
	width: calc(57% - 3px);
	font-size: 1.6rem;
	height: 50px;border: none;
background: #ebebeb;border-radius: 5px;padding: 0 20px;}

.form-parts select {
	width: calc(50% - 12px);
	font-size: 1.6rem;
	height: 50px;
	border: none;
background: #ebebeb;
    border-radius: 5px;padding: 0 20px;}

.form-parts-t p {
	width: 25%;
	margin-right: 12px;
	font-size: 1.6rem;
	text-align: center;
}

.form-parts-t textarea {
	width: calc(57% - 3px);
	/* min-width: calc(50% - 12px); */
	/* max-width: calc(50% - 12px); */
	font-size: 1.6rem;
	border: none;
background: #ebebeb;border-radius: 5px;
padding: 10px 20px;
}

.submit {
	text-align: center;
}

.submit > input {
    margin-top: 50px;
    width: 55%;
    text-align: center;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 1.6rem;
    border: 0;
    color: #fff;
    line-height: 60px;
    height: 60px;
    background-color: #333;
    border-radius: 6px;
    margin-bottom: 50px;
    cursor: pointer;
}
label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  padding-right: 3vw;
}


label::before,
label::after {
  content: "";
  display: block; 
  position: absolute;
}

label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

label::after {
  border-bottom: 2px solid #636363;
  border-left: 2px solid #636363;
  opacity: 0;
  height: 5px;
  width: 20px;
  transform: rotate(-45deg);
  top: 2px;
  left: 7px;
}

input:checked + label::after {
  opacity: 1;
}
input[type="radio"] {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}

.conf{
	width: 50%!important;
	font-size: 2.5rem!important;
	font-weight: bold;
}
/*ーーーーーーーーーーーーーーーーーyoyaku＿formここまでーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーyoyaku＿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;
}

/*ーーーーーーーーーーーーーーーーーyoyaku＿confirmここまでーーーーーーーーーーーーーーーーーー*/

/*-----ipad対応-----*/
@media screen and (max-width: 1024px) {
	.calendar_wrap {
		width: 100%;
		padding: 0 10px;
	}

	.yoyaku_wrap {
		width: 100%;
		/*padding: 0 10px;*/
	}
}

@media screen and (max-width: 769px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	
	.conf{
		font-size: 1.8rem!important;
	}

	.daynondis {
		display: none;
	}

	#calendar table {
		width: 100%;
		max-width: inherit;
		min-width: inherit;
	}

	#calendar .next, .prev {
		font-size: 1.2rem;
	}

	.calendar-txt{
		position: absolute;
		top: 0;
		right: 5%;
		width: 55%;
	}

	.week {
		padding: 0 0 12px 8px;
	}

	.daynum, .today {
		padding: 4px 8px
	}

	.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 input[type="text"], .form-parts input[type="date"] {
		font-size: 1rem;
		padding: 0 5px;
	}
	.form-parts select {
		font-size: 1.2rem;
		padding: 0 5px;
	}

	.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);
	}
}