@charset "UTF-8";


.p-sec01 {
  padding: 50px 0;
}

.p-schedule {
  padding: 40px 0 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-schedule-content {
  width: 45%;
  max-width: 400px;
}

.p-schedule-table-wrap {
  max-width: 100%;
  width: 48%;
}

.p-schedule-table {
  width: 100%;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  border-left: solid 1px #231815;
}

.p-schedule-comment {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 5px;
}

.p-schedule-detail {
  color: #423532;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-schedule-detail dt {
  font-size: 26px;
  font-size: 2.6rem;
}

.p-schedule-detail dd {
  font-size: 28px;
  font-size: 2.8rem;
}

.p-schedule-detail dd small {
  font-size: 19px;
  font-size: 1.9rem;
}

.p-schedule-table tr {
  border-bottom: solid 1px #231815;
}

.p-schedule-table tr:last-child {
  border: none;
}

.p-schedule-table tr:first-child th {
  background: #EFE8DF;
}

.p-schedule-table th {
  height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  border-right: solid 1px #231815;
  vertical-align: middle;
}

.p-schedule-table th small {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-schedule-table td {
  width: 110px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  border-right: solid 1px #231815;
  vertical-align: middle;
}

.p-sec02 {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 40px 0 70px;
}

.p-sec02-waves {
  position: absolute;
  top: -40px;
  height: 80px;
  width: 100%;
  overflow: hidden;
}

.p-sec02-waves_bottom {
  position: absolute;
  bottom: -40px;
  height: 80px;
  width: 100%;
  overflow: hidden;
}

.p-sec02-head {
  padding-bottom: 20px;
  max-width: 355px;
  margin: 0 auto;
}

.p-sec02-content {
  max-width: 720px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-sec02-block {
  width: 283px;
  height: 283px;
  border-radius: 50%;
  padding: 60px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3E3A39;
  line-height: 1.7;
  position: relative;
}

.p-sec02-block.is-biyo {
  background: url("../../../images/page/ganbanyoku/bg_biyo.png")no-repeat;
  background-position: center;
}

.p-sec02-block.is-biyo::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_biyo.png")no-repeat;
  background-position: center;
  width: 49px;
  height: 55px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.is-biyo .p-sec02-subhead {
  color: #EF856F;
}

.p-sec02-block.is-shibo {
  background: url("../../../images/page/ganbanyoku/bg_shibo.png")no-repeat;
  background-position: center;
}

.p-sec02-block.is-shibo::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_shibo.png")no-repeat;
  background-position: center;
  width: 46px;
  height: 52px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.is-shibo .p-sec02-subhead {
  color: #F19467;
}


.p-sec02-block.is-health {
  background: url("../../../images/page/ganbanyoku/bg_health.png")no-repeat;
  background-position: center;
}

.p-sec02-block.is-health::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_health.png")no-repeat;
  background-position: center;
  width: 60px;
  height: 49px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.is-health .p-sec02-subhead {
  color: #85C57A;
}



.p-sec02-3col {
  display: flex;
  justify-content: space-between;
}

.p-sec02-subhead {
  color: #E08812;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-sec03 {
  padding: 120px 0 130px;
}

.p-sec04 {
  width: 100%;
  margin: 0 auto;
}

.p-sec04-block {
  position: relative;
}

.p-sec04-name {
  position: absolute;
  margin: 0 auto;
  padding: 30px 80px;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.p-sec04-name .m-balloon {
  position: absolute;
}

.p-sec04-name small {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.05em;
}


.p-sec04-img img {
  width: 100%;
}

.p-slider-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  cursor: pointer;
  width: 43px;
}

.p-slider-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  width: 43px;
}

/* .p-sec04-block.is-meri {
  background: url("../../../images/page/ganbanyoku/img_meri.jpg")no-repeat;
  background-size: cover;
  background-position: center;
} */

.p-sec04-block.is-meri .m-balloon {
  left: 20px;
  top: 20px;
}

/* .p-sec04-block.is-medi {
  background: url("../../../images/page/ganbanyoku/img_medi.jpg")no-repeat;
  background-size: cover;
  background-position: center;
} */

.p-sec04-block.is-medi .m-balloon {
  left: 20px;
  top: 20px;
}


.p-sec04-block.is-puu {
  text-align: right;
}

.p-sec04-block.is-puu .m-balloon {
  right: 20px;
  top: 20px;
}


.p-sec04-block.is-lumi {
  text-align: right;
}

.p-sec04-block.is-lumi .m-balloon {
  right: 20px;
  top: 20px;
}

.p-sec05 {
  padding: 90px 0 100px;
}

.p-sec05 .m-vertical {
  position: relative;
  width: 290px;
}

.p-sec05 .m-vertical::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_comics.png")no-repeat;
  width: 190px;
  height: 130px;
  bottom: -150px;
  left: -30px;
  background-position: center;
}

.p-sec05-list {
  margin-top: 50px;
  font-size: 0;
}

.p-sec05-list li {
  width: 116px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #3E3A39;
  margin-right: 10px;
  padding: 18px 0 0;
}

.p-sec05-list li span {
  display: block;
  min-height: 60px;
}

.p-sec05-list li:last-child span {
  display: block;
  padding-top: 20px;
  min-height: 60px;
}

.p-sec05 .p-2col-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 450px;
  padding-top: 110px;
}

