@charset "UTF-8";

/* header */
.headerbody h1 img, .headerbody .snav ul li a, .gnav_container, .gnav li a, .gnav.nav_pc li a span {
    transition-duration: 0.6s;
}
header {
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 101;
    left: 0;
    height: 80px;
    top: 0;
}
header h1 {
    /* width: 96%; */
    width: 300px;
    padding: 0 0 0;
    font-size: 10px;
    
    color: #888888;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}
header h1 a{
	max-width: 340px;
}
.head_ttl{
    font-size: 10px;
    line-height: 1;
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}
.headerbody {
    position: relative;
    width: 96%;
    max-width: 1400px;
    margin: auto;
    padding: 6px 0 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}
.headerbody h1 {
    display: inline-block;
}
.headerbody h1 img {
    width: auto;
    height: 57px;
    display: block;
}
.header_h {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
}

.headerbody .snav {
    width: 100%;
    max-width: 1000px;
}
.headerbody .snav ul {
    text-align: right;
}
.headerbody .snav ul li {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    text-align: center;
    -webkit-transition: 0.3s ease 0s opacity;
    transition: 0.3s ease 0s opacity;
}
.headerbody .snav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2em 1.5em;
    vertical-align: middle;
    border-radius: 0;
    box-sizing: content-box;
    /* font-family: 'Noto Sans JP', sans-serif; */
}
.headerbody .snav ul li.map a {
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    background: #fff;
    color: #000;
}
.headerbody .snav ul li.map a, .headerbody .snav ul li.outline a {
    width: 85px;
}
.headerbody .snav ul li a span {
    display: flex;
    height: 13px;
    align-items: center;
    justify-content: center;
}
.headerbody .snav ul li.outline {
    margin-left: 0.5em;
}
.headerbody .snav ul li.outline a {
    font-weight: normal;
    letter-spacing: 2px;
    background: #fff;
    color: #000;
}
.headerbody .snav ul li.request {
    margin-left: 0.5em;
}
.headerbody .snav ul li.reserve{
    margin-left: 0.5em;
   
}
.headerbody .snav ul li.reserve a{
    width: 117px;
}
.sp_entry {
    display: none!important;
}
.headerbody .snav ul li.request a {
    background: #2e385a;
	width: 120px;
    border: 1px solid #2e385a;
    height: 11px;
}
  
.headerbody .snav ul li.request a:hover {
    background: #fff;
	color: #2e385a;
	border: 1px solid #2e385a;
}
.headerbody .snav ul li.reserve a {
    background: #0c1533;
	width: 120px;
    border: 1px solid #0c1533;
    height: 11px;
}
.headerbody .snav ul li.reserve a:hover {
    background: #fff;
	color: #0c1533;
	border: 1px solid #0c1533;
}
.headerbody .snav ul li.request a, .headerbody .snav ul li.reserve a {
    padding: 1.2em 3em;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: 2px;
}
.headerbody .snav .out_map{
    position: absolute;
    left: 0;
    width: 15px;
}
.headerbody .snav .out_map.out{
    left: 10px;
}
.headerbody .snav .req_res{
    position: absolute;
    left: 15px;
    width: 20px;
    transition-duration: 0.6s;    
}

.headerbody .snav .req_res.req{
    height: 13px;
    background: url(../img/common/header_req.svg) no-repeat;
    background-size: contain;
    transition-duration: 0.6s;
}
.headerbody .snav .req_res.res{
    height: 19px;
    background: url(../img/common/header_res.svg) no-repeat;
    background-size: contain;
}

.headerbody .snav ul li.request a:hover .req_res.req{
    background: url(../img/common/header_req_hover.svg) no-repeat;
    background-size: contain;
}

.headerbody .snav ul li.reserve a:hover  .req_res.res{
    background: url(../img/common/header_res_hover.svg) no-repeat;
    background-size: contain;
}

