<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charsest "utf-8";
.bgc01 {
  background-color: #2f64d0;
  color: #fff;
}

/* SP/PC 共通 */
.main_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}


/* PCサイズ
-----------------------------*/
@media screen and (min-width:668px){

  /***** モデル一覧ページ *****/
  #sider {
    margin-bottom: 50px;
  }

  /* ピックアップ(PCのみ) */
  .m-pickup-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .m-pickup-box {
    display: block;
    width: 285px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 70px;
    text-decoration: none;
  }
  .m-pickup-box:last-child {
      margin-right: 0;
  }
    .m-pickup-box .normal:hover {
      text-decoration: underline;
      color: #003e8b;
    }
    .c-pub-img {
      display: block;
      width: 100%;
      height: 200px;
      margin: 0 auto;
      overflow: hidden;
    }
    .c-pub-img:hover {
      background-color: #f5f5f5;
    }
    .c-pub-img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
    }
    .c-pub-p {
      color: #000;
    }
    .c-pub-p strong {
      display: block;
    }
    .c-pub-p:hover {
      text-decoration: underline;
      color: #003e8b;
    }

  /* エリアから探すのテキストリンクlist */
  .arrow02 {
    width: 19%;
    height: auto;
    /*float: left;*/
    line-height: 1.5;
  }

  /* モデルルーム一覧 */
  .mr-list-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
    .mr-list-box {
      display: block;
      width: 206px;
      height: auto;
      float: left;
      overflow: hidden;
      margin: 0 11px 20px 0;
      background: #f2f2f2;
      text-decoration: none;
    }
    .mr-list-box:nth-child(3n+1) {
      margin-right: 0;
    }
      .mr-list-name {
        color: #3e6ece;
        text-decoration: underline;
        padding: 15px;
      }
      .mr-list-name:hover {
        text-decoration: none;
      }
      .mr-list-img {
        display: block;
        width: 100%;
        height: 155px;
        margin: 0 auto;
        overflow: hidden;
        background: #e4e4e4;
        text-align: center;
      }
      .mr-list-img img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        vertical-align: middle;
      }


  /***** モデル詳細ページ *****/
  /*ナビのCSSを上書き*/
  #sider .lnavi03{margin-bottom:15px;}
  #sider .lnavi03 li.arrow02{
    margin-bottom:5px;
    width:auto;
  }
  /*セクション*/
  /*.section01{margin-bottom:40px;}*/
  .areatitle01{margin-top:45px;}
  .section01 .slider{height:330px;}
  .detail .lnavi03{margin-bottom:-30px!important;}
  /*モデルルームアンカーリンク*/
  #maison #page #allcts #cts #sider .accordion .toggle{display: none;}
  .areatable01{
    border-collapse: collapse;
    width: 100%;
  }
    .areatable01 th,
    .areatable01 td{
      border: 1px solid #B0B0B0;
      padding:6px;
    }
    .areatable01 th{
      background-color:#676767;
      color:#FFF;
    }
    
    
    .areatable01 tr:last-child th:nth-child(1){
      box-sizing: border-box;
      width: 18%;
    }
    .areatable01 tr:last-child td:nth-child(2){
      box-sizing: border-box;
      width: 37%;
    }
    .areatable01 tr:last-child th:nth-child(3){
      box-sizing: border-box;
      width: 15%;
    }
    .areatable01 tr:last-child td:nth-child(4){
      box-sizing: border-box;
      width: 30%;
    }
    
    
      /*boxslider用*/
      .slidearea{
        float: left;
        width: 440px;
        overflow:hidden;
      }
        .bx-wrapper{
          box-shadow: none !important;
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          -ms-box-shadow: none !important;
          -o-box-shadow: none !important;
          border:none !important;
          margin-bottom:0 !important;
        }
        .bx-viewport{
          margin-bottom:0 !important;
          height: 330px !important;
        }
        .bxslider{
          width: 440px !important;
          height:330px;
          overflow: hidden;
          margin-bottom: 0;
          display:table;
          table-layout: fixed;
        }
        .bxslider li{
          width: 440px;
          height:330px;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          float:inherit !important;
          background: #FFF;
        }
        .bxslider li img{
          display: inline-block;
          max-width:100%;
          max-height:330px;
        }
        .bx-nav{
          width: 190px;
          float:right;
        }
        .bx-pager{
          width: 190px;
        }
        .bx-pager li{
          float: left;
          margin-bottom:10px;
          background-color:#F2F2F2;
          text-align: center;
          width:90px;
          height:68px;
          display:table;
          table-layout: fixed;
        }
        .bx-pager li:nth-child(2n){
          margin-left:10px;
        }
          .bx-pager li a{
            width:90px;
            height:68px;
            display: table-cell;
            vertical-align: middle;
          }
            .bx-pager li a img{
              max-width:100%;
              max-height:60px;
            }
        .bx-nav .icon{
          clear:both;
          padding-top: 32px;
        }
        .icon li{
          float:left;
          min-height: 47px;
        }
        .icon li:nth-child(2n){
          margin-left:10px;
        }
        /*遷移ナビ*/
        .bx-wrapper .bx-next,
        .bx-wrapper .bx-prev{
          width:28px !important;
          height:56px !important;
          background-color:rgba(45, 82, 170, 0.8) !important;
          top:45% !important;
          border-radius : 30px 0 0 30px;
          background-image: url("/maison/smp/images/icon_arrow_03.png") !important;
          background-position: 6px center !important;
          background-repeat: no-repeat !important;
          background-size:27px !important;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        .bx-wrapper .bx-next{
          right:0 !important;
        }
        .bx-wrapper .bx-next:hover{
          width:38px !important;
        }
        .bx-wrapper .bx-prev{
          left:0 !important;
          /*border-radius : 0 30px 30px 0;*/
          transform: scaleX(-1);
          -webkit-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          -moz-transform: scaleX(-1);
        }
        .bx-wrapper .bx-prev:hover{
          width:38px !important;
        }

        /*お問い合わせエリア*/
        .inquery{
          width:300px;
          float: left;
        }
        .tel{
          width:300px;
          float:right;
        }
    /*他のエリア*/
    .blueTitle{
      background: none repeat scroll 0% 0% #2F64D0;
      padding: 4px 0px 4px 10px;
      line-height: 1.5;
      color: #FFFFFF;
      font-size: 120%;
    }
    .select-area{
      background:#F2F2F2;
      padding: 20px;
    }
    .select-area li{
      width: 115px;
      margin: 0px 10px 10px 0px !important;
    }



}


