.ith-c-caution {
  border-radius: 12px;
  background-color: var(--color-gray);
  padding: 40px;
}
.ith-c-caution__heading {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 30px;
  text-align: center;
}
.ith-c-text {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.ith-c-text--table-caption {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid var(--color-blue);
}
.ith-c-image-unit {
  margin-bottom: 20px;
  text-align: center;
}
.ith-c-image-unit__image {
  width: 600px;
  height: auto;
  margin: 0 auto;
}
.ith-c-image-unit__caption {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
.ith-c-table {
  margin-bottom: 40px;
}
.ith-c-table tr td, .ith-c-table tr th {
  padding: 10px;
  color: #4d4d4d;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-align: left;
  line-height: 1.6;
}
.ith-c-table tr th {
  font-weight: bold;
  color: #000000;
  background: #f0f0f0;
  text-align: center;
  width: 25%;
}
.ith-c-label {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
}
.ith-c-label--ginowan {
  color: var(--color-yellow);
  background-color: var(--color-blue);
}
.ith-c-label--kadena {
  background-color: var(--color-blue2);
}
.ith-c-tab {
  margin-bottom: 20px;
  text-align: center;
}
.ith-c-tab__button {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  margin: 0 10px;
  width: 200px;
  height: 50px;
  background-color: var(--color-gray);
  color: #000000;
  border-radius: 6px;
  font-size: 19px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  transition: opacity 0.2s ease-out;
}
.ith-c-tab__button:hover {
  opacity: 0.6;
}
.ith-c-tab__button.js-active {
  cursor: default;
  background: var(--color-blue);
  color: #ffffff;
}
.ith-c-tab__button.js-active:hover {
  opacity: 1;
}
.ith-c-list {
  margin-bottom: 5px;
}
.ith-c-list li {
  list-style: disc inside;
}
.ith-c-news {
  display: inline-block;
  margin: 5px 0;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}
.ith-c-news:hover {
  opacity: 0.7;
}
.ith-c-news__date {
  display: inline-block;
  color: #808080;
  font-size: 14px;
  margin-bottom: 0.2em;
}
.ith-c-news__title {
  display: block;
  font-size: 16px;
  color: #003a8f;
}
.ith-c-link {
  color: #003a8f !important;
  text-decoration: underline !important;
  transition: opacity 0.2s ease-out;
}
.ith-c-link:hover {
  opacity: 0.7;
}
.ith-u-color-red {
  color: var(--color-red);
}
.ith-u-hide-pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .ith-c-caution {
    border-radius: 8px;
    background-color: var(--color-gray);
    padding: 20px;
  }
  .ith-c-caution__heading {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-blue);
    margin-bottom: 20px;
    text-align: center;
  }
  .ith-c-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .ith-c-text--table-caption {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid var(--color-blue);
  }
  .ith-c-image-unit {
    margin-bottom: 20px;
    text-align: center;
  }
  .ith-c-image-unit__image {
    width: 600px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .ith-c-image-unit__caption {
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
  }
  .ith-c-table {
    margin-bottom: 20px;
  }
  .ith-c-table tr td, .ith-c-table tr th {
    padding: 5px;
    color: #4d4d4d;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: left;
    line-height: 1.6;
  }
  .ith-c-table tr th {
    font-weight: bold;
    color: #000000;
    background: #f0f0f0;
    text-align: center;
    width: 25%;
  }
  .ith-c-table tr td {
    font-size: 12px;
  }
  .ith-c-label {
    display: inline-block;
    padding: 2px 4px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
  }
  .ith-c-label--ginowan {
    color: var(--color-yellow);
    background-color: var(--color-blue);
  }
  .ith-c-label--kadena {
    background-color: var(--color-blue2);
  }
  .ith-c-tab {
    margin-bottom: 20px;
    text-align: center;
  }
  .ith-c-tab__button {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    margin: 0 6px;
    width: 120px;
    height: 42px;
    background-color: var(--color-gray);
    color: #000000;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    transition: opacity 0.2s ease-out;
  }
  .ith-c-tab__button:hover {
    opacity: 0.6;
  }
  .ith-c-tab__button.js-active {
    cursor: default;
    background: var(--color-blue);
    color: #ffffff;
  }
  .ith-c-tab__button.js-active:hover {
    opacity: 1;
  }
  .ith-c-list {
    margin-bottom: 5px;
  }
  .ith-c-list li {
    list-style: disc inside;
  }
  .ith-c-news {
    display: inline-block;
    margin: 5px 0;
    text-decoration: underline;
    transition: opacity 0.2s ease-out;
  }
  .ith-c-news:hover {
    opacity: 0.7;
  }
  .ith-c-news__date {
    display: inline-block;
    color: #808080;
    font-size: 11px;
    margin-bottom: 0.2em;
  }
  .ith-c-news__title {
    display: block;
    font-size: 14px;
    color: #003a8f;
  }
  .ith-c-link {
    color: #003a8f !important;
    text-decoration: underline !important;
    transition: opacity 0.2s ease-out;
  }
  .ith-c-link:hover {
    opacity: 0.7;
  }
  .ith-u-color-red {
    color: var(--color-red);
  }
  .ith-u-hide-pc {
    display: inline;
  }
}
:root {
  interpolate-size: allow-keywords;
  --color-blue: #003a8f;
  --color-blue2: #4c678e;
  --color-yellow: #ffe10d;
  --color-gray: #dddddd;
  --color-red: #cc0000;
}

/*----------------------------------
	FAQ
 */
.ith-faq__heading {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  background-color: var(--color-blue);
  padding: 12px 16px;
  text-align: center;
  margin-bottom: 40px;
}
.ith-faq__unit {
  font-size: 16px;
  margin-bottom: 60px;
}
.ith-faq__question {
  font-size: 19px;
  position: relative;
  padding: 4px 0 0 60px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.ith-faq__question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
  text-align: center;
  width: 42px;
  height: 42px;
  color: var(--color-yellow);
  font-family: "Futura";
  font-weight: bold;
  font-size: 20px;
  line-height: 42px;
  margin-right: 10px;
  border-radius: 100%;
}
.ith-faq__answer {
  position: relative;
  padding: 8px 0 0 60px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.ith-faq__answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  text-align: center;
  width: 42px;
  height: 42px;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  font-family: "Futura";
  font-weight: bold;
  font-size: 20px;
  line-height: 42px;
  margin-right: 10px;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .ith-faq__heading {
    font-size: 16px;
    padding: 12px 16px;
    margin-bottom: 30px;
  }
  .ith-faq__unit {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .ith-faq__question {
    font-size: 14px;
    padding: 4px 0 0 44px;
    margin-bottom: 20px;
  }
  .ith-faq__question::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    margin-right: 10px;
    border-radius: 100%;
  }
  .ith-faq__answer {
    padding: 4px 0 0 44px;
    margin-bottom: 30px;
  }
  .ith-faq__answer::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    margin-right: 10px;
    border-radius: 100%;
  }
}
/*----------------------------------
	EVENT
 */
