@charset "utf-8";

/*--- アクティブナビゲーション ---*/
#nav_com a {
  font-weight: bold;
  color: #2680E8;
  pointer-events: none;
}

/*--- ぺージタイトル ---*/
#page_ttl {
  background-image: url("../img/nav_bk_company.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; /* 幅=100% 高さ=auto */
}

/*--- ceo ---*/
#ceo {
  padding: 5px 10px;
  line-height: 1.6em;
  text-align: right;
}

/*--- 社屋 ---*/
#syaoku {
  margin: 10px auto 0;
}

@media screen and (min-width: 1025px) { /* 幅が1025px以上 */
  #syaoku {
    margin-top: 30px;
    width: 80%;
  }
}

#syaoku img {
  width: 100%;
  height: auto;
}

#syaoku_txt {
  text-align: right;
  font-size: 80%;
}

/*--- 会社住所 ---*/
.office_address:not(:first-of-type) { /* 最初以外 */
  margin-top: 20px;
}

.office_address div {
  margin-left: 10px;
}

/*--- 地図 ---*/
@media screen and (min-width: 1025px) { /* 幅が1025px以上 */
  .map {
    height: 500px;
    clear: both;
  }
}

/*--- 経路 ---*/
.route {
  line-height: 1.5em;
}

.route span {
  font-weight: bold;
}


/*--- google maps用 ---*/
iframe {
  width: 100%;
  margin-top: 10px;
}