@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/schedule-images/page-bg.jpg") 0 100% no-repeat;
}
.gnav__item--schedule a {
  color: var(--color06);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.schedule__tit01 {
  position: relative;
	font-size: clamp(2rem,2.875vw,2.5rem);;
  padding: 0.5em 1em;
}
.schedule__tit01::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.schedule-box {
	display: flex;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.schedule-box:last-child {
	margin-bottom: 0;
}
.schedule-box__tit {
	width: 40%;
}
.schedule-box__txt {
	flex: 1;
	border-left: dashed 1px #ccc;
	padding-left: 40px;
}
.schedule-box__txt p {
	margin-bottom: 0;
}
.schedule__tit02 {
	display: flex;
	font-size: clamp(1.8rem,2.375vw,2rem);
	align-items: center;
	margin-bottom: 0;
}
.schedule__tit02--month {
	width: 150px;
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding: 5px 0;
}
.schedule__tit02--month {
  position: relative;
  display: inline-block;
	border-radius: 3px;
  margin: 0 15px 0 0;
  padding: 7px 10px;
}

.schedule__tit02--month:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
}
.schedule__tit02--txt {
	flex: 1;
	padding: 0 30px;
}

.first .schedule__tit01::after {
  border-color: var(--color05) #fff var(--color05);
}
.first .schedule__tit01 {
	background-color: #c9e48e;
}
.first .schedule__tit02--month {
	background-color: var(--color05);
}
.first .schedule__tit02--month:before {
  border-left: 10px solid var(--color05);
}
.second .schedule__tit01::after {
  border-color: var(--color03) #fff var(--color03);
}
.second .schedule__tit01 {
	background-color: #fada9b;
}
.second .schedule__tit02--month {
	background-color: var(--color03);
}
.second .schedule__tit02--month:before {
  border-left: 10px solid var(--color03);
}
.third .schedule__tit01::after {
  border-color: var(--color02) #fff var(--color02);
}
.third .schedule__tit01 {
	background-color: #caeafc;
}
.third .schedule__tit02--month {
	background-color: var(--color02);
}
.third .schedule__tit02--month:before {
  border-left: 10px solid var(--color02);
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.schedule-box {
	display: block;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.schedule__tit02 {
	margin-bottom: 20px;
}
.schedule-box__tit {
	width: 100%;
}
.schedule-box__txt {
	border-left: none;
	padding: 0 20px;
}
.schedule__tit02--month {
	width: 120px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.schedule__tit01 {
  padding: 10px 15px;
}
.schedule-box {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.schedule-box__txt {
	padding: 0 15px;
}
.schedule__tit02 {
	display: block;
	text-align: center;
}
.schedule__tit02--month {
	width: 150px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.schedule__tit02--month {
	width: 120px;
	display: block;
  padding: 5px 0;
	margin: 0 auto 20px auto;
}
.schedule__tit02--month:before {
  content: "";
  position: absolute;
  top: 100%!important;
  left: 50%!important;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  border-left: none;
  margin-top: -15px;
	z-index: -1;
}
.schedule__tit02--txt {
	padding: 0;
}
}

