body {
  margin: 0;
  font-size: 16px;
}
body p {
  font-size: 16px;
}
body:before {
  content: "";
  display: block;
  height: 30px;
  background: linear-gradient(to right, #01B1A7, #AECF04);
}
body:after {
  content: "";
  display: block;
  height: 10px;
  background: linear-gradient(to right, #01B1A7, #AECF04);
}
body ul,
body li {
  list-style: none;
  margin: 0;
  padding: 0;
}

header {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 960px;
}
header h1 {
  font-size: 20px;
  font-weight: bold;
  background-image: url(img/unnamed_2.png);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 50px;
  padding-left: 75px;
  margin-top: 25px;
}

main {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 960px;
  padding-bottom: 68px;
}
main h2 {
  border-bottom: 1px solid #01B0A9;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  height: 57px;
  line-height: 57px;
}
main .main-container {
  padding: 0 10px;
}
main ul {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main ul li {
  width: 280px;
  text-align: center;
  padding: 10px 0;
}
main ul li:nth-child(1), main ul li:nth-child(3) {
  background-color: rgba(1, 177, 167, 0.07);
}
main ul li p {
  padding-bottom: 10px;
}
main ul li .button {
  margin: 10px 0 30px;
}
main ul li.arrow {
  background-color: inherit;
  width: 32px;
  padding: 0;
  position: relative;
}
main ul li.arrow:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 32px;
  background-image: url(img/chevrons-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -16px;
}
main.login h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
main.login ol {
  list-style: none;
  counter-reset: my-count;
  padding: 0;
  margin: 0;
}
main.login ol li {
  counter-increment: my-count;
  display: flex;
  align-items: flex-start;
  padding-left: 0.5em;
}
main.login ol li:before {
  content: counter(my-count) ". ";
  display: block;
  width: 1em;
  min-width: 1em;
  margin-right: 0.5em;
}

footer {
  background: #F2F2F2;
  padding: 30px 20px 0;
}
footer .footer-container {
  margin: 0 auto;
  max-width: 960px;
  border-bottom: 1px solid #F2F2F2;
}
footer .footer-container h3 {
  border-bottom: 1px solid #01B0A9;
  font-size: 18px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding-left: 60px;
  background-image: url(img/Frame_191.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
}
footer .footer-container .footer-container-inner {
  padding: 0 10px;
}
footer .footer-container ul.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 13px;
  margin-top: 30px;
}
footer .footer-container ul.footer-links li {
  background: #fff;
  width: 268px;
  height: 120px;
  justify-content: flex-start;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
footer .footer-container ul.footer-links li:nth-child(2) {
  width: 295px;
}
footer .footer-container ul.footer-links li a,
footer .footer-container ul.footer-links li div {
  display: block;
}
footer .footer-container ul.footer-links li a {
  height: 40px;
}
footer .footer-container ul.footer-links li a img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
footer .footer-container ul.footer-links li div {
  width: 100px;
  height: 100px;
}
footer .footer-container ul.footer-links li div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
footer .footer-container p + ul.footer-links {
  margin-top: 0;
}
footer .footer-container .copyright {
  font-size: 12px;
}

@media screen and (max-width: 963px) {
  main ul {
    padding: 0;
    display: block;
  }
  main ul li {
    margin: 0 auto;
  }
  main ul li.arrow {
    width: 280px;
    height: 40px;
  }
  main ul li.arrow:before {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 662px) {
  footer .footer-container ul.footer-links {
    display: block;
  }
  footer .footer-container ul.footer-links li {
    width: 100% !important;
    margin: 0 auto;
  }
  footer .footer-container ul.footer-links li:nth-child(1) {
    margin-bottom: 30px;
  }
  footer .footer-container .copyright {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 662px) {
  main.login {
    padding-bottom: 40px;
  }
}

.fpos-qr-login-trigger img {
  cursor: pointer;
}

/* 開催招待・ログイン画面用（レイアウトなしテンプレート） */
.invitation-banner {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 20px;
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

.invitation-banner h2 {
  font-size: 1rem;
  margin: 0 0 8px;
  border: none;
  height: auto;
  line-height: 1.4;
  text-align: left;
}

.join-error {
  color: #c00;
  font-weight: bold;
}

.debug-login {
  max-width: 960px;
  margin: 28px auto 60px;
  padding: 22px 20px 28px;
  border-top: 1px solid #ddd;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.debug-login h2 {
  font-size: 1.1rem;
  margin: 0 0 16px;
  border: none;
  height: auto;
  line-height: 1.4;
  text-align: left;
}

.debug-login label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.debug-login input[type="text"],
.debug-login input[type="password"] {
  width: 100%;
  max-width: 400px;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fafafa;
  color: #222;
}

.debug-login .debug-submit,
.debug-login button[type="submit"] {
  width: 100%;
  max-width: 400px;
  padding: 11px 18px;
  background: #01b1a7;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
}

.debug-login #fpos-qr-login-btn {
  width: 100%;
  max-width: 400px;
  padding: 11px 18px;
  background: #01b1a7;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}

.debug-login #fpos-qr-login-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.debug-login .debug-register {
  margin-top: 16px;
  text-align: center;
}

.debug-login .debug-register a {
  color: #01b1a7;
  text-decoration: underline;
}

.debug-login .debug-qr-msg {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}

.debug-login .debug-qr-msg.is-error {
  color: #c00;
}

/* CakePHP Flash（レイアウトなしでも最低限表示） */
.message,
.error-message,
[class*="flash"] {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 20px;
}

/*# sourceMappingURL=style.css.map */