@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  home.css
 style info :  スタイル指定
=================================================================== */
#floatingBnr-freeRent {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 9;
	display: block;
	max-width: 360px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#floatingBnr-freeRent * {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#floatingBnr-freeRent:hover {
	opacity: .8;
}
.sp #floatingBnr-freeRent {
	position: relative;
	bottom: auto;
	right: auto;
	padding: 0 15px;
	margin: 0 auto 30px;
	max-width: 100%;
}
#floatingBnr-freeRent .pointItems {
	margin-bottom: 1px;
}
#floatingBnr-freeRent .pointItems .pointItem {
	position: relative;
	display: inline-block;
	background: #896e43;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	margin-left: 1%;
	margin-bottom: 2px;
	text-align: center;
	padding: .5em .5em .25em;
	width: 49.5%;
}
#floatingBnr-freeRent .pointItems .pointItem:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
#floatingBnr-freeRent {
	position: relative;
	bottom: auto;
	right: auto;
	padding: 15px;
	margin: 0 auto 30px;
}
}

/* ===================================================================
//kv
=================================================================== */
.kvArea {
    position: relative;
    margin-bottom: 80px;
}
.kvText {
	width:100%;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
	text-align:center;
}
.kvText .kvTextSubHdd {
    font-weight: 700;
    letter-spacing: .5em;
    color: #16469d;
    margin-bottom: 30px;
    text-shadow: 2px 2px 2px #fff;
}
.kvText .kvTextHdd {
    font-family: 'Lato',Helvetica, Arial, 'Noto Sans JP', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
    font-weight: 400;
	font-size: 46px;
    color: #555;
    line-height: 1.4;
    padding-right: 1em;    
    text-shadow: 2px 2px 2px #fff;
}
.kvWrap {
    /* margin-left: 23.264%; */
    height: 60vh;
    position:relative;
}
.kvWrap:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background: rgba(29,37,47,.2);
	width: 100%;
	height: 100%;
	z-index: 5;
}
.kvSubText {
	display: block;
	font-size: 60%;
	line-height: 1.4;
	margin-top: 20px;
}

.kv_caption{
	position:absolute;
	right:0;
	bottom:0;
	display:inline-block;
	background:#000;
	color:#FFF;
	font-size:90%;
	padding:7px;
}

.pointItems { margin-bottom: 15px;}
.pointItems .pointItem {
    position: relative;
    display: inline-block;
    background: #896e43;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    margin-left: 1%;
    text-align: center;
    padding: .5em .5em .25em;
}
.pointItems .pointItem:first-child {
    margin-left: 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
	
@keyframes zoomUpSMP{
  0% {transform: scale(1);}
  100% {transform: scale(1.3);}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img{
  display: block;
  object-fit: cover;
}

/* ===================================================================
//min
=================================================================== */
.minArea { text-align: center;}
.minArea .minText {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 25px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 1px;
    border-bottom: #fff solid 1px;
}

@media only screen and (max-width: 820px) {
.minArea .minText {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    color: #fff;
}
}

/* ===================================================================
//others
=================================================================== */
.mainText {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: center;
    padding: 0 15px;
    margin: 50px auto 80px;
}

@media only screen and (max-width: 479px) {
.mainText {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5em;
    text-align: center;
    padding: 10px;
    margin: 30px auto 40px;
}
}

.pageTitle {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.pageTitle::after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    margin-top: 10px;
    background: #a9894a;
}
.pageTitle + p {
    line-height: 1.8;
    margin-bottom: 40px;
}
.readmoreBtn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    padding: 0 0 10px;
}
.readmoreBtn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 2px;
    background: #a9894a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.readmoreBtn:hover::after {
    left: 100%;
}

.contentsLinkArea .container > .row {
    margin-top: 80px;
}
.contentsLinkArea .container > .row:first-child {
    margin-top: 0;
}





