@charset "utf-8";

#yak.schedule a {
  text-decoration: none;
}

#yak.schedule button {
  border: none;
}

#yak.schedule .-wb {
  display: inline-block;
}

#yak.schedule .firstview .inner {
  height: unset;
}

#yak.schedule .-sp {
  display: none;
}

@media (max-width: 768px) {

  #yak.schedule .-pc {
    display: none;
  }

  #yak.schedule .-sp {
    display: block;
  }
}

#yakpaint1 {
  left: calc(50vw - 243px);
  width: calc(100vw - (50vw - 243px));
  height: 694px;
  border-radius: 0 0 0 40px;
}

@media (max-width: 768px) {
  #yakpaint1 {
    left: calc(50vw - 101px);
    width: calc(100vw - (50vw - 101px));
    height: 486px;
  }
}


@media (max-width: 768px) {
  #yak.schedule .firstview .viewimage {
    max-width: 600px;
  }
}

/* ↓↓↓ repletion ↓↓↓ */
#yak.schedule .repletion {
  width: 1170px;
  text-align: justify;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 60px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .repletion {
    max-width: 600px;
    width: 100%;
  }
}

#yak.schedule .repletion img {
  width: 184px;
  margin: 0 auto;
}

#yak.schedule .repletion p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #yak.schedule .repletion p {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

/* ↑↑↑ repletion ↑↑↑ */

/* ↓↓↓ index_area ↓↓↓ */
#yak.schedule .index_area {
  padding: 0 20px;
  margin: 46px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .index_area {
    margin: 30px auto 0;
  }
}

#yak.schedule .index_area .box {
  width: 1130px;
  background-color: #F5F5F5;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px 64px 24px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #yak.schedule .index_area .box {
    max-width: 600px;
    width: 100%;
    padding: 20px 25px 24px;
  }
}

#yak.schedule .index_area .head {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #395EAB;
}

@media (max-width: 768px) {
  #yak.schedule .index_area .head {
    font-size: 2.2rem;
  }
}

#yak.schedule .index_area .list {
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .index_area .list {
    flex-direction: column;
    margin: 17px auto 0;
  }
}

#yak.schedule .index_area .unit {
  position: relative;
  width: calc((100% - 14px*3)/4);
  min-height: 86px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 11px 27px 24px;
}

@media (max-width: 768px) {
  #yak.schedule .index_area .unit {
    width: 100%;
    min-height: unset;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 32px 13px 16px;
  }

  #yak.schedule .index_area .unit:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#yak.schedule .index_area .unit p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}

@media (max-width: 768px) {
  #yak.schedule .index_area .unit p {
    text-align: start;
  }
}

#yak.schedule .index_area .unit:hover p,
#yak.schedule .index_area .unit:hover p span {
  text-decoration: underline;
  color: #274288;
}

@media (max-width: 768px) {

  #yak.schedule .index_area .unit:hover p,
  #yak.schedule .index_area .unit:hover p span {
    text-decoration: none;
    color: #333333;
  }
}

#yak.schedule .index_area .unit img {
  position: absolute;
  width: 12px;
  height: 7px;
  transform: translate(50%, 0);
  right: 50%;
  bottom: 9px;
}

@media (max-width: 768px) {
  #yak.schedule .index_area .unit img {
    transform: translate(0, 50%);
    bottom: 50%;
    right: 16px;
  }
}

/* ↑↑↑ index_area ↑↑↑ */

/* ↓↓↓ wrap ↓↓↓ */
#yak.schedule .wrap {
  width: 1170px;
  box-sizing: border-box;
  padding: 30px 20px 0;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .wrap {
    width: 100%;
    padding: 30px 20px 0;
    margin: 20px auto;
  }
}

#yak.schedule .wrap .container {
  max-width: 1130px;
  border-top: 4px solid #274288;
  padding-top: 15px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container {
    max-width: 600px;
  }
}

#yak.schedule .wrap .container .title {
  position: relative;
  padding: 0 0 0 38px;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .title {
    padding: 0 0 0 29px;
  }
}

#yak.schedule .wrap .container .title::before {
  content: '';
  position: absolute;
  background: url(../images/schedule_wrap_deco.png)no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .title::before {
    width: 22px;
    height: 22px;
  }
}

#yak.schedule .wrap .container .title p {
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .title p {
    font-size: 2.2rem;
  }
}

#yak.schedule .wrap .container .inner {
  margin-top: 36px;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .inner {
    margin-top: 25px;
  }
}

#yak.schedule .table-block {
  width: 1170px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 45px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .table-block {
    max-width: 640px;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 31px auto;
  }
}

