@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.NotoSans400 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.NotoSans500 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.NotoSans600 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

.NotoSerif600 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}

.YuGothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.sabon {
font-family: "SabonLTPro-Roman";
}
.TsukuGoPro-B {
font-family: "FOT-筑紫ゴシック Pro B";
}
.TsukuGoPr5-M {
font-family: "FOT-筑紫ゴシック Pr5 M";
}




* {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style-type: none;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Noto Sans JP', Yu Gothic, sans-serif;
    font-weight: 500;
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}


img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    color: #000;
    text-decoration: none;
}

br.pc_non {
    display: none;
}

@media screen and (max-width: 480px) {
    br.pc_non {
        display: block;
    }
}

/* header nav */
header {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    z-index: 999;
}

header.fixed {}

header.active {}


header .logo {
    width: ;
    max-width: 139px;
    margin: 8px 0 8px 50px;
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 1001;
    /*ナビのスタート位置と形状*/
    top: 0px;
    right: -375px;
    width: 375px;
    height: 100vh;
    padding-top: 90px;
    /*ナビの高さ*/
    background-color: #6B6B60;
    /*動き*/
    transition: all 0.6s;

}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 345px;
    padding: 0 10px 0 25px;
    height: 86vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 20px 0;
    /*transform: translate(-50%,-50%);*/
    border-bottom: 1px solid #fff;
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
}

#g-nav li.pc_non {
    display: none;
}

#g-nav li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    font-size: 18px;
    text-align: right
}

#g-nav li a.lh_herf {
    padding: 19px 30px;
    line-height: 1.5
}

#g-nav li a:hover {
    font-weight: bold;
}

#g-nav li a span {
    font-size: 1.2em;
    position: absolute;
    top: 34%;
    right: 20px;
}

#g-nav .btn {
    margin: 20px 0;
}

#g-nav .btn a {
    position: relative;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.1px;
    padding: 8px 0;
    text-align: right;
}

#g-nav .btn a img {
    width: 15px;
    margin-left: 5px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 0px;
    cursor: pointer;
    width: 100px;
    height: 50px;
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background-color: #333;
    width: 50%;
}

.openbtn span:nth-of-type(1) {
    top: 18px;
}

.openbtn span:nth-of-type(2) {
    top: 35px;
}

.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 22px;
    transform: translateY(6px) rotate(-20deg);
    width: 40%;
    background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 22px;
    transform: translateY(-6px) rotate(20deg);
    width: 40%;
    background-color: #fff;
}

#fadeLayer.layeractive {
    position: fixed;
    /* ブラウザの定位置に固定 */
    background: rgba(0, 0, 0, .8);
    /* 背景色を半透明の黒色に */
    width: 100%;
    /* 要素の横幅を画面全体に */
    height: 100%;
    /* 要素の高さを画面全体に */
    top: 0;
    /* 要素の固定位置をブラウザ最上部に合わせる */
    left: 0;
    /* 要素の固定位置をブラウザ左側に合わせる */
    z-index: 1000;
    /* 要素をコンテンツより前面に（要調整） */
}

@media screen and (max-width: 768px) {

    #g-nav li.sp_non {
        display: none;
    }

    #g-nav li.pc_non {
        display: block;
    }

}

@media screen and (max-width: 480px) {

    /* header
------------------------------------------------------------ */
    header {
        height: 70px;
    }

    header .logo {
        margin: 8px 0 8px 30px;
    }

    /*header img.logo01 {
        width: 120px;
        height: 42px;
        margin-right: 15px;
    }

    header img.logo02 {
        width: 140px;
        height: 28px;
    }*/

    /*ナビゲーション*/

    #g-nav {
        /*top: 80px;*/
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 8px;
        right: -10px;
        cursor: pointer;
        width: 100px;
        height: 50px;
    }
}

/* header */


/* sidebar */

.sidebar {
    position: fixed;
    width: 45px;
    top: 100px;
    right: 0;
    z-index: 9;
}

.sidebar.hide {
    display: none;
}

.sidebar .pc_non {
    display: none;
}


