




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


* {
  scroll-margin-top: 80px;
}

body {
  background-color: #fff;/*ハンバーガーの乗算対応のために必須*/
}

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;
  opacity: 0.9;
}
h1 {
  width: clamp(337px,24.48vw , 470px);
}
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;
}
*/

.act-btn li.with_icon {
  display: flex;
  align-items: center;
  width: max-content;
  margin-right: 2.5vw;
}
.act-btn li.with_icon a {
  color: #fff;
}
.act-btn li.with_icon > img {
  width: auto;
  height: 80%;
  margin-right: 0.5em;
}



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


/* プランの戻るボタン-------- */

.plan_backBtn {
  text-align: center;
  margin: min(8vw , 90px) 0;
}
.plan_backBtn a {
  display: inline-block;
  background-image: linear-gradient(90deg, #dbd4b2, #695d35 50%, #dbd4b2);
  color: #fff;
  transition: .4s;
  padding: 1em 0;
  width: 324px;
}
.plan_backBtn a span {
  letter-spacing: 0.8em;
  transform: translateX(-0.4em);
}


.plan_backBtn a:hover {
  filter: hue-rotate(-55deg);
}


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

h1 {
  width: 64vw;
}

}

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

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

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

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[tabindex="-1"] {
  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;
}



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

#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}

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

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
}


#DaiwaLogo a {
  width: min(22vw , 307px);
  margin: 3vw;
}



#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;
}

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

#DaiwaLogo a {
  width: 35vw;
  margin: 3vw;
}
#DaiwaLinks li {
  font-size: 1.1vw;
}

}

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

#DaiwaLogo {
  display: flex;
  flex-direction: column;
  width: 80vw;
  margin: 10.5vw auto;
}

#DaiwaLogo a {
  width:80vw;
}
#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 {
/*    width: 100%;*/
  max-width: 1640px;
  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: 10px;
}
#Recommend ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1%;
  flex-wrap: wrap;
}
#Recommend ul li {
  width: min(19vw , 310px);
  font-size: 0.875rem;
  color:var(--Color2);
  text-align: center;
  letter-spacing: .05em;
  background-color: var(--Color6);
  padding: 5px;
  margin-top: 10px;
}
#Recommend ul li a {
  display: block;
  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: 19vw;
}

}

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

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

}

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

#Recommend {
  margin-top: 6vw;
  padding: 2vw;
}
#Recommend p {
  font-size: 1.4vw!important;
  margin-bottom: 2vw;
}
#Recommend ul {
  gap: 0.5%;
}
#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%;
  font-size: 3.2vw!important;
  padding: 3vw 1vw;
  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 !important;
  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;
}

}



/*　-----------------------　左レンガ模様　-----------------------　*/



.leftBG {
  background-image: url("../images/common/leftBG.png");
  background-position: left;
  background-repeat: repeat-y;
  background-size: 8.74% auto;
  background-attachment: fixed;
  padding-bottom: 3.2vw;
}


/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
.leftBG {
  background-image: none;
  overflow: hidden;
}
}

















