/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/foundation/base.scss ***!
  \********************************************************************************************************************/
@charset "UTF-8";
/**
 * SP・PC共通
 */
.l-header {
  /* background-color: gray; */
  position: relative;
  z-index: 9999;
}

.l-header__wrapper {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1520px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__wrapper {
    height: auto;
    margin: 50px auto 0;
  }
}

.l-header_phrase {
  font-size: 0.825rem;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .l-header_phrase .sp-wrap {
    display: none;
  }
}

.l-header__logo {
  align-items: center;
  display: flex;
  justify-content: left;
  padding-left: 3rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    justify-content: center;
  }
  .l-header__logo a {
    display: flex;
    justify-content: center;
  }
}

/**
 * PCレイアウト
 */
.l-header__menu--pc {
  align-items: center;
  display: none;
  height: 3.125rem;
  justify-content: center;
  margin: auto;
  max-width: 1024px;
}
@media screen and (min-width: 1024px) {
  .l-header__menu--pc {
    display: flex;
    flex-wrap: wrap;
  }
}

.l-header__menu-item {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
.l-header__menu-item a {
  color: #000;
  text-decoration: none;
}

/**
 * SPレイアウト
 */
.l-header__menu--mobile {
  padding-top: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-header__menu--mobile {
    display: none;
  }
}

.l-header__toggle {
  position: relative;
  height: 20px;
  width: 28px;
  display: inline-block;
  box-sizing: border-box;
  z-index: 1020;
}
.l-header__toggle div {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: background-color 0.5s, transform 0.5s;
}
.l-header__toggle div:nth-of-type(1) {
  bottom: 20px;
}
.l-header__toggle div:nth-of-type(2) {
  bottom: 10px;
}
.l-header__toggle div:nth-of-type(3) {
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .l-header__toggle {
    display: none;
  }
}

#toggle-nav {
  display: none;
}
#toggle-nav:checked ~ .l-header__toggle {
  height: 28px;
}
#toggle-nav:checked ~ .l-header__toggle div {
  background-color: #fff;
}
#toggle-nav:checked ~ .l-header__toggle div:nth-of-type(1) {
  bottom: 8px;
  margin-top: 6px;
  transform: rotate(135deg);
}
#toggle-nav:checked ~ .l-header__toggle div:nth-of-type(2) {
  opacity: 0;
}
#toggle-nav:checked ~ .l-header__toggle div:nth-of-type(3) {
  margin-top: -12px;
  transform: rotate(-135deg);
}
#toggle-nav:checked ~ .l-header__nav {
  opacity: 1;
  visibility: visible;
}

.l-header__nav {
  background-color: #8b856e;
  color: #fff;
  height: 100dvh;
  overflow-y: auto;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  will-change: opacity, visibility;
  z-index: 1010;
}

.l-footer {
  background-color: #d9c7c1;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.l-footer__brand {
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  padding-left: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__brand {
    padding-left: 3.5rem;
    text-align: left;
  }
}

.l-footer__brand-img {
  max-width: 150px;
  padding-right: 2rem;
}

.l-footer__column {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__column {
    align-items: start;
    display: flex;
    justify-content: center;
  }
}

.p-footer__nav {
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
  list-style: none;
  padding: 3rem 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 3rem;
    padding: 0 3rem;
  }
}

.p-footer__nav-item {
  flex-basis: 50%;
  font-size: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.p-footer__nav-item a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    flex-basis: auto;
    text-align: left;
  }
}

.p-footer__info {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    display: block;
  }
}

.p-footer__address {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__address {
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin: 0;
  }
}
.p-footer__address .p-footer__store-name {
  font-weight: 600;
}
.p-footer__address a {
  color: #000000;
  text-decoration: none;
}

.p-footer__copyright {
  align-items: center;
  background-color: #898989;
  display: flex;
  height: 1.75rem;
  justify-content: center;
}

.p-footer__copyright p {
  color: #fff;
  font-size: 0.75rem;
}

