/* side */

.side-contents {
  float: left;
  width: 240px;
  min-height: 880px;
  margin-left: 20px;
  background-color: #336882;
  color: #fff;
}

.side-head {
  padding-top: 19px;
  border-bottom: 1px solid #195572;
  background-color: #004263;
  font-size: 18px;
  font-weight: bold
}

.side-list {
  border-bottom: 1px solid #47778e;
  font-size: 14px;
  font-weight: bold
}

.side-list a {
  display: block;
  width: 168px;
  height: 14px;
  padding: 18px 36px;
  background-color: #004263;
  color: #fff
}

.side-list a:hover {
  background-color: #195572;
  text-decoration: none;
}

.active {
  padding: 18px 36px;
  background-color: #195572
}

.blw3 {
  display: block;
  margin: 0 0 17px 11px;
  padding: 3px 0 4px 11px;
  border-left: 3px solid #fff
}


/* contents */

.contents {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 40px
}

.main-contents {
  float: right;
  width: 620px;
  margin-right: 20px;
  padding: 0 20px;
  border-top: 3px solid #004263
}

.ttl {
  padding: 15px 0 40px;
  font-size: 24px;
  font-weight: bold;
  color: #004263
}

.item {
  float: left;
  min-width: 135px;
  margin-bottom: 35px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #004263
}

.detail {
  float: right;
  width: 460px;
  margin-bottom: 35px
}

.details {
  float: right;
  width: 460px;
  margin-bottom: 10px
}

.map {
  clear: both;
  width: 450px;
  height: 250px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .sp .active {
    padding: 0;
    background-color: transparent;
  }
  .sp .contents {
    width: 100%;
  }
  .sp .side-contents {
    display: none;
  }
  .sp .main-contents {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
  }
  .sp .item {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .sp .detail {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .sp .details {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .sp .detail:last-child,
  .sp .details:last-child {
    margin: 0 0 25px;
  }
  .sp .map {
    width: auto;
  }
}
