@charset "utf-8";

/*---------------------
  id01:index
---------------------*/

  #top #main h2 {
    margin: 0 0 20px;
  }

/* 導入部 */

  .top-box {
    margin: 0 0 50px;
  }

  .top-box img {
    float: right;
    margin: 5px 0 0 20px;
  }

  .top-box p {
    margin: 20px 0 0;
  }

  .top-box strong {
    font-weight: normal;
  }

  .top-box span {
    font-size: 1.35em;
    color: #9f8148;
  }

/* バナー */

  .top-nav {
    width: 660px;
    margin: 50px -10px -10px 0;
    overflow: hidden;
  }

  .top-nav li {
    float: left;
    margin: 0 10px 10px 0;
  }

/*---------------------
  id02:list
---------------------*/

  .rent-title {
    background-color: #dccdb1;
  }

  .sell-title {
    background-color: #afce9f;
  }

  .update {
    margin: -35px 0 10px;
    padding: 0 8px 5px 0;
    text-align: right;
  }

  .update span {
    font-size: .9em;
  }

/* 物件一覧 */

  .list-button {
    width: 660px;
    margin: 0 -10px 0 0;
    overflow: hidden;
  }

  .list-button li {
    float: left;
    width: 155px;
    margin: 0 10px 0 0;
    text-align: center;
  }

  .list-button a {
    display: block;
    width: 145px;
    padding: 5px;
    color: #333;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .list-button a:hover {
    background-position: -191px 0;
  }

  .list-button span {
    display: block;
    width: 145px;
    padding: 10px 0 8px;
    background: #fff url(../list/img/btn_arrow.png) no-repeat 130px 50%;
  }

  #rent-index {
    margin: 0 0 50px;
  }

  #rent-index .list-button a {
    background-image: url(../list/img/btn_rent.png);
  }

  #rent-index .list-button a:hover {
    color: #9f8148;
  }

  #sell-index .list-button a {
    background-image: url(../list/img/btn_sell.png);
  }

  #sell-index .list-button a:hover {
    color: #69994f;
  }

  .list-back {
    margin: 10px 0 0;
    text-align: center;
  }

/* 物件一覧（賃貸・売買共通）*/

  .list-table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
  }

  .list-table th,
  .list-table td {
    font-size: 12px;
    vertical-align: middle;
  }

  .list-table th {
    padding: 10px 0 8px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    background: #d5d5d5;
  }

  .list-table td {
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    background: #fff;
  }

  .number,
  .link,
  .price,
  .money,
  .park,
  .layout, 
  .assort,
  .item,
  .area{
    padding: 30px 4px 28px;
    text-align: center;
  }

  .add,
  .equipment {
    padding: 30px 10px 28px;
  }

  .number {
    width: 20px;
  }

  .number b {
    color: #fd9800;
    font-size: .9em;
  }

  .link {
    width: 30px;
  }

  .price .rent {
    font-weight: bold;
  }

  .price .rent span {
    margin: 0 2px 0 0;
    font-size: 20px;
  }

  .money {
    width: 40px;
  }

  .equipment {
    width: 80px;
  }
  
  .item{
    width: 80px;
  }
  
  .area{
    width: 50px;
  }

/* 物件詳細（ライトボックスで表示）*/

  .cbox {
    outline: none;
  }

/*---------------------
  id03:flow
---------------------*/

.flow {
  padding: 0 15px;
  }

.flow li {
  margin: 0 0 20px 25px;
  padding: 60px 0 0;
  font-size: 19px;
  font-weight: bold;
  color: #69994f;
  list-style-type: decimal;
  }

.flow dt {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: bold;
  }
  
.flow dd {
  padding: 0 0 15px;
  font-size: 14px;
  color: #333;
  border-bottom: 2px dashed #ccc;
  }

.arrow {
  background: url(../flow/img/arrow.jpg) no-repeat top;
  }

/*---------------------
  id04:company
---------------------*/

