@charset "UTF-8";

/*---------------------------
物件トップページ
---------------------------*/
/* sec-Mv slide */
.sec-Mv {
  width: 100%;
  overflow: hidden;
}
.mvSwiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mvSwiper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mvSwiper li {
  text-align: center;
  position: relative;
}
.mvSwiper figure {
  margin: 0;
  width: 100%;
  height: auto;
}
.mvSwiper figure img {
  width: 100%;
  height: auto;
  display: block;
}
.mvSwiper li p {
  position: absolute;
  bottom:22px;
  font-size: 11px;
}


/* カスタムページネーション */
.mvSwiper .mvSwiper-pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

.mvSwiper .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background-color: #e3e8ea;
  border-radius: 0px;
  opacity: 1;
  transition: background-color 0.3s;
}

.mvSwiper .swiper-pagination-bullet-active {
  background-color: #808080;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .mvSwiper .swiper-pagination-bullet {
    width: 24px;
    height: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mvSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
}


/* point */
.BukkenPoint {
  padding: 0 0;
}
.BukkenPoint .bukken-point01 {
  max-width: 1100px;
  width:90%;
  margin:0 auto;
  padding: 20px 0;
}
.BukkenPoint .bukken-point01 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-left:2px solid #808080;
  border-right:2px solid #808080;
}
.BukkenPoint .bukken-point01 ul li {
  width:49.5%;
  border-right:2px solid #808080;
  padding: 1% 0;
  text-align: center;
}
.BukkenPoint .bukken-point01 ul li:last-child {
  padding-top: 24px;
  border-right: none;
}
.BukkenPoint .bukken-point01 ul li p {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.BukkenPoint .bukken-point01 ul li p sup {
  font-size: 12px;
  vertical-align: baseline;
}

.f_130p { font-size: 130%; }
.f_150p { font-size: 150%; }
.f_170p { font-size: 170%; }
.f_200p { font-size: 200%; }

.BukkenPoint .bukken-point02 {
  padding: 20px 0;
  /* background: #e3e8ea; */
}
.BukkenPoint .bukken-point02 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.BukkenPoint .bukken-point02 ul li {
  width: 32.5%;
  border-right:2px solid #808080;
  padding: 0.5% 0;
  text-align: center;
}
.BukkenPoint .bukken-point02 ul li:last-child {
  border-right:none;
}
.BukkenPoint .bukken-point02 ul li p {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}


/* contents-Menu */
.contents-Menu-Wrap {
}
.contents-Menu {
  margin-bottom: 100px;
}
.contents-Menu a {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  border:1px solid #808080;
}
.contents-Menu a > div,
.contents-Menu a > figure {
  width:49.5%;
}
.contents-Menu a > div.txt .txt-Inner {
  padding: 7% 10% 7% 10%;
}
.contents-Menu a > div.txt h3 {
  font-size: 1.8125em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
  padding: 0 0 0.5em;
}
.contents-Menu a > div.txt p {
  line-height: 1.6;
}
.contents-Menu a > div.txt .readmore {
  margin-top: 20px;
}
.contents-Menu a > div.txt .readmore p {
  font-size: 0.7125em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
  color:#808080;
}
.contents-Menu a > div.txt .readmore .arw {
  display: flex;
}
.contents-Menu a > div.txt .readmore .arw::after {
  content: '';
  width: 130px;
  height: 10px;
  margin-left: -5px;
  border-bottom:#808080 solid 1px;
  border-right:#808080 solid 1px;
  transform: skew(45deg);
  transition: .3s;
}
.contents-Menu a:hover > div.txt .readmore .arw::after {
  width: 150px;
  transition: .3s;
}
.contents-Menu a > figure {
  overflow: hidden;
  position: relative;
}
.contents-Menu a > figure img {
  transition: .3s;
}
.contents-Menu a:hover > figure img {
  transform: scale(1.1);
  transition: .3s;
}
.contents-Menu > figure img {
  vertical-align: middle;
}


/*---------------------------
PC・TABのみ
---------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {



}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 1024px) {




}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {

  /* point */
  .BukkenPoint {
    padding: 0 0;
  }
  .BukkenPoint .bukken-point01 {
    max-width: 100%;
    width:100%;
    padding: 0 0;
  }
  .BukkenPoint .bukken-point01 ul {
    flex-direction: column;
    border-left:none;
    border-right:none;
  }
  .BukkenPoint .bukken-point01 ul li {
    width:100%;
    border-right:none;
    border-bottom:2px solid #808080;
    padding: 2.5% 0;
  }
  .BukkenPoint .bukken-point01 ul li p {
    font-size: 1em;
  }

  .BukkenPoint .bukken-point02 {
    padding: 0 0;
  }
  .BukkenPoint .bukken-point02 ul {
    flex-direction: column;
  }
  .BukkenPoint .bukken-point02 ul li {
    width: 100%;
    border-right:none;
    border-bottom:2px solid #808080;
    padding: 2.5% 0;
    text-align: center;
  }
  .BukkenPoint .bukken-point02 ul li:last-child {
    border-bottom:none;
  }
  .BukkenPoint .bukken-point02 ul li p {
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }

  /* contents-Menu */
  .contents-Menu-Wrap {
  }
  .contents-Menu {
    margin-bottom: 60px;
  }
  .contents-Menu a {
    flex-direction: column;
  }
  .contents-Menu a > div,
  .contents-Menu a > figure {
    width:100%;
  }
  .contents-Menu a > div.txt {
    order:2;
  }
  .contents-Menu a > div.txt .txt-Inner {
    padding: 7% 10% 7% 10%;
  }
  .contents-Menu > figure {
    order:1;
  }


}
