@charset "utf-8";
/**=========================================
* NAME:layout.css
* OUTLINE:基本となるページのレイアウトや共通で使用するパーツのスタイルを記述します。
*
* 1.UTIL
* 2.HEADER
* 3.PAGE_TOP
* 4.FOOTER
* 5.SECTION
* 6.NAV
* 7.TITLE_VISUAL
* 8.GLOBAL_NAVIGATION
* 9.SP-GLOBAL_NAVIGATION
* 10.COMMON_BLOCK_ITEM
* 11.3_COLUMN_BLOK
* 12.OBLONG-BLOCK
* 13.BREAD_CLUMB
* 14.LOCAL_NAVIGATION
* 15.CENTER_LEAD_WRITING
* 16.SMART_PHONE-640
* 17.SMART_PHONE-480
=========================================*/

/**=========================================
* 1.UTIL
* * 全画面共通で使用するスタイルを記述します。
=========================================*/
  /* super none */
  .supor_display_none{
   display:none !important;
  }
  /* for-float */
  .clearfix:after{
  	clear:both;
  	content:".";
  	visibility:hidden;
  	display:block;
  	height:0px;
  	font-size:0px;
  }

  /* text-hide */
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }

  /* height-centering */
  .height_align:before{
  	content: "";
  	height: 100%;
  	vertical-align: middle;
  	width: 0px;
  	display: inline-block;
    line-height:0;
  }

  .height_align > *{
  	vertical-align: middle;
  	display: inline-block;
  }

  /* for-sp */
  .sp-visible{
  	display:none;
  }

  /* a-tag */
  a[target="_blank"]:after{
    margin-left:7px;
    content:url("/atlas/common/img/a-target_blank02.png");
  }

  a.no-icon_blank:after{
    content:"";
    display:none;
  }

  .icon-blank-small:after{
    margin-left:7px;
    content:url("/atlas/common/img/a-target_blank02.png");
  }

  .icon-blank-large:after{
    margin-left:5px;
    content:url("/atlas/common/img/a-target_blank01.png");
  }

  a.no-underline:hover{
    text-decoration:none;
  }

  /* link_filter */
  .link_filter{
    transition:opacity .3s linear;
  }

  .link_filter:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    zoom:1;
  }

  .link_filter-text_link{
    transition:color .3s linear;
  }

  .link_bg_filter{
    transition:background-color .3s linear;
  }

  .link_bg_filter-btn-brown:hover{
    background-color:#c2b09b;
  }

  .link_bg_filter-box-brown:hover{
    background-color:#8a765e;
  }

  /* btn */
  .btn-wrapper{
    display:inline-block;
    background-color:#fff;
  }

  .btn-base{
    background-color:white;
    display:inline-block;
    padding: 20px 50px;
    text-decoration:none;
  }

  .btn-base.btn-color_black{
    background-color:#333333;
  }

  .btn-base span{
    display:inline-block;
    padding-left:20px;
    color:white;
    background-repeat:no-repeat;
    background-position:center left;
  }

  .btn-base .btn-left_allow{
    background-image:url("/atlas/img/atlas-club/btn-atlas-club_left_triangle.png");
  }

  .btn-base .btn-down_allow{
    background-image:url("/atlas/img/atlas-club/btn-atlas-club_down_triangle.png");
  }

  .btn-base .btn-right_allow{
    background-image:url("/atlas/img/atlas-club/btn-atlas-club_right_triangle.png");
  }

/**=========================================
* 2.HEADER
* * ヘッダーのスタイルを記述します。
=========================================*/
  header {
    width:100%;
  	min-width:1220px;
    background-color:#fff;
    overflow:hidden;
  	z-index:10;
  }

  .top_page-header{
  	position:absolute;
    background-color:transparent;
  }

  .header-logo_container{
  	width:1024px;
  	margin:auto;
    margin-left:auto;
    margin-right:auto;
  	height:95px;
    background-color:#fff;
  	z-index:1;
  }

  .header-left_box {
  	float:left;
    margin-top:15px;
    margin-left:20px;
  }

  .header-right_box {
  	float:right;
    margin-top: 33px;
    margin-right: 25px;
  }

  .header-right_text_link{
    float:right;
    margin-right:25px;
    margin-top:10px;
  }

  .header_menu{
    margin-right:10px;
  }

  .header_menu li:before{
    content:"";
    position:absolute;
    margin-left:-16px;
    margin-top:10px;
    background-image:url("/atlas/common/img/link_right_arrow_small_brown.png");
    background-repeat:no-repeat;
    width:7px;
    height:8px;
  }

  .header_menu li{
    height:100%;
    float:left;
    font-size:11px;
    line-height:16px;
    border-left:1px solid #dcdcdc;
    padding:0 10px 0 30px;
  }

  .header_menu li:first-child{
    border-left:none;
  }


/**=========================================
* 3.PAGE_TOP
* * PAGE TOPボタンのスタイルを記述します。
=========================================*/
  .page_top{
  	width:100%;
  	text-align:center;
  	background-color:#998e80;
  }
  .page_top:hover{
    background-color:#c2b09b;
  }

  .page_top a{
    color:#fff;
    display:block;
    font-size:13px;
    padding:10px 0px;
  }

  .page_top a:before{
    content:"";
    display:inline-block;
    width:17px;
    height:13px;
    background-image:url("/atlas/common/img/btn-page_top-up_allow.png");
    background-repeat:no-repeat;
    background-position:0px 3px;
    margin-right:10px;
    background-size:contain;
  }

/**=========================================
* 4.FOOTER
* * フッターのスタイルを記述します。
=========================================*/
  footer a{
  	font-size:12px;
  	color:#999999;
    letter-spacing:0px;
  }

  footer a:hover{
  	color:#a79177;
  }

  .footer-list_title{
    color:#fff;
  	font-size:15px;
  	display: inline-block;
  	margin-bottom: 30px;
  }

  .footer-menu_list .footer-list_title:hover{
  	color:#a79177;
    text-decoration:underline;
  }

  .footer-list_area{
    background-color:#30302e;
    padding:50px 0px 30px 0px;
  }

  .footer-menu_area{
    width:1000px;
    margin:auto;
    border-bottom:1px solid #999999;
    padding-bottom:40px;
  }

  .footer-menu_list{
    float:left;
    width:250px;
  }

  .footer-menu_detail_list{
    margin-top:-20px;
  }

  .footer-menu_detail_list li{
    font-weight:normal;
    line-height:26px;
  }

  .footer-other_link_area{
    width:1000px;
    margin:40px auto;
  }

  .footer-other_link-list-wrapper li{
    display:block;
    width:100%;
    margin-bottom:5px;
  }

  .footer-other_link-list li{
    float:left;
    display:inline-block;
    width:auto;
    letter-spacing:0px;
    padding:0px 7px 0px 7px;
    border-left:1px solid #a8a8a8;
    color:#a8a8a8;
  }

  .footer-other_link-list li:first-child{
    padding-left:0px;
    border-left:none;
  }

  .footer-other_link-list li{
    font-size:12px;
  }

  .footer-copyright{
    background-color:#212121;
    padding-top:10px;
    padding-bottom:50px;
  }

  .footer-copyright-container{
    width:1000px;
    margin:auto;
    padding-top:10px;
    position:relative;
  }

  .footer-copyright_list li{
    display:inline;
    padding:0px 8px;
    border-left:1px solid #696969;
  }

  .footer-copyright_list li:first-child{
    border-left:none;
  } 

  .footer-copyright_words{
    position:absolute;
    top:15px;
    right:0px;
    font-size:10px;
    color:#a8a8a8;
  }

