.normal {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.bold {
  font-weight: 800;
}
body{
  cursor: url('/common/img/pointer01.png'), auto;
}
body a{
  cursor: pointer;
}
header nav.quickmenu li a:hover{
  cursor: pointer;
}
body a:hover{
  cursor: pointer;
}
header.watchscroll.scrolling li:not(:hover), 
header.watchscroll.scrolling li *:not(:hover){
  cursor: pointer;
}
.pc{ display: block; }
.sp{ display: none; }
@media (width <= 730px) {
  .pc{ display: none; }
  .sp{ display: block; }  
}

:root {
  --yt-lgreen: #1bbf44;
  --yt-green: #009a2e;
  --yt-dgreen: #246c2c;
  --yt-orange: #dc5529;
  --yt-lgray: #c6c7c8;
  --yt-dgray: #2a282a;
  --yt-black: #1a1311;
  --yt-red: #d93a3e;
  --yt-lbeige: #fcf9eb;
  --yt-beige: #dcdc84;
  --yt-dbeige: #dcbc84;
  --yt-lpurple: #6573b7;
  --yt-purple: #474f7d;
  --yt-instagrd: linear-gradient(to right, #d6434a, #a30089);
  interpolate-size: allow-keywords;
}
@media (width <= 730px) {
  :root {
    --minw: 360px;
    --minwn: 360;
    --maxw: 100vw;
    --maxwn: 360;
    --pdg: 15px;
    --pdgn: 15;
    --fs: 14px;
  }
}
@media (width > 730px) {
  :root {
    --minw: 730px;
    --minwn: 730;
    --maxw: 1080px;
    --maxwn: 1080;
    --pdg: 60px;
    --pdgn: 60;
    --fs: 15px;
  }
}

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

@media (width > 730px) {
  .inr0 {
    --maxw: 2000px;
    --maxwn: 2000;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr1 {
    --maxw: 1000px;
    --maxwn: 1000;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr2 {
    --maxw: 700px;
    --maxwn: 700;
    --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 > *, .colss > * > * {
  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 > *, .pc-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > *, .pc-colss > * > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.m-row, .m-rows > *, .m-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.m-row > *, .m-rows > * > *, .m-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
@media (width <= 730px) {
  .only-pc {
    display: none;
  }
  .m-row, .m-rows > *, .m-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > *, .m-rowss > * > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > *, .m-colss > * > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.pc-row, .pc-rows > *, .pc-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.btns {
  display: block;
  text-align: center;
  position: relative;
}
.btns > *:not(.wpcf7-spinner) {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  color: white;
  text-align: center;
  border-radius: 0;
  transition: all 0.4s;
  background-color: var(--bgcolor, var(--yt-green));
}
.btns > *:not(.wpcf7-spinner)::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  background-color: color-mix(in srgb, var(--decocolor, white) 70%, transparent);
  -webkit-mask: url("/common/img/i04.svg") no-repeat right -38px bottom -17px/100px;
          mask: url("/common/img/i04.svg") no-repeat right -38px bottom -17px/100px;
}
.btns > *:not(.wpcf7-spinner):hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}
.btns > *:not(.wpcf7-spinner).secondary {
  background-color: var(--yt-orange);
}
.btns > *:not(.wpcf7-spinner) > span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 1.2em 4em;
}
@media (width > 730px) {
  .btns > *:not(.wpcf7-spinner) > span {
    min-width: 7em;
  }
}
.btns > *:not(.wpcf7-spinner):has(.icon) > span {
  padding-left: 6rem;
}
.btns > *:not(.wpcf7-spinner) .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btns > *:has(input) {
  padding: 0 !important;
}
.btns > *:has(input) input {
  all: unset;
}
@media (width <= 730px) {
  .btns > *:has(input) input {
    padding: 1em 3em 1em 2em;
  }
}
@media (width > 730px) {
  .btns > *:has(input) input {
    padding: 1.5em 5em 1.5em 3em;
  }
}

@keyframes flowlr {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  20% {
    opacity: 1;
    transform: translateX(-10%);
  }
  40% {
    opacity: 1;
    transform: translateX(10%);
  }
  60% {
    opacity: 0;
    transform: translateX(30%);
  }
}
body > * > section, body > * > div, body > * section.member {
  background-image: var(--bgimg, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--bgcolor, transparent);
  color: var(--textcolor, var(--yt-black));
}

main section.member {
  padding: 2rem 0;
}
main section.member h3 {
  padding-inline: 20px;
}
main section.member .btns a {
  background: white;
  color: var(--yt-orange);
}
main section.member .btns a .icon {
  fill: var(--yt-orange);
}
@media (width > 730px) {
  main section.member:not(main > section) {
    border-radius: 15px;
  }
}
main .blank {
  background: rgba(221, 221, 221, 0.5333333333);
  height: 600px;
  margin-bottom: 2rem;
}
main h3 {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media (width > 730px) {
  main h3 {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }
}
main h3::after {
  position: absolute;
  content: "";
  display: block;
  background: var(--decoimg) no-repeat left center/contain;
  transform: translateY(-40%);
  margin-left: 5%;
}
@media (width <= 730px) {
  main h3::after {
    top: 5rem;
    right: 0%;
    width: 5rem;
    height: 6rem;
  }
}
@media (width > 730px) {
  main h3::after {
    top: 2rem;
    left: 100%;
    width: 7rem;
    height: 8rem;
  }
}
@media (width <= 730px) {
  main h3:has(> small:nth-child(1))::after {
    top: 5rem;
    right: unset;
    left: 55%;
    width: 8rem;
  }
}
@media (width > 730px) {
  main h3:has(> small:nth-child(1))::after {
    top: 5rem;
    left: 55%;
  }
}
main h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 7rem;
  height: 8rem;
  background: var(--decoimg2) no-repeat right center/contain;
  transform: translateY(-40%);
}
@media (width <= 730px) {
  main h3::before {
    top: 5rem;
    left: 0%;
    width: 5rem;
    height: 6rem;
    margin-left: 5%;
  }
  main .member h3::before{
    margin-left: 0;
  }
}
@media (width > 730px) {
  main h3::before {
    top: 2rem;
    right: 100%;
  }
}
main h3 > * {
  display: inline-block;
}
main h3 > small:nth-child(1) {
  margin-top: 3rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.6rem;
}
main h3 [lang=en] {
  font-size: min(3.4rem, clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 9);
  color: var(--yt-green);
  margin-bottom: min(2rem, clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 30);
}
main h3 [lang=ja] {
  font-size: min(2.5rem, clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 14);
}
@media (width <= 730px) {
  main h3 [lang=ja]:is([lang=en] ~ [lang=ja]) {
    letter-spacing: 0.4ex;
    font-size: min(1.3rem, clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 26);
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
}
@media (width > 730px) {
  main h3 [lang=ja]:is(small) {
    letter-spacing: 0.4ex;
    font-size: min(1.3rem, clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 26);
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  main h3 [lang=ja]:is([lang=en] ~ span) {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2rem;
    font-weight: 500;
  }
}
main h3 + p:not([class]) {
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}
main section.contactbtn {
  margin-top: 4rem;
  text-align: center;
  margin-bottom: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 10 / 100);
  line-height: 1.5;
}
main section.contactbtn p + p {
  margin-top: 1rem;
}
main section.contactbtn a:hover {
  opacity: 0.7;
}
main section.access {
  padding: 4rem 0;
}
@media (width <= 730px) {
  main section.access {
    padding-bottom: 0;
  }
}
main section.access h3 + p {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
}
main section.access .map iframe {
  width: 100%;
  height: 500px;
}
main section.access .contact-btns {
  margin-top: 40px;
}
@media screen {
  main section.access .contact-btns.watchscroll.scrolling a:not(:hover), main section.access .contact-btns.watchscroll.scrolling a *:not(:hover) {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }
  main section.access .contact-btns :nth-child(1 of a):not(:hover) {
    transition-delay: 0s;
  }
  main section.access .contact-btns :nth-child(2 of a):not(:hover) {
    transition-delay: 0.1s;
  }
  main section.access .contact-btns :nth-child(3 of a):not(:hover) {
    transition-delay: 0.2s;
  }
  main section.access .contact-btns :nth-child(4 of a):not(:hover) {
    transition-delay: 0.3s;
  }
  main section.access .contact-btns :nth-child(5 of a):not(:hover) {
    transition-delay: 0.4s;
  }
  main section.access .contact-btns.watchscroll:not(.scrolling) a {
    opacity: 0;
    transform: translateY(10px);
  }
}
main section.access .contact-btns p {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 1.3fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  grid-auto-flow: row;
  grid-template-areas: "tel mail order line" "tel mail order instagram";
}
main section.access .contact-btns p .tel {
  grid-area: tel;
}
main section.access .contact-btns p .mail {
  grid-area: mail;
}
main section.access .contact-btns p .order {
  grid-area: order;
}
main section.access .contact-btns p .line {
  grid-area: line;
}
main section.access .contact-btns p .instagram {
  grid-area: instagram;
}
main section.access .contact-btns p a {
  background: var(--bgcolor, var(--yt-green));
  color: white;
  padding: 1em;
  align-items: center;
}
main section.access .contact-btns p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main section.access .contact-btns p a span {
  display: inline-block;
  text-align: center;
}
main section.access .contact-btns p a .icon {
  flex: 1 1 0;
  text-align: center;
  padding-block: 0.5rem;
}
main section.access .contact-btns p a .icon svg {
  width: 20%;
  aspect-ratio: 1/1;
}
main section.access .contact-btns p a .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}

#venue_back{
  background-image:url("/common/img/02/back01.png");
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 16 / 5;
  padding-top: 15%;
  background-size: cover;
}
#venue_back h3{
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media (width <= 730px) {
  #venue_back{
    padding-top: 5%;
  }
}

main section.access .contact-btns p a .text svg {
  width: 100%;
}
main section.access .contact-btns p a svg {
  fill: white;
  -o-object-fit: contain;
     object-fit: contain;
}
main section.access .contact-btns p a.tel .text svg .cls-4 {
  fill: var(--yt-green);
}
main section.access .contact-btns p a.line, main section.access .contact-btns p a.instagram {
  padding: 0.5em;
}
@media (width > 730px) {
  main section.access .contact-btns p a.line .text, main section.access .contact-btns p a.instagram .text {
    font-size: 0.7rem;
  }
}

html#idx main section.kv {
  position: relative;
  margin-bottom: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 10 / 100);
}
@media screen {
  html#idx main section.kv.watchscroll.scrolling p.inr:not(:hover), html#idx main section.kv.watchscroll.scrolling p.inr *:not(:hover) {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
  }
  html#idx main section.kv :nth-child(1 of p.inr):not(:hover) {
    transition-delay: 0s;
  }
  html#idx main section.kv.watchscroll:not(.scrolling) p.inr {
    opacity: 0;
    transform: translateY(-10px);
  }
}
html#idx main section.kv > div {
  -webkit-mask: url("/common/img/11.png") no-repeat center bottom/max(1600px, 100%) 100%;
          mask: url("/common/img/11.png") no-repeat center bottom/max(1600px, 100%) 100%;
  min-height: 800px;
  position: relative;
}
html#idx main section.kv > div figure {
  position: absolute;
  inset: 0;
  z-index: -1;
}
html#idx main section.kv > div figure video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9;
}
@media (width <= 730px) {
  html#idx main section.kv > div {
    text-align: center;
  }
}
@media (width > 730px) {
  html#idx main section.kv > div {
    padding: 50px;
  }
  html#idx main section.kv > div::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    bottom: 15%;
    left: 5%;
    width: 15px;
    height: 90px;
    background: url("/common/img/15.svg") no-repeat center/contain;
  }
}
html#idx main section.kv > p {
  position: absolute;
  transform: translateY(-51%);
  background: url("/common/img/12.svg") no-repeat center/contain;
  text-align: right;
}
@media (width <= 730px) {
  html#idx main section.kv > p {
    top: 96%;
    right: 35%;
    width: 110%;
  }
  html#idx main section.kv img{
    width: 25%;
    margin: 3% 0 0 0;
    float: left;
  }
  html#idx main section.kv > p.under {
    top: 91%;
    right: 0;
    width: 100%;
    transform: none;
    background: none;
  }
  html#idx main section.kv > p.under img {
    width: 100%;
    margin: 0;
    float: none;
    right: 0;
  }
}
@media (width > 730px) {
  html#idx main section.kv > p {
    top: 95%;
    right: 55%;
    width: max(55%, 550px);
  }
}
html#idx main section.kv > p img {
  position: relative;
  right: -50px;
}
@media (width <= 730px) {
  html#idx main section.kv > p img {
    width: 66%;
  }
}
@media (width > 730px) {
  html#idx main section.kv > p img {
    width: 60%;
  }
}
html#idx main section.topics {
  padding: 4rem 0;
}
html#idx main section.topics ul {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 4rem;
}
html#idx main section.topics ul li {
  border-top: 1px solid var(--yt-lgray);
}
html#idx main section.topics ul li:last-child {
  border-bottom: 1px solid var(--yt-lgray);
}
html#idx main section.topics ul li a {
  padding: 1rem;
  gap: 1rem;
  align-items: baseline;
}
html#idx main section.topics ul li a .row {
  flex: 0 0 auto;
  gap: 1rem;
  align-items: baseline;
  justify-content: flex-start;
}
html#idx main section.topics ul li a .row > * {
  flex: 0 0 auto;
}
html#idx main section.topics ul li a time, html#idx main section.topics ul li a .category {
  flex: 0 0 auto;
}
html#idx main section.topics ul li a .category {
  font-weight: 800;
  border: 2px solid var(--yt-green);
  padding: 3px 0;
  width: 5em;
  text-align: center;
  color: var(--yt-green);
}
html#idx main section.topics ul li a .category.secondary {
  background: var(--yt-green);
  color: white;
}
html#idx main section.topics ul li a > span:last-child {
  flex: 1 1 auto;
  line-height: 1.3;
}
html#idx main section.topics ul li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
}

