@charset "UTF-8";
/* # =================================================================
# Style
# ================================================================= */
/* --------------- slick ---------------   */
.hero {
  width: 100%;
  overflow: hidden;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide > div {
  height: 100%;
  width: 100%;
}

.slick-slide.hero-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- overview ---------------   */
.overview {
  position: relative;
  padding-bottom: 500px;
}
.overview__main {
  position: relative;
  width: 60vw;
  min-width: 716px;
  max-width: 1280px;
  background-color: #f0ebe5;
  border-radius: 0 15px 15px 0;
  padding: 10px;
  margin-top: 200px;
  margin-left: calc((100vw - 1200px) / -2);
  z-index: 4;
}
.overview__line {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 0px 10px 10px 0px;
  border-left: none;
  padding: 80px 70px 90px;
}
.overview__main-inner {
  width: 100%;
  max-width: 525px;
  margin-left: auto;
}
.overview__heading {
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  color: #5a371b;
}
.overview__heading .sp-only {
  display: none;
}
.overview__text {
  margin-top: 40px;
}
.overview__text span {
  display: inline-block;
  line-height: 2;
}
.overview__text span.pc-mt {
  margin-top: 40px;
}
.overview__link-wrap {
  width: 720px;
}
.overview__link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 345px;
  background-color: #335b3c;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 60px;
  padding: 35px 20px;
  margin: -50px auto 0;
  z-index: 5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.overview__link span {
  color: #ffffff;
  font-size: 20px;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
}
.overview__link:hover {
  background-color: #ffffff;
  border-color: #335b3c;
}
.overview__link:hover span {
  color: #335b3c;
}
.overview__bg {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.overview__bg--01 {
  top: -100px;
  right: 0;
  width: 20vw;
  min-width: 328px;
  height: 334px;
  background-color: #f0ebe5;
  border-radius: 15px 0 0 15px;
  margin-right: calc((100vw - 1200px) / -2);
  z-index: 2;
}
.overview__bg--02 {
  top: 110px;
  right: 1vw;
  width: 30vw;
  max-width: 352px;
  aspect-ratio: 352/253;
  background-image: url("../img/img_overview01.jpg");
  border-radius: 15px;
  z-index: 5;
}
.overview__bg--03 {
  bottom: 250px;
  right: 0;
  width: 50vw;
  max-width: 665px;
  aspect-ratio: 665/522;
  background-image: url("../img/img_overview02.jpg");
  border-radius: 15px;
  margin-right: calc((100vw - 1200px) / -2);
  z-index: 1;
}
.overview__bg--03.sp-only {
  display: none;
}
.overview__bg--04 {
  top: 900px;
  left: 0;
  width: 404px;
  aspect-ratio: 404/290;
  background-image: url("../img/img_overview03.jpg");
  border-radius: 15px;
  margin-right: calc((100vw - 1200px) / -2);
  z-index: 1;
}
.overview__bg-cloud {
  width: 100vw;
  position: fixed;
  top: 300px;
  left: 0;
  z-index: -100;
}
.overview__cloud {
  position: absolute;
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: 1;
  background-color: #daf0f9;
}
.overview__cloud--01 {
  top: 0;
  left: -10px;
  width: 220px;
  height: 73px;
  -webkit-mask-image: url("../img/bg/bg_cloud01.svg");
          mask-image: url("../img/bg/bg_cloud01.svg");
}
.overview__cloud--02 {
  top: -40px;
  right: -4%;
  width: 330px;
  height: 100px;
  -webkit-mask-image: url("../img/bg/bg_cloud02.svg");
          mask-image: url("../img/bg/bg_cloud02.svg");
}
.overview__cloud--03 {
  top: -140px;
  left: 20%;
  width: 330px;
  height: 100px;
  -webkit-mask-image: url("../img/bg/bg_cloud03.svg");
          mask-image: url("../img/bg/bg_cloud03.svg");
}

@media screen and (max-width: 1280px) {
  .overview__main {
    margin-left: -30px;
  }
  .overview__bg--01 {
    margin-right: -30px;
  }
  .overview__bg--03 {
    margin-right: -30px;
  }
  .overview__bg--02 {
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .overview {
    padding-bottom: 200px;
  }
  .overview__main {
    width: calc(100vw - 15px);
    max-width: calc(100vw - 15px);
    min-width: auto;
    margin-top: 40px;
  }
  .overview__main-inner {
    margin: 0 auto;
  }
  .overview__line {
    padding: 45px 30px 50px;
  }
  .overview__heading {
    line-height: 2;
  }
  .overview__heading .sp-only {
    display: block;
  }
  .overview__text {
    margin-top: 35px;
  }
  .overview__text span.sp-mt {
    margin-top: 30px;
  }
  .overview__bg--01 {
    display: none;
  }
  .overview__bg--02 {
    display: none;
  }
  .overview__bg--03 {
    display: block;
    position: static;
    width: 70vw;
    height: auto;
    aspect-ratio: 340/260;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    margin: 20px 0 0 0;
  }
  .overview__bg--03.sp-only {
    display: block;
  }
  .overview__bg--03.pc-only {
    display: none;
  }
  .overview__bg--04 {
    position: static;
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
  }
  .overview__link-wrap {
    width: 300px;
    margin: 20px auto 0;
  }
  .overview__link {
    padding: 25px 10px;
  }
  .overview__link span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .overview__bg-cloud {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .overview__cloud--01 {
    width: 170px;
    height: 50px;
    top: auto;
    bottom: 60px;
    left: -50px;
  }
  .overview__cloud--02 {
    width: 400px;
    height: 100px;
    top: auto;
    bottom: 150px;
    right: -110px;
  }
  .overview__cloud--03 {
    width: 200px;
    height: 70px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 375px) {
  .overview__heading {
    font-size: 22px;
  }
  .overview__text {
    font-size: 14px;
    line-height: 2;
  }
  .overview__link-wrap {
    width: 200px;
    margin: 20px auto 0;
  }
  .overview__link {
    padding: 20px 10px;
  }
  .overview__link span {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
/* --------------- school ---------------   */
.school {
  padding-top: 110px;
  margin-top: 230px;
}

.school__text {
  color: #ffffff;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
.school__text .sp-only {
  display: none;
}

.school-bg {
  position: relative;
  width: 100%;
}
.school-bg > * {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.school-bg .tree01 {
  top: 125px;
  left: 10%;
  background-image: url("../img/item/item_tree01.png");
  width: 80px;
  height: 100px;
}
.school-bg .tree02 {
  top: 145px;
  right: 10%;
  background-image: url("../img/item/item_tree02.png");
  width: 118px;
  height: 78px;
}
.school-bg .horse-white {
  position: absolute;
  right: 0%;
  background-image: url("../img/item/item_horse-white01.svg");
  width: 174px;
  height: 108px;
  -webkit-animation-name: horse;
          animation-name: horse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: steps(2);
          animation-timing-function: steps(2);
}
.school-bg .horseshoes {
  top: 250px;
  right: 3%;
  background-image: url("../img/item/item_horseshoes01.svg");
  width: 243px;
  height: 128px;
  z-index: 5;
}
.school-bg .animationGoLeft {
  top: 90px;
  -webkit-animation-name: GoLeft;
          animation-name: GoLeft;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@-webkit-keyframes GoLeft {
  0% {
    right: -10%;
  }
  80% {
    right: 100%;
  }
  100% {
    right: 100%;
  }
}
@keyframes GoLeft {
  0% {
    right: -10%;
  }
  80% {
    right: 100%;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes horse {
  0% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
    top: 30px;
  }
  100% {
    -webkit-transform: rotateZ(-30deg);
            transform: rotateZ(-30deg);
    top: 10px;
  }
}
@keyframes horse {
  0% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
    top: 30px;
  }
  100% {
    -webkit-transform: rotateZ(-30deg);
            transform: rotateZ(-30deg);
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .school {
    padding-top: 70px;
  }
  .school__text .sp-only {
    display: block;
  }
  .school-bg .animationGoLeft {
    top: 120px;
  }
  .school-bg .horse-white {
    width: 120px;
    height: 70px;
  }
  .school-bg .horseshoes {
    width: 130px;
    height: 70px;
  }
}
/* --------------- schedule ---------------   */
.schedule {
  padding-bottom: 200px;
  margin-top: 100px;
}
.schedule__contents {
  margin-top: 100px;
}

.schedule-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 150px 5.46875%;
}
.schedule-item__list {
  position: relative;
  width: 29.6875%;
  cursor: pointer;
  z-index: 1;
}
.schedule-item__list:hover .schedule-item__img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.schedule-item__list::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-item__list::before, .schedule-item__list::after {
  font-size: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-color: #7c8c98;
  z-index: -5;
}
.schedule-item__list--01::before, .schedule-item__list--02::before, .schedule-item__list--05::before, .schedule-item__list--06::before {
  content: "▶︎";
  top: 50%;
  right: -18.4426229508%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18.4426229508%;
  height: 70px;
}
.schedule-item__list--03::before {
  content: "▼";
  width: 70px;
  height: 151px;
  bottom: -150px;
  right: 25px;
}
.schedule-item__list--05::before, .schedule-item__list--06::before {
  content: "◀︎";
}
.schedule-item__list--06::after {
  content: "▼";
  width: 70px;
  height: 111px;
  bottom: -110px;
  left: 45px;
  border-radius: 0 0 35px 35px;
  padding-top: 25px;
}
.schedule-item__time {
  position: absolute;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(1px);
          transform: translateX(-50%) translateZ(1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  /* font-size: 20px; */
  background-color: #99cc99;
  border-radius: 50%;
  z-index: 1000;
}
.schedule-item__list--01 {
  order: 1;
}
.schedule-item__list--02 {
  order: 2;
}
.schedule-item__list--03 {
  order: 3;
}
.schedule-item__list--04 {
  order: 6;
}
.schedule-item__list--05 {
  order: 5;
}
.schedule-item__list--06 {
  order: 4;
}
.schedule-item__box {
  aspect-ratio: 325/280;
  height: auto;
}
.schedule-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-family: "Zen Maru Gothic";
  color: #286a3a;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 0 20px;
}
.schedule-item__heading .sp-only {
  display: none;
}
.schedule-item__img {
  height: calc(100% - 60px);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.schedule-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.schedule-item__plus {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border: 4px solid #704b25;
  z-index: 10;
}
.schedule-item__plus::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/icon_add.svg");
}
.schedule-item__finish {
  position: absolute;
  bottom: -85px;
  left: 57px;
  z-index: 5;
}
/* .schedule-item__finish span {
  font-size: 20px;
} */
.schedule-item__finish-time {
  font-weight: bold;
}
.schedule-item__finish-text {
  color: #ffffff;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .schedule {
    padding-bottom: 160px;
    margin-top: 60px;
  }
  .schedule-item {
    gap: 90px 6.9565217391%;
  }
  .schedule-item__list {
    width: 46.5217391304%;
  }
  .schedule-item__list::before, .schedule-item__list::after {
    font-size: 16px;
  }
  .schedule-item__list--01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .schedule-item__list--02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .schedule-item__list--03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .schedule-item__list--04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .schedule-item__list--05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .schedule-item__list--06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .schedule-item__list--01::before, .schedule-item__list--03::before, .schedule-item__list--05::before {
    top: 50%;
    right: -15.3645833333%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 40px;
    width: 15.3645833333%;
  }
  .schedule-item__list--02::before, .schedule-item__list--04::before {
    content: "▼";
    width: 40px;
    height: 91px;
    top: auto;
    bottom: -90px;
    left: 25px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 0 0 35px 35px;
    border-radius: 0;
    padding-top: 0px;
  }
  .schedule-item__list--01::before, .schedule-item__list--05::before {
    content: "▶︎";
  }
  .schedule-item__list--02::before {
    left: auto;
    right: 25px;
  }
  .schedule-item__list--03::before {
    content: "◀︎";
    right: auto;
    left: -15.3645833333%;
  }
  .schedule-item__list--06::before {
    content: none;
  }
}
@media screen and (max-width: 600px) {
  .schedule-item__box {
    aspect-ratio: 160/220;
  }
  .schedule-item__heading {
    font-size: 16px;
    height: 80px;
  }
  .schedule-item__heading .sp-only {
    display: block;
  }
  .schedule-item__img {
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 400px) {
.schedule-item__finish {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.schedule-item__finish-time,
.schedule-item__finish-text {
  width: 45px;
  text-align: center;
  margin-left: 0;
}
}
/* --------------- community ---------------   */

.community .sp-only {
    display: none;
}

.community {
  padding-bottom: 200px;
}
.community__contents {
  margin-top: 80px;
}

.community-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #f0ebe5;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}
.community-item__img-wrap {
  width: 350px;
  -webkit-mask-image: url("../img/mask_community.svg");
          mask-image: url("../img/mask_community.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: right;
          mask-position: right;
  overflow: hidden;
}
.community-item__img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.community-item__img-wrap--pakapaka_hai img {
  -webkit-transform: scale(2);
          transform: scale(2);
}
.community-item__text-wrap {
  width: calc(100% - 350px);
  padding: 30px 60px 30px 20px;
}
.community-item__heading {
  position: relative;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  color: #286a3a;
  display: flex;
  align-items: center;
}
.community-item__heading  .sp-only {
    display: none;
}
.community-item__icon {
  /* position: absolute; */
  /* top: 65%; */
  /* left: 0; */
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon_horseshoes.svg");
  background-size: contain;
  background-repeat: no-repeat;
  /* padding-top: 10px; */
  margin-bottom: -5px;
}
.community-item__heading-text {
    line-height: 1.5;
  /* padding-left: 30px; */
}
.community-item__text {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 25px;
  padding-left: 30px;
}
.community-item__events {
  max-width: 460px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 25px;
  padding-left: 30px;
}
.community-item__events span:not(:last-child) {
  color: #5c3815;
}
.community-item__events span:last-child {
  font-size: 12px;
  margin-left: auto;
}
.community-item + .community-item {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .community {
    padding-bottom: 20px;
  }
  .community__contents {
    margin-top: 50px;
  }
  .community-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .community-item__img-wrap {
    position: relative;
    width: 100%;
    height: 345px;
    -webkit-mask-image: url("../img/mask_community-sp.svg");
            mask-image: url("../img/mask_community-sp.svg");
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
  .community-item__img-wrap img {
    width: 130%;
    height: 130%;
    -o-object-position: center;
       object-position: center;
    border: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .community-item__text-wrap {
    width: 100%;
    padding-bottom: 60px;
    padding: 20px 25px 40px 25px;
  }
  .community-item__text {
    line-height: 2;
    padding-left: 0;
  }
    
  .community-item__events {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 30px;
    margin-top: 30px;
    padding-left: 0;
  }
  .community-item__events span {
    text-align: center;
    min-width: fit-content;
  }
  .community-item__events span:nth-child(3) {
    padding-right: 20px;
  }
  .community-item__events span:nth-child(4) {
    text-align: left;
  }
}
@media screen and (max-width: 463px) {
  .community-item__events span:nth-child(4) {
    margin-left: 0;
  }
  .community-item__heading  .sp-only {
    display: block;
    }
}
/* --------------- experience ---------------   */
.experience {
  padding-bottom: 100px;
}
.experience__text {
  color: #5c3815;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
.experience__text .sp-only {
  display: none;
}
.experience__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.4814814815%;
     -moz-column-gap: 6.4814814815%;
          column-gap: 6.4814814815%;
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 0;
}

.experience-item {
  width: 87.037037037%;
}
.experience-item__img {
  border-radius: 20px;
  overflow: hidden;
}
.experience-item__heading {
  font-size: 20px;
  font-family: "Zen Maru Gothic";
  color: #5c3815;
  border-bottom: 1px solid #5c3815;
  padding: 30px 0 20px;
}
.experience-item__text {
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .experience {
    padding-bottom: 100px;
  }
  .experience__text .sp-only {
    display: block;
  }
  .experience__contents {
    padding: 0 20px;
/*
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
*/
    row-gap: 40px;
    margin-top: 80px;
  }
  .experience-item {
    width: 100%;
/*
    max-width: 300px;
    margin: 0 auto;
*/
  }
  .experience-item__heading {
    padding: 15px 0 10px;
  }
  .experience-item__text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
    .experience__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }

  .experience-item {
    max-width: 300px;
    margin: 0 auto;
  }
}
/* --------------- guide ---------------   */
.guide {
  padding-bottom: 200px;
}
.guide__contents {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
}
.guide__item + .guide__item {
  margin-top: 105px;
}
.guide__table-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background-color: #5c3815;
  border-radius: 5px;
  padding: 7px 10px;
}
.guide__table {
  width: 100%;
  border-collapse: collapse;
}
.guide__table tr {
  border-bottom: 1px solid #5c3815;
}
.guide__table th, .guide__table td {
  padding: 30px 15px;
}
.guide__table th {
  width: 50%;
  font-size: 22px;
  line-height: 1.5;
  color: #335b3c;
  text-align: left;
  vertical-align: top;
}
.guide__table td {
  width: 20%;
  font-size: 30px;
  font-weight: bold;
}
.guide__table th .sm-text {
  font-size: 18px;
}

.guide__table td.sm-text,
.guide__table td .sm-text {
  font-size: 20px;
}
.guide__table td:last-child {
  text-align: right;
}
.guide__head-wrap {
  padding: 0 15px;
}
.guide__head {
  color: #286a3a;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.guide__note {
  text-indent: -1rem;
  line-height: 1.7;
  padding-left: 1rem;
  margin-top: 20px;
}
.guide__note .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .guide {
    padding-bottom: 90px;
  }
  .guide__contents {
    width: 100%;
    max-width: 320px;
  }
  .guide__table-heading {
    padding: 10px 20px;
  }
  .guide__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .guide__table tr th {
    width: 100%;
    padding: 10px 0 0;
  }
  .guide__table tr td {
    padding: 10px 0;
  }
  .guide__table tr td:nth-of-type(1) {
    width: 60%;
    font-size: 18px;
    padding-left: 20px;
  }
  .guide__table tr td:nth-of-type(2) {
    width: 36%;
  }
  .guide__table tr td.half {
    width: 38%;
  }
  .guide__table tr td.wrap {
    width: 62%;
  }
  .guide__table tr td.full {
    width: 100%;
    padding-bottom: 20px;
  }
  .guide__table th {
    padding: 30px 15px;
  }
  .guide__table tr td span.sm-text {
    line-height: 2;
  }
  .guide__note .sp-only {
    display: block;
  }
  .guide__head {
    line-height: 1.7;
  }
　　.guide__head-wrap {
    padding: none;
    }
}
/* --------------- calendar ---------------   */
.calendar {
  padding-bottom: 200px;
}
.calendar__text {
  text-align: center;
  line-height: 2;
  color: #5c3815;
  margin-top: 40px;
}
.calendar__text a {
  color: #5c3815;
  text-decoration: underline;
}
.calendar__text a:hover {
  opacity: 0.5;
}
.calendar__text .sp-only {
  display: none;
}
.calendar__contents {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .calendar {
  padding-bottom: 0;
}
  .calendar__text {
    line-height: 2.4;
  }
  .calendar__text .sp-only {
    display: block;
  }
}


/* --------------- sns ---------------   */
.sns {
  position: relative;
  padding-bottom: 300px;
}
.sns__img {
  position: absolute;
  top: -5%;
  right: 5%;
  display: block;
  width: 190px;
  height: auto;
  aspect-ratio: 190 / 70;
}
.sbi_item {
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 3px 3px 10px #5a371b;
}
@media screen and (max-width: 500px) {
.sns {
      position: relative;
      padding-bottom: 200px;
    }
    
  .sns__img {
    top: 0;
    width: 30%;
  }
}