.nav_btn {
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #968285;
    transition: all 0.5s ease-in-out;
    display: none;
}
.nav_btn hr {
    width: 29px;
    background: #fff;
    height: 2px;
    position: absolute;
    border: none;
    transform-origin: center center;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s;
}
.nav_btn hr:nth-child(1) {
    top: 15px;
}
.nav_btn hr:nth-child(2) {
    top: 23px;
}
.nav_btn hr:nth-child(3) {
    top: 31px;
}
body.nav_open .nav_btn hr:nth-child(1) {
    transform: rotate(45deg);
    top: 23px;
}
body.nav_open .nav_btn hr:nth-child(2) {
    transform: scaleX(0);
    top: 23px;
}
body.nav_open .nav_btn hr:nth-child(3) {
    transform: rotate(-45deg);
    top: 23px;
}
.hd_nav li a {
    position: relative;
}
.nav_btn .hamb_txt {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease-in-out;
    font-family: 'Noto Sans JP', sans-serif;
}
.nav_btn .hamb_txt.close {
    opacity: 0;
}
.spnavi {
    display: none;
}
.gnav_container {
    width: 100%;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 80px;
    /* padding: 5px 0 0; */
    transition-duration: 0.6s;
    background:rgba(60,61,69,0.6);
}
.gnav_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
.gnav.nav_pc {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.gnav li {
    text-align: center;
    display: inline-block;
    /* width: 11.1%;
    width: calc((100% - 40px)/ 9); */
    width: calc((100%)/ 10);
    position: relative;
}
.gnav li a {
    display: flex;
    color: #f0f5f9;
    /* background: #fff;
    background: rgba(164,161,148,0.3); */
    justify-content: center;
    align-items: center;
    height: 55px;
    transition-duration: 0.6s;
}
.gnav li a:hover{
    opacity: 0.6;
}
.gnav li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 70%;
    background: #fff;
}
.gnav li:last-of-type::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 70%;
    background: #fff;
}
/* .gnav li a.top {
    background: rgba(78,148,66,1);
}
.gnav li a.top:hover{
    background: rgba(89,167,75,1);
}
.gnav li a.parkfront {
    background: rgba(173, 181, 89, 1);
}
.gnav li a.parkfront:hover{
    background: rgba(190,199,97, 1);
}
.gnav li a.location {
    background: rgba(247,177,59,1);
}
.gnav li a.location:hover {
    background: rgb(251 200 114);
}
.gnav li a.access {
    background: rgba(146,210,221,1);
}
.gnav li a.access:hover {
    background: rgba(153,220,232,1);
}
.gnav li a.design {
    background: rgba(199,157,199,1);
}
.gnav li a.design:hover {
    background: rgb(228, 184, 228);
}
.gnav li a.plan {
    background: rgba(242,169,201,1);
}
.gnav li a.plan:hover {
    background: rgba(254,184,215,1);
}
.gnav li a.quality {
    background: #626159;
}
.gnav li a.quality:hover {
    background: #8d8c80;
}
.gnav li a.select {
    background: rgba(153,140,83,1);
}
.gnav li a.select:hover {
    background: rgb(195 184 138);
}
.gnav li a.modelroom {
    background: rgba(164, 161, 148, 1);
}
.gnav li a.modelroom:hover {
    background: rgb(187 185 175);
} */

.soon{
    pointer-events: none;
    opacity: 0.5;
}
.gnav li.soon{
    opacity: 0.3;
}
.gnav li.soon a{
    color: rgba(255, 255, 255, 0.6) !important;
}
.soon2 a{
    background: #999 !important;
}
.hd_nav li.new a::before, footer .gnav.nav_pc li.new a::before {
    position: absolute;
    top: -7px;
    right: -4px;
    margin: 0 auto;
    content: "NEW";
    color: #000;
    text-align: center;
    font-size: 10px;
    width: 37px;
    padding: 4px 0 0 0;
    height: 14px;
    line-height: 8px;
    font-weight: 900;
    transform: scale(0.8);
    /* background: #fff944; */
    background: #cfb77b;
    letter-spacing: 1px;
    box-sizing: border-box;
    font-family: ten-mincho, serif;
}
.gnav.nav_pc li a span {
    display: block;
    /* height: 38px; */
    white-space: nowrap;
    font-size: 14px;
}
.gnav.nav_pc li a span.italic{
    font-size: 22px;
    margin-bottom: 0.2em;
}
.gnav.nav_pc li a span.ja{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
}
.gnav.nav_pc li a span.en{
    font-family: "Noto Serif JP", serif;
    text-transform: uppercase;
    font-size: 0.7em;
}

