/*　-----------------------　ヘッダー　-----------------------　*/

header {
    width:calc(100% - 40px);
    height: 70px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.top_header_bgcolor {
    width:100%;
    height: 70px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: var(--Color6);
    mix-blend-mode: multiply;
}
h1 {
    width: 337px;
}
h1 img {
    width: 100%;
}
.hed_right {
    margin-right: 70px;
}
.act-btn {
    gap:10px;
}
.act-btn li {
    width: 120px;
    height: 34px;
    font-size: .75rem;
}
.act-btn .req a,
.act-btn .res a,
.act-btn .ent a {
    width: 118px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.req {
    color: var(--Color2)!important;
    background-color: var(--Color4);
    border: 1px solid var(--Color4);
}
.res {
    color: var(--Color6)!important;
    background-color: var(--Color5);
    border: 1px solid var(--Color5);
}
.ent {
    color: var(--Color2)!important;
    background-color: var(--Color6);
    border: 1px solid #fff;
}

.ls0 {letter-spacing: 0} /* 字間調整 */

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

h1 {
    width: 54vw;
}

}

/*　-----------------------　注釈群　-----------------------　*/

ul.annotation{
    max-width: 1000px;
    margin: auto;
    padding: 40px 0 80px 0;
    color: #000;
}

/* ----------------------- */
/* 1000 */
/* ----------------------- */
@media screen and (max-width: 1000px) {

ul.annotation{
    max-width: 90%;
    padding: 4vw 0 8vw;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

ul.annotation{
    padding: 5vw 0 10vw;
}

}



/*　-----------------------　フッターメニュー　-----------------------　*/

footer {
    background-color: #fff;
}
footer .f-menu {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 80px;
}
footer .f-menu li {
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 0;
    padding: 0 10px;
    border-left: 1px solid #767676;
    margin-bottom: 10px;
}
footer .f-menu li:last-child {
    border-right: 1px solid #767676;
}
footer .f-menu li:nth-child(11) {
    letter-spacing: -.15em;
}
footer .f-menu li a.noactive {
    cursor:default;
    color: #ccc;
}


/*　-----------------------　BannerArea　-----------------------　*/

#BannerArea ul {
    width: 1000px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
#BannerArea ul li {
    width: 49%;
    margin-bottom: 20px;
}
#BannerArea ul li.lank {
    width: 100%;
}
#BannerArea ul li.app {
    width: 45%;
}
#BannerArea ul li.ovo {
/*
    width: 53%;
*/
}

#BannerArea .noactive img {
  opacity: 0.3;
}



/* ----------------------- */
/* 1000 */
/* ----------------------- */
@media screen and (max-width: 1000px) {

#BannerArea ul {
    width: 95%;
    margin: 0 auto 10vw;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#BannerArea ul {
    display: block;
}
#BannerArea ul li {
    width: 100%!important;
    margin: 2vw 0;
}

}


/*　-----------------------　お問い合わせ　-----------------------　*/

address {
    width: 100%;
    background: var(--Color5);
}
.f-contact {
    width: 100%;
    padding: 60px;
    text-align: center;
}
.f-contact img {
    width: 460px;
    margin: 1% 0;
}

address.flex_center div.f-contact figure {text-align: center}
address.flex_center div.f-contact figure a {display: inline-block}

/* ----------------------- */
/* 1000 */
/* ----------------------- */
@media screen and (max-width: 1000px) {

.f-contact img {
    margin: 2vw 0;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

.f-contact {
    padding: 8vw;
}
.f-contact p {
    font-size: 3vw;
    letter-spacing: .1em;
}
.f-contact img {
    width: 100%;
}

}


/*　-----------------------　大和地所リンク　-----------------------　*/

#DaiwaLogo {
    width: 300px;
    margin: 60px auto;
}
#DaiwaLinks {
    display: flex;
    justify-content: center;
    align-items: center;
}
#DaiwaLinks li {
    font-size: 0.75rem;
    color: #000;
    letter-spacing: .1em;
    border-right: 1px solid #001400;
    padding: 0 1%;
}
#DaiwaLinks li:last-child {
    border-right: none;
}