/**=========================================
* 5.SECTION
* * セクションのスタイルを記述します。
=========================================*/
.section-container{
  width:1000px;
  height:100%;
  margin:auto;
  margin-bottom:65px;
}

h2.section-title{
  text-align:center;
}

h2.section-title *{
  color: #333;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing:0;
}

h2.section-title .label{
  display:inline-block;
	padding:0 0.125em 10px;
	border-bottom:1px solid #78603e;
  font-size:24px;
}
h2.section-title-full .label{
  display:block;
	text-align:left;
	padding-right:0;
	padding-left:0;
}
h2.section-title-large .label{
  padding-bottom:18px;
  font-size:30px;
}
h2.section-title-noborder .label{
  border-bottom:0;
	padding:0;
}

h2.section-title small{
  font-size:60%;
}

section.atlasMenu {
  display: none;
}

/**=========================================
* 6.NAV
* * ナビのスタイルを記述します。
=========================================*/
  .nav-container{
    width:1020px;
    margin:auto;
  }

/**=========================================
* 7.TITLE_VISUAL
* * タイトルビジュアルのスタイルを記述します。
=========================================*/
  .title_visual{
    width:100%;
    z-index:6;
  }

  .title_visual .title_visual-container{
      background-repeat:no-repeat;
      background-size:cover;
  }

  .title_visual .section-container{
    margin-bottom:0px;
  }
  .title_visual h1{
    padding: 90px 0px 90px 15px;
  }

/**=========================================
* 8.GLOBAL_NAVIGATION
* * グローバルナビゲーションの処理を記述します。
=========================================*/
  .gloval_navigation{
    width:100%;
    background-color:#f5f5f5;
    margin-bottom:1px;
  }

  .gloval_navigation li{
    float:left;
    width:255px;
    height:35px;
    font-size:12px;
    text-align:center;
    transition:background-color .3s linear;
  }

  .gloval_navigation li:hover{
    background-color:#cdcdcd;
  }

  .gloval_navigation li.is_current{
    background-color:#cdcdcd;
  }

  .gloval_navigation li a{
    display:block;
    width:100%;
    height:11px;
    padding:12px 0px;
  }

  .gloval_navigation li a[target="_blank"]:after{
    margin-top:-4px;
    width:13px;
    height:13px;
    display:inline-block;
    content:"";
    background-image:url("/atlas/common/img/a-target_blank02.png");
    background-size:100%;
    background-repeat:no-repeat;
  }

/**=========================================
* 9.SP-GLOBAL_NAVIGATION
* * スマートフォンのグローバルナビゲーションの処理を記述します。
=========================================*/
  #sp-gloval_navigation-overlay{
    display:none;
    width:100%;
    height:150%;
    position:fixed;
    background-color:#000;
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)"; 
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    zoom:1;
    z-index:9;
  }

  #triger04_sp-gloval_navigation{
    display:none;
  }

  #sp-gloval_navigation{
    display:none;
    position:absolute;
    text-align:left;
    width:100%;
    background-color:#f5f5f5;
    z-index:10;
  }

  #sp-gloval_navigation li{
    border-bottom:1px solid #e9e9e9;
  }

  #sp-gloval_navigation li img{
    width: 30%;
  }

  #sp-gloval_navigation li a{
    display:block;
  }

  #sp-gloval_navigation li a span{
    width:85%;
    font-size:20px;
    padding:5%;
    display:block;
    background-image: url("/atlas/common/img/a-target_blank01.png");
    background-repeat: no-repeat;
    background-position: center right;
  }

  #sp-gloval_navigation li.close{
    cursor:pointer;
    text-align:center;
    background-color:#ae967b;
    border-bottom:none;
  }

  #sp-gloval_navigation li.mansion_link{
    padding:20px 0;
  }

  #sp-gloval_navigation li a span.notTargetBlank{
    background-image:url("/atlas/common/img/btn-nav-sp-left_arrow.png");
    background-size:4%;
  }

  #sp-gloval_navigation li a span.notTargetBlankAndText{
    background-image:none;
  }

  #sp-gloval_navigation-triger_icon{
    cursor:pointer;
    background-image:url("/atlas/common/img/btn-nav-sp-visible_triger01.png");
    width:48px;
    height:38px;
    background-repeat:no-repeat;
    background-size:contain;
  }

  #sp-gloval_navigation li a.mansion_link-box{
    float:left;
    border:2px solid #ae967c;
    background-color:#fff;
    width:24%;
    padding:2% 3% 2% 1%;
    margin-left:3%;
  }

  #sp-gloval_navigation li a.mansion_link-box span.notTargetBlank{
    font-size:12px;
    line-height:20px;
    background-size:9%;
    padding-right:17%;
  }

/**=========================================
* 10.COMMON_BLOCK_ITEM
* * ブロック内で使用する共通のアイテムのスタイルを記述します。
=========================================*/
  .img-block_item{
    position:relative;
  }

  .img-block_item img{
    position:absolute;
    width:100%;
    height:100%;
  }

  .content-block_item{
    width:100%;
  }

/**=========================================
* 11.3_COLUMN_BLOK
* * 3カラムブロックのスタイルを記述します。
=========================================*/
  .column3-block{
    width:100%;
  }

  .column3-block a{
    /*position:absolute;*/
    display:block;
    width:100%;
    height:100%;
    z-index:2;
  }
  
  .column3-block a:hover{
    text-decoration:none;
  }

  .column3-block .block_item{
    position:relative;
    float:left;
    width:313px;
    height:400px;
    margin:0px 12px 53px 13px;
  }

  .column3-block .img-block_item{
    /*position:absolute;*/
    width:100%;
  }

  .column3-block .img-block_item .top_right span{
    position:absolute;
    top:0px;
    right:0px;
  }

  .column3-block .img-block_item .top_left span{
    position:absolute;
    top:0px;
    left:0px;
  }

  .column3-block .img-block_item .center_center{
    position:absolute;
    top:50%;
    left:50%;
  }

  .column3-block .content-block_item-container{
    /*position:absolute;*/
  }

  .column3-block .tag-block_item{
    position:absolute;
    width:100%;
  }

  .column3-block .tag-block_item .bottom_left{
    position:absolute;
    bottom:0px;
    left:0px;
  }

  .column3-block .tag-block_item .bottom_left img{
    float:left;
  }

  .column3-block .tag-block_item .bottom_left span{
    float:left;
  }

