@charset "utf-8";
.type_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .type_pc {
    display: none;
  }
  .type_sp {
    display: block;
  }
}
body.page-open-house {
  font-family: "meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.5 !important;
  font-weight: normal;
  font-style: normal;
  color: #333;
}

/*--------crumbs----------*/
@media screen and (min-width: 768px) { 
  .page-open-house #crumbs{
    width: 950px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .page-open-house #crumbs .inner{
    background: none !important;
    border: none !important;
    padding: 14px 0px 16px;
  }
   .page-open-house #crumbs .inner ul{
    width: auto !important;
  }
  .page-open-house #crumbs .inner li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    padding: 0 13px 0 0 !important;
    background: url(/common/images/arrow_breadcrumb.png) right center no-repeat !important;
    margin-right: 5px;
    line-height: 1.4 !important;
  }
  .page-open-house #crumbs .item_breadcrumb.skin_last {
    padding-right: 0;
    background: none !important;
    margin-right: 0;
    padding-left: 0 !important;
  }
  .page-open-house #crumbs .inner li a{
    color: #1565c0;
  }
}
/*--------header----------*/

@media screen and (min-width: 768px) { 
  .spNaviclose,
   #spNavi,
   #spoverlay{
     display:none;
   }
  #mem_header_top{
    padding: 0;
    /* border-bottom: none; */
  }
  #mem_header_top .inner{
    background: none;
    padding: 0;
  } 
}
@media screen and (max-width: 767px) {
  .c-mainVisual001__wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 56% 0 0;
  }
}

/*--------container----------*/
.p-open-house .c-ttl002{
  width: auto;
}
.p-open-house .c-box001 .c-box001__l{
    margin-right:7px;
}
.c-table001__result {
    font-size: 81.25%;
}
.c-table001__result-red {
    color: #fe0000;
}
.c-table001 table th{
  width: 88px;
}
.c-table002 table th{
  width: 112px;
}
.c-list002__ttl:visited{
  color: #fff;
}

@media screen and (min-width: 768px) { 
  .c-list002__item:hover .c-list002__box{
    display: block;
  }  
  .c-map__box-list i{
    -webkit-box-sizing:border-box !important;
    -moz-box-sizing:border-box !important;
    box-sizing: initial !important;
   }
}