html {
  min-height: 100vh;
  min-height: 100dvh;
}

body {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

body a {
  transition: all 300ms;
}

body a:hover {
  color: #D07000;
}

.Header__container__box .Item {
  width: auto;
  padding: 0 1rem;
}

.Footer {
  position: sticky;
  top: 100vh;
  top: 100dvh;
}

.Fv__container .pc .Fv__container__content__wrap .Item {
  padding: 1.3rem 3.7rem;
}

.Fv__container .pc .Fv__container__content__wrap .Item p {
  font-size: 1.8rem;
}

.Fv__container .pc .Fv__container__content__wrap .Item p span {
  font-size: 2.2rem;
}

.Fv__container .sp .Fv__container__content__wrap {
  left: 11.5rem;
  right: auto;
}

.Fv__container .sp .Fv__container__content__wrap .Item {
  width: 17.7rem;
}

.Storelist {
  background-color: #FAF8F7;
  margin: 0 0 1rem 0;
}

@media (max-width: 768px) {
  .Storelist {
    margin: 0;
  }
}

.Storelist__container {
  padding: 8.5rem 0 8.0rem 0;
}

@media (max-width: 768px) {
  .Storelist__container {
    padding: 4rem 0;
  }
}

.Storelist__container .Title {
  margin: 0 0 6.0rem 0;
}

@media (max-width: 768px) {
  .Storelist__container .Title {
    margin: 0 0 2.2rem 0;
  }
}

.Storelist__container__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 725px;
  margin: auto;
}

.Storelist__container__item {
  overflow: hidden;
  flex-basis: calc(154 / 320 * 100%);
  border-radius: 10px;
}

.Storelist__container__item__head {
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #D07000;
  padding: 1.9rem 0;
}

@media (max-width: 768px) {
  .Storelist__container__item__head {
    font-size: 1.6rem;
    padding: 1.254rem 0;
  }
}

.Storelist__container__item__cont {
  text-align: center;
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .Storelist__container__item__cont {
    text-align: left;
    padding: 1.5rem 1.5rem;
  }
}

.Storelist__container__item__map {
  position: relative;
  width: 100%;
  padding: calc(230 / 350 * 100%) 0 0 0;
}

.Storelist__container__item__map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .Storelist__container__item__map {
    display: none;
  }
}

.Storelist__container__item__info {
  display: inline-block;
  text-align: left;
  padding: 2.5rem 0 1.6rem 0;
}

@media (max-width: 768px) {
  .Storelist__container__item__info {
    display: block;
    padding: 0;
  }
}

.Storelist__container__item__info__item {
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  padding: 0.3rem 0;
}

.Storelist__container__item__info__item:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 2.4rem;
  vertical-align: middle;
  background: url(../images/icon_pin.svg) no-repeat center/contain;
  margin: 0 0.5rem 0.4rem 0;
}

@media (max-width: 768px) {
  .Storelist__container__item__info__item {
    font-size: 1.2rem;
    padding: 0.2rem 0;
  }

  .Storelist__container__item__info__item:before {
    width: 1.0rem;
    height: 1.7rem;
  }
}

.Storelist__container__item__more {
  text-align: center;
  padding: 1.3rem 0 0.5rem 0;
}

.Storelist__container__item__more a {
  color: #009ADE;
  font-size: 1.2rem;
}

.Plan__container__note {
  text-align: center;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 0.2rem 0 0 0;
}

@media (max-width: 768px) {
  .Plan__container__note {
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding: 1.2rem 0 0 0;
  }
}

.Flow__container__wrap .Item__text__dis a {
  transition: all 300ms;
}

.Flow__container__wrap .Item__text__dis a:hover {
  color: #D07000;
}

.Information__container__tab {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.3rem 0;
}

@media (max-width: 768px) {
  .Information__container__tab {
    margin: 0 0 1.7rem 0;
  }
}

.Information__container__tab .Item {
  flex-basis: 50%;
}

@media (max-width: 768px) {
  .Information__container__tab .Item {
    flex-basis: calc(154 / 320 * 100%);
  }
}