/**=========================================
* 12.OBLONG-BLOCK
* * 汎用カラムのスタイルを記述します。
=========================================*/
  /* oblong-block */
  .oblong-block{
    width:100%;
    border:1px solid #e9e9e9;
    background-color:#fff;
    position:relative;
  }
  .oblong-block .img-block_item{
    float:left;
    height:100%;
  }
  .oblong-block .content-block_item{
    float:left;
    display: block;
  }

  .oblong-block .link-block_item{
    float:right;
  }

  /**=========================================
  * 13.BREAD_CLUMB-BLOCK
  * * パンくずのスタイルを記述します。
  =========================================*/
  .breadclumb{
    padding:20px 0px;
  }

  .footer_breadclumb{
    background-color:#393937;
  }
  .breadclumb ol{
    padding:0 35px;
  }

  .footer_breadclumb ol {
    padding:0 10px;
  }

  .footer_breadclumb li,
  .footer_breadclumb li a{
    color:#999999;
  }

  .breadclumb li{
    float:left;
    font-size:12px;
  }

  .breadclumb li a{
    text-decoration:underline;
  }

  .breadclumb li:first-child:before{
    content:none;
  }

  .breadclumb li:before{
    content:"＞";
    margin:0 10px;
  }

  /**=========================================
  * 14.LOCAL_NAVIGATION
  * * ローカルナビゲーションのスタイル記述します。
  =========================================*/
  .local_navigation{
    background-color:#353331;
    min-height:34px;
  }

  .local_navigation li{
    margin:0 9px;
    padding:15px 15px 7px;
    float:left;
  }

  .local_navigation li span{
    font-size:12px;
    color:#fff;
  }

  .local_navigation li:hover{
    border-bottom:5px solid #fff;
  }

/*  .local_navigation li:hover span{
    color:#a79177;
  }
*/
  .local_navigation li.is_current{
    border-bottom:5px solid #fff;
  }

/**=========================================
* 15.CENTER_LEAD_WRITING
* * 中央揃えのリード文のスタイルを記述します。
=========================================*/
  .center_lead_writing{
    text-align:center;
    margin-top:35px;
    line-height:30px;
  }

/**=========================================
* 16.SMART_PHONE-640
* * スマートフォン時のスタイルを記述します。
=========================================*/
@media screen and (max-width:640px) {
  /**=========================================
  * 1.UTILE
  =========================================*/
   a:hover{
    text-decoration:none;
   }

    img{
    	width:100%;
    }

    .sp-hidden{
    	display:none;
    }

    .sp-visible{
    	display:block;
    }

    .link_filter{
      transition:none;
    }

    .link_filter:hover{
      opacity:1;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)"; 
      -moz-opacity:1;
      -khtml-opacity: 1.0;
    }

    .btn-base{
      padding: 6% 13%;
    }

    .btn-base span{
      font-size:20px;
    }

  /**=========================================
  * 2.HEADER
  =========================================*/
    header {
    	width:100%;
      min-width:100%;
      position:relative;
    }

    .top_page-header{
     position:relative;
    }

    .header-logo_container{
      width:96%;
      padding:3% 2%;
      height:auto;
    }

    .header-left_box{
      width:75%;
      margin:0;
    }
    
    .header-right_box{
      width:10%;
      margin:3% 3% 0 0;
    }

    #sp-gloval_navigation-triger_icon{
      width: 100%;
      height: 100%;
      padding-top: 50%;
      padding-bottom: 50%;
    }

  /**=========================================
  * 3.TO_PAGE_TOP
  =========================================*/
    .page_top a{
    	font-size:20px;
    	padding:20px 0px;
    }

    .page_top a:before{
      width:17px;
      height:10px;
      padding: 1%;
      margin-right: 3%;
    }

  /**=========================================
  * 4.FOOTER
  =========================================*/
    footer a[target="_blank"]:after{
    	content:none;
    }

    .footer-list_area{
    	padding:3%;

    }

    .footer-menu_area{
    	width:100%;
    	border-bottom:none;
        padding-bottom:0px;

    }

    .footer-menu_list {
    	width:100%;
    }

    .footer-menu_list li{
    	display:block;
    	border-bottom:1px solid #404040;
    }

    .footer-menu_list li.last_link{
    	border-bottom:none;
    }

    .footer-list_title{
    	font-size:20px;
    	width:95%;
    	margin:0;
    	padding:5% 5% 5% 0;
    	display:block;
      background-image:url("/atlas/common/img/btn-footer-sp-left_arrow.png");
      background-size:3%;
    	background-repeat: no-repeat;
    	background-position: center right;
    }

    .footer-list_title.targetBlank{
      background-image: url("/atlas/common/img/a-target_blank01.png");
      background-size:4%;
    }

    .footer-copyright-container{
      width:100%;
      text-align:center;
    }

    footer a{
      font-size:16px;
    }

    .footer-copyright_words{
      font-size:16px;
      position: relative;
      top: none;
      right: none;
    }



  /**=========================================
  * 5.SECTION
  =========================================*/
    .section-container{
    	width:100%;
      margin-bottom:15%;
    }

    h2 img,h3 img{
      width:auto;
      max-width:100%;
    }

    h2.section-title .label{
      padding-bottom: 7px;
      font-size:18px;
    }
    h2.section-title-large .label{
      padding-bottom: 11px;
    }
    h2.section-title-noborder .label{
      padding: 0;
    }

    h2.section-title small{
      display:block;
      margin-top:6px;
      font-size:67%;
    }
    
  /**=========================================
  * 6.NAV
  =========================================*/
    .nav-container{
      width:100%;
    }

  /**=========================================
  * 7.TITLE_VISUAL
  =========================================*/
    .title_visual-container{
      width:100%;
    }

    .title_visual .section-container{
      padding-left:0px;
    }

    .title_visual .section-container h1{
      text-align:center;
      padding:15% 0;
    }

    .title_visual .section-container h1 img{
      width:70%;
    }

    .section-container h1 img.sp-visible{
      display:inline;
    }

  /**=========================================
  * 10.COMMON_BLOCK_ITEM
  =========================================*/
    .img-block_item img{
      position:relative;
      height:auto;
    }

    img.bukken_image{
      position:relative;
      width:120px;
      height:120px;
    }

  /**=========================================
  * 11.3_COLUMN_BLOK
  =========================================*/
    .column3-block a{
      position:relative;
    }

    .column3-block .block_item{
      width:100%;
      height:auto;
      margin:0px;
    }

    .column3-block .block_item:before{
      content:"";
      position:absolute;
      width:97%;
      height:100%;
      background-image:url("/atlas/common/img/btn-mansion_list-sp-left_arrow.png");
      background-repeat:no-repeat;
      background-position:center right;
      background-size:4%;
    }

    .column3-block .img-block_item{
      float:left;
      width:30%;
      height:auto;
      margin:4% 0 4% 5%;
      /*position:relative;*/
    }

    .column3-block .tag-block_item{
      float:left;
      position:static;
      width:auto;
      height:auto;
      margin: 4% 5% 3% 5%;
    }

    .column3-block .img-block_item .top_right img{
      width:auto;
      left:0px;
    }

    .column3-block .img-block_item .top_right span{
      width:auto;
      left:0px;
    }

    .column3-block .tag-block_item .bottom_left{
      position:static;
      float:left;
    }

    .column3-block .img-block_item .center_center{
      width:70%;
      top:35%;
      left:20%;
    }

    .column3-block .tag-block_item img{
      width:auto;
    }

    .column3-block .content-block_item{
      float:left;
      width:50%;
      height:100%;
      margin:0% 5% 4% 5%;
    }

    .column3-block .content-block_item-container{
      position:static;
      padding:0;
      top:0px;
    }

  /**=========================================
  * 12.OBLONG-BLOCK
  =========================================*/
    .oblong-block{
      height:100%;
      border:none;
      border-bottom:1px solid #e9e9e9;
      border-top: 5px solid #ae967c;
    }

    .oblong-block .img-block_item{
      width:100%;
    }

    .oblong-block .img-block_item img{
      width:100%;
      height:auto;
    }

    .oblong-block .content-block_item{
      width:100%;
      height:auto;
      margin:5% 0;
    }

    .oblong-block .content-block_item br{
      display:none;
    }

    .oblong-block .content-block_item-container{
      padding:0px 5% 0% 5%;
      background-image:url("/atlas/common/img/btn-mansion_list-sp-left_arrow.png");
      background-repeat:no-repeat;
      background-position:right center;
      background-size:4%;
    }

  /**=========================================
  * 13.BREAD_CLUMB-BLOCK
  =========================================*/
    .breadclumb{
      padding:5% 3%;
    }

    .breadclumb li{
      font-size:17px;
      line-height:27px;
    }

    .footer_breadclumb ol{
      padding:0;
    }

  /**=========================================
  * 14.LOCAL_NAVIGATION
  =========================================*/
    .local_navigation_overlay{
      display:none;
      width:100%;
      position:absolute;
      background-color:#000;
      opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha(opacity=50)"; 
      -moz-opacity:0.5;
      -khtml-opacity: 0.5;
      zoom:1;
      z-index:7;
    }

    .local_navigation_sp_triger{
      display:block;
      width:100%;
      height:60px;
      background-color:#e1dfdf;
      background-image: url("/atlas/common/img/local_navi/btn_triger_off.jpg");
      background-size: 60px;
      background-repeat: no-repeat;
      background-position: center right;
      cursor:pointer;
    }

    .local_navigation_sp_triger.open{
      background-image: url("/atlas/common/img/local_navi/btn_triger_on.jpg");
    }

    .local_navigation ul{
      display:none;
      position:absolute;
      z-index:8;
    }

    .local_navigation li{
      width:100%;
      background-color:#353331;
      display:block;
      margin:0;
      padding:0;
    }

    .local_navigation li span{
      display:block;
      font-size:15px;
      padding:5% 0;
      margin-left:3%;
      margin-right:3%;
      background-image: url("/atlas/common/img/btn-footer-sp-left_arrow.png");
      background-size: 3%;
      background-repeat: no-repeat;
      background-position: center right;
    }

    .local_navigation li.close{
      line-height:0;
      background-color:#ae967b;
      border-bottom:0;
      text-align:center;
      padding:5% 0;
    }

    .local_navigation li.close img{
      width:25%;
    }

    .local_navigation li,
    .local_navigation li:hover,
    .local_navigation li.is_current{
      border-bottom:1px solid #404040;
    }

    /**=========================================
    * 15.CENTER_LEAD_WRITING
    =========================================*/
    .center_lead_writing{
      width:85%;
      margin:10% auto 0 auto;
      line-height:20px;
    }

}

