@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  scroll-margin-left: 0;
}
caption {
  display: none;
}


/* schedule-head
-----------------------------------------------*/
#schedule-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px 10px 20px;
}
@media only screen and (max-width:767px) {
  #schedule-head {
    gap: 10px;
    padding-bottom: 10px;
  }
}


/* h2
-----------------------------------------------*/
h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  border-bottom: 2px solid #008540;
  line-height: 1.2;
  padding-bottom: 4px;
}
h2 span {
  font-size: 12px;
  margin-left: 10px;
}
@media only screen and (max-width:767px) {
  h2 {
    font-size: 20px;
  }
}


/* schedule-ttl
-----------------------------------------------*/
.schedule-ttl {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.schedule-ttl .img {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  align-items: center;
}
.schedule-ttl .example {
  display: flex;
  gap: 10px;
}
.schedule-ttl .example div {
  display: flex;
  height: 45px;
  width: 120px;
  align-items: center;
  font-size: 14px;
  border-radius: 5px;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
}
.schedule-ttl .example .teiki {
  background: #F75A89;
  color: #fff;
}
.schedule-ttl .example .ninni {
  background: #0092DB;
  color: #fff;
}
.schedule-ttl .example div br {
  display: none;
}
.schedule-ttl .point img {
  height: 45px;
}
.data p {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width:767px) {
  .schedule-ttl .img {
    justify-content: center;
    margin: 0 auto;
  }
  .schedule-ttl .example {
    gap: 5px;
  }
  .schedule-ttl .example div {
    height: 45px;
    width: 100%;
    flex: 1;
    font-size: 14px;
    padding: 0 10px;
  }
  .schedule-ttl .img img:last-child {
    height: 40px;
    width: auto;
  }
  .schedule-ttl .example div {
    line-height: 1.2;
  }
  .schedule-ttl .example div br {
    display: block;
  }
}


/* schedule-form
-----------------------------------------------*/
#schedule-form {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #DEF0EC;
  border-radius: 6px;
  padding: 20px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
#schedule-form p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #008540;
  line-height: 1.2;
}
#schedule-form form {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #008540;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
#schedule-form form div {
  display: flex;
  align-items: center;
  gap: 10px;
}
#schedule-form input {
  height: 40px;
  border-radius: 5px;
  padding: 0 0 3px 0;
  text-align: center;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #008540;
}
#schedule-form .year {
  width: 100px;
}
#schedule-form .month {
  width: 70px;
}
#schedule-form .day {
  width: 70px;
}
#schedule-form button {
  background: #008540;
  height: 40px;
  width: 80px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  #schedule-form {
    padding: 15px;
    gap: 10px;
    flex-direction: column;
  }
  #schedule-form p {
    font-size: 16px;
  }
  #schedule-form form {
    gap: 10px;
    font-size: 16px;
  }
  #schedule-form form div {
    gap: 5px;
  }
  #schedule-form input {
    font-size: 20px;
  }
  #schedule-form .year {
    width: 50px;
  }
  #schedule-form .month {
    width: 50px;
  }
  #schedule-form .day {
    width: 50px;
  }
  #schedule-form button {
    width: 60px;
    font-size: 16px;
  }
}


/* cover
-----------------------------------------------*/
#schedule-box .cover {
  position: relative;
  overflow-x: auto;
}
#schedule-box .cover::before {
  content: "";
  position: sticky;
  left: 0;
  top: 0;
  display: block;
  width: 200px;
  height: 60px;
  background: #fff;
  z-index: 12;
  margin-bottom: -60px;
}
@media only screen and (max-width:767px) {
  #schedule-box .cover {
    max-height: 100vh !important;
  }
}