@media screen and (max-width: 480px) {
    .sidebar {
        position: fixed;
        width: 98%;
        margin: 0 auto;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

    .sidebar.hide {
        display: none;
    }

    .sidebar .sp_non {
        display: none;
    }

    .sidebar .pc_non {
        display: block;
        display: flex;
        justify-content: space-around;
    }

    .sidebar .pc_non a {
        display: inline-block;
        width: 47%;
    }
}

/* sidebar */


/* main */

.sticky {
    background-image: url(../img/bg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
}

main {
    position: relative;
    z-index: 2;
}

main h1 {
    display: none;
}


/* mainvisual */

.mainvisual {
    background-color: #fff;
}

.mainvisual .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 100px 0 50px;
}

.mainvisual video {
    width: 100%;
    max-width: 1280px;
}

.mainvisual video.pc_non {
    display: none;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {

    .mainvisual video.sp_non {
        display: none;
    }

    .mainvisual video.pc_non {
        display: block;
    }

}

/* mainvisual */



/* concept */
/* slider */

.concept {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.concept .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
}

.concept .cnts {
    width: 56%;
    margin: 0 0 0 20%;
}

.concept h2 {
    color: #A3A3A3;
    font-weight: 600;
    font-size: 16px;
}

.concept .bdr {
    border-left: 1px solid #A3A3A3;
    margin: 1em;
    width: 1px;
    height: 98px;
}

.concept h3 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.17em;
    margin-bottom: 30px;
}

.concept h3 span {
    color: #8A0F22;
}

.concept p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.concept .slider {
    margin: 150px auto;
    width: 100%;
}

.concept .slider li {
    width: 100%;
    max-width: 422px;
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
    .concept .cnts {
        width: 80%;
        margin: 0 auto;
    }

    .concept h2 {
        font-size: 14px;
    }

    .concept p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .concept {
        padding: 20px 0;
    }

    .concept h2 {
        font-size: 12px;
    }

    .concept .bdr {
        height: 60px;
    }

    .concept h3 {
        font-size: 24px;
    }

    .concept .slider {
        margin: 80px auto;
        width: 100%;
    }
}

/* slider */
/* concept */



/* brand */

.brand {
    background-image: url(../img/bg_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 150px 0;
    margin: 0 auto 60vh;
}

.brand .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
}

.brand h3 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.17em;
    margin-bottom: 30px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.brand .imagemap {
    max-width: 550px;
    margin: 20px auto;
}

.brand .link {
    text-align: right;
    margin: 20px auto 0;
}

.brand .link a {
    vertical-align: middle;
    border-bottom: 1px solid #000;
    padding: 0 10px 10px 10px;
    font-size: 18px
}

.brand .link a .logo {
    vertical-align: middle;
    width: 160px;
    padding-bottom: 5px;
    margin: 0 10px
}

.brand .link a .arrow02 {
    vertical-align: middle;
    width: 25px;
    padding-bottom: 5px;
    margin: 0 40px 0 90px;
}

.box {
    width: 310px;
    min-height: 300px;
    padding: 60px 10px 20px;
}

.box .box_cnts {
    text-align: center;
}

.box .box_cnts img {
    width: 100%;
    max-width: 212px;
}

.box .box_cnts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
}

.box .box_cnts p.ttl {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #84786F;
    font-size: 20px;
    margin-bottom: 20px;
}

#btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 40px;
    height: 20px;
    background: transparent;
}

#btn_close span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #333;
    width: 100%;
}


#btn_close span:nth-of-type(1) {
    top: 0;
    left: 0;
    transform: translateY(6px) rotate(-20deg);
    width: 100%;
    background-color: #333;
}

#btn_close span:nth-of-type(2) {
    top: 12px;
    left: 0;
    transform: translateY(-6px) rotate(20deg);
    width: 100%;
    background-color: #333;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    .brand {
        background-position: top left 22%;
        padding: 100px 0 100px;
        margin: 0 auto 25vh;
    }

    .brand .inner {
        width: 90%;
        margin: 0 auto 0;
    }

    .brand h3 {
        font-size: 20px;
    }

    .brand .link {
        text-align: center;
        margin: 20px auto 0;
    }

    .brand .link a {
        padding: 0 10px 10px 10px;
        font-size: 14px;
    }

    .brand .link a .logo {
        width: 100px;
        padding-bottom: 5px;
        margin: 0 10px;
    }

    .brand .link a .arrow02 {
        width: 17px;
        padding-bottom: 5px;
        margin: 0 10px 0 50px;
    }
}

/* brand */


/* living */

.living {
    background-color: #fff;
    padding: 150px 0;
}

.living .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
}

.living .cnts {
    width: 56%;
    margin: 0 0 0 18%;
}

.living .cnts02 {
    width: 56%;
    margin: 0 0 0 44%;
}

.living h2 {
    color: #A3A3A3;
    font-weight: 600;
    font-size: 16px;
}

.living .bdr {
    border-left: 1px solid #A3A3A3;
    margin: 1em;
    width: 1px;
    height: 98px;
}

.living h3 {
    color: #6B6B60;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.17em;
    margin-bottom: 30px;
}

