@charset "utf-8";
/* 入園案内 */
/* ==================================================== */
/*  .contents-head
/* ==================================================== */
.guide .contents-head .head-tlt h2 {
  width: 16.93%;
}
.guide .contents-head figure {
  width: 72.8%;
}

.contents-area .mv-btn {
  position: fixed;
  right: 13.3vw;
  bottom: 32px;
  z-index: 11;
  width: 11.4vw;

  scale: 1;
}
@media screen and (max-width: 767px) {
  .contents-area .mv-btn {
    display: none;
  }
  .guide .contents-head .head-tlt h2 {
    width: 128px;
    margin-bottom: 43px;
  }
}
/* ==================================================== */
/*  .contents-area
/* ==================================================== */

/* スマホ */
@media screen and (max-width: 767px) {
}

/* sub-tlt */
.guide .sub-tlt {
  /* margin-bottom: 65px; */
  text-align: center;
}
.guide .sub-tlt span.mark {
  display: block;
  width: 131.87px;
  margin: 0 auto 15px;
}
.guide .sub-tlt h2 {
  margin-bottom: 40px;
  font-size: var(--fs28);
  font-weight: bold;
}
.guide .sub-tlt p {
  font-size: var(--fs16);
  line-height: 2.1;
}
.guide .sub-tlt p span {
  color: #f56300;
}

@media screen and (max-width: 767px) {
  .guide .sub-tlt span.mark {
    width: 88.23px;
  }
  .guide .sub-tlt h2 {
    font-size: 18px;
  }
  .guide .sub-tlt p {
    font-size: 1.5rem;
    line-height: 1.86;
  }
}

/* read-box */
.guide .read-box {
  margin-bottom: 55px;
  text-align: center;
}
.guide .read-box p {
  font-size: var(--fs16);
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .guide {
    margin-bottom: 200px;
  }
  .guide .read-box {
    margin-top: 50px;
    margin-bottom: 72px;
    text-align: left;
  }
  .guide .read-box p {
    font-size: var(--fs15);
    line-height: 1.7;
  }
}

/* flow */
.flow {
  position: relative;
}
.flow:before {
  position: absolute;
  top: 230px;
  left: 9.246vw;
  width: 15.54vw;
  max-width: 212.28px;
  height: 23.591vw;
  max-height: 322.25px;
  background-image: url(../img/guide/flow_bg_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.flow:after {
  position: absolute;
  top: 600px;
  right: 9.246vw;
  z-index: -1;
  width: 17.834vw;
  max-width: 243.61px;
  height: 21.013vw;
  max-height: 287.04px;
  background-image: url(../img/guide/flow_bg_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .flow:before,
  .flow:after {
    content: none;
  }
}

.flow .flow_area {
  max-width: 540px;
  margin: 0 auto 86px;
}

.flow .flow_area .flow_item {
  position: relative;
  margin-bottom: 30.5px;
  padding: 30px 5%;
  border-radius: 22px;
  background-color: #fef2f6;
}
.flow .flow_area .flow_item:not(:last-child):after {
  position: absolute;
  bottom: -30.5px; /* flow_itemの下に出す */
  left: 50%;
  width: 29px;
  height: 30.5px;
  background-image: url(../img/guide/flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateX(-50%);
}

.flow .flow_area .flow_item h3 {
  font-size: var(--fs19);
  font-weight: bold;
  text-align: center;
  color: #e5528a;
}
.flow .flow_area .flow_item p {
  font-size: var(--fs16);
  text-align: center;
}
.flow .flow_area .flow_item ul {
  margin-top: 20px;
  font-size: var(--fs16);
}
.flow .flow_area .flow_item ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.flow .flow_area .flow_item.last_item {
  margin-bottom: 0;
  background-color: #e5528a;
}
.flow .flow_area .flow_item.last_item h3,
.flow .flow_area .flow_item.last_item ul li {
  color: #fff;
}

.flow .img_area {
  margin-bottom: 93px;
}
.flow .img_area .c-tab-over {
  max-width: 845.4px;
  margin-left: 1.96%;
}

@media screen and (max-width: 767px) {
  .flow .flow_area {
    margin-bottom: 34px;
  }
  .flow .flow_area .flow_item {
    border-radius: 16px;
  }
  .flow .img_area {
    margin-bottom: 160px;
  }
}
