﻿@charset "utf-8";

/* CSS Document */



#toplink-point01 {
  padding: 50px auto 70px;
}

.top-content-title{
	padding-top: 50px;
}

/*////////////////////////
  picuup-list
/////////////////////////*/

.long br {
  display: block;
}

.pickup-list {
  margin-top: 50px;
}

.pickup-list li {
  margin-bottom: 40px;
}

.pickup-list p{
	text-align: center;
	line-height: 1.5em;
}

@media screen and (min-width: 769px) {
  .pickup-list {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
  }
  .pickup-list li {
    width: 32%;
  }
}


/*/////////////////////////
       h3各項目の見出し文字(h4はstyle.css?123)
/////////////////////////*/

h3 {
  font-size: 18px;
  line-height: 1.5;
  border-left: 5px double#A9A93C;
  padding: 0px 10px;
  font-weight: bold;
  margin: 50px auto 20px;
  color: #A9A93C;
}

h3 span {
  font-size: 0.8em;
}

@media screen and (min-width: 491px) {
  h3 {
    font-size: 25px;
    letter-spacing: 0.05em;
    border: none;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}


/*/////////////////////////
       h5各項目の見出し文字(h4はstyle.css?123)
/////////////////////////*/

h5 {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 1px;
  color: #554d2a;
  font-size: 18px;
  line-height: 1.4;
}

h5.long {
  font-size: 16px;
}

h5 span {
  font-size: 15px;
}


.top-content-text h3 {
  color: #2B324F;
  font-family: "Times New Roman", Times, NotoSerifCJKjp, "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
}

h6 {
  text-align: left;
  font-weight: semibold;
  padding-top: 5px;
  margin-bottom: 8px;
  color: #000;
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 5px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fromBottomIn {
  opacity: 1;
  transform: translateY(0);
}

.fromBottomOut {
  opacity: 0;
  transform: translateY(20px);
}


/*---------------------------
竣工メリット
---------------------------*/
.imageCap {
    position: relative;
}

#merit {
  padding: 0 0 5rem;
  padding: 0 0 3rem;
}

#merit .b_line .line_move {
  background: #333;
}

#merit .mainttlArea .ttl {
  color: #333;
}

#merit .mainttlArea .ttl::after {
  background: #333;
}

#merit .mainttlArea .txt {
  color: #333;
}

.merit-list{
	margin-top: 100px;
}

.merit-list li{
	
}

/*------------------------------------------------------*/
.merit-bunner{
	display:flex;
	flex-wrap:wrap;
	max-width: 1200px;
	margin:40px auto 0;
  padding-top: 100px;
}

.merit-bunner li{		
	width:20%;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.merit-bunner div{
	padding-top: 100%;
}

@media(max-width:768px){
.merit-bunner{
	margin: 20px 10% 0;
}
.merit-bunner li{
	width:50%;	
	margin: 50px auto 0;
    }
}

@media(max-width:490px){
.merit-bunner{
	margin: 20px 3% 0;
}
.merit-bunner li{
	width:100%;
	margin: 30px auto 0;
    }
}

/*------------------------------------------------------*/


#merit .com_mainttl {
  font-family: 'Cinzel', Serif;
  font-style: normal;
  font-size: 100px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.2);
  text-align: left;
  padding: 0.1rem 0 5rem;
  margin-top: 5rem;
}

#merit .slide-area {
  position: relative;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 15rem;
}

#merit .swiper {
  width: 100%;
}

#merit .swiper .swiper-wrapper {
  width: 100%;
}

#merit .swiper .swiper-slide {
  width: 100%;
}

#merit .swiper .swiper-wrapper>li {
  margin-bottom: 0;
}

#merit .swiper .swiper-wrapper>li .com_txt {
  margin-bottom: 3rem;
}

#merit .swiper .swiper-wrapper>li .com_txt>p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  color: #FFF;
  text-align: left;
  margin-top: 0.5rem;
}

#merit .swiper .swiper-wrapper>li .com_img {
  width: 100%;
  margin: auto;
}

#merit .swiper .swiper-wrapper>li .com_img img {
  width: 100%;
}

#merit .swiper .swiper-button-prev,
#merit .swiper .swiper-button-next {
  width: 2.5vw;
  height: 2.5vw;
  background-size: cover;
  top: 40%;
  transform: translateY(-40%);
  margin-top: 0;
  transition: .3s;
}

#merit .swiper .swiper-button-prev {
  left: 14%;
}

