.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;
}

@media (width <= 730px) {
  html#idx header {
    background: url(/wp-content/themes/custom/img/0109_m.jpg) no-repeat center top/cover;
  }
}
@media (width > 730px) {
  html#idx header {
    background: url(/wp-content/themes/custom/img/0109_pc.jpg) no-repeat center top/cover;
  }
}
@media (width > 730px) {
  html#idx header section.pgtitle {
    padding-bottom: 300px;
  }
}
html#idx header section.pgtitle h2 {
  text-align: center;
  position: relative;
}
html#idx header section.pgtitle h2 small {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (width <= 730px) {
  html#idx header section.pgtitle h2 small {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 26 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  html#idx header section.pgtitle h2 small {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 38 / (var(--maxwn) / 1000));
  }
}
@media (width <= 730px) {
  html#idx header section.pgtitle h2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
  }
  html#idx header section.pgtitle h2 small {
    line-height: 2;
  }
  html#idx header section.pgtitle h2 small + br {
    display: none;
  }
  html#idx header section.pgtitle h2 img {
    flex: 0 0 auto;
    width: 25%;
    margin-left: -20px;
    margin-right: 40px;
  }
}
html#idx main section#s01-welcome {
  text-align: center;
  border: 2px solid white;
}
@media (width <= 730px) {
  html#idx main section#s01-welcome {
    padding: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 55 / (var(--maxwn) / 1000)) 20px;
    margin-bottom: 20vw;
  }
}
@media (width > 730px) {
  html#idx main section#s01-welcome {
    position: relative;
    top: calc(-1 * (clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 180 / (var(--maxwn) / 1000)));
    padding: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 70 / (var(--maxwn) / 1000)) 0 40px;
  }
}
html#idx main section#s01-welcome h2 {
  margin-bottom: 0.5em;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
}
@media (width <= 730px) {
  html#idx main section#s01-welcome h2 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 45 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  html#idx main section#s01-welcome h2 {
    font-size: max(36px, clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 65 / (var(--maxwn) / 1000));
  }
}
html#idx main section#s01-welcome h2 strong {
  color: #B7A304;
  font-weight: normal;
}
html#idx main section#s01-welcome h2 + p {
  line-height: 2;
  margin-bottom: 2em;
}
@media (width > 730px) {
  html#idx main section#s01-welcome h2 + p {
    font-size: max(1rem, clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 20 / (var(--maxwn) / 1000));
  }
}
html#idx main section#s02-tpmenu01 {
  margin-bottom: 8rem;
}
@media (width > 730px) {
  html#idx main section#s02-tpmenu01 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 80px;
  }
}
html#idx main section#s02-tpmenu01 ul li {
  text-align: center;
}
@media (width <= 730px) {
  html#idx main section#s02-tpmenu01 ul li {
    margin-bottom: 60px;
  }
}
html#idx main section#s02-tpmenu01 ul li h2 {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #B7A304;
  padding-bottom: 5px;
  background: url(/wp-content/themes/custom/img/0001.png) no-repeat bottom/auto 22px;
  margin-bottom: 0.5em;
}
@media (width <= 730px) {
  html#idx main section#s02-tpmenu01 ul li h2 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 45 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  html#idx main section#s02-tpmenu01 ul li h2 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 45 / (var(--maxwn) / 1000));
  }
}
html#idx main section#s02-tpmenu01 ul li figure, html#idx main section#s02-tpmenu01 ul li figure + p {
  margin-bottom: 1em;
}
html#idx main section#s03-tpmenu02 {
  margin-bottom: 8rem;
}
@media (width <= 730px) {
  html#idx main section#s03-tpmenu02 ul li {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  html#idx main section#s03-tpmenu02 ul li > * {
    width: 100%;
  }
}
@media (width > 730px) {
  html#idx main section#s03-tpmenu02 ul li {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
@media (width <= 730px) {
  html#idx main section#s03-tpmenu02 ul li > div {
    padding-left: 15px;
    box-sizing: border-box;
  }
}
@media (width > 730px) {
  html#idx main section#s03-tpmenu02 ul li > div {
    flex: 1 1 0;
    margin-left: 40px;
  }
}
html#idx main section#s03-tpmenu02 ul li > div h2 {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #B7A304;
  padding-bottom: 5px;
  background: url(/wp-content/themes/custom/img/0002.png) no-repeat left bottom/auto 22px;
  margin-bottom: 1em;
  padding-left: 50px;
}
@media (width <= 730px) {
  html#idx main section#s03-tpmenu02 ul li > div h2 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 45 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  html#idx main section#s03-tpmenu02 ul li > div h2 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,910px) / 1000 * 45 / (910 / 1000));
  }
}
html#idx main section#s03-tpmenu02 ul li > div h2 + p {
  margin-bottom: 3em;
}
html#idx main section#s03-tpmenu02 ul li > div .btns {
  text-align: left;
}
@media (width <= 730px) {
  html#idx main section#s03-tpmenu02 ul li > figure {
    margin-bottom: 30px;
    height: 13rem;
  }
}
@media (width > 730px) {
  html#idx main section#s03-tpmenu02 ul li > figure {
    flex: 1 1 0;
    height: 20rem;
  }
}
html#idx main section#s03-tpmenu02 ul li > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html#idx main section#s04-banner {
  margin-bottom: 8rem;
}
html#idx main section#s04-banner ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  align-items: center;
}
html#idx main section#s04-banner ul li {
  text-align: center;
}
html#idx main section#s04-banner ul li img {
  max-width: min(100%, 300px);
}

