@charset "utf-8";

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

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(--Color3);
    mix-blend-mode: multiply;
}
h1 {
    width: 360px;
}
@media screen and (max-width: 1000px) {
h1 { width: 36vw;}
}
@media screen and (max-width: 767px) {
h1 { width: 64vw;}
}
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: 120px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1000px) {
.act-btn li {
    width: 12vw;
    height: 3.4vw;
    font-size: 1.2vw;
}
.act-btn .req a,
.act-btn .res a,
.act-btn .ent a {
    width: 12vw;
    height: 3.4vw;r;
}
}
.req {
    color: var(--Color1)!important;
    background-color: var(--Color4);
}
.res {
    color: var(--Color2)!important;
    background-color: var(--Color5);
}
.ent {
    color: var(--Color2)!important;
    background-color: var(--Color6);
}
.ls0 {
    letter-spacing: 0;
}
sub {
    font-size: 75%;
    vertical-align: baseline;
}
.gold {
    color: var(--Color4);
}
.ls-1 {
    letter-spacing: -.1em;
}



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

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.sns {
    width: 49%;
}
#BannerArea ul li.app {
    width: 42%;
}
#BannerArea ul li.app img {
    border: 1px solid var(--Color1);
}
#BannerArea ul li.smo {
}
#BannerArea ul li.ovo {
    width: 49%;
}

#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;
    color: var(--Color2);
    text-align: center;
}
.f-contact img {
    width: 460px;
    margin: 1% auto;
}

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

.f-contact img {
    width: 55%;
    margin: 2vw auto;
}

}

/* ----------------------- */
/* 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: 1000px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    flex-wrap: wrap;
}
#DaiwaLogo a img {
    height: 60px;
    width: 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) {

#DaiwaLogo {
    width: 90%;
}
#DaiwaLogo a img {
    height: 6vw;
}
#DaiwaLinks li {
    font-size: 1.1vw;
}

}

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

#DaiwaLogo {
    width: 80vw;
    margin: 10.5vw auto;
}
#DaiwaLogo a img {
    height: 14vw;
}
#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: .15em;
    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;
}
#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;
}

}


/*　-----------------------　トップへ戻るボタン　-----------------------　*/

/* pagetop */

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 6.7708vw;
    color:#FFF;
    background: rgba(0, 0, 0, 0.4);
    border: solid 2px #FFF;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.pagetop__arrow {
    display: block;
    height: 14px;
    width: 14px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: translateY(20%) rotate(-45deg);
}

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

.pagetop {
  height: 12vw;
  width: 12vw;
  right: 3.333vw;
  bottom: 40vw;
  border: solid 1px #FFF;
}
.pagetop__arrow {
    height: 3vw;
    width: 3vw;
}

}