/* table
-----------------------------------------------*/
#schedule-box table {
  overflow: auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 2px;
  margin-right: calc(100vw - 525px);
}
#schedule-box table thead {
  position: sticky;
  top: 0;
  z-index: 7;
}
#schedule-box table th {
  position: relative;
  z-index: 1;
  font-size: 12px;
  text-align: center;
  height: 60px;
  min-width: 60px;
  width: 60px;
  max-width: 60px;
  color: #fff;
  vertical-align: middle;
  background: #fff;
  line-height: 1.4;
}
#schedule-box table th:not(:nth-child(1))::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #008540;
  border-radius: 6px;
}
#schedule-box table th:nth-last-child(3) {
  font-size: 20px;
  min-width: 360px;
  width: 360px;
  max-width: 360px;
}
#schedule-box table th:nth-child(n+2):nth-child(-n+11)::before {
  background: #9EC900;
}
#schedule-box table th:nth-child(n+12):nth-child(-n+23)::before {
  background: #47AE46;
}
#schedule-box table th span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
#schedule-box table td {
  position: relative;
  height: 60px;
  width: 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  background: #fff;
}
#schedule-box table td::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #F8F9FC;
  border-radius: 6px;
}
#schedule-box table td:nth-child(1) {
  min-width: 200px;
  font-size: 18px;
  cursor: pointer;
  z-index: auto;
  line-height: 1.2;
  font-weight: 500;
}
#schedule-box table td:nth-child(1) .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#schedule-box table td:first-child:first-child {
  position: sticky;
  left: 0;
  z-index: 6;
}
/* 定期接種 */
#schedule-box table .teiki td:first-child:not(:empty) {
  color: #fff;
}
#schedule-box table .teiki td:first-child:not(:empty)::before {
  background: #F75A89;
}
#schedule-box table .teiki td:not(:empty) {
  color: #fff;
}
#schedule-box table .teiki td:not(:empty)::before {
  background: #F75A89;
}
/* 任意接種 */
#schedule-box table .ninni td:first-child:not(:empty) {
  color: #fff;
}
#schedule-box table .ninni td:first-child:not(:empty)::before {
  background: #0092DB;
}
#schedule-box table .ninni td:not(:empty) {
  color: #fff;
}
#schedule-box table .ninni td:not(:empty)::before {
  background: #0092DB;
}
/* このワクチンについて、気をつける点 非表示 */
#schedule-box table th:nth-last-child(1),
#schedule-box table th:nth-last-child(2),
#schedule-box table td:nth-last-child(1),
#schedule-box table td:nth-last-child(2) {
  display: none;
}
@media only screen and (max-width:767px) {
  #schedule-box {
    gap: 15px;
  }
  #schedule-box .cover::before {
    width: 130px;
    height: 45px;
    margin-bottom: -45px;
  }
  #schedule-box table {
    max-width: none;
    min-width: auto;
    margin-right: 0;
  }
  #schedule-box table th {
    font-size: 12px;
    height: 45px;
    min-width: 45px;
    width: 45px;
    max-width: 45px;
    white-space: nowrap;
  }
  #schedule-box table th span {
    font-size: 20px;
  }
  #schedule-box table th:nth-last-child(3) {
    font-size: 16px;
    min-width: 270px;
    width: 270px;
    max-width: 270px;
  }
  #schedule-box table td:nth-child(1) {
    min-width: 130px;
    font-size: 13px;
  }
  #schedule-box table td {
    height: 45px;
    min-width: 45px;
    font-size: 16px;
  }
}


/* point
-----------------------------------------------*/
#schedule-box table td point {
  position: absolute;
  left: -7px;
  bottom: -3px;
  z-index: 1;
  width: 34px;
  height: 33px;
  background: url("/img/schedule/icon-point.svg");
}
@media only screen and (max-width:767px) {
  #schedule-box table td point {
    left: -8px;
    bottom: -6px;
    transform: scale(0.7);
  }
}


/* comment
-----------------------------------------------*/
#schedule-box table td .comment-icon {
  position: absolute;
  right: -7px;
  bottom: -2px;
  z-index: 1;
  width: 29px;
  height: 28px;
  background: url("/img/schedule/icon-comment.svg");
  cursor: pointer;
}
#schedule-box table td comment {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  z-index: 1;
  background: #fff;
  color: #333;
  white-space: nowrap;
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 7px;
  line-height: 1.2;
  opacity: 0;
  transform: translate(-50%, 5px);
  transition: opacity .3s, transform .3s;
  pointer-events: none;
  text-align: center;
}
#schedule-box table td comment.active {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
#schedule-box table td comment::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  z-index: 1;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  box-sizing: border-box;
}
#schedule-box table td comment::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  transform: translateY(1px) translateX(-50%);
}
#schedule-box table td comment red {
  color: #CC0000;
}
@media only screen and (max-width:767px) {
  #schedule-box table td .comment-icon {
    right: -7px;
    bottom: -8px;
    transform: scale(0.7);
  }
  #schedule-box table td comment {
    font-size: 13px;
    padding: 5px 7px;
  }
}


