.normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

.bold {
  font-weight: 600;
}

.archivo {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
}

.row, html#info main section#s05-calendar .holiday-titles, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, html#info main section#s05-calendar .holiday-titles > *, .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, html#info main section#s05-calendar .fixedrow.holiday-titles {
  align-items: flex-start;
}

.row.fixedrow > *, html#info main section#s05-calendar .fixedrow.holiday-titles > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + *, html#info main section#s05-calendar .fixedrow.holiday-titles > * + * {
  margin-left: 15px;
}

@media (width > 730px) {
  .only-m {
    display: none;
  }
  .pc-row, html#info main section#s05-calendar .xo-months, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, html#info main section#s05-calendar .xo-months > *, .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, html#idx header > div, .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;
}
.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 (width <= 730px) {
  .btns > * {
    padding: 1em 3em 1em 1em;
    min-width: 60vw;
  }
}
@media (width > 730px) {
  .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#idx body {
  background: url(/wp-content/themes/custom/img/0091.png) no-repeat center/cover;
}
@media (width > 730px) {
  html#idx .pc-col {
    min-height: 100vh;
  }
}
@media (width > 730px) {
  html#idx .hdrmain-ctn {
    align-items: stretch !important;
    flex: 1 0 auto !important;
  }
}
@media (width <= 730px) {
  html#idx header {
    padding-bottom: 80px;
  }
}
@media (width > 730px) {
  html#idx header {
    font-size: clamp(calc(490px) * (1.4 / 100),calc(100vw - 240px) * (1.4 / 100),1060px * (1.4 / 100));
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (width <= 730px) {
  html#idx header > div {
    flex-wrap: nowrap;
  }
  html#idx header > div > * {
    flex: 0 0 auto !important;
  }
}
@media (width > 730px) {
  html#idx header > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto 1fr;
    gap: clamp(calc(490px) * (2.5 / 100),calc(100vw - 240px) * (2.5 / 100),1060px * (2.5 / 100));
    grid-template-areas: "tel tel tel" "menu01 menu02 menu03" "title title title" "menu04 menu05 menu06";
    padding: 20px 0;
  }
}
html#idx header .title-ctn {
  grid-area: title;
}
@media (width <= 730px) {
  html#idx header .title-ctn {
    display: contents;
    margin-bottom: 30px;
  }
}
@media (width <= 730px) {
  html#idx header .title-ctn h1 {
    order: 2;
  }
}
@media (width > 730px) {
  html#idx header .title-ctn h1 {
    flex: 1 1 0 !important;
  }
}
html#idx header .title-ctn .info {
  border: 1px solid #000;
  line-height: 1.4;
}
@media (width <= 730px) {
  html#idx header .title-ctn .info {
    padding: clamp((320px) * (3 / 100), (100vw - 40px) * (3 / 100), (690px) * (3 / 100));
  }
}
@media (width > 730px) {
  html#idx header .title-ctn .info {
    padding: clamp(calc(490px) * (2 / 100),calc(100vw - 240px) * (2 / 100),1060px * (2 / 100));
  }
}
html#idx header .title-ctn .info p {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}
@media (width <= 730px) {
  html#idx header .title-ctn .info {
    order: 4;
    margin: 0 30px;
  }
}
@media (width > 730px) {
  html#idx header .title-ctn .info {
    flex: 0 0 auto !important;
    grid-area: info;
  }
}
html#idx header .tel-ctn {
  grid-area: tel;
  color: #707070;
}
@media (width <= 730px) {
  html#idx header .tel-ctn {
    order: 1;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
html#idx header .tel-ctn .tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (width <= 730px) {
  html#idx header .tel-ctn .tel {
    font-size: 200%;
  }
}
@media (width > 730px) {
  html#idx header .tel-ctn .tel {
    font-size: 300%;
  }
}
@media (width <= 730px) {
  html#idx header .menu {
    order: 3;
    margin-bottom: 30px;
    font-size: clamp((320px) * (5 / 100), (100vw - 40px) * (5 / 100), (690px) * (5 / 100));
  }
}
@media (width > 730px) {
  html#idx header .menu {
    display: contents;
    font-size: 120%;
  }
}
@media (width <= 730px) {
  html#idx header .menu ul {
    padding: 0 30px;
  }
}
@media (width > 730px) {
  html#idx header .menu ul {
    display: contents;
  }
}
html#idx header .menu ul li:nth-child(1) {
  display: none;
}
html#idx header .menu ul li:nth-child(2) a:hover {
  background: url(/wp-content/themes/custom/img/0021.jpg) no-repeat left bottom/cover;
}
html#idx header .menu ul li:nth-child(3) a:hover {
  background: url(/wp-content/themes/custom/img/0022.jpg) no-repeat left bottom/cover;
}
html#idx header .menu ul li:nth-child(4) a:hover {
  background: url(/wp-content/themes/custom/img/0023.jpg) no-repeat left bottom/cover;
}
html#idx header .menu ul li:nth-child(5) a:hover {
  background: url(/wp-content/themes/custom/img/0024.jpg) no-repeat left bottom/cover;
}
html#idx header .menu ul li:nth-child(6) a:hover {
  background: url(/wp-content/themes/custom/img/0025.jpg) no-repeat left bottom/cover;
}
html#idx header .menu ul li:nth-child(7) a:hover {
  background: url(/wp-content/themes/custom/img/0026.jpg) no-repeat left bottom/cover;
}
@media (width <= 730px) {
  html#idx header .menu ul li + li {
    margin-top: 30px;
  }
}
html#idx header .menu ul li > a {
  display: block;
  color: #8CD22F;
  background: white;
  border: 10px solid #8CD22F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  transition: all 1s;
}
@media (width <= 730px) {
  html#idx header .menu ul li > a {
    padding: clamp((320px) * (3 / 100), (100vw - 40px) * (3 / 100), (690px) * (3 / 100));
  }
}
@media (width > 730px) {
  html#idx header .menu ul li > a {
    padding: clamp(calc(490px) * (2 / 100),calc(100vw - 240px) * (2 / 100),1060px * (2 / 100));
  }
}
@media (width <= 730px) {
  html#idx header .menu ul li > a {
    aspect-ratio: 2/1;
  }
}
@media (width > 730px) {
  html#idx header .menu ul li > a {
    aspect-ratio: 1/1;
    height: 100%;
    box-sizing: border-box;
  }
}
html#idx header .menu ul li > a:hover {
  text-decoration: none;
}
html#idx header .menu ul li > a:hover > * {
  opacity: 0;
}
html#idx header .menu ul li > a img {
  display: none;
}
html#idx header .menu ul li > a strong {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-weight: normal !important;
  font-size: 160%;
  margin-bottom: 15px;
}
html#idx header .menu ul li > a span {
  margin-top: 5px;
}
html#idx header .menu ul li > a > * {
  display: block;
  opacity: 1;
  transition: all 1s;
}
html#idx header .menu ul li > a > * br {
  display: none;
}
html#idx header .menu .closebtn {
  display: none;
}
html#idx main {
  flex: 0 0 45%;
  padding: 20px;
  position: relative;
  height: auto;
}
html#idx .kv {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 20px;
}
@media (width > 730px) {
  html#idx .kv ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  html#idx .kv ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  html#idx .kv ul img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (width > 730px) {
  html#idx footer {
    flex: 0 0 auto !important;
    width: 100vw;
  }
}