/**=========================================
* 17.SMART_PHONE-480
* * スマートフォン時のスタイルを記述します。
=========================================*/
@media screen and (max-width:480px) {
  /**=========================================
  * 1.UTILE
  =========================================*/
    .icon-blank-large:after{
      content:url("/atlas/common/img/a-target_blank02.png");
    }

    .btn-base span{
      font-size:15px;
    }

  /**=========================================
  * 3.TO_PAGE_TOP
  =========================================*/
    .page_top a{
      font-size:17px;
      padding:17px 0px;
    }

  /**=========================================
  * 4.FOOTER
  =========================================*/
    .footer-copyright_list li a{
      font-size:11px;
    }

    .footer-copyright_words{
      font-size:11px;
    }

    .footer-list_title{
      font-size:17px;
    }


  /**=========================================
  * 9.SP-GLOBAL_NAVIGATION
  =========================================*/
    #sp-gloval_navigation li a span{
      font-size:15px;
    }

  /**=========================================
  * 10.COMMON_BLOCK_ITEM
  =========================================*/
    img.bukken_image{
      position:relative;
      width:120px;
      height:120px;
    }

    .column3-block .content-block_item{
      float:left;
      width:40%;
      height:100%;
      margin:0% 5% 4% 5%;
    }

  /**=========================================
  * 13.BREAD_CLUMB-BLOCK
  =========================================*/
    .breadclumb li{
      font-size:12px;
      line-height:25px;
    }
    .breadclumb li:before{
      margin-right:5px;
    }


  /**=========================================
  * 14.LOCAL_NAVIGATION
  =========================================*/
    .local_navigation_sp_triger{
      height:45px;
      background-size: 45px;
    }

}





/*======================================================================
 2018/06 add style
======================================================================*/

/*------------------ common ------------------*/
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

main {
  margin-top: 100px;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1000px;
}

.wrap img {
  max-width: 100%;
  height: auto;
}

