@charset "UTF-8";

/*色味変更 260515*/
body, main ,header ,footer ,
#load div:nth-of-type(1),
#feature+section>.content_wrapper,
#blog_type01 + .block_news_1 ul > li,
header nav ul.nav_2nd>li{
    background: #fff2e1;
}
#load.load6 div:nth-of-type(1){
    background-color: #fff2e1;
}
#bi9+.composite_box01.block_images_9 .heading.block_header_4 .h{
    color: #fff2e1;
}
.block_images_7 .inner_item_txt, .block_images_7 .inner_item_txt .h, .block_images_7 .inner_item_txt .h * {
    color: #fff2e1 !important;
}
@media screen and (max-width: 900px) {
    header.open:after, header .header_contents {
        background: rgba(255, 242, 225, .95);
    }
}

/*MV キャッチ画像調整 260515*/
#mv .mv_textimg a {
    width: 81%;
    max-width: initial;
}
@media screen and (max-width: 900px) {
    #mv .mv_textimg {
        width: 35%;
    }
    #mv.mv_mp4_cover {
        height: calc(100vw / (1920 / 1080)) !important;
    }
}


/*MV キャッチ画像調整 260522*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg a {
  width: 64%;
  bottom: 12%;
}
#mv .mv_textimg {
  top: initial;
  bottom: 3%;
  left: 3%;
}


/*不動産用語集、不動産お役立ち情報調整 260522*/
#c2 + .composite_box01 .content_wrapper {
  background-color: rgba(90, 82, 71, 0.75);
}