@charset "utf-8";

/**************************************************
		Main
**************************************************/
/* ===== calendar ===== */
.calendar_contents{
  padding: 2rem 0;
}
.calendar_contents .calendar_contents_intro{
  width: 56%;
  margin: 0 0 2rem auto;
}
.calendar_contents .contentsArea .listCalendar {
  display: flex;
  justify-content: center;
  font-weight: bold;
  letter-spacing: -0.05em;
  padding: 0 4%;
}
.calendar_contents .contentsArea .listCalendar li {
  position: relative;
  margin: 0 3px;
  padding-left: 40px;
  width: calc((100% / 2) - 6px);
  line-height: 1.2;
}
.calendar_contents .contentsArea .listCalendar li .main {
  display: block;
  margin-bottom: 3px;
  font-size: 1.1rem;
}
.calendar_contents .contentsArea .listCalendar li .sub {
  display: block;
  font-size: .9rem;
}
.calendar_contents .contentsArea .listCalendar li:before {
  position: absolute;
  bottom: calc(50% + 5px);
  left: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  border-radius: 5px;
  width: 33px;
  height: 33px;
  border: 1px solid #bdbdbd;
  text-align: center;
  line-height: 1;
  content: "";
  background-color: #fff;
}
.calendar_contents .contentsArea .listCalendar li:after {
  position: absolute;
  bottom: calc(50% + 5px);
  left: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  border-radius: 5px;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 1;
  content: "";
}
.calendar_contents .contentsArea .calendar_title {
  background: url("../img/bg_calendar_01.png") center center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding: 2% 0;
  border-radius: 20px 20px 0 0;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  border: 5px solid #FAD014;
  border-bottom: none;
  width: 100%;
  margin: 0 auto;
}
.calendar_contents .contentsArea .calendar_title .num {
  display: inline;
  padding: 0 0.2em;
  font-weight: 700;
  background: none;
}

.calendar_contents .contentsArea .tableWrap {
  padding: 0 15px 15px;
  border: 5px solid #FAD014;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
  overflow: hidden;
}