.p-sec05 .p-2col-img {
  position: absolute;
  left: 0;
  top: -60px;
}

.p-horizontal {
  min-height: 770px;
}

.p-horizontal-content {
  position: absolute;
  left: 90px;
  bottom: 0;
  width: 550px;
}

.p-horizontal:before {
  left: 30px;
}

.p-sec06-content {
  background: url("../../../images/page/ganbanyoku/img_line.png")no-repeat;
  background-position: center top;
  max-width: 915px;
  margin: 0 auto;
  padding: 100px 0 80px;
}

.p-sec06-flex {
  max-width: 730px;
  margin: 40px auto 0;
}

.p-sec06-list {
  max-width: 730px;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-sec06-list li {
  max-width: 355px;
  width: 49%;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border: solid 3px #E08812;
  height: 64px;
  border-radius: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #E08812;
  letter-spacing: 0.05em;
  padding: 16px 0;
  cursor: pointer;
}


.p-sec06-list li.is-active {
  background: #E08812;
  color: #fff;
}

.p-sec06-children {
  display: none;
}

.p-sec06-children.is-show {
  display: block;
}


.p-sec06-2col {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.p-sec06-img {
  margin-bottom: 10px;
}

.p-sec06-box {
  text-align: center;
  position: relative;
}

.p-sec06-box p small {
  font-size: 1.4rem;
}

.p-sec06-box p {
  line-height: 1.5;
}

.p-sec06-box.is-step01 {
  padding-top: 45px;
}

.p-sec06-box.is-step01::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_arrow.png")no-repeat;
  background-position: center;
  width: 84px;
  height: 81px;
  right: -140px;
  top: 110px;
  transform: rotate(-66deg);
}

.p-sec06-box.is-step02 {
  padding-right: 50px;
}

.p-sec06-box.is-step02::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_arrow.png")no-repeat;
  background-position: center;
  width: 84px;
  height: 81px;
  right: -90px;
  bottom: 0;
  transform: rotate(66deg);
}

.p-sec06-box.is-step03::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_arrow_step03.png")no-repeat;
  background-position: center;
  width: 92px;
  height: 93px;
  left: -130px;
  top: 90px;
}

.p-sec06-box.is-step04 {
  padding: 20px 0 0 65px;
}

.p-sec06-box.is-step04::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_arrow_step04.png")no-repeat;
  background-position: center;
  width: 93px;
  height: 93px;
  left: -20px;
  bottom: -40px;
}

.p-sec06-box.is-step05::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_arrow_step05.png")no-repeat;
  background-position: center;
  width: 92px;
  height: 93px;
  right: -120px;
  bottom: 90px;
}


.p-sec06-box.is-step06 {
  padding: 15px 20px 0 0;
}

.p-sec06-box.is-step06::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/ganbanyoku/img_arrow_step06.png")no-repeat;
  background-position: center;
  width: 72px;
  height: 74px;
  right: 150px;
  bottom: -130px;
}



.p-sec06-box.is-step07 {
  margin: 0 auto;
}


.p-sec06-table {
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
  color: #423532;
  max-width: 605px;
  width: 100%;
  margin: 30px auto 0;
  border-top: dotted 4px #a78171;
}

.p-sec06-table td {
  font-size: 28px;
  font-size: 2.8rem;
  vertical-align: middle;
}

.p-sec06-table td small {
  font-size: 24px;
  font-size: 2.4rem;
}

.p-sec06-table th {
  width: 210px;
  padding: 20px 0;
  vertical-align: middle;
}

.p-sec06-table th span {
  display: block;
  text-align: center;
  width: 132px;
}

.p-sec06-table tr {
  border-bottom: dotted 4px #a78171;
}


.p-sec06-block {
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
  color: #423532;
  max-width: 605px;
  width: 100%;
  margin: 30px auto 0;
}

