/* recommend
======================================= */
.recommend__inner {
  padding: 5em 0 6.25em;
}
.recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125em 5%;
}
@media (max-width: 1280px) {
  .recommend__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .recommend__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
    max-width: 350px;
    margin: 0 auto;
  }
}

/* a-schedule
======================================= */
.a-schedule {
  background-color: #fff;
}
.a-schedule__inner {
  padding: 5em 0;
}
.a-schedule__anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125em 5%;
  margin-bottom: 10em;
}
@media (max-width: 1024px) {
  .a-schedule__anchor {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .a-schedule__anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
.a-schedule__anchor-item a {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .a-schedule__anchor-item a {
    padding-bottom: 0.75em;
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .a-schedule__anchor-item .btn__circle-icon {
    width: 2em;
    height: 2em;
  }
}
.a-schedule__areas {
  margin-bottom: 6.25em;
}
.a-schedule__area:nth-child(n+2) {
  margin-top: 6.25rem;
}
.a-schedule__area-group {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  margin-top: 2.5rem;
}
.a-schedule__area-group.is-open .a-schedule__area-subtitle {
  background-color: #007CCF;
  color: #fff;
}
.a-schedule__area-group.is-open .a-schedule__area-subtitle-btn {
  background-color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.a-schedule__area-group.is-open .a-schedule__area-subtitle-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .a-schedule__area-group.is-open .a-schedule__area-subtitle-btn::before {
    -webkit-transform: translate(-1px, -1px) rotate(45deg);
            transform: translate(-1px, -1px) rotate(45deg);
  }
}
.a-schedule__area-subtitle {
  font-size: 1.5em;
  color: #007CCF;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 1.5rem 1.875rem;
  cursor: pointer;
}
.a-schedule__area-subtitle-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .a-schedule__area-subtitle-btn {
    width: 24px;
    height: 24px;
  }
}
.a-schedule__area-subtitle-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .a-schedule__area-subtitle-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.a-schedule__area-contents {
  display: none;
  padding: 1.5rem 1.875rem 3.125rem;
}
.a-schedule__area-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125em;
  margin-bottom: 3.125em;
}
@media (max-width: 1280px) {
  .a-schedule__area-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .a-schedule__area-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
@media (max-width: 768px) {
  .a-schedule__area-items {
    grid-template-columns: repeat(1, 1fr);
    max-width: 350px;
    margin: 0 auto 2.5em;
  }
}
.a-schedule__area-items .schedule__item {
  width: 100%;
}
.a-schedule__area-items .schedule__item a {
  padding: 3.125rem 1rem 1.5rem;
  border: 2px solid #007CCF;
}
.a-schedule__area-items .schedule__item a:hover {
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.a-schedule__area-items .schedule__item a:hover .schedule__item-btn > span {
  background-color: #fff;
  color: #007CCF;
}
.a-schedule__area-items .schedule__item a:hover .schedule__item-btn > span::after {
  border-top: 2.5px solid #007CCF;
  border-right: 2.5px solid #007CCF;
}
.a-schedule__area-items .schedule__item-title {
  display: none;
}
.a-schedule__area-items .schedule__item-btn {
  width: 100% !important;
  height: 40px;
}
.a-schedule__area-notice {
  font-weight: 600;
  text-align: center;
  margin-top: 2.875em;
  margin-bottom: 3.75em;
}
.a-schedule__area-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125em;
}
@media (max-width: 768px) {
  .a-schedule__area-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5em;
  }
}
.a-schedule__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media (max-width: 1024px) {
  .a-schedule__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}