html#idx main section.plan {
  padding: 4rem 0;
}
html#idx main section.plan section + section {
  margin-top: 8rem;
}
@media (width <= 730px) {
  html#idx main section.plan section:nth-child(4) {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 0 3rem;
    grid-template-columns: 1fr auto;
    grid-template-areas: "intro intro" "imgs title" "desc title" "btns btns";
  }
  html#idx main section.plan section:nth-child(4) .imgs {
    grid-area: imgs;
  }
  html#idx main section.plan section:nth-child(4) .title {
    grid-area: title;
  }
  html#idx main section.plan section:nth-child(4) .intro {
    grid-area: intro;
  }
  html#idx main section.plan section:nth-child(4) .desc {
    display: contents;
  }
  html#idx main section.plan section:nth-child(4) .m-desc {
    grid-area: desc;
  }
  html#idx main section.plan section:nth-child(4) .btns {
    grid-area: btns;
  }
  html#idx main section.plan section:nth-child(4) figure {
    margin-top: 1rem !important;
  }
  html#idx main section.plan section:nth-child(4) figure img {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 20cqw;
  }
}
@media (width > 730px) {
  html#idx main section.plan section {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 3rem;
  }
  html#idx main section.plan section:nth-child(even) {
    grid-template-columns: 1fr auto 2fr;
    grid-template-areas: "imgs title intro" "imgs title desc";
  }
  html#idx main section.plan section:nth-child(odd) {
    grid-template-columns: 2fr auto 1fr;
    grid-template-areas: "intro title imgs" "desc title imgs";
  }
  html#idx main section.plan section .imgs {
    grid-area: imgs;
  }
  html#idx main section.plan section .title {
    grid-area: title;
  }
  html#idx main section.plan section .intro {
    grid-area: intro;
  }
  html#idx main section.plan section .desc {
    grid-area: desc;
  }
}
html#idx main section.plan section h4 {
  font-size: min(3.5rem, clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 10);
  font-family: inherit;
}
html#idx main section.plan section h5 {
  font-family: inherit;
  font-size: min(1.9rem, clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 14);
  line-height: 1.4;
  margin-bottom: 2rem;
}
html#idx main section.plan section .title {
  margin-top: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (width <= 730px) {
  html#idx main section.plan section .title {
    width: -moz-max-content;
    width: max-content;
    margin-block: auto;
  }
}
html#idx main section.plan section .intro {
  margin-top: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (width <= 730px) {
  html#idx main section.plan section .intro {
    margin-top: 2rem;
    text-align: center;
  }
}
html#idx main section.plan section .intro h4 {
  font-size: 2.7rem;
}
html#idx main section.plan section figure {
  container-type: inline-size;
}
@media (width <= 730px) {
  html#idx main section.plan section figure {
    margin-block: 2rem !important;
  }
}
html#idx main section.plan section figure > * img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 730px) {
  html#idx main section.plan section figure > * img {
    aspect-ratio: 16/9;
  }
}
@media (width <= 730px) {
  html#idx main section.plan section figure > *:nth-child(1) img {
    border-top-right-radius: 20cqw;
  }
}
@media (width > 730px) {
  html#idx main section.plan section figure > *:nth-child(1) img {
    border-top-right-radius: 40cqw;
    aspect-ratio: 1/1;
  }
}
@media (width <= 730px) {
  html#idx main section.plan section figure > *:nth-child(2) img, html#idx main section.plan section figure > *:only-child img {
    border-bottom-left-radius: 20cqw;
  }
}
@media (width > 730px) {
  html#idx main section.plan section figure > *:nth-child(2) img, html#idx main section.plan section figure > *:only-child img {
    border-bottom-left-radius: 40cqw;
    margin-top: 10px;
  }
}
html#idx main section.plan section .desc {
  line-height: 2;
}
html#idx main section.plan section .desc .btns {
  margin-top: 4rem;
}
html#idx main .etcsections {
  background-repeat: repeat;
  background-size: 1600px;
}
html#idx main section.details {
  padding: 4rem 0;
}
@media (width <= 730px) {
  html#idx main section.details section {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 0 3rem;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title imgs" "title desc" "btns btns";
  }
  html#idx main section.details section .imgs {
    grid-area: imgs;
  }
  html#idx main section.details section .title {
    grid-area: title;
  }
  html#idx main section.details section .desc {
    display: contents;
  }
  html#idx main section.details section .m-desc {
    grid-area: desc;
  }
  html#idx main section.details section .btns {
    grid-area: btns;
  }
  html#idx main section.details section figure {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html#idx main section.details section figure img {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 20cqw;
  }
}
@media (width > 730px) {
  html#idx main section.details section {
    display: grid;
    grid-template-rows: 1fr;
    gap: 3rem;
    grid-template-columns: 2fr auto 1fr;
    grid-template-areas: "desc title imgs";
  }
  html#idx main section.details section .imgs {
    grid-area: imgs;
  }
  html#idx main section.details section .title {
    grid-area: title;
  }
  html#idx main section.details section .desc {
    grid-area: desc;
  }
}
html#idx main section.details section h5 {
  font-family: inherit;
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
html#idx main section.details section .title {
  margin-top: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
