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

.header {
  margin-top: 1rem;height: 110px;
}

.txt_excerpt{
  display: none;
}
.btn_link a{
    display: inline-block;
    width: 8rem;
}


.headerNavGmenu{
    width: 90%;
    white-space: initial;
    display: flex;
    font-size: 1rem;
    margin-left: 10%;
}

.headerSearchArea{
    position: absolute;
    background: #F6EFE6;
    top: 50px;
    height: 100vh;
    right: 0;
    width: 100vw;
    z-index: 4;
    display: none;
    padding-top: 50px;
}
.headerSearchArea_btn{
    position: absolute;
    right: 1rem;
    width: 35px;
    top: 0;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}

.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.headerSearchArea .searchArea .searchBtn{
}


.headerSearchArea .searchAreaform{
    display: block;
}
.headerSearchArea .searchArea .text{
    width: 75%;
}

.headerSearchArea .localMenu_block01 {
    padding: 1rem;
    border: none;
}


.header {
}
.header_title {
width: 50%;
}
.header_content {
 width: 50%;
    margin-top: -1rem;
    position: inherit;
}
.headerNavGmenu li {
	width: 100%;
	border: #fff solid 1px;
	padding: 2.5rem 0.5rem;
	border-radius: inherit;
	border-top: inherit;
	border-bottom: inherit;
	margin-right: 0;
	text-align: center;
	font-weight: bold;
	position: relative;
    line-height: 1.2;
	top: 0.5rem;
}
.headerNavGmenu li::before {
    content: "";
    background: url(/estate/navi/img/icon_tit02_sp.png) center top no-repeat;
    width: 11px;
    position: absolute;
    height: 14px;
    top: 0.5rem;
	padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.headerNavGmenu li.active::before {
    background: url(/estate/navi/img/icon_tit02_sp_active.png) center top no-repeat;
}

.headerNavGmenu li.nav03{
    display: block;
}

.headerNavGmenu li.nav03::before {
    content: "";
    background: url(/estate/navi/img/header_sp_bt02.png) center top no-repeat;
    width: 18px;
    background-size: 18px;
    position: absolute;
    height: 18px;
    top: 0.5rem;
	padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.searchArea .text {
width: 0;
}
.headerNav {
font-size: 1.2rem;
width: 100%;
}


/* ===========================================================================
	top新着情報
============================================================================= */
.block01_subtitle  {
  display: none;
}
.newsList .otherView {
/*  margin-top: 2.0rem; */
}
.newsList .tit01 {
  font-size: 2.0rem;
}
.newsList .tit03 {
  font-size: 1.6rem;
}
.newsList .txt01 {
  margin-top: 1.0rem;
  display: none;
}
.newsList .time01 {
  text-align: right; 
}
.newsList .otherView_block {
  padding: 1.5rem 0;
  margin-bottom: 0;
}
.block01_title p{
    font-size: 1.8rem;
}

/* PICK UP！ */
.block01 .newsList a{
  width:40%;
}


/* ===========================================================================
	topお悩みから探す、カテゴリから探す
============================================================================= */
.contentArea .block02,
.contentArea .block04{
    display: none;
}



/* ===========================================================================
	カテゴリ別
============================================================================= */
.childCat li {
width: 100%;
}
.childCat li a {
padding-left: 1.5rem;
}
.contentArea .block01_title{
justify-content: left;
}
.contentArea .block01_title p{
    left: 0;
    position: inherit;
    top: 0;
    width: 80%;
}
.block01_title.search01::before{
    top: 1rem;
}

.block01_title::before{
    content:inherit;
}

.newsList02 p.txt01{
    display: none;
}
.newsList02 p.time01{
    text-align: right;
}

/* ===========================================================================
	メガメニュー よくあるお悩み
============================================================================= */
.nav01Area_inner{
    margin: 0 auto 2rem;
}

.nav01Area_inner .search01 {
  padding: 2.5rem 1.5rem 0;
}
.nav01Area_inner .search01>li {
  padding: 1.5rem 0.4rem;
  margin-left: 0;
}
.nav01Area_inner .search01>li>a {
	padding-left: 0;
	top: 1rem;
	width: 3.5rem;
	left: 0.7rem;
}
.nav01Area_inner .search01 > li > img {
  margin: 0;
  top: 1rem;
  left: 1rem;
  width: 3rem;
  height: 3rem;
}

.nav01Area_inner .search01 .listNum {
  margin-top: 2rem;
}
.nav01Area_inner .search01 .tit {
  position: relative;
  font-size: 1.6rem;
  margin-left:  4rem;
  text-align: left;
}
.nav01Area_inner .search01 .tit::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #E66382 transparent;
}
.nav01Area_inner .searchArea  li.close .tit::after {
 transform: rotateX( 180deg );
}
.nav01Area_inner .searchArea  li.close .listNum{
    display: none;
}

.nav01Area_inner .search01>li:nth-of-type(2) .tit::after {
  border-color: transparent transparent #B46EC8 transparent;
}
.nav01Area_inner .search01>li:nth-of-type(4) .tit::after {
  border-color: transparent transparent #EA8800 transparent;
}
.nav01Area_inner .search01>li:nth-of-type(5) .tit::after {
  border-color: transparent transparent #029AD7 transparent;
}

.infoBanner{
    padding: 0 1.5rem 2rem;
}

/* ===========================================================================
	メガメニュー カテゴリ
============================================================================= */
.searchArea {
  justify-content: center;
}
.menuCat .cat_img {
  display: none;
}
.menuCat .catlist li a {
  font-size: 1.4rem;
}
.menuCat .menuCat_inner {
  margin-right: 0;
  padding: 2rem 1rem;
}
.menuCat .cat_tit a {
  padding-bottom: 0;
}


/* ===========================================================================
	サイドメニュー
============================================================================= */
.localMenu_inner{
    display: flex;
    flex-wrap: wrap-reverse;
}
.localMenu_block02 .search01{
    display: block;
    width: 100%;
    white-space: normal;
}
.localMenu_block02 .search01 li{
    width: 100%;
  text-align: left;
      margin: 1rem 0 0 0;
}
.localMenu_block02 .search01 li a{
  padding: 2rem 0.4rem;
  display: inline-block;
  font-weight: bold;
  line-height: 2.2;
    width: 100%;
}
.localMenu_block02 .search01>li img {
display: inline-block;
margin-right: 0.5rem;
    width: 10%;
}


/* ===========================================================================
	大東建託にできること
============================================================================= */
.footer_inner>ul{
display: inline-block;
}
.footer_inner>ul>li{
    width: 100%;
    font-size: 1.2rem;
    border-left: none;
}

/* ===========================================================================
	フッター
============================================================================= */
.headerNavGmenu li.active{
height: 55px;
}

/* ===========================================================================
	CTA
============================================================================= */

.menuArea {
    right: 0;
    left: 0;
	bottom: 0;
    max-width: 93%;
    width: 100%;
    height: auto;
    margin:0 auto;
}
.menuAreainner{
    max-width: 100%;
    right: 0;
}


.bnr_item_pc {
  display: none !important;
}
.bnr_item_sp {
margin-bottom: 15px;
}
}

