@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ファーストビュー */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.firstView {
    height: 100vh;
    position: relative;
}
/* トップ画像 */
/* - - - - - - - - - */
.mainVisual {
    height: 90vh;
    margin-left: 100px;
    border-bottom-left-radius: 70px;
}
.mainVisual img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 70px;
}
/* テキスト */
.firstCC {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 5%;
    text-align: center;
    color: #fff;
}
.firstCC h1 {
    font-size: 50px;
    margin: 0 0 10px;
    line-height: 1;
}
.firstCC h1 span.saidaika {
    font-size: 150px;
    color: var(--main-color);
}
.firstCC h1 span.suru {
    font-size: 70px;
}
.firstCC p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.firstCC p br {
    display: none;
}
/* スクロール */
.scroll {
    position: absolute;
    left: 40px;
    bottom: 120px;
    writing-mode: vertical-rl;
    color: var(--main-color);
}
  /* 線のアニメーション部分 */
  .scroll::before {
    animation: scroll 2s infinite;
    background-color: var(--main-color);
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
  /* 線のアニメーション */
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ★概要 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.about {
    text-align: center;
}
.a_TxtBox p {
    line-height: 2;
    font-size: 18px;
}
.a_LinkBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.a_LinkBox li {
    margin: 0 15px;
}
.a_LinkBox li a {
    width: 250px;
    padding: 15px 0;
    display: block;
    background-color: var(--main-color);
    color: #fff;
}
.a_LinkBox li:first-child a {
    background-color: var(--point-color);
}
/* - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 事業内容 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.business {
    background-color: var(--color-bk);
}
.b_TxtBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b_TxtBox li {
    width: 45%;
    margin-bottom: 80px;
}
.b_TxtBox li:last-child {
    margin-bottom: 0;
}
.b_TxtBox li h3 {
    margin: 15px 0 10px;
}
.b_TxtBox li img {
    width: 100%;
    height: 300px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 販売中物件 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* スライダー */
/* - - - - - - - - - */
/* 利回り表記 */
.topYield {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
    padding-top: 25px;
    color: #fff;
    background-color: rgba(0,74,76,0.7);
    font-size: 14px;
}
.topYield p {
    margin: 0;
    font-size: 30px;
    line-height: 1;
}
.topYield p span {
    font-size: 18px;
}

.property-slider li img {
    width: 100%;
    height: 350px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.property-slider li a {
    display: block;
}
.propertyText {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
}
span.propertyCat {/*カテゴリー*/
    display: inline-block;
    background-color: var(--sub-color);
    color: #fff;
    font-size: 12px;
    padding: 5px 7px;
    margin-top: 2px;
}
.propertyText h3 {/*物件名*/
    flex: 1;
    margin: 0 0 0 10px;
    font-size: 20px;
}
.propertyText p {/*所在地・交通*/
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 14px;
}
.propertyText p:last-child {/*所在地・交通*/
    margin: 0;
    font-size: 12px;
}
/*タグ*/
.propertyTagBox ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.propertyTagBox ul li {
    font-size: 14px;
    margin: 0 10px 2px 0;
    color: var(--sub-color);
}
.propertyTagBox ul li::before {
    content: '#';
    font-size: 12px;
    font-style: italic;
    margin-right: 2px;
}
/*販売価格*/
.propertyPrice {
    border-bottom: solid 2px var(--text-color);
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.propertyPrice p {
    margin: 0;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}
.propertyPrice p span {
    font-size: 50px;
    padding: 0 5px;
}
/* 詳細はこちら */
.pageBtn {
    width: 100%;
    margin:  10px auto 0;
    padding: 20px;
    background-color: var(--main-color);
    border: solid 1px var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.property-slider li:hover .pageBtn {
    background-color: #fff;
    color: var(--main-color);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
/*媒体リンク*/
/* .propertyLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.propertyLink a {
    width: 48%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
}
.propertyLink a span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.propertyLink a span i {
    margin-right: 3px;
}
.suumo {
    background-color: #72BF44;
    border: solid 2px #72BF44;
}
.athome {
    background-color: #CB0B37;
    border: solid 2px #CB0B37;
}
.suumo:hover {
    background-color: #FFF;
    color: #72BF44;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.athome:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    background-color: #fff;
    color:  #CB0B37;
} */

.propertyItem {
    display: block;
    height: auto;
    width: 100%;
    opacity: .3; /* 左右のスライドを薄くする */
    transform: scale(.8); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
}
.property-slider li.slick-current .propertyItem {
    opacity: 1; /* 中央のスライドは薄くしない */
    transform: scale(1); /* 中央のスライドは小さくしない */
    z-index: 1; /* 中央のスライドを一番上にする */
}
a.listPage {
    display: block;
    text-align: right;
    margin: 70px auto 0;
    font-weight: bold;
}
a.listPage i {
    color: var(--main-color);
}

@media screen and (max-width:1400px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ファーストビュー */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* トップ画像 */
    /* - - - - - - - - - */
    .mainVisual,.mainVisual img {
        border-bottom-left-radius: 50px;
    }
    /* テキスト */
    .firstCC {
        left: 10%;
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* 事業内容 */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    .b_TxtBox li {
        width: 47%;
        margin-bottom: 50px;
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* 販売中物件 */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* スライダー */
    /* - - - - - - - - - */
    .property-slider li img {
        height: 300px;
    }

}/* @media screen and (max-width:1400px)  */



@media screen and (max-width:960px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ファーストビュー */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* トップ画像 */
    /* - - - - - - - - - */
    .mainVisual {
        height: 95vh;
        margin-left: 50px;
    }
    /* テキスト */
    .firstCC {
        top: 150px;
        left: 10%;
    }
    .firstCC h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .firstCC h1 span.saidaika {
        font-size: 100px;
        color: var(--main-color);
    }
    .firstCC h1 span.suru {
        font-size: 50px;
    }
    .firstCC p {
        margin: 0;
        font-size: 16px;
    }
    /* .firstCC p br {
        display: block;
    } */
    /* スクロール */
    .scroll {
        left: 20px;
        bottom: 120px;
  }
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ★概要 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .a_TxtBox p {
        font-size: 16px;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 事業内容 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .property-slider li {
        width: 350px;
    }
    .b_TxtBox li img {
        width: 100%;
        height: 200px;
    }
    .b_TxtBox li h3 {
        font-size: 22px;
        margin: 10px 0 5px;
    }
    .b_TxtBox li p {
        font-size: 14px;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 販売中物件 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* スライダー */
/* - - - - - - - - - */
    /*タグ*/
    .propertyTagBox ul li {
        width: auto!important;
        font-size: 12px;
    }
    /*販売価格*/
    .propertyPrice p {
        font-size: 18px;
    }
    .propertyPrice p span {
        font-size: 30px;
    }
}/* @media screen and (max-width:960px)  */



@media screen and (max-width:600px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ファーストビュー */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* トップ画像 */
    /* - - - - - - - - - */
    .mainVisual {
        margin-left: 50px;
    }
    /* テキスト */
    .firstCC {
        top: 150px;
        left: 13%;
    }
    .firstCC h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .firstCC h1 span.saidaika {
        font-size: 80px;
        color: var(--main-color);
    }
    .firstCC h1 span.suru {
        font-size: 40px;
    }
    .firstCC p {
        margin: 0;
        font-size: 20px;
    }
    .firstCC p br {
        display: block;
    }
    /* スクロール */
    .scroll {
        left: 15px;
        font-size: 14px;
    }
    /* 線のアニメーション部分 */
    .scroll::before {
    right: 10px;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ★概要 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .a_LinkBox li a {
        margin-bottom: 30px;
    }


/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 事業内容 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .b_TxtBox {
        flex-direction: column;
    }
    .b_TxtBox li {
        width: 100%;
        margin-bottom: 50px;
    }
    .b_TxtBox li:last-child {
        margin-bottom: 0;
    }
    .b_TxtBox li img {
        height: 300px;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 販売中物件 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    /*販売価格*/
    .propertyPrice p {
        font-size: 20px;
    }
    .propertyPrice p span {
        font-size: 40px;
    }
}/* @media screen and (max-width:600px)  */



@media screen and (max-width:480px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ファーストビュー */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .firstView {
        height: auto;
        position: relative;
    }
    /* トップ画像 */
    /* - - - - - - - - - */
    .mainVisual {
        height: 80vh;
    }
    .mainVisual img {
        width: 100%;
        height: 80%;
    }
     /* テキスト */
     .firstCC {
        top: 150px;
        left: 13%;
        height: 80%;
    }
    .firstCC h1 {
        font-size: 25px;
        line-height: 1.2;
    }
    .firstCC h1 span.saidaika {
        font-size: 70px;
    }
    .firstCC h1 span.suru {
        font-size: 40px;
    }
    .firstCC p {
        margin: 0;
        font-size: 20px;
    }
    /* スクロール */
    .scroll {
        bottom: 35%;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ★概要 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .about {
        margin-top: -100px;
    }
    .a_TxtBox {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .a_TxtBox p br {
        display: none;
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 販売中物件 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    /*販売価格*/
    .propertyPrice p {
        font-size: 18px;
    }
    .propertyPrice p span {
        font-size: 30px;
    }

}/* @media screen and (max-width:480px)  */