html#idx main section.details section figure {
  container-type: inline-size;
}
html#idx main section.details section figure > * img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 40cqw;
}
@media (width > 730px) {
  html#idx main section.details section figure > * img {
    aspect-ratio: 1/1;
  }
}
html#idx main section.details section .desc {
  margin-top: 1rem;
  line-height: 2;
}
html#idx main section.details section .desc .btns {
  margin-top: 2rem;
}
html#idx main section.character {
  padding: 4rem 0;
}
@media screen {
  html#idx main section.character.watchscroll.scrolling figure:not(:hover), html#idx main section.character.watchscroll.scrolling figure *:not(:hover) {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
  }
  html#idx main section.character :nth-child(1 of figure):not(:hover) {
    transition-delay: 1s;
  }
  html#idx main section.character :nth-child(2 of figure):not(:hover) {
    transition-delay: 2s;
  }
  html#idx main section.character.watchscroll:not(.scrolling) figure {
    opacity: 0;
    transform: translateY(-10px);
  }
}
html#idx main section.character .pc-row {
  gap: 6rem;
}
html#idx main section.character figure {
  flex: 1;
  text-align: center;
}
html#idx main section.character figure img {
  width: 100%;
  aspect-ratio: 10/7;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5rem;
}
html#idx main section.character figure figcaption h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: var(--textcolor, var(--yt-black));
}
html#idx main section.character figure figcaption p {
  line-height: 2;
}