.Information__container__tab .Item button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  color: #909090;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #FFFFFF;
  padding: 2.1rem 0;
  transition: all 300ms;
}

.Information__container__tab .Item button.active {
  color: #FFFFFF;
  background-color: #D07000;
}

.Information__container__tab .Item button.active:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #D07000;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 1rem;
  height: 1.4rem;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.Information__container__tab .Item button:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .Information__container__tab .Item button {
    font-size: 1.6rem;
    padding: 1.7rem 0;
    border: 1px solid #909090;
    border-radius: 1rem;
    box-sizing: border-box;
  }

  .Information__container__tab .Item button.active {
    border: 1px solid #D07000;
  }

  .Information__container__tab .Item button.active:after {
    width: 1.8rem;
    height: 3rem;
  }
}

.Information__container__wrap {
  display: none;
  background-color: #FFFFFF;
  padding: 2.8rem;
  border: 1px solid #D07000;
  border-radius: 10px;
}

.Information__container__wrap.active {
  display: block;
}

@media (max-width: 768px) {
  .Information__container__wrap {
    padding: 1.8rem;
  }
}

.Information__container__content__table .Item:first-child {
  padding-top: 0;
}

.Information__container__content__table .Item__dis .note {
  font-size: 1.2rem;
  line-height: 2.0rem;
}

.Access__container__content {
  display: none;
}

.Access__container__content.active {
  display: block;
}

.Access__container__content .menu a {
  transition: all 300ms;
}

.Access__container__content .menu a:hover {
  opacity: 0.7;
}

.Access__container__content__wrap .slick#access-slick05 .slick-list {
  overflow: visible;
}

.Blog {
  background-color: #FAF8F7;
}

.Blog__container {
  padding: 4.3rem 0 8.0rem 0;
}

@media (max-width: 768px) {
  .Blog__container {
    padding: 4rem 0;
  }
}

.Blog__container .Title {
  margin: 0 0 6.7rem 0;
}

@media (max-width: 768px) {
  .Blog__container .Title {
    margin: 0 0 2.2rem 0;
  }
}

.Blog__container__list {
  max-width: 800px;
  margin: 0 auto 4rem auto;
  border-top: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  .Blog__container__list {
    margin: 0 auto 2.6rem auto;
  }
}

.Blog__container__item {
  list-style: none;
  border-bottom: 1px solid #D5D5D5;
}

.Blog__container__item a {
  display: flex;
  color: inherit;
  text-decoration: none;
  padding: 2.2rem 0;
}

@media (max-width: 768px) {
  .Blog__container__item a {
    display: block;
    padding: 2.3rem 0 1.4rem 0;
  }
}

.Blog__container__item__date {
  flex-basis: 7.1em;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .Blog__container__item__date {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 0 0 1.5rem 0;
  }
}

.Blog__container__item__headline {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 768px) {
  .Blog__container__item__headline {
    font-size: 1.6rem;
    line-height: 2.6rem;
    -webkit-line-clamp: 4;
  }
}

.Blog__container__more a {
  display: block;
  position: relative;
  max-width: 320px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #D07000;
  margin: auto;
  padding: 2.2rem 0;
  border: 1px solid transparent;
  border-radius: 3rem;
  box-sizing: border-box;
  transition: all 300ms;
}

.Blog__container__more a .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4rem;
  width: 1.3rem;
  height: 0.7rem;
  margin: auto;
}

.Blog__container__more a:hover {
  color: #D07000;
  background-color: #FFFFFF;
  border: 1px solid #D07000;
}

.Blog__container__more a:hover .icon svg .p1 {
  fill: #D07000;
}

