@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');

.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;
}
.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 */

main {
    position: relative;
    z-index: 2;
}

main h1 {
    display: none;
}


/* list */

.list {
    background-color: #fff;
	margin-top: 10%;
}

.list .inner {
    width: 100%;
    max-width: 1000px;
    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: 100%;
    /*max-width: 800px;*/
}

.list .p_slider li {
    text-align: center;
    /*width: 30%;*/
    /*max-width: 304px;*/
    vertical-align: top;
	padding: 0 1.5%;
	margin-bottom: 5%;
}

.list .p_slider li img {
    width: 100%;
    max-width: 304px;
	margin: 0 auto;
}

.list .p_slider li small{
	font-size: 10px;
	font-weight: 400;
}

.list .p_slider li p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 20px;
	letter-spacing: 0.15em;
}

.list .p_slider li p.al_l {
    text-align: left;
    font-size: 15px;
	letter-spacing: 0;
	font-weight: 500;
}

.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.btn01 {
    background-color: #8A0F22;
}

.list .p_slider li a.btn02 {
    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 15px 40px 15px;
    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 30px 0 50px;
}

.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;
    }

    .list .p_slider li {
        text-align: center;
		margin: 0;
    }
    
    .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;
    }

    .list .p_slider li {
        padding: 0 0.9%;
    }
	
    .list .p_slider li a {
        font-size: 14px;
    }

    .slide-arrow {
        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) {}