html.sec main section:not(.member) {
  background: var(--bgimg, none) no-repeat center/cover color-mix(in srgb, var(--bgcolor, white) 60%, white);
  background-blend-mode: luminosity;
}
html.sec main > section .pc-row {
  align-items: center;
  gap: 2rem;
}
html.sec main > section .pc-row > * {
  flex: var(--pcflex, 1 1 auto);
}
html.sec main > section p:not([class]) {
  line-height: 1.8;
}
html.sec main > section > section {
  border-top: 1px solid var(--titlecolor, var(--yt-green));
  padding: 6rem 0;
}
html.sec main > section > section h4 {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 2rem;
  background: var(--titlecolor, var(--yt-green));
  color: white;
  text-align: center;
  padding: 0.5rem 4rem;
  letter-spacing: 0.3ex;
  font-weight: 800;
  font-size: 1.3rem;
  margin-top: -6rem;
  transform: translateY(-50%);
}
html.sec main section.kv {
  position: relative;
  margin-bottom: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 10 / 100);
}
@media screen {
  html.sec main section.kv.watchscroll.scrolling p.inr:not(:hover), html.sec main section.kv.watchscroll.scrolling p.inr *:not(:hover) {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
  }
  html.sec main section.kv :nth-child(1 of p.inr):not(:hover) {
    transition-delay: 0s;
  }
  html.sec main section.kv.watchscroll:not(.scrolling) p.inr {
    opacity: 0;
    transform: translateY(-10px);
  }
}
html.sec main section.kv > div {
  height: 90px;
  padding: 50px;
  position: relative;
  background: var(--bgimg) no-repeat center bottom/max(2000px, 100%);
}
@media (width <= 730px) {
  html.sec main section.kv > div {
    -webkit-mask: url("/common/img/16.svg") no-repeat center bottom/max(1600px, 100%) auto;
            mask: url("/common/img/16.svg") no-repeat center bottom/max(1600px, 100%) auto;
    text-align: center;
  }
}
@media (width > 730px) {
  html.sec main section.kv > div {
    -webkit-mask: url("/common/img/11.png") no-repeat center bottom/max(1600px, 100%) auto;
            mask: url("/common/img/11.png") no-repeat center bottom/max(1600px, 100%) auto;
  }
  html.sec main section.kv > div::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    bottom: 15%;
    left: 5%;
    width: 15px;
    height: 90px;
    background: url("/common/img/15.svg") no-repeat center/contain;
  }
}
html.sec main section.kv > h2.pgtitle {
  position: absolute;
  transform: translateY(-51%);
  background: url("/common/img/12.svg") no-repeat center/contain;
  text-align: right;
  height: 115px;
  box-sizing: border-box;
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.3ex;
}
@media (width <= 730px) {
  html.sec main section.kv > h2.pgtitle {
    top: 90%;
    left: 50%;
    width: 85%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
}
@media (width > 730px) {
  html.sec main section.kv > h2.pgtitle {
    top: 85%;
    right: 55%;
    width: min(55%, 800px);
    padding-right: 20%;
    text-align: right;
  }
}
html.sec main section.kv > h2.pgtitle img {
  position: relative;
  right: -50px;
}
@media (width <= 730px) {
  html.sec main section.kv > h2.pgtitle img {
    width: 66%;
  }
}
@media (width > 730px) {
  html.sec main section.kv > h2.pgtitle img {
    width: 60%;
  }
}

html#hall main section#s01 h3 {
  margin-bottom: -2rem;
}
html#hall main section#s01 h3 + div {
  padding-bottom: 60px;
}
@media (width > 730px) {
  html#hall main section#s01 h3 + div > *:nth-child(2) {
    padding-block: 3rem;
  }
}
@media (width <= 730px) {
  html#hall main section#s01 > section .m-col table, html#hall main section#s01 > section .m-col tbody, html#hall main section#s01 > section .m-col .hall-map {
    display: contents;
  }
  html#hall main section#s01 > section .m-col tr {
    display: block;
    text-align: center;
    margin-top: 2rem;
  }
  html#hall main section#s01 > section .m-col tr > * {
    display: inline;
  }
  html#hall main section#s01 > section .m-col tr:nth-child(1) {
    order: 1;
  }
  html#hall main section#s01 > section .m-col .hall-map > *:nth-child(1) {
    order: 2;
  }
  html#hall main section#s01 > section .m-col tr:nth-child(2) {
    order: 3;
  }
  html#hall main section#s01 > section .m-col .hall-map > *:nth-child(2) {
    order: 4;
  }
  html#hall main section#s01 > section .m-col .gallery {
    order: 5;
    margin-top: 2rem;
  }
}
html#hall main section#s01 > section table {
  margin-inline: auto;
  margin-block: 4rem;
}
html#hall main section#s01 > section table td {
  font-weight: 800;
  font-size: 1.3rem;
  padding: 0.5rem;
}
html#hall main section#s01 > section .hall-map {
  position: relative;
  margin-bottom: 3rem;
  justify-content: center;
}
html#hall main section#s01 > section .hall-map > * {
  position: relative;
  max-width: 400px;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width <= 730px) {
  html#hall main section#s01 > section .hall-map > * {
    padding: 2rem 4rem;
  }
}
@media (width > 730px) {
  html#hall main section#s01 > section .hall-map > * {
    padding: 2rem;
  }
}
@media (width <= 730px) {
  html#hall main section#s01 > section .hall-map > *::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 2rem;
    left: 1rem;
    width: 40px;
    height: 40px;
    background: var(--dirimg) no-repeat center/contain;
  }
}
@media (width > 730px) {
  html#hall main section#s01 > section .hall-map > *:last-child::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 2rem;
    left: 100%;
    width: 40px;
    height: 40px;
    background: var(--dirimg) no-repeat center/contain;
  }
}
html#hall main section#s01 > section .hall-map > *:last-child::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: var(--decoimg) no-repeat center/contain;
}
@media (width <= 730px) {
  html#hall main section#s01 > section:nth-of-type(1) .hall-map > *:last-child::after {
    left: 5%;
  }
}
@media (width > 730px) {
  html#hall main section#s01 > section:nth-of-type(1) .hall-map > *:last-child::after {
    left: 95%;
  }
}
@media (width <= 730px) {
  html#hall main section#s01 > section:nth-of-type(2) .hall-map > *:last-child::after {
    left: 5%;
  }
}
@media (width > 730px) {
  html#hall main section#s01 > section:nth-of-type(2) .hall-map > *:last-child::after {
    right: 100%;
  }
}
html#hall main section#s01 > section .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html#hall main section#s01 > section .gallery .main img {
  aspect-ratio: 16/9;
}
html#hall main section#s01 > section .gallery .thumb {
  margin-top: 1rem;
  gap: 0.5rem;
}
html#hall main section#s01 > section .gallery .thumb > * {
  flex: 1;
}
html#hall main section#s01 > section .gallery .thumb > * img {
  aspect-ratio: 1/1;
  cursor:pointer;
}

