@charset "utf-8";
/* ==========================================================

title : 東建ウェブサイト 建築商品一覧 RC・ユニヴァリィ・プロシード
scope : 「RC スイート・テラス」

last modify : 2021/02/15 373_oowaki

=============================================================== */

/* --------------------------------------------------------
  共通
==========================================================
  /apartment/rc_suite_terrace/
---------------------------------------------------------- */
#wrap {
  background: #fff;
}

#contents {
}
#contents article {
  position: relative;
}
#contents article .slide_wrap {
  background: #000;
}

/*============================
  ページナビ
============================*/
#contents article .nav_wrap {
  background: #00173a;
}
#contents article .nav_wrap nav#apartment_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#contents article .nav_wrap nav#apartment_nav ul li {
  width: 25%;
}
#contents article .nav_wrap nav#apartment_nav ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: -webkit-linear-gradient(#1c3459 0%, #001436 100%);
  background: -o-linear-gradient(#1c3459 0%, #001436 100%);
  background: linear-gradient(#1c3459 0%, #001436 100%);
}
#contents article .nav_wrap nav#apartment_nav ul li a.current {
  background: #001639;
  cursor: default;
}
#contents article .nav_wrap nav#apartment_nav ul li a.nolink {
  background: #81877b;
  cursor: default;
}

@media screen and (max-width: 813px) {
  #contents article .nav_wrap nav#apartment_nav ul {
    margin: 0;
    padding: 0 1.865vw;
    background: #fff;
  }
  #contents article .nav_wrap nav#apartment_nav ul li {
    width: 50%;
  }
  #contents article .nav_wrap nav#apartment_nav ul li a {
    font-size: 111.8%;
    line-height: 2.84;
    border-right: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
  }
  #contents article .nav_wrap nav#apartment_nav ul li:nth-child(-n+2) a {
    border-bottom: 0.27vw solid #fff;
  }
  #contents article .nav_wrap nav#apartment_nav ul li:nth-child(n+3) a {
    border-top: 0.27vw solid #fff;
  }
}

@media screen and (min-width: 814px) {
  #contents article .nav_wrap nav#apartment_nav ul {
    width: 920px;
  }
  #contents article .nav_wrap nav#apartment_nav ul li a {
    font-size: 19px;
    line-height: 54px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

/* =======================================================
  トップページ
  ------------------------------------------
  /apartment/rc_suite_terrace/
========================================================== */

#contents article .logo {
  text-align: right;
}
#contents article .logo img {
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
}

/*============================
#topSlider
============================*/
#contents article .slide_wrap #topSlider div {
  outline: none;
}
#contents article .slide_wrap #topSlider div img {
  width: 91.85%;
  transition: transform 0s linear 1s;
}
#contents article .slide_wrap #topSlider div:nth-child(even) img {
  transform: translate(-19.5%,0);
}
#contents article .slide_wrap #topSlider.loaded div.moving:nth-child(odd) img {
  transform: translate(-19.5%,0);
  transition: transform 10s ease-in;
}
@keyframes slickCurrentSlide {
    0% {
      transform: translate(0,0);
    }
    100% {
      transform: translate(-19.5%,0);
    }
}
#contents article .slide_wrap #topSlider.loaded div.moving:nth-child(even) img {
  transform: translate(0,0);
  transition: transform 10s ease-in;
}

/*============================
#slideThumbs
============================*/
#contents article .slide_wrap ul#slideThumbs {
  display: flex;
  justify-content: space-between;
}
#contents article .slide_wrap ul#slideThumbs li {
  position: relative;
  width: 24.49%;
  cursor: pointer;
}
#contents article .slide_wrap ul#slideThumbs li img {
  width: 100%;
  opacity: 0.7;
}
#contents article .slide_wrap ul#slideThumbs li.current img {
  opacity: 1;
}
#contents article .slide_wrap ul#slideThumbs li::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: block;
  transition: opacity 0.2s linear;
}


#contents article .lead {
  padding: 2em 0;
  margin: 0 auto;
}
#contents article .lead b {
  display: block;
  margin: 0 0 0.7em;
  font-size: 205.9%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Noto Serif JP", serif;
  color: #b28506;
  text-align: center;
  line-height: 1.2;
}
#contents article .lead b span {
  font-size: 68.57%;
  font-weight: bold;
  color: #b28506;
}

