@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共通ここまで***/
.fonts {
  font-family: "Cinzel", serif;
}

body {
  background: #000 !important;
}

#headsp {
  width: 100%;
  height: 90px;
}
@media screen and (max-width:800px) {
  #headsp {
    height: 45px;
  }
}

#headcontena {
  width: 100%;
  height: 138px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #headcontena {
    height: 90px;
  }
}
#headcontena .logos {
  width: 416px;
  margin-top: 60px;
  margin-left: 3.2%;
}
@media screen and (max-width:800px) {
  #headcontena .logos {
    width: 172px;
    margin-left: 5vw;
    margin-top: 20px;
  }
}
#headcontena .links {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #headcontena .links {
    width: 170px;
  }
}
#headcontena .links .linksbox {
  width: 50%;
}
#headcontena .links a {
  display: inline-block;
  width: 100%;
  padding: 0.85em 0 1.1em 0;
  background-color: #A28A44;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #headcontena .links a {
    font-size: 12px;
  }
}
#headcontena .links a.raijyo {
  display: inline-block;
  width: 100%;
  padding: 0.85em 0 1.1em 0;
  background: linear-gradient(90deg, rgb(0, 85, 142) 0%, rgb(0, 21, 43) 100%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #headcontena .links a.raijyo {
    font-size: 12px;
  }
}

#section01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section01 .section__in {
  width: 100%;
  margin: 0 auto;
}
#section01 .fade__big2 {
  -webkit-transition: all 1.5s ease-out 0.01s;
  transition: all 1.5s ease-out 0.01s;
  opacity: 0;
  transform: scale(1.1);
}
#section01 .fade__big2.active {
  opacity: 1;
  transform: scale(1);
}

#section02b {
  width: 100%;
  background-color: #000;
  padding: 90px 0 70px 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02b {
    padding: 50px 0;
  }
}
#section02b .section__ins {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
#section02b h3 {
  text-align: center;
  margin-bottom: 1em;
}
#section02b .base_text {
  line-height: 160%;
}
#section02b figure {
  margin: 35px auto;
}

/****************/
.p_inner.-full {
  max-width: 100%;
}

.p_notes {
  margin-bottom: 1em;
  display: block;
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width:800px) {
  .p_notes {
    font-size: 9px;
  }
}

.p_notes_sample {
  margin-bottom: 5em;
  display: block;
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width:800px) {
  .p_notes_sample {
    font-size: 9px;
  }
}

.p_inner {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.p_notesBlock {
  padding: 30px 0;
  background-color: #fff;
}

.lavel {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 25px 0 20px 0;
}

@media (max-width: 800px) {
  .lavel {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    padding: 2.5vw 0 3vw 0;
  }
}
.nextbox {
  width: 90%;
  max-width: 1100px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .nextbox {
    margin: 30px auto 20px auto;
    width: 90%;
  }
}
.nextbox a {
  width: 150px;
  display: block;
}
@media screen and (max-width:800px) {
  .nextbox a {
    width: 120px;
  }
}

#equipment_section {
  width: 100%;
  background-color: #000;
  padding: 160px 0 110px 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #equipment_section {
    padding: 60px 0;
  }
}
#equipment_section .section__ins {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
#equipment_section h2 {
  text-align: left;
  color: #927141;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #equipment_section h2 {
    margin-bottom: 20px;
  }
}
#equipment_section h2 .tagline {
  margin-bottom: 0.75em;
}
#equipment_section h2 figure {
  width: 59%;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section h2 figure {
    width: 100%;
  }
}
#equipment_section h2 .sub {
  text-align: left;
}
#equipment_section .mainimg {
  width: 100%;
}
#equipment_section figcaption {
  text-align: right;
  padding-top: 0.5em;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #equipment_section figcaption {
    margin-bottom: 20px;
  }
}
#equipment_section figcaption.las {
  text-align: right;
  padding-top: 0.5em;
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  #equipment_section figcaption.las {
    margin-bottom: 0px;
  }
}
#equipment_section .logo01 {
  width: 45%;
  max-width: 242px;
  margin: 0 auto 45px 0;
}
@media screen and (max-width:800px) {
  #equipment_section .logo01 {
    margin: 0 auto 15px 0;
  }
}
#equipment_section .base_text {
  line-height: 200%;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #equipment_section .base_text {
    margin-bottom: 50px;
  }
}
#equipment_section h3 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #equipment_section h3 {
    padding-bottom: 0.25em;
    margin-bottom: 20px;
  }
}
#equipment_section h3.seconds {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  margin-top: 180px;
}
@media screen and (max-width:800px) {
  #equipment_section h3.seconds {
    margin-top: 40px;
    padding-bottom: 0.25em;
    margin-bottom: 20px;
  }
}
#equipment_section h3.therd {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #equipment_section h3.therd {
    margin-top: 40px;
    padding-bottom: 0.25em;
    margin-bottom: 20px;
  }
}
#equipment_section .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  align-items: flex-start;
}
@media screen and (max-width:800px) {
  #equipment_section .clums {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width:800px) {
  #equipment_section .clums.no_sp_line {
    border-bottom: 0px solid #999;
  }
}
#equipment_section .clums.no_pcsp_line {
  border-bottom: 0px solid #999;
}
@media screen and (max-width:800px) {
  #equipment_section .clums.no_pcsp_line {
    border-bottom: 0px solid #999;
  }
}
#equipment_section .clums .logolong {
  width: 100%;
  margin-bottom: 1em;
}
#equipment_section .clums .logolong figure {
  width: 23.78%;
}
#equipment_section .clums .items {
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#equipment_section .clums .items .titles {
  width: 100%;
  color: #927141;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .titles {
    width: 100%;
    order: 2;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    letter-spacing: -0.1em;
  }
}
#equipment_section .clums .items .text {
  width: 51.75%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .text {
    width: 100%;
    order: 3;
  }
}
#equipment_section .clums .items .text_long {
  width: 100%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .text_long {
    width: 100%;
    order: 3;
  }
}
#equipment_section .clums .items .photo {
  width: 42.75%;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .photo {
    width: 100%;
    order: 1;
  }
}
#equipment_section .clums .items .deli {
  width: 40%;
  display: none;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .deli {
    display: block;
    order: 4;
  }
}
#equipment_section .clums .items .deli2 {
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .deli2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
    display: block;
    order: 4;
  }
}
#equipment_section .clums .items .deli3 {
  width: 35%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .deli3 {
    width: 35%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}