@media (width <= 730px) {
  html.events header {
 ? ?background: url(/wp-content/themes/custom/img/03/08743868-5EC7-4D9C-BC06-4D04F9DCE261.png) no-repeat center top/cover;
  }
}
@media (width > 730px) {
  html.events header {
    background: url(/wp-content/themes/custom/img/03/564A7706-B2C3-4BF9-BFDD-36AEA9183BF9.png) no-repeat center top/cover;
  }
}
html.events main section#list ul li {
  margin-bottom: 80px;
}
@media (width > 730px) {
  html.events main section#list ul li {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }
}
@media (width <= 730px) {
  html.events main section#list ul li > figure {
    margin-bottom: 15px;
  }
}
@media (width > 730px) {
  html.events main section#list ul li > figure {
    margin-bottom: 30px;
  }
}
html.events main section#list ul li > div .date {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
html.events main section#list ul li > div h4 {
  color: #B7A304;
  margin-bottom: 0.5em;
}
html.events main section#list ul li > div .content {
  font-size: 85%;
  line-height: 1.5;
}
html.events main section#list ul li > div .eventdesc {
  margin-top: 1em;
}
html.events main section#list ul li > div .eventdesc h5 {
  color: #B7A304;
  margin-bottom: 0.5em;
}
html.events main section#list ul li > div .eventdesc p {
  margin-bottom: 0.5em;
  font-size: 85%;
  line-height: 1.5;
  white-space: pre-wrap;
}
html.events main section#list ul li > div .eventatt {
  border-bottom: 1px solid white;
  padding: 0 0 15px;
  margin-top: 1em;
  position: relative;
}
html.events main section#list ul li > div .eventatt::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0.5em;
  right: 0;
  left: 4.5em;
  border-top: 1px solid white;
}
html.events main section#list ul li > div .eventatt h5 {
  font-size: 95%;
  margin-bottom: 0.5em;
}
html.events main section#list ul li > div .eventatt p {
  font-size: 85%;
  line-height: 1.5;
  white-space: pre-wrap;
}
html.events main section#list .pagination {
  text-align: center;
  margin-top: 50px;
}
html.events main section#list .pagination .nav-links > * {
  display: inline-block;
  padding: 15px;
}
html.events main section#list .pagination .nav-links > *.current {
  background-color: #B7A304;
  border: 1px solid #B7A304;
  color: white;
}
html.events main section#list .pagination .nav-links > *.prev, html.events main section#list .pagination .nav-links > *.next {
  border: 1px solid #B7A304;
}
html.events main section#list .pagination .nav-links > *.prev::before {
  content: "< ";
}
html.events main section#list .pagination .nav-links > *.next::after {
  content: " >";
}
@media (width > 730px) {
  html.events main aside {
    flex: 0 0 auto;
    margin-left: 50px;
  }
}
html.events main aside h4 {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
html.events main aside ul {
  padding-left: 25px;
}
html.events main aside ul li {
  list-style: disc;
  font-size: 85%;
  margin-bottom: 0.6em;
}

@media (width <= 730px) {
  html.bbs header {
    background: url(/wp-content/themes/custom/img/04/91_m.jpg) no-repeat center top/cover;
  }
}
@media (width > 730px) {
  html.bbs header {
    background: url(/wp-content/themes/custom/img/04/91_pc.jpg) no-repeat center top/cover;
  }
}
html.bbs main section.bbsform {
  margin-bottom: 90px;
}
html.bbs main section.bbsform form table {
  width: 100%;
}
@media (width <= 730px) {
  html.bbs main section.bbsform form table, html.bbs main section.bbsform form table tbody, html.bbs main section.bbsform form table tr, html.bbs main section.bbsform form table th, html.bbs main section.bbsform form table td {
    display: block;
  }
  html.bbs main section.bbsform form table tr {
    margin-top: 1em;
  }
}
@media (width > 730px) {
  html.bbs main section.bbsform form table tr > * {
    padding: 0.3em;
    vertical-align: top;
  }
  html.bbs main section.bbsform form table th {
    line-height: 2;
  }
}
html.bbs main section.bbsform form table td[colspan] {
  text-align: center;
}
html.bbs main section.bbsform form input:not([type=submit]):not([type=radio]):not([type=button]), html.bbs main section.bbsform form textarea {
  font-size: 130%;
  width: 100%;
  padding: 5px;
  border-radius: 6px;
  box-sizing: border-box;
}
html.bbs main section.bbsform form td.sex {
  padding: 0.8em 0.3em;
}
html.bbs main section.bbsform form input[type=submit], html.bbs main section.bbsform form input[type=button] {
  font-size: 100%;
  padding: 5px 60px;
  width: unset !important;
}
html.bbs main section.bbsform form .sys_com {
  font-size: 85%;
}
html.bbs main section.bbslog .page {
  padding: 30px 0;
}
html.bbs main section.bbslog .page table {
  margin: 0 auto;
  font-size: 85%;
}
html.bbs main section.bbslog .page table tr > * {
  padding: 0 5px;
}
html.bbs main section.bbslog .page table tr > * span, html.bbs main section.bbslog .page table tr > * a {
  display: inline-block;
  border-radius: 3px;
  padding: 8px;
  margin: 0 5px;
}
html.bbs main section.bbslog .page table tr > * span {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
html.bbs main section.bbslog .page table tr > * a {
  border: 1px solid #B7A304;
  color: #B7A304;
}
html.bbs main section.bbslog .page table tr > * a:hover {
  background: #B7A304;
  color: black;
  text-decoration: none;
}
html.bbs main section.bbslog ul.logs > p {
  text-align: center;
  padding: 50px 0;
}
html.bbs main section.bbslog ul.logs li {
  padding: 10px;
  line-height: 1.6;
  border: 1px solid #B7A304;
  border-radius: 6px;
  position: relative;
}
html.bbs main section.bbslog ul.logs li + li {
  margin-top: 15px;
}
html.bbs main section.bbslog ul.logs li .log-data {
  font-size: 90%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  background: #B7A304aa;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.3;
}
html.bbs main section.bbslog ul.logs li .log-data > * {
  flex: 0 0 auto;
}
html.bbs main section.bbslog ul.logs li .log-data .author strong {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: unset;
}
@media (width > 730px) {
  html.bbs main section.bbslog ul.logs li .log-data .author strong {
    font-size: 120%;
  }
}
html.bbs main section.bbslog ul.logs li .log-data .date {
  text-align: right;
}
@media (width <= 730px) {
  html.bbs main section.bbslog ul.logs li .log-data .date {
    font-size: 80%;
  }
}
html.bbs main section.bbslog ul.logs li .log-atc {
  position: relative;
}
html.bbs main section.bbslog ul.logs li .log-atc h4 {
  color: #B7A304;
  font-size: 140%;
  margin-bottom: 0.1rem;
}
html.bbs main section.bbslog ul.logs li .log-btns {
  text-align: right;
  font-size: 75%;
}
html.bbs main section.bbslog ul.logs li .log-btns a {
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  padding: 8px 20px;
  margin: 0 5;
  border: 1px solid #B7A304;
  color: #B7A304;
}
@media (width > 730px) {
  html.bbs main section.bbslog ul.logs li .log-btns a {
    font-size: 85%;
  }
}
html.bbs main section.bbslog ul.logs li .log-btns a:hover {
  background: #B7A304;
  color: black;
  text-decoration: none;
}
html.bbs main section.bbslog ul.logs li .res {
  margin-top: 30px;
  padding-left: 50px;
  font-size: 85%;
}
html.bbs main section.bbslog ul.logs li .res-data {
  font-size: 90%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  background: #B7A304aa;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.3;
}
html.bbs main section.bbslog ul.logs li .res-data > * {
  flex: 0 0 auto;
}
html.bbs main section.bbslog ul.logs li .res-data .author strong {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: unset;
}
@media (width > 730px) {
  html.bbs main section.bbslog ul.logs li .res-data .author strong {
    font-size: 120%;
  }
}
html.bbs main section.bbslog ul.logs li .res-data .date {
  text-align: right;
}
@media (width <= 730px) {
  html.bbs main section.bbslog ul.logs li .res-data .date {
    font-size: 80%;
  }
}
html.bbs main section.bbslog ul.logs li .res-atc {
  position: relative;
}
html.bbs main section.bbslog ul.logs li .res-atc h5 {
  color: #B7A304;
  font-size: 140%;
  margin-bottom: 0.1rem;
}

html#bbs main h3 {
  font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 30 / (var(--maxwn) / 1000));
  padding-bottom: 15px;
}

html#bbs-terms main h3 + p + p {
  text-align: center;
  margin-top: -2em;
  color: #B7A304;
  margin-bottom: 2em;
}
html#bbs-terms main ul {
  padding-left: 25px;
  padding-bottom: 50px;
}
html#bbs-terms main ul li {
  list-style: disc;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
html#bbs-terms main .btns2 {
  border-top: 1px solid #B7A304;
  padding-top: 3rem;
  text-align: center;
}
html#bbs-terms main .btns2 a {
  display: inline-block;
  padding: 30px;
  color: #B7A304;
  border: 1px solid #B7A304;
  font-size: 130%;
  text-align: center;
}
@media (width <= 730px) {
  html#bbs-terms main .btns2 a {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (width > 730px) {
  html#bbs-terms main .btns2 a {
    min-width: 15em;
  }
}
html#bbs-terms main .btns2 a:hover {
  background: #B7A304;
  color: black;
  text-decoration: none;
}/*# sourceMappingURL=site_t.css.map */