@charset "UTF-8";

/*来場予約非表示*/
.h_nav li.res, .h_nav li.online_res ,
.req_Box a.res ,
.sp_Menu02 {
    display: none !important;
}


main {
    overflow: hidden;
}

.rela ,
figure {
    position: relative;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.cap_Txt {
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    line-height: 1;
}

.cap_T {
	bottom: inherit;
	top: 5px;
}

.cap_R {
    right: 5px;
}

.cap_L {
    left: 5px;
}

.cap_W {
    color: #fff;
}

.cap_B {
    color: #000;
}

.cap_ShaB {
    text-shadow: 0 0 5px #000;
}

.cap_ShaW {
    text-shadow: 0 0 5px #fff;
}

.inner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

a[href^="tel"] {
    pointer-events: none;
}

.pc { display: block; }
.sp { display: none; }

@media (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}


main {
    margin-top: 110px;
}

/* ==========================
    HEADER
===========================*/
header {
    width: 100%;
    background: #fff;
    padding: 20px 0 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: 0.3s;
}

.head_Block {
    max-width: 95%;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
}

.head_Block h1 {
    box-sizing: border-box;
    width: 140px;
    max-width: 30%;
    position: fixed;
    top: 35px;
    left: 30px;
}

.head_Block h1 a {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.head_Block h1 a:hover {
    opacity: 0.7;
}

.h_nav {
    justify-content: flex-end;
    align-items: center;
}

.h_nav li:nth-of-type(1) a {
    position: relative;
    margin-right: 30px;
}

.h_nav li:nth-of-type(1) a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    border: 3px solid transparent;
    border-left: 8px solid #000;
}

.h_nav li.res,
.h_nav li.online_res {
    margin-left: 0px;
}

.h_nav li.blog {
    margin-left: 1px;
}

.h_nav p {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.h_nav li.hnav01 {
    display: flex;
    padding: 5px 0;
}

.h_nav li.hnav01 a {
    display: block;
    width: 100%;
    padding: 6px 0;
    transition: .3s;
    text-align: right;
}

.h_nav li.hnav01 p {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 12px;
    white-space: nowrap;
}

.h_nav .req{
    margin-right: 10px;
}

.h_nav .req a,
.h_nav .res a {
    box-sizing: border-box;
    display: block;
    width: 220px;
    height: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: .3s;
}

.h_nav .req a {
    background-color: #9a8f5a;
}

.h_nav .res a {
    /* background-color: #2f4858; */
    background-color: #7c0000;
}

.h_nav .req a p,
.h_nav .res a p{
    display: block;
    position: absolute;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.h_nav a:hover {
    opacity: .6;
}

.h_nav .sns {
    margin-left: 10px;
}

.h_nav .sns a {
    width: 30px;
    margin-left: 10px;
    transition: 0.3s;
}

#gnav {
    width: 100%;
}

.gnav_list {
    justify-content: flex-end;
    align-items: center;
    max-width: 95%;
    margin: 0 auto;
}

.gnav_list li {
    position: relative;
    font-size: min(1.5vw, 14px);
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.gnav_list li .jp {
    font-size: 14px;
    line-height: 1;
}

header.scroll .gnav_list li {
    /*color: #fff;*/
}

.gnav_list li::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #c6c6c6;
    transform: translateY(-50%);
}

.gnav_list li:first-child::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: #c6c6c6;
    transform: translateY(-50%);
}

.gnav_list a {
    box-sizing: border-box;
    display: block;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 15px 16px 15px;
    position: relative;
    transition: .3s;
    font-family: "Jost", sans-serif;
    position: relative;
}

.gnav_list a::before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    opacity: 1;
    bottom: 0px;
    left: 50%;
    background: #947f49;
    transform: translateX(-50%);
    transition: .3s;
    opacity: 0;
}

/* カレント設定 */
#indexP .gnav_list li.nav00 a::before,
#conceptP .gnav_list li.nav01 a::before,
#locationP .gnav_list li.nav02 a::before,
#designP .gnav_list li.nav03 a::before,
#planP .gnav_list li.nav04 a::before,
#qualityP .gnav_list li.nav05 a::before,
#outlineP .gnav_list li.nav06 a::before,
#mapP .gnav_list li.nav07 a::before,
.gnav_list li a:hover::before{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    opacity: 1;
    bottom: 6px;
    left: 50%;
    background: #947f49;
    transform: translateX(-50%);
    transition: .3s;
}

