.normal {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
}

.gothic {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: unset;
}

.bold {
  font-weight: 600;
}

.josefin {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
}

@media (width <= 730px) {
  :root {
    --minw: 360px;
    --minwn: 360;
    --maxw: 100vw;
    --maxwn: 360;
    --pdg: 20px;
    --pdgn: 20;
    --fs: 16px;
  }
}
@media (width > 730px) {
  :root {
    --minw: 730px;
    --minwn: 730;
    --maxw: 1334px;
    --maxwn: 1334;
    --pdg: 60px;
    --pdgn: 60;
    --fs: 18px;
  }
}

html, body {
  font-size: var(--fs);
  min-width: var(--minw);
}
@media (width <= 730px) {
  html, body {
    max-width: 100%;
  }
}

@media (width > 730px) {
  .inr0 {
    --maxw: 1800px;
    --maxwn: 1800;
    --pdg: 30px;
    --pdgn: 30;
  }
  .inr1 {
    --maxw: 1200px;
    --maxwn: 1200;
    --pdg: 30px;
    --pdgn: 30;
  }
  .inr2 {
    --maxw: 850px;
    --maxwn: 850;
    --pdg: 30px;
    --pdgn: 30;
  }
}
[class^=inr], [class*=" inr"] {
  padding-inline: var(--pdg);
  margin: 0 auto;
}
@media (width > 730px) {
  [class^=inr], [class*=" inr"] {
    max-width: var(--maxw);
    container-type: inline-size;
  }
}

@media (width <= 730px) {
  .m-noinr {
    margin-inline: calc(var(--pdg) * -1) !important;
    max-width: none !important;
  }
}

.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 (width > 730px) {
  .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 (width <= 730px) {
  .only-pc {
    display: none;
  }
  .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 {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  display: block;
  text-align: center;
  position: relative;
}
.btns > * {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  border-bottom: 5px solid #B7A304;
  color: #B7A304;
  margin: 5px;
  text-align: left;
  font-size: 200%;
  text-align: center;
  padding: 0 0 10px 0;
}
.btns > *:hover {
  cursor: pointer;
  text-decoration: none;
  color: white;
}

html.sec-y main {
  padding: 80px 0;
}
html.sec-y main h3 {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #B7A304;
  padding-bottom: 0;
  margin-bottom: 0.1em;
  text-align: center;
  line-height: 0.8;
}
@media (width <= 730px) {
  html.sec-y main h3 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 35 / (var(--maxwn) / 1000));
    background: url(/wp-content/themes/custom/img/0003.png) no-repeat center bottom/auto 22px;
    padding-bottom: 0.3em;
  }
}
@media (width > 730px) {
  html.sec-y main h3 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 85 / (var(--maxwn) / 1000));
    background: url(/wp-content/themes/custom/img/03/01.png) no-repeat center bottom/auto 22px;
  }
}
html.sec-y main h3 + p {
  font-size: 120%;
  text-align: center;
  color: #B7A304;
  margin-bottom: 3em;
}
html.sec-y main p {
  line-height: 1.5;
}

html#faq header {
  background: url(/wp-content/themes/custom/img/06/06_bk.jpg) no-repeat center top/cover;
}
html#faq main section ol {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: number 0;
}
html#faq main section ol li {
  counter-increment: number 1;
  margin-bottom: 30px;
}
html#faq main section ol li:nth-child(n+10) p:first-child {
  padding: 1em;
  text-indent: -4em;
  padding-left: 5em;
}
html#faq main section ol li:nth-child(n+10) p:first-child::before {
  content: "Q." counter(number, decimal-leading-zero);
  font-family: "Josefin Slab";
  font-size: 150%;
  color: #B7A304;
  margin-right: 1em;
}
html#faq main section ol li:nth-child(n+10) p:nth-child(3) {
  background-color: #B7A304;
  padding: 1em;
  text-indent: -4em;
  padding-left: 5em;
}
html#faq main section ol li:nth-child(n+10) p:nth-child(3)::before {
  content: "A." counter(number, decimal-leading-zero);
  font-family: "Josefin Slab";
  font-size: 150%;
  margin-right: 1em;
}
html#faq main section ol li p:first-child {
  padding: 1em;
  text-indent: -4.5em;
  padding-left: 5.5em;
}
html#faq main section ol li p:first-child::before {
  content: "Q." counter(number, decimal-leading-zero);
  font-family: "Josefin Slab";
  font-size: 150%;
  color: #B7A304;
  margin-right: 1em;
}
html#faq main section ol li p:nth-child(3) {
  background-color: #B7A304;
  padding: 1em;
  text-indent: -4.5em;
  padding-left: 5.5em;
}
html#faq main section ol li p:nth-child(3)::before {
  content: "A." counter(number, decimal-leading-zero);
  font-family: "Josefin Slab";
  font-size: 150%;
  margin-right: 1em;
}