.gnavi_wrap {
    display: none;
}

@media screen and (max-width: 1280px) {
    .gnav.nav_pc li a span{
        font-size: 12px;
    }
}

@media screen and (max-width: 1150px) {
    .headerbody .snav ul li {
        font-size: 12px;
    }
    .headerbody .snav ul li.map a, .headerbody .snav ul li.outline a {
        width: 70px;
    }
    .headerbody .snav ul li.request a, .headerbody .snav ul li.reserve a {
        padding: 1em 1.5em;
        font-size: 1.1em;
        letter-spacing: 1px;
    }
    .headerbody .snav .req_res {
        left: 10px;
        width: 15px;
    }
    .headerbody .snav .req_res.req{
        height: 12px;
    }
    .headerbody .snav .req_res.res{
        height: 15px;
    }
    .gnav.nav_pc li a span.italic {
        font-size: 18px;
    }
    .headerbody .snav .out_map.out{
        left: 5px;
    }
    .gnav.nav_pc li a span{
        font-size: 10px;
    }    
}
@media screen and (max-width: 1000px) {
    header {
        height: 60px;
    }
    header h1 {
        display: none; 
    } 
    .head_ttl{
        display: none;
    }
    .headerbody {
        height: auto;
    }
    .headerbody h1 a img {
        height: 46px !important;
    }
    .header_h {
        height: 60px;
    } 
    .headerbody .snav {
        display: none;
    }
    .nav_btn {
        display: block;
    }
    ul.gnavi {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #000;
        z-index: 9999;
        display: none;
        height: auto;
    }
    ul.gnavi li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        text-align: center;
        line-height: 50px !important;
        height: 50px;
        font-size: 14px;
        position: relative;
    }
    ul.gnavi li:first-of-type {
        border-left: none !important;
        /* width: 100%; */
    }
    ul.gnavi li:nth-of-type(even) {
        border-left: 1px solid #fff;
        border-right: none !important;
    }
	ul.gnavi li:last-child{
        border-left: none;
    }
    ul.gnavi li a {
        display: flex;
        background: #776767;
        color: #333;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
        /* font-family: 'Noto Sans JP', sans-serif; */
    }
    ul.gnavi li a span{
        display: block;
    }
    ul.gnavi li a span.italic{
        font-size: 20px;
        margin-bottom: 0.2em;
    }
    ul.gnavi li a span.ja{
        font-size: 10px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    ul.gnavi li a span.en{
        font-size: 10px;
        font-family: "Noto Serif JP", serif;
        text-transform: uppercase;
    }
    /* .gnav li a.top {
        background: rgba(0,161,153,0.7);
    }
    .gnavi li a.top{
        background: #3b7632;
    }
    .gnav li a.concept {
        background: rgba(140,198,63,0.7);
    }
    .gnavi li a.parkfront {
        background: #afb466;
    }
    .gnavi li a.location{
    }
    .gnav li a.location {
        background: rgba(0,113,188,0.7);      
    }
    .gnavi li a.location {
        background: rgb(247,177,59,0.6)
    }
    .gnav li a.access {
        background: rgba(0,169,157,0.7);   
    }
    .gnavi li a.access {
        background: #a2d1db;
    }
    .gnavi li a.design {
        background: rgba(199,157,199,0.6);
    }
    .gnavi li a.plan {
        background: #e6adc8;
    }
    .gnavi li a.quality {
        background: #626159;
    }
    .gnavi li a.select {
        background: rgb(195 184 138);
    }
    .gnavi li a.modelroom {
        background: rgb(187 185 175);
    }
    .gnavi li a.map{
        background: #4e9442;
        color: #fff;
    }
    .gnavi li a.outline{
        background: #786956;
        color: #fff;
    } */
    .gnavi li a.entry{
        background: #2e385a;
        color: #fff;
    }
    .gnavi li a.res{
        background: #0c1533;
        color: #fff;
    }
    .gnavi li.soon a{
        /* background: rgb(131 131 131) !important; */
        /* color: #0a0a0a; */
        color:#cfcfcf;
    }
    ul.gnavi li.inq, ul.gnavi li.res {
        width: 100%;
        border-right: 0;
    }
    .spnavi {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        background: #71a781;
        height: 60px;
    }
    .spnavi li {
        /* width: 20%; */
        width:calc(100%/4);
        /* padding: 5px 7vw; */
    }
    .spnavi li a{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spnavi li a img{
        height: 100%;
        width: auto;
    }
    .spnavi li.outline{
        background: #806f7e;
    }
    .spnavi li.tel{
        background: #524740;
    }
    .spnavi li.map{
        background: #5e3819;
    }
    .spnavi li.sp_entry{
        background: #2e385a;
    }
    .spnavi li.res{
        background: #0c1533;
    }
    .gnav_container {
        display: none;
    }
    .gnav.nav_pc {
        display: none !important;
    }
    .gnav li {
        width: 25%;
        padding: 0 1px 1px 0;
        box-sizing: border-box;
    }
    .gnavi_wrap {
        display: block;
    }
    .sp_entry {
        display: block!important;
    }
}

@media screen and (max-width: 830px) {
    .headerbody .snav ul li {
        font-size: 12px;
        margin-top: 10px;
    }
    .headerbody .snav ul li.map a, .headerbody .snav ul li.outline a {
        width: 60px;
    }
    .headerbody .snav ul li.request a, .headerbody .snav ul li.reserve a {
        padding: 1em 0.5em;
        font-size: 1em;
    }
}

@media screen and (max-width: 600px) {
    .headerbody h1 {
        padding-top: 5px;
        display: block;
        /* text-align: center; */
    }
    .headerbody h1 a {
        margin: 0 auto;
        display: inline-block;
    }
    .headerbody h1 a img {
        height: 40px !important;
    }
    .spnavi li {
        padding: 0px 4vw 0px;
    }
}

@media (max-width: 900px){
    .sp_entry{
        display: block!important;
    }
    .pc_entry{
        display: none!important;
    }
}
/* headerここまで */



/* footer */
footer{
    padding-top: 20px;
    border-top: 1px solid #000;
}
.foot_inner{
    padding: 20px 20px 20px;
}
.foot_flex{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0px auto 80px;
    align-items: center;
}

.foot_tel{
    max-width: 370px;
    width: 36%;
}
.foot_logo{
    width: 64%;
    /* max-width: 600px; */
    display: flex;
    justify-content: flex-end;
}
.foot_logo a{
    width: 48%;
}

.foot_tel{
    pointer-events: none;
    max-width: 370px;
}
.copyright p{
    font-size: 12px;
    text-align: center;
}

.foot_nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto 40px;
}
.foot_nav > li a{
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif !important;
    padding: 0 20px;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.6s;
}
.foot_nav > li a:hover{
    opacity: 0.6;
}
.foot_nav{
    font-family: 'Noto Sans JP', sans-serif;
}
.foot_nav .en{
    display: none;
    /* font-family: "shippori-mincho", sans-serif; */
    text-transform: uppercase;
}