html#info main section#s01-greeting p {
  font-size: 90%;
  line-height: 1.5;
}
html#info main section#s01-greeting p + p {
  margin-top: 1.5em;
}
html#info main section#s02-profile {
  line-height: 1.7;
}
@media (width > 730px) {
  html#info main section#s02-profile .pc-row, html#info main section#s02-profile section#s05-calendar .xo-months, html#info main section#s05-calendar section#s02-profile .xo-months {
    align-items: center;
  }
}
@media (width > 730px) {
  html#info main section#s02-profile figure {
    margin-right: 20px;
  }
}
html#info main section#s02-profile figure + div h4 strong {
  font-size: 250%;
  font-weight: normal;
  line-height: 1.3;
}
@media (width <= 730px) {
  html#info main section#s03-biography h3 a {
    transition: all 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  html#info main section#s03-biography h3 a i {
    transition: all 0.4s;
    display: inline-flex;
    background-color: #8CD22F;
    border: 1px solid #8CD22F;
    border-radius: 999px;
    color: white;
    aspect-ratio: 1/1;
    padding: 10px;
    margin-top: -5px;
    font-size: 1.3rem;
  }
  html#info main section#s03-biography h3 a:hover {
    text-decoration: none;
    color: #8CD22F;
  }
  html#info main section#s03-biography h3 a:hover i {
    background-color: white;
    color: #8CD22F;
  }
}
@media (width > 730px) {
  html#info main section#s03-biography h3 a {
    display: contents;
    cursor: default;
  }
  html#info main section#s03-biography h3 a > div {
    display: contents;
  }
}
html#info main section#s03-biography > div {
  line-height: 1.7;
}
@media (width <= 730px) {
  html#info main section#s03-biography > div {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
  }
}
@media (width > 730px) {
  html#info main section#s03-biography > div {
    margin-left: 1.5em;
  }
}
@media (width <= 730px) {
  html#info main section#s03-biography > div.active {
    max-height: 40em;
  }
}
html#info main section#s03-biography table {
  margin-bottom: 2em;
}
html#info main section#s03-biography table tr > * {
  padding-block: 3px;
}
html#info main section#s03-biography table td:nth-child(1) {
  color: #72af23;
  padding-right: 1em;
  white-space: nowrap;
}
html#info main section#s03-biography table + p {
  color: #72af23;
  font-size: 130%;
}
html#info main section#s04-announcement ul li {
  border-bottom: 1px solid black;
  padding-bottom: 1em;
}
html#info main section#s04-announcement ul li + li {
  margin-top: 3em;
}
html#info main section#s04-announcement ul li h4 a {
  transition: all 0.4s;
  font-size: 130%;
  padding: 0.5em 0 0;
  display: flex;
  justify-content: space-between;
}
html#info main section#s04-announcement ul li h4 a i {
  transition: all 0.4s;
  display: inline-flex;
  background-color: #8CD22F;
  border: 1px solid #8CD22F;
  border-radius: 999px;
  color: white;
  aspect-ratio: 1/1;
  padding: 10px;
  margin-top: -5px;
  font-size: 1.3rem;
}
html#info main section#s04-announcement ul li h4 a:hover {
  text-decoration: none;
  color: #8CD22F;
}
html#info main section#s04-announcement ul li h4 a:hover i {
  background-color: white;
  color: #8CD22F;
}
html#info main section#s04-announcement ul li > div {
  transition: all 0.4s;
  max-height: 0;
  overflow: hidden;
  line-height: 2;
}
html#info main section#s04-announcement ul li.active h4 i {
  transform: rotateX(-0.5turn);
}
html#info main section#s04-announcement ul li.active > div {
  max-height: 20em;
}
html#info main section#s05-calendar .xo-months {
  flex-wrap: wrap !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  max-width: calc(100% + 30px);
  margin-block: -15px;
  align-items: flex-start;
}
html#info main section#s05-calendar .xo-months > * {
  flex: 1 1 calc(100% / 2 - calc(15px * 2));
  margin: 15px;
}
html#info main section#s05-calendar .xo-months > * {
  min-width: 300px;
}
html#info main section#s05-calendar .xo-months .month-header {
  background: #707070;
  color: white;
  font-weight: bold;
  margin: 0 0 1em 0;
}
html#info main section#s05-calendar .xo-months table {
  border: 2px solid white;
  border-bottom: 5px solid white;
}
html#info main section#s05-calendar .xo-months table tr > * {
  border: none;
  padding: 2px;
}
html#info main section#s05-calendar .xo-months table tr > *:nth-child(1) {
  color: red;
}
html#info main section#s05-calendar .xo-months table tr > *:nth-child(7) {
  color: blue;
}
html#info main section#s05-calendar .xo-months table tr > * td > div {
  text-align: center;
}
html#info main section#s05-calendar .xo-months table tr > * td > div.today {
  color: inherit;
}
html#info main section#s05-calendar .xo-months table tr > * .month-dayname div {
  height: 1em;
}
html#info main section#s05-calendar .xo-months table tr > * .month-dayname-space {
  text-align: center;
}
html#info main section#s05-calendar .xo-months table tr > * .month-event-space {
  display: none;
}
html#info main section#s05-calendar .holiday-titles {
  margin-top: 20px;
  justify-content: center;
}
html#info main section#s05-calendar .holiday-titles > * {
  flex: 0 0 auto;
}
html#info main section#s05-calendar .holiday-titles > * + * {
  margin-left: 3em;
}
html#info main section#s06-price h3 + p {
  line-height: 1.7;
  margin-bottom: 30px;
}
html#info main section#s06-price ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7em, 1fr));
  gap: 15px 5px;
}
html#info main section#s06-price ul li {
  text-align: center;
}
html#info main section#s06-price ul li h4 {
  color: white;
  padding: 1em 0.5em;
  margin-bottom: 0.7em;
  font-size: 115%;
}
html#info main section#s06-price ul li p {
  font-size: 120%;
  line-height: 1.3;
}
html#info main section#s06-price ul li:nth-child(1) h4 {
  background-color: #707070;
}
html#info main section#s06-price ul li + li h4 {
  background-color: #8CD22F;
}
html#info main section#s06-price ul li + li p {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
}
html#info main section#s06-price .att {
  margin-top: 2em;
  line-height: 1.6;
  font-size: 85%;
}
html#info main section#s06-price .att strong {
  font-weight: normal;
}/*# sourceMappingURL=site_t.css.map */