@charset "UTF-8";
/* =======================================
	top sp CSS
========================================== */
@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    /* 動画エリア
    ------------------------------------------ */
    /* セクション ＆ h1タイトル
    ------------------------------------------ */
    /* セクション : message
    ------------------------------------------ */
    /* セクション : about
    ------------------------------------------ */
    /* セクション : access
    ------------------------------------------ */
  }
  .sp .movieBox {
    position: relative;
  }
  .sp .fitMovie {
    width: 100%;
    height: auto;
  }
  .sp .box_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
  }
  .sp .box_contents {
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .sp .box_centered .box_contents h1 img {
    width: 100%;
    min-width: 320px;
    height: auto;
  }
  .sp .mv {
    width: 100%;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .sp #message,
  .sp #about,
  .sp #access {
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 600px) and (min-width: 601px) {
  .sp #message,
  .sp #about,
  .sp #access {
    margin: 80px 0 80px;
  }
}
@media (max-width: 600px) {
  .sp #message h1,
  .sp #about h1,
  .sp #access h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-size: 18px;
    box-sizing: border-box;
    width: 136px;
    height: 60px;
    border: 3px solid #000;
    margin: 0 auto 40px;
    display: flex; /* 内包要素を並列に */
    align-items: center; /* 内包要素を並列内で上下センターに */
    justify-content: center; /* 内包要素を並列内で左右センターに */
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .sp #message h1,
  .sp #about h1,
  .sp #access h1 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 600px) {
  .sp #message h2 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .sp #message h2 {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .sp #about h2 {
    background: url(../../img/h2Bg.png) no-repeat center bottom;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .sp #about dl dt::before {
    content: "■";
    color: #A51F37;
  }
  .sp #about dl dd {
    margin: -1.6em 0 0 0;
    padding: 0 0 0 12em;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .sp #about dl dd {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 1em;
  }
}
@media (max-width: 600px) {
  .sp #access .map iframe {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 600px) and (min-width: 601px) {
  .sp #access .info {
    float: left;
    width: calc((100% - 30px) / 2);
  }
  .sp #access .map {
    float: right;
    width: calc((100% - 30px) / 2);
  }
}/*# sourceMappingURL=top_sp.css.map */