html#flow section#s01 h3 {
  margin-bottom: 0rem;
}
@media (width > 730px) {
  html#flow section#s01 h3 + div {
    align-items: flex-start;
    margin-bottom: -5rem;
  }
}
@media (width > 730px) {
  html#flow section#s01 h3 + div > *:nth-child(1) {
    padding: 2rem 0 8rem;
  }
}
html#flow section#s011 {
  background-repeat: no-repeat;
  background-position: top left 20%;
  background-size: 80% 100%;
  background-blend-mode: normal;
}
@media (width <= 730px) {
  html#flow section#s011 {
    background-image: none;
  }
}
html#flow section#s011 ul li {
  align-items: center;
  gap: 2rem;
}
@media (width <= 730px) {
  html#flow section#s011 ul li {
    padding: 4rem 0;
  }
  html#flow section#s011 ul li:not(:last-child) {
    background: url("/common/img/03/25.svg") repeat-x center bottom 20px/500px;
  }
}
@media (width > 730px) {
  html#flow section#s011 ul li {
    padding: 2rem 0;
    width: clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%);
  }
  html#flow section#s011 ul li:nth-child(1) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0);
  }
  html#flow section#s011 ul li:nth-child(2) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.2);
  }
  html#flow section#s011 ul li:nth-child(3) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.4);
  }
  html#flow section#s011 ul li:nth-child(4) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.9);
  }
  html#flow section#s011 ul li:nth-child(5) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 1);
  }
  html#flow section#s011 ul li:nth-child(6) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.6);
  }
}
html#flow section#s011 ul li h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  position: relative;
}
@media (width <= 730px) {
  html#flow section#s011 ul li h5 {
    text-align: center;
  }
}
html#flow section#s011 ul li h5 .num {
  position: absolute;
  top: -4rem;
  font-size: 12rem;
  color: color-mix(in srgb, var(--yt-green) 10%, transparent);
}
@media (width <= 730px) {
  html#flow section#s011 ul li h5 .num {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (width > 730px) {
  html#flow section#s011 ul li h5 .num {
    left: -3rem;
  }
}
html#flow section#s011 ul li p {
  margin-top: 2rem;
}
@media (width <= 730px) {
  html#flow section#s011 ul li p {
    text-align: center;
  }
}
@media (width > 730px) {
  html#flow section#s011 ul li p {
    margin-left: 3rem;
  }
}
html#flow section#s011 ul li p strong {
  font-size: 1.5rem;
  color: var(--yt-red);
}
@media (width <= 730px) {
  html#flow section#s011 ul li figure {
    max-width: 150px;
    margin-inline: auto;
  }
}
@media (width > 730px) {
  html#flow section#s011 ul li figure {
    flex: 0 0 min(35%, 100% - 30rem);
  }
}
html#flow section#s011 ul li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
html#flow section:has(h3 > small:nth-child(1)) {
  padding-bottom: 5rem;
}
html#flow section:has(h3 > small:nth-child(1)) h3 + div {
  margin-bottom: 3rem;
}
html#flow section:is(#s012, #s02, #s03, #s04) {
  padding-top: 3rem;
}
html#flow section:is(#s012, #s02, #s03, #s04) ul li {
  padding-block: 1rem;
  gap: 2rem;
}
html#flow section:is(#s012, #s02, #s03, #s04) ul li h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: var(--yt-green);
  line-height: 1.4;
}
@media (width > 730px) {
  html#flow section:is(#s012, #s02, #s03, #s04) ul li figure {
    flex: 0 0 40%;
  }
}
html#flow section:is(#s012, #s02, #s03, #s04) ul li figure img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
html#flow section:is(#s012, #s02, #s03, #s04) ul li figure img[src*=".jpg"] {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
html#flow section:is(#s012, #s02, #s03, #s04) a {
  text-decoration: underline;
  color: var(--yt-green);
}
@media (width <= 730px) {
  html#flow section#s012 ul li {
    text-align: center;
    padding-block: 2rem;
  }
  html#flow section#s012 ul li > div {
    display: contents;
  }
  html#flow section#s012 ul li > div h5 {
    order: 1;
  }
  html#flow section#s012 ul li > div p {
    order: 3;
  }
  html#flow section#s012 ul li figure {
    order: 2;
  }
}
html#flow section#s012 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
html#flow section#s02 ul li {
  align-items: center;
  gap: 2rem;
}
@media (width > 730px) {
  html#flow section#s02 ul li {
    padding: 2rem 0;
    width: clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%);
  }
  html#flow section#s02 ul li:nth-child(1) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0);
  }
  html#flow section#s02 ul li:nth-child(2) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 1);
  }
  html#flow section#s02 ul li:nth-child(3) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.1);
  }
  html#flow section#s02 ul li:nth-child(4) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.9);
  }
  html#flow section#s02 ul li:nth-child(5) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.2);
  }
  html#flow section#s02 ul li:nth-child(6) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.4);
  }
  html#flow section#s02 ul li:nth-child(7) {
    padding-left: calc((100% - clamp(40rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 70 / 100, 100%)) * 0.6);
  }
}
html#flow section#s02 ul li figure {
  flex: 0 0 25%;
}
html#flow section#s03 {
  text-align: center;
}
html#flow section#s03 h3 + div > * + * {
  margin-top: 1em !important;
}
html#flow section#s04 {
  text-align: center;
}
html#flow section#s04 div.pc-row figure {
  max-width: 300px;
  margin-inline: auto;
}
html#flow section#s04 div.pc-row figure img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}

