@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#footatens.footatens__plan {
  background-color: #ece9e6;
}

#section01 {
  position: relative;
  padding: 180px 0 35px 0;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 90px 0 35px 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section01 h1 {
  margin-bottom: 1.75em;
}
#section01 .base_text {
  line-height: 160%;
}

#section02 {
  width: 100%;
  padding: 140px 0 140px 0;
  background-color: #ece9e6;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 5vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 995px;
  margin: 0 auto;
}

/**************************/
#section01_more {
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 300px;
}
@media screen and (max-width:800px) {
  #section01_more {
    height: 40vw;
  }
}
#section01_more .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section01_more h1 {
  margin-bottom: 1.75em;
}
#section01_more .base_text {
  line-height: 160%;
}

#section02_more {
  width: 100%;
  padding: 140px 0 120px 0;
  background-color: #ece9e6;
}
@media screen and (max-width:800px) {
  #section02_more {
    padding: 50px 0 50px 0;
  }
}
#section02_more .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section02_more .planbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02_more .planbox {
    margin-bottom: 10vw;
  }
}
#section02_more .planbox .text {
  width: 36%;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text {
    width: 100%;
    margin-bottom: 15vw;
  }
}
#section02_more .planbox .text .text__type {
  margin-bottom: 140px;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text .text__type {
    margin-bottom: 10vw;
  }
}
#section02_more .planbox .text .text__type h1 {
  width: 100%;
  border-bottom: 1px solid #999;
  line-height: 100%;
}
#section02_more .planbox .text .text__type h1 span {
  font-size: 50%;
}
#section02_more .planbox .text .text__type .titlesubs {
  margin-top: 0.1em;
}
#section02_more .planbox .text .menseki {
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text .menseki {
    margin-bottom: 10vw;
  }
}
#section02_more .planbox .text .menseki .menseki__text {
  width: 100%;
  border-bottom: 1px solid #999;
  line-height: 100%;
  padding-bottom: 0.5em;
}
#section02_more .planbox .text .menseki .menseki__text .line100 {
  line-height: 100%;
}
#section02_more .planbox .text .menseki .titlesubs {
  margin-top: 0.75em;
}
#section02_more .planbox .text ul.eritext {
  width: 100%;
  border-top: 1px solid #999;
}
#section02_more .planbox .text ul.eritext li {
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 2em 0;
  text-align: center;
  line-height: 160%;
}
#section02_more .planbox .text .atens_pc {
  width: 70%;
  max-width: 210px;
  margin: 50px auto 0 0;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text .atens_pc {
    display: none;
  }
}
#section02_more .planbox .floorz {
  width: 58.33%;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .floorz {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section02_more .planbox .floorz figure {
    width: 75%;
    margin: 0 9% 4vw 16%;
  }
}
#section02_more .planbox .floorz .atens_sp {
  width: 50%;
  max-width: 210px;
  margin: 50px auto 0 0;
  display: none;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .floorz .atens_sp {
    display: block;
  }
}
#section02_more .botans {
  width: 100%;
  text-align: center;
}
#section02_more .botans a {
  display: inline-block;
  line-height: 100%;
  padding: 0.85em 0;
  border: 1px solid #666;
  text-align: center;
  width: 100%;
  max-width: 283px;
  transition: all 0.4s ease-out 0.01s;
}
#section02_more .botans a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}/*# sourceMappingURL=map.css.map */