/* ご挨拶 */

  .greeting {
    margin: 20px 0 50px;
  }

  .greeting p {
    margin: 15px 0 0;
    font-size: 1.1em;
  }

  .name {
    text-align: right;
  }

/* 会社概要 */

  .outline {
    width: 660px;
    margin: 15px -5px 45px;
    overflow: hidden;
  }

  .outline table {
    width: 100%;
  }

  .outline th,
  .outline td {
    padding: 8px 10px 6px;
  }

  .outline th {
    width: 110px;
    color: #fff;
    border: 1px solid #d8d8d8;
    background: #9f8148;
  }

  .outline td {
    border: 1px solid #d2c09d;
  }

/* アクセスマップ */

  .access h3 {
    margin: 20px 0 0;
    font-size: 1.2em;
    color: #666;
  }

  .bus-route {
    margin: 10px 0 0;
    padding: 10px 12px 8px;
    border: 1px solid #8bb672;
  }

  .bus-route li {
    padding: 0 0 0 20px;
    line-height: 1.8;
    background: url(../company/img/list.png) no-repeat 0 6px;
  }

  .notes {
    margin: 10px 0 0;
    font-size: .9em;
  }

  .notes li {
    margin: 0 1em;
    text-indent: -1em;
    line-height: 1.8;
  }

/* グーグルマップ */

  .gmap-area {
    height: 498px;
    margin: 10px 0;
    padding: 1px;
    background: #ccc;
  }

  #gmap {
    width: 100%;
    height: 100%;
  }

/*---------------------
  jquery.flexslider.js
---------------------*/

  #slider .flexslider {
    position: absolute;
    top: 174px;
    left: 0;
    width: 100%;
    height: 700px;
    z-index: -1;
  }

  #slider p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 415px;
  }

  #slider p img {
    width: 1000px;
    height: 415px;
    margin: 0 auto;
  }

  .flexslider {
    margin: 0;
    padding: 0; }
    .flexslider .slides > li {
      display: none; }
    .flexslider .slides img {
      width: 100%;
      display: block; }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next,
    .flex-control-nav {
      display: none; }

/*---------------------

---------------------*/

      /**
       * Simple fade transition,
       */
      .mfp-fade.mfp-bg {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out; 
        -moz-transition: all 0.15s ease-out; 
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
      }
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }

      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out; 
        -moz-transition: all 0.15s ease-out; 
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }



/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0.8); 
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}







/*---------------------
  common style
---------------------*/

/* visual */
.block  { display: block;}
.inline { display: inline;}
.dn     { display: none;}
.vh     { visibility: hidden;}

/* clear */
.cb { clear: both;}
.cl { clear: left;}
.cr { clear: right;}

/* float */
.fl { float: left;}
.fr { float: right;}
.fl_mr{ float: left; margin-right: 15px;}
.fr_ml{ float: right; margin-left: 15px;}

/* align */
.center { text-align: center;}
.top    { vertical-align: top;}
.left   { text-align: left;}
.right  { text-align: right;}

/* font */
.f80    { font-size: .8em;}
.f90    { font-size: .9em;}
.f120   { font-size: 1.2em;}
.normal { font-weight: normal;}
.bold   { font-weight: bold;}
.indent { text-indent: 1em;}
.strike { text-decoration: line-through;}
.italic { font-style: italic;}
.underline{ text-decoration: underline;}

/* color */
.red    { color: #f00;}
.red2   { color: #c00;}
.blue   { color: #09f;}
.blue2  { color: #06f;}
.orange { color: #f90;}
.orange2{ color: #f60;}
.yellow { color: #ff0;}
.green  { color: #096;}

/* list-style-type */
.lstn{ list-style-type: none;}

/* margin */
.m1  { margin-bottom: 1em;}
.m5  { margin-bottom: 5px;}
.m10 { margin-bottom: 10px;}
.m15 { margin-bottom: 15px;}
.m20 { margin-bottom: 20px;}
.m30 { margin-bottom: 30px;}

/* table */
tr { vertical-align: top;}
th { text-align: left;}

h1.logo img,
.header-inner .logo img{
width:500px;
height:auto;
}