html#plan main section#s013 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 2rem;
}
html#plan main section#s013 ul > * {
  max-width: 300px;
  margin-inline: auto;
}
html#plan main section#s013 ul li {
  text-align: center;
}
html#plan main section#s013 ul li figure figcaption {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--yt-green);
  line-height: 1.3;
}
html#plan main section#s013 ul li figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}

html#plan main section#s014 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 2rem;
}
html#plan main section#s014 ul > * {
  max-width: 300px;
  margin-inline: auto;
}
html#plan main section#s014 ul li {
  text-align: center;
}
html#plan main section#s014 ul li figure figcaption {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--yt-green);
  line-height: 1.3;
}
html#plan main section#s014 ul li figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}


/*-----------------------------------------------------*/
/* company */
/*-----------------------------------------------------*/
html#company h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
html#company section#s01 {
  margin-bottom: 7rem;
}
html#company section#s01 h4 + div p {
  line-height: 2;
}
html#company section#s01 .credit {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}
html#company section#s01 .credit img {
  margin-bottom: 1rem;
}
html#company section#s02 {
  padding-block: 4rem;
  position: relative;
}
html#company section#s02::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: -30px;
  left: 60%;
  width: 100px;
  height: 100px;
  background: var(--decoimg) no-repeat center/contain;
}
html#company section#s02::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -30px;
  right: 10%;
  width: 150px;
  height: 150px;
  background: var(--decoimg2) no-repeat center/contain;
}
html#company section#s02 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--yt-green);
}
html#company section#s02 table tr > * {
  padding: min(1.5rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 4 / 100);
  border-bottom: 1px solid var(--yt-green);
}
html#company section#s02 table th {
  background: #eee;
}
html#company section#s02 table td {
  background: white;
}
html#company .clear{
  clear: both;
  overflow: hidden;
}
html#company .left{
  float: left;
  width: 63%;
}
html#company .right{
  float: right;
  width: 35%;
  text-align: center;
}
html#company .right img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (width <= 730px) {
  html#company .left{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  html#company .right{
    float: none;
    width: 100%;
    text-align: center;
  }
  html#company .right img{
    width: 50%;
    height: auto;
  }
}
/*-----------------------------------------------------*/
/* membership */
/*-----------------------------------------------------*/
html#membership h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
html#membership .member_top{
  font-size: 1.4rem;
}
html#membership section#s01 {
  margin-bottom: 7rem;
}
html#membership section#s01 h4 + div p {
  line-height: 2;
}
html#membership section#s01 .credit {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}
html#membership section#s01 .credit img {
  margin-bottom: 1rem;
}
html#membership section#s02 {
  padding-block: 4rem;
  position: relative;
}
html#membership section#s02::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: -30px;
  left: 60%;
  width: 100px;
  height: 100px;
  background: var(--decoimg) no-repeat center/contain;
}
html#membership section#s02::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -30px;
  right: 10%;
  width: 150px;
  height: 150px;
  background: var(--decoimg2) no-repeat center/contain;
}
html#membership section#s02 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--yt-green);
}
html#membership section#s02 table tr > * {
  padding: min(1.5rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 4 / 100);
  border-bottom: 1px solid var(--yt-green);
}
html#membership section#s02 table th {
  background: #eee;
  vertical-align: top;
}
html#membership section#s02 table th span{
  color: red;
}
html#membership section#s02 table td {
  background: white;
}
html#membership section#s02 table td input{
  padding: 3px 5px;
}
html#membership section#s02 table td span{
  display: block;
  color: red;
}
html#membership section#s02 .btn_area{
  text-align: center;
  padding: 10px;
}
html#membership section#s02 .btn_area input{
  padding: 5px 30px;
  color: #fff;
  background-color: #eb6100;
  border-radius: 5px;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