.calendar_contents.sonic .contentsArea .tableWrap {
  border: 3px solid #3e78a5;
}
.calendar_contents .contentsArea .tableCalendar {
  width: 100%;
  text-align: center;
}
.calendar_contents .contentsArea .tableCalendar th {
  padding: 20px 0;
  width: calc(100% / 7);
  font-size: 1.13rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.calendar_contents .contentsArea .tableCalendar td {
  padding: 53px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ccc;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.calendar_contents .contentsArea .tableCalendar td.undecided {
  background: transparent url("../img/icon_undecided.png") 50% 50% no-repeat;
  background-size: contain;
}

.calendar_contents .contentsArea .tableCalendar td a {
  display: block;
  margin: -53px 0;
  padding: 53px 0;
  background: transparent url("../img/icon_decided.png") 50% 50% no-repeat;
  background-size: 22px auto;
  color: #000;
  text-decoration: none;
}
.calendar_contents .contentsArea .tableDay li {
  display: table-cell;
  padding: 20px 0;
  width: calc(100% / 7);
  font-weight: bold;
  color: #000;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
}

.calendar_contents .contentsArea ol.tableCalendar li.undecided {
  background: transparent url("../img/icon_undecided.png") 50% 36% no-repeat;
  background-size: 27px auto;
  color: #000;
}
.calendar_contents .contentsArea ol.tableCalendar li {
  width: 14.28%;
  padding: 35px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #ccc;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.calendar_contents .contentsArea ol.tableCalendar li a {
  display: block;
  margin: -17px 0;
  padding: 17px 0;
  background: transparent url("../img/icon_decided.png") 50% 50% no-repeat;
  background-size: 50px auto;
  color: #000;
  text-decoration: none;
}
.calendar_contents .contentsArea .tableDay {
  display: table;
  width: 100%;
}
.calendar_contents .contentsArea ol.tableCalendar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: auto;
}

@media screen and (min-width:768px) {
  .calendar_contents {
    padding: 6rem;
    padding-top: 1rem;
  }
  .calendar_contents .calendar_contents_intro{
    width: 40%;
    margin: 0 0 2.5rem auto;
  }
  .calendar_contents .contentsArea .calendar_title {
    padding: 3rem 0;
    border-radius: 30px 30px 0 0;
    border: 10px solid #FAD014;
    border-bottom: 0px;
    font-size: 2.2rem;
  }
  .calendar_contents .contentsArea .calendar_title .num {
    padding: 0 0.2em;
  }
  .calendar_contents .contentsArea .tableWrap {
    padding: 0 40px 40px 40px;
    border: 10px solid #FAD014;
    border-top: 0;
    border-radius: 0 0 30px 30px;
    font-size: 2.2rem;
  }

  .calendar_contents .contentsArea .tableCalendar {
    width: 100%;
    text-align: center;
  }

  .calendar_contents .contentsArea .tableCalendar th {
    padding: 20px 0;
    font-size: 1.13rem;
  }

  .calendar_contents .contentsArea .tableCalendar td {
    padding: 53px 0;
    font-size: 1.5rem;
  }

  .calendar_contents .contentsAreas .tableCalendar td.undecided {
    background-size: contain;
  }

  .calendar_contents .contentsArea .tableCalendar td a {
    margin: -53px 0;
    padding: 53px 0;
    background-size: contain;
  }

  .calendar_contents .contentsArea .tableCalendar a:hover {
    opacity: 0.7;
  }

  .calendar_contents .contentsArea .tableDay li {
    padding: 20px 0;
    font-size: 80%;
  }
  .calendar_contents .contentsArea ol.tableCalendar li.undecided {
    background: transparent url("../img/icon_undecided.png") 50% 50% no-repeat;
    background-size: 70px 70px;
  }
  .calendar_contents .contentsArea ol.tableCalendar li {
    width: 14.28%;
    padding: 38px 0;
  }
  .calendar_contents .contentsArea ol.tableCalendar li a {
    margin: -53px 0;
    padding: 53px 0;
    background-size: 60px 60px;
  }
  .calendar_contents .contentsArea ol.tableCalendar a:hover {
    opacity: 0.7;
  }
  .calendar_contents.kamome .contentsArea .tableWrap {
    border: 10px solid #C3E69C;
    border-top: 0;
  }
  .calendar_contents.sonic .contentsArea .tableWrap {
    border: 10px solid #3e78a5;
  }
}


/* ===== INFOMATION ===== */
.calendar_contents .calendar_info {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 4% 0;
}
.calendar_contents .calendar_info a {
  color: #fc3030;
  text-decoration: underline;
}
.calendar_info_imege{
  width: 90%;
  margin: 0 auto;
  margin-top: 0rem;
  margin-bottom: 4rem;
}
@media screen and (min-width:768px) {
  .calendar_contents .calendar_info {
    font-size: 2.4rem;
    padding: 5rem 0;
  }
  .calendar_info_imege{
    width: 70%;
    margin: auto;
    margin-top: -2rem;
    margin-bottom: 4rem;
  }
}

/* ===== CAUTION ===== */
.calendar_caution{
  margin-bottom: 4rem;
  position: relative;
}
.calendar_caution_link{
  color: #fff;
  position: absolute;
  top: 85%;
  left: 9%;
  font-size: 90%;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .calendar_caution{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  .calendar_caution_link{
    color: #fff;
    position: absolute;
    top: 85%;
    left: 9%;
    font-size: 147%;
  }
}


/* ===== RESERVE ===== */
.calendar_reserve{
  text-align: center;
}
.calendar_reserve_ttl{
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.calendar_reserve_btn a{
  width: 75%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .calendar_reserve_ttl{
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .calendar_reserve_btn a{
    width: 56%;
    transition: .3s;
  }
  .calendar_reserve_btn a:hover{
    opacity: .7;
  }
}

/* ===== Modal ===== */
.mod {
  width: 100%;
  padding: 4rem 2rem;
  background: #fff;
  font-size: 2rem;
}
.mod .modal_ttl{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.mod .comment{
  text-align: center;
  margin-bottom: 2rem;
}
.mod .ovtable {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

.mod .ovtable th {
  padding: 2rem 1rem;
  border: 1px solid #ccc;
  background: url("../img/table_bg.jpg") center center no-repeat;
  background-size: cover;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 2rem;
}

.mod .ovtable td {
  padding: 2rem 1rem;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.9rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.mod .listCaution01 dd {
  margin: -2em 0 0 2em;
  font-size: 1.6rem;
}

.mod .button{
  width: 76%;
  margin: 0 auto 2rem auto;
}
.mod .button a {
  display: block;
  background-image: url(../img/button_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 15/4;
  transition: all .3s;
}
.mod .button a:hover {
  opacity: 0.9;
}

.mod .button dt {
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 4rem 0 1rem 0;
}
@media screen and (min-width:768px) {
  .mod {
    width: 100%;
    padding: 4rem 4rem;
    font-size: 1.8rem;
  }
  .mod .modal_ttl{
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .mod .comment{
    text-align: center;
    margin-bottom: 2rem;
  }
  .mod .ovtable {}

  .mod .ovtable th {
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }

  .mod .ovtable td {
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
  .mod .listCaution01 dd {
    margin: -2em 0 0 2em;
    font-size: 1.4rem;
  }

  .mod .button{
    width: 52%;
    margin: 0 auto 2rem auto;
  }
  .mod .button a {
  }
  .mod .button a:hover {
    opacity: 0.9;
  }

  .mod .button dt {
    font-size: 2rem;
    padding: 2rem 0 1rem 0;
  }
}

/* -------------------------------------- xxxxxx */
.nextMonth {
  display: none;
  margin-top: 15px;
}

@media screen and (min-width:768px) {
  .nextMonth {
    margin-top: 30px;
  }
}