#equipment_section .photocap {
  position: relative;
}
#equipment_section .photocap .las {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: right;
  letter-spacing: -0.05em;
}
@media screen and (max-width:800px) {
  #equipment_section .photocap .las {
    top: auto;
    bottom: 4px;
    right: 8px;
    color: #000;
    font-size: 60%;
  }
}
#equipment_section .lastaten {
  width: 100%;
  margin-top: 2em;
  letter-spacing: -0.05em;
}

#section_plan {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section_plan {
    padding: 50px 0 60px 0;
  }
}
#section_plan.simplepla {
  padding: 230px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section_plan.simplepla {
    padding: 140px 0 60px 0;
  }
}
#section_plan .minititle {
  text-align: center;
  margin-bottom: 1em;
}
#section_plan ul.mmbox {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #section_plan ul.mmbox {
    margin-bottom: 60px;
  }
}
#section_plan ul.mmbox li {
  width: 48.8%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1.25em 0 1.3em 0;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section_plan ul.mmbox li {
    width: 100%;
  }
}
#section_plan .section__in__a {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
#section_plan .section__in__h_i {
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
}
#section_plan .title {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 75px auto;
}
@media screen and (max-width:800px) {
  #section_plan .title {
    width: 60%;
    max-width: 800px;
    margin: 0 auto 50px auto;
  }
}
#section_plan .title2 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 75px auto;
}
@media screen and (max-width:800px) {
  #section_plan .title2 {
    width: 70%;
    max-width: 800px;
    margin: 0 auto 50px auto;
  }
}
#section_plan .w500box {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#section_plan .w500box_sample {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
#section_plan .p_plan__examples {
  margin-bottom: 10px;
  text-align: left;
  width: 393px;
}
@media screen and (max-width:800px) {
  #section_plan .p_plan__examples {
    width: 300px;
  }
}
#section_plan .zu {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section_plan .zu {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
#section_plan .zu_simple {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width:800px) {
  #section_plan .zu_simple {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
#section_plan .botansclosebox {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #section_plan .botansclosebox {
    margin-top: 40px;
  }
}
#section_plan .botansclosebox a {
  display: inline-block;
  line-height: 100%;
  padding: 1.4em 0;
  width: 270px;
  text-align: center;
  border: 1px solid #666;
}

.tenjyobox {
  width: 100%;
  padding: 50px 0 0 0;
}
@media screen and (max-width:800px) {
  .tenjyobox {
    border-top: 1px solid #999;
    padding: 40px 0 0 0;
  }
}
.tenjyobox .tenjyobox__in {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.tenjyobox .tenjyobox__in .ttllss {
  text-align: center;
  margin-bottom: 1.25em;
}
.tenjyobox .tenjyobox__in .base_texts {
  text-align: left;
  line-height: 160%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .tenjyobox .tenjyobox__in .base_texts {
    margin-bottom: 15px;
  }
}
.tenjyobox .tenjyobox__in .imgzu {
  width: 100%;
}
.tenjyobox .tenjyobox__in .imgzu figcaption {
  padding-top: 0.5em;
  text-align: left !important;
}

.takuhaibox {
  width: 100%;
  padding: 40px 0 0 0;
  border-top: 1px solid #999;
  margin-top: 40px;
}
.takuhaibox .tenjyobox__in {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.takuhaibox .tenjyobox__in .ttllss {
  text-align: center;
  margin-bottom: 1.25em;
}
.takuhaibox .tenjyobox__in .base_texts {
  text-align: left;
  line-height: 160%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .takuhaibox .tenjyobox__in .base_texts {
    margin-bottom: 15px;
  }
}
.takuhaibox .tenjyobox__in .base_texts .minis {
  display: block;
  padding-top: 1.5em;
}
.takuhaibox .tenjyobox__in .imgzu {
  width: 100%;
}
.takuhaibox .tenjyobox__in .imgzu figcaption {
  padding-top: 0.5em;
  text-align: left !important;
}/*# sourceMappingURL=limited_plan.css.map */