.ith-event {
  width: 100%;
}
.ith-event-title {
  position: relative;
  padding: 12px 16px;
  background: var(--color-blue);
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.ith-event-title--sub {
  background: var(--color-gray);
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
}
.ith-event-title--sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(5px) rotate(-45deg);
  transition: transform 0.2s;
}
.ith-event-title--sub.st-open::after {
  transform: translateY(0) rotate(135deg);
}
.ith-event-content {
  margin: 0 20px 60px;
  overflow: hidden;
  transition: height 0.2s ease-out, padding 0.2s ease-out;
}
.ith-event-content:last-child {
  margin-bottom: 0;
}
.ith-event-content--sub {
  border: 1px solid var(--color-gray);
  border-radius: 0 0 12px 12px;
  margin: 0 0 60px;
  padding: 40px;
}
.ith-event-content__unit {
  margin-bottom: 40px;
}
.ith-event-content.st-close {
  height: 0;
  padding: 10px 40px 0;
}

@media screen and (max-width: 768px) {
  .ith-event {
    width: 100%;
  }
  .ith-event-title {
    position: relative;
    padding: 8px;
    background: var(--color-blue);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .ith-event-title--sub {
    padding: 8px 36px 8px 8px;
    background: var(--color-gray);
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
  }
  .ith-event-title--sub::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: translateY(5px) rotate(-45deg);
    transition: transform 0.2s;
  }
  .ith-event-title--sub.st-open::after {
    transform: translateY(0) rotate(135deg);
  }
  .ith-event-content {
    margin: 0 0 20px;
    overflow: hidden;
    transition: height 0.2s ease-out, padding 0.2s ease-out;
  }
  .ith-event-content:last-child {
    margin-bottom: 0;
  }
  .ith-event-content--sub {
    border: 1px solid var(--color-gray);
    border-radius: 0 0 12px 12px;
    margin: 0 0 20px;
    padding: 10px;
  }
  .ith-event-content__unit {
    margin-bottom: 20px;
  }
  .ith-event-content.st-close {
    height: 0;
    padding: 10px 10px 0;
  }
}
/*----------------------------------
	SCHEDULE
 */
.ith-schedule-calendar {
  width: 750px;
  height: 750px;
  margin: 0 auto 10px;
  position: relative;
}
.ith-schedule-calendar__image {
  width: 100%;
  height: auto;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .ith-schedule-calendar {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
