@charset "UTF-8";
/*================================================================
共通
=========================================== */
.ani {
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page_Plan .room_Plan {
  padding-top: 90px;
  margin-top: -90px;
}

/*================================================================
Roomリスト
=========================================== */
.page_Contents .contents_Box.room_Plan h2 {
  margin-bottom: 40px !important;
  font-family: "Roboto Condensed", sans-serif;
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_madori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_madori li {
  width: calc((100% - 6px) / 3);
}
@media only screen and (max-width: 768px) {
  .page_Contents .contents_Box.room_Plan ul.room_Plan_madori li {
    width: calc((100% - 4px) / 2);
    margin-bottom: 2px;
  }
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_madori li a {
  color: #000;
  font-size: 18px;
  background-color: #EAE8E3;
  text-align: center;
  text-align: center;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .page_Contents .contents_Box.room_Plan ul.room_Plan_madori li a {
    height: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .page_Contents .contents_Box.room_Plan ul.room_Plan_madori li a {
    height: 48px;
    font-size: 1.6rem;
  }
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_madori li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_madori li .on {
  background: #856D48;
  color: #fff;
}
@media (max-width: 768px) {
  .page_Contents .contents_Box.room_Plan ul.room_Plan_madori li:last-child {
    width: 100%;
  }
}
.page_Contents .contents_Box.room_Plan .room_Plan_madori.up li {
  width: calc((100% - 6px) / 3);
}
@media only screen and (max-width: 768px) {
  .page_Contents .contents_Box.room_Plan .room_Plan_madori.up li {
    width: calc((100% - 4px) / 2);
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page_Contents .contents_Box.room_Plan .room_Plan_madori.up li:last-child {
    width: calc((100% - 4px) / 2);
    margin-bottom: 2px;
  }
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_updown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_updown li {
  width: calc((100% - 20px) / 2);
  text-align: center;
  border-bottom: double 4px #D1DBDC;
  font-weight: bold;
  color: #333;
  font-size: 1.8rem;
  padding-bottom: 0.6em;
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_updown li a {
  font-weight: bold;
  color: #333;
  font-size: 1.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_updown li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page_Contents .contents_Box.room_Plan ul.room_Plan_updown li.on {
  border-bottom: double 4px #856D48;
}

.room_Box {
  margin-top: 20px;
  background: #EAE8E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .room_Box {
    padding: 20px 0;
  }
}
.room_Box p {
  text-align: center;
}
.room_Box p:first-child {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .room_Box p:first-child {
    font-size: 2.2rem;
  }
}
.room_Box p span {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .room_Box p span {
    font-size: 2.2rem;
  }
}
.room_Box p {
  text-align: center;
}
.room_Box p:last-child span {
  font-size: 22px;
  border-bottom: 8px solid rgba(255, 255, 255, 0.9);
  display: inline-block;
  line-height: 0.5;
  padding: 0 5px;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .room_Box p:last-child span {
    font-size: 1.6rem;
  }
}

.type_Box {
  margin-top: 85px;
}
@media only screen and (max-width: 425px) {
  .type_Box {
    margin-top: 65px;
  }
}
.type_Box h3 {
  border-bottom: 1px solid #352421;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .type_Box h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.type_Box h3 .ttl {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .type_Box h3 .ttl {
    font-size: 3.6rem;
  }
}
.type_Box h3 .type {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .type_Box h3 .type {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.type_Box h3 .type span {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .type_Box h3 .type span {
    font-size: 3.6rem;
  }
}
.type_Box h3 .color_Ttl {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .type_Box h3 .color_Ttl {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.type_Box .color {
  width: 80%;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .type_Box .color {
    margin-top: 20px;
    width: 90%;
  }
}
.type_Box .color img {
  width: 100%;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 60px;
}
@media only screen and (max-width: 768px) {
  .box {
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 425px) {
  .box {
    margin: 20px 0 20px;
  }
}
.box .slider_Wrap {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .box .slider_Wrap {
    width: 100%;
  }
}
.box .slider_Wrap .type_Info {
  background: #F8F8F8;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px 0 0;
}
@media only screen and (max-width: 950px) {
  .box .slider_Wrap .type_Info {
    padding: 30px;
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .box .slider_Wrap .type_Info {
    padding: 45px 30px;
  }
}
.box .slider_Wrap .type_Info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .box .slider_Wrap .type_Info dl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .box .slider_Wrap .type_Info dl {
    font-size: 1.4rem;
  }
}
.box .slider_Wrap .type_Info dl dt {
  width: 34%;
}
@media only screen and (max-width: 1110px) {
  .box .slider_Wrap .type_Info dl dt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box .slider_Wrap .type_Info dl dt {
    width: 34%;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 460px) {
  .box .slider_Wrap .type_Info dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.box .slider_Wrap .type_Info dl dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  line-height: 30px;
}
@media only screen and (max-width: 950px) {
  .box .slider_Wrap .type_Info dl dt::before {
    width: 12px;
  }
}
.box .slider_Wrap .type_Info dl dd {
  line-height: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .box .slider_Wrap .type_Info dl dd {
    margin-bottom: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 460px) {
  .box .slider_Wrap .type_Info dl dd {
    width: 100%;
  }
}
.box .slider_Wrap .type_Info dl:nth-last-child(1) > dd {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .box .slider_Wrap .type_Info dl:nth-last-child(1) > dd {
    line-height: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .box .slider_Wrap .type_Info p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .box .slider_Wrap .type_Info p {
    font-size: 1.4rem;
  }
}
.box .photo_Wrap {
  width: 460px;
}
@media only screen and (max-width: 955px) {
  .box .photo_Wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .box .photo_Wrap {
    width: 68%;
    margin: auto;
  }
}
.box .photo_Wrap img {
  width: 100%;
}

.vr .btn {
  width: 400px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .vr .btn {
    width: 380px;
  }
}
@media only screen and (max-width: 425px) {
  .vr .btn {
    width: 290px;
  }
}
.vr .btn a {
  display: block;
  border: 1px solid #856D48;
  padding: 16.42px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 0px 0px #E9E5E2;
          box-shadow: 0px 5px 0px 0px #E9E5E2;
}
.vr .btn a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #856D48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vr .btn a:hover > p {
  color: #fff;
  border-right: 1px solid #fff;
}
.vr .btn a:hover::after {
  background: url(../img/vr-w.svg) center center no-repeat;
}
@media only screen and (max-width: 955px) {
  .vr .btn a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .vr .btn a {
    padding: 16.42px 20px;
  }
}
.vr .btn a p {
  color: #856D48;
  width: calc(100% - 66px);
  border-right: 1px solid #856D48;
}
.vr .btn a::after {
  position: absolute;
  content: "";
  background: url(../img/vr.svg) center center no-repeat;
  background-size: contain;
  width: 46px;
  height: 23px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*================================================================
スリックスライダー
=========================================== */
.sp-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
  content: "";
  display: block !important;
  background: url(../img/plan_slider_next.png) center center no-repeat;
  background-size: contain;
  text-indent: -9999px !important;
  width: 34px !important;
  height: 34px !important;
}

/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
  content: "";
  display: block;
  background: url(../img/plan_slider_prev.png) center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 34px !important;
  height: 34px !important;
}

/*======
概要案内テキスト
======= */
.outline_Txt p {
  margin-bottom: 25px;
}
.outline_Txt p:nth-of-type(4) {
  text-align: right;
  margin-top: 60px;
}

/*================================================================
上層階コード2K,2LDK
=========================================== */
.box02 {
  width: 90%;
  margin: 50px auto;
}
@media only screen and (max-width: 460px) {
  .box02 {
    margin: 30px auto;
  }
}
.box02 .photo_Wrap02 {
  width: 90%;
  max-width: 550px;
  margin: auto;
}
.box02 .photo_Wrap02 img {
  width: 100%;
}
.box02 .type_Info02 {
  background: #F8F8F8;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto;
  width: 100%;
}
@media only screen and (max-width: 460px) {
  .box02 .type_Info02 {
    margin: 10px auto 20px;
  }
}
.box02 .type_Info02 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .box02 .type_Info02 dl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .box02 .type_Info02 dl {
    font-size: 1.4rem;
  }
}
.box02 .type_Info02 dl dt {
  width: 34%;
}
@media only screen and (max-width: 768px) {
  .box02 .type_Info02 dl dt {
    width: 34%;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 460px) {
  .box02 .type_Info02 dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.box02 .type_Info02 dl dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  line-height: 30px;
}
@media only screen and (max-width: 950px) {
  .box02 .type_Info02 dl dt::before {
    width: 12px;
  }
}
.box02 .type_Info02 dl dd {
  line-height: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .box02 .type_Info02 dl dd {
    margin-bottom: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 460px) {
  .box02 .type_Info02 dl dd {
    width: 100%;
  }
}
.box02 .type_Info02 dl:nth-last-child(1) > dd {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .box02 .type_Info02 dl:nth-last-child(1) > dd {
    line-height: 22px;
  }
}

.floor_wrap {
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
}
.floor_wrap img {
  width: 100%;
}

.box .slider_Wrap.wide {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .box .slider_Wrap.wide .type_Info dl dt {
    width: 183px;
  }
}/*# sourceMappingURL=page.css.map */