@media (max-width: 1000px){
    .foot_inner{
        /* padding: 60px 20px 80px; */
        padding: 20px 20px 20px;
        margin-bottom: 80px;
    }
    .foot_tel {
        pointer-events: all;
    }
    .foot_nav > li a{
        font-size: 14px;
    }
}
@media (max-width: 750px){
    footer{
        padding-top: 0;
        border-top: none;
    }
    .foot_flex{
        flex-wrap: wrap;
        margin: 0 auto 60px;
    }
    .foot_logo {
        width: 100%;
        /* max-width: 300px; */
        flex-direction: column;
        align-items: center;
    }
    .foot_logo a{
        width: 100%;
        max-width: 300px;
    }
    .foot_logo a:nth-of-type(n + 2){
        margin-top: 15px;
    }
    .foot_tel {
        width: 100%;
        max-width: 350px;
        margin-bottom: 30px;
    }
    .foot_flex{
        justify-content: center;
    }

    .foot_nav > li{
        width: 50%;
        border-top:1px solid;
    }
    .foot_nav > li.entry{
        width: 100%;
    }

    .foot_nav > li.entry a,.foot_nav > li.req a{
        justify-content: center;
    }
	
    .foot_nav > li a{
        /* background: #ececed; */
        color: #040000;
        padding: 0 15px;
        padding-left: 10px;
        font-size: 12px;
        height: 4em;
        justify-content: left;
        position: relative;
    }
    .foot_nav > li a::after{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        border-color: transparent transparent transparent #333;
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;

    }
    .foot_nav > li:nth-of-type(n + 3){
        /* border-top: 2px solid #fff; */
    }
    .foot_nav > li:nth-of-type(even){
        border-left: 1px solid ;
    }
    .foot_nav > li:last-of-type{
        border-bottom:1px solid;
    }
    .foot_nav .jp{
        display: none;
    }
    .foot_nav .en{
        display: block;
    }
	.foot_nav > li.req{
        width: 100%;
		border-left: none;
    }

}
/* footerここまで */