@media screen and (max-width: 813px) {
  #contents article h1 {
    position: relative;
    margin: 0 0 2vw;
    padding: 0.5em 1em;
    font-size: 153%;
    color: #fff;
    text-align: center;
    background-color: #0d1e56;
  }
  #contents article .logo {
    position: absolute;
    top: 17.1vw;
    right: 0;
    left: 0;
    width: 100%;
    height: 52.4vw;
    margin: 0 auto;
    z-index: 10;
  }
  /*============================
  #topSlider
  ============================*/
  #contents article .slide_wrap {
    margin: 0 0 2vw;
  }
  #contents article .slide_wrap #topSlider {
    height: 52.4vw;
    margin: 0 auto 1vw;
  }
  /*============================
  #slideThumbs
  ============================*/
  #contents article .slide_wrap ul#slideThumbs {
    padding: 0 1vw 1vw;
  }
  #contents article .slide_wrap ul#slideThumbs li {
    width: 24%;
  }
  #contents article .slide_wrap ul#slideThumbs li::after {
    border: 0.54vw solid #002f65;
  }
  #contents article .slide_wrap ul#slideThumbs li.current::after {
    border: 0.54vw solid #b29504;
  }
  #contents article .lead {
    padding: 1.5em 1em;
  }
}
@media screen and (min-width: 814px) {
  #contents article h1 {
    height: 0;
  }
  #contents article .logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 980px;
    height: 512px;
    margin: 0 auto;
    z-index: 10;
  }
  /*============================
  #topSlider
  ============================*/
  #contents article .slide_wrap {
    padding: 0 0 6px;
    margin: 0 0 15px;
  }
  #contents article .slide_wrap #topSlider {
    width: 980px;
    height: 512px;
    margin: 0 auto 6px;
  }
  #contents article .slide_wrap #topSlider div img {
    max-height: 512px;
  }

  /*============================
  #slideThumbs
  ============================*/
  #contents article .slide_wrap ul#slideThumbs {
    width: 980px;
    margin: 0 auto;
  }
  #contents article .slide_wrap ul#slideThumbs li::after {
    border: 3px solid #002f65;
  }
  #contents article .slide_wrap ul#slideThumbs li.current::after {
    border: 3px solid #b29504;
  }
  #contents article .lead {
    width: 580px;
  }
}

#contents article.top .sect_wrap {
  background: #000;
  color: #fff;
}
#contents article.top section {
  position: relative;
  margin: 0 auto;
  padding: 2.5em 0 0;
}
#contents article.top section h2 {
  position: relative;
  padding: 0 0 0.4em;
  margin: 0 auto 1em;
  font-weight: 400;
  font-size: 100%;
  text-align: center;
}
#contents article.top section h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.27vw;
  background: -webkit-linear-gradient(left, #bf8e08 0%, #fff8e5 50%, #bf8e08 100%);
  background: -o-linear-gradient(left, #bf8e08 0%, #fff8e5 50%, #bf8e08 100%);
  background: linear-gradient(to right, #bf8e08 0%, #fff8e5 50%, #bf8e08 100%);
}
#contents article.top section h2 span {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Noto Serif JP", serif;
  font-size: 152.9%;
  letter-spacing: 0.1em;
}

#contents article.top section .sect_main_image {
  position: absolute;
  top: 0;
  left: 0;
}
#contents article.top section p {
  width: 21em;
  margin: 0 auto 1.2em;
  line-height: 1.45;
}
#contents article.top section a.btn_open_detail {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 1em;
  line-height: 2.8;
  text-align: center;
  background: #fff;
  color: #002050;
  border: 1.08vw solid #fff;
  box-shadow: inset 0 0 0 0.27vw #002050;
  font-weight: bold;
}
#contents article.top section a.btn_open_detail.nolink {
  background: #81877b;
  color: #fff;
  border: 0.27vw solid #fff;
  box-shadow: inset 0 0 0 0.4vw #81877b, inset 0 0 0 0.67vw #fff;
}
#contents article.top section a.btn_open_detail::after {
  content: "▲";
  position: absolute;
  top: 0;
  left: 3em;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
}
#contents article.top .sect_wrap .ul_wrap {
  background: #00062c;
}
#contents article.top .sect_wrap  .ul_wrap ul {
  display: flex;
  justify-content: space-between;
  font-size: 94.12%;
  margin: 0 auto;
}
  #contents article.top .sect_wrap .ul_wrap ul li {
    line-height: 1.35;
  }