.living h3 img {
    width: 82px;
}

.living .detail {
    background: linear-gradient(to bottom, transparent 0 18%, #e3e3dc 18% 100%);
    width: 71%;
    margin: 0 0 80px 29%;
}

.living .detail .flex_s {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.living .detail img {
    width: 60%;
    max-width: 500px;
}

.living .detail p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.2em;
    max-width: 360px;
    margin: 10% 3% 10%;
}

.living .detail02 {
    background: linear-gradient(to bottom, transparent 0 18%, #e3e3dc 18% 100%);
    width: 71%;

    margin: 0 29% 80px 0;
}

.living .detail02 .flex_e {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.living .link {
    text-align: right;
    margin: 20px auto 0;
}

.living .link a {
    vertical-align: middle;
    border-bottom: 1px solid #000;
    padding: 0 10px 10px 10px;
    font-size: 18px
}

.living .link a .arrow02 {
    vertical-align: middle;
    width: 25px;
    padding-bottom: 5px;
    margin: 0 40px 0 190px;
}


@media screen and (max-width: 768px) {
    .living h2 {
        font-size: 14px;
    }

    .living .cnts {
        width: 80%;
        margin: 0 auto;
    }

    .living .cnts02 {
        width: 80%;
        margin: 0 auto;
    }

    .living .detail {
        width: 95%;
        margin: 0 0 80px 5%;
    }

    .living .detail img {
        width: 45%;
        max-width: 427px;
    }

    .living .detail p {
        max-width: 310px;
        font-size: 16px;
        margin: 10% 3%;
    }

    .living .detail02 {
        width: 95%;
        margin: 0 5% 80px 0;
    }
}

@media screen and (max-width: 480px) {
    .living {
        background-color: #fff;
        padding: 100px 0;
    }

    .living .inner {
        width: 90%;
        margin: 0 auto 0;
    }

    .living .cnts {
        width: 100%;
        margin: 0 auto;
    }

    .living .cnts02 {
        width: 100%;
        margin: 0 auto;
    }

    .living h2 {
        font-size: 12px;
    }

    .living .bdr {
        height: 60px;
    }

    .living h3 {
        font-size: 22px;
    }

    .living h3 img {
        width: 60px;
    }

    .living .detail {
        background: linear-gradient(to bottom, transparent 0 10%, #e3e3dc 10% 100%);
        width: 93%;
        margin: 0 0 50px 7%;
    }

    .living .detail .flex_s,
    .living .detail .flex_e {
        flex-wrap: wrap;
    }

    .living .detail img {
        order: 0;
        width: 100%;
        max-width: 320px;
    }

    .living .detail p {
        order: 1;
        font-size: 14px;
        letter-spacing: 0.12em;
        margin: 5% 8% 15%;
    }

    .living .detail02 {
        width: 93%;
        margin: 0 7% 50px 0;
    }

    .living .link {
        text-align: center;
        margin: 20px auto 0;
    }

    .living .link a {
        padding: 0 10px 10px 10px;
        font-size: 14px
    }

    .living .link a .arrow02 {
        vertical-align: middle;
        width: 17px;
        padding-bottom: 5px;
        margin: 0 10px 0 120px;
    }

}

/* living */


/* list */

.list {
    background-color: #fff;
}

.list .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
}

.list h4 {
    text-align: center;
    color: #6B6B60;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 20px
}

.list .bdr {
    border: 3px solid #e3e3dc;
    margin: 0 auto;
    width: 6px;
    height: 24px;
}


.list .property {
    background-color: #e3e3dc;
    padding-bottom: 100px;
}

.list .property .bdr {
    border: 3px solid #fff;
    margin: 0 auto;
    width: 6px;
    height: 60px;
}

.list .p_slider {
    margin: 100px auto 80px;
    width: 90%;
    /*max-width: 800px;*/
}

.list .p_slider li {
    text-align: center;
    /*width: 30%;
    max-width: 380px;*/
    padding:0 .5%;
    vertical-align: top;
}

.list .p_slider li img {
    width: 100%;
    max-width: 380px;
}

.list .p_slider li p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0 20px;
}

.list .p_slider li p.al_l {
    text-align: left;
    font-size: 14px;
}

.list .p_slider li a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.list .p_slider li a:nth-of-type(1) {
    background-color: #8A0F22;
}

.list .p_slider li a:nth-of-type(2) {
    background-color: #6B6B60;
}
.list .p_slider li a.btn03 {
    background-color: #A3A3A3;
}
.list .p_slider li a img {
    position: absolute;
    width: 17px;
    top: 15px;
    right: 30px;
}

.list .link {
    text-align: right;
    margin: 20px auto 0;
}

.list .link a {
    position: relative;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    padding: 0 10px 40px 10px;
    font-size: 18px
}

.list .link a .logo {
    position: absolute;
    top: 28px;
    left: 60px;
    width: 200px;
}

.list .link a .arrow02 {
    position: relative;
    top: 25px;
    vertical-align: middle;
    width: 25px;
    padding-bottom: 5px;
    margin: 0 40px 0 60px;
}

.slide-arrow {
    position: absolute;
    width: 40px;
    top: 25%;
}

.slide-arrow.prev-arrow {
    left: -2%;
    z-index: 9;
}

.slide-arrow.next-arrow {
    right: -2%;
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .list .p_slider {
        margin: 30px auto 80px;
        width: 100%;
        max-width: 644px;
    }

    .list .p_slider li {
        text-align: center;
        /*width: 100%;
        max-width: 302px;
        margin: 0 20px;*/
        padding: 1%;
        /*vertical-align: baseline;*/
    }
    
    .slide-arrow {
        position: absolute;
        width: 40px;
        top: 25%;
    }

    .slide-arrow.prev-arrow {
        left: 12%;
        z-index: 9;
    }

    .slide-arrow.next-arrow {
        right: 12%;
        z-index: 9;
    }


}

@media screen and (max-width: 480px) {
    .list h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .list .property {
        padding-bottom: 100px;
    }

    .list .p_slider {
        margin: 30px auto 80px;
        width: 100%;
        max-width: 644px;
    }

    .list .p_slider li {
        text-align: center;
        /*idth: 100%;
        max-width: 302px;
        margin: 0 20px;*/
    }

    .list .p_slider li p {
        font-size: 16px;
        margin: 10px 0 20px;
    }

    .list .p_slider li p.al_l {
        text-align: left;
        font-size: 14px;
    }

    .list .p_slider li a {
        padding: 12px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .list .p_slider li a:nth-of-type(1) {
        background-color: #8A0F22;
    }

    .list .p_slider li a:nth-of-type(2) {
        background-color: #6B6B60;
    }

    .list .p_slider li a img {
        position: absolute;
        width: 17px;
        top: 8px;
        right: 30px;
    }

    .slide-arrow {
        position: absolute;
        width: 40px;
        top: 20%;
    }

    .slide-arrow.prev-arrow {
        left: 2%;
        z-index: 9;
    }

    .slide-arrow.next-arrow {
        right: 2%;
        z-index: 9;
    }

    .list .link {
        text-align: center;
        margin: 20px auto 0;
    }

    .list .link a {
        padding: 0 10px 40px 10px;
        font-size: 14px;
    }

    .list .link a .logo {
        position: absolute;
        top: 28px;
        left: 50px;
        width: 160px;
    }

    .list .link a .arrow02 {
        position: relative;
        top: 30px;
        width: 17px;
        padding-bottom: 5px;
        margin: 0 10px 0 10px;
    }

}

/* list */


/* footer */

footer {
    background-color: rgba(185, 185, 176, 0.86);
    position: relative;
    z-index: 2;
    text-align: center;
}

footer .contact {
    border-bottom: 1px solid #E3E3DD;
    padding: 80px 0;
}

footer .contact a {
    display: inline-block;
    font-size: 20px;
    width: 350px;
    padding: 13px;
    color: #AAA084;
    background-color: #fff;
    border: 2px solid #AAA084;
}

footer .flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 80px auto 30px;
}

footer .flex a {
    display: inline-block;
}

footer .flex a.estate {
    padding: 5px 0 5px;
    width: 250px;
}

footer .flex a.group {
    width: 220px;
}

footer p.copyright {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    footer {
        background-color: rgba(185, 185, 176, 0.86);
        position: relative;
        z-index: 2;
        text-align: center;
    }

    footer .contact {
        border-bottom: 1px solid #E3E3DD;
        padding: 30px 0 50px;
    }

    footer .contact a {
        font-size: 14px;
        width: 300px;
        padding: 10px;
    }

    footer .flex {
        flex-wrap: wrap;
        margin: 30px auto 10px;
    }

    footer .flex a {
        display: inline-block;
        margin-bottom: 20px;
    }

    footer .flex a.estate {
        padding: 5px 0 5px;
        width: 250px;
    }

    footer .flex a.group {
        width: 200px;
    }

    footer p.copyright {
        font-size: 10px;
        padding-bottom: 50px;
    }
}

/* footer */

@media screen and (max-width: 768px) {}

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