﻿@charset "utf-8";
/* CSS Document */
/*==================================================
  VRBox：VR
==================================================*/
.VRBox {
    margin: 80px auto 0;
    width: 850px;
}
.VRBox h3 {
    text-align: center;
    margin-bottom: 30px;
}
.VRBox h3 img {
    height: 90px;
    width: auto;
}
.VRBox .matterport-showcase iframe {
    min-height: 240px;
    width: 100%;
}
.VRBox .matterport-showcase {
    text-align: center;
}
/*==================================================
  youtubeBox
==================================================*/
#youtubeBox {
    max-width: 1160px;
    margin: 30px auto;
}
#youtubeBox h3 {
    width: 700px;
    text-align: center;
    margin: auto;
}
#youtubeBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
}
#youtubeBox ul li {
    width: 49%;
}
#youtubeBox ul li img {
    width: 100%;
}
#youtubeBox ul li p {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*==================================================
  mainBox：メイン
==================================================*/
.home .mainBox {
    height: 38vw;
    position: relative;
}
.home .mainBox h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px;
}
.home .mainBox .lead {
    font-size: 1.1em;
    font-weight: bold;
}
.home .mainBox .lead_upper {
    font-size: 1.2em !important;
    color: #DA1C1B;
}
/*************** 件数表示部分 ****************/
.home .mainBox .inner {
    position: absolute;
    top: 25%;
    left: 8%;
    z-index: 100;
    display: inline-block;
}
.home .mainBox .inner02 {
    right: 8%;
    text-align: right;
    z-index: 90;
}
.home .mainBox .inner02 p {
    display: inline-block;
}
.home .mainBox .inner02 img {
    width: auto !important;
}
.home .mainBox .inner .inner_item {
    background: #fff;
    padding: 20px 20px 24px;
    display: inline-block;
}
.home .mainBox .inner .inner_item .property {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home .mainBox .inner .inner_item .property .tag img {
    height: 42px;
    width: auto;
}
.home .mainBox .inner .inner_item .property ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 0 5px;
}
.home .mainBox .inner .inner_item .property ul li {
    margin-right: 2px;
    width: 32px;
    height: 40px;
    color: #fff;
    background: #D60201;
    box-shadow: inset 0 25px 0 rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}
.home .mainBox .inner .inner_item .property ul li.txt {
    margin-right: 0;
    font-size: 13px;
    width: auto;
    height: auto;
    background: none;
    color: #111;
}
.home .mainBox .inner .inner_item .property .btn a {
    border: 2px solid #111;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
}
.home .mainBox .inner .inner_item .property .btn a:hover {
    opacity: 1;
    background: #111;
    color: #fff;
}
/*************** スライド背景画像 ****************/
.home .mainBox .bx-pager {
    bottom: 10px;
    z-index: 100;
}
.home .mainBox .mainImg_bx-wrapper {
    text-align: center;
}
.home .mainBox .mainImg_bx-wrapper img {
    /*height: 570px;*/
    height: 37vw;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
/*スライドのばらけ防止*/
.home .mainBox .mainSlider li:not(:first-child) {
    display: none;
}
.home .mainBox .bx-viewport .mainSlider li {
    display: block !important;
}
/*==================================================
  bannerBox01：バナー
==================================================*/
.home .bannerBox01 {
    margin: 60px auto;
    width: 1160px;
}
.home .bannerBox01 p {
    text-align: center;
    margin-bottom: 15px;
}
.home .bannerBox01 p:last-child {
    margin-bottom: 0;
}
/*==================================================
  eventBox：イベント・セミナー情報
==================================================*/
.home .eventBox {
    margin: 40px auto 60px;
}
.home .eventBox h3 {
    width: 1160px;
    margin: auto;
    text-align: center;
}
.home .eventBox h3 img {
    width: 50%;
}
.home .eventBox .itemList {
    width: 1160px;
    margin: 60px auto 40px;
    display: flex;
    flex-wrap: wrap;
}
.home .eventBox .itemList .item {
    width: 260px;
    margin: 0 30px 0 10px;
    position: relative;
}
.home .eventBox .itemList .item a {
    text-decoration: none;
}
.home .eventBox .itemList .item .photo a {
    opacity: 1;
}
.home .eventBox .itemList .item .photo img {
    max-width: 100%;
    height: 170px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.home .eventBox .itemList .item .iconBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: -20px;
    left: -10px;
}
.home .eventBox .itemList .item .inner {
    margin-top: 15px;
}
.home .eventBox .itemList .item .inner h4 {
    font-size: 1.1em;
    font-weight: bold;
}
.home .eventBox .itemList .item .inner p {
    font-size: 0.9em;
    padding-bottom: 15px;
}
.home .eventBox .itemList .item .inner dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #eee;
}
.home .eventBox .itemList .item .inner dt {
    background: #111;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
}
.home .eventBox .itemList .item .inner dd {
    padding: 5px 10px;
    font-weight: bold;
    width: 180px;
    word-wrap: break-word;
}
.home .eventBox .itemList .poster {
    width: 250px;
    margin-top: -38px;
}
/*************** 共通：一覧ボタン ****************/
.archive_btn {
    text-align: center;
}
.archive_btn a {
    text-decoration: none;
    display: inline-block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #111;
    font-size: 1.2em;
    font-weight: bold;
    background: #fff url(/share/img/common/arrow_black.png) no-repeat 320px center;
    /*background: #fff url(/share/img/common/arrow_black.svg) no-repeat 320px center;*/
    -webkit-background-size: 8px;
    background-size: 8px;
}
.archive_btn a:hover {
    opacity: 1;
    background: #111 url(/share/img/common/arrow_white.png) no-repeat 320px center;
    /*background: #111 url(/share/img/common/arrow_white.svg) no-repeat 320px center;*/
    -webkit-background-size: 8px;
    background-size: 8px;
    color: #fff;
}
/*==================================================
  newsBox：新着情報・お知らせ
==================================================*/
.home .newsBox {
    padding: 60px 0;
    background: url(/share/img/index/newsBox_bg.jpg);
    margin-bottom: 60px;
}
.home .newsBox h3 {
    width: 1160px;
    margin: auto;
    text-align: center;
}
.home .newsBox h3 img {
    width: 50%;
}
.home .newsBox .itemList {
    width: 900px;
    margin: 40px auto;
}
.home .newsBox .itemList .item {
    background: #fff;
    margin-bottom: -1px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.home .newsBox .itemList .item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}
