.catch {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .catch {
    font-size: 2.2rem;
  }

  .check-wrap {
    padding: 0 20px;
  }
}

.c_txtbnr p .__tit {
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .c_txtbnr p .__tit {
    font-size: 6.4vw;
  }
}

@media (max-width: 620px) {
  .c_txtbnr p .__tit {
    font-size: 6vw;
  }
}

.for-tel-contact {
  max-width: 760px;
  margin: 0 auto 20px;
  padding: 15px 5px;
  border: 6px solid #61f0fe;
  text-align: center;
  border-radius: 4px;
}

.for-tel-contact .number {
  font-size: 1.3em;
}

@media (max-width: 767px) {
  .for-tel-contact .freedial {
    font-size: 1.4rem;
  }
}

.for-tel-contact a.tel {
  display: inline-block;
  color: #333;
  padding: 5px 0 5px 48px;
  background: url(./parts/free-dial.png) no-repeat left center;
  background-size: 50px auto;
}

@media (min-width: 768px) {
  .for-tel-contact a.tel {
    pointer-events: none;
    text-decoration: none;
  }
}

.for-calendar {
  margin-bottom: 80px;
  text-align: center;
}

p#privacy {
  width: 560px;
  margin: 20px auto 40px;
  padding: 10px;
  background-color: #eee;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  p#privacy {
    width: 100%;
    margin: 20px auto 40px;
  }
}

.c_reserve-cal {
  padding-top: 64px;
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.c_reserve-cal .item {
  width: calc(50% - 24px);
  border: 3px solid #fff;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.c_reserve-cal .matsuyama {
  border-color: #b38fcb;
}
.c_reserve-cal .niihama {
  border-color: #f44237;
}
.c_reserve-cal .imabari {
  border-color: #ec9729;
}
.c_reserve-cal .cyuo {
  border-color: #3c84c4;
}

.c_reserve-cal .img {
  margin-bottom: 24px;
}

.c_reserve-cal .name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.c_reserve-cal .name span.fss {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
}

.c_reserve-cal .c_btn-reserve {
  display: inline-block;
  text-align: center;
  margin-inline: auto;
  border-radius: 100vmax;
  border: 2px solid #fff;
  color: #fff;
  padding: 4px 24px;
  font-size: 1.8rem;
  text-decoration: none;
}
.c_reserve-cal .matsuyama .c_btn-reserve {
  border-color: #ab7fc9;
  background-color: #ab7fc9;
}
.c_reserve-cal .niihama .c_btn-reserve {
  border-color: #f44237;
  background-color: #f44237;
}
.c_reserve-cal .imabari .c_btn-reserve {
  border-color: #ec9729;
  background-color: #ec9729;
}
.c_reserve-cal .cyuo .c_btn-reserve {
  border-color: #3c84c4;
  background-color: #3c84c4;
}

.c_reserve-cal .item a {
  color: #444;
  text-decoration: none;
  scale: 1;
  transition: all 0.3s;
  display: block;
  padding-bottom: 24px;
}
.c_reserve-cal .item a:hover .img {
  opacity: 1;
}
.c_reserve-cal .item a:hover .c_btn-reserve {
  background-color: #fff;
  transition: all 0.3s;
  scale: 1.05;
}
.c_reserve-cal .matsuyama a:hover .c_btn-reserve {
  color: #ab7fc9;
}
.c_reserve-cal .niihama a:hover .c_btn-reserve {
  color: #f44237;
}
.c_reserve-cal .imabari a:hover .c_btn-reserve {
  color: #ec9729;
}
.c_reserve-cal .cyuo a:hover .c_btn-reserve {
  color: #3c84c4;
}
@media (max-width: 767px) {
  .c_reserve-cal {
    flex-direction: column;
  }
  .c_reserve-cal .item {
    width: 80%;
    margin-inline: auto;
  }
}
