@charset "UTF-8";


/* スマホ用タイトル */
._my_title_bg_wrapper.visible-xs h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  font-size: 1em;
}
._my_title_bg_wrapper.visible-xs h4 a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #FFF;
  border-radius: 8px;
}
._my_title_bg_wrapper.visible-xs h4 a:last-child {
  margin-right: 0;
}

/* カレンダー */
.calendar-wrapper {
  width: 70%;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .calendar-wrapper {
    width: 90%;
  }
}

/* 年月 */
.calendar-wrapper .month {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}

/* カレンダー 本体 */
.calendar-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar-content table {
  table-layout: fixed;
  position: relative;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #d6d6d6;
}

/* カレンダー 曜日 */
.calendar-content table > thead > tr > th {
  width: 14.2857142857%;
  position: relative;
  padding: 5px 0;
  text-align: center;
  background-color: #e3e8ea;
}
.calendar-content table > thead > tr > th:nth-child(1) {
  color: #cc0000;
}

/* カレンダー 日 */
.calendar-content table > tbody > tr > td {
  position: relative;
  border: 1px solid #d6d6d6;
  padding: 10px 0;
  font-size: 1.5rem;
  text-align: center;
}
.calendar-content table > tbody > tr > td:nth-child(1),
.calendar-content table > tbody > tr > td.holiday {
  color: #cc0000;
}
@media (max-width: 767px) {
  .calendar-content table > thead > tr > th,
  .calendar-content table > tbody > tr > td {
    padding: 2px 0;
  }
}

.calendar-content table > tbody > tr > td.exist {
  background-color: #FFF0C5;
}
.calendar-content table > tbody > tr > td.exist a {
  text-decoration: underline;
}
.calendar-content table > tbody > tr > td.selected {
  background-color: #FFCC00;
}

/* 月送りの矢印 */
.arrow-left {
  position: absolute;
  top: 45%;
  font-size: 3rem;
  color: #000000;
  padding: 10px;
  left: -100px;
  right: auto;
}
.arrow-left:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .arrow-left {
    top: -50px;
    left: 40px;
    font-size: 2rem;
  }
}

.arrow-right {
  position: absolute;
  top: 45%;
  font-size: 3rem;
  color: #000000;
  padding: 10px;
  left: auto;
  right: -100px;
}
.arrow-right:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .arrow-right {
    top: -50px;
    right: 40px;
    font-size: 2rem;
  }
}



/* 実施詳細表 */
.table > thead > tr > th {
  padding: 2px 0;
  text-align: center;
  background-color: #e3e8ea;
}

.table > tbody > tr > td {
  font-size: 1rem;
}

.table > tbody > tr > td.center {
  text-align: center;
}

@media (min-width: 768px) {
  .table > thead > tr > th {
    padding: 5px 0;
  }
  .table > tbody > tr > td {
    padding: 5px;
    font-size: 1.5rem;
  }
}


/* 地図 */
._my_tezutuhanabi_map {
  margin-bottom: 15px;
}

/* フキダシ */
.map_einfo_window {
  line-height: 120%;
/*
max-width: 60%;
*/
}
.map_einfo_window .header {
  margin-bottom: 5px;
}

.map_einfo_window .header img {
  float: left;
  margin: 0 10px 10px 0;
  width: 100px;
}
.map_einfo_window .header h3 {
  margin-top: 0;
  font-size: 1.25em;
  font-weight: bold;
}
.map_einfo_window .header h3 > span {
  font-size: 0.75em;
  font-weight: normal;
}

.map_einfo_window .header > div > p > span,
.map_einfo_window .body > p > span {
display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 2px 10px;
  min-width: 80px;
  background-color: #e3e8ea;
  border-radius: 4px;
  font-size: 1em;
}
.map_einfo_window p {
  margin-bottom: 5px;
  line-height: 120%;
}


