/*----------------------------------------------------------------------------------------------------

  スケジュール色説明
  
----------------------------------------------------------------------------------------------------*/
.cal-sched,
.cal-sched * {
  margin: 0;
}
.cal-sched {
  text-align: left;
  padding-top: 1em;
}
.cal-sched dt {
  width: 1.5em;
  float: left;
  clear: both;
  margin-right: -1.5em;
}
.cal-sched dt .sched-color {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  border: 1px solid #aaa;
  box-sizing: content-box;
  vertical-align: middle;
}
.cal-sched dd {
  padding-left: 1.5em;
}
.ua-pc .cal-sched dd .henko:before {
  content: "マウスオーバー";
}
.ua-tab .cal-sched dd .henko:before, .ua-sp .cal-sched dd .henko:before {
  content: "タップ";
}

/*----------------------------------------------------------------------------------------------------

  備考一覧
  
----------------------------------------------------------------------------------------------------*/
.cal-bikouList,
.cal-bikouList * {
  margin: 0;
}
.cal-bikouList {
  text-align: left;
  padding-top: 1em;
  line-height: 1.4;
  font-size: var(--fs-s);
}
.cal-bikouList:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.cal-bikouList dt {
  width: 5.5em;
  display: inline-block;
  float: left;
  clear: both;
  margin-right: -6em;
  padding-top: 0.5em;
  text-align: right;
}
.cal-bikouList dd {
  display: block;
  padding-left: 6em;
  padding-top: 0.5em;
}

/*----------------------------------------------------------------------------------------------------

  備考ダイアログ
  
----------------------------------------------------------------------------------------------------*/
.cal-tbl td {
  position: relative;
}
.cal-tbl .js__cal-dlog {
  cursor: pointer;
}
.dlog-wrap {
  display: none;
  width: 260px;
  z-index: 90;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  box-sizing: border-box;
  border: 1px solid #646464;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
}
.dlog-wrap[data-posi="sun"] {
  left: 3px;
}
.dlog-wrap[data-posi="mon"] {
  left: -33px;
}
.dlog-wrap[data-posi="tue"] {
  left: -69px;
}
.dlog-wrap[data-posi="wed"] {
  left: -108px;
}
.dlog-wrap[data-posi="thu"] {
  left: -148px;
}
.dlog-wrap[data-posi="fri"] {
  left: -188px;
}
.dlog-wrap[data-posi="sat"] {
  left: -228px;
}

.dlog {
  box-sizing: border-box;
  padding: 1em;
}
.dlog:before,
.dlog:after {
  content: "";
  border: 10px solid transparent;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.dlog-wrap[data-posi="sun"] .dlog:before,
.dlog-wrap[data-posi="sun"] .dlog:after {
  left: 14px;
}
.dlog-wrap[data-posi="mon"] .dlog:before,
.dlog-wrap[data-posi="mon"] .dlog:after {
  left: 51px;
}
.dlog-wrap[data-posi="tue"] .dlog:before,
.dlog-wrap[data-posi="tue"] .dlog:after {
  left: 87px;
}
.dlog-wrap[data-posi="wed"] .dlog:before,
.dlog-wrap[data-posi="wed"] .dlog:after {
  left: 126px;
}
.dlog-wrap[data-posi="thu"] .dlog:before,
.dlog-wrap[data-posi="thu"] .dlog:after {
  left: 166px;
}
.dlog-wrap[data-posi="fri"] .dlog:before,
.dlog-wrap[data-posi="fri"] .dlog:after {
  left: 206px;
}
.dlog-wrap[data-posi="sat"] .dlog:before,
.dlog-wrap[data-posi="sat"] .dlog:after {
  left: 240px;
}

.dlog:before {
  border-top-color: #646464;
}
.dlog:after {
  border-top-color: #fff;
  margin: -1px 0 0 0;
}
.dlog_hd {
  padding-bottom: 0.5em;
  position: relative;
}
.ua-pc .dlog_hd .closeBtn {
  display: none;
}
.dlog_hd .closeBtn {
  display: inline-block;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  cursor: pointer;
  padding: 0.5em;
}
.dlog_hd .closeBtn span {
  position: relative;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 1.25em;
  height: 1.25em;
}
.dlog_hd .closeBtn span:before, .dlog_hd .closeBtn span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  border-top: 2px solid #333;
}
.dlog_hd .closeBtn span:before {
  transform: rotate(-45deg);
}
.dlog_hd .closeBtn span:after {
  transform: rotate(45deg);
}


/*----------------------------------------------------------------------------------------------------

  カレンダー表示
  
----------------------------------------------------------------------------------------------------*/
.month-nav--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
.month-nav--list li {
  margin-right: 1em;
  margin-bottom: 1em;
}
.month-nav--list li.is-active a {
  text-decoration: none;
  color: inherit;
}
.month-nav--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.month-nav--arrow .arrows {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.month-nav--arrow a,
.month-nav--arrow a:focus,
.month-nav--arrow a:hover {
  display: block;
  width: 1.75em;
  height: 1.75em;
  padding: 0;
}
.month-nav--arrow svg path {
  fill: #fff;
}
.month-nav--arrow .arrow-prev {
  margin-right: 1em;
  width: 1.75em;
  height: 1.75em;
}
.month-nav--arrow .arrow-next {
  margin-left: 1em;
  width: 1.75em;
  height: 1.75em;
}
.cal-tbl {
  width: 100%;
  height: 100%;
  border-collapse:collapse;
}
.cal-tbl td {
  width: 14%;
  box-sizing: border-box;
  vertical-align: top;
  border: 1px solid #aaa;
}
.cal-tbl thead td {
  text-align: center;
  font-weight: bold;
}
.cal-tbl td {
  height: 100%;
  text-align: center;
}
.cal-box {
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}