@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
#catch {
  background: url(../office/images/main.jpg) no-repeat center center scroll;
  background-color: #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#about {
  margin-bottom: 30px;
}
#about .logo {
  text-align: center;
  margin-bottom: 36px;
}
#about .waku {
  border: 2px solid #efbdc7;
  padding: 28px 8%;
  margin-bottom: 40px;
}
#about .waku h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
#about ul {
  *zoom: 1;
}
#about ul:before, #about ul:after {
  content: "";
  display: table;
}
#about ul:after {
  clear: both;
}
#about ul li {
  width: 48.75%;
  float: left;
  margin-bottom: 20px;
}
#about ul li img {
  width: 100%;
}
#about ul li:nth-child(2n) {
  float: right;
}

#outline {
  margin-bottom: 30px;
}
#outline h3 {
  text-align: center;
}
#outline dl {
  *zoom: 1;
}
#outline dl:before, #outline dl:after {
  content: "";
  display: table;
}
#outline dl:after {
  clear: both;
}
#outline dl dt {
  width: 25%;
  float: left;
  text-align: center;
  font-weight: bold;
}
#outline dl dd {
  padding: 0 0 12px 25%;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ddd;
}

#access h3 {
  text-align: center;
}
#access .clearfix {
  margin-bottom: 10px;
}
#access .clearfix .pic {
  width: 15%;
  float: left;
}
#access .clearfix .info {
  width: 83%;
  float: right;
}
#access .clearfix .info .walk {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
#access .clearfix .info address b {
  display: block;
}

/*----------------------------------------------------
	tablet < 1000px
----------------------------------------------------*/
/*----------------------------------------------------
	phone < 768px
----------------------------------------------------*/
@media (max-width: 639px) {
  #about .logo {
    padding: 0 10%;
  }
  #about .waku {
    padding: 20px 4%;
    margin-bottom: 20px;
  }
  #about ul li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  #outline dl dt {
    width: 100%;
    background: #eee;
    padding: 2px 0;
    margin-bottom: 10px;
    float: none;
  }
  #outline dl dd {
    padding: 0 4%;
    margin-bottom: 20px;
    border-bottom: none;
  }

  #access .clearfix .info {
    width: 100%;
    float: none;
  }
  #access .clearfix .info .walk {
    font-size: 16px;
  }
}