@media only screen and (max-width: 991px) {
.kvText .kvTextHdd {
    font-size: 40px;
}
.contentsLinkArea .smpPadding {
    padding: 0 5%;
    margin-top: -20px;
}
}
@media only screen and (max-width: 768px) {
.kvArea {
    margin-bottom: 50px;
}
.kvWrap {
    margin-left: 15%;
	margin-top: 15px;
    height: 33.5vh;
}

.kvText {
	width:100%;
	margin-top: 40px;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.kvSubText {
	margin-top: 10px;
}
.swiper-wrapper{
	height: auto;
	align-content: center;
    align-items: center;
    justify-content: space-between;
	
}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
	animation: zoomUpSMP 10s linear 0s 1 normal both;
	}

@media only screen and (max-width: 679px) {
.kvWrap {
    height: 100%;
}

.kvText .kvTextHdd {
    font-size: 33px;
    font-weight: 400;
}

.kv_caption{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	right:0;
	bottom:0;
	display:inline-block;
	background:#000;
	color:#FFF;
	font-size:8%;
	padding:5px;
}

}

@media only screen and (max-width: 479px) {
.kvText {
	margin-top: 0;
}
}

@media only screen and (max-width: 320px) {
.kvText .kvTextHdd {
    font-size: 30px;
    font-weight: 400;
}

.w320br {
    display: block;
}
}

.pc-only{display: block;}
.sp-only{display: none;}

@media only screen and (max-width: 479px) {
.pc-only{display: none;}
.sp-only{display: block;}
}

.vh-element {
    position: relative;
    z-index: 3;
    padding: 50vh 0 0;
    background: #ccc;
    overflow: hidden;
}

.bg-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vh-element2 {
    position: relative;
    z-index: 3;
    padding: 0 0 50vh;
    background: #ccc;
    overflow: hidden;
}

.bg-section2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ****************************************追加** */

.column-wrapper {
  width: 100%;
  display: flex;
}

:nth-of-type(even) {
flex-direction: row-reverse;
}

.column1, .column2 {
  width: 50%;
  align-items: center;
}

.column1 {
  background-color:#fff;
  padding:15px;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
  }

.column-wrapper:nth-of-type(2n) .column1:nth-of-type(1){
  background-color:#fff;
}

.column1title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top:15px;
  font-size: 25px;
  color:#000;
  line-height:1.2em;
  text-align:center;
  }

.column0txt {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color:#000;
  text-align:center;
}
  
.column1txt {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color:#000;
  text-align:center;
}

.column2 {
  overflow: hidden;
}

.column2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  display: block;
  transition-duration: 0.5s;
}

.column2 img:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}

@media only screen and (max-width: 479px) {
  .column-wrapper {
    flex-direction: column-reverse;
  }
  
  .column1, .column2 {
  width: 100%;
}

  .column1 {
  padding: 25px;
} 
}

.kvText2 {
	width:100%;
	padding:10px;
	text-align:center;
}
.kvText2 .kvTextSubHdd {
    letter-spacing: .5em;
    color: #fff;
    margin-bottom: 30px;
}
.kvText2 .kvTextHdd {
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}

@media only screen and (max-width: 679px) {
.kvText2 .kvTextHdd {
    font-family: 'Lato',Helvetica, Arial, 'Noto Sans JP', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
    font-size: 33px;
}
}

@media only screen and (max-width: 320px) {
.kvText2 .kvTextHdd {
    font-family: 'Lato',Helvetica, Arial, 'Noto Sans JP', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
    font-size: 25px;
}
}

/* ****************************************カルーセル** */

.slider img{
  width: 100%;
  object-fit: cover;
}
.bx-wrapper{
  border:none!important;
  box-shadow: none!important;
}

.slider_box{
  width: 100%;
  margin-top:28px;
}

@media only screen and (max-width: 991px) {
.slider_box{
  width: 100%;
  margin-top:0px;
}
}

@media only screen and (max-width: 414px) {
.slider_box{
  width: 100%;
  margin-top:0px;
}
}


.bx-viewport .slider li{
  display: block!important;
}
.slider li{
  display: none;
}