.home .newsBox .itemList .item .inner {
    padding: 20px;
}
.home .newsBox .itemList .item .inner .cate_new {
    padding: 2px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    border-radius: 15px;
}
.home .newsBox .itemList .item .inner .update {
    font-weight: bold;
    display: inline-block;
}
.home .newsBox .itemList .item .inner h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 0;
}
.home .newsBox .itemList .item .inner .text {
    font-size: 0.9em;
}
/*==================================================
  searchBox：中古マンションを探す
==================================================*/
.home .searchBox .inner {
    width: 1160px;
    margin: 0 auto;
    background: url(/share/img/index/map/map_bg.jpg) no-repeat center center;
    display: flex;
    flex-wrap: wrap;
}
.home .searchBox .inner .numberBox {
    width: 410px;
    padding: 18px 40px 40px;
}
.home .searchBox .inner .numberBox h3 {
    width: 405px;
    margin: 0 auto;
}
/*************** allNumber ****************/
.home .searchBox .inner .numberBox .allNumber {
    margin: 20px 0;
}
.home .searchBox .inner .numberBox .allNumber .item01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home .searchBox .inner .numberBox .allNumber .item01 dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .searchBox .inner .numberBox .allNumber .item01 dt {
    width: 105px;
}
.home .searchBox .inner .numberBox .allNumber .item01 dd {
    margin-left: 10px;
}
.home .searchBox .inner .numberBox .allNumber .item01 dd span {
    font-weight: bold;
    font-size: 2.2em;
    display: inline-block;
    margin-right: 5px;
}
.home .searchBox .inner .numberBox .allNumber .item02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl {
    width: 130px;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl dt {
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #1D6FB8;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl.member dt {
    background: #D60201;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl.shop dt {
    background: #3D910F;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl dd {
    border: 1px solid #1D6FB8;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl.member dd {
    border: 1px solid #D60201;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl.shop dd {
    border: 1px solid #3D910F;
}
.home .searchBox .inner .numberBox .allNumber .item02 dl dd span {
    font-weight: bold;
    font-size: 2.2em;
    display: inline-block;
    margin-right: 5px;
}
/*************** detailNumber ****************/
.home .searchBox .inner .numberBox .detailNumber {
    margin-top: 20px;
    padding: 20px 30px 0;
    border-top: 1px dotted;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 275px;
}
.home .searchBox .inner .numberBox .detailNumber dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    margin-bottom: 5px;
}
.home .searchBox .inner .numberBox .detailNumber dl:nth-child(-n+8) {
    margin-right: 10%;
}
.home .searchBox .inner .numberBox .detailNumber dl:nth-child(8n) {
    margin-bottom: 0;
}
.home .searchBox .inner .numberBox .detailNumber dt a {
    font-weight: bold;
    border: 2px solid #111;
    height: 30px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    width: 60px;
}
.home .searchBox .inner .numberBox .detailNumber dt a:hover {
    opacity: 1;
    background: #111;
    color: #fff;
}
.home .searchBox .inner .numberBox .detailNumber dd span {
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    margin-right: 5px;
}
/*************** mapBox ****************/
.home .searchBox .mapBox img {
    width: auto !important;
    height: auto !important;
}
#mapArea {
    margin: 70px 0 0 25px;
    width: 570px;
    height: 540px;
    position: relative;
}
#mapArea .cityMap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
/*==================================================
  renovaBox：新着リノベ向け物件
==================================================*/
.home .renovaBox {
    padding: 60px 0 40px;
    background: url(/share/img/index/renovaBox_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home .renovaBox h3 {
    width: 1160px;
    margin: 0 auto;
    text-align: center;
}
.home .renovaBox .itemWrapper {
    margin: 40px 0;
}
.home .renovaBox .bx-wrapper {
    max-width: initial !important;
    max-width: auto !important;
}
.home .renovaBox .bx-wrapper .bx-pager, .home .renovaBox .bx-wrapper .bx-controls-auto {
    bottom: -30px;
}
.home .renovaBox .bx-wrapper .bx-next {
    right: 16VW !important;
}
.home .renovaBox .bx-wrapper .bx-prev {
    left: 16VW !important;
}
.home .renovaBox .bx-wrapper .bx-controls-direction a:hover {
    transition: none;
}
.home .renovaBox h3 img {
    width: 50%;
}
.home .renovaBox .itemList {
    display: flex;
    flex-wrap: wrap; /*	position: relative;
	left: 270px;
	overflow: visible !important;*/
}
.home .renovaBox .itemList .item {
    width: 300px;
    margin: 0 25px 0 25px !important;
    background: #fff;
}
.home .renovaBox .itemList .item a {
    text-decoration: none;
}
.home .renovaBox .itemList .item .photo {
    position: relative;
}
.home .renovaBox .itemList .item .photo .iconBox {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
}
.home .renovaBox .itemList .item .photo img {
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    height: 190px;
    display: inline-block;
}
.home .renovaBox .itemList .item .inner {
    padding: 25px;
}
.home .renovaBox .itemList .item .inner h4 {
    font-size: 1.1em;
    font-weight: bold;
}
.home .renovaBox .itemList .item .inner .cateBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}
.home .renovaBox .itemList .item .inner .cateBox p {
    padding: 2px 10px;
    margin-right: 5px;
    border: 1px solid;
    font-size: 0.8em;
    font-weight: bold;
}
.home .renovaBox .itemList .item .inner .info {
    font-size: 0.9em;
    margin: 10px 0;
}
.home .renovaBox .itemList .item .inner .price {
    font-size: 1.6em;
    font-weight: bold;
}
.home .renovaBox .itemList .item .inner .price span {
    font-size: 0.6em;
}
.home .renovaBox .itemList .item .inner .pay {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home .renovaBox .itemList .item .inner .pay dt {
    font-weight: bold;
}
.home .renovaBox .itemList .item .inner .pay dd {
    font-size: 1.4em;
    font-weight: bold;
}
.home .renovaBox .itemList .item .inner .pay dd span {
    font-size: 0.6em;
}
.home .renovaBox .itemList .prpregist {
    border: 4px solid #D60201;
    box-sizing: border-box;
}
.home p.vr_wrap {
    width: 1160px;
    margin: 60px auto 0px;
}
/*==================================================
  galleryBox：施工事例
==================================================*/
.home .galleryBox {
    padding: 60px 0;
}
.home .galleryBox h3 {
    width: 1160px;
    margin: auto;
    text-align: center;
}
.home .galleryBox h3 img {
    width: 590px;
}
.home .galleryBox .itemList {
    margin: 60px auto 40px;
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home .galleryBox .itemList .item {
    width: 310px;
    position: relative;
    margin: 0 20px 0 25px;
}
.home .galleryBox .itemList .item a {
    text-decoration: none;
}
.home .galleryBox .itemList .item .photo img {
    height: 210px;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.home .galleryBox .itemList .item .photo .iconBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: -20px;
    left: -10px;
}
.home .galleryBox .itemList .item .photo .iconBox .cate_number {
    font-size: 1.2em;
}
.home .galleryBox .itemList .item .inner h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0;
}
.home .galleryBox .itemList .item .inner .cateBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .galleryBox .itemList .item .inner .cateBox p {
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid;
    font-size: 0.8em;
    font-weight: bold;
}
.home .galleryBox .itemList .item .inner .cateBox .fb-like {
    margin-bottom: 5px;
}
/*==================================================
  voiceBox：お客様の声
==================================================*/
.home .voiceBox h3 img {
    width: 410px;
}
.home .voiceBox .infoBox {
    color: #666;
}
/*==================================================
  conceptBox：NEXTTRYのリノベーション
==================================================*/
.home .conceptBox {
    padding: 40px 0 60px;
    background: url(/share/img/index/conceptBox_bg.jpg) no-repeat bottom center;
}
.home .conceptBox h3 {
    width: 900px;
    margin: 0 auto;
}
.home .conceptBox .photo {
    width: 1160px;
    margin: 40px auto 60px;
}
.home .conceptBox .photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home .conceptBox .photo ul li {
    width: 160px;
    height: 160px;
    margin: -10px 40px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
.home .conceptBox .photo ul li:first-child {
    margin-left: 0;
}
.home .conceptBox .photo ul li:last-child {
    margin-right: 0;
}
.home .conceptBox figure {
    position: relative;
    margin: 10px;
    width: 160px;
    height: 160px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
}
.home .conceptBox figure * {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.home .conceptBox figure img {
    position: relative;
    width: 160px;
    height: 160px;
}
.home .conceptBox figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.home .conceptBox figure h4 {
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home .conceptBox figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.home .conceptBox figure:hover img, .home .conceptBox figure.hover img {
    opacity: 0.3;
}
.home .conceptBox figure:hover figcaption, .home .conceptBox figure.hover figcaption, .home .conceptBox figure:hover h4 img {
    opacity: 1;
}
.home .conceptBox .archive_btn a {
    width: 500px;
    height: 70px;
    line-height: 70px;
    background-position-x: 470px;
    font-size: 1.5em;
}
/*==================================================
  showroomBox：ショールーム
==================================================*/
.home .showroomBox {
    padding: 80px 0 40px;
}
.home .showroomBox h3 {
    width: 755px;
    margin: 0 auto;
}
.home .showroomBox .inner {
    width: 1160px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*************** leftItem ****************/
.home .showroomBox .inner .leftItem {
    width: 810px;
    height: 590px;
    background: url(/share/img/index/showroomBox_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .showroomBox .inner .leftItem .freeBox {
    width: 300px;
    height: 255px;
    margin: 40px;
}
.home .showroomBox .inner .leftItem .freeBox a:hover {
    opacity: 1;
    transition: 0.5s;
}
/*************** rightItem ****************/
.home .showroomBox .inner .rightItem {
    width: 340px;
}
.home .showroomBox .inner .rightItem li:nth-child(2) {
    margin: 10px 0;
}
/*************** accessBox ****************/
.home .showroomBox .accessBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1160px;
    margin: 40px auto;
}
.home .showroomBox .accessBox li {
    width: 560px;
}
.home .showroomBox .accessBox h4 {
    height: 50px;
    font-size: 1.8em;
    color: #fff;
    background: #111;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}
.home .showroomBox .accessBox .info {
    width: 100%;
    /* height: 150px; */
    height: 120px;
}
.home .showroomBox .accessBox .info th, .home .showroomBox .accessBox .info td {
    /* border-bottom: 1px solid #ccc; */
    padding: 0 10px;
    margin: 10px 0;
}
.home .showroomBox .accessBox .info tr:last-child th, .home .showroomBox .accessBox .info tr:last-child td {
    border-bottom: none;
}
.home .showroomBox .accessBox .info th {
    width: 25%;
}
.home .showroomBox .accessBox .info td {
    width: 75%;
}
.home .showroomBox .map {
    margin: 10px 0 20px;
}
.home .showroomBox .archive_btn a {
    width: 100%;
    line-height: 44px;
    box-sizing: border-box;
    background: #fff url(/share/img/common/arrow_black.png) no-repeat 380px center;
    /*background: #fff url(/share/img/common/arrow_black.svg) no-repeat 380px center;*/
    -webkit-background-size: 8px;
    background-size: 8px;
}
.home .showroomBox .archive_btn a:hover {
    background: #111 url(/share/img/common/arrow_white.png) no-repeat 380px center;
    /*background: #111 url(/share/img/common/arrow_white.svg) no-repeat 380px center;*/
    -webkit-background-size: 8px;
    background-size: 8px;
}
/*==================================================
  snsBox：Instagram/Facebook
==================================================*/
.home .snsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto;
}
.home .snsBox > div {
    width: 500px;
}
.home .snsBox > div h3 {
    width: 275px;
    margin: 0 auto;
}
.home .snsBox > div .item {
    margin-top: 40px;
}
.home .faceBox iframe {
    padding: 10px;
}
/*==================================================
  footMenuBox：バナー
==================================================*/
.home .footMenuBox .inner {
    padding: 40px 0;
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home .footMenuBox dl a {
    text-decoration: none;
}
.home .footMenuBox dl dt img {
    width: 150px;
    height: 150px;
    display: inline-block;
}
.home .footMenuBox dl dd {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
    font-weight: bold;
}