html#membership section#s02 ul{
  display: none;
}
html#membership section#s02 p.attention{
  padding: 5px 0;
}
html#membership section#s02 p.attention span{
  color: red;
}
html#membership section#s02 .wpcf7-response-output{
  color: red;
  text-align: center;
}
.recaptcha div{
  margin: 10px auto;
}

/*-----------------------------------------------------*/
/* contact_form */
/*-----------------------------------------------------*/
html#contact_form h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
html#contact_form section#s01 {
  margin-bottom: 7rem;
}
html#contact_form .contact_top{
  font-size: 1.4rem;
}
html#contact_form section#s01 h4 + div p {
  line-height: 2;
}
html#contact_form section#s01 .credit {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}
html#contact_form section#s01 .credit img {
  margin-bottom: 1rem;
}
html#contact_form section#s02 {
  padding-block: 4rem;
  position: relative;
}
html#contact_form section#s02::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: -30px;
  left: 60%;
  width: 100px;
  height: 100px;
  background: var(--decoimg) no-repeat center/contain;
}
html#contact_form section#s02::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -30px;
  right: 10%;
  width: 150px;
  height: 150px;
  background: var(--decoimg2) no-repeat center/contain;
}
html#contact_form section#s02 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--yt-green);
}
html#contact_form section#s02 table tr > * {
  padding: min(1.5rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 4 / 100);
  border-bottom: 1px solid var(--yt-green);
}
html#contact_form section#s02 table th {
  background: #eee;
  vertical-align: top;
}
html#contact_form section#s02 table th span{
  color: red;
}
html#contact_form section#s02 table td {
  background: white;
}
html#contact_form section#s02 table td input{
  padding: 3px 5px;
}
html#contact_form section#s02 table td span{
  display: block;
  color: red;
}
html#contact_form section#s02 .btn_area{
  text-align: center;
  padding: 10px;
}
html#contact_form section#s02 .btn_area input{
  padding: 5px 30px;
  color: #fff;
  background-color: #eb6100;
  border-radius: 5px;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
html#contact_form section#s02 ul{
  display: none;
}
html#contact_form section#s02 p.attention{
  padding: 5px 0;
}
html#contact_form section#s02 p.attention span{
  color: red;
}
html#contact_form section#s02 .wpcf7-response-output{
  color: red;
  text-align: center;
}

/*-----------------------------------------------------*/
/* recruit */
/*-----------------------------------------------------*/
html#recruit h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
  padding-top: 1rem;
}
html#recruit section#s01 {
  margin-bottom: 7rem;
}
html#recruit .contact_top{
  font-size: 1.4rem;
}
html#recruit section#s01 h4 + div p {
  line-height: 2;
}
html#recruit section#s01 .credit {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}
html#recruit section#s01 .credit img {
  margin-bottom: 1rem;
}
html#recruit section#s02 {
  padding-block: 4rem;
  position: relative;
}
html#recruit section#s02::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: -30px;
  left: 60%;
  width: 100px;
  height: 100px;
  background: var(--decoimg) no-repeat center/contain;
}
html#recruit section#s02::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -30px;
  right: 10%;
  width: 150px;
  height: 150px;
  background: var(--decoimg2) no-repeat center/contain;
}
html#recruit section#s02 .log{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
}
html#recruit section#s02 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--yt-green);
}
html#recruit section#s02 table tr > * {
  padding: min(1.5rem, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1080px) * 4 / 100);
  border-bottom: 1px solid var(--yt-green);
}
html#recruit section#s02 table th {
  background: #eee;
  vertical-align: top;
  width: 25%;
}
html#recruit section#s02 table th span{
  color: red;
}
html#recruit section#s02 table td {
  background: white;
  line-height: 140%;
}
html#recruit section#s02 table td input{
  padding: 3px 5px;
}
html#recruit section#s02 table td span{
  display: block;
  color: red;
}
html#recruit section#s02 .btn_area{
  text-align: center;
  padding: 10px;
}
html#recruit section#s02 .btn_area input{
  padding: 5px 30px;
  color: #fff;
  background-color: #eb6100;
  border-radius: 5px;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