.gothic {
  font-family:"ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

a[target="_blank"]:after {
  display: none;
}


header {
  min-width: 0;
}



@media (min-width: 641px) {
  .sp {
    display: none !important;
  }
}



@media (max-width: 640px) {
  main {
    margin-top: 46px;
  }

  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  sup,
  .sub {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }
}


.siteHeader a,
.siteFooter a {
  letter-spacing: 0;
}


.breadcrumb {
  padding: 13px 0 12px;
}

.breadcrumb li {
  float: left;
  font-size: 12px;
}

.breadcrumb li:not(:last-child):after {
  content: "＞";
  display: inline-block;
  padding: 0 12px;
}

.breadcrumb a {
  text-decoration: underline;
  color: #09152f !important;
}


.sectionTitle01 {
  padding-bottom: 30px;
  text-align: center;
}

.sectionTitle01 span {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 25px;
  border-bottom: 1px solid #09152f;
}


.sectionTitle02 {
  padding: 13px 3% 12px;
  line-height: 1.4;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: #03060e;
}


.commonLinkBtn01,
.commonLinkBtn02 {
  margin: 0 auto;
  max-width: 340px;
  text-align: center;
}

.commonLinkBtn01 a,
.commonLinkBtn02 a {
  display: block;
  position: relative;
  padding: 20px 0 18px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  background: #09152f;
}

.commonLinkBtn01 a:hover,
.commonLinkBtn02 a:hover {
  text-decoration: none;
}

.commonLinkBtn01 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.commonLinkBtn01 a[target="_blank"]:after {
  margin-top: -5px;
  right: 15px;
  width: 13px;
  height: 13px;
  border: none;
  background: url('/atlas/common/img/a-target_blank03.png') no-repeat;
  transform: rotate(0);
}

.commonLinkBtn01 .small {
  font-size: 60%;
}

.commonLinkBtn01.white a {
  color: #09152f;
  background: #fff;
}

.commonLinkBtn01.white a:after {
  border-color: #09152f;
}

.commonLinkBtn01.white a[target="_blank"]:after {
  background-image: url('/atlas/common/img/a-target_blank04.png');
}


.commonLinkBtn02 a {
  padding: 27px 0 28px;
}

.commonLinkBtn02 a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}


.siteFooter .footer-menu_area .footer-menu_list:nth-child(3) ol,
#cs .lowerPages li:nth-child(2),
#cs.categoryTop .otherSupports .support07 .commonLinkBtn01 {
  display: none !important;
}




@media (min-width: 641px) {
  .breadcrumb a:hover {
    text-decoration: none;
  }

  a.tel {
    pointer-events: none;
  }
}



@media (max-width: 640px) {
  .sectionTitle01 {
    padding-bottom: 20px;
  }

  .sectionTitle01 span {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .sectionTitle02 {
    padding: 8px 3% 7px;
    font-size: 16px;
  }

  .commonLinkBtn01,
  .commonLinkBtn02 {
    max-width: 280px;
  }

  .commonLinkBtn01 a,
  .commonLinkBtn02 a {
    padding: 16px 0 14px;
    font-size: 12px;
  }

  .commonLinkBtn01 a:after {
    right: 10px;
  }

  .commonLinkBtn01 a[target="_blank"]:after {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
  }

  .commonLinkBtn01 .small {
    font-size: 60%;
  }

  .commonLinkBtn02 a {
    padding: 17px 0 18px;
  }

  .commonLinkBtn02 a:after {
    bottom: 5px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
  }

}


/*------------------ header ------------------*/
.siteHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  background: none;
  z-index: 100;
}

.siteHeader .headerLogo {
  line-height: 0;
}

.siteHeader .headerLogo a:hover {
  opacity: 1;
}

.siteHeader .logoArea {
  padding-bottom: 6px;
}

.siteHeader .logoArea .headerLogo {
  float: left;
}

.siteHeader .logoArea .asahikaseiLogo {
  float: right;
  padding-top: 15px;
}

.siteHeader .naviArea {
  padding: 4px 0 0;
  text-align: center;
  background: rgba(255, 255, 255, .7);
}

.siteHeader .naviArea .headerNavi {
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}

.siteHeader .naviArea .headerNavi > li {
  display: inline-block;
  position: relative;
}

.siteHeader .naviArea .headerNavi > li:not(:last-child) {
  border-right: 1px solid #000;
}

.siteHeader .naviArea .headerNavi > li > a {
  display: block;
  padding: 10px 20px;
}

.siteHeader .naviArea .headerNavi > li.investment .dropDown {
  display: none !important;
}

.siteHeader .naviArea .headerNavi .dropDown {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, .9);
}

.siteHeader .naviArea .headerNavi .dropDown li {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.siteHeader .naviArea .headerNavi .dropDown li a {
  display: block;
  padding: 11px 3% 10px;
  line-height: 1;
  color: #3f3f3f;
}

.siteHeader .lowerPages {
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  background: url('/atlas/common/img/bg-gradation01.jpg') repeat-y top left;
  background-size: 100% auto;
}

.siteHeader .lowerPages li {
  display: inline-block;
}

.siteHeader .lowerPages li:not(:last-child) {
  padding-right: 30px;
}

.siteHeader .lowerPages li a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}

.siteHeader .lowerPages li.current a {
  pointer-events: none;
  text-decoration: underline;
}



@media (min-width: 641px) {
  .siteHeader {
    min-width: 1224px;
  }

  .siteHeader .naviArea {
    display: block !important;
  }
}



@media (max-width: 640px) {
  .siteHeader .logoArea {
    padding-bottom: 6px;
  }

  .siteHeader .logoArea .headerLogo {
    float: none;
    clear: both;
  }

  .siteHeader .logoArea .headerLogo img {
    width: auto;
    height: 40px;
  }

  .siteHeader .logoArea .asahikaseiLogo {
    position: absolute;
    bottom: 62px;
    left: 0;
    float: none;
    clear: both;
    padding: 0;
    width: 100%;
    z-index: 2;
  }

  .siteHeader .logoArea .asahikaseiLogo a {
    display: block;
    padding: 0 20px;
  }

  .siteHeader .menuBtn {
    position: absolute;
    top: 0;
    right: 3%;
    width: 30px;
    height: 40px;
  }

  .siteHeader .menuBtn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ae967b;
  }

  .siteHeader .menuBtn span:first-of-type {
    top: 8px;
  }

  .siteHeader .menuBtn span:nth-of-type(2) {
    top: 18px;
  }

  .siteHeader .menuBtn span:last-of-type {
    top: 28px;
  }

  .siteHeader .menuBtn.open span:first-of-type {
    top: 19px;
    transform: rotate(45deg);
  }

  .siteHeader .menuBtn.open span:nth-of-type(2) {
    display: none;
  }

  .siteHeader .menuBtn.open span:last-of-type {
    top: 19px;
    transform: rotate(-45deg);
  }

  .siteHeader .naviArea {
    display: none;
    padding: 0;
    text-align: left;
    background: rgba(255, 255, 255, .95);
  }

  .siteHeader .naviArea .headerNavi {
    padding-bottom: 0;
  }

  .siteHeader .naviArea .headerNavi > li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }

  .siteHeader .naviArea .headerNavi > li:not(:last-child) {
    border-right: none;
  }

  .siteHeader .naviArea .headerNavi > li > a {
    position: relative;
    padding: 12px 20px;
    color: #333;
  }

  .siteHeader .naviArea .headerNavi > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg) translateY(-50%);
  }

  .siteHeader .naviArea .headerNavi > li > a[target="_blank"]:after {
    right: 13px;
    width: 15px;
    height: 15px;
    border: none;
    background: url(/atlas/common/img/a-target_blank01.png) no-repeat center center;
    background-size: 100% auto;
    transform: rotate(0) translateY(-50%);
  }

  .siteHeader .naviArea .headerNavi > li > span {
    font-size: 14px;
    font-weight: bold;
  }

  .siteHeader .naviArea .closeBtn {
    margin-top: 50px;
    padding: 15px 0;
    text-align: center;
    background: #ae967b;
  }

  .siteHeader .naviArea .closeBtn img {
    width: 120px;
  }

  .siteHeader .lowerPages {
    padding: 0;
  }

  .siteHeader .lowerPages li {
    box-sizing: border-box;
    display: block;
    float: left;
    clear: both;
    width: 50%;
  }

  .siteHeader .lowerPages li:nth-child(2n-1) {
    border-right: 1px solid #fff;
  }

  .siteHeader .lowerPages li:nth-child(2n) {
    float: right;
    clear: none;
  }

  .siteHeader .lowerPages li:not(:last-child) {
    padding-right: 0;
  }

  .siteHeader .lowerPages li:not(:nth-child(-n+2)) {
    border-top: 1px solid #fff;
  }

  .siteHeader .lowerPages li:last-child:nth-child(2n-1) {
    float: none;
    clear: both;
    border-right: none;
    width: auto;
  }

  .siteHeader .lowerPages li a {
    display: block;
    padding: 10px 0;
  }

  .siteHeader .lowerPages li.current a {
    pointer-events: none;
    color: #fff;
  }

  .siteHeader .naviArea .headerNavi .dropDown {
    display: block !important;
    position: static;
    opacity: 1 !important;
  }

  .siteHeader .naviArea .headerNavi .dropDown li:last-child {
    border-bottom: none;
  }

  .siteHeader .naviArea .headerNavi .dropDown li a {
    padding: 11px 30px 10px;
  }
}