#merit .swiper .swiper-button-next {
  right: 14%;
}

#merit .swiper .swiper-button-prev:hover,
#merit .swiper .swiper-button-next:hover {
  opacity: 0.5;
}

/* 次ボタンのスタイル */
#merit .swiper .swiper-button-next {
  background-image: url(../img/residence/slide2_button.png);
}

/* 前ボタンのスタイル */
#merit .swiper .swiper-button-prev {
  background-image: url(../img/residence/slide2_button.png);
  transform: scale(-1, 1);
  /* 左右反転 */
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
}

#merit .swiper .swiper-button-prev:after,
#merit .swiper .swiper-button-next:after {
  display: none;
}

#merit .slide-area .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -60px !important;
}

#merit .slide-area .swiper-pagination-bullet {
  background: #bfbfbf;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 7px !important;
}

#merit .slide-area .swiper-pagination-bullet-active {
  background: #909192;
  width: 15px;
  height: 15px;
}


#merit .com_ttl {
  font-family: 'Cinzel', Serif;
  font-style: normal;
  font-size: 50px;
  line-height: 0;
  color: rgba(190, 162, 92, 1);
  margin: 0 100px -1rem;
}

/*#merit .sm.com_ttl {
  font-size: 55px;
}

#merit .sm2.com_ttl {
  font-size: 65px;
  line-height: 0.8;
  margin-bottom: -3.4rem;
}*/

#merit2,
#merit4{
  text-align: left;
}

#merit1,
#merit3{
  text-align: right;
}

#merit .com_wrap_l {
  background: linear-gradient(90deg, rgba(197, 221, 217, 1) 0%, rgba(197, 221, 217, 1) 97%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 8rem;
}

#merit .com_wrap_r {
  background: linear-gradient(270deg, rgba(197, 221, 217, 1) 0%, rgba(197, 221, 217, 1) 97%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 8rem;
}

#merit .com_wrap_l .ent_wrap,
#merit .com_wrap_r .ent_wrap {
  width: 90%;
  max-width: 1120px;
  margin: 50px auto 0;
}

#merit .com_wrap_l .flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  top: -50px;
}

#merit .com_wrap_r .flow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  top: -50px;
}

#merit .com_wrap_l .imageCap,
#merit .com_wrap_r .imageCap {
  width: 50%;
}

#merit .com_wrap_l .imageCap img,
#merit .com_wrap_r .imageCap img{
  width: 100%;
}

#merit .com_wrap_l .txtArea,
#merit .com_wrap_r .txtArea {
  width: 50%;
  vertical-align: middle;
}

/* 上二つ */
#merit .big.com_wrap_l .imageCap,
#merit .big.com_wrap_r .imageCap {
  width: 70%;
}

#merit .big.com_wrap_l .txtArea,
#merit .big.com_wrap_r .txtArea {
  width: 30%;
  vertical-align: middle;
}

#merit .com_wrap_l .txtArea .ttl {
  font-size: 25px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 1rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}

#merit .com_wrap_l .txtArea .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  padding-left: 2rem;
  box-sizing: border-box;
}

#merit .com_wrap_r .txtArea .ttl {
  font-size: 25px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 1rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}

#merit .com_wrap_r .txtArea .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  padding-right: 2rem;
  box-sizing: border-box;
}

