@charset "UTF-8";

.title {
  font-size: 3.5rem;
  margin-bottom: 5px;
  font-weight: bold
}
.title .title_suppl{
  font-size: 3.0rem;
}
.subtitle{
  font-size: 1.5rem;
  font-weight: bold;
  color: #12428f;
  line-height: 1.4;
}

.schedule{
  margin: 16px auto 0;
}
.schedule .scheduleList{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.schedule .scheduleList .scheduleItem{
  text-align: center;
  line-height: 1.3;
  margin: 0 7px;
}
.schedule .scheduleList .scheduleItem .date{
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
}
.schedule .scheduleList .scheduleItem .date .m_d{
  font-size: 4rem;
}
.schedule .scheduleList .scheduleItem .date .day{
  font-size: 2.0rem;
  color: #124296;
}
.schedule .scheduleList .scheduleItem .time{
  display: inline-block;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 8px;
}
.schedule .scheduleList .scheduleItem .time .closeTxt{
  text-decoration: line-through;
}
.schedule .supp{
  font-size: 1.2rem;
  margin-top: 15px;
  line-height: 1.58;
  text-align: center;
}

.guidanceTable{
  margin-bottom: 45px;
}
.guidanceTable th{
  width: 8em;
}
.guidanceTable .walk{
  margin-left: 1em;
}

.guidanceNotes{
  max-width: 560px;
  margin: 0 auto;
  padding: 23px 25px;
  border: 2px solid rgba(18,66,143,0.6);
  font-size: 1.3rem;
  line-height: calc(23 / 13);
  background: #fff;
}

.boxStyle01{
  font-size: 100%;
  border: none;
}
.gMap{
  background: #dcdcdc;
  width: calc(100% + 80px);
  margin: 50px -40px 0;
  height: 400px;
  position: relative;
}
.gMap iframe{
  width: 100%;
  height: 100%;
  border: none;
}
.reservationBox{
  background: #12428f;
  color: #ffffff;
  text-align: center;
  padding: 50px;
  width: calc((800 / 1060) * 100%);
  /*margin: -50px auto 0;*/
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
}
.reservationBox .title{
  line-height: 1.3;
}
.reservationBox .title strong{
  font-size: 40px;
  display: block;
}
.reservationBox .reservationBox_inner{
  border: 1px solid rgba(255,255,255,0.5);
  margin: 30px auto 20px;
  padding: 25px;
  display: inline-block;
}
.reservationBox .reservationBox_inner .txt01{
  font-size: 20px;
  line-height: 1.3;
}
.reservationBox .reservationBox_inner .txt02{
  font-size: 12.5px;
  line-height: 1.3;
  margin: 10px auto 15px;
}
.reservationBox .reservationBox_inner .formBtn{
  margin-top: 6px;
}
.reservationBox .reservationBox_inner .formBtn a{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #12428f;
  background: #fff;
  border-radius: 3px;
  line-height: 1.3;
  padding: 17px 45px;
}
.reservationBox .reservationBox_inner .formBtn a:hover{
  opacity: 0.8;
}
.reservationBox .tel{
  font-size: 12.5px;
  line-height: 1.5;
}
.reservationBox .tel a,
.reservationBox .tel a:hover,
.reservationBox .tel a:link,
.reservationBox .tel a:active,
.reservationBox .tel a:visited{
  color: #ffffff;
  text-decoration: none;
}

.calendar{
  width:100%;
  list-style-position:outside;
  list-style-type:none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.calendar li{
  width: calc((33.33333% - 40px));
  margin: 20px;
  padding: 30px 30px 27px;
  border: 1px solid #eeeeee;
}
.calendar li.closed{
  color: rgba(0,0,0,0.5);
}
/*
.calendar li:not(.display){
  display:none;
}
*/
.calendar li.none{
  display:none;
}
.calendar li .date{
  background: #12428f;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 13px 15px;
  margin-bottom: 18px;
}
.calendar li.closed .date{
  background: #d3d3d3;
}
.calendar li .title{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.calendar li .supp{
  line-height: 1.3;
}
.calendar li .supp::before,
.calendar li .supp::after{
 content:"～";
}
.calendar li .notice{
  color: #cc0000;
  font-weight: bold;
}

@media (max-width: 1480px){
  .reservationBox .tel .br{
      display: block;
  }
}
@media (max-width: 1199.98px) {
  /*.schedule{
    margin: 2em auto 0;
  }
  .schedule .scheduleList .scheduleItem{
    margin: 0 30px;
  }
  .schedule .scheduleList .scheduleItem .date{
    font-size: 4.2rem;
  }
  .schedule .scheduleList .scheduleItem .date .day{
    font-size: 2.2rem;
  }
  .schedule .scheduleList .scheduleItem .time{
    font-size: 1.7rem;
    margin-top: 7px;
  }
  .schedule .supp{
    margin-top: 20px;
  }*/

  .gMap{
    width: calc(100% + 40px);
    margin: 50px -20px 0;
  }

  .reservationBox{
    padding: 40px;
    width: 80%;
  }
  .reservationBox .title strong{
    font-size: 34px;
  }
  .reservationBox .reservationBox_inner{
    padding: 20px 25px;
    margin: 25px auto 15px;
  }
  .reservationBox .reservationBox_inner .txt01{
    font-size: 18px;
  }
  .reservationBox .reservationBox_inner .txt02{
    font-size: 12px;
  }
  .reservationBox .reservationBox_inner .formBtn{
    margin-top: 5px;
  }
  .reservationBox .reservationBox_inner .formBtn a{
    font-size: 16px;
  }
  .reservationBox .tel{
    font-size: 12px;
  }

  .calendar{
    margin: 0 10px;
  }
  .calendar li{
    width: calc((50% - 20px));
    margin: 10px;
  }
}
@media (max-width: 767.98px){
  .title {
    font-size: 2.3rem;
    /*font-size: 26px;*/
    margin-bottom: 5px;
  }
  .title .title_suppl{
    display: block;
    font-size: 1.95rem;
    /*font-size: 22px;*/
    margin-top: 5px;
  }
  .subtitle{
    margin-top: 10px;
    font-size: 1.335rem;
    /*font-size: 15px;*/
  }

  .schedule{
    display: block;
    margin: 18px auto 0;
  }
  .schedule .scheduleList{
    display: inline-block;
  }
  .schedule .scheduleList .scheduleItem{
    margin: 0;
    text-align: left;
  }
  .schedule .scheduleList .scheduleItem .date{
    font-size: 1.45rem;
    /*font-size: 16px;*/
  }
  .schedule .scheduleList .scheduleItem .date .m_d{
    font-size: 2.7rem;
    /*font-size: 30px;*/
  }
  .schedule .scheduleList .scheduleItem .date .day{
    font-size: 1.325rem;
    /*font-size: 15px;*/
  }
  .schedule .scheduleList .scheduleItem .time{
    font-size: 1.325rem;
    /*font-size: 15px;*/
    margin-top: 8px;
  }
  .schedule .supp{
    margin-top: 15px;
    font-size: 1.075rem;
    /*font-size: 12px;*/
  }  
  
  
  .guidanceTable{
    margin-bottom: 20px;
  }
  table.table-type01.guidanceTable tr th,
  table.table-type01.guidanceTable tr td {
    padding: 15px 10px;
  }
  .guidanceTable .walk{
    display: block;
    margin-left: 0;
  }
  .guidanceNotes{
    padding: 18px 20px;
    font-size: 1.2rem;
    line-height: 1.55;
  }

  .boxStyle01{
    font-size: 83%;
  }
  
  .gMap{
    width: 100%;
    margin: 35px 0 0;
  }

  .reservationBox{
    padding: 30px;
    width: 90%;
    margin-top: 20px;
  }
  .reservationBox .title{
    font-size: 83%;
  }
  .reservationBox .title strong{
    font-size: 26px;
  }
  .reservationBox .reservationBox_inner{
    margin: 18px auto 14px;
    padding: 18px 32px;
  }
  .reservationBox .reservationBox_inner .txt01{
    font-size: 16px;
  }
  .reservationBox .reservationBox_inner .formBtn{
    margin-top: 5px;
  }
  .reservationBox .reservationBox_inner .formBtn a{
    font-size: 15px;
    padding: 15px 37px;
  }
}
@media (max-width: 575.98px) {
  .calendar{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .calendar li{
    padding: 20px 20px 15px;
    width: 100%;
    margin: 0 10px 15px;
  }
  .calendar li .date{
    font-size: 1.4rem;
    padding: 13px 15px;
    margin-bottom: 15px;
  }
  .calendar li .title{
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
  .calendar li .supp{
    font-size: 1.3rem;
  }
}

@media (max-width: 413px) {
  .reservationBox {
    width: 100%;
    padding: 25px;
  }
  .reservationBox .reservationBox_inner {
      margin: 18px auto 14px;
      padding: 18px 20px;
  }  
  .reservationBox .reservationBox_inner .formBtn a{
    padding: 18px 20px;
  }  
}
