@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%;
}

#imgwide {
  width: 100%;
  overflow: hidden;
  background-color: #ece9e6;
}
#imgwide figcaption {
  padding-top: 0.5em;
  padding-right: 0.5em;
  text-align: right;
  padding-bottom: 0.75em;
}

#section02 {
  width: 100%;
  padding: 140px 0 1px 0;
  background-color: #ece9e6;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 50px 0 1px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section02 .base_text {
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
}
#section02 .floorzu {
  width: 70%;
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .floorzu {
    width: 80%;
    max-width: 800px;
  }
}
#section02 .floorzu .base {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
#section02 .floorzu .base_back {
  position: absolute;
  right: 0;
  width: 87%;
  height: 100%;
  top: 0%;
  background-color: #fff;
  z-index: 1;
}
#section02 .floorzu a.botan_a {
  display: block;
  position: absolute;
  width: 20.5%;
  height: 100%;
  left: 12.5%;
  top: 0;
  background-color: #a2957a;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section02 .floorzu a.botan_a {
    left: 12.5%;
  }
}
#section02 .floorzu a.botan_a:hover {
  opacity: 0.75;
}
#section02 .floorzu a.botan_b {
  display: block;
  position: absolute;
  width: 18.5%;
  height: 93%;
  left: 33%;
  top: 0;
  background-color: #a2957a;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section02 .floorzu a.botan_b {
    left: 33%;
  }
}
#section02 .floorzu a.botan_b:hover {
  opacity: 0.75;
}
#section02 .floorzu a.botan_c {
  display: block;
  position: absolute;
  width: 15%;
  height: 93%;
  left: 51%;
  top: 0;
  background-color: #a2957a;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section02 .floorzu a.botan_c {
    left: 51%;
  }
}
#section02 .floorzu a.botan_c:hover {
  opacity: 0.75;
}
#section02 .floorzu a.botan_e {
  display: block;
  position: absolute;
  width: 22%;
  height: 93%;
  left: 78%;
  top: 0;
  background-color: #a2957a;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section02 .floorzu a.botan_e {
    left: 78%;
  }
}
#section02 .floorzu a.botan_e:hover {
  opacity: 0.75;
}
#section02 ul.botanlist {
  width: 100%;
  max-width: 855px;
  margin: 60px auto 110px auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 ul.botanlist {
    margin: 50px auto 50px auto;
  }
}
#section02 ul.botanlist li {
  width: 31.5%;
  margin-right: 1.533%;
  margin-bottom: 15px;
}
@media screen and (max-width:800px) {
  #section02 ul.botanlist li {
    width: 48.5%;
    margin-right: 3%;
  }
}
#section02 ul.botanlist li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:800px) {
  #section02 ul.botanlist li:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.botanlist li:nth-child(2n) {
    margin-right: 0;
  }
}
#section02 ul.botanlist li span {
  display: block;
  position: relative;
}
#section02 ul.botanlist li span img {
  opacity: 0.3;
}
#section02 ul.botanlist li span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(162, 149, 122, 0.3);
}
#section02 ul.meiritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 130px;
}
@media screen and (max-width:800px) {
  #section02 ul.meiritlist {
    margin-bottom: 30px;
  }
}
#section02 ul.meiritlist li {
  width: 33.3333333333%;
  border-right: 1px solid #666;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 ul.meiritlist li {
    width: 100%;
    padding: 1.2em 0;
    border-right: 0px solid #666;
    border-bottom: 1px solid #666;
  }
}
#section02 ul.meiritlist li:first-child {
  border-left: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section02 ul.meiritlist li:first-child {
    border-left: 0px solid #666;
    border-top: 1px solid #666;
  }
}

#section03 {
  width: 100%;
  background-color: #ece9e6;
  padding-bottom: 130px;
}
@media screen and (max-width:800px) {
  #section03 {
    padding-bottom: 60px;
  }
}
#section03 .section__in {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#section03 .textskttl {
  text-align: center;
  margin-bottom: 1.75em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 .textskttl {
    padding-top: 2.5em;
    margin-bottom: 1em;
  }
}
#section03 .ttss {
  text-align: right;
  padding-top: 0.5em;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #section03 .ttss {
    padding-right: 0.75em;
  }
}

/**************************/
#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: 2.5em 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;
}

.specmin span {
  font-size: 65%;
}

.barumini span {
  font-size: 75%;
}/*# sourceMappingURL=plan.css.map */