@charset "UTF-8";
/* Scss Document */
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate {
  -webkit-animation: 0.8s zoom-in;
          animation: 0.8s zoom-in;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 8px;
  color: #902149;
  font-family: "Rubik", sans-serif;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
h2::after {
  content: "";
  display: block;
  height: 25px;
  margin: auto;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  margin-top: -20px;
}
h2.bgw {
  color: #5a4628;
}
h2.bgw::after {
  background-color: #fff8f0;
}

.bgw {
  background-color: #fff;
}

.toplinkBox ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 993px) {
  .toplinkBox ul {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.toplinkBox ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .toplinkBox ul li {
    width: calc(100% / 1);
    margin-bottom: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .toplinkBox ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .toplinkBox ul li img {
    width: 200px;
  }
}
.toplinkBox ul li a {
  color: #5a4628;
  font-weight: bold;
  font-size: 1.25rem;
}
.toplinkBox ul li figcaption {
  margin-top: 10px;
}

/*カレンダー2つ*/
.calendarbox {
  margin: 0 -10px;
}
.calendarbox .flexbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendarbox .calendar-item {
  width: 50%;
  padding: 0 10px;
}
.calendarbox .calendar-item:last-child {
  margin-top: 0px;
}
.calendarbox .calendar-item th,
.calendarbox .calendar-item td {
  padding: 5px !important;
}
@media screen and (max-width: 768px) {
  .calendarbox .calendar-item {
    width: 100%;
  }
  .calendarbox .calendar-item:last-child {
    margin-top: 40px;
  }
}

/*カレンダー1つ*/
.calendarArea:last-child {
  margin-top: 50px;
}
.calendarArea h3 {
  text-align: center;
  color: #5a4628;
  font-size: 5.625rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .calendarArea h3 {
    font-size: 4.375rem;
    margin: 10px 0;
  }
}
.calendarArea .calendarBox {
  border: 8px solid #5a4628;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  /*
  @include bk_point(sm) {
    border: 4px solid $subColor;
    overflow-x: auto;
    height: 500px;
  }

  */
}
@media screen and (max-width: 768px) {
  .calendarArea .calendarBox {
    padding: 10px;
  }
}
.calendarArea .calendarBox table {
  width: 100%;
}
.calendarArea .calendarBox table th,
.calendarArea .calendarBox table td {
  padding: 10px;
  width: calc(100% / 7);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .calendarArea .calendarBox table th,
  .calendarArea .calendarBox table td {
    width: 14.2857142857%;
  }
}
.calendarArea .calendarBox table th,
.calendarArea .calendarBox table td {
  /*
  @include bk_point(sm) {
    @include calc-division(1);
    display: block;
  }
  */
}
.calendarArea .calendarBox table thead th {
  font-size: 1.5625rem;
  font-weight: bold;
  /*
  @include bk_point(sm) {
    display: none;
  }
  */
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .calendarArea .calendarBox table thead th {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .calendarArea .calendarBox table thead th {
    font-size: 0.875rem;
    padding: 5px;
  }
}
.calendarArea .calendarBox table tbody tr:first-child td {
  border-top-color: #fff;
  /*
  @include bk_point(sm) {
    border-top-color: #c8c8c8;
  }
  */
}
.calendarArea .calendarBox table tbody td {
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  /*
  @include bk_point(sm) {
    border-right: none;
  }
  */
}
@media screen and (max-width: 768px) {
  .calendarArea .calendarBox table tbody td {
    padding: 5px;
  }
}
.calendarArea .calendarBox table tbody td:first-child, .calendarArea .calendarBox table tbody td:last-child {
  background-color: #f5f5f5;
}
.calendarArea .calendarBox table tbody td:first-child dl dt,
.calendarArea .calendarBox table tbody td:first-child dl dd, .calendarArea .calendarBox table tbody td:last-child dl dt,
.calendarArea .calendarBox table tbody td:last-child dl dd {
  background: none !important;
}
.calendarArea .calendarBox table tbody td:last-child {
  border-right-color: #fff;
}
.calendarArea .calendarBox table tbody td.blank {
  background-color: #fff;
}
.calendarArea .calendarBox table tbody td.blank dt,
.calendarArea .calendarBox table tbody td.blank dd {
  background-color: #fff;
}
.calendarArea .calendarBox table tbody td.offday {
  background-color: #f5f5f5;
}
.calendarArea .calendarBox table tbody td.offday dt,
.calendarArea .calendarBox table tbody td.offday dd {
  background-color: #f5f5f5;
}
.calendarArea .calendarBox table tbody td p {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .calendarArea .calendarBox table tbody td p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1rem;
  }
}
.calendarArea .calendarBox table tbody td p.event::after {
  content: url(../images/calendar-icon.svg);
  width: 20px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .calendarArea .calendarBox table tbody td p.event::after {
    width: 15px;
  }
}
.calendarArea .calendarBox table tbody td dl dt,
.calendarArea .calendarBox table tbody td dl dd {
  min-height: 1em;
  margin-top: 5px;
  border-radius: 10px;
  line-height: 100%;
}
.calendarArea .calendarBox table tbody td dl dt img,
.calendarArea .calendarBox table tbody td dl dd img {
  height: 1em;
  vertical-align: top;
}
.calendarArea .calendarBox table tbody td dl dt {
  background-color: #c3dc91;
}
.calendarArea .calendarBox table tbody td dl dd.event02 {
  background-color: #ffd75a;
}
.calendarArea .calendar-lead {
  margin-top: 20px;
}
.calendarArea .calendar-lead ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .calendarArea .calendar-lead ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.calendarArea .calendar-lead ul li {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .calendarArea .calendar-lead ul li {
    font-size: 1rem;
  }
}
.calendarArea .calendar-lead ul li span {
  display: inline-block;
  width: 90px;
  border-radius: 10px;
  height: 1em;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .calendarArea .calendar-lead ul li span {
    width: 80px;
  }
}
.calendarArea .calendar-lead ul li:nth-child(1) span {
  background-color: #c3dc91;
}
.calendarArea .calendar-lead ul li:nth-child(2) span {
  background-color: #ffd75a;
}
.calendarArea .calendar-lead ul li:nth-child(3)::before {
  content: url(../images/calendar-icon.svg);
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.top-foot-linkArea ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
}
.top-foot-linkArea ul li {
  margin-bottom: 20px;
  width: calc(100% / 3);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .top-foot-linkArea ul li {
    width: 33.3333333333%;
  }
}
.top-foot-linkArea ul li {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .top-foot-linkArea ul li {
    width: 100%;
  }
}
.top-foot-linkArea ul li.imgbox {
  display: none;
}
@media screen and (min-width: 993px) {
  .top-foot-linkArea ul li.imgbox {
    display: block;
  }
}
.top-foot-linkArea ul li.imgbox span {
  display: block;
  height: 10px;
  width: 245px;
}
.top-foot-linkArea a {
  display: block;
  text-align: center;
}
.top-foot-linkArea a::after {
  content: none;
}

.accArea {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .accArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.accArea .acc-item {
  padding: 60px;
  border-radius: 20px;
  width: calc(50% - 0px);
  color: #5a4628 !important;
  font-weight: 600;
}
.accArea .acc-item h3 {
  color: #5a4628 !important;
}
@media screen and (max-width: 768px) {
  .accArea .acc-item {
    width: 100%;
    padding: 50px 30px;
  }
}
.accArea .acc-item.chuo {
  background: url(../images/acc_bg-chuo.png) no-repeat;
  background-size: 100% 100%;
}
.accArea .acc-item.hama {
  background: url(../images/acc_bg-hama.png) no-repeat;
  background-size: 100% 100%;
}
.accArea .acc-item h3 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .accArea .acc-item h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.accArea .acc-item dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34px 10px 1fr;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  margin-top: 10px;
}
.accArea .acc-item dl dt {
  text-align: center;
}
.accArea .acc-item dl dt i {
  font-size: 2rem;
  line-height: 2rem;
}
.accArea .acc-item dl dd {
  font-size: 1.4rem;
  line-height: 2rem;
}
.accArea .acc-item dl dd span {
  display: block;
}
@media screen and (max-width: 768px) {
  .accArea .acc-item dl dd {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .accArea .acc-item dl dd span {
    display: inline;
  }
}