@charset "UTF-8";
/* ------------------------------
　　ベーシック
------------------------------ */
.telBtn .topBtn3 a, .topinfo .topBtn3 a, .navCont .navRsrv2 a {
  background: #06C755;
}

.navCont .navRsrv2 a {
  border: 1px solid #06C755;
}

/* ------------------------------
　　ブログ
------------------------------ */
.Blog__moreBtn {
  display: block;
  cursor: pointer;
  width: 90%;
  max-width: 16em;
  padding: 1em 0;
  margin: 0 auto 3em 0;
  text-align: center;
  border: 1px solid #1b99f9;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  position: relative;
}

.Blog__moreBtn:link, .Blog__moreBtn:visited {
  color: #1b99f9;
}

.Blog__moreBtn:after {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.9em;
  content: "\e145";
  font-size: 30px;
  font-size: 1.85rem;
  font-family: "Material Icons";
  font-weight: normal;
}

@media (max-width: 599px) {
  .Blog__moreBtn:after {
    margin-top: -0.7em;
  }
}
#blog .entry-column h2 {
  margin: -40px 0 1em;
}

/*  日時
------------------------------ */
#blog header .HeaderTime__wrap time {
  float: none;
  display: inline;
}

.HeaderTime__wrap {
  margin: 0 15px 0 0;
  color: #888;
  font-size: 14px;
}

.HeaderTime__wrap:nth-child(2) {
  margin: 0 0px 0 0;
}

@media (max-width: 599px) {
  .HeaderTime__wrap {
    font-size: 3.6vw;
  }
}
.HeaderTime__outWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

/*  目次
------------------------------ */
.Outline__wrap {
  background: #daefff;
  padding: 1em;
  margin: 15px 0 30px 0;
  border-radius: 10px;
}

.entryCont .entry-column .Outline__wrap h2.Outline__title {
  padding-bottom: 10px;
  font-size: 18px !important;
  border-bottom: 2px solid #fff;
  text-align: center;
  border-left: 0px solid #eee;
}

.entryCont .entry-column .Outline__wrap h2.Outline__title:after {
  border-left: 0px solid #666;
}

.Outline__wrap ol {
  margin-bottom: 0;
}

.Outline__wrap ol ol {
  list-style: none;
  counter-reset: number;
  padding: 0.5em 0 0.25em 0;
  margin-left: -10px;
}

.Outline__wrap ol ol li {
  position: relative;
  padding-left: 40px;
}

.Outline__wrap ol ol li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}

/* ------------------------------
　　メイン領域 main
------------------------------ */
@media (min-width: 768px) {
  .custom-main-middle {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}
@media (min-width: 1140px) {
  .custom-main-container-large {
    width: calc(66.666667% + 20px);
  }
}
@media (min-width: 1140px) {
  .custom-main-container-middle {
    width: calc(50% + 20px);
  }
}
.custom-main-calendar {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .custom-main-calendar {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}
.custom-main-calendar-wrap {
  padding: 0 10px 40px 10px !important;
  margin-bottom: 40px;
  width: 100% !important;
}
.custom-main-calendar-head {
  background: #fff !important;
}
.custom-main-calendar-title {
  padding-bottom: 10px;
  text-align: center;
  font-family: "Poiret One", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "Verdana,sans-serif";
  border-bottom: 1px solid #1b99f9;
  margin-bottom: 16px !important;
}
.custom-main-calendar-title .headerMonth {
  font-size: 28px; /*IE9以下で反映されるよう記述*/
  font-size: 1.75rem;
}
.custom-main-calendar-title .headerYear {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
}
.custom-main-calendar-table {
  width: 100% !important;
}
.custom-main-calendar-table th, .custom-main-calendar-table td {
  text-align: center !important;
  background: none !important;
}
.custom-main-calendar-table th {
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .custom-main-calendar-table th {
    font-size: 10px; /*IE9以下で反映されるよう記述*/
    font-size: 0.625rem;
  }
}
.custom-main-calendar-table td {
  padding: 3px 0 !important;
  border: solid 2px #FFF !important;
  border-radius: 20px;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .custom-main-calendar-table td {
    padding: 5px 3px;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
}
.custom-main-calendar-table td.red {
  background: #ccc !important;
  color: #999;
}
.custom-main-calendar-table td.reserveNone {
  background: rgba(150, 9, 0, 0.2) !important;
  color: #960900;
}

/* 追加記述▼▼▼ */
.entry-column .custom-main-calendar-table tr:nth-child(odd) {
  background: #fff;
}

.entry-column .custom-main-calendar-table th {
  border: unset;
}

.calendar_btn {
  background: #1b99f9;
  width: 160px;
  padding-top: 18px;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  height: 38px;
  border: 1px solid #1b99f9;
  font-weight: bold;
  color: #fff !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.calendar_btn:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  text-decoration: none !important;
}

.custom-main-calendar-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calender-admin-btn {
  max-height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-main-calendar-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 70%;
  padding: 6em 0;
}

.calender_img_PC {
  width: 20%;
}

.calender_img_SP {
  display: none;
}

@media screen and (max-width: 1100px) {
  .calender-admin-btn {
    margin: 0 auto;
  }
  .calender_img_PC {
    display: none;
  }
  .calender_img_SP {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .custom-main-calendar-contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-main-calendar-outer-wrap {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.custom-main-Allcalendar-wrap {
  width: 50% !important;
}

.entry-column .custom-main-calendar-contents-wrap th, .entry-column .custom-main-calendar-contents-wrap td {
  padding: 0;
}

/* line 1233, ../sass/style_new2.scss */
.calendar h2 {
  font-size: 18px;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold;
  color: #444;
  text-align: center;
  border-bottom: unset;
}

.calendar h2::after {
  content: none;
}

/* line 1240, ../sass/style_new2.scss */
.calendar h2 strong {
  font-family: "Lato", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 90px;
  font-size: 5.6rem;
  letter-spacing: 0.03em;
  display: block;
  color: #70c9f8;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  /* line 1240, ../sass/style_new2.scss */
  .calendar h2 strong {
    font-size: 50px;
    font-size: 3.15rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-main-calendar-head th {
    padding: 0 0 16px 0 !important;
  }
}
.calendar {
  background: #daefff;
}

.calendar .custom-main-calendar-wrap {
  background: #fff;
  border-radius: 5px;
  margin-right: 15px;
}

@media screen and (max-width: 1023px) {
  .calendar .custom-main-calendar-wrap {
    margin-right: 0;
    border-radius: 0;
  }
}
.day.w0, .day.w4 {
  background: #ccc !important;
  color: #999;
}

.day.w0.rinji, .day.w4.rinji {
  background: #fff !important;
  color: #333;
}

/* ------------------------------
　　チャットボット
------------------------------ */
#open-chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: none;
  background: none;
  z-index: 50;
}

@media (max-width: 1300px) {
  #open-chatbot img {
    max-width: 14.5vw;
  }
}
@media (max-width: 599px) {
  #open-chatbot {
    padding: 0;
    bottom: 105px;
    right: 5px;
  }
  #open-chatbot img {
    max-width: 40vw;
  }
}