/*------------------ footer ------------------*/
.siteFooter a,
.siteFooter a span {
  color: #adadad !important;
}

.siteFooter .footer-menu_list > li > a,
.siteFooter .footer-menu_list > li > a > span {
  color: #fff !important;
}

.siteFooter .pageTop {
  text-align: center;
}

.siteFooter .pageTop a {
  display: block;
  position: relative;
  padding: 12px 0 10px;
  color: #fff;
  background: #2c3b5b;
}

.siteFooter .pageTop a:hover {
  text-decoration: none;
}

.siteFooter .pageTop a span {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  font-size: 13px;
  color: #fff !important;
}

.siteFooter .pageTop a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-40%);
}

.siteFooter .footer-menu_area {
  padding-bottom: 30px;
  border-bottom-color: #5c6069;
}

.siteFooter .footer-menu_list {
  width: auto;
}

.siteFooter .footer-menu_list:not(:last-of-type) {
  margin-right: 165px;
}

.siteFooter .footer-menu_list li {
  line-height: 1.7;
}

.siteFooter .footer-list_area,
.siteFooter .footer_common_asahigroup {
  background: #09152f;
}

.siteFooter .footer_common_asahigroup ul li {
  border-color: #5c6069;
}

.siteFooter .footer_common_asahigroup .menu {
  padding: 0 0 30px;
}

.siteFooter .footer_common_asahigroup .recommend ul {
  border-bottom-color: #5c6069;
}

.siteFooter .footer_common_asahigroup .siteFooter_bottom {
  background: #09152f;
}

.siteFooter .footer_common_asahigroup #ftLogo {
  padding: 40px 0;
}

.siteFooter .footer_common_asahigroup #ftNav,
.siteFooter .footer_common_asahigroup .copyright {
  width: auto;
}



@media (min-width: 641px) {
  .siteFooter .pageTop a:hover {
    opacity: .7;
  }

  .siteFooter .breadcrumb a:hover {
    text-decoration: none;
  }

  .siteFooter a:hover {
    text-decoration: underline;
  }
}



@media (max-width: 640px) {
  .siteFooter .footer-list_area {
    padding: 20px 3%;
  }

  .siteFooter .footer-menu_area {
    padding: 0;
    border-bottom-color: #5c6069;
  }

  .siteFooter .footer-menu_list {
    float: none;
    clear: both;
    margin: 0 !important;
    width: auto;
  }

  .siteFooter .footer-list_title {
    position: relative;
    padding: 12px 20px 12px 0;
    width: auto;
    font-size: 13px;
    background: none;
  }

  .siteFooter .footer-list_title:hover {
    text-decoration: none;
  }

  .siteFooter .footer-list_title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg) translateY(-50%);
  }

  .siteFooter .footer-list_title a {
    padding: 12px 20px 12px 0;
    width: auto;
  }

  .siteFooter .footer-menu_list li {
    line-height: 1.7;
  }

  .siteFooter .footer-list_area,
  .siteFooter .footer_common_asahigroup {
    background: #09152f;
  }

  .siteFooter .footer_common_asahigroup ul li {
    border-color: #5c6069;
  }

  .siteFooter .footer_common_asahigroup .menu {
    padding: 0 0 30px;
  }

  .siteFooter .footer_common_asahigroup .recommend {
    padding: 0 0 50px;
  }

  .siteFooter .footer_common_asahigroup .recommend ul {
    border-bottom-color: #5c6069;
  }

  .siteFooter .footer_common_asahigroup .siteFooter_bottom {
    background: #09152f;
  }

  .siteFooter .footer_common_asahigroup #ftLogo {
    padding: 0 0 40px;
  }

  .siteFooter .footer_common_asahigroup .siteFooter_bottom {
    text-align: center;
  }

  .siteFooter .footer_common_asahigroup .siteFooter_bottom #ftNav li:not(:last-child) {
  }

  .siteFooter .footer_common_asahigroup .siteFooter_bottom #ftNav li a {
    font-size: 12px;
    background-size: 14px auto;
  }

  .siteFooter .footer_common_asahigroup .siteFooter_bottom .copyright {
    float: none;
    clear: both;
    padding: 25px 0;
    width: auto;
    font-size: 10px;
  }

  .siteFooter .footer_common_asahigroup #ftNav li {
  }
}



/*------------------ common ------------------*/
main #mansion_search_result.commonList01 .list_count_value {
  display: none;
}

main #mansion_search_result.commonList01 .mansion_list-block {
  margin: 0;
}

main #mansion_search_result.commonList01 li {
  float: left;
  width: 23.5%;
  margin: 0;
  height: auto;
  border: none;
}

main #mansion_search_result.commonList01 li a {
  display: block;
  position: relative;
}

main #mansion_search_result.commonList01 li a:hover {
  text-decoration: none;
}

main #mansion_search_result.commonList01 li:nth-child(4n+1) {
  clear: both;
}

main #mansion_search_result.commonList01 li:not(:nth-child(4n)) {
  padding-right: 2%;
}

main #mansion_search_result.commonList01 li:not(:nth-last-child(-n+4)) {
  padding-bottom: 50px;
}

main #mansion_search_result.commonList01 .img-block_item {
  position: relative;
  line-height: 0;
  width: auto;
  height: auto;
}