html#access header {
  background: url(/wp-content/themes/custom/img/06/06_bk.jpg) no-repeat center top/cover;
}
html#access main h3 {
  padding-bottom: 15px;
}
html#access main p {
  color: #B7A304;
  text-align: center;
}
html#access main iframe {
  width: 100%;
  margin-top: 50px;
}
@media(width <= 730px) {
  html#access main iframe {
    height: 40vh;
  }
}

html#system header {
  background: url(/wp-content/themes/custom/img/02/sys_bk.jpg) no-repeat center top/cover;
}
html#system main section {
  margin-bottom: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 50 / (var(--maxwn) / 1000));
  margin-top: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 50 / (var(--maxwn) / 1000));
  padding-bottom: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 100 / (var(--maxwn) / 1000));
}
html#system main section:nth-child(n+2) {
  border-bottom: 1px solid #B7A304;
}
html#system main section ul li {
  line-height: 1.5;
}
html#system main section#s01-price .cont {
  margin-bottom: 50px;
}
@media(width <= 730px) {
  html#system main section#s01-price .cont:first-child table:first-child td:nth-child(3), html#system main section#s01-price .cont :nth-child(2) table:first-child td:nth-child(3) {
    width: 8em;
  }
}
html#system main section#s01-price .cont:nth-child(3) div table:first-child tr:nth-child(4) td {
  background-color: unset !important;
  border-top: 2px dashed white;
}
html#system main section#s01-price .cont:nth-child(3) div table:first-child tr:nth-child(5) td:first-child {
  background-color: #880379;
}
html#system main section#s01-price .cont:nth-child(4) {
  border-bottom: 0.5px dashed #fff;
  padding-bottom: 50px;
}
html#system main section#s01-price .cont:nth-child(4) > div p {
  text-align: center;
  margin-bottom: 10px;
}
html#system main section#s01-price .cont:nth-child(5) table tr:first-child td:first-child {
  background-color: #031C88;
}
html#system main section#s01-price .cont:nth-child(5) table tr:nth-child(2) td:first-child {
  background-color: #838803;
}
html#system main section#s01-price .cont:nth-child(5) table tr:nth-child(3) td:first-child {
  background-color: #880379;
}
html#system main section#s01-price .cont ul li {
  font-size: 85%;
  list-style-type: disc;
  padding-left: 0.5em;
  text-indent: -1em;
  margin-left: 1em;
  flex: 0 0 auto;
}
@media(width > 730px) {
  html#system main section#s01-price .cont ul:nth-child(3) {
    margin-left: 0.5em;
  }
}
html#system main section#s01-price .cont h6 {
  text-align: center;
  border: 0.5px solid #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0.5em;
  line-height: 1.5;
}
html#system main section#s01-price h4 {
  font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 36 / (var(--maxwn) / 1000));
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  width: 6em;
  margin: 0 auto;
  margin-top: 35px;
  line-height: 1.5;
}
html#system main section#s01-price h5 {
  font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 18 / (var(--maxwn) / 1000));
  line-height: 1.5;
}
html#system main section#s01-price h4, html#system main section#s01-price h5 {
  text-align: center;
  margin-bottom: 25px;
}
html#system main section#s01-price table {
  margin-bottom: 50px;
  width: 100%;
}
html#system main section#s01-price table th {
  border: 1px solid white;
  padding: 1.5em 0.5em;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
