@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     浅口はちまん認定こども園
 Notes:          
--------------------------------------------------------------- */
/* section 1 */
.sec01 {
	padding: 10% 0 0;
}
.sec01 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec01 .area02 {
	margin: 0 auto 10%;
}
.sec01 .area02 .box01 {
  width: 50%;
}
.sec01 .area01 .txt01 {
	width: 80%;
	margin: 0 auto 5%;
}
.sec01 .content .wrap01 {
	margin: 0 auto 10%;
	display: flex;
	justify-content: space-between;
}
.sec01 .area02 .wrap01:nth-child(even) .box01 {
	order: 2;
}
.sec01 .area02 .box02 {
	width: 48%;
	margin: 5% 0 0 3%;
}
.sec01 .area02 .wrap01:nth-child(odd) .box02 {
	margin: 5% 0 0 3%;
}
.sec01 .area02 .wrap01:nth-child(even) .box02 {
	margin: 5% 3% 0 0;
}
.sec01 .area02 h3.title {
	width: 100%;
	padding: 0 1em;
	position: relative;
	color: #fff;
	font-weight: 600;
}
.sec01 .area02 .wrap01:first-child .box02 h3.title {
	margin: 0 0 5% -12%;
	background: #f5b2b2;
}
.sec01 .area02 .wrap01:nth-child(2) .box02 h3.title {
	margin: 0 0 5% 12%;
	background: #a1d8e6;
}
.sec01 .area02 .wrap01:nth-child(3) .box02 h3.title {
	margin: 0 0 5% -12%;
	background: #c1db81;
}
.sec01 .area02 .wrap01:nth-child(4) .box02 h3.title {
	margin: 0 0 5% 12%;
	background: #f5b2b2;
}
.sec01 .area02 .wrap01:nth-child(5) .box02 h3.title {
	margin: 0 0 5% -12%;
	background: #a1d8e6;
}
.sec01 .area02 .wrap01:nth-child(6) .box02 h3.title {
	margin: 0 0 5% 12%;
	background: #c1db81;
}
.sec01 .area02 .wrap01 .txt01 {
}
.sec01 .area02 .wrap01 .txt02 {
	margin: 0 0 1em;
}
.sec01 .content:last-child .photo {
	width: 33%
}
/* section 2 */
.sec02 {
	padding: 5% 0;
}
.sec02 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec02 .article {
	margin: 0 auto ;
	line-height: 1.5;
}
.sec02 .article:last-child {
	margin: 0 auto 10%;
}
.sec02 .article a {
	padding: 0.5em;
	display: flex;
}
.sec02 .article a:hover {
	background: #ccc;
}
.sec02 .article .date {
	margin: 0 5% 0 0;
  padding: 0 5% 0 0;
	border-right: 1px solid #000;
}
.sec02 .btn {
  width: 10em;
  margin: 0 auto 3%;
  display: table;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  text-decoration: inherit;
  background: #fff;
	border: 0.13em solid #000;
  box-shadow: 6px 6px 0 #000;
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.sec02 .btn a {
  padding: 3% 0;
  display: block;
}
.sec02 .btn:hover {
	background: #fff;
	box-shadow: 3px 3px 0 #000;
	transform: translate(3px,1px);
}
.sec02 .btn:active {
	background: #fff;
	box-shadow: 0 0 0 #000;
	transform: translate(4px,2px);
	transition-duration: .1s;
}

/* section 3 */
.sec03 {
	padding: 5% 0;
}
.sec03 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec03 .wrap01 {
	margin: 0 auto 10%;
	display: flex;
	justify-content: space-between;
}
.sec03 .article {
	width : 33.3333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
}
.sec03 .article a {
	padding: 1%;
	box-sizing: border-box;
	display: block;
}
.sec03 .btn {
  width: 10em;
  margin: 0 auto 3%;
  display: table;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  text-decoration: inherit;
  background: #fff;
	border: 0.13em solid #000;
  box-shadow: 6px 6px 0 #000;
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.sec03 .btn a {
  padding: 3% 0;
  display: block;
}
.sec03 .btn:hover {
	background: #fff;
	box-shadow: 3px 3px 0 #000;
	transform: translate(3px,1px);
}
.sec03 .btn:active {
	background: #fff;
	box-shadow: 0 0 0 #000;
	transform: translate(4px,2px);
	transition-duration: .1s;
}
.sec03 .article .image {
	height: 18vw;
  max-height: 220px;
}
.sec03 .article .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}

/* section 4 */
.sec04 {
	padding: 5% 0;
}
.sec04 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec04 .wrap01 {
	margin: 0 0 5%;
	display: flex;
	position: relative;
}
.sec04 .event-box {
	width : 8.3333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 12) ;
  width : calc(100% / 12) ;
}
.sec04 .event-box .month {
	margin: 0 auto 3em;
	position: relative;
	text-align: center;
	font-size: 1.2em;
}
.sec04 .event-box:nth-child(1) .month {
	margin: -90% 0 3em;
	padding: 0.2em 0 0 0.6em;
}
.sec04 .event-box:nth-child(2) .month {
	margin: -55% 0 3em;
	padding: 0 0 0 0.7em;
}
.sec04 .event-box:nth-child(3) .month {
	margin: -31% 0 3em;
	padding: 0 0 0 0.5em;
}
.sec04 .event-box:nth-child(4) .month {
	margin: -15% 0 3em;
	padding: 0 0 0 0.3em;
}
.sec04 .event-box:nth-child(5) .month {
	margin: -5% 0 3em;
}
.sec04 .event-box:nth-child(8) .month {
	margin: -5% 0 3em;
}
.sec04 .event-box:nth-child(9) .month {
	margin: -15% 0 3em;
	padding: 0 0.3em 0 0;
}
.sec04 .event-box:nth-child(10) .month {
	margin: -31% 0 3em;
	padding: 0 0.5em 0 0;
}
.sec04 .event-box:nth-child(11) .month {
	margin: -55% 0 3em;
	padding: 0 0.5em 0 0;
}
.sec04 .event-box:nth-child(12) .month {
	margin: -90% 0 3em;
	padding: 0.2em 0.4em 0 0;
}
.sec04 .event-box:nth-child(1) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -45%;
  left: 10%;
	border-radius: 100px;
	background-color: #e6f1cd;
}
.sec04 .event-box:nth-child(2) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -45%;
  left: 0;
	border-radius: 100px;
	background-color: #fbe0e0;
}
.sec04 .event-box:nth-child(3) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -35%;
  left: -4%;
	border-radius: 100px;
	background-color: #d9eff5;
}
.sec04 .event-box:nth-child(4) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -30%;
  left: -5%;
	border-radius: 100px;
	background-color: #e6f1cd;
}
.sec04 .event-box:nth-child(5) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -25%;
  left: -9%;
	border-radius: 100px;
	background-color: #fbe0e0;
}
.sec04 .event-box:nth-child(6) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -20%;
  left: -10%;
	border-radius: 100px;
	background-color: #d9eff5;
}
.sec04 .event-box:nth-child(7) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -14%;
  left: -13%;
	border-radius: 100px;
	background-color: #e6f1cd;
}
.sec04 .event-box:nth-child(8) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -12%;
  left: -15%;
	border-radius: 100px;
	background-color: #fbe0e0;
}
.sec04 .event-box:nth-child(9) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: -5%;
  left: -16%;
	border-radius: 100px;
	background-color: #d9eff5;
}
.sec04 .event-box:nth-child(10) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: 0;
  left: -18%;
	border-radius: 100px;
	background-color: #e6f1cd;
}
.sec04 .event-box:nth-child(11) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: 10%;
  left: -20%;
	border-radius: 100px;
	background-color: #fbe0e0;
}
.sec04 .event-box:nth-child(12) .month::before {
	content: '';
	width: 0.9em;
  height: 0.9em;
	position: absolute;
	top: 25%;
  left: -23%;
	border-radius: 100px;
	background-color: #d9eff5;
}
.sec04 .event-box:nth-child(1) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #f5b2b2;
	z-index: -1;
	transform: rotate(22deg);
}
.sec04 .event-box:nth-child(2) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #a1d8e4;
	z-index: -1;
	transform: rotate(16deg);
}
.sec04 .event-box:nth-child(3) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #c1db81;
	z-index: -1;
	transform: rotate(11deg);
}
.sec04 .event-box:nth-child(4) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #f5b2b2;
	z-index: -1;
	transform: rotate(8deg);
}
.sec04 .event-box:nth-child(5) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #a1d8e4;
	z-index: -1;
	transform: rotate(4deg);
}
.sec04 .event-box:nth-child(6) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #c1db81;
	z-index: -1;
	transform: rotate(2deg);
}
.sec04 .event-box:nth-child(7) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #f5b2b2;
	z-index: -1;
	transform: rotate(-2deg);
}
.sec04 .event-box:nth-child(8) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #a1d8e4;
	z-index: -1;
	transform: rotate(-4deg);
}
.sec04 .event-box:nth-child(9) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #c1db81;
	z-index: -1;
	transform: rotate(-8deg);
}
.sec04 .event-box:nth-child(10) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #f5b2b2;
	z-index: -1;
	transform: rotate(-11deg);
}
.sec04 .event-box:nth-child(11) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #a1d8e4;
	z-index: -1;
	transform: rotate(-16deg);
}
.sec04 .event-box:nth-child(12) .month::after {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: 0;
  left: 0;
  border-left: 2.1em solid transparent;
  border-right: 2.1em solid transparent;
  border-top: 3.5em solid #c1db81;
	z-index: -1;
	transform: rotate(-22deg);
}
.sec04 .event-box:last-child .event {
	position: relative
}
.sec04 .event-box:last-child .event::before {
	content: '';
	width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: -31%;
  right: -15%;
	border-radius: 100px;
	background-color: #e6f1cd;
}
.sec04 .event-box .event {
	margin: 0 auto;
	line-height: 1.5;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sec04 .txt01 {
	margin: 0 0 2% auto;
	display: table;
}
.sec04 .tr {
	display: flex;
}
.sec04 .photo-wrap {
	display: flex;
	justify-content: space-between;
}
.sec04 .photo-wrap .photo:nth-child(1) {
	width: 23%;
	display: inline-table;
	line-height: 0;
	box-shadow: 0.5em 0.5em 0 #f5b2b2;
}
.sec04 .photo-wrap .photo:nth-child(2) {
	width: 18%;
	margin: 2% 0 0;
	display: inline-table;
	line-height: 0;
	box-shadow: 0.5em 0.5em 0 #a1d8e6;
}
.sec04 .photo-wrap .photo:nth-child(3) {
	width: 20%;
	margin: 4% 0 0;
	display: inline-table;
	line-height: 0;
	box-shadow: 0.5em 0.5em 0 #f5b2b2;
}
.sec04 .photo-wrap .photo:nth-child(4) {
	width: 26%;
	display: inline-table;
	line-height: 0;
	box-shadow: 0.5em 0.5em 0 #c1db81;
}

/* section 5 */
.sec05 {
	padding: 5% 0;
}
.sec05 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec05 .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.sec05 .wrap01 .box {
	width : 33.3333%;
  width : -webkit-calc(100%/3);
  width : calc(100%/3);
	margin: 0 0 5%;
	padding: 0 2em;
	box-sizing: border-box;
	text-align: center;
}
.sec05 .clock {
	width: 25%;
  margin: 0 auto;
}
.sec05 h3.title {
	margin: 0 auto 5%;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
}
.sec05 .box .txt {
	text-align: left;
}
.sec05 .exposition {
	font-size: 0.8em;
}

/* section 6 */
.sec06 {
	padding: 5% 0;
}
.sec06 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec06 .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.sec06 .wrap01 .box {
	width : 33.3333%;
  width : -webkit-calc(100%/3);
  width : calc(100%/3);
	margin: 0 0 5%;
	padding: 0 2em;
	box-sizing: border-box;
	text-align: center;
}
.sec06 .clock {
	width: 25%;
  margin: 0 auto;
}
.sec06 h3.title {
	margin: 0 auto 5%;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
}
.sec06 .box .txt {
	text-align: left;
}
.sec06 .exposition {
	font-size: 0.8em;
}

/* section 7 */
.sec07 {
	padding: 5% 0;
}
.sec07 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec07 .wrap01 {
	text-align: center;
}
.sec07 .wrap01 .txt01 {
  width: 80%;
  margin: 0 auto 5%;
}
.sec07 .wrap02 {
	display: flex;
	flex-wrap: wrap;
}
.sec07 .wrap02 .box {
	width: 31.3%;
	position: relative;
}
.sec07 .wrap02 .box:nth-child(1) {
	margin: 0 1%;
}
.sec07 .wrap02 .box:nth-child(2) {
	margin: 5% 1% 0;
}
.sec07 .wrap02 .box:nth-child(3) {
	margin: 10% 1% 0;
}
.sec07 .wrap02 .box:nth-child(4) {
	margin: 0 1%;
}
.sec07 .wrap02 .box:nth-child(5) {
	margin: 5% 1% 0;
}
.sec07 .wrap02 .box:nth-child(6) {
	margin: 10% 1% 0;
}
.sec07 .wrap02 .box:nth-child(7) {
	margin: 0 1%;
}
.sec07 .wrap02 .box:nth-child(8) {
	margin: 5% 1% 0;
}
.sec07 .wrap02 .box:nth-child(9) {
	margin: 10% 1% 0;
}
.sec07 .wrap02 .facility {
	margin: 0 auto 3%;
	line-height: 0;
	box-shadow: 0.5em 0.5em 0 #c1db81;
}
.sec07 .wrap02 h1.name {
	font-size: 2em;
	font-weight: 700;
}
.sec07 .wrap02:last-child {
	margin: 0 auto 15%;
}

/* section 8 */
.sec08 {
	padding: 5% 0;
	background: #e6e6e6;
}
.sec08 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec08 .wrap01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec08 .photo {
	margin: 0 0 3%;
}
.sec08 .wrap01 .box {
	margin: 0 0 1%;
	padding: 2em;
	box-sizing: border-box;
	background: #fff;
}
.sec08 .wrap01 .box h2.title {
	margin: 0 0 1em;
	display: table;
	line-height: 1.2;
	font-size: 1.6em;
	font-weight: 600;
}
.sec08 .wrap01 .box:nth-child(1) {
	width: 49.5%;
}
.sec08 .wrap01 .box:nth-child(1) h2.title {
	border-bottom: 2px solid #f5b2b2;
}
.sec08 .wrap01 .box:nth-child(2) {
	width: 49.5%;
}
.sec08 .wrap01 .box:nth-child(2) h2.title {
	border-bottom: 2px solid #a1d8e6;
}
.sec08 .wrap01 .box:nth-child(3) {
	width: 100%;
	margin: 0 auto 10%;
}
.sec08 .wrap01 .box:nth-child(3) h2.title {
	border-bottom: 2px solid #c1db81;
}
.sec08 .wrap01 .tr {
	display: flex;
}
.sec08 .wrap01 .th {
	width: 8em;
}
.sec08 .wrap01 .box:nth-child(3) .th {
	width: 15em;
}
.sec08 .wrap01 .box:nth-child(3) .td:nth-child(2) {
	width: 12em;
}
.sec08 .wrap01 .box:nth-child(3) .td:nth-child(3) {
	width: 6em;
}
.sec08 .txt-wrap {
	display: flex;
	justify-content: space-between;
}
.sec08 .txt-wrap .txt01 {
  width: 100%;
}
.sec08 .wrap02 {
	margin: 0 auto 3%;
	text-align: center;
}
.sec08 .wrap02 .txt01 {
	margin: 0 auto 5%;
	text-align: center;
}
.sec08 .wrap03 {
	margin: 0 auto 10%;
	display: table;
}
.sec08 .wrap03 h3.title {
	margin: 0 auto 5%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.sec08 .wrap04 {
	padding: 5% 0;
	text-align: center;
	background: #fff;
}
.sec08 .wrap04 h3.txt01 {
	font-size: 1.5em;
	color: #646464;
}
.sec08 .wrap04 h1.tel {
	font-size: 2.7em;
	font-weight: bold;
	color: #a1d8e6;
}

/* section 9 */
.sec09 {
	padding: 5% 0;
}
.sec09 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec09 .wrap01 {
	margin: 0 auto 5%;
}
.sec09 .wrap01 .question {
	font-size: 1.3em;
}
.sec09 .wrap01:nth-child(1) .question {
	border-bottom: 1px solid #f5b2b2;
}
.sec09 .wrap01:nth-child(2) .question {
	border-bottom: 1px solid #c1db81;
}

/* section 10 */
.sec10 {
	padding: 5% 0;
}
.sec10 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec10 .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.sec10 .wrap01 .box {
	width : 33.3333%;
  width : -webkit-calc(100%/3);
  width : calc(100%/3);
	margin: 0 0 5%;
	padding: 0 2em;
	box-sizing: border-box;
	text-align: center;
}
.sec10 .clock {
	width: 25%;
  margin: 0 auto;
}
.sec10 h3.title {
	margin: 0 auto 5%;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
}
.sec10 .box .txt {
	text-align: left;
}
.sec10 .exposition {
	font-size: 0.8em;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
/* section 1 */
.sec01 .content {
  width: 90%;
}
.sec01 .wrap01 {
  display: block;
}
.sec01 .wrap01 .box01 {
  width: 100%;
}
.sec01 .wrap01 .box02 {
  width: 100%;
}
.sec01 .area01 .txt01 {
  width: 100%;
  margin: 0 auto 5%;
}
.sec01 .content .wrap01 {
  display: block;
}
.sec01 .area02 .wrap01:nth-child(odd) .box02 {
  margin: 0;
}
.sec01 .area02 .wrap01:nth-child(even) .box02 {
  margin: 0;
}
.sec01 .area02 .wrap01:first-child .box02 h3.title {
  margin: 0;
}
.sec01 .area02 .wrap01:nth-child(2) .box02 h3.title {
  margin: 0;
}
.sec01 .area02 .wrap01:nth-child(3) .box02 h3.title {
  margin: 0;
}
.sec01 .area02 .wrap01:nth-child(4) .box02 h3.title {
  margin: 0;
}
.sec01 .area02 .wrap01:nth-child(5) .box02 h3.title {
  margin: 0;
}
/* section 2 */
.sec02 .content {
  width: 90%;
}
.sec02 h3.txt {
  font-size: 16px;
}
.sec02 .article a {
  display: block;
}
.sec02 .article .date {
  margin: 0;
  padding: 0;
	display: table;
  border-right: none;
	border-bottom: 1px solid #000;
}

/* section 3 */
.sec03 {
  padding: 5% 0 15%;
}
.sec03 .content {
  width: 90%;
}
.sec03 .article {
  width: 100%;
	margin: 0 auto 10%;
}
.sec03 .article .image {
  height: 50vw;
  max-height: unset;
}
.sec03 .wrap01 {
  display: block;
}

/* section 4 */
.sec04 {
  padding: 0;
}
.sec04 .content {
  width: 90%;
}
.sec04 .wrap01 {
  margin: 0;
  display: block;
}
.sec04 .event-box {
  width: 100%;
	margin: 0 auto 5%;
	display: flex;
	align-items: center;
}
.sec04 .event-box .month {
  width: 15%;
	margin: 0 5% 0 0;
}
.sec04 .event-box .event {
	width: 80%;
	writing-mode: unset;
}
.sec04 .event-box:nth-child(1) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #f5b2b2;
}
.sec04 .event-box:nth-child(2) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #a1d8e6;
}
.sec04 .event-box:nth-child(3) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #c1db81;
}
.sec04 .event-box:nth-child(4) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #f5b2b2;
}
.sec04 .event-box:nth-child(5) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #a1d8e6;
}
.sec04 .event-box:nth-child(6) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #c1db81;
}
.sec04 .event-box:nth-child(7) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #f5b2b2;
}
.sec04 .event-box:nth-child(8) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #a1d8e6;
}
.sec04 .event-box:nth-child(9) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #c1db81;
}
.sec04 .event-box:nth-child(10) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #f5b2b2;
}
.sec04 .event-box:nth-child(11) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #a1d8e6;
}
.sec04 .event-box:nth-child(12) .month {
  margin: 0 5% 0 0;
  padding: 0.5em 0;
  background: #c1db81;
}
.sec04 .event-box:nth-child(1) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(2) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(3) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(4) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(5) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(6) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(7) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(8) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(9) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(10) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(11) .month::before {
  display: none;
}
.sec04 .event-box:nth-child(12) .month::before {
  display: none;
}
.sec04 .event-box:last-child .event::before {
  display: none;
}
.sec04 .event-box:nth-child(1) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(2) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(3) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(4) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(5) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(6) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(7) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(8) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(9) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(10) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(11) .month::after {
  display: none;
}
.sec04 .event-box:nth-child(12) .month::after {
  display: none;
}
.sec04 .txt01 {
  text-align: left;
  font-size: 13px;
}
.sec04 .photo-wrap {
  flex-wrap: wrap;
}
.sec04 .photo-wrap .photo:nth-child(1) {
  width: 48%;
	margin: 0 0 5%;
  display: inline-table;
}
.sec04 .photo-wrap .photo:nth-child(2) {
  width: 48%;
	margin: 0 0 5%;
  display: inline-table;
}
.sec04 .photo-wrap .photo:nth-child(3) {
  width: 48%;
	margin: 0 0 5%;
  display: inline-table;
}
.sec04 .photo-wrap .photo:nth-child(4) {
  width: 48%;
	margin: 0 0 5%;
  display: inline-table;
}
.sec04 .txt01 .th {
  width: 9em;
}

