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

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

header.active_degi {
  background-color: transparent;
}

#cv_section_close {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 110px 0 140px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #cv_section_close {
    padding: 60px 0;
  }
}
#cv_section_close .cvobx {
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #cv_section_close .cvobx {
    margin-top: 0px;
  }
}
#cv_section_close .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}
#cv_section_close .cvobx .botancenter {
  text-align: center;
}

#section01_plans {
  width: 100%;
  padding: 200px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section01_plans {
    padding: 19.5vw 0 7.5vw 0;
  }
}
#section01_plans h1 {
  text-align: center;
}
#section01_plans .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section01_plans .plantitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle {
    align-items: center;
  }
}
#section01_plans .plantitle .ppl {
  width: 18.6%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppl {
    width: 35%;
  }
}
#section01_plans .plantitle .ppl figure {
  width: 75%;
  margin: 0 15% 0 10%;
}
#section01_plans .plantitle .ppt {
  width: 81.4%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppt {
    width: 65%;
  }
}
#section01_plans .spectext {
  margin-top: 1em;
}
#section01_plans .spectext span.bigs {
  font-size: 225%;
  display: inline-block;
  padding: 0 0.15em;
}
#section01_plans .spectext span.pc {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext span.pc {
    display: none;
  }
}
#section01_plans .spectext_sp {
  margin-top: 0.25em;
  display: none;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext_sp {
    display: block;
  }
}
#section01_plans .spectext2 {
  margin-top: 0.25em;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext2 {
    padding-left: 5.6em;
  }
}
#section01_plans .zu {
  width: 100%;
  max-width: 600px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu {
    margin: 40px auto 40px auto;
  }
}
#section01_plans .zu2 {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu2 {
    margin: 40px auto 40px auto;
  }
}
#section01_plans ul.meritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 0.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist2 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 1.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist2 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 li.text_ptop {
  padding-top: 2em;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li.text_ptop {
    padding-top: 1em;
  }
}
#section01_plans .plan_atentiion {
  width: 100%;
  margin-top: 30px;
}
#section01_plans .plan_atentiion .t01 {
  margin-bottom: 1em;
}

#section02_plans {
  width: 100%;
}
#section02_plans .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#plan_next_prev {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#plan_next_prev .left {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .left {
    width: 25%;
  }
}
#plan_next_prev .right {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .right {
    width: 25%;
  }
}

#section01_base {
  position: relative;
}
#section01_base figcaption {
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 8px;
  right: 8px;
}

#section03_base {
  width: 100%;
  padding: 75px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03_base {
    padding: 40px 0;
  }
}
#section03_base .base_text {
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section03_base .base_text {
    margin-top: 0em;
  }
}