/* スマホ
-----------------------------*/
@media screen and (max-width:667px) {

  /***** モデル一覧ページ *****/
  /* エリアから探すのテキストリンクlist */
  .arrow02 {
    width: 40%;
    height: auto;
    float: left;
    line-height: 2;
  }
  @media screen and (max-width:350px) {
    .section-area-search .arrow02 {
      width:100%;
      height: auto;
      line-height: 2;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
  }

  /* モデルルーム一覧 */
  .mr-list-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
    .mr-list-box {
      display: block;
      width: 80%;
      height: auto;
      overflow: hidden;
      margin: 0 auto 15px;
      text-decoration: none;
    }
      .mr-list-name {
        color: #3e6ece!important;
        padding: 15px 15px 15px 27px;
      }
      .mr-list-img {
        display:block;
        position: relative;
        width: 80%;
        margin: 0 auto;
        height:auto;
        background-color:#F2F2F2;
      }
      .mr-list-img:after {
        content:"";
        display: block;
        padding-bottom: 75%;
      }
      .mr-list-img span {
        position:absolute !important;
        height: 100%;
        width:100%;
        text-align:center;
      }
      .mr-list-img span img{
        max-width:100%;
        max-height:100%;
      }



  /***** モデル詳細ページ *****/
  /*セクション*/
  .section01{margin:20px 0 30px;min-height:1100px;}
  /*上部アンカーリンク*/
  #siderin01.detail .arrow02{
    width:100%;
    display:block;
    line-height:1.4;
    margin-bottom:15px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
    #siderin01.detail .lnavi03 li a,
    #siderin01.detail .arrow02 strong{
      display:inline;
    }
  /*boxslider用*/
  .slidearea{
    margin: 0;
    overflow: hidden;;
  }
    .bx-wrapper{
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -ms-box-shadow: none !important;
      -o-box-shadow: none !important;
      border:none !important;
      margin-bottom:15px !important;
    }
      .bx-viewport{
        position: relative;
        width: 100%;
        height:auto !important;
        background-color:#F2F2F2;
      }
      .bx-viewport:after {
        content:"";
        display: block;
        padding-bottom: 75%;
      }
        .bxslider{
          position:absolute !important;
          height: 100%;
          display: -webkit-flex;
          display:         flex;
        }
          .bxslider li{
            background-color:#F2F2F2;
            height: 100%;
            text-align: center;
            display: -webkit-flex;
            display:         flex;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-justify-content: center;
                    justify-content: center;
          }
          ul.bxslider img{
            max-width:100%;
            max-height:100%;
            display: inline-block;
            -webkit-flex: 0 0 auto;
            -moz-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
          }
          /*●ナビげーション設定*/
          .bx-pager{text-align: center;}
          .bx-pager li{display: inline-block;}
          .bx-pager li a{
            background:#E4E4E4;
            width: 20px;
            height: 20px;
            padding: 0;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            display: inline-block;
          }
          .bx-pager li a.active{background-color: #6894EF;}
          .bx-pager li img{display: none;}
          /*●アイコン*/
          .icon{
            margin-top:10px;
          }
          .icon li{
            width:24%;
            margin-left: 1%;
            float: left;
          }
          .icon li:first-child{
            margin-left: 0;
          }
          .icon li img{
            width:100%;
          }
          /*遷移ナビ*/
          .bx-wrapper .bx-next,
          .bx-wrapper .bx-prev{
            width:28px !important;
            height:56px !important;
            background-color:rgba(45, 82, 170, 0.8) !important;
            background-image: url("/maison/smp/images/icon_arrow_03.png") !important;
            background-position: 6px center !important;
            background-repeat: no-repeat !important;
            background-size:27px !important;
            top:45% !important;
            border-radius : 30px 0 0 30px;
          }
          .bx-wrapper .bx-next{
            right:0 !important;
          }
          .bx-wrapper .bx-prev{
            left:0 !important;
            /*border-radius : 0 30px 30px 0;*/
            transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
          }
          .bx-wrapper .bx-controls-direction a{z-index: 100 !important;}
    /*テーブル設定*/
    .onecolumn{
        border-bottom: 1px solid #b0b0b0;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        overflow: hidden;
    }
      .onecolumn .toggle{
        padding: 14px 0 !important;
        text-align: center;
      }
    .areatable01{
      border-collapse: collapse;
      width: 100%;
    }
    .areatable01 th,
    .areatable01 td{
      border-top: 1px solid #B0B0B0;
      padding:6px;
      display: block;
    }
    .areatable01 th:first-child{border-top: none;}
    .areatable01 tr:last-child th:nth-child(3),
    .areatable01 tr:last-child td:nth-child(4){
      display: none;
    }
    .areatable01 th{
      background-color:#676767;
      color:#FFF;
    }
    .accordion .view{
      padding:0 !important;
    }

  /*電話用*/
  .telArea{
    float: right;
    margin-top: 31px;
  }
  .telArea a{
  text-decoration:none !important;
  padding:13px 5px;
  font-size:90%;
  margin:15px 10px 0 15px;
  width:70px;
  color: #FFF !important;
  }
  .telArea a:hover{
  color:#FFF;
  }

  /*他のエリア*/
  .blueTitle{
    padding: 7px 0px 7px 14px;
    background-color: #2A52A7;
    background-image: none;
    font-size: 1.1rem;
    width: auto;
    color: #FFFFFF;
  }


}
</pre></body></html>