@charset "UTF-8";
/* -- div#thanks -------------------------------------------------------------------------------- */

html {
  background-color: #000;
}

body {
  /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
  background: #000;
  margin: 0px;
  color: #fff;
}

body img {
  width: 100%;
  height: auto;
}

p {
  margin: 0;
}

#thanks {
  padding: 0 4%;
}

header {
  text-align: center;
  background-color: #000;
  padding: 3% 0;
}

header img {
  width: 24%;
}

.box-1,
.box-2 {
  margin-bottom: 4%;
}

.box-3 a {
  width: 100%;
  display: block;
  text-align: center;
}

.box-3 img {
  width: 70%;
}

.box-3 p:nth-of-type(2) {
  margin-bottom: 3%;
  font-size: 14px;
}

.box-3 p:nth-of-type(3) {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10%;
}

.box-3 a {
  color: #4f83c2;
}

.footer {
  width: 100%;
  max-width: 750px;
  background: #fff;
  color: #000000;
  padding: 24px 0px 0px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  display: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 24px;
}

.footer-links a {
  text-decoration: none;
  border-right: 1px solid #a0aec0;
  padding-right: 20px;
}

.footer-links a:last-child {
  border-right: none;
  padding-right: 0;
  color: #000;
}

.footer-links a:hover {
  color: #00bcd4;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #000;
  background-color: #ccc;
}

.footer-divider {
  width: 1px;
  height: auto;
  background: #000;
  margin: 0;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #a0aec0;
  margin-top: 24px;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#modal .modal {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 400px;
  background-color: rgba(46, 46, 46, 0.8);
  z-index: 2;
}
#modal .modal .modal-text-area {
  padding: 16px;
  width: 90%;
  height: 80%;
  overflow: scroll;
  border: solid 1px #333333;
  color: #fafafa;
  text-align: center;
  font-size: clamp(12px, 2.5vw, 14px);
}
#modal .modal .modal-text-area h2 {
  font-weight: 700;
  font-size: clamp(14px, 2.5vw, 16px);
  padding: 25px 0;
}
#modal .modal .modal-text-area h3 {
  font-weight: 600;
  padding: 18px 0;
}
#modal .modal .modal-text-area p {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul {
  padding: 0;
}
#modal .modal .modal-text-area ul li {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul li a {
  text-decoration: none;
  color: #fe8e1e;
}
#modal .modal .modal-text-area li {
  list-style: none;
}
#modal .modal .modal-text-area li a {
  text-decoration: none;
  color: #fe8e1e;
}
#modal .modal #closeModal {
  margin: 10px 0;
  width: 50%;
  height: 50px;
  border: none;
  border-radius: 6px;
  color: #fafafa;
  background: #ff8473;
}

.sp-none {
  display: none;
}

.contact-descrption div {
  display: flex;
  justify-content: center;
}

.btn-schedule {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  background: #ff986d;
  color: #fff;
}
@media (hover: hover) {
  .btn-schedule:hover {
    opacity: 0.9;
  }
}

@media (width >= 1000px) {
  body {
    max-width: 480px;
    margin: 0 auto;
  }
}