/* ----------------------- */
/* 1000 */
/* ----------------------- */
@media screen and (max-width: 1000px) {

#DaiwaLinks li {
    font-size: 1.1vw;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#DaiwaLogo {
    width: 80vw;
    margin: 10.5vw auto;
}

#DaiwaLinks {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6vw;
}
#DaiwaLinks li {
    border: none;
    font-size: 3.2vw;
}
#DaiwaLinks li a {
    border-bottom: 1px solid #555;
}

}

/*　-----------------------　お近くの物件　-----------------------　*/

#Recommend {
    padding: 20px;
    border-top: 1px solid #001400;
    margin: 60px auto 0;
}
#Recommend p {
    font-size: 0.875rem;
    color:var(--bgColor1);
    text-align: center;
    margin-bottom: 20px;
}
#Recommend ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
/*    flex-wrap: wrap;*/
}
#Recommend ul li {
    width: 260px;
    height: 40px;
    font-size: 0.875rem;
    color:var(--Color2);
    text-align: center;
    letter-spacing: .05em;
    background-color: var(--Color6);
}
#Recommend ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* ----------------------- */
/* 1600 */
/* ----------------------- */
@media screen and (max-width: 1600px) {

#Recommend ul li {
   font-size: 0.875vw;
}

}

/* ----------------------- */
/* 1400 */
/* ----------------------- */
@media screen and (max-width: 1400px) {

#Recommend ul li {
    margin-bottom: 1vw;
    font-size: 1vw;
}
#Recommend ul {
    flex-wrap: wrap;
}

}

/* ----------------------- */
/* 1280 */
/* ----------------------- */
@media screen and (max-width: 1280px) {

#Recommend {
    width: 90%;
}
#Recommend ul li {
    width: 24vw;
}

}

/* ----------------------- */
/* 1200 */
/* ----------------------- */
@media screen and (max-width: 1200px) {

#Recommend ul li {
    font-size: 1.25vw;
    letter-spacing: 0;
}

}

/* ----------------------- */
/* 1000 */
/* ----------------------- */
@media screen and (max-width: 1000px) {

#Recommend {
    margin-top: 6vw;
    padding: 2vw;
}
#Recommend p {
    font-size: 1.4vw!important;
    margin-bottom: 2vw;
}
#Recommend ul li {
    font-size: 1.275vw;
    letter-spacing: 0;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#Recommend ul {
    display: block;
    width: 80%;
    margin: 0 auto;
}
#Recommend ul li {
    width: 100%;
    height: 10vw;
    font-size: 3.2vw!important;
    margin-bottom: 2vw;
    letter-spacing: .15em;
}
#Recommend p {
    font-size: 3.2vw!important;
}

}



/*　-----------------------　コピーライト　-----------------------　*/

#Copyright {
    display: flex;
    width: 100%;
    margin-top: 25px;
    padding: 20px 0 30px;
    font-size: 0.625rem;
    text-align: center;
    letter-spacing: .2em;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #666;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */

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

#Copyright {
    margin-top: 2.5vw;
    padding: 2vw 0 1vw;
    font-size: 1vw;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */

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

#Copyright {
    margin-top: 3.2vw;
    padding: 2vw 0 1vw;
    font-size: 2.4vw;
    letter-spacing: 0;
}

}

/*　-----------------------　SPフッター　-----------------------　*/

/* ----------------------- */
/* sp */
/* ----------------------- */

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

#spFixMenu {
    width: 100%;
    height: 20vw;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: var(--Color3);
    z-index: 998;
}
#spFixMenu li {
    width: 20%;
    height: 20vw;
    border-right: 1px solid #fff;
}
#spFixMenu li.noactive p,
#spFixMenu li.noactive img {
    opacity: 0.2;
}
#spFixMenu li:last-child {
    border-right:none;
}
#spFixMenu li a {
    width: 100%;
    height: 18vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: center;
}
#spFixMenu li p {
    width: 100%;
    height: 28px;
    font-size: 2.6vw;
    color: var(--Color2);
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#spFixMenu li img {
    display: block;
    width: auto;
    height: 45%;
    margin: auto;
    margin-top: 1vw;
}

footer {
    padding-bottom: 22vw;
}

}