#contents article.top .sect_wrap .ul_wrap ul li img {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 813px) {
  #contents article.top .sect_wrap {
    position: relative;
    /*padding: 50vh 0 0;
    min-height: 100vh;*/
    margin: 0 0 4vw;
    background: #000;
    overflow: hidden;
  }
  #contents article.top .sect_wrap.feature_wrap {
    margin: 0;
  }
  /*#contents article.top .sect_wrap .bg_sect_image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    object-fit: cover;
  }*/
  #contents article.top .sect_wrap .bg_sect_image {
    width: 100%;
  }
  #contents article.top section {
    position: relative;
    padding: 4vw 0 5.3vw;
    background: #00062c;
    z-index: 10;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(to right, rgba(145,111,43,1) 0%, rgba(174,146,71,1) 13%, rgba(241,230,195,1) 34%, rgba(188,149,59,1) 83%, rgba(146,115,28,1) 100%) 1/0 0 2px 0;
    border-style: solid;
  }
  #contents article.top section.design h2 {
    width: 55vw;
  }
  #contents article.top section.equipment h2 {
    width: 75vw;
  }
  #contents article.top section.feature h2 {
    width: 59vw;
  }
  #contents article.top section .sect_main_image {
    display: none;
  }
  #contents article.top section h2::after {
    height: 0.27vw;
  }
  #contents article.top section a.btn_open_detail {
    width: 84%;
  }
  #contents article.top .sect_wrap .ul_wrap {
    position: relative;
    padding: 4vw 0;
    z-index: 10;
  }
  #contents article.top .sect_wrap .ul_wrap ul {
    width: 92%;
  }
  #contents article.top .sect_wrap .ul_wrap ul li {
    width: 48%;
  }
}
@media screen and (min-width: 814px) {
  #contents article.top .sect_wrap {
    margin: 0 0 16px;
  }
  #contents article.top .sect_wrap:last-child {
    margin: 0 0 40px;
  }
  #contents article.top section {
    width: 1024px;
    height: 330px;
    padding: 25px 0 0 531px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(to right, rgba(145,111,43,1) 0%, rgba(174,146,71,1) 13%, rgba(241,230,195,1) 34%, rgba(188,149,59,1) 83%, rgba(146,115,28,1) 100%) 1/0 0 2px 0;
    border-style: solid;
    background: #00062c;
  }
  #contents article.top section.design h2 {
    width: 220px;
  }
  #contents article.top section.equipment h2 {
    width: 300px;
  }
  #contents article.top section.feature h2 {
    width: 245px;
  }
  #contents article.top section h2::after {
    height: 1px;
  }
  #contents article.top section .sect_main_image {
    width: 543px;
  }
  #contents article.top .bg_sect_image {
    display: none;
  }
  #contents article.top section a.btn_open_detail {
    width: 250px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: inset 0 0 0 1px #002050;
  }
  #contents article.top section a.btn_open_detail.nolink {
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 1.5px #81877b, inset 0 0 0 2.5px #fff;
  }
  #contents article.top .sect_wrap .ul_wrap {
    padding: 35px 0 32px;
    width: 1024px;
    margin: 0 auto;
  }
  #contents article.top .sect_wrap .ul_wrap ul {
    width: 764px;
  }
  #contents article.top .sect_wrap .ul_wrap ul li {
    width: 300px;
  }
}

/* =======================================================
  デザイン
  ------------------------------------------
  /apartment/rc_suite_terrace/design/
========================================================== */

@media screen and (min-width: 814px) {
}

@media screen and (max-width: 813px) {
}




/* page_top
====================================== */
#page_top {
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 100;
  margin:0;
}
#page_top a {
  position: relative;
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  border-radius: 3px;
  opacity: 0.75;
  border: 1px solid #196ba7;
  box-shadow: 0 0 4px #2c93dd;
}
#page_top a:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.75em;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2c93dd;
  border-bottom: 1px solid #2c93dd;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*-------パンフレット・ＰＣチラシなど A-------*/

ul.ic {
  overflow: hidden;
  width: 520px;
  margin: 0 auto 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


ul.ic a:hover {
  opacity: 0.8;
}

@media only screen and (max-width:812px) {

  ul.ic {
    width: 90%;
  }

  ul.ic li.ic_bn:first-child {
    margin-right: 20px;
  }

}


/* ============================================
印刷用
============================================ */

@media print {
 /* 表示しない */
  #page_top {
    display:none;
  }
  /* 要素内を改行しない
-------------------------------------------- */
  figure,
  dd,
  li,
  .function_block {
    page-break-inside:avoid;
  }
}
@media print and (-ms-high-contrast: none) {
  #contents * {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
}