.p-caution {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: dotted 4px #a78171;
  padding: 20px 0;
}

.p-caution:last-child {
  border-bottom: dotted 4px #a78171;
}

.p-caution-img {
  width: 210px;
}

.p-caution-box {
  width: calc(100% - 210px);
  font-size: 2.8rem;
}

.p-caution-box small {
  font-size: 2.4rem;
}

.p-caution-img span {
  display: block;
  text-align: center;
  width: 132px;
}

#ganbanyoku .slick-dots {
  bottom: -20px;
}

#ganbanyoku .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

#ganbanyoku .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#ganbanyoku .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  border: solid 1px #E08812;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ganbanyoku .slick-dots li.slick-active button:before {
  background: #E08812;
  opacity: 1;
}


@media screen and (max-width: 980px) {

  .p-sec01 {
    padding: 30px 0 90px;
  }

  .p-schedule-detail dd {
    font-size: 2.5rem;
  }

  .p-schedule-detail dt {
    font-size: 2.4rem;
  }

  .p-schedule-detail dd small {
    font-size: 1.6rem;
  }

  .p-schedule-table th {
    font-size: 1.6rem;
  }

  .p-schedule-table td {
    font-size: 1.5rem;
  }

  .p-schedule {
    padding: 40px 0 0;
  }

  .p-sec02-waves {
    height: 50px;
    top: -20px;
  }

  .p-sec02-waves_bottom {
    height: 50px;
    bottom: -10px;
  }

  .p-sec02-content {
    font-size: 1.4rem;
    max-width: 600px;
  }

  .p-sec02-block {
    font-size: 1.4rem;
    width: 230px;
    height: 230px;
    padding: 40px 20px;
  }

  .p-sec02-subhead {
    font-size: 2.3rem;
  }

  .p-sec02-block.is-shibo::before,
  .p-sec02-block.is-health::before,
  .p-sec02-block.is-biyo::before {
    bottom: 20px;
  }

  .p-sec03 {
    padding: 70px 0 50px;
  }

  .p-horizontal {
    min-height: auto;
  }

  .p-horizontal-content {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
  }

  .p-horizontal:before {
    width: calc(100% - 30px);
    left: inherit;
    right: -30px;
  }

  .p-sec05-list {
    margin-top: 30px;
  }

  .p-sec05-list li {
    width: 105px;
    font-size: 1.2rem;
    height: 105px;
    margin-right: 7px;
    padding: 14px 0 0;
  }

  .p-sec05-list li:last-child {
    margin: 0;
  }

  .p-sec05 .p-2col-img {
    top: 30px;
    width: 45%;
  }

  .p-sec05 .p-2col-container {
    padding-left: 47%;
  }

  .p-sec06-content {
    padding: 60px 0 50px;
  }

  .p-sec06-flex {
    max-width: 660px;
  }

  .p-sec06-box.is-step02::before {
    right: -30px;
  }

  .p-sec06-box.is-step01::before {
    right: -110px;
  }

  .p-sec06-box.is-step03::before {
    left: -103px;
  }

  .p-sec06-box.is-step06::before {
    right: 120px;
  }

}

