@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.minamiyukuhashi_asobotcha {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.minamiyukuhashi_asobotcha a {
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}
.minamiyukuhashi_asobotcha a:hover {
  opacity: 0.8;
}
.minamiyukuhashi_asobotcha p {
  line-height: 1.4;
}
.minamiyukuhashi_asobotcha ul {
  list-style: none;
}
.minamiyukuhashi_asobotcha img {
  vertical-align: bottom;
}

.w1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

/* -------------------------------------
        FV
------------------------------------- */
.fv {
  position: relative;
  background: #FFF000;
  padding: 100px 0 300px;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 25% 0;
    border-radius: 40px 40px 0 0;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: url(../img/fv_bottm.png) no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv::before {
    background-size: contain;
    background-position: bottom;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/con_bg.png);
  background-repeat: repeat-y;
  background-size: 65% auto;
  background-position: center top;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv::after {
    background: url(../img/con_bg-sp.png);
    background-repeat: repeat-y;
    background-size: 90% auto;
    background-position: center top;
  }
}
.fv__subttl {
  position: relative;
  width: 70%;
  margin: 0 auto;
  max-width: 640px;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__subttl {
    width: 80%;
    margin-bottom: 15px;
  }
}
.fv__mainttl {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 900px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__mainttl {
    width: 90%;
  }
}
.fv__dec {
  position: absolute;
}
.fv__dec--lt {
  width: 8%;
  left: 0;
  top: 12%;
}
@media screen and (max-width: 767px) {
  .fv__dec--lt {
    width: 18%;
    top: 20%;
  }
}
.fv__dec--lb {
  width: 5%;
  left: 10%;
  bottom: 40%;
}
@media screen and (max-width: 767px) {
  .fv__dec--lb {
    display: none;
  }
}
.fv__dec--rb {
  width: 6%;
  right: 25%;
  bottom: 30%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fv__dec--rb {
    width: 25%;
    right: auto;
    left: 20%;
    bottom: auto;
    text-align: right;
    top: 20%;
  }
}
.fv__dec--rt {
  width: 8%;
  right: 0;
  text-align: right;
  top: 15%;
}
@media screen and (max-width: 767px) {
  .fv__dec--rt {
    width: 20%;
    top: 45%;
  }
}

@keyframes floating {
  0% {
    transform: translateY(-4%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4%);
  }
}
.asobotcha,
.shunen {
  position: relative;
  z-index: 1;
}

.asobotcha {
  background: #EB6D94;
  padding-bottom: 120px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .asobotcha {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.asobotcha::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/con_bg.png);
  background-repeat: repeat-y;
  background-size: 65% auto;
  background-position: center top;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .asobotcha::after {
    content: none;
  }
}
.asobotcha__wrap {
  position: relative;
  background: #fff;
  padding: 70px 1em 60px;
  border-radius: 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .asobotcha__wrap {
    padding: 50px 0.5em 30px;
  }
}
.asobotcha__day {
  position: absolute;
  width: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .asobotcha__day {
    width: 65%;
    top: -20px;
    max-width: 260px;
  }
}
.asobotcha__ttlarea {
  text-align: center;
}
.asobotcha__ttl {
  position: relative;
  display: inline-block;
  color: #E3007F;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .asobotcha__ttl {
    font-size: 1.3em;
  }
}
.asobotcha__ttl span.big {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .asobotcha__ttl span.big {
    font-size: 1.5em;
  }
}
.asobotcha__ttl::before, .asobotcha__ttl::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 80%;
  background: url(../img/asobotcha_dec.png) no-repeat;
  background-size: contain;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .asobotcha__ttl::before, .asobotcha__ttl::after {
    width: 12%;
    background-position: bottom;
  }
}
.asobotcha__ttl::before {
  left: -10%;
}
.asobotcha__ttl::after {
  right: -10%;
  transform: scale(-1, 1);
}
.asobotcha__ttl span.line {
  display: inline;
  background: linear-gradient(transparent 70%, #FFF000 0%);
}
.asobotcha__about {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 10px;
  background: #E3F6FD;
  border-radius: 20px;
  padding: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  .asobotcha__about {
    border-radius: 12px;
    padding: 1em;
  }
}
.asobotcha__about::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 15%;
  background: url(../img/sakura1.png) no-repeat;
  background-size: contain;
  right: 4%;
  top: 10%;
}
@media screen and (max-width: 767px) {
  .asobotcha__about::before {
    content: none;
  }
}
.asobotcha__about::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 15%;
  background: url(../img/sakura2.png) no-repeat;
  background-size: contain;
  left: -4%;
  bottom: 20%;
}
@media screen and (max-width: 767px) {
  .asobotcha__about::after {
    content: none;
  }
}
.asobotcha__about__flx {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx {
    display: block;
    text-align: center;
  }
}
.asobotcha__about__flx .ttl {
  width: 30%;
  background: #00ABEB;
  padding: 4px;
  margin-right: 8px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx .ttl {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4px;
  }
}
.asobotcha__about__flx .ttl span.small {
  font-size: 0.8em;
}
.asobotcha__about__flx .txt {
  color: #5D2B0D;
  font-weight: 700;
  font-size: 1.6em;
}
.asobotcha__about__flx .txt span.small {
  font-size: 0.6em;
}
.asobotcha__about__flx .price {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx .price {
    width: 100%;
  }
}
.asobotcha__about__flx .price .txt {
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx .price .txt {
    font-size: 1.1em;
  }
}
.asobotcha__about__flx .price table {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 2px solid #00ABEB;
  border-radius: 12px;
  overflow: hidden;
  font-size: 1.5em;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx .price table {
    font-size: 1.1em;
    border-radius: 8px;
    max-width: 440px;
    margin: 0 auto;
    margin-top: 4px;
  }
}
.asobotcha__about__flx .price table th {
  background: #FFFAC6;
  color: #00ABEB;
  padding: 8px 15px;
  font-weight: 700;
  border-bottom: 2px solid #00ABEB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx .price table th {
    padding: 6px 10px;
  }
}
.asobotcha__about__flx .price table td {
  padding: 8px 15px;
  color: #5D2B0D;
  background: #fff;
  font-weight: 700;
  border-bottom: 2px solid #00ABEB;
  border-left: 2px solid #00ABEB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx .price table td {
    padding: 6px 10px;
  }
}
.asobotcha__about__flx .price table td span.blue {
  background: #CCEEFB;
  border-radius: 8px;
  font-size: 0.8em;
  padding: 2px 6px;
  margin-right: 6px;
}
.asobotcha__about__flx .price table tr:last-child th,
.asobotcha__about__flx .price table tr:last-child td {
  border-bottom: none;
}
.asobotcha__about__flx .price .notice {
  color: #5D2B0D;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .asobotcha__about__flx .price .notice {
    font-size: 0.9em;
  }
}

.shunen {
  background: url(../img/65th_bg.png) #FFFCE9;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .shunen {
    padding: 60px 0;
    background: url(../img/con_bg-sp.png) #FFFCE9;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center;
  }
}
.shunen__main {
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
}

.con__btn {
  width: 95%;
  margin: 0 auto;
  max-width: 400px;
  margin-top: 20px;
}
.con__btn a {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #5D2B0D;
  color: #5D2B0D;
  padding: 12px 10px;
  font-weight: 700;
  font-size: 1.1em;
  box-shadow: 3px 3px 3px #AAAAAA;
}
.con__btn a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow-brown.svg) no-repeat;
  background-size: contain;
  right: 3%;
  top: 32%;
  transition: all 0.3s;
}
.con__btn a:hover {
  box-shadow: none;
}
.con__btn a:hover::after {
  right: 2%;
}

.mainnotice {
  width: 95%;
  margin: 40px auto;
  max-width: 1200px;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}