/* link
-----------------------------------------------*/
#schedule-box table td .link {
  position: absolute;
  left: calc(100%);
  bottom: 50%;
  z-index: 5;
  background: #fff;
  color: #333;
  white-space: nowrap;
  transform: translate(-2px, 50%);
  font-size: 16px;
  border: 2px solid #333;
  border-radius: 10px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.2;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: opacity .3s, transform .3s;
  opacity: 0;
  pointer-events: none;
}
#schedule-box table tr:nth-child(1) td .link {
  top: 0;
  bottom: auto;
  transform: translate(-2px, 0);
}
#schedule-box table tr:last-child td .link {
  bottom: 0;
  transform: translate(-2px, 0);
}
#schedule-box table td .link.active {
  opacity: 1;
  transform: translate(0, 50%);
  pointer-events: auto;
  cursor: default;
}
#schedule-box table tr:nth-child(1) td .link.active,
#schedule-box table tr:last-child td .link.active {
  transform: translate(0, 0);
}
#schedule-box table td .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  transform: translateY(-50%) translateX(-100%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  box-sizing: border-box;
}
#schedule-box table td .link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%) translateX(calc(-100% - 2px));
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
#schedule-box table tr:nth-child(1) td .link::before {
  top: calc(50% - 10px);
}
#schedule-box table tr:nth-child(1) td .link::after {
  top: calc(50% - 10px);
}
#schedule-box table tr:last-child td .link::before {
  top: calc(50% + 10px);
}
#schedule-box table tr:last-child td .link::after {
  top: calc(50% + 10px);
}
#schedule-box table td .link a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
#schedule-box table td .link a.none-link {
  opacity: .15;
  pointer-events: none;
}
#schedule-box table td .link .modal-clone {
  display: none;
}
@media only screen and (max-width:767px) {
  #schedule-box table td .link {
    padding: 12px 15px;
    gap: 5px;
  }
  #schedule-box table td .link a {
    display: block;
    font-size: 13px;
  }
}


/* schedule-modal
-----------------------------------------------*/
body.schedule-modal-hidden {
  overflow-y: hidden;
}
.schedule-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}
.schedule-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.schedule-modal-scroll {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  max-height: 100%;
  max-width: 830px;
  width: 100%;
}
.schedule-modal-inner {
  background: #FFF2F2;
  border-radius: 20px;
  padding: 40px;
  border: 4px solid #000;
}
.schedule-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.schedule-modal-close::before,
.schedule-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}
.schedule-modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.schedule-modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.schedule-modal table {
  width: 100%;
}
.schedule-modal table th,
.schedule-modal table td {
  font-size: 16px;
  text-align: left;
  padding: 15px 10px;
  font-weight: normal;
  line-height: 1.5;
}
.schedule-modal table th,
.schedule-modal table td {
  border-bottom: 1px solid #000;
}
.schedule-modal table th {
  white-space: nowrap;
}
.schedule-modal table td {
  word-break: break-all;
}
.schedule-modal table td a {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.schedule-modal .modal-more {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 450px;
  margin: 20px auto 0;
}
.schedule-modal .modal-more a {
  display: flex;
  height: 56px;
  width: 220px;
  align-items: center;
  font-size: 16px;
  border-radius: 5px;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  background: #D77272;
  color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .schedule-modal {
    padding: 10px;
  }
  .schedule-modal-inner {
    padding: 40px 20px 20px 20px;
  }
  .schedule-modal table th,
  .schedule-modal table td {
    font-size: 13px;
    padding: 5px 5px;
  }
  .schedule-modal table th {
    white-space: normal;
    min-width: 80px;
  }
  .schedule-modal table th br {
    display: none;
  }
  .schedule-modal table td a {
    font-size: 13px;
  }
  .schedule-modal-close {
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .schedule-modal .modal-more {
    margin-top: 15px;
    max-width: 325px;
    gap: 5px;
  }
  .schedule-modal .modal-more a {
    height: 45px;
    width: 160px;
    font-size: 14px;
  }
}


/* current-cover
-----------------------------------------------*/
.current-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  pointer-events: none;
}
.current-cover::before {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 60px;
  display: block;
  border: 6px solid #01bfb7;
  border-bottom: none;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
}
.current-cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 6px solid #01bfb7;
  box-sizing: border-box;
  border-radius: 6px;
}
@media only screen and (max-width:767px) {
  .current-cover::before {
    height: 45px;
  }
}