@media (max-width: 768px) {
  .Blog__container__more a {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}

.Fqa {
  background-color: #FFFFFF;
}

.Fqa__container__content .question {
  transition: all 300ms;
}

.Fqa__container__content .question:hover {
  opacity: 0.7;
}

/* Lower */
.p-breadcrumb {
  margin-bottom: 6.2rem;
}

@media (max-width: 768px) {
  .p-breadcrumb {
    overflow-x: scroll;
    margin-bottom: 2.0rem;
  }
}

.p-breadcrumb__inner {
  display: flex;
  align-items: center;
}

.p-breadcrumb li {
  display: block;
  flex-shrink: 0;
  color: #909090;
  font-size: 1.4rem;
  list-style-type: none;
  text-wrap: nowrap;
}

.p-breadcrumb li:first-of-type a {
  text-decoration: underline;
}

.p-breadcrumb li a {
  display: block;
  color: #909090;
  font-size: 1.4rem;
  text-wrap: nowrap;
}

.p-breadcrumb li a:hover {
  opacity: 0.7;
}

.Page__blog {
  padding: 10.4rem 0 6rem 0;
}

@media (max-width: 768px) {
  .Page__blog {
    padding: 10.4rem 0 4.4rem 0;
  }
}

.Page__blog .Inner {
  max-width: 900px;
}

.Page__blog__container .ttl {
  font-size: 3.2rem;
  line-height: 4.7rem;
  color: #404040;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0 4rem 0;
}

.Page__blog__container__list {
  max-width: 800px;
  margin: 0 auto 4rem auto;
  border-top: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  .Page__blog__container__list {
    margin: 0 auto 2.6rem auto;
  }
}

.Page__blog__container__item {
  list-style: none;
  border-bottom: 1px solid #D5D5D5;
}

.Page__blog__container__item a {
  display: flex;
  color: inherit;
  text-decoration: none;
  padding: 2.2rem 0;
}

@media (max-width: 768px) {
  .Page__blog__container__item a {
    display: block;
    padding: 2.3rem 0 1.4rem 0;
  }
}

.Page__blog__container__item__date {
  flex-basis: 7.1em;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .Page__blog__container__item__date {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 0 0 1.5rem 0;
  }
}

.Page__blog__container__item__headline {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 768px) {
  .Page__blog__container__item__headline {
    font-size: 1.6rem;
    line-height: 2.6rem;
    -webkit-line-clamp: 4;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.p-paging .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-paging .navigation .nav-links {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
  border-radius: 1.0rem;
}

.p-paging .navigation .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909090;
  width: 5rem;
  height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  border-left: 1px solid #D5D5D5;
  box-sizing: border-box;
}

.p-paging .navigation .nav-links .page-numbers:first-child {
  border-left: 0;
}

.p-paging .navigation .nav-links .page-numbers.current {
  color: #FFFFFF;
  background-color: #D07000;
}

.p-paging .navigation .nav-links .page-numbers.dots {
  background-color: transparent;
}

.p-paging .navigation .nav-links .page-numbers.prev {
  background-color: #FFFFFF;
}

.p-paging .navigation .nav-links .page-numbers.prev:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #D07000;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-paging .navigation .nav-links .page-numbers.next {
  background-color: #FFFFFF;
}

.p-paging .navigation .nav-links .page-numbers.next:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #D07000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.Single__blog {
  padding: 10.4rem 0 6rem 0;
}

.Single__blog .Inner {
  max-width: 900px;
  margin: auto;
}

.Single__blog__container {
  max-width: 676px;
  margin: auto;
}

@media (max-width: 768px) {
  .Single__blog__container {
    max-width: 100%;
    margin: 0 1.2rem;
  }
}

.Single__blog__container__title {
  color: #404040;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin: 8rem 0 1.8rem 0;
}

@media (max-width: 768px) {
  .Single__blog__container__title {
    font-size: 2.0rem;
    line-height: 3.4rem;
    margin: 3.7rem 0 1.1rem 0;
  }
}

.Single__blog__container__date {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin: 0 0 2.6rem 0;
}

.Single__blog__container__date:before {
  content: "";
  width: 2.0rem;
  height: 2.0rem;
  background: url(../images/icon_date.svg) no-repeat center/contain;
  margin: 0 1.2rem 0 0;
}

.Single__blog__container__date.update:before {
  background: url(../images/icon_update.svg) no-repeat center/contain;
}

@media (max-width: 768px) {
  .Single__blog__container__date {
    margin: 0 0 2.6rem 0;
  }
}