@media screen and (max-width: 767px) {

  .p-schedule {
    display: block;
    padding: 30px 0;
  }

  .p-schedule-content {
    width: 100%;
    margin: 0 auto 30px;
  }

  .p-schedule-table-wrap {
    max-width: 100%;
    width: 100%;
  }

  .p-schedule-table {
    width: 100%;
    margin: 0 auto;
  }

  .p-schedule-detail dt {
    font-size: 1.8rem;
  }

  .p-schedule-detail dd {
    font-size: 1.8rem;
  }

  .p-schedule-detail dd small {
    font-size: 1.4rem;
  }

  .p-schedule-table th {
    font-size: 1.5rem;
  }

  .p-schedule-table td {
    font-size: 1.5rem;
    width: 90px;
  }

  .p-schedule-table th small {
    font-size: 1.2rem;
  }

  .p-sec02-3col {
    display: none;
  }

  .p-sec02-block {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 30px 10px;
    text-align: left;
  }

  .p-sec02 {
    padding: 40px 0;
  }

  .p-sec02-block.is-shibo,
  .p-sec02-block.is-health,
  .p-sec02-block.is-biyo {
    background: none
  }

  .p-sec02-block.is-shibo {
    text-align: right;
  }

  .p-sec02-block.is-biyo::after {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 0;
    width: 143px;
    height: 144px;
    left: -20px;
    top: 10px;
    background: url("../../../images/page/ganbanyoku/bg_biyo.png")no-repeat;
    background-size: 143px;
  }

  .p-sec02-block.is-biyo::before {
    top: 10px;
    bottom: auto;
    left: 80px;
    transform: inherit;
  }

  .p-sec02-block.is-health::before {
    top: 10px;
    bottom: auto;
    left: 70px;
    transform: inherit;
  }

  .p-sec02-block.is-health::after {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 0;
    width: 145px;
    height: 145px;
    left: -20px;
    top: 10px;
    background: url("../../../images/page/ganbanyoku/bg_health.png")no-repeat;
    background-size: 145px;
  }

  .p-sec02-block.is-shibo::before {
    bottom: auto;
    top: -30px;
    right: 0;
    left: auto;
    transform: inherit;
  }

  .p-sec02-block.is-shibo::after {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 0;
    width: 145px;
    height: 145px;
    right: -20px;
    top: 0;
    background: url("../../../images/page/ganbanyoku/bg_shibo.png")no-repeat;
    background-size: 145px;
  }

  .p-horizontal {
    min-height: auto;
  }

  .p-horizontal-content {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
  }

  .p-sec05 .m-vertical {
    width: 100%;
    padding-bottom: 80px;
  }

  .p-sec05 .m-vertical::before {
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
    width: 110px;
    height: 80px;
    background-size: 100px;
  }

  .p-sec05-list li {
    margin-bottom: 10px;
    width: 110px;
    height: 110px;
    margin-right: 10px;
  }

  .p-sec05-list {
    max-width: 230px;
    margin: 30px auto 0;
  }

  .p-sec05-list li:nth-child(even) {
    margin-right: 0;
  }

  .p-sec05 .p-2col-img {
    left: 0;
    top: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-sec05 .p-2col-container {
    padding: 260px 0 0;
  }


  .p-2col-block {
    padding: 20px 20px 0;
  }

  .p-sec05 {
    overflow: hidden;
    padding: 50px 0;
  }

  .p-sec06-box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 !important;
  }

  .p-sec06-box::before {
    display: none;
  }

  .p-sec06-2col {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .p-sec06-2col:nth-child(2) {
    flex-wrap: wrap-reverse;
  }

  .p-sec04-name {
    padding: 10px 50px;
    font-size: 1.8rem;
  }

  .p-sec04-block .m-balloon {
    width: 30px;
    line-height: 1;
  }

  .p-sec04-block.is-meri .m-balloon,
  .p-sec04-block.is-medi .m-balloon {
    left: 10px;
    top: 10px;
  }

  .p-sec04-block.is-lumi .m-balloon,
  .p-sec04-block.is-puu .m-balloon {
    right: 10px;
    top: 10px;
  }

  .p-sec04-name small {
    font-size: 1.2rem;
  }

  .p-sec03 {
    padding: 50px 0;
  }

  .p-sec06-content {
    background: url("../../../images/page/ganbanyoku/img_line_sp.png")no-repeat;
    background-position: center top;
    padding: 50px 0;
  }

  .p-sec06-list li {
    height: auto;
    padding: 9px 0;
    font-size: 1.6rem;
  }

  .p-sec01 {
    padding: 30px 0 50px;
  }

  .p-sec02-content {
    text-align: left;
    margin: 0 auto 20px;
  }

  .p-sec02-subhead {
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
  }

  .p-sec02-block p {
    position: relative;
    z-index: 1;
  }

  .p-sec06-table th {
    width: 132px;
  }

  .p-sec06-table td {
    font-size: 2rem;
    padding-left: 20px;
    line-height: 1.2;
  }

  .p-sec06-table td small {
    font-size: 1.4rem;
  }

  .p-sec06-table th span {
    width: 100%;
  }

  .p-slider-prev {
    left: 10px;
    z-index: 40;
  }

  .p-slider-next {
    right: 10px;
    z-index: 40;
  }

  .p-sec04-img {
    position: relative;
    height: 175px;
    overflow: hidden;
  }

  .p-sec04-img img {
    position: absolute;
    height: 100%;
    max-width: inherit;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .p-caution-box small {
    font-size: 2.4rem;
  }

  .p-caution-img {
    width: 132px;
  }

  .p-caution-box {
    width: calc(100% - 132px);
    padding-left: 20px;
    font-size: 2rem;
  }

  .p-caution-box small {
    font-size: 1.4rem;
  }

  .p-sec02-sp img {
    width: 100%;
  }

}

/*--------------20221025_追加--------------*/
.p-schedule-table th {
  line-height: 1;
}

.p-schedule-table th span {
  font-size: 13px;
  font-size: 1.3rem;
}