#head {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 35;
}
#head .base {
  line-height: 0;
  position: relative;
}
#head .base .ttl {
  position: absolute;
  z-index: 5;
  color: #FFF;
  font-size: 3.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  white-space: nowrap;
  right: 7.5757575758%;
  bottom: 6.8965517241%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  text-shadow: 0 0 3px #000, 0 0 7px #000, 0 0 15px #000;
}
#head .base .bg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 8rem;
  }
  #head .base .ttl {
    font-size: 5.5rem;
    right: 10rem;
    bottom: 5rem;
  }
}

#spend {
  padding-bottom: 20rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #spend {
    padding-bottom: 12rem;
  }
}

#family {
  padding-bottom: 10rem;
  text-align: center;
}
#family .option {
  position: relative;
  border: 1px solid #000;
  margin-top: 10rem;
  padding: 5.4rem 4.8rem;
  text-align: left;
}
#family .option .o_ttl {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#family .option .o_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#family .option .o_item:not(:last-child) {
  margin-bottom: 5.4rem;
}
#family .option .o_item .photo {
  width: 30rem;
  margin-right: 4.5rem;
  line-height: 0;
}
#family .option .o_item .photo img {
  display: block;
}
#family .option .o_item .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.175em;
}
#family .option .o_item .txt h4 {
  font-size: 2.1rem;
  line-height: 1.35;
  margin-bottom: 1em;
}
#family .option .o_item .txt .under {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #family .option {
    margin-top: 11rem;
    padding: 5.7rem 3.9rem;
  }
  #family .option .o_ttl {
    font-size: 2.24rem;
  }
  #family .option .o_item {
    display: block;
  }
  #family .option .o_item:not(:last-child) {
    margin-bottom: 8rem;
  }
  #family .option .o_item .photo {
    width: 100%;
    margin-right: 0;
  }
  #family .option .o_item .txt {
    width: 100%;
  }
  #family .option .o_item .txt h4 {
    font-size: 3.2rem;
    margin: 1em 0;
  }
}

#checkinout .base {
  background-color: #96885E;
  color: #FFF;
  text-align: center;
  padding: 6rem;
  padding-bottom: 5rem;
}
#checkinout .base .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 5.5rem;
}
#checkinout .base .time .checkin,
#checkinout .base .time .checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#checkinout .base .time .checkin .txt,
#checkinout .base .time .checkout .txt {
  margin-right: 3.8rem;
  padding-top: 4.4rem;
}
#checkinout .base .time .checkin .txt .jp,
#checkinout .base .time .checkout .txt .jp {
  font-size: 1.8rem;
}
#checkinout .base .time .checkin .txt .en img,
#checkinout .base .time .checkout .txt .en img {
  width: auto;
  height: 1.55rem;
}
#checkinout .base .time .checkin img,
#checkinout .base .time .checkout img {
  width: 12.7rem;
}
#checkinout .base .memo {
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5714285714em;
}
#checkinout .link {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #checkinout .base {
    padding-top: 8rem;
  }
  #checkinout .base .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.5rem;
  }
  #checkinout .base .time .checkin,
  #checkinout .base .time .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #checkinout .base .time .checkin .txt,
  #checkinout .base .time .checkout .txt {
    width: 29rem;
    margin-right: 0;
    padding-top: 5rem;
  }
  #checkinout .base .time .checkin .txt .jp,
  #checkinout .base .time .checkout .txt .jp {
    font-size: 2.5rem;
  }
  #checkinout .base .time .checkin .txt .en img,
  #checkinout .base .time .checkout .txt .en img {
    width: auto;
    height: 3rem;
  }
  #checkinout .base .time .checkin img,
  #checkinout .base .time .checkout img {
    width: 14.458rem;
  }
  #checkinout .base .time .checkin {
    margin-bottom: 5.5rem;
  }
  #checkinout .base .memo {
    font-size: 2.2rem;
    line-height: 1.6em;
  }
}

#experience {
  margin-top: 10rem;
  margin-bottom: 13rem;
}
#experience .banner {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#experience .banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}
#experience .banner img {
  display: block;
}
#experience .banner .bg {
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
#experience .banner .ol {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  #experience .banner:active::before, #experience .banner:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  #experience .banner:active .bg, #experience .banner:hover .bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#experience .txt01 {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #experience {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  #experience .txt01 {
    font-size: 3rem;
  }
}

#spot {
  padding-bottom: 6rem;
}/*# sourceMappingURL=spendy.css.map */