main #mansion_search_result.commonList01 .img-block_item .center_center {
  top: 50%;
  left: 25%;
  width: 50%;
  transform: translateY(-50%);
}

main #mansion_search_result.commonList01 .img-block_item .center_center img {
  position: static;
}

main #mansion_search_result.commonList01 .img-block_item img {
  width: 100%;
  height: auto;
}

main #mansion_search_result.commonList01 li .mansion-tag {
  padding: 5px 12px;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  text-indent: 0;
  background: #333333;
}

main #mansion_search_result.commonList01 li .mansion-tag.new,
main #mansion_search_result.commonList01 li .mansion-tag.reservation {
  color: #4d4d4d;
  background: #ffcc00;
}

main #mansion_search_result.commonList01 li .mansion-tag.sale_plan,
main #mansion_search_result.commonList01 li .mansion-tag.sale_now {
  color: #4d4d4d;
  background: #c3b29f;
}

main #mansion_search_result.commonList01 li .mansion-tag.sold_out {
  background: #385eb1;
}

main #mansion_search_result.commonList01 li .hidden-block_item {
  display: block !important;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 0 3%;
  height: auto;
  opacity: 1 !important;
  background: none;
}

main #mansion_search_result.commonList01 li .hidden-block_item img {
  display: none;
}

main #mansion_search_result.commonList01 li .hidden-block_item-container {
  top: auto;
  padding: 0;
}

main #mansion_search_result.commonList01 li .hidden-block_item-container h3 {
  display: none;
}

main #mansion_search_result.commonList01 li .hidden-block_item-container p {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1.7;
  font-size: 12px;
  color: #fff;
}

main #mansion_search_result.commonList01 li .hidden-block_item-container span {
  display: none;
}

main #mansion_search_result.commonList01 li .content-block_item {
  box-sizing: border-box;
  padding: 10px 3% 15px;
}

main #mansion_search_result.commonList01 li .content-block_item-container {
  padding: 0;
}

main #mansion_search_result.commonList01 li .content-block_item-container h3 {
  margin: 0;
  padding-bottom: 5px;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  color: #fff;
}

main #mansion_search_result.commonList01 li .content-block_item-container p {
  display: block;
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
}

main .commonList02 li {
  float: left;
  width: 30.6%;
}

main .commonList02.pattern01 li:nth-child(3n+1) {
  clear: both;
}

main .commonList02.pattern01 li:not(:nth-child(3n)) {
  padding-right: 4.1%;
}

main .commonList02.pattern01 li:not(:nth-last-child(-n+3)) {
  padding-bottom: 50px;
}

main .commonList02.pattern02 {
  margin: 0 auto;
  max-width: 660px;
}

main .commonList02.pattern02 li {
  width: 46.364%;
}

main .commonList02.pattern02 li:nth-child(2n+1) {
  clear: both;
}

main .commonList02.pattern02 li:nth-child(2n) {
  float: right;
}

main .commonList02.pattern02 li:last-child:nth-child(2n-1) {
  float: none;
  clear: both;
  margin: 0 auto;
}

main .commonList02.pattern02 li:not(:nth-last-child(-n+2)) {
  padding-bottom: 50px;
}

main .commonList02.pattern03 li {
  margin: 0 auto;
  float: none;
  clear: both;
}



@media (min-width: 641px) {
  main a:hover {
    opacity: .7;
  }
}



@media (max-width: 640px) {
  main #mansion_search_result.commonList01 .mansion_list-block {
    margin: 0 auto;
    width: 80%
  }

  main #mansion_search_result.commonList01 li {
    float: none;
    clear: both !important;
    width: auto;
  }

  main #mansion_search_result.commonList01 li:not(:nth-child(4n)) {
    padding-right: 0;
  }

  main #mansion_search_result.commonList01 li:not(:last-child) {
    padding-bottom: 30px;
  }

  main #mansion_search_result.commonList01 .img-block_item {
    float: none;
    clear: both;
    margin: 0;
  }

  main #mansion_search_result.commonList01 li .tag-block_item {
    position: relative;;
    float: none;
    clear: both;
    margin: 0;
  }

  main #mansion_search_result.commonList01 li .tag-block_item .bottom_left {
    position: absolute;
    float: none;
    clear: both;
  }

  main #mansion_search_result.commonList01 li .mansion-tag.new,
  main #mansion_search_result.commonList01 li .mansion-tag.reservation {
    left: auto;
  }

  main #mansion_search_result.commonList01 li .hidden-block_item-wrapper {
    display: block;
  }

  main #mansion_search_result.commonList01 li .hidden-block_item img {
    display: none;
  }

  main #mansion_search_result.commonList01 li .hidden-block_item-container {
    top: auto;
    padding: 0;
  }

  main #mansion_search_result.commonList01 li .hidden-block_item-container p {
    font-size: 10px;
  }

  main #mansion_search_result.commonList01 li .content-block_item {
    float: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px 3%;
  }

  main #mansion_search_result.commonList01 li .content-block_item-container h3 {
    padding-bottom: 3px;
    font-size: 12px;
  }

  main #mansion_search_result.commonList01 li .content-block_item-container p {
    position: static;
    font-size: 10px;
  }

  main .commonList02 li {
    clear: both !important;
    width: 48.5%;
    padding: 0 !important;
  }

  main .commonList02 li:nth-child(2n) {
    float: right;
    clear: none !important;
  }

  main .commonList02 li:not(:nth-last-child(-n+2)) {
    padding-bottom: 20px !important;
  }
}



/*------------------ lower ------------------*/
.allWrap.lower main {
  margin-top: 170px;
}

