@charset "utf-8";

/* ヘッダー */
header .h_main02 {
  transition-duration: 0.6s;
}

header.on .h_main02 {
  background: rgba(255, 255, 255, 0.8);
}

.head_info h1 {
  position: relative;
}
.head_info h1::before {
  content: '川崎市宮前区の新築分譲マンション「パレステージ宮崎台Ⅲ」公式HP。東急田園都市線「宮崎台」駅徒歩6分。';
  display: inline-block;
  font-size: 12px;
}
/* カレントナビ */
li.top::before {
  width: 100%;
  transition: 0.3s;
}
.footer_sitemap ul li.top a {
  background: #dedede;
  color: #333;
}
@media screen and (max-width: 1000px) {
  li.top::before {
  width: 100px;
}
}
/* カレントナビ */

/* main */
main {
  background: url(../img/top/mv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 0 80px;
}
.sakura01 {
  position: relative;
  overflow: visible; /* 重要 */
}
.sakura01::before {
  content: '';
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background: url(../img/top/sakura01.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 2;
}

.sakura02 {
  padding: 50px 0 0;
      background: url(../img/top/sakura02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}


/* mv */
.mv {
  position: relative;
  overflow: hidden;
}
.mv_text {
  position: absolute;
  top: 0;
  left: 0;
}
.mv .img_cap{
bottom: 30px;
    background-color: transparent;
    text-shadow: 
	black 1px 1px 10px, black -1px 1px 10px,
	black 1px -1px 10px, black -1px -1px 10px;
}
@media (max-width: 1000px) {
  .mv .img_cap {
    bottom: 45px;
}
}


/* bodycopy */
.bodycopy {
  position: relative;
  z-index: 3;
  color: #b08887;
  text-align: center;
  letter-spacing: 0.44em;
  margin: -30px auto 24px;
  font-size: 20px;
}

/* belt */
.belt {
  height: 120px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.belt ul {
  display: flex;
  justify-content: center;
  align-items:center;        /* 縦の位置指定 */
  width: 100%;
  box-sizing: content-box;
}
.belt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  border-left: 1px solid #b08887;

  padding: 0 20px;
}
.belt ul li:first-child {
  border-left: none;
}
.belt ul li span {
  width: 100%;
  font-size: 13px;
  color: #231815;
  letter-spacing: 0;
  line-height: 1.4;
  display: block;
}
.belt ul li span.belt_p01 {
  
  font-family: 'minion-pro', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #b08887;
  line-height: 1em;
  margin-bottom: 10px;
}
.belt ul li span.minutes{
font-size: 12px;
display: inline;
}
.belt ul li a {
  transition-duration: 0.6s;
}
.belt ul li a:hover {
  opacity: 0.6;
}
.belt ul li:last-child img{
  width: 240px;
  padding-bottom: 25px;
  filter:
  drop-shadow(0px 0px 5px #fff)
  drop-shadow(0px 0px 6px #fff)
  drop-shadow(0px 0px 7px #fff)
  drop-shadow(0px 0px 8px #fff)
  drop-shadow(0px 0px 9px #fff)
  ;
}
@media screen and (min-width: 1300px) {
  /* 1300px以上のときだけ適用されるCSS */
  .belt ul li span {
  font-size: 16px;
}
.belt ul li span.belt_p01 {
  font-size: 14px;
}
}


@media (max-width: 1150px) {
  .belt ul li {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {

  .belt {
    height: auto;
    padding: 20px;
  }
  .belt ul {
    flex-wrap: wrap;
  }
  .belt ul li {
    width: calc(100% / 3);
    padding: 0.2em 0;
    margin-bottom: 2%;
  }
  .belt ul li span {
    font-size: 24px;
  }.belt ul li span.belt_p01 {
    font-size: 18px;
  }
.belt ul li span.minutes{
font-size: 16px;
}
  .belt ul li:last-child img {
    width: 320px;
} 
}
@media (max-width: 768px) {
  .belt ul li {
    width: calc(100% / 2);
  }
  .belt ul li {
    border-right: 1px solid #b08887;
  }
}
@media (max-width: 650px) {

  /* belt */
  .belt ul li {
    width: 100%;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #b08887;
  }
  .belt ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
.belt ul li span.minutes{
font-size: 20px;
}
}
  /* belt */

/* info */
.infoborder {
  margin: 30px auto 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #333 20%,
    #333 80%,
    transparent
  );
}
.infoborder:nth-of-type(2) {
  margin: 0 auto;
}
.info_news_txt h2 {
  position: relative;
  color: #b08887;
  text-align: center;
  letter-spacing: 0.44em;
  font-size: 16px;
  margin: 0 auto 25px;
}
.info_news {
  max-width: 1000px;
  background: linear-gradient(
    to right,
    transparent,
    #fff 20%,
    #fff 80%,
    transparent
  );
  padding: 60px 20px;
  text-align: center;
}
.info_script p {
  text-align: center;
  font-size: 30px;
  letter-spacing:  0.1em;
}
.info_script p.min{
  font-size: 18px;
}

.btn_req_res_02 {
  max-width: 1000px;
  margin: 0px auto 50px;
  text-align: center;
}
.btn_req_res_02 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 667px;
  margin: 0 auto;
  justify-content: center;
}
.btn_req02 {
  margin-right: 10px;
}
.btn_req02 a {
  position: relative;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.38em;
  padding: 15px 48px;
  transition: 0.6s;
  background: linear-gradient(-90deg, #996a6b, #bc9998);
}
.btn_res02 a {
  position: relative;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.38em;
  padding: 15px 48px;
  transition: 0.6s;
  background: linear-gradient(-90deg, #827e54, #b9b697);
}
.btn_res02.soon a {
  pointer-events: none;
}
.btn_req02 a:hover,
.btn_res02 a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
@media (max-width: 1000px) {
.info_script p {
  font-size: 20px;
}
.info_script p.min{
  font-size: 14px;
}
}
@media (max-width: 650px) {
  .top_bg01 {
    padding: 10px 0 40px;
  }

  /* info */
  
  .infoborder {
    background: linear-gradient(to right, transparent, #333 5%, #333 95%, transparent);
}
.info_news {
  background: linear-gradient(
    to right,
    transparent,
    #fff 5%,
    #fff 95%,
    transparent
  );
}
  .info_news {
    padding: 40px 10px;
  }
  .info_news_txt h2 {
    margin: 0 auto 30px;
  }
}


/* company */
.company_info h2 {
  margin: 0px auto 15px;
  position: relative;
}
.company_info h2 img{
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.company_info .com_box {
  text-align: center;
}
.company_info .com_box p.duo {
  font-size: 20px;
}
.company_info .nisshin {
  margin-top: 20px;
}
.company_info {
  margin: 0px auto;
}

.com_box {
  margin: 0 auto 0px;
}

.com_box p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media (max-width: 650px) {
  .company_info h2 {
    max-width: 118px;
  }
}
/* company */







