@charset "utf-8";

header {
  position: relative;
  max-width: 1855px;
  margin: 0 auto;
}

footer {
  margin-top: 25px;
}

.base_image {
  width: 100%;
}

.page_headline {
  position: absolute;
  top: 5%;
  left: 3%;
  height: 10%;
  margin: 0;
  font-weight: 900;
  color: #FFFEF2;
  text-shadow: 1px 2px 3px #808080;
}

.btn_area {
  position: absolute;
  display: flex;
  gap: 0 3%;
}

.btn_area img {
  height: 100%;
  max-height: 65px;
}

.download_link {
  position: absolute;
  display: flex;
  gap: 0 10%;
}

.google_play img {
  height: 100%;
}

.apple_store img {
  margin-top: 6.0%;
  height: 75.9%;
}

.big_window {
  width: 95%;
  margin: 0 auto;
}

.content_width  {
  width: 100%;
  max-width: 1762.25px;
  margin: 0 auto;
}

.privacy_policy {
  margin: 20px 0;
  text-align: right;
}

.privacy_policy a {
  font-size: .67rem;
}

.logo {
  text-align: center;
  margin-bottom: 7px;
}

.logo img {
  width: 30%;
  max-width: 245px;
}

/**
 * 画面幅が小サイズのとき
 */
@media only screen and (max-width: 799px) {
  .page_headline {
    font-size: .75rem;
  }

  .btn_area {
    top: 18%;
    right: 3%;
    height: 12%;
  }

  .download_link {
    bottom: 8%;
    left: 52%;
    height: 16%;
  }

  .small_window {
    visibility: visible;
  }

  .big_window {
    display: none;
  }

  /* 画面に空白を入れる */
  .margin__bottom {
    margin-bottom: 100px;
  }

  /* 見出し文字の設定 */
  .test1 {
    font-size: 28px;
    font-weight: bold;
  }

  .setumei {
    color: #000000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
}

/**
 * 画面幅が中サイズのとき
 */
@media only screen and (min-width: 800px) {
  .page_headline {
    font-size: 1.25rem;
  }

  .btn_area {
    top: 5%;
    right: 3%;
    height: 10%;
  }

  .download_link {
    bottom: 17%;
    left: 52%;
    height: 12%;
  }

  .small_window {
    display: none;
  }

  .big_window {
    visibility: visible;
  }

  /* 見出し文字の設定 */
  .test1 {
    font-size: 30px;
    font-weight: bold;
  }

  .setumei {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
  }
}

/**
 * 画面幅が大サイズのとき
 */
@media only screen and (min-width: 1051px) {
  .page_headline {
    font-size: 1.5rem;
  }

  .btn_area {
    top: 5%;
    right: 3%;
    height: 10%;
  }

  .download_link {
    bottom: 17%;
    left: 52%;
    height: 12%;
  }

  .small_window {
    display: none;
  }

  .big_window {
    visibility: visible;
  }

  /* 見出し文字の設定 */
  .test1 {
    font-size: 30px;
    font-weight: bold;
  }

  .setumei {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
  }
}

.attention {
  color: #000000;
  text-align: center;
  font-size: 17px;
}

.setumeinakami {
  text-align: center;
  font-size: 20px;
}

.kinou {
  font-size: 20px;
}

.konngo {
  color: #616B07;
  text-align: center;
  font-size: 35px;
  font-weight: bold
}

.body {
  margin: 10px;
  padding: 0;
}

.table {
  width: 10%;
}

.phone_font_size {
  font-size: 80%;
}

/* カレンダー機能 */
.calender_area p span {
  color: red;
  margin-right: 10px;
}

