@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共通ここまで***/
@media screen and (max-width:800px) {
  #pc_left {
    display: none;
  }
}
#pc_left ul.backimgwaku {
  width: 100%;
  height: 100%;
  position: relative;
}
#pc_left ul.backimgwaku li.p01 {
  position: relative;
  width: 100%;
  height: 100%;
  /*
  background: url(../images/left_p01.jpg)no-repeat center;
  background-size: cover;
  */
  overflow: hidden;
}
#pc_left ul.backimgwaku li.planimg {
  background: url(../images/josui/planback.jpg) no-repeat center;
  background-size: cover;
}
#pc_left ul.backimgwaku li.planimg2 {
  background: url(../images/josui/planback2.jpg) no-repeat center;
  background-size: cover;
}
#pc_left ul.backimgwaku video.sidemovie {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 余白なしでピッタリ */
  object-position: 25% center;
  display: block;
}

#section01 {
  width: 100%;
  position: relative;
}
#section01 .mainphoto {
  width: 100%;
}
#section01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section02 {
  width: 100%;
  position: relative;
  padding: 65px 0 0 0;
}
#section02 .section__in {
  width: 90%;
  margin: 0 auto;
}
#section02 h2 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}
#section02 .subttl {
  text-align: center;
  padding: 1em 0;
}
#section02 .base_text {
  line-height: 180%;
  text-align: center;
  margin-bottom: 4em;
}
#section02 .floors {
  margin-bottom: 1em;
}
#section02 ul {
  width: 100%;
  text-align: center;
}
#section02 ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #333;
}

#last_text {
  width: 100%;
  padding: 150px 0 20px 0;
  background: url(../images/top/lastback.jpg) no-repeat center bottom;
  background-size: cover;
}
#last_text .section__in {
  width: 90%;
  margin: 0 auto;
}

#last_text_josui {
  width: 100%;
  padding: 0px 0 15px 0;
  background: url(../images/top/lastback.jpg) no-repeat center bottom;
  background-size: cover;
}
#last_text_josui .section__in {
  padding: 150px 0 15px 0;
  width: 90%;
  margin: 0 auto;
  padding: 250px 0 15px 0;
}

#last_text2 {
  width: 100%;
  padding: 50px 0 20px 0;
}
#last_text2 .section__in {
  width: 90%;
  margin: 0 auto;
}

#section01_more {
  width: 100%;
  padding: 85px 0 50px 0;
}
#section01_more .titles {
  width: 80%;
  margin: 0 auto;
}

#section02_more {
  width: 100%;
  padding: 0px 0 50px 0;
}
#section02_more .section__in {
  width: 90%;
  margin: 0 auto;
}
#section02_more figure {
  width: 100%;
  margin-bottom: 50px;
}
#section02_more .linkbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section02_more .linkbox .prevs {
  width: 25%;
  display: block;
}
#section02_more .linkbox .nexts {
  width: 25%;
  display: block;
}
#section02_more .btback {
  display: block;
  width: 90%;
  margin: 2em auto 0 auto;
  text-align: center;
  padding: 0.7em 0 0.8em 0;
  color: #fff;
  background-color: #928f8e;
}

#sec_n01 {
  width: 100%;
  background: url(../images/josui/n01_back.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0 25px 0;
}
#sec_n01 .section__in {
  width: 90%;
  margin: 0 auto;
}
#sec_n01 h2 {
  width: 55%;
  margin-bottom: 0.5em;
}
#sec_n01 .base_text {
  line-height: 160%;
}
#sec_n01 .minis {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
#sec_n01 .goldtext {
  line-height: 160%;
  margin-top: 1.5em;
  color: #806d2b;
}

#sec_n02 {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 40px 0;
}
#sec_n02 .section__in {
  width: 90%;
  margin: 0 auto;
}
#sec_n02 h2 {
  width: 55%;
  margin-bottom: 0.5em;
}
#sec_n02 .base_text {
  line-height: 160%;
  margin-bottom: 0.5em;
}
#sec_n02 .minis {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
#sec_n02 .goldtext {
  line-height: 160%;
  margin-top: 1.5em;
  color: #806d2b;
}

#sec_n03 {
  width: 100%;
  background: url(../images/josui/n03_back.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 40px 0 225px 0;
}
@media screen and (max-width:800px) {
  #sec_n03 {
    padding: 40px 0 45vw 0;
  }
}
#sec_n03 .section__in {
  width: 90%;
  margin: 0 auto;
}
#sec_n03 h2 {
  width: 60%;
  margin-bottom: 0.5em;
}
#sec_n03 .base_text {
  line-height: 160%;
  margin-bottom: 1.5em;
}
#sec_n03 .minis {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
#sec_n03 .goldtext {
  line-height: 160%;
  margin-top: 1.5em;
  color: #806d2b;
}

#sec_n04 {
  width: 100%;
  background-color: #fff;
}
#sec_n04 .section__in {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  padding: 40px 0 50px 0;
}
@media screen and (max-width:800px) {
  #sec_n04 .section__in {
    padding: 40px 0 15vw 0;
  }
}
#sec_n04 h2 {
  width: 60%;
  margin-bottom: 1em;
}
#sec_n04 .base_text {
  line-height: 160%;
  margin-bottom: 0.5em;
}
#sec_n04 .base_text2 {
  margin-top: 1em;
  line-height: 160%;
}
#sec_n04 .minis {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
#sec_n04 .goldtext {
  line-height: 160%;
  margin-top: 1.5em;
  color: #806d2b;
}
#sec_n04 .goldtext span {
  font-size: 165%;
  font-weight: 500;
}

#sec_n05 {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 15px 0;
}
@media screen and (max-width:800px) {
  #sec_n05 {
    padding: 40px 0 5vw 0;
  }
}
#sec_n05 .section__in {
  width: 90%;
  margin: 0 auto;
}
#sec_n05 h2 {
  width: 60%;
  margin-bottom: 1em;
}
#sec_n05 .base_text {
  line-height: 160%;
  margin-bottom: 0.5em;
}
#sec_n05 .base_text2 {
  margin-top: 1em;
  line-height: 160%;
}
#sec_n05 .minis {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
#sec_n05 .goldtext {
  line-height: 160%;
  margin-top: 1.5em;
  color: #806d2b;
  margin-bottom: 1em;
}
#sec_n05 figcaption {
  padding-top: 0.5em;
}/*# sourceMappingURL=josui.css.map */