.l-article {
  margin-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-column {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 1024px) {
  .l-column {
    display: flex;
    max-width: 980px;
  }
}

.l-sidebar {
  flex-grow: 1;
  padding: 1rem;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar {
    max-width: 300px;
  }
}

.l-menu {
  padding: 2.5rem;
}

.l-price {
  background-color: #f1f1f1;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
.l-max-width {
  margin: 0 auto;
  max-width: 1520px;
}

.l-content {
  margin: 0 auto;
  max-width: 1400px;
}

.c-breadcrumbs {
  margin-left: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    max-width: 987px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumbs {
    max-width: 1520px;
  }
}

.l-mv {
  background-color: #F2E8DF;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .l-mv {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
  }
}

.l-mv__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  width: 100%;
}

.l-mv__text-en {
  font-size: 1.5rem;
}

.l-mv__text-kn {
  font-size: 1.3rem;
}

.c-h1 {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.c-title-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

.c-title--lg {
  font-weight: normal !important;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.c-title--md {
  font-weight: normal !important;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-menu {
    margin-top: 3rem;
  }
}

.c-menu__img img {
  width: 100%;
}

.c-menu__content h2 {
  font-size: 1.5rem;
  font-weight: normal;
}

.c-price {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-price {
    max-width: 880px;
  }
}

.c-price__switch {
  display: none;
}

.c-price__label {
  box-sizing: border-box;
  background-color: #656565;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 1rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .c-price__label {
    font-size: 1.5rem;
    padding-left: 2rem;
    width: 100%;
  }
}

.c-price__label::after,
.c-price__label::before {
  content: "";
  position: absolute;
  right: 4.25em;
  top: 1.25em;
  width: 1px;
  height: 1rem;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-price__label::after,
  .c-price__label::before {
    right: 1.5rem;
  }
}

.c-price__label::after {
  transform: rotate(90deg);
}

.c-price__content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.c-price__label .c-price__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.c-price__switch:checked + .c-price__label + .c-price__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.c-price__switch:checked + .c-price__label::before {
  transform: rotate(90deg) !important;
}

.c-price__list {
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .c-price__list {
    display: flex;
    margin: 0;
  }
}

.c-price__title {
  flex-basis: 66%;
  flex-grow: 2;
  font-size: 0.875rem;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-price__title {
    border-right: 1px solid #000;
    font-size: 1.25rem;
    padding: 1rem;
  }
}

.c-price__data {
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 0.875rem;
  padding-bottom: 1rem;
  margin-left: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-price__data {
    font-size: 1.25rem;
    padding: 1rem;
  }
}

.c-price__reserve {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.c-price__reserve-button {
  background-color: #000;
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
  width: 20rem;
}
.c-price__reserve-button a {
  color: #fff;
}

.c-sidebar__title {
  border-bottom: 0.0625rem solid #000000;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.c-sidebar-archive__class {
  padding-left: 1rem;
}

.c-sidebar-archive__item {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.c-sidebar-archive__item a {
  color: #000000;
}

.p-access {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 2rem;
}
.p-access h2 {
  font-size: 1.17em;
  font-weight: 700;
  margin: 0;
}
.p-access h3 {
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-access {
    padding: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-access__store {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.p-access__store .p-access__map {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-access__store .p-access__map {
    flex-basis: 30%;
    padding: 0;
  }
}
.p-access__store .p-access__info {
  align-self: center;
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
.p-access__store .p-access__info dl {
  border-bottom: 1px solid;
  margin: 0;
  padding: 0.5rem 0.3rem;
}
.p-access__store .p-access__info dl dd {
  font-size: 0.875rem;
  margin-left: 0;
}
.p-access__store .p-access__info dl:last-child {
  border-bottom: none;
}

.p-hero {
  position: relative;
  /* margin-top: 1.5rem; */
  overflow: hidden;
}

.p-hero__bk-img {
  width: 100%;
}

.p-hero__logo-wrapper {
  left: 8%;
  position: absolute;
  top: 16%;
}
@media screen and (min-width: 768px) {
  .p-hero__logo-wrapper {
    left: 11%;
    top: 15%;
  }
}

.p-hero__logo-img {
  width: 40%;
}
@media screen and (min-width: 1200px) {
  .p-hero__logo-img {
    width: 50%;
  }
}

.p-news {
  margin: 1.5rem auto 0;
  max-width: 880px;
}

.p-news__item {
  list-style: none;
  padding: 0 2.125rem;
}
.p-news__item .p-news__line {
  border-bottom: 0.0625rem solid #d0cfc8;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news__item .p-news__line {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-news__item .p-news__line .p-news__date {
    border-right: 0.0625rem solid #d0cfc8;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-news__item .p-news__line .p-news__headline a {
  color: #000;
}

.p-news__more {
  padding: 0 2.125rem;
  text-align: right;
}
.p-news__more a {
  color: #8b856e;
}

.p-concept {
  background-color: #f2e8df;
  margin-top: 1rem;
  padding: 1.5rem;
}
.p-concept .p-concept__wrapper {
  margin: 1rem 1.25rem 1.25rem 1.25rem;
  max-width: 1520px;
}
@media screen and (min-width: 768px) {
  .p-concept .p-concept__wrapper {
    padding: 3rem;
  }
}
.p-concept .p-concept__wrapper p {
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept .p-concept__wrapper p {
    text-align: center;
  }
}
.p-concept .p-concept__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept .p-concept__img {
    box-sizing: border-box;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.p-menu {
  background-color: #f2eceb;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.p-menu__wrapper {
  margin: 0 1.5rem;
}

.p-menu__item {
  margin: 1.25rem 0 0 0 !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-menu__item {
    box-sizing: border-box;
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}
.p-menu__item figcaption {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  -webkit-transition: 0.3s;
}
.p-menu__item figcaption h3 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-menu__item figcaption h3 {
    margin: 2.5rem 0 1.5rem 0;
  }
}
.p-menu__item figcaption .p-menu-button {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 0.875rem;
  opacity: 0.5;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu__item figcaption .p-menu-button {
    font-size: 1rem;
  }
}
.p-menu__item figcaption .p-menu-button span {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-menu__item figcaption .p-menu-button {
    background-color: #000;
    border: 1px solid #fff;
    opacity: 0.5;
    padding: 0.4rem 0rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .p-menu__item figcaption .p-menu-button {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-menu__item figcaption .p-menu-button span {
    color: #fff;
    text-decoration: none;
  }
  .p-menu__item figcaption .p-menu-button:hover {
    background-color: #fff;
    border: 1px solid #000;
    opacity: 0.5;
  }
  .p-menu__item figcaption .p-menu-button:hover span {
    color: #000;
    text-decoration: none;
  }
}
.p-menu__item figcaption a {
  text-decoration: none;
}

.p-menu__item:hover figcaption {
  opacity: 1;
}

.p-menu__img {
  width: 100%;
}

.l-contact {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    max-width: 987px;
    margin: 0 auto;
    width: 100%;
  }
}

.p-contact__desc {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__desc {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
}

.p-contact__info {
  background-color: #f1f1f1;
  padding: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__info {
    display: flex;
    gap: 6.7rem;
    padding: 5.75rem;
  }
}

.p-contact__formarea {
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__formarea {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .p-form-group {
    justify-content: right;
    margin-top: 1rem;
    gap: 90px;
  }
}

.p-form__label-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__label-wrapper {
    width: 23rem;
  }
}

.p-form__required {
  font-size: 0.875rem;
}

.p-form__input-wrapper {
  margin-top: 0.25rem;
  width: 100%;
}

.p-form_label-text {
  align-items: center;
  display: inline-flex;
}

.p-form__input-text {
  background-color: #f1f1f1;
  border: none;
  box-sizing: border-box;
  font-size: 1rem;
  height: 41px;
  padding: 0.625rem 0.75rem;
  width: 100%;
}

.p-form__input-textarea {
  background-color: #f1f1f1;
  box-sizing: border-box;
  border: none;
  padding: 0.625rem 0.75rem;
  width: 100%;
}

.p-form__submit {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  position: relative;
}

.p-form__submit-button {
  background-color: #656565;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  height: 3rem;
  margin-top: 3.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__submit-button {
    height: 4.6rem;
    max-width: 600px;
  }
}

.p-entry-list {
  list-style: none;
  padding-left: 0;
}

.c-entry-permalink {
  color: #000000;
  text-decoration: none;
}

.c-entry-card {
  border-bottom: 0.0625rem solid #000000;
  display: block;
  margin: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-entry-card {
    display: flex;
    justify-content: center;
    margin: 1.5rem auto;
    width: 600px;
  }
}

.c-entry__thumbnail {
  margin: 0 auto;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .c-entry__thumbnail {
    flex: 1;
  }
}

.c-entry__image {
  object-fit: cover;
  max-height: 180px;
  width: 100%;
}

.c-entry__info {
  margin: 2rem;
}
@media screen and (min-width: 768px) {
  .c-entry__info {
    flex: 2;
  }
}

.c-entry__title {
  margin-top: 1rem;
  padding-bottom: 2rem;
}

#toggle-nav:checked ~ .p-gnav {
  opacity: 1;
  visibility: visible;
}

.p-gnav {
  background-color: #000000;
  color: #ffffff;
  height: 100dvh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  will-change: opacity, visibility;
  z-index: 1010;
}

.p-gnav__list {
  display: flex;
  height: inherit;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.p-gnav__item {
  padding: 1.25rem 0;
  text-align: center;
}
.p-gnav__item a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-article__title {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.p-article__post-thumbnail {
  margin-top: 2.5rem;
}

.p-article h2 {
  border-bottom: 1px solid #000000;
  font-size: 1.25rem;
  font-weight: normal;
  padding-bottom: 1rem;
}
.p-article h3 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-article {
    width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .p-article {
    width: 700px;
  }
}

.p-guide {
  padding-bottom: 4rem;
  padding-top: 2rem;
}

.p-guide__store {
  margin: 0 auto;
  max-width: 800px;
}
.p-guide__store a {
  margin-top: 1rem;
  display: block;
  text-align: center;
}

.p-guide__store-switch {
  display: none;
}

.p-guide__store-label {
  border-bottom: 1px solid;
  box-sizing: border-box;
  color: #000;
  display: block;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-guide__store-label {
    font-size: 1.5rem;
    padding-left: 2rem;
    width: 100%;
  }
}

.p-guide__store-label::after,
.p-guide__store-label::before {
  background-color: #000;
  content: "";
  position: absolute;
  right: 4.25em;
  top: 1.25em;
  width: 3px;
  height: 1.2rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-guide__store-label::after,
  .p-guide__store-label::before {
    right: 1.5rem;
  }
}

.p-guide__store-label::after {
  transform: rotate(90deg);
}

.p-guide__store-content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.p-guide__store-content dl {
  align-items: center;
  border-bottom: 1px solid;
  display: flex;
  padding-bottom: 0.5rem;
}
.p-guide__store-content dl dt {
  flex-basis: 50%;
  padding-left: 15%;
}
@media screen and (min-width: 768px) {
  .p-guide__store-content dl dt {
    padding-left: 20%;
  }
}
.p-guide__store-content dl dd {
  align-items: center;
  display: flex;
  flex-basis: 50%;
  margin: 0;
  padding-left: 15%;
}
.p-guide__store-content dl dd a {
  color: #000;
  margin: 0;
  text-decoration: none;
}

.p-guide__store-label .p-guide__store-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.p-guide__store-switch:checked + .p-guide__store-label + .p-guide__store-content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.p-guide__store-switch:checked + .p-guide__store-label::before {
  transform: rotate(90deg) !important;
}

.page-title {
  margin-left: 1rem;
}

.page-content {
  margin-left: 1rem;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-block {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

body {
  margin: 0;
  font-family: "Noto Serif JP", serif !important;
}
