@charset "utf-8";

#pc .nav-menu-list li:nth-child(3) {
  background-color: #006837;
}

/* キービジュアルの色指示 */
#keyvisual, h4,.headline {
  background-color: #c69c6d;
}



/* h4 */
.hall_info h4 {
  margin-top: 40px;
  margin-bottom: 0;
}


/* Hall解説のマージン */
.hall_text {
  margin-top: 15px;
  margin-bottom: 25px;
}

.hall_info img {
  border-bottom: solid 10px #c69c6d;
  border-left: 2px solid #c69c6d;
  border-right: 2px solid #c69c6d;
}


/* slideショー　メディアクエリ */

@media screen and (min-width: 901px) {

  #size-900-641 img,
  #size-640-min {
    display: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 900px) {

  #size-max-901,
  #size-640-min {
    display: none;
  }
}

@media screen and (max-width: 640px) {

  #size-max-901,
  #size-900-641 {
    display: none;
  }
}