/* cell-cover
-----------------------------------------------*/
.cell-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
#schedule-box {
  position: relative;
}


/* modal-intro
-----------------------------------------------*/
body.modal-hidden {
  overflow-y: hidden;
}
.modal-intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  padding: 20px 80px;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  opacity: 0;
  transition: opacity .4s;
}
.active .modal-bg {
  opacity: 1;
}
.modal-cover {
  position: relative;
  max-height: 100%;
  max-width: 900px;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: transform .4s,opacity .4s;
}
.active .modal-cover {
  opacity: 1;
  transform: translateY(0);
}
.modal-scroll {
  overflow-y: auto;
  z-index: 1;
  max-height: 100%;
  max-width: 900px;
  width: 100%;
}
.modal-inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px 80px;
  border: 4px solid #21B5AD;
  color: #21B5AD;
}
.modal-inner .col-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-inner .col {
  position: relative;
  padding-left: 80px;
}
.modal-inner .col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.modal-inner .col:nth-child(1)::before {
  background-image: url("/img/schedule/icon-modal-01.svg");
}
.modal-inner .col:nth-child(2)::before {
  background-image: url("/img/schedule/icon-modal-02.svg");
}
.modal-inner .col:nth-child(3)::before {
  background-image: url("/img/schedule/icon-modal-03.svg");
}
.modal-inner .col:nth-child(4)::before {
  background-image: url("/img/schedule/icon-modal-04.svg");
}
.modal-inner .col:nth-child(5)::before {
  background-image: url("/img/schedule/icon-modal-05.svg");
}
.modal-inner .col h3 {
  font-size: 24px;
  line-height: 1.5;
}
.modal-inner .col p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}
.modal-inner .note {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}
.modal-close {
  position: absolute;
  right: 0;
  top: 10px;
  width: 48px;
  height: 65px;
  cursor: pointer;
  background-image: url("/img/schedule/icon-codal-close.svg");
  background-repeat: no-repeat;
  transform: translateX(calc(100% + 10px));
}
@media only screen and (max-width:767px) {
  .modal-intro {
    padding: 10px;
  }
  .modal-inner {
    padding: 50px 20px 25px 20px;
  }
  .modal-inner .col-box {
    gap: 15px;
  }
  .modal-inner .col {
    padding-left: 50px;
  }
  .modal-inner .col::before {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
  .modal-inner .col h3 {
    font-size: 16px;
  }
  .modal-inner .col p {
    font-size: 13px;
    margin-top: 2px;
  }
  .modal-inner .note {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .modal-inner .note .pc-only {
    display: none;
  }
  .modal-close {
    right: 15px;
    top: 15px;
    width: 25px;
    height: 38px;
    background-size: 25px auto;
    transform: translateX(0);
  }
}

/* ヘルプ
-----------------------------------------------*/
#help {
  color: #008540;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  cursor: pointer;
  width: 45px;
  margin-left: 10px;
}
@media only screen and (max-width:767px) {
  #help {
    margin-left: 0;
  }
}

@media print{
  @page {
    size: landscape;
    margin: 10px;
  }
	body {
		zoom: 0.46;
		-webkit-print-color-adjust: exact;
	}
  #schedule-box .cover {
    max-height: 100% !important;
  }
  #schedule-box table {
    margin-right: 0 !important;
  }
}

.sub-schedule {
  display: none !important;
}