@charset "UTF-8";
.normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .normal {
    letter-spacing: 0.15ex;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .normal {
    letter-spacing: 0.15ex;
  }
}

.mincho {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  letter-spacing: unset;
}

.bold {
  font-weight: 700;
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  * {
    max-width: 100%;
  }
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .only-pc {
    display: none;
  }
  main * {
    max-width: 100%;
  }
  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.btns {
  margin-bottom: 3em;
  display: block;
  text-align: center;
  position: relative;
  z-index: 3;
}
.btns > * {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  background-color: #B71D2B;
  border: 1px solid #B71D2B;
  color: white;
  transition: all 0.4s;
  margin: 5px;
  text-align: left;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .btns > * {
    padding: 1em 3em 1em 1em;
    min-width: 60vw;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .btns > * {
    padding: 1em 3em 1em 1em;
    min-width: 10vw;
  }
}
.btns > *::after {
  display: block;
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  padding: 0 10px;
  height: 100%;
  font-size: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s;
}
.btns > *:hover {
  cursor: pointer;
  text-decoration: none;
  color: #B71D2B;
  border: 1px solid #B71D2B;
  background-color: white;
}
html {
  /* プライバシーポリシー */
}
html main#indexpage > section {
  margin-bottom: 60px;
}
html main#indexpage section[id^=s] h2 {
  text-align: center;
}
html main#indexpage .str-vertical-rl {
  writing-mode: vertical-rl;
}
html main#indexpage .font-big1 {
  font-size: 4vw;
  line-height: 1.3 !important;
}
html main#indexpage .str-red {
  color: red;
}
html main#indexpage .str-s1 {
  font-size: 80%;
}
html main#indexpage section#mainimage {
  background-image: url("../images/霧付きカバー画像.png");
  background-size: cover; /* 画像のアスペクト比を保つ */
  background-position: center;
  height: 60vh; /* 画面の高さいっぱい */
  display: flex;
  justify-content: center;
  align-items: center;
}
html main#indexpage section#mainimage h1 {
  text-align: center;
  transform: translateY(-150px); /* 上に少し移動 */
  padding: 40px;
  color: rgb(207, 77, 211);
  font-size: 460%;
}
html main#indexpage section#mainimage h1 img {
  width: 60%; /* 希望の幅 */
  height: auto; /* アスペクト比を保つため */
}
html main#indexpage section#maincontents div {
  width: 100%;
}
html main#indexpage section#maincontents p {
  text-align: center;
  line-height: 2;
  margin-bottom: 3em;
  font-size: 140%;
}
html main#indexpage section#maincontents span {
  font-size: 120%;
}
html main#privacy {
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
html main#privacy .privacy_contents {
  background-color: floralwhite;
  margin: 50px 0px;
  padding: 30px;
  border: 3px solid orange;
  border-radius: 40px;
}
html main#privacy .privacy_contents > div {
  margin-bottom: 30px;
}
html main#privacy h1 {
  margin-bottom: 30px;
  font-size: 150%;
}
html main#privacy h2 {
  font-size: 120%;
}
html main#privacy a {
  color: #00a497;
  text-decoration: none;
}
html main#privacy a:hover {
  color: #00a497;
  text-decoration: underline;
}/*# sourceMappingURL=site_i.css.map */