.gnav_list li.nav06 ,
.gnav_list li.nav07 ,
.gnav_list li.nav_sns {
    display: none;
}


/* newアイコン */
.gnav_list li:nth-child(1)::before {
    /*display: inline-table;
    content: 'NEW';
    position: absolute;
    top: -5px;
    left: 0;
    padding: 3px 5px;
    color: #fff;
    background-color: #7c0000;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    box-sizing: border-box;*/
} 

/* 非表示設定/クローズ */
.gnav_list li:nth-child(4) a,
.gnav_list li:nth-child(5) a,
.gnav_list li:nth-child(6) a{
    pointer-events: none;
    opacity: .3;
}

#sp_Menu {
    display: none;
}


/*物件エントリー・来場予約ボックス*/
.req_Box {
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px 5%;
}
.req_Box a {
    display: block;
    width: 70%;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    transition: 0.3s;
}
.req_Box a.req {
    background: #9a8f5a;
}
.req_Box a.res {
    background: #7c0000;
}
.req_Box a:hover {
    opacity: 0.7;
}




/* ==========================
    FOOTER
===========================*/
footer {
    width: 100%;
}

.company_Area {
    background: #5d727a;
    padding: 50px 0;
    color: #fff;
}

.company_Area .foot_contact > p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.company_Area>.flex {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.company_Block {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.company_Block .com01{
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}

.company_Block p {
    font-size: 10px;
    line-height: 1.4;
}

.company_Block p.comttl {
    font-size: 15px;
}

.company_Block a {
    transition: .3s;
    width: 300px;
    max-width: 100%;
    display: block;
}

.company_Block a:hover {
    opacity: .6;
}

.company_Block img {
    width: 100%;
}

.foot_Tel {
    width: 100%;
    text-align: center;
}

.foot_Tel h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.foot_Tel h3 img {
    max-width: 100%;
    max-height: 100%;
}

.foot_Tel h4 {
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #d6b8a6;
}

.foot_Tel .flex {
    justify-content: center;
    align-items: center;
}

.foot_Tel a p {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.foot_Tel a small {
    margin-left: 1em;
    line-height: 1.5;
}

.foot_Tel .flex>p {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.nav_Block {
    width: 100%;
    padding: 0px 0 110px;
}

.copyright {
    display: block;
    width: 100%;
    padding: 0px 0 0;
    color: #000;
    font-size: 10px;
    text-align: center;
}

/* 注釈 */
.att_area {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}

dl.yokoku {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
}

dl.yokoku dt {
    width: 12em;
    padding: 5px 20px;
    margin: 0 20px 0 0;
    color: #000;
    border: 1px solid #000;
    line-height: 2em;
    letter-spacing: 2px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

dl.yokoku dd {
    width: calc(100% - 12em);
    color: #000;
    line-height: 1.5;
    text-align: left;
}

ul.att {
    width: 1200px;
    max-width: 90%;
    margin: 0px auto 50px;
    padding: 0 0 0 1em;
    color: #000;
    list-style-type: '※';
    box-sizing: border-box;
}

ul.att li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.page_top {
    position: fixed;
    right: 00px;
    bottom: 50px;
    z-index: 5;
}

.page_top img {
    width: 35px;
    height: 130px;
}

@media only screen and (max-width: 1180px) {
    .head_Block {
        width: 90%;
        margin: 0 auto;
    }
    
    .head_Block h1 {
        bottom: 0;
    }

    .gnav_list {
        width: 90%;
        max-width: 100%;
    }
    
    .h_nav p {
        font-size: 12px;
    }
    
    .h_nav .req a, .h_nav .login a, .h_nav .res a {
        width: 210px;
    }
    
    #foot_Nav .gnav_list {
        width: 100%;
    }

    .gnav_list a ,
    #foot_Nav .gnav_list a {
        padding: 12px 10px 10px;
    }

    .gnav_list li .jp ,
    #foot_Nav .gnav_list a .jp {
        font-size: 12px;
        letter-spacing: 0;
    }
    
}

@media only screen and (max-width: 768px) {
    
    main {
        margin-top: 50px;
    }

    a[href^="tel"] {
        pointer-events: unset;
    }

    .no-scroll {
        overflow: hidden;
    }

    /* header */
    header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        padding: 10px 0;
    }

    .head_Block h1 {
        width: 60px;
        padding: 0;
        position: inherit;
        left: inherit;
        top: inherit;
        width: 80%;
        max-width: 100px;
        z-index: 99999;
    }
    
    .h_nav li {
        margin-left: 15px;
    }

    .h_nav p {
        font-size: 12px;
    }

    .h_nav li.hnav00 {
        padding: 0;
    }

    .h_nav li.hnav00 a {
        max-width: 180px;
    }

    .h_nav li.hnav01 {
        padding: 0;
    }

    .h_nav li.hnav01 a {
        padding: 5px 0;
    }

    .h_nav .req a ,
    .h_nav .login a {
        width: 90px;
    }

    .h_nav .res a {
        width: 90px;
    }

    .gnav_list {
        justify-content: flex-end;
        flex-wrap: wrap;
        width: 100%;
    }

    .gnav_list li {
        width: calc(100% / 5);
        font-size: 12px;
    }

    .gnav_list li:first-child::before {
        content: none;
    }

    .gnav_list li:nth-child(5)::after,
    .gnav_list li:nth-child(10)::after {
        content: none;
    }

    .gnav_list a {
        padding: 14px 0;
    }



    /* header */
    .head_Block {
        justify-content: center;
    }

    .head_Block h1 a {
        display: block;
        width: 100%;
    }

    .h_nav {
        display: none;
    }

    #sp_Menu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        background-color: #000;
        border-top: none;
        z-index: 99999;
    }

    #sp_Menu .flex {
        justify-content: flex-start;
        margin: 0;
        padding: 0;
    }

    #sp_Menu li {
        position: relative;
        width: calc(100% / 3);
        box-sizing: border-box;
    }

    #sp_Menu li:last-child {
        border-right: none;
    }

    #sp_Menu a {
        display: block;
        padding: 15px 0;
    }

    #sp_Menu p {
        font-size: 12px;
			text-align: center;
    }
	#sp_Menu .sp_Menu01 a {
		padding: 8px 0;
		font-size: 10px;
	}
	#sp_Menu .sp_Menu01 a p small {
		font-size: 10px;
	}


    .sp_Menu01 {
        color: #fff;
        background-color: #9a8f5a;
    }


    .sp_Menu02 {
        color: #fff;
        background-color: #7c0000;
    }

    .sp_Menu03 {
        color: #000;
        background-color: #fff;
    }


    .sp_Menu04 {
        right: 0;
        bottom: 0px;
        z-index: 999;
        width: 50px;
        position: relative;
    }

    .sp_Menu04>div {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 40px;
        height: 27px;
    }

    .sp_Menu04 span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        border-radius: 4px;
    }

    #sp_Menu.scroll .sp_Menu04 span {
        background-color: #fff;
    }

    #sp_Menu .sp_Menu04.active span {
        background-color: #fff;
    }

    .sp_Menu04 span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .sp_Menu04 span:nth-of-type(1) {
        top: 0;
    }

    .sp_Menu04 span:nth-of-type(2) {
        top: 5px;
    }

    .sp_Menu04 span:nth-of-type(3) {
        top: 10px;
    }

    #sp_Menu .sp_Menu04 p {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        text-align: center;
        font-size: 9px;
    }

    .sp_Menu04.active span:nth-of-type(1) {
        transform: translateY(5px) rotate(-20deg);
    }

    .sp_Menu04.active span:nth-of-type(2) {
        transform: translateY(0) rotate(20deg);
    }

    .sp_Menu04.active span:nth-of-type(3) {
        opacity: 0;
    }

    #gnav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background-color: #fff;
        z-index: 99;
    }

    .gnav_list {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 90%;
        max-height: 80svh;
        overflow-y: scroll;
        border-top: 1px solid #ddd;
        margin-top: 80px;
        padding-bottom: 30px;
    }

    header.scroll .gnav_list li {
        color: #002938;
    }

    .gnav_list li {
        color: #002938;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    .gnav_list li:nth-child(1) {
        width: 100%;
    }

    .gnav_list li.redev_link .redev_main_link_none {
        border-bottom: 1px solid #ddd;
    }

    .gnav_list li.redev_link ul {
        position: relative;
        opacity: 1;
        height: auto;
        margin-top: 0;
    }

    .gnav_list li.redev_link ul {
        background: #fff;
        color: #000;
    }

    .gnav_list li.redev_link ul {
        width: 100%;
    }

    .gnav_list li.redev_link ul li:first-child {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .gnav_list li:nth-child(2) ul li:nth-child(1) {
        background: #fff;
        color: #000;
        background: #e6f2f5;
    }



    .gnav_list li:nth-child(even) {
        border-right: none;
    }

    .gnav_list li::after {
        content: none;
    }

    .gnav_list li:first-child::before {
        content: none;
    }


    .gnav_list a {
        display: block;
        position: relative;
        padding: 10px 0;
        box-sizing: border-box;
        transition: .3s;
        color: #000;
        font-size: 13px;
        text-align: center;
    }

    .gnav_list a p {
        text-align: center;
    }

    .gnav_list a:hover::before {
        width: 100%;
        opacity: 1;
    }

    /* newアイコン */
    .gnav_list li::before {
        top: 0 !important;
        left: inherit !important;
        right: 0 !important;
    }
    
    #indexP .gnav_list li.nav00 a::before,
    #conceptP .gnav_list li.nav01 a::before,
    #locationP .gnav_list li.nav02 a::before,
    #designP .gnav_list li.nav03 a::before,
    #planP .gnav_list li.nav04 a::before,
    #qualityP .gnav_list li.nav05 a::before,
    #outlineP .gnav_list li.nav06 a::before,
    #mapP .gnav_list li.nav07 a::before,
    .gnav_list li a:hover::before {
        left: inherit;
        right: 10px;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .gnav_list li.nav06 ,
    .gnav_list li.nav07 {
        display: block;
    }
    
    .gnav_list li.nav_sns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap:15px;
        border-bottom: none;
        margin-top: 20px;
    }
    
    .gnav_list li.nav_sns a {
        width: 40px;
    }
    
    
    
    /*物件エントリー・来場予約ボックス*/
    .req_Box {
        margin: 40px auto;
    }
    .req_Box a {
        padding: 10px 0;
        font-size: 15px;
    }
    
    

    /* footer */
    footer {
        width: 100%;
    }

    .company_Area {
        padding: 30px 0 30px;
    }

    .company_Area .cv-btn {
        font-size: 16px;
    }

    .company_Block {
        margin-bottom: 0;
    }
    
    .company_Block p.comttl {
        font-size: 14px;
    }
    
    .company_Block .com01 {
        width: 100%;
		max-width: 370px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin: 0 auto 2%;
    }
    
    .company_Block p {
        font-size: 9px;
    }

    .foot_contact {
        /* margin-top: 30px; */
    }

    .foot_Tel {
        width: auto;
        order: 1;
    }

    .foot_Tel h3 {
       font-size: 18px;
       margin-bottom: 15px;
    }

    .foot_Tel .flex {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .foot_Tel a {
        flex-wrap: wrap;
        justify-content: center;
    }

    .foot_Tel a i {
        width: 80px;
    }

    .foot_Tel a p {
        font-size: 40px;
        white-space: nowrap;
    }

    .foot_Tel a small {
        display: block;
        width: 100%;
        margin: 1em auto 0;
        text-align: center;
    }

    .foot_Tel .flex>p {
        margin-left: 0;
    }

    small {
        font-size: 12px;
    }

    .nav_Block {
        padding: 0 0 80px;
    }

    #foot_Nav .gnav_list {
        display: none;
    }

    .page_top {
        bottom: 58px;
        right: 0px;
    }

    .page_top img {
        width: 25px;
        height: 80px;
    }

    dl.yokoku {
        flex-direction: column;
        font-size: 12px;
    }

    dl.yokoku dt {
        width: 100%;
        border-right: none;
        border-left: none;
        border: 1px solid #333;
        margin: 0 auto 10px;
        padding: 0;
        text-align: center;
    }

    dl.yokoku dd {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 1.5;
    }
.btn-area .flex{
    display: block;
  }

.btn-area.bottom{
  margin: 0;
  width: 100%;
  max-width: unset;
  padding: 50px 0;
    background: url(../img/bg.jpg) repeat-y;
    background-size: 100%;
}

.btn-area.bottom ul{
  gap: unset;
  margin: 0% auto;
}


.btn-area ul li{
  margin-bottom: 3%;
  max-width: unset;
}

.btn-area ul li:last-child{
  margin-bottom: 0;
}

.btn-area ul li a{
  padding: 3%;
}

}