@charset "utf-8";
/* CSS Document */
/* スマホ表示 	託児予約可能日*/
/*タイトルエリア*/
@media(max-width:767px) {
  .page-title-area {
    height: 125px;
  }
  .page-title-area__title {
    font-size: 2.4rem;
    padding-top: 47px;
  }
}
/*カレンダーセクション*/
@media(max-width:767px) {
	.section-calendar {
		padding: 40px 15px 25px;
	}
	.section-calendar__description--sub {
		text-align: left;
	}
	.section-calendar td {
		padding-left: 5px;
	}
}
/* 託児予約申込セクション */
@media(max-width:767px) {
	.display-none {
		display: block;
	}
	.section-reserve {
	padding: 30px 13px 40px;
	}
	.section-reserve__memo {
		text-align: left;
		
	}
	/*LINEボタン*/
.section-reserve__content--line {
  padding: 14px 17px 14px;
}
.section-reserve__content--line img {
  padding-right: 7px;
}
/*ステップ1のフォームボタン*/
.section-reserve__content1--form {
  padding: 28px 22px;
	margin-bottom: 25px;
}
	.section-reserve__content1--memo {
		font-size: 1.4rem;
	}
}