.Single__blog__container__body .wp-block-image {
  margin: 1em 0 1em 0;
}

.Single__blog__container__body img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: auto;
}

.Single__blog__container__body h2 {
  font-size: 3.0rem;
  line-height: 4.0rem;
  font-weight: 500;
  background-color: #FAF8F7;
  margin: 5.0rem 0 3.2rem 0;
  padding: 1.8rem 1.8rem;
  border-left: 4px solid #D07000;
}

@media (max-width: 768px) {
  .Single__blog__container__body h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding: 1.0rem 1.6rem;
  }
}

.Single__blog__container__body h3 {
  font-size: 2.4rem;
  line-height: 4.0rem;
  font-weight: 500;
  margin: 5.0rem 0 3.2rem 0;
  padding: 1.8rem 0;
  border-top: 3px solid #D07000;
  border-bottom: 3px solid #D07000;
}

@media (max-width: 768px) {
  .Single__blog__container__body h3 {
    font-size: 2.0rem;
    line-height: 2.6rem;
  }
}

.Single__blog__container__body h4 {
  font-size: 2.0rem;
  line-height: 2.6rem;
  font-weight: 500;
  background-color: #FAF8F7;
  margin: 5.0rem 0 2.4rem 0;
  padding: 0.2rem 1.8rem;
  border-left: 4px solid #D07000;
}

@media (max-width: 768px) {
  .Single__blog__container__body h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 0 1.2rem;
  }
}

.Single__blog__container__body p {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  margin: 0 0 1.0rem 0;
}

.Single__blog__container__body strong {
  font-size: inherit;
  font-weight: 700;
}

.Single__blog__container__body span {
  font-size: inherit;
  font-weight: inherit;
}

.Single__blog__container__body mark {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
}

.Single__blog__container__body a {
  color: #007BC7;
}

.Single__blog__container__body a:hover {
  color: #D07000;
}

.Single__blog__container__body ul {
  margin: 0 0 1.0rem 0;
}

.Single__blog__container__body ul li {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
  list-style: none;
}

.Single__blog__container__body ul li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #D07000;
  margin: 0.1em 1em 0 0;
  border-radius: 50%;
}

.Single__blog__container__body ol {
  margin: 0 0 1.0rem 0;
  counter-reset: item;
}

.Single__blog__container__body ol li {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  text-indent: -2em;
  padding: 0 0 0 2em;
  list-style: none;
}

.Single__blog__container__body ol li:before {
  font-weight: 400;
  counter-increment: item;
  content: counter(item);
  margin: 0 1em 0 0;
}

.Single__blog__container__body blockquote {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  background-color: #F7F7F7;
  margin: 0 0 3rem 0;
  padding: 3rem;
  border-radius: 0.8rem;
}

.Single__blog__container__body blockquote cite {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  text-align: right;
}

@media (max-width: 768px) {
  .Single__blog__container__body blockquote {
    padding: 1.5rem;
  }

  .Single__blog__container__body blockquote cite {
    text-align: left;
  }
}

.Single__blog__container__body .wp-block-table {
  overflow: auto;
  max-width: 100%;
  margin: 0 0 3rem 0;
}

.Single__blog__container__body .wp-block-table table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border-collapse: collapse;
  table-layout: fixed;
}

.Single__blog__container__body .wp-block-table thead {
  border-bottom: 0;
}

.Single__blog__container__body .wp-block-table th {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  background-color: #FAF8F7;
  padding: 1.5rem 1rem;
  border: 1px solid #404040;
}

@media (max-width: 768px) {
  .Single__blog__container__body .wp-block-table th {
    padding: 1.0rem 0.2rem;
  }
}

.Single__blog__container__body .wp-block-table td {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 1.5rem 1rem;
  border: 1px solid #404040;
}

@media (max-width: 768px) {
  .Single__blog__container__body .wp-block-table td {
    padding: 1.0rem 0.2rem;
  }
}

.Single__blog__container__body .wp-block-buttons {
  justify-content: center;
}

.Single__blog__container__body .wp-block-button {
  width: 340px;
  text-align: center;
  margin: 0 0 3rem 0;
}

