@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
/* bottom menu */
.btm_header_btn{
	display: none;
}
.btm_header_btn {
	position: fixed;
	margin: auto;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 900;
    box-shadow: 0px -5px 10px -5px rgb(0 0 0 / 50%);
}
.btm_header_btn > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}
.btm_header_btn > ul > li.btm_header_btn_tel {
    display: block;
}
.btm_header_btn > ul > li {
    width: 33.33%;
}
.btm_header_btn > ul > li:nth-of-type(1) > a {
    border-left: none;
}
.btm_header_btn > ul > li > a {
	width: 100%;
    display: block;
	color: #000;
    position: relative;
    padding: 25px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-left: 1px solid #b5b5b5;
    height: 70px;
}
.btm_header_btn > ul > li.btm_header_btn_req > a{
	background: #88806d;
	color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_res > a{
	background: #d83a30;
	color:#fff;
}


.btm_header_btn > ul > li.btm_header_btn_tel > a::before {
    content: '\f095';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_tel > a::after {
    content: 'TEL';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_map > a::before {
    content: '\f041';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_map > a::after {
    content: '現地案内図';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_out > a::before {
    content: '\f15c';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_out > a::after {
    content: '物件概要';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_req > a::before {
    content: url(../img/common/req_icon.svg);
    color: #fff;
    max-width: 25px;
}
.btm_header_btn > ul > li.btm_header_btn_req> a::after {
    content: '資料請求/来場予約';
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_res > a::before {
    content: url(../img/common/res_icon.svg);
    color: #fff;
    max-width: 25px;
}
.btm_header_btn > ul > li.btm_header_btn_res> a::after {
    content: '資料請求/来場予約';
    color: #fff;
}
.btm_header_btn > ul > li > a::before {
    top: 15px;
    height: 24px;
    font-size: 20px;
	left: 0;
    right: 0;
    bottom: auto;
	font-family: FontAwesome;
}
.btm_header_btn > ul > li > a::before, .btm_header_btn > ul > li > a::after {
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
}
.btm_header_btn > ul > li > a::after {
    top: 26px;
}
.btm_header_btn > ul > li > a::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    font-size: 10px;
    /* font-family: 'Questrial', sans-serif; */
    line-height: 1;
}

@media screen and (max-width: 1000px) {
	.btm_header_btn{
		display: block;
	}
}


/* header */
header.header{
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 120px;
    z-index: 200;
    padding-top: 15px;
}
.header_h{
    content: "";
    height: 120px;
    display: block;
}
.header_inner{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.header_logo{
    max-width: 310px;
    width: 100%;
}
.header_upper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_upper_r{
    display: flex;
    align-items: center;
}
.req_res_btn{
    width: 200px;
    height: 45px;
    display: block;
    margin-left: 10px;
    color: #fff;
    letter-spacing: 0.2em;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}
.req_res_btn a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    position: relative;
    z-index: 10;
}
.req_res_btn:hover{
    transition: 0.3s;
    opacity: 0.8;
}
.req_icon_head, .res_icon_head{
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.req_icon_head{
    max-width: 62px;
    left: -25px;
    bottom: -5px;
}
.res_icon_head {
    max-width: 48px;
    left: -8%;
}

.req_btn::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.res_btn::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.req_btn{
    background: #88806d;
}
.res_btn{
    background: #d83a30;
}

.out_map p{
    text-align: right;
    letter-spacing: 0.2em;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    line-height: 1.5;
    transition: 0.3s;
    font-size: 14px;
}
.out_map p:hover{
    transition: 0.3s;
    opacity: 0.6;
}
.out_map p::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.header_lower ul{
    display: flex;
    height: 40px;
}
.header_lower ul li{
    width: calc(100% / 7);
    text-align: center;
    height: 100%;
    border-left: solid 1px #333;
}
.header_lower ul li:last-child{
    border-right: solid 1px #333;
}
.header_lower ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    transition: 0.3s;
}
.header_lower ul li a span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.header_lower ul li a .nav_en{
    opacity: 1;
    transition: 0.1s;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.header_lower ul li a .nav_ja{
    font-size: 14px;
    opacity: 0;
    transition: 0.1s;
}
.header_lower ul li a:hover .nav_ja{
    opacity: 1;
    transition: 0.1s;
}
.header_lower ul li a:hover .nav_en{
    opacity: 0;
    transition: 0.1s;
}
.header_lower ul li a:hover{
    background: rgb(234, 234, 234);
    transition: 0.1s;
}
.hum_btn{
    display: none;
}
@media (max-width:  1200px){
    .header_lower ul li{
        font-size: 14px;
    }
    .req_res_btn{
        font-size: 14px;
    }
    .out_map p{
        font-size: 14px;
    }
}
@media (max-width: 1000px){
    .header_logo {
        max-width: 250px;
        width: 80%;
    }
    .header_lower{
        position: fixed;
        top: 60px;
        width: 100%;
        box-sizing: border-box;
        height: calc(100vh - 130px);
        padding: 40px 20px 20px;
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s;
    }
    .header_lower.active{
        opacity: 1;
        pointer-events: all;
        transition: 0.5s;
    }
    .header_upper_r{
        display: none;
    }
    .header_upper{
        justify-content: space-between;
        width: 100%;
    }
    header.header{
        height: 60px;
        padding: 0;
    }
    .header_h{
        height: 60px;
    }
    .header_inner{
        flex-direction: unset;
    }
    .hum_btn{
        display: block;
    }
    .openbtn4 {
        position: relative;
        cursor: pointer;
        width: 30px;
        height: 18px;
        border-radius: 5px;
    }
    .openbtn4 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        height: 2px;
        border-radius: 5px;
        background: #333;
        width: 100%;
    }
    .openbtn4 span:nth-of-type(1) {
        top: 0;
    }
    .openbtn4 span:nth-of-type(2) {
        top: 8px;
    }
    .openbtn4 span:nth-of-type(3) {
        top: 16px;
    }
    .openbtn4 span:nth-of-type(3)::after {
        position: absolute;
        top: 10px;
        left: 50%;
        color: #fff;
        font-size: 14px;
        transform: translateX(-50%);
        font-family: futura-pt, sans-serif;
        letter-spacing: 0.1em;
    }
    .openbtn4.active span:nth-of-type(1) {
        top: 0px;
        transform: translateY(6px) rotate(-45deg);
        width: 100%;
    }
    .openbtn4.active span:nth-of-type(2) {
        opacity: 0;
        display: none;
    }
    .openbtn4.active span:nth-of-type(3){
        top: 12px;
        transform: translateY(-6px) rotate(45deg);
        width: 100%;
    }
    .openbtn4.active span:nth-of-type(3)::after {
        left: 50%;
        transform: translateY(0) rotate(-45deg) translateX(5%);
        top: 14px;
    }
    .header_lower ul li {
        border-left: unset;
        width: 48%;
        margin-bottom: 40px;
    }
    .header_lower ul li:last-child {
        border-right: unset;
    }
    .header_lower ul {
        display: flex;
        height: unset;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header_lower ul li a span{
        position: unset;
        display: block;
        left: unset;
        top: unset;
        transform: unset;
    }
    .header_lower ul li a .nav_ja{
        color: #fff;
        opacity: 1;
        margin-top: 10px;
        font-size: 12px;
    }
    .header_lower ul li a:hover{
        background: unset;
    }
    .header_lower ul li a:hover .nav_en{
        opacity: unset;
    }
}











footer.footer{
    margin-top: 130px;
    padding-top: 100px;
    border-top: solid 3px #c9caca;
    margin-bottom: 100px;
}
.foot_tel{
    max-width: 440px;
    margin: 0 auto 30px;
}
.foot_res_req_box{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.foot_res_req_box .req_res_btn{
    margin: 0;
}
.foot_res_req_box .req_res_btn.req_btn{
    margin-right: 60px;
}
.foot_logo_flex{
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto 50px;
}
.foot_logo01{
    max-width: 295px;
    margin-right: 20px;
    /* width: 32%; */
}
.foot_logo02{
    max-width: 224px;
    margin-right: 20px;
    /* width: 32%; */
}
.foot_logo03{
    max-width: 172px;
    /* width: 32%; */
}
.expo_logo{
    max-width: 350px;
    margin: 0 auto 40px;
}
.foot_bnr_box{
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto;
}
.foot_bnr{
    max-width: 294px;
    width: 32%;
}
/* .foot_logo{
    height: 90px;
}
.foot_logo img{
    height: 100%;
    width: auto;
} */

@media (max-width: 1000px){
footer.footer {
    margin-top: 80px;
    padding-top: 60px;
}
}

@media (max-width: 650px){
    .foot_logo_flex{
        display: block;
        max-width: 280px;
    }
    .foot_logo01{
        max-width: 280px;
        width: 100%;
        margin: 0 0 30px;
    }
    .foot_logo02{
        max-width: 214px;
        width: 100%;
        margin: 0px 0 30px 10%;
    }
    .foot_logo03{
        max-width: 173px;
        width: 100%;
        /*margin: 0px 0 0 24.3%;*/
        margin: 0px 0 0 11.3%;
    }
    .foot_res_req_box .req_res_btn.req_btn {
        margin-right: 30px;
    }
    .foot_bnr_box{
        display: block;
    }
    .foot_bnr_box .foot_bnr{
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .foot_bnr_box .foot_bnr:not(:last-child){
        margin-bottom: 20px;
    }
}