@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/*=====================================================================================================================*/
/*特典メイン*/
body {
  background: white url("../img/back_00.jpg") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    body {
      background-position: calc(-3600 / 1024 * 100vw); } }
  @media screen and (max-width: 400px) {
    body {
      background-position: calc(-5600 / 1024 * 100vw); } }

.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp {
      display: block; }
      .sp img {
        display: block;
        margin: 0 auto; } }

h3 {
  width: 45%;
  margin: 3vw auto;
  font-size: calc(36 / 1920 * 100vw);
  color: #25293a;
  border-bottom: solid 3px #25293a; }
  @media screen and (max-width: 800px) {
    h3 {
      margin: 10vw auto;
      width: 90%;
      font-size: calc(36 / 800 * 100vw); } }
  @media screen and (max-width: 400px) {
    h3 {
      width: 90%;
      font-size: 26px; } }

header {
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  z-index: 99; }
  header img {
    text-align: left; }
  header img:hover {
    opacity: 0.7; }
  header p {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0.3%; }
  header a {
    color: brown;
    text-decoration: underline; }

.tokuten-h {
  background: url(../img/tokuten_h.jpg?0002) no-repeat center #FFF;
  background-size: cover;
  height: 450px; }
  @media screen and (max-width: 800px) {
    .tokuten-h {
      display: none; } }

.container {
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden; }

.hdi {
  margin: 0 auto; }

/*店舗リスト*/
.tenpo_list {
  max-width: 1200px;
  margin: 40px auto 10px;
  color: #000;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center; }

.tenpo_list li {
  max-width: 350px;
  margin-right: 30px;
  margin-bottom: 60px; }

@media (max-width: 999px) {
  .tenpo_list {
    max-width: 480px;
    margin: 40px auto 10px;
    color: #000;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap; }

  .tenpo_list li {
    max-width: 500px;
    margin-right: 0px;
    margin-top: 30px; } }
@media (max-width: 499px) {
  .tenpo_list li {
    max-width: 90%;
    margin-right: 0px;
    margin-top: 30px; } }
.linkbn-n {
  display: block;
  color: #100e34;
  max-width: 420px;
  height: 60px;
  line-height: 350%;
  border: solid 2px #100e34;
  margin: 0 auto;
  border-radius: 5px;
  padding: 0;
  font-weight: bold; }

.linkbn a {
  display: block;
  color: #100e34;
  max-width: 420px;
  height: 60px;
  line-height: 350%;
  border: solid 2px #100e34;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0;
  font-weight: bold; }

.linkbn p {
  font-size: 12px; }

.linkbn a:hover {
  color: #100e34;
  background: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

.caution {
  color: #100e34;
  font-size: 10px;
  max-width: 930px;
  margin: 0 auto 20px;
  text-align: left; }
  @media screen and (max-width: 800px) {
    .caution {
      margin: 50px auto 20px;
      width: 90%; } }

.copy {
  text-align: center;
  font-size: 10px; }