/* section 5 */
.sec05 .content {
  width: 90%;
}
.sec05 .clock {
  width: 20%;
}
.sec05 .wrap01 .box {
  width: 100%;
	margin: 0 auto 15%;
	padding: 0 1%;
}
.sec05 .wrap01 .txt01 {
  text-align: left;
}

/* section 6 */
.sec06 .content {
  width: 90%;
}
.sec06 .clock {
  width: 20%;
}
.sec06 .wrap01 .box {
  width: 100%;
	margin: 0 auto 15%;
	padding: 0 1%;
}
.sec06 .wrap01 .txt01 {
  text-align: left;
}

/* section 7 */
.sec07 .content {
  width: 90%;
}
.sec07 .wrap01 .txt01 {
  width: 100%;
}
.sec07 .wrap02 .box {
  width: 44%;
}
.sec07 .wrap02 h1.name {
  margin: 10% 0 0;
  font-size: 17px;
}
.sec07 .wrap02 .box:nth-child(1) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(2) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(3) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(4) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(5) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(6) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(7) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(8) {
	margin: 0 3% 5%;
}
.sec07 .wrap02 .box:nth-child(9) {
	margin: 0 3% 5%;
}

/* section 8 */
.sec08 .content {
  width: 90%;
}
.sec08 .wrap01 .box {
  margin: 0 0 3%;
  padding: 1em;
}
.sec08 .wrap01 .box:nth-child(1) {
  width: 100%;
}
.sec08 .wrap01 .box:nth-child(2) {
  width: 100%;
}
.sec08 .wrap01 .box h2.title {
  font-size: 20px;
}
.sec08 .txt-wrap {
  display: block;
}
.sec08 .txt-wrap .txt01 {
  width: 100%;
}
.sec08 .txt-wrap .txt02 {
  width: 100%;
}
.sec08 .wrap01 .tr {
  margin: 0 0 1em;
	display: block;
}
.sec08 .wrap01 .th {
	width: 100%;
	font-weight: bold;
}
.sec08 .wrap01 .box:nth-child(3) .tr {
  margin: 0 0 1em;
	display: flex;
	flex-wrap: wrap;
}
.sec08 .wrap01 .box:nth-child(3) .th {
  width: 100%;
	padding: 0;
}
.sec08 .wrap01 .box:nth-child(3) .td:nth-child(2) {
  width: 100%;
}
.sec08 .wrap01 .box:nth-child(3) .td:nth-child(3) {
  width: 30%;
}
.sec08 .wrap01 .box:nth-child(3) .td:nth-child(4) {
  width: 70%;
}
.sec08 .wrap02 .txt01 {
  text-align: left;
}

/* section 9 */
.sec09 .content {
  width: 90%;
}

/* section 10 */
.sec10 .content {
  width: 90%;
}
.sec10 .clock {
  width: 20%;
}
.sec10 .wrap01 .box {
  width: 100%;
	margin: 0 auto 15%;
	padding: 0 1%;
}
.sec10 .wrap01 .txt01 {
  text-align: left;
}
}