#yak.schedule .wrap .container .inner+.inner,
#yak.schedule .table-block .inner+.inner {
  margin-top: 45px;
}

#yak.schedule .wrap .container .lead,
#yak.schedule .table-block .lead {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 768px) {

  #yak.schedule .wrap .container .lead,
  #yak.schedule .table-block .lead {
    font-size: 1.6rem;
  }
}

#yak.schedule .wrap .container .lead.deco {
  width: 563px;
  font-size: 2.4rem;
  color: #274288;
  background-color: #fff;
  border-radius: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #274288;
  border-left: none;
  box-shadow: 2px 2px 0 #274288;
  padding: 10px 20px 7px 9px;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .lead.deco {
    width: 95.525%;
    font-size: 2rem;
  }
}

#yak.schedule .wrap .container .box {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .box {
    flex-direction: column-reverse;
    margin: 24px auto 0;
  }
}

#yak.schedule .wrap .container .box._noimage {
  display: block;
}

#yak.schedule .wrap .container .textgroup {
  max-width: 666px;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .textgroup {
    margin-top: 24px;
  }
}

#yak.schedule .wrap .container .box._noimage .textgroup {
  max-width: none;
}

#yak.schedule .wrap .container .textgroup .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .textgroup .text {
    font-size: 1.4rem;
  }
}

#yak.schedule .wrap .container .box .note {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: justify;
  display: block;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  margin-top: 10px;
}

#yak.schedule .wrap .container .textgroup .text+.text {
  margin-top: 3.2rem;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .textgroup .text+.text {
    margin-top: 2.8rem;
  }
}

#yak.schedule .wrap .container .box .text-dot {
  display: block;
  font-weight: 700;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

#yak.schedule .wrap .container .image {
  max-width: 400px;
  margin: -87px 0 0;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .image {
    max-width: none;
    margin: 0;
  }
}


#yak.schedule .table-block .box.center {
  position: relative;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .table-block .box.center {
    position: relative;
    margin: 20px auto 0;
  }
}

@media (max-width: 624px) {
  #yak.schedule .table-block .box.center::before {
    content: '';
    position: absolute;
    background: url(../images/schedule_table_arrow.svg)no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    z-index: 1;
  }
}

#yak.schedule .table-block .box.center .image {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #yak.schedule .table-block .box.center .image {
    width: 100%;
    overflow-x: scroll;
  }

  #yak.schedule .table-block .box.center .image img {
    max-width: none;
    width: 600px;
  }
}


#yak.schedule .wrap .container .box .text+.image {
  max-width: none;
  margin: 30px auto;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .box .text+.image {
    margin: 24px auto;
  }
}

/* flow-block */
#yak.schedule .flow-block {
  margin-top: 30px;
}

#yak.schedule .flow-block .flow-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #yak.schedule .flow-block .flow-list {
    flex-direction: column;
    width: 85.075%;
    margin: 20px auto 0;
  }
}

#yak.schedule .flow-block .flow-unit {
  position: relative;
  width: calc((100% - 11px*6)/7);
  height: 132px;
  border: 1px solid #274288;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 9px;
}

@media (max-width: 768px) {
  #yak.schedule .flow-block .flow-unit {
    width: 100%;
    height: 69px;
    flex-direction: row;
    padding: 15px 24px;
  }

  #yak.schedule .flow-block .flow-unit:not(:last-of-type) {
    margin-bottom: 11px;
  }
}

#yak.schedule .flow-block .flow-unit:not(:last-of-type)::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #274288;
  transform: translate(100%, 50%);
  bottom: 50%;
  right: 0;
}

@media (max-width: 768px) {
  #yak.schedule .flow-block .flow-unit:not(:last-of-type)::before {
    border-width: 6px 5px 0 5px;
    border-color: #274288 transparent transparent transparent;
    transform: translate(50%, 100%);
    bottom: 0;
    right: 50%;
  }
}

#yak.schedule .flow-block .flow-num {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #274288;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #yak.schedule .flow-block .flow-num {
    padding-right: 20px;
  }
}

#yak.schedule .flow-block .flow-text {
  height: 59px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  #yak.schedule .flow-block .flow-text {
    height: auto;
    line-height: 1.4;
  }
}

#yak.schedule .flow-block .flow-text .sup {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

@media (max-width: 768px) {
  #yak.schedule .flow-block .flow-text .sup {
    font-size: 1rem;
    font-weight: 500;
    margin-left: -5px;
  }
}

/* schedule-block */
#yak.schedule .schedule-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 74px;
}

@media (max-width: 768px) {
  #yak.schedule .schedule-block {
    max-width: 600px;
    flex-direction: column;
  }
}