#section04_base {
  background-color: #e9e6e1;
  padding: 115px 0 130px 0;
}
@media screen and (max-width:800px) {
  #section04_base {
    padding: 7.5vw 0 1em 0;
  }
}
#section04_base .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04_base .section__in {
    width: 100%;
  }
}
#section04_base ul.merit {
  width: 66.66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 75px auto;
}
@media screen and (max-width:800px) {
  #section04_base ul.merit {
    width: 100%;
    margin: 0 auto 35px auto;
  }
}
#section04_base ul.merit li {
  width: 50%;
  border-left: 1px solid #999;
  padding: 0.25em 0;
  display: flex;
  align-items: center;
  text-align: left;
}
#section04_base ul.merit li .base {
  width: 100%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04_base ul.merit li {
    width: 100%;
    border-left: 0;
    padding: 0.75em 0;
    border-top: 1px solid #999;
  }
}
#section04_base ul.merit li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section04_base ul.merit li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section04_base .text01 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section04_base .text01 {
    margin-bottom: 0.5em;
  }
}
#section04_base .text01 span {
  font-size: 40%;
}
#section04_base figure.imgss {
  width: 90%;
  max-width: 725px;
  margin: 0 auto 40px auto;
}
#section04_base ul.clum03box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04_base ul.clum03box01 li {
  width: 29.55%;
  background-color: #d4cabd;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section04_base ul.clum03box01 li {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width:800px) {
  #section04_base ul.clum03box01 li:last-child {
    margin-bottom: 0vw;
  }
}
#section04_base ul.clum03box01 li.notype {
  background-color: transparent;
}
#section04_base ul.clum03box01 li a {
  display: block;
  padding: 50px 35px 25px 35px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:800px) {
  #section04_base ul.clum03box01 li a {
    padding: 15vw 9.5vw 9.5vw 9.5vw;
  }
}
#section04_base ul.clum03box01 li a.coming {
  position: relative;
}
#section04_base ul.clum03box01 li a.coming::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
}
#section04_base ul.clum03box01 li .planimg {
  width: 55%;
  margin: 0 auto 1.5em auto;
}
@media screen and (max-width:800px) {
  #section04_base ul.clum03box01 li .planimg {
    width: 40%;
  }
}
#section04_base ul.clum03box01 li .types {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 100%;
  border-bottom: 1px solid #999;
  line-height: 100%;
  padding-bottom: 0.1em;
  margin-bottom: 0.35em;
}
#section04_base ul.clum03box01 li .types span {
  font-size: 50%;
  display: inline-block;
  text-align: left;
}
#section04_base ul.clum03box01 li .types span span.ins_t {
  font-size: 100%;
  display: inline-block;
  line-height: 100%;
}
#section04_base ul.clum03box01 li .text01 {
  text-align: center;
  font-weight: 300;
}
#section04_base ul.clum03box01 li .text02 {
  text-align: center;
  font-weight: 300;
}
#section04_base ul.clum03box01 li .text02 span {
  font-size: 80%;
}
#section04_base ul.clum03box01 li .botans {
  width: 100%;
  text-align: center;
  padding: 0.75em 0 0.75em 0;
  line-height: 100%;
  color: #fff;
  background-color: #716253;
  margin-top: 0.4em;
  font-weight: 300;
}
#section04_base ul.clum03box01 li .mikoukai {
  width: 100%;
  position: absolute;
  padding: 0.4em 0 0.5em 0;
  color: #fff;
  line-height: 100%;
  text-align: center;
  background-color: #000;
  font-weight: 300;
  top: 0;
  left: 0;
  line-height: 100%;
}
#section04_base ul.clum03box01 li .mikoukai span {
  display: inline-block;
  padding-left: 3em;
  position: relative;
}
#section04_base ul.clum03box01 li .mikoukai span::after {
  content: "NEW";
  position: absolute;
  left: 0;
  top: calc(50% + 0.1em);
  transform: translate(0, -50%);
  background-color: #910000;
  padding: 0.05em 0.35em 0.25em 0.35em;
  line-height: 100%;
  font-size: 85%;
}
#section04_base .lastext {
  text-align: left;
  padding: 1em 0 90px 0;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section04_base .lastext {
    padding: 10vw 0 2em 0;
  }
}
#section04_base .attention {
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #section04_base .attention {
    margin-top: 10vw;
    padding: 0 2.5%;
  }
}

.newmark {
  position: relative;
}
.newmark::after {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0%);
  background-color: #910000;
  padding: 0.25em 0.35em 0.35em 0.35em;
  line-height: 100%;
  font-size: 85%;
  color: #fff;
  font-size: 14px;
}

/*******************/
.slider {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .slider {
    padding: 0 0px;
  }
}

.slider-area img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slider-area {
  overflow: hidden;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}

.thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width:800px) {
  .thumnail .slick-track {
    justify-content: center !important;
  }
}

.slider-item {
  position: relative;
  padding: 0 0px;
}
.slider-item figure {
  position: relative;
}
.slider-item figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  .slider-item figure figcaption {
    font-size: 2.75vw;
    bottom: 6px;
    right: 6px;
    line-height: 100%;
  }
}
.slider-item figure figcaption.text02 {
  right: 51%;
}
.slider-item figure figcaption.text03 {
  right: 26%;
}

.thumnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 20%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide {
    flex: 0 0 23.9%;
    padding: 0 4px;
    margin-bottom: 2.25vw;
  }
}
.thumnail .slick-slide:hover {
  cursor: pointer;
}
.thumnail .slick-slide.slick-current figure {
  position: relative;
}
.thumnail .slick-slide.slick-current figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(1) {
    margin-left: 12%;
  }
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(3) {
    margin-right: 12%;
  }
}

.prev2 {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .prev2 {
    width: 7.5vw;
    position: absolute;
    top: 50%;
    left: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.prev2 img {
  width: 100%;
}
.prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.next2 {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .next2 {
    width: 7.5vw;
    position: absolute;
    top: 50%;
    right: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.next2 img {
  width: 100%;
}
.next2:hover {
  cursor: pointer;
  opacity: 0.7;
}

/************************/
.slider_sp {
  width: 100%;
  display: none;
}
@media screen and (max-width:800px) {
  .slider_sp {
    display: block;
  }
}
.slider_sp .slider-item_sp {
  position: relative;
  padding: 0 0px;
  margin-bottom: 2.5vw;
}
.slider_sp .slider-item_sp figure {
  position: relative;
}
.slider_sp .slider-item_sp figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  .slider_sp .slider-item_sp figure figcaption {
    font-size: 2.75vw;
    bottom: 6px;
    right: 6px;
    line-height: 100%;
  }
}
.slider_sp .slider-item_sp figure figcaption.text02 {
  right: 51%;
}
.slider_sp .slider-item_sp figure figcaption.text03 {
  right: 26%;
}

/*250630NP21追加*/
.view360 {
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
  display: block;

}

/*# sourceMappingURL=modelroom.css.map */