html#system main section#s01-price table tr:nth-child(2) td.mens {
  background-color: #031C88;
}
html#system main section#s01-price table tr:nth-child(3) td.couple {
  background-color: #838803;
}
html#system main section#s01-price table tr:nth-child(4) td.women {
  background-color: #880379;
}
html#system main section#s01-price table tr td {
  border: 1px solid white;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 1.5em 0.5em;
  line-height: 1.5;
}
html#system main section#s01-price table tr td > p {
  text-indent: 0.5em;
}
html#system main section#s01-price table tr td:first-child {
  width: 7em;
}
html#system main section#s01-price table tr td .td-h {
  margin-bottom: 10px;
}
html#system main section#s01-price table tr td .underline  {
  text-decoration:underline;
  text-decoration-thickness: 4px;
  text-decoration-color:#838803;
}
html#system main section#s01-price table tr td .price {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
@media(width > 730px) {
  html#system main section#s01-price table tr td .price {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 24 / (var(--maxwn) / 1000));
  }
}
html#system main section#s01-price table tr td .price span {
  writing-mode: vertical-rl;
  font-size: 70%;
  position: absolute;
  top: -70%;
}
@media(width <= 730px) {
  html#system main section#s01-price table tr td .price span {
    left: 0%;
  }
}
@media(width > 730px) {
  html#system main section#s01-price table tr td .price span {
    left: 25%;
  }
}
html#system main section#s01-price table tr td .cation {
  color: #EEFF6A;
  text-indent: -1em;
  margin-left: 1em;
}
html#system main section#s01-price table tr td .sys_couple {
	font-size: 10px;
}
html#system main section#s02-hours .pc-row > div {
  text-align: center;
  margin-bottom: 2em;
}
html#system main section#s02-hours .pc-row > div p:first-child {
  color: #B7A304;
}
html#system main section#s02-hours .pc-row > div p:nth-child(2) {
  font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 24 / (var(--maxwn) / 1000));
}
html#system main section#s03-service .pc-row > div {
  text-align: center;
}
@media(width <= 730px) {
  html#system main section#s03-service .pc-row > div {
    margin-bottom: 25px;
  }
}
html#system main section#s03-service .pc-row > div p:first-child {
  color: #B7A304;
  margin-bottom: 15px;
}
html#system main section#s04-act .intro p {
  text-align: center;
}
html#system main section#s04-act .intro p:first-child {
  color: #B7A304;
}
html#system main section#s04-act h4 {
  text-align: center;
  border: 1px solid #B7A304;
  padding: 0.5em;
  color: #B7A304;
  margin-bottom: 20px;
  margin-top: 20px;
}
html#system main section#s04-act h5 {
  color: #B7A304;
  text-align: center;
}
html#system main section#s04-act ul {
  padding-left: 1.5em;
  margin-top: 25px;
  margin-bottom: 25px;
}
html#system main section#s04-act ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
html#system main section#s04-act .cont {
  margin-top: 25px;
  margin-bottom: 25px;
}
html#system main section#s04-act .cation {
  text-align: center;
  color: #EEFF6A;
}
html#system main section#s05-beginner .cation {
  text-align: center;
  color: #B7A304;
  margin-bottom: 25px;
}
html#system main section#s05-beginner ul {
  padding-left: 1.5em;
}
html#system main section#s05-beginner ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

html#recruit header {
  background: url(/wp-content/themes/custom/img/06/06_bk.jpg) no-repeat center top/cover;
}
html#recruit main {
  text-align: center;
}
html#recruit main h4 {
  line-height: 1.5;
  color: #B7A304;
  margin-bottom: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 50 / (var(--maxwn) / 1000));
}
@media(width > 730px) {
  html#recruit main h4 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 35 / (var(--maxwn) / 1000));
  }
}
@media(width <= 730px) {
  html#recruit main h4 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 20 / (var(--maxwn) / 1000));
  }
}
html#recruit main section#s01-intro > p {
  margin-top: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 30 / (var(--maxwn) / 1000));
}
html#recruit main section#s02-contents table {
  margin: 0 auto;
  margin-top: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 150 / (var(--maxwn) / 1000));
  width: 100%;
}
html#recruit main section#s02-contents table tr {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
}
html#recruit main section#s02-contents table tr th {
  padding: 1em 0em 1em 0em;
  width: 6em;
}
html#recruit main section#s02-contents table tr td {
  white-space: pre-wrap;
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media(width > 730px) {
  html#recruit main section#s02-contents table tr td {
    padding-left: 2em;
  }
}
@media(width <= 730px) {
  html#recruit main section#s02-contents table tr td {
    padding-left: 0.5em;
  }
}/*# sourceMappingURL=site_y.css.map */