html#recruit section#s02 ul{
  display: none;
}
html#recruit section#s02 p.attention{
  padding: 5px 0;
}
html#recruit section#s02 p.attention span{
  color: red;
}
html#recruit section#s02 .wpcf7-response-output{
  color: red;
  text-align: center;
}
html#recruit #message_area{
  font-size: 1.6rem;
  text-align: center;
}
/*-----------------------------------------------------*/
/* topics_list */
/*-----------------------------------------------------*/
html#topics_list h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
html#topics_list h5 {
  text-align: right;
  margin-bottom: 30px;
  font-size: 1rem;
}
html#topics_list section.topics {
  padding: 4rem 0;
}
html#topics_list section.topics ul {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 4rem;
}
html#topics_list section.topics ul li {
  border-top: 1px solid var(--yt-lgray);
}
html#topics_list section.topics ul li:last-child {
  border-bottom: 1px solid var(--yt-lgray);
}
html#topics_list section.topics ul li a {
  padding: 1rem;
  gap: 1rem;
  align-items: baseline;
}
html#topics_list section.topics ul li a .row {
  flex: 0 0 auto;
  gap: 1rem;
  align-items: baseline;
  justify-content: flex-start;
}
html#topics_list section.topics ul li a .row > * {
  flex: 0 0 auto;
}
html#topics_list section.topics ul li a time, html#topics_list section.topics ul li a .category {
  flex: 0 0 auto;
}
html#topics_list section.topics ul li a .category {
  font-weight: 800;
  border: 2px solid var(--yt-green);
  padding: 3px 0;
  width: 5em;
  text-align: center;
  color: var(--yt-green);
}
html#topics_list section.topics ul li a .category.secondary {
  background: var(--yt-green);
  color: white;
}
html#topics_list section.topics ul li a > span:last-child {
  flex: 1 1 auto;
  line-height: 1.3;
}
html#topics_list section.topics ul li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
}
html#topics_list .btn_area{
  text-align: center;
  padding: 10px;
}
html#topics_list .btn_area a{
  padding: 5px 30px;
  color: #fff;
  background-color: #eb6100;
  border-radius: 5px;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
html#topics_list .btn_area a:hover{
  text-decoration: none;
  background-color: #ffba89;
}

/*-----------------------------------------------------*/
/* topics_detail */
/*-----------------------------------------------------*/
html#topics_detail h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
html#topics_detail h5 {
  text-align: right;
  margin-bottom: 30px;
  font-size: 1rem;
}
html#topics_detail .topics_area {
  font-size: 1.2rem;
  line-height: 150%;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #CCCCCC;
}
html#topics_detail section#s01{
  margin-bottom: 5rem;
}
html#topics_detail .btn_area{
  text-align: center;
  padding: 10px;
}
html#topics_detail .btn_area a{
  padding: 5px 30px;
  color: #fff;
  background-color: #eb6100;
  border-radius: 5px;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
html#topics_detail .btn_area a:hover{
  text-decoration: none;
  background-color: #ffba89;
}

/*-----------------------------------------------------*/
/* plan */
/*-----------------------------------------------------*/
html#plan h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
html#plan .under{
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 4rem;
}
html#plan h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--yt-green);
  line-height: 1.4;
}
html#plan .blank {
  background-color: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
}
html#plan #s012 .blank {
  background-color: transparent;
}
html#plan .log{
  padding: 10px;
  font-size: 1.3rem;
  line-height: 140%;
  margin: 30px auto 40px;
  border-radius: 10px;
  max-width: 1000px;
}
html#plan dl{
  width: 80%;
  margin: 0 auto 30px;
  clear: both;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
html#plan dl dt{
  width: 20%;
  float: left;
  padding: 2%;
}
html#plan dl dt img{
  width: 100%;
}
html#plan dl dd{
  width: 70%;
  float: right;
  padding: 2%;
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 140%;
}
html#plan dl dd.p0{
  padding-top: 2%;
}
@media (width <= 730px) {
  html#plan h5 {
    font-size: 1.5rem;
  }
  html#plan dl{
    width: 96%;
  }
  html#plan dl dt{
    width: auto;
    float: none;
    text-align: center;
  }
  html#plan dl dt img{
    width: 40%;
  }
  html#plan dl dd{
    width: auto;
    float: none;
    padding: 0 5% 5%;
  }
  html#plan main > section > section{
    padding: 3rem 0;
  }
}


html#plan2 main section#s01 > .inr {
  margin-bottom: 5rem;
}
html#plan2 main section#s01 .pc-row {
  position: relative;
  align-items: flex-start;
}
html#plan2 main section#s01 .pc-row::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  background: var(--decoimg) no-repeat center/contain;
}
html#plan2 main section#s01 .pc-row figure figcaption {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
html#plan2 main section#s01 .pc-row h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
html#plan2 main section#s01 .pc-row p {
  line-height: 1.7;
}
html#plan2 main section#s01 .pc-row p + h5 {
  margin-top: 3rem;
}
html#plan2 main section#s01 section#s012, 
html#plan2 main section#s01 section#s013, 
html#plan2 main section#s01 section#s014 {
  text-align: center;
}
html#plan2 main section#s01 section#s012 figure, 
html#plan2 main section#s01 section#s013 figure, 
html#plan2 main section#s01 section#s014 figure {
  margin-block: 1rem !important;
}
html#plan2 main section#s01 section#s012 h4 + div ~ div,
html#plan2 main section#s01 section#s013 h4 + div ~ div,
html#plan2 main section#s01 section#s014 h4 + div ~ div {
  margin-top: 5rem;
}/*# sourceMappingURL=site_t.css.map */