#yak.schedule .schedule-block .schedule-unit {
  position: relative;
  width: calc((100% - 60px)/2);
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 40px 30px;
}

@media (max-width: 768px) {
  #yak.schedule .schedule-block .schedule-unit {
    width: 100%;
    padding: 53px 25px 30px;
  }
}

#yak.schedule .schedule-block .schedule-unit:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 69px;
}

@media (max-width: 768px) {
  #yak.schedule .schedule-block .schedule-unit:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }

  #yak.schedule .schedule-block .schedule-unit:not(:last-of-type) {
    margin-bottom: 59px;
  }
}

#yak.schedule .wrap .container .schedule-block .lead.deco {
  position: absolute;
  width: 400px;
  transform: translateY(-50%);
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  #yak.schedule .wrap .container .schedule-block .lead.deco {
    width: 95.525%;
  }
}

#yak.schedule .schedule-unit .schedule-image {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #yak.schedule .schedule-unit .schedule-image {
    width: 100%;
  }
}

#yak.schedule .schedule-unit .schedule-text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 24px;
  text-align: justify;
}

@media (max-width: 768px) {
  #yak.schedule .schedule-unit .schedule-text {
    font-size: 1.4rem;
  }
}

/* ↑↑↑ wrap ↑↑↑ */

/* ↓↓↓ secondary-area ↓↓↓ */

#yak.schedule .secondary-area {
  padding: 70px 20px 0;
  margin: 36px auto 0;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-area {
    padding: 70px 20px 0;
    margin: 21px auto 0;
  }
}

#yak.schedule .secondary-area .container {
  position: relative;
  width: 1130px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #E2F6FF;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 61px 64px 40px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-area .container {
    max-width: 600px;
    width: 100%;
    padding: 65px 25px 30px;
  }
}

#yak.schedule .secondary-area .secondary-title {
  position: absolute;
  width: 663px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #274288;
  border-radius: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #fff;
  border-left: none;
  box-shadow: 2px 2px 0 #fff;
  padding: 10px 51px 7px 9px;
  transform: translateY(-50%);
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-area .secondary-title {
    width: 95.525%;
    font-size: 2rem;
  }
}

#yak.schedule .secondary-area .secondary-inner {
  margin-top: 30px;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-area .secondary-inner {
    margin-top: 24px;
  }
}

#yak.schedule .secondary-area .secondary-unit {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#yak.schedule .secondary-unit:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-unit:not(:last-of-type) {
    margin-bottom: 16px;
  }
}


#yak.schedule .secondary-unit .secondary-num {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: #274288;
  text-align: center;
  background-color: #fff;
  border: 1px solid #274288;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#yak.schedule .secondary-unit .secondary-num.-sp {
  display: none;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-unit .secondary-num {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    margin-right: 15px;
  }

  #yak.schedule .secondary-unit .secondary-num.-pc {
    display: none;
  }

  #yak.schedule .secondary-unit .secondary-num.-sp {
    display: flex;
  }
}

#yak.schedule .secondary-unit:not(:last-of-type) .secondary-num::before {
  content: '';
  position: absolute;
  background: url(../images/schedule_dots.svg);
  width: 2px;
  height: 100%;
  transform: translate(-50%, 100%);
  transform-origin: center;
  bottom: -1px;
  left: 50%;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-unit:not(:last-of-type) .secondary-num::before {
    content: none;
  }
}

#yak.schedule .secondary-unit .secondary-num .num-s {
  font-size: 1.6rem;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-unit .secondary-num .num-s {
    font-size: 1rem;
  }
}

#yak.schedule .secondary-unit .secondary-textgroup {
  width: 878px;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-unit .secondary-textgroup {
    width: 100%;
  }
}

#yak.schedule .secondary-unit .secondary-textgroup .secondary-head {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #yak.schedule .secondary-unit .secondary-textgroup .secondary-head {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
}

#yak.schedule .secondary-unit .secondary-textgroup .secondary-text {
  text-align: justify;
  margin-top: 11px;
}

/* ↑↑↑ secondary-area ↑↑↑ */
/* ↓↓↓ search-btn ↓↓↓ */
#yak .search-btn {
  max-width: 390px;
  background-color: #274288;
  border-radius: 50px;
  font-size: 1.6rem;
  /* font-weight: 700; */
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0 14px 0;
  margin: 40px auto 0;
  transition: opacity ease .3s;
}

@media (max-width: 768px) {
  #yak .search-btn {
    margin: 40px auto 0;
  }
}

#yak .search-btn:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  #yak .search-btn:hover {
    opacity: 1;
  }
}

/* ↑↑↑ search-btn ↑↑↑ */