/*
スケジュール
*/

.section_schedule .calendar_month {
  position: relative;
  margin-bottom: 30px;
}

.section_schedule .inner_block{
	padding: 0px;
}

.section_schedule .calendar_month{
	position: relative;
	margin-bottom: 30px;
}

.section_schedule .calendar_month .this_month{
	text-align: center;
	font-size: 3.8rem;
	padding:0 40px;
  color: var(--sub-clr);
  font-family: var(--sub);
}

.section_schedule .calendar_month .arw{
	display: block;
	position: absolute;
	height:60px;
	width:60px;
	top:0;
	text-align: center;
	background: var(--sub-clr);
	cursor: pointer;
}

.section_schedule .calendar_month .arw.prev{
  left:0;
}

.section_schedule .calendar_month .arw.next{
  right:0;
}

.section_schedule .calendar_month .arw::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	right:25px;
	margin-top: -0.3em;
	width: 0.9em;
	height: 0.9em;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section_schedule .calendar_month .arw.prev::after{
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
  right: 19px;
}

.week_head>li {
  width: 14.28%;
  text-align: center;
  background: var(--main-clr);
  color: #fff;
  padding: 0.3em 1em;
  font-size: 2rem;
  font-weight: bold;
}

.week_head_sp{
	display: none;
}
.calendar_tbl>li.empty{display: block;}

.calendar_tbl{
	border-top: 1px solid var(--main-clr);
	border-left: 1px solid var(--main-clr);
  margin-bottom: 30px;
}
.calendar_tbl>li {
  position: relative;
  border: 1px solid var(--main-clr);
  border-top: none;
  border-left: none;
  width: 14.28%;
  padding: 0px 15px 12px;
  min-height: 180px;
}

.calendar_tbl>li:nth-child(7n+1) {
  border-left-width: 1px;
}

.calendar_tbl>li .lab{
	font-size: 1rem;
	color:#fff;
}

.calendar_tbl>li .event{
	position: relative;
	padding-top: 50px;
	margin-bottom: 0px;
}

.calendar_tbl>li .day{
	position: absolute;
	font-size: 3rem;
	right:15px;
	top:20px;
  color:var(--main-clr);
  line-height: 1;
  font-weight: bold;
  font-family: var(--sub);
}

.calendar_tbl>li .week{
	display: none;
}

.calendar_tbl>li .star{
	position: relative;
}

.calendar_tbl>li .star.on{
  width: 25px;
	height: 25px;
  border-radius: 50%;
  margin-top: 8px;
  background: #FFD98D;
}

.section_schedule .exp{
	margin: 10px 0 15px;
	position: relative;
	padding-left:0px;
	font-size: 1.6rem;
  line-height: 1;
  display: flex;
  gap:5px;
  align-items: center;
  color: var(--sub-clr)
}

.section_schedule .exp .star{
	display: inline-block;
  width: 25px;
	height: 25px;
  border-radius: 50%;
  margin-top: 0px;
  background: #FFD98D;
}

.section_schedule .exp_list>li{
	font-size: 2rem;
	position: relative;
	padding-left:1.5em;
}

.section_schedule .exp_list>li::after{
	content:"";
	position: absolute;
	display: block;
	width: 1em;
	height:1em;
	top:0.5em;
	left:0;
  border-radius: 50%;
  background: var(--sub-clr);
  transform: scale(0.5);
}

@media screen and (max-width: 768px) {
  .section_schedule .exp{
  	font-size: 1.4rem;
  }
}

.calendar_tbl>li .lab{
	display: inline-block;
	padding: 0.3em 0.5em;
  line-height: 1.1;
}

/*アイコンカラー設定*/
.calendar_tbl>li .lab.gre{ background:#00CE9B;}
.calendar_tbl>li .lab.red{ background:var(--sub-clr);}
.calendar_tbl>li .lab.org{ background:#FF8000;}
.calendar_tbl>li .lab.ppl{ background:#D24DFF;}
.calendar_tbl>li .lab.pnk{ background:#FF7373;}

.calendar_tbl>li time {
	font-size: 1rem;
	line-height: 1em;
	padding-top: 5px;
	display: block;
}

.calendar_tbl>li .plan_ttl,
.calendar_tbl>li .plan_cts{
	line-height: 1em;
}
.calendar_tbl>li p{
	line-height: 1em;
}
.calendar_tbl>li a{
	font-size: 1rem;
	line-height: 1.5em;
  color: var(--main-clr);
	text-decoration: underline;
}
.calendar_tbl>li .event p{
	font-size: 1rem;
	line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .section_schedule .inner_block{
    padding: 20px 10px;
  }

  .section_schedule .calendar_month{
    margin-bottom: 15px;
  }

  .section_schedule .calendar_month .this_month{
    font-size: 3rem;
    padding:0 20px;
  }
  .section_schedule .calendar_month .arw{
    height: 28px;
    width: 28px;
    margin-top: -2px;
  }

  .section_schedule .calendar_month .arw::after{
    right:11px;
    margin-top: -0.35em;
  }
  .section_schedule .calendar_month .arw.prev::after {
      right: 8px;
  }

  .week_head>li{
    display: none;
  }

  .calendar_tbl{
    display: block;
    border-top: 0px;
    border-left: 0px;
    border-bottom:1px solid var(--main-clr);
  }

  .calendar_tbl>li.empty{
    display: none;
  }

  .calendar_tbl>li{
    position: relative;
    border:1px solid var(--main-clr);
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    padding:10px;
    min-height: 40px;
    display: flex;
  }

  .calendar_tbl>li .cell:nth-child(1){
    position: static;
    left:0;
    top:0;
    display: flex;
    align-items: baseline;
    width: 60px;
  }

  .calendar_tbl>li time{
    padding-top: 1px;
  }

  .week_head_sp{
    display: table;
    width: 100%;
    text-align: center;
    background: #152A87;
    color:#fff;
    padding:0.5em ;
  }

  .week_head_sp>li{
    display: table-cell;
    font-size: 1.2rem;
  }

  .week_head_sp>li:nth-child(1){
    width: 27px;
    padding: 0 5px 0 5px;
    text-align: left;
  }

  .week_head_sp>li:nth-child(2){
    text-align: left;
  }

  .week_head_sp>li:nth-child(3){
    text-align: center;
  }

  .calendar_tbl>li .day {
    position: static;
    width: 37px;
    right: auto;
    left: 8px;
    text-align: left;
    display: block;
    font-size: 2rem;
  }

  .calendar_tbl>li .week{
    position: static;
    display: block;
    top:9px;
    left:0;
    font-size: 1.4rem;
  }

  .calendar_tbl>li .star {
    position: absolute;
    display: block;
    margin-top: 5px;
    /*width: 22px;
    height: 22px;*/
    right: -28px;
    left: auto;
    top: -5px;
  }

  .calendar_tbl>li .lab {
    padding: 0.2em 0.5em;
  }

  .calendar_tbl>li .event {
    padding-top: 0;
    padding-left: 0px;
    margin-bottom: 10px;
    display: block;
    width: calc(100% - 60px);
  }

  .calendar_tbl>li .plan_ttl {
    position: relative;
    width: auto;
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 5px;
    max-width: 80%;
  }

  .calendar_tbl>li .star{
    position: static;
  }

  .calendar_tbl>li .star.on {
    width: 20px;
    height: 20px;
  }

  .calendar_tbl>li .plan_cts{
    padding: 0 5px;
  }

  .section_schedule .exp{
    margin: 0px 0 10px;
    gap:5px;
  }

  .section_schedule .exp .star{
    width: 20px;
    height: 20px;
  }

}