/* Tab */
@media screen and (max-width: 1120px) {
  #merit {
    /* padding: 0 0 5rem; */
    padding: 0 0 3rem;
  }

  #merit .com_mainttl {
    font-size: 8.929vw;
    padding: 0.1rem 0 4rem;
  }

  #merit .slide-area {
    margin-bottom: 12rem;
  }

  #merit .swiper .swiper-wrapper>li .com_txt {
    margin-bottom: 2rem;
  }

  #merit .swiper .swiper-wrapper>li .com_txt>p {
    font-size: 1.607vw;
  }

  #merit .swiper .swiper-button-prev,
  #merit .swiper .swiper-button-next {
    width: 3vw;
    height: 3vw;
  }

  #merit .swiper .swiper-button-prev {
    left: 13.5%;
  }

  #merit .swiper .swiper-button-next {
    right: 13.5%;
  }

  #merit .slide-area .swiper-pagination {
    bottom: -4vw !important;
  }


  #merit .com_ttl {
    font-size: 4vw;
    margin-bottom: -2rem;
  }

  #merit .sm.com_ttl {
    font-size: 4.911vw;
  }

  #merit .sm2.com_ttl {
    font-size: 3vw;
    margin-bottom: -3.8rem;
  }

  #merit .com_wrap_l {
    margin-bottom: 6rem;
  }

  #merit .com_wrap_r {
    margin-bottom: 6rem;
  }

  #merit .com_wrap_l .ent_wrap,
  #merit .com_wrap_r .ent_wrap {
    margin: 6vw auto 0;
  }

  #merit .com_wrap_l .flow {
    top: -6vw;
  }

  #merit .com_wrap_r .flow {
    top: -5vw;
  }

  #merit .com_wrap_l .txtArea .ttl {
    font-size: 2.500vw;
  }

  #merit .com_wrap_l .txtArea .txt {
    font-size: 1.250vw;
    padding-left: 2rem;
  }

  #merit .com_wrap_r .txtArea .ttl {
    font-size: 2.500vw;
  }

  #merit .com_wrap_r .txtArea .txt {
    font-size: 1.250vw;
    padding-right: 2rem;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  #merit {
    /* padding: 0 0 3rem; */
    padding: 0 0 2rem;
  }

  #merit .com_mainttl {
    font-size: 13.021vw;
    padding: 0.1rem 0 3rem;
    margin-top: 3rem;
  }

  #merit .slide-area {
    margin-bottom: 10rem;
  }

  #merit .swiper .swiper-wrapper>li .com_txt {
    margin-bottom: 1rem;
  }

  #merit .swiper .swiper-wrapper>li .com_txt>p {
    font-size: 3.125vw;
    margin-top: 0.5rem;
  }

  #merit .swiper .swiper-button-prev,
  #merit .swiper .swiper-button-next {
    width: 4.5vw;
    height: 4.5vw;
  }

  #merit .swiper .swiper-button-prev {
    left: 0;
  }

  #merit .swiper .swiper-button-next {
    right: 0;
  }

  #merit .slide-area .swiper-pagination {
    bottom: -6vw !important;
  }


  #merit .com_ttl {
    width: 88%;
    font-size: 8.464vw;
    line-height: 1;
    margin: 0 auto;
  }

  #merit .sm.com_ttl {
    font-size: 5vw;
  }

  #merit .sm2.com_ttl {
    font-size: 5vw;
    margin: 0 auto;
  }

  #merit .com_ttl.t_l {
    text-align: left;
  }

  #merit .com_ttl.t_r {
    text-align: right;
  }

  #merit .com_wrap_l {
    margin-bottom: 4rem;
  }

  #merit .com_wrap_r {
    margin-bottom: 4rem;
  }

  #merit .com_wrap_l .ent_wrap,
  #merit .com_wrap_r .ent_wrap {
    width: 90%;
    margin: 50px auto 0;
  }

  #merit .com_wrap_l .flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    top: -50px;
  }

  #merit .com_wrap_r .flow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    top: -50px;
  }

  #merit .com_wrap_l .imageCap,
  #merit .com_wrap_r .imageCap {
    width: 98%;
  }

  #merit .com_wrap_l .txtArea,
  #merit .com_wrap_r .txtArea {
    width: 98%;
  }

  /* 上二つ */
  #merit .big.com_wrap_l .imageCap,
  #merit .big.com_wrap_r .imageCap {
    width: 98%;
  }

  #merit .big.com_wrap_l .txtArea,
  #merit .big.com_wrap_r .txtArea {
    width: 98%;
  }

  #merit .com_wrap_l .txtArea .ttl {
    font-size: 4.427vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  #merit .com_wrap_l .txtArea .txt {
    font-size: 2.604vw;
    padding-left: 0;
  }

  #merit .com_wrap_r .txtArea .ttl {
    font-size: 4.427vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    margin-bottom: 1rem;
  }

  #merit .com_wrap_r .txtArea .txt {
    font-size: 2.604vw;
    padding-right: 0;
  }
}

.mrtitle{
	text-align: center;
	margin: 50px 0 25px;
	font-size: 20px;
  font-family: 'Cinzel', Serif;
}

.mrnum{
	line-height: 4;
	font-size: 16px;
}

.imageCap .cap.cap_r,
.imageCap .cap_n.cap_r {
	bottom: 0;
	right: 0;
	text-align: right;
}
.imageCap .cap {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	font-size: 12px;
	background: #000;
	padding: 3px 5px;
	line-height: 1.4;
	z-index: 99;
}