.allWrap.lower .pageTitle {
  position: relative;
  margin-bottom: 70px;
  padding: 10px 0 9px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.allWrap.lower .pageTitle.noMargin {
  margin-bottom: 0;
}

.allWrap.lower .pageTitle img {
  /*display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);*/
}

.allWrap.lower section.aboutLinks {
  padding: 50px 0 70px;
  background: url(/atlas/common/img/about-bg.jpg) no-repeat center center;
  background-size: cover;
}

.allWrap.lower section.aboutLinks.noTitle {
  padding: 70px 0;
}

.allWrap.lower section.aboutLinks h4 {
  padding-bottom: 30px;
  text-align: center;
}

.allWrap.lower section.clubLinks {
  padding: 50px 0 200px;
  background: url(/atlas/common/img/club-bg.jpg) no-repeat center center;
  background-size: cover;
}

.allWrap.lower section.clubLinks h4 {
  padding-bottom: 150px;
  text-align: center;
}


.allWrap.lower .commonList01 li {
  float: left;
  width: 23.5%;
  height: auto;
  border: none;
}

.allWrap.lower .commonList01 li a {
  display: block;
  position: relative;
}

.allWrap.lower .commonList01 li a:hover {
  text-decoration: none;
  color: #3f3f3f;
}

.allWrap.lower .commonList01 li:nth-child(4n+1) {
  clear: both;
}

.allWrap.lower .commonList01 li:not(:nth-child(4n)) {
  padding-right: 2%;
}

.allWrap.lower .commonList01 li:not(:nth-last-child(-n+4)) {
  padding-bottom: 50px;
}

.allWrap.lower .commonList01 li .image {
  display: block;
  padding-bottom: 8px;
  line-height: 0;
}

.allWrap.lower .commonList01 li p {
  padding: 0 10px;
}

.allWrap.lower .commonList01 li .name {
  display: block;
  padding-bottom: 10px;
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
}

.allWrap.lower .commonList01 li .text {
  padding: 10px;
  padding-top: 0;
  display: block;
  line-height: 1.7;
  font-size: 12px;
}


.allWrap.lower .mansionList01 {
  margin: 0 auto;
  width: 920px;
}

.allWrap.lower .mansionList01 li {
  float: left;
  clear: both;
  width: 48.913%;
}

.allWrap.lower .mansionList01 li:nth-child(2n) {
  float: right;
  clear: none;
}

.allWrap.lower .mansionList01 li:not(:nth-child(-n+2)) {
  padding-top: 80px;
}

.allWrap.lower .mansionList01 li a {
  display: block;
  color: #09152f;
}

.allWrap.lower .mansionList01 li a:hover {
  text-decoration: none;
}

.allWrap.lower .mansionList01 li .image {
  display: block;
  padding-bottom: 15px;
  line-height: 0;
}

.allWrap.lower .mansionList01 li .name {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #000;
  line-height: 1.4;
  font-size: 15px;
}

.allWrap.lower .mansionList01 li .name .area {
  display: inline-block;
  padding-top: 5px;
  line-height: 1.4;
  font-size: 80%;
}

.allWrap.lower .mansionList01 li dl {
  position: relative;
  padding: 0 1% 0 100px;
}

.allWrap.lower .mansionList01 li dl:not(:last-of-type) {
  padding-bottom: 15px;
}

.allWrap.lower .mansionList01 li dt,
.allWrap.lower .mansionList01 li dd {
  line-height: 1.4;
  font-size: 12px;
}

.allWrap.lower .mansionList01 li dt {
  position: absolute;
  top: 0;
  left: 1%;
  width: 80px;
  font-weight: bold;
  color: #000;
}

.allWrap.lower .mansionList01 li dd.emphasis {
  font-weight: bold;
  font-size: 18px;
}

.allWrap.lower .mansionList01 li .other {
  display: block;
  margin-top: 30px;
  padding: 10px 15px;
  line-height: 1.7;
  font-size: 12px;
  background: #ddd5cd;
}

.allWrap.lower .column3-block.pattern02 .block_item {
  padding-bottom: 30px;
  border: 2px solid #09152f;
  width: 312px;
}

.allWrap.lower .column3-block.pattern02 .block_item a {
  padding-bottom: 30px;
  position: relative;
  color: #09152f;
}

.allWrap.lower .column3-block.pattern02 .block_item {
}

.allWrap.lower .column3-block.pattern02 .detailBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 0 7px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #09152f;
}

.allWrap.lower .column3-block.pattern02 .detailBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 40px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}



@media (min-width: 641px) {
  .allWrap.lower main.noLowerPages {
    margin-top: 140px;
  }
}



@media (max-width: 640px) {
  .allWrap.lower main {
    margin-top: 46px;
  }

  .allWrap.lower .pageTitle {
    margin-bottom: 50px;
  }

  .allWrap.lower .pageTitle img {
    width: auto;
    height: 46px;
  }

  .allWrap.lower section.aboutLinks,
  .allWrap.lower section.aboutLinks.noTitle {
    padding: 40px 0;
  }

  .allWrap.lower section.aboutLinks h4 {
    padding-bottom: 20px;
  }

  .allWrap.lower section.aboutLinks h4 img {
    width: auto;
    height: 38px;
  }

  .allWrap.lower section.clubLinks {
    padding: 40px 0 80px;
  }

  .allWrap.lower section.clubLinks h4 {
    padding-bottom: 60px;
  }

  .allWrap.lower section.clubLinks h4 img {
    width: auto;
    height: 38px;
  }

  .allWrap.lower .commonList01 {
    margin: 0 auto;
    width: 80%;
  }

  .allWrap.lower .commonList01 li {
    float: none;
    clear: both !important;
    width: auto;
  }

  .allWrap.lower .commonList01 li:not(:nth-child(4n)) {
    padding-right: 0;
  }

  .allWrap.lower .commonList01 li:not(:last-child) {
    padding-bottom: 30px;
  }

  .allWrap.lower .commonList01 li .image img {
    width: 100%;
  }

  .allWrap.lower .commonList01 li p {
    padding: 0 3%;
  }

  .allWrap.lower .commonList01 li .name {
    padding-bottom: 8px;
    font-size: 13px;
  }

  .allWrap.lower .commonList01 li .text {
    font-size: 11px;
  }


  .allWrap.lower .mansionList01 {
    width: 90%;
  }

  .allWrap.lower .mansionList01 li {
    float: none !important;
    clear: both !important;
    width: auto;
  }

  .allWrap.lower .mansionList01 li:not(:first-child) {
    padding-top: 50px;
  }

  .allWrap.lower .mansionList01 li .image {
    padding-bottom: 10px;
  }

  .allWrap.lower .mansionList01 li .image img {
    width: 100%;
  }

  .allWrap.lower .mansionList01 li .name {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .allWrap.lower .mansionList01 li dl {
    padding-left: 80px;
  }

  .allWrap.lower .mansionList01 li dl:not(:last-of-type) {
    padding-bottom: 10px;
  }

  .allWrap.lower .mansionList01 li dt,
  .allWrap.lower .mansionList01 li dd {
    font-size: 11px;
  }

  .allWrap.lower .mansionList01 li dt {
    width: 60px;
  }

  .allWrap.lower .mansionList01 li dd.emphasis {
    font-size: 14px;
  }

  .allWrap.lower .mansionList01 li .other {
    margin-top: 25px;
    padding: 8px 3%;
    font-size: 11px;
  }

  .allWrap.lower .column3-block.pattern02 {
    margin: 0 auto;
    width: 94%;
  }

  .allWrap.lower .column3-block.pattern02 .block_item {
    padding-bottom: 0;
    width: auto;
  }

  .allWrap.lower .column3-block.pattern02 .block_item a {
    padding-bottom: 0;
  }

  .allWrap.lower .column3-block.pattern02 .block_item {
    border: 2px solid #09152f;
  }

  .allWrap.lower .column3-block.pattern02 .detailBtn {
    display: none;
  }

  .allWrap.lower .column3-block.pattern02 .block_item:before {
    background-image: url(/atlas/common/img/btn-mansion_list-sp-left_arrow03.png);
  }
}