@media screen and (min-width: 768px) {
.bnr_item_sp {
  display: none!important;
}}

/********************************************/
/*パンくず*/
/********************************************/
@media screen and (max-width: 767px) {
  .header {
    margin-top: 0;
  }
  .n_bread_crumb .content-inner{
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .n_bread_crumb .list li {
    font-size: 1.1rem;
  }
  .n_bread_crumb .list li:after {
    content: '>';
    padding-right: 5px;
    padding-left: 5px;
  }
  .n_bread_crumb .list li:last-child:after {
    content: none;
  }
  .n_bread_crumb .list li:first-child {
    padding-left: 25px;
  }
  .n_bread_crumb .list li:first-child:before {
    width: 12px;
    height: 12px;
  }
  .n_bread_crumb .list li a {
  }
}


/********************************************/
/*header 帯*/
/********************************************/
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
  .header_logo {
    height: auto;
  }
  .news_band_block {
    position: relative;
    top: 20px;
    width: 98%;
    max-width: 1120px;
    margin: 0 auto;
    background-color: #d2c19a;
  }
  .news_band_block .link {
    text-align: center;
  }
  .news_band_block .link .sp_only {
    display: block;
  }
  .news_band_block .link a {
    font-size: 1.2rem;
  }
  .content {
      padding-top: 20px;
  }
}