.cap_end {
    text-align: left;
    padding: 40px 0;
    font-size: 10px !important;
    line-height: 1.5;
    font-family: "fot-tsukuaoldmin-pr6n", serif !important;
    font-style: normal !important;
    font-weight: 300;
}

.entry_btn{
    max-width: 420px;
    height: 70px;
    font-size: 24px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e385a;
    color: #fff;
    /* box-shadow: 1px 2px 15px #000; */
    border-radius: 10px;
    margin: 0 auto;
    transition-duration: 0.6s;
}
.req_btn{
    max-width: 430px;
    height: 70px;
    font-size: 24px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c1533;
    color: #fff;
    
    border-radius: 10px;
    margin: 0 auto;
    transition-duration: 0.6s;
}
.req_btn:hover{
    background: #fff;
    color: #0c1533;
	border: 1px solid #0c1533;
}
.entry_btn:hover{
    background: #fff;
    border: 1px solid #2e385a;
    color: #2e385a;
}

@media screen and (max-width: 1000px){
    .entry_btn,.req_btn{
        max-width: 360px;
        height: 60px;
        font-size: 20px;
    }

}

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

    .entry_btn ,.req_btn{
        max-width: 280px;
        font-size: 18px;
    }
}







/* sibiling page */
.sibiling_page{
    background: #717171;
    padding: 20px;
    position: relative;
    z-index: 3;
}
.sibiling_flex{
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
}
.sibiling_sepa{
    content: "";
    height: 50px;
    width: 1px;
    background: #ceb077;
    display: block;
}

.sibiling_item a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.sibiling_item.prev a{
    justify-content: left;
}
.sibiling_item.next a{
    justify-content: right;
    transition: 0.3s;
}

.sibiling_item{
    color: #ceb077;
    text-transform: uppercase;
    font-family: "fot-tsukuaoldmin-pr6n", serif !important;
    font-size: 18px;
    letter-spacing: 0.2em;
    width: 50%;
    white-space: nowrap;
}
.sibiling_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    position: relative;
    transition: 0.5s;
}

.sibiling_item.prev a:hover .sibiling_arrow{
    transform: translateX(-10px);
}
.sibiling_item.next a:hover .sibiling_arrow{
    transform: translateX(10px);
}

.sibiling_circle{
    position: absolute;
    width: 50%;
	animation: 3s 0s blink ease-in-out infinite;
}
.sibiling_item.prev .sibiling_circle{
    left: -14%;
}
.sibiling_item.next .sibiling_circle{
    right: -14%;
}
@keyframes blink {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;
        transform: scale(1.1);
	}
	100% {
		opacity: 0.2;
	}
}

@media screen and (max-width: 1000px){
.sibiling_sepa {
    height: 40px;
}
.sibiling_item {
    font-size: 16px;
}
.sibiling_arrow {
    width: 25%;
}
}

@media screen and (max-width: 650px){
.sibiling_item {
    font-size: 14px;
}
.sibiling_page {
    padding: 20px 10px;
}
.sibiling_sepa {
    height: 35px;
}
}
/* // */