.Single__blog__container__body .wp-block-button .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #D07000;
  margin: auto;
  padding: 2.2rem 0;
  border: 1px solid transparent;
  border-radius: 5rem;
  box-sizing: border-box;
  transition: all 300ms;
}

.Single__blog__container__body .wp-block-button .wp-block-button__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4rem;
  width: 1.3rem;
  height: 0.9rem;
  background: url(../images/icon_arrow.webp) no-repeat center/contain;
  margin: auto;
}

.Single__blog__container__body .wp-block-button .wp-block-button__link:hover {
  color: #D07000;
  background-color: #FFFFFF;
  border: 1px solid #D07000;
}

.Single__blog__container__body .wp-block-button .wp-block-button__link:hover:after {
  background: url(../images/icon_arrow_on.webp) no-repeat center/contain;
}

@media (max-width: 768px) {
  .Single__blog__container__body .wp-block-button .wp-block-button__link {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}

.Single__blog__container__back {
  padding: 4.4rem 0 0 0;
}

@media (max-width: 768px) {
  .Single__blog__container__back {
    padding: 2.4rem 0 0 0;
  }
}

.Single__blog__container__back a {
  display: block;
  position: relative;
  max-width: 320px;
  color: #404040;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  margin: auto;
  padding: 2.2rem 0;
  border: 1px solid #D07000;
  border-radius: 3rem;
  box-sizing: border-box;
  transition: all 300ms;
}

.Single__blog__container__back a .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4rem;
  width: 1.3rem;
  height: 0.9rem;
  margin: auto;
}

.Single__blog__container__back a .icon svg .p1 {
  fill: #404040;
}

.Single__blog__container__back a:hover {
  color: #FFFFFF;
  background-color: #D07000;
  border: 1px solid #D07000;
}

.Single__blog__container__back a:hover .icon svg .p1 {
  fill: #FFFFFF;
}

@media (max-width: 768px) {
  .Single__blog__container__back a {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}

.Single__blog .nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 676px;
  margin: 0 auto;
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .Single__blog .nav-links {
    display: block;
  }
}

.Single__blog .nav-links .nav-previous,
.Single__blog .nav-links .nav-next {
  max-width: calc(320 / 676 * 100%);
}

.Single__blog .nav-links .nav-previous a,
.Single__blog .nav-links .nav-next a {
  display: block;
  position: relative;
  color: inherit;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #FAF8F7;
  padding: 0.5rem 1.6rem 0.5rem 3.2rem;
}

.Single__blog .nav-links .nav-previous a:before,
.Single__blog .nav-links .nav-next a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.7rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 1px solid #131314;
  border-right: 1px solid #131314;
  transform: rotate(-135deg);
}

.Single__blog .nav-links .nav-previous a:hover,
.Single__blog .nav-links .nav-next a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {

  .Single__blog .nav-links .nav-previous,
  .Single__blog .nav-links .nav-next {
    max-width: calc(280 / 296 * 100%);
    margin-bottom: 2rem;
  }
}

.Single__blog .nav-links .nav-next {
  margin-left: auto;
}

.Single__blog .nav-links .nav-next a {
  padding: 0.5rem 3.2rem 0.5rem 1.6rem;
}

.Single__blog .nav-links .nav-next a:before {
  left: auto;
  right: 1.7rem;
  transform: rotate(45deg);
}

/* 2025.0321東中野店ページ追加 */
.Information__container__tab {
  justify-content: center;
}

.Access__container__content .menu li {
  width: 50%;
}

@media (max-width: 768px) {
  .Access__container__content .menu li {
    width: 100%;
  }
}

/* 2025.0521フォームボタン非表示（元に戻す予定） */
.Fv__container__content__btn__rsv,
.Cv__food__rsv,
.Header__container__btn .web,
.Footer__fix__right {
  display: none;
}

.Cv__food {
  justify-content: center;
}

.Footer__fix__left {
  text-align: center;
  width: 100%;
}

.Footer__fix a img {
  width: 50%;
  max-width: 16.25rem;
}