@charset "utf-8";
body * p{
  font-family : sans-serif;
}

body{
  font-size : x-large;
  font-family : sans-serif;
}

*{
  margin: 0%;
}

.slider{
  display: none;
}

.bx-viewport .slider{
    display: block !important;
}

#copyright_small {
  display: block;
  font-size: 0.7em !important;
  color: #666666 !important;
  margin-bottom: 10px;
}

/* ヘッダー以外の img に押下エフェクト */
/* リンク付き画像だけ */
a img {
  cursor: pointer;
  transition: transform 0.1s ease, opacity 0.1s ease;
}

a img.active {
  transform: scale(0.95);
  opacity: 0.8;
}

/* お正月画像を通常は非表示 */
.newyear-only {
  display: none;
}

/* =========================
   アンカーリンクスクロール時にヘッダーに隠れないようにヘッダーの高さ+5px
   ========================= */
:target {
  scroll-margin-top: 215px;
}

@media (max-width: 600px) {
  :target {
    scroll-margin-top: 111px;
  }
}

