@charset "UTF-8";
body {
  font-family: 'Noto Serif JP', serif;
  color: #333333;
}

.w900 {
  max-width: 600px;
  margin: auto;
}

.tu_p_1em {
  margin: 0.5em auto;
}

img {
  width: 100%;
}

@media (min-width: 800px) {
  /* 横幅が800px以上の場合に適用するスタイル */
  h2 {
    font-size: 2em;
  }
}

.pud_1 {
  margin-top: 1em;
}

.send_link {
  font-size: smaller;
}

@media (min-width: 400px) {
  /* 横幅が400px以上の場合に適用するスタイル */
  .send_link {
    font-size: medium;
  }
}

.entry_box {
  background-image: url(../img/entry_bg.png);
  background-size: cover;
}

.entry_box .info {
  text-align: center;
  padding-top: 1.5em;
  margin-bottom: -0.5em;
}

.entry_box_men {
  background-image: url(../img/entry_bg_blue.png);
  background-size: cover;
}

.entry_box_men .info {
  text-align: center;
  padding-top: 1.5em;
  margin-bottom: -0.5em;
}

.mail_hint {
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 2px;
  font-family: auto;
  padding: 0 0 1.5em 0;
}

.mail_hint a {
  font-weight: bold;
  text-decoration: underline;
  color: white;
}

.mail_hint img {
  margin-top: 1em;
  padding: 0 5px;
}

.yokuaru .box h3 {
  text-align: center;
  padding: 1em 0;
  font-size: 6vw;
  color: #9B7954;
  font-weight: bold;
}

.yokuaru .box img {
  width: 90%;
  margin: auto;
  display: block;
}

.yokuaru .box p {
  padding: 1.5em;
  color: #333333;
  line-height: 1.5em;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-family: "游ゴシック", "Yu Gothic";
}

@media (min-width: 800px) {
  /* 横幅が800px以上の場合に適用するスタイル */
  .yokuaru .box h3 {
    font-size: 2em;
  }
}

footer {
  color: #E74291;
  line-height: 1.5em;
  padding: 0 0 1em 0;
  font-size: small;
  font-weight: bold;
  text-align: center;
}

footer img {
  width: 100%;
  max-width: 640px;
}

footer {
  display: block;
  max-width: 640px;
  padding: 2em 0;
  margin: auto;
  background-color: #e74291;
  color: white;
  text-align: center;
}

footer a {
  color: white;
}

footer div {
  margin: 1em 0;
}

.d_none {
  display: none;
}

table {
  background-color: #ffffff;
  font-family: monospace;
  line-height: 1.3em;
}

td {
  padding: 0.5em;
  background: #eff4ff;
  font-size: .9em;
  letter-spacing: 0.1em;
}

td:first-child {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

h2 {
  text-align: center;
  padding: 1em 0;
}

.content h3 {
  font-size: 1.5em;
  text-align: center;
}

.content p {
  padding: 1em;
}

.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pickup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pickup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */