@charset "UTF-8";
/*
Theme Name: 志賀高原 一の瀬ナビ テーマ
Version: 1.0
*/
@media screen and (width > 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (width <= 768px) {
  .pc {
    display: none !important;
  }
}
:root {
  font-weight: 600;
  font-family: FOT-筑紫ゴシック Pr5 D, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000802;
  font-size: 100%;
  line-height: 1.65;
  letter-spacing: normal;
  background-color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(body) {
  position: relative;
  min-height: 100dvh;
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(a) {
  color: inherit;
}
:where(a):link {
  color: inherit;
}
:where(a):visited {
  color: inherit;
}
:where(a):hover {
  color: inherit;
}
:where(a):active {
  color: inherit;
}
:where(a) {
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  :where(a):hover {
    opacity: 0.5;
  }
}
@media (hover: none) and (pointer: coarse) {
  :where(a):active {
    opacity: 0.5;
  }
}

:where(img) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(table) {
  min-width: 100%;
  border-collapse: collapse;
}

:where(iframe) {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

*:has(> wbr) {
  /* CJKテキストでの折り返しを無効化 */
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
}

*:where(button) {
  cursor: pointer;
}

.content, .content--max, .content--xxl, .content--xl, .content--l, .content--m, .content--s, .content--xs, .content--xxs {
  box-sizing: content-box;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.content--xxl {
  max-width: 120rem;
}
.content--xl {
  max-width: 100rem;
}
.content--l {
  max-width: 77.5rem;
}
.content, .content--m {
  max-width: 72.5rem;
}
.content--s {
  max-width: 57.5rem;
}
.content--xs {
  max-width: 40rem;
}
.content--xxs {
  max-width: 25rem;
}

body {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
}

.btn {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  color: #48ffb9;
  background: #000802;
  border: 1px solid;
  border-radius: 999px;
}
.btn--primary {
  color: #000802;
  background: #48ffb9;
}
.btn--chevron-right::after {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: top;
  background: url("./assets/img/icon_chevron_right.svg") center/contain no-repeat;
  content: "";
}
@media screen and (width > 768px) {
  .btn {
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
  }
}

.btn--viewmore {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  display: inline-block;
  padding: 0.875rem 2rem;
  color: #fff;
  background: #000802;
  border-radius: 999px;
}
.line {
  height: 1px;
  background: #000802;
}
@media screen and (width <= 768px) {
  .line {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.panel {
  padding: 2.5rem 1.25rem;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.9375rem;
}

.panel--col2 {
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.9375rem;
}
.panel--col2 .panel__col {
  padding: 2.5rem 1.25rem;
  border-top: 1px solid;
}
.panel--col2 .panel__col--1 {
  border-top: 0;
}
.panel--col2 .panel__col--2 {
  padding: 1.25rem;
}
@media screen and (width > 768px) {
  .panel--col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .panel--col2 .panel__col {
    padding: 2.5rem;
    border-top: 0;
    border-left: 1px solid;
  }
  .panel--col2 .panel__col--1 {
    border-left: 0;
  }
  .panel--col2 .panel__col--1 > * {
    max-width: 28.6875rem;
    margin-left: auto;
  }
  .panel--col2 .panel__col--2 {
    padding: 2.5rem;
  }
}

.panel--white {
  background: #fff;
}

.navi__overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.navi[aria-hidden=true] {
  display: none;
}

body.is-scrolllocked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.navi--assistive {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.navi--assistive > *:first-child {
  margin-top: 0 !important;
}
.navi--assistive > *:last-child {
  margin-bottom: 0 !important;
}
.navi--assistive {
  display: block;
}
.navi--assistive > :where(*) {
  margin-top: 1.25rem;
}
.navi--assistive {
  text-align: center;
}
.navi--assistive a {
  text-decoration: underline;
}
.navi--assistive .navi__category-title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-bottom: 0.25rem;
  text-align: center;
}
.navi--assistive .navi__category-title span {
  display: inline-block;
  padding: 0rem 0.625rem;
  background: linear-gradient(to bottom, transparent calc(55% - 0.125rem), #c60072 calc(55% - 0.125rem), #c60072 calc(55% + 0.125rem), transparent calc(55% + 0.125rem));
}
.navi--assistive .navi__item {
  margin-top: 0.25rem;
}
.navi--assistive .navi .navi-item-post .post__date {
  text-decoration: none;
}

.post--type1 .post__item a {
  display: block;
}
.post--type1 .post__img {
  width: 77.7142857143%;
  margin: 0 auto;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid;
  border-radius: 999px;
  aspect-ratio: 1;
}
.post--type1 .post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}
.post--type1 .post__date {
  font-weight: 600;
  font-family: FOT-筑紫ゴシック Pr5 D, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: -2.5rem auto 0rem;
  padding: 0.625rem 1rem;
  text-align: center;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.5625rem;
}
.post--type1 .post__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 0.625rem;
  padding: 0.625rem;
  text-align: center;
  background: #fff;
  border: 1px solid;
  border-radius: 1rem;
}
@media screen and (width > 768px) {
  .post--type1 .post__img {
    width: 100%;
  }
}

.post--type2 .post__item a {
  display: block;
  overflow: hidden;
  border: 1px solid;
  border-radius: 0.9375rem;
}
.post--type2 .post__date {
  font-weight: 600;
  font-family: FOT-筑紫ゴシック Pr5 D, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  padding: 0.625rem 1.25rem;
  background: #48ffb9;
  border-bottom: 1px solid;
}
.post--type2 .post__img {
  align-self: 272/196;
}
.post--type2 .post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post--type2 .post__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  padding: 0.625rem;
  text-align: center;
  background: #48ffb9;
  border-top: 1px solid;
}

.post--type3 .post__item a {
  display: block;
  overflow: hidden;
  border: 1px solid;
  border-radius: 0.9375rem;
}
.post--type3 .post__img {
  align-self: 272/230;
}
.post--type3 .post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post--type3 .post__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  padding: 0.625rem;
  color: #48ffb9;
  text-align: center;
  background: #000802;
}

@media screen and (width <= 768px) {
  .post--archive .post__item a {
    display: block;
  }
  .post--archive .post__img {
    width: 77.7142857143%;
    margin: 0 auto;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid;
    border-radius: 999px;
    aspect-ratio: 1;
  }
  .post--archive .post__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 999px;
  }
  .post--archive .post__date {
    font-weight: 600;
    font-family: FOT-筑紫ゴシック Pr5 D, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: -2.5rem auto 0rem;
    padding: 0.625rem 1rem;
    text-align: center;
    background: #48ffb9;
    border: 1px solid;
    border-radius: 0.5625rem;
  }
  .post--archive .post__title {
    font-weight: 900;
    font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.625rem;
    padding: 0.625rem;
    text-align: center;
    background: #fff;
    border: 1px solid;
    border-radius: 1rem;
  }
}
@media screen and (width > 768px) {
  .post--archive {
    --bg: #48ffb9;
  }
  .post--archive .post__item:nth-child(even) a {
    --bg: #fff;
  }
  .post--archive .post__item a {
    display: block;
    overflow: hidden;
    border: 1px solid;
    border-radius: 0.9375rem;
  }
  .post--archive .post__meta {
    min-height: 2.4375rem;
    padding: 0.5rem 0.75rem;
    background: var(--bg);
    border-bottom: 1px solid;
  }
  .post--archive .post__tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem 0.9375rem;
    font-weight: 900;
    font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.625rem;
    line-height: 2.3;
    flex-wrap: wrap;
  }
  .post--archive .post__img {
    aspect-ratio: 352/306;
    border-bottom: 1px solid;
  }
  .post--archive .post__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post--archive .post__title {
    font-weight: 900;
    font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 1.125rem 0.75rem;
    text-align: center;
    background: var(--bg);
    border-bottom: 1px solid;
  }
  .post--archive .post__date {
    font-weight: 600;
    font-family: FOT-筑紫ゴシック Pr5 D, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    padding: 0.3125rem 0.75rem;
    text-align: center;
    background: var(--bg);
  }
}

.wp-pagenavi {
  margin-top: 1.875rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border: 0;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  border-bottom: 0.125rem solid;
}

div#ez-toc-container {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-bottom: 1.875rem;
  padding: 1.25rem 1.25rem 1.875rem;
  background: #48ffb9;
  border: 1px solid #000802;
  border-radius: 0.625rem;
}
div#ez-toc-container ul,
div#ez-toc-container li,
div#ez-toc-container ul li,
div#ez-toc-container ul li a {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
div#ez-toc-container ul li a {
  color: #000802;
}
div#ez-toc-container ul li a:link {
  color: #000802;
}
div#ez-toc-container ul li a:visited {
  color: #000802;
}
div#ez-toc-container ul li a:hover {
  color: #000802;
}
div#ez-toc-container ul li a:active {
  color: #000802;
}
div#ez-toc-container ul li a {
  display: block;
  padding: 0.625rem 0rem;
  border-bottom: 1px dashed;
}
@media (hover: hover) and (pointer: fine) {
  div#ez-toc-container ul li a:hover {
    text-decoration: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  div#ez-toc-container ul li a:active {
    text-decoration: none;
  }
}
div#ez-toc-container ul ul {
  margin: 0;
}
@media screen and (width > 768px) {
  div#ez-toc-container {
    margin-bottom: 3.75rem;
    padding: 1rem 2.5rem 2.25rem;
    border-radius: 0.9375rem;
  }
  div#ez-toc-container ul,
  div#ez-toc-container li,
  div#ez-toc-container ul li,
  div#ez-toc-container ul li a {
    font-weight: 700;
    font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  div#ez-toc-container ul li a {
    margin-top: 0.625rem;
    padding: 0.625rem 0rem;
  }
}

.ez-toc-debug-messages {
  display: none;
}

.wp-block-cb-carousel-v2 {
  --swiper-navigation-top-offset: auto;
  --wp--custom--carousel-block--navigation-size: fn.rem(16);
  padding-bottom: 1px;
}
.wp-block-cb-carousel-v2 .cb-button-prev,
.wp-block-cb-carousel-v2 .cb-button-next {
  width: 2.125rem;
  height: 2.125rem;
  margin: 0;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 9999px;
}
.wp-block-cb-carousel-v2 .cb-button-prev {
  bottom: 0;
  left: 0;
}
.wp-block-cb-carousel-v2 .cb-button-next {
  right: 0;
  bottom: 0;
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal {
  bottom: 0.625rem;
}
.wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal {
  margin-bottom: 2.75rem;
}

.header-container {
  position: fixed;
  top: 0.625rem;
  left: 0;
  z-index: 10;
  width: 100%;
}

.header {
  background: #fff;
  border: 1px solid #48ffb9;
}
.header a {
  display: block;
}
.header__logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.header .btn-menu {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  color: #000802;
  background: none;
}
.header .btn-menu__txts {
  position: relative;
}
.header .btn-menu__txt {
  display: inline-block;
  transition: all 0.3s ease;
}
.header .btn-menu__txt--close {
  position: absolute;
  right: 0;
  opacity: 0;
}
.header .btn-menu__icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.header .btn-menu__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #000802;
  transition: all 0.3s ease;
}
.header .btn-menu__bar:nth-child(1) {
  top: 0.3125rem;
}
.header .btn-menu__bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .btn-menu__bar:nth-child(3) {
  bottom: 0.3125rem;
}
.header .btn-menu[aria-expanded=true] .btn-menu__txt--open {
  opacity: 0;
}
.header .btn-menu[aria-expanded=true] .btn-menu__txt--close {
  opacity: 1;
}
.header .btn-menu[aria-expanded=true] .btn-menu__bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.header .btn-menu[aria-expanded=true] .btn-menu__bar:nth-child(2) {
  opacity: 0;
}
.header .btn-menu[aria-expanded=true] .btn-menu__bar:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-25deg);
}
@media screen and (width <= 768px) {
  .header {
    padding: 0.75rem 1.25rem;
    border-radius: 1.375rem;
  }
  .header__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .header__logo img {
    width: 7.9375rem;
    height: 1.25rem;
  }
  .header__nav {
    grid-column: span 2;
    order: 3;
    max-height: calc(100dvh - 4rem);
    padding: 0rem 1.5rem;
    overflow: auto;
  }
  .header__nav .line {
    display: none;
  }
  .header__nav .navi__foot {
    position: relative;
    padding-top: 3.125rem;
  }
  .header__nav .navi__foot::before {
    width: 8.125rem;
    height: 0.0625rem;
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    display: block;
    background: #48ffb9;
    transform: translateX(-50%);
    content: "";
  }
  .header__nav .menu > *:first-child {
    margin-top: 0 !important;
  }
  .header__nav .menu > *:last-child {
    margin-bottom: 0 !important;
  }
  .header__nav .menu {
    display: block;
  }
  .header__nav .menu > :where(*) {
    margin-top: 1.25rem;
  }
  .header__nav .menu {
    position: relative;
    padding-top: 3.125rem;
    text-align: center;
  }
  .header__nav .menu::before {
    width: 8.125rem;
    height: 0.0625rem;
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    display: block;
    background: #48ffb9;
    transform: translateX(-50%);
    content: "";
  }
  .header .navi--assistive {
    margin-bottom: 0.625rem;
    padding: 0.75rem;
    background: #48ffb9;
    border-radius: 0.9375rem;
  }
  .header__menu-trigger {
    font-size: 0.625rem;
  }
  .header__menu-trigger button {
    padding: 0;
    border: 0;
  }
}
@media screen and (width > 768px) {
  .header {
    height: 3.75rem;
    padding: 0.75rem 2.5rem;
    border-radius: 999px;
  }
  .header__inner {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .header__logo img {
    width: 11.25rem;
    height: 1.5625rem;
  }
  .header__nav .navi__body {
    display: flex;
    gap: 1.25rem;
    align-items: center;
  }
  .header__nav .navi__foot {
    display: none;
  }
  .header__nav .line {
    align-self: stretch;
    width: 1px;
    height: auto;
  }
  .header__nav .menu {
    position: relative;
    display: flex;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
  }
  .header__menu-trigger {
    display: none;
  }
}

.footer {
  background: #fff;
}
.footer__inner {
  padding: 2rem 0rem;
}
.footer__sns {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.footer__navi-container {
  margin-top: 2.5rem;
}
.footer__navi > *:first-child {
  margin-top: 0 !important;
}
.footer__navi > *:last-child {
  margin-bottom: 0 !important;
}
.footer__navi {
  display: block;
}
.footer__navi > :where(*) {
  margin-top: 1.25rem;
}
.footer__navi {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.footer__navi .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.footer__logo {
  margin-top: 2.5rem;
  text-align: center;
}
.footer__copyright {
  font-size: 0.6875rem;
  font-weight: 600;
  font-family: FOT-筑紫ゴシック Pr5 D, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (width > 768px) {
  .footer__inner {
    padding: 2rem 0rem 1rem;
  }
  .footer .navi--footer {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.875rem;
  }
  .footer__navi > *:first-child {
    margin-top: 0 !important;
  }
  .footer__navi > *:last-child {
    margin-bottom: 0 !important;
  }
  .footer__navi {
    display: block;
  }
  .footer__navi > :where(*) {
    margin-top: 1.5rem;
  }
  .footer__navi .menu {
    gap: 1.5rem 1.875rem;
  }
  .footer__logo {
    margin-top: 0rem;
    text-align: right;
  }
}

.editor-styles-wrapper > *:first-child,
.article__content > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper > *:last-child,
.article__content > *:last-child {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper,
.article__content {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.editor-styles-wrapper iframe,
.article__content iframe {
  max-width: 100%;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
}
.editor-styles-wrapper h1:first-child,
.editor-styles-wrapper h2:first-child,
.editor-styles-wrapper h3:first-child,
.editor-styles-wrapper h4:first-child,
.editor-styles-wrapper h5:first-child,
.editor-styles-wrapper h6:first-child,
.article__content h1:first-child,
.article__content h2:first-child,
.article__content h3:first-child,
.article__content h4:first-child,
.article__content h5:first-child,
.article__content h6:first-child {
  margin-top: 0;
}
.editor-styles-wrapper h1,
.article__content h1 {
  font-size: 1.625rem;
}
.editor-styles-wrapper h2,
.article__content h2 {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper h3,
.article__content h3 {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper h4,
.article__content h4 {
  font-size: 1.0625rem;
}
.editor-styles-wrapper p,
.article__content p {
  margin: 1.25rem 0rem;
}
.editor-styles-wrapper a,
.article__content a {
  color: #48ffb9;
}
.editor-styles-wrapper a:link,
.article__content a:link {
  color: #48ffb9;
}
.editor-styles-wrapper a:visited,
.article__content a:visited {
  color: #48ffb9;
}
.editor-styles-wrapper a:hover,
.article__content a:hover {
  color: rgb(174, 255, 224.0163934426);
}
.editor-styles-wrapper a:active,
.article__content a:active {
  color: #48ffb9;
}
.editor-styles-wrapper a,
.article__content a {
  text-decoration: underline;
  word-break: break-all;
}
.editor-styles-wrapper strong,
.editor-styles-wrapper b,
.article__content strong,
.article__content b {
  font-weight: 800;
  font-family: FOT-筑紫ゴシック Pro E, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.editor-styles-wrapper em,
.editor-styles-wrapper i,
.article__content em,
.article__content i {
  font-style: italic;
}
.editor-styles-wrapper .strike,
.editor-styles-wrapper strike,
.article__content .strike,
.article__content strike {
  text-decoration: overline;
}
.editor-styles-wrapper ruby,
.article__content ruby {
  ruby-align: left;
}
.editor-styles-wrapper .table__wrap,
.article__content .table__wrap {
  overflow: auto;
}
.editor-styles-wrapper table,
.article__content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}
.editor-styles-wrapper table th,
.editor-styles-wrapper table td,
.article__content table th,
.article__content table td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}
.editor-styles-wrapper table th,
.article__content table th {
  font-weight: bold;
  background: #48ffb9;
}
.editor-styles-wrapper table caption,
.article__content table caption {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.editor-styles-wrapper blockquote,
.article__content blockquote {
  position: relative;
  margin: 2.5rem 0rem;
  padding: 1.875rem;
  background: #a5a5a5;
}
.editor-styles-wrapper hr,
.article__content hr {
  margin: 2.5rem 0rem;
  border: 0;
  border-top: 1px solid #a5a5a5;
}
.editor-styles-wrapper figure,
.article__content figure {
  margin: 2.5rem 0rem;
}
.editor-styles-wrapper figure figcaption,
.article__content figure figcaption {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  margin-top: 1.25rem;
}

.frame-shopinfo {
  box-sizing: border-box;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 1.625rem 1.0625rem;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.625rem;
}
.frame-shopinfo__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.frame-shopinfo__body {
  margin-top: 1.25rem;
}
.frame-shopinfo a {
  color: inherit;
}
.frame-shopinfo a:link {
  color: inherit;
}
.frame-shopinfo a:visited {
  color: inherit;
}
.frame-shopinfo a:hover {
  color: inherit;
}
.frame-shopinfo a:active {
  color: inherit;
}
.frame-shopinfo a {
  text-decoration: none;
}
.frame-shopinfo__info {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.frame-shopinfo__info dl,
.frame-shopinfo__info dt,
.frame-shopinfo__info dd {
  margin: 0;
}
.frame-shopinfo__info dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0rem;
}
.frame-shopinfo__desc {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.frame-shopinfo__desc > *:first-child {
  margin-top: 0 !important;
}
.frame-shopinfo__desc > *:last-child {
  margin-bottom: 0 !important;
}
.frame-shopinfo__desc {
  margin-top: 1.875rem;
}
.frame-shopinfo__map {
  margin-top: 1.25rem;
  overflow: hidden;
  border: 1px solid;
  border-radius: 0.3125rem;
  aspect-ratio: 270/183;
}
.frame-shopinfo__map iframe {
  width: 100%;
  height: 100%;
}
.frame-shopinfo .field-group {
  margin-bottom: 8px;
}
.frame-shopinfo .field-group label {
  display: block;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
}
.frame-shopinfo .field-group .block-editor-rich-text__editable {
  min-height: 40px;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
}
@media screen and (width > 768px) {
  .frame-shopinfo {
    box-sizing: border-box;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2.75rem 2.5rem;
    background: #48ffb9;
    border-radius: 0.9375rem;
  }
  .frame-shopinfo__title {
    font-weight: 900;
    font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.125rem;
    line-height: 2;
  }
  .frame-shopinfo__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .frame-shopinfo__content {
    flex-basis: 21.25rem;
  }
  .frame-shopinfo__info {
    font-weight: 700;
    font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.875rem;
    line-height: 2;
  }
  .frame-shopinfo__desc {
    margin-top: 1.875rem;
  }
  .frame-shopinfo__map {
    flex-basis: 19rem;
    margin-top: 0rem;
    aspect-ratio: 302/205;
  }
}

.frame-info {
  box-sizing: border-box;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 1.625rem 1.0625rem;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.625rem;
}
.frame-info__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.frame-info__body {
  margin-top: 1.25rem;
}
.frame-info a {
  color: inherit;
}
.frame-info a:link {
  color: inherit;
}
.frame-info a:visited {
  color: inherit;
}
.frame-info a:hover {
  color: inherit;
}
.frame-info a:active {
  color: inherit;
}
.frame-info a {
  text-decoration: none;
}
.frame-info__desc {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.frame-info__desc > *:first-child {
  margin-top: 0 !important;
}
.frame-info__desc > *:last-child {
  margin-bottom: 0 !important;
}
.frame-info__img {
  margin-top: 1.25rem;
}
.frame-info__img img {
  max-width: 100%;
  height: auto;
  border: 1px solid;
  border-radius: 0.3125rem;
}
.frame-info .field-group {
  margin-bottom: 8px;
}
.frame-info .field-group label {
  display: block;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
}
.frame-info .field-group .block-editor-rich-text__editable {
  min-height: 40px;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
}
@media screen and (width > 768px) {
  .frame-info {
    box-sizing: border-box;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding: 2.75rem 2.5rem;
    background: #fff;
    border-radius: 0.9375rem;
  }
  .frame-info__title {
    font-weight: 900;
    font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.125rem;
    line-height: 2;
  }
  .frame-info__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .frame-info__content {
    flex-basis: 21.25rem;
  }
  .frame-info__img {
    flex-basis: 19rem;
    margin-top: 0rem;
  }
}

.front-page.page {
  padding-top: 0;
}
.front-page .title--style1 {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-bottom: 1.875rem;
}
.front-page .title--style1 .title__en {
  font-size: 1.75rem;
  /* % */
  line-height: 1.2;
}
.front-page .title--style1 .title__ja {
  font-size: 1.125rem;
  /* % */
  line-height: 1.2;
  margin-top: 0.625rem;
}
.front-page .section--mv .mv {
  display: flex;
  flex-direction: column;
}
.front-page .section--mv .mv__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.front-page .section--mv .mv__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}
.front-page .section--mv .mv__tagline {
  font-size: 2rem;
  /* % */
  line-height: 1.2;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  text-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (width > 768px) {
  .front-page .section--mv .mv__tagline {
    font-size: 4rem;
  }
}
.front-page .section--mv .mv__desc {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 1.5rem;
  color: #fff;
}
@media screen and (width > 768px) {
  .front-page .section--mv .mv__desc {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 1rem;
  }
}
.front-page .section--mv .mv .btn--liftinfo::after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  background: url("./assets/img/icon_lift.svg") center/contain no-repeat;
  content: "";
}
.front-page .section--mv .mv__today__body {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.front-page .section--mv .mv__today__title, .front-page .section--mv .mv__today__address {
  font-size: 0.625rem;
}
.front-page .section--mv .mv__today__value {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.front-page .section--mv .mv__today__item--weather img {
  transform: scale(1.6);
}
.front-page .section--mv .mv__today__item--map {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.front-page .section--mv .mv__today__item--map .mv__today__title {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.front-page .section--mv .mv__today__weather {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.4);
}
.front-page .section--mv .mv__overview {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  padding: 0.75rem 0rem;
  color: #48ffb9;
  background: #000802;
}
.front-page .section--mv .mv .marquee {
  overflow: hidden;
}
.front-page .section--mv .mv .marquee > span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 36s; /* 1周するのにかかる時間 */
  animation-timing-function: linear;
  animation-iteration-count: infinite; /* 繰り返す回数 */
}
@media screen and (width <= 768px) {
  .front-page .section--mv .mv {
    min-height: 100vh;
    min-height: 100dvh;
    background: url("./assets/img/top_mv_sp_01.webp") center/cover no-repeat;
  }
  .front-page .section--mv .mv__inner {
    display: contents;
  }
  .front-page .section--mv .mv__main {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .front-page .section--mv .mv__body {
    padding: 3.875rem 0rem;
  }
  .front-page .section--mv .mv__link > *:first-child {
    margin-top: 0 !important;
  }
  .front-page .section--mv .mv__link > *:last-child {
    margin-bottom: 0 !important;
  }
  .front-page .section--mv .mv__link {
    display: block;
  }
  .front-page .section--mv .mv__link > :where(*) {
    margin-top: 1.75rem;
  }
  .front-page .section--mv .mv__link {
    flex: 0 0 auto;
  }
  .front-page .section--mv .mv__link .btn {
    display: flex;
  }
  .front-page .section--mv .mv__today {
    display: contents;
  }
  .front-page .section--mv .mv__today__body {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    font-weight: 700;
    font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
    text-align: center;
  }
  .front-page .section--mv .mv__today__item {
    padding: 0.3125rem 0.625rem;
    border-top: 1px solid;
    border-left: 1px solid;
  }
  .front-page .section--mv .mv__today__item--date, .front-page .section--mv .mv__today__item--map {
    grid-column-end: span 3;
  }
  .front-page .section--mv .mv__today__item--time, .front-page .section--mv .mv__today__item--date, .front-page .section--mv .mv__today__item--map {
    border-left: 0;
  }
  .front-page .section--mv .mv__today__item--date .mv__today__value {
    font-size: 0.75rem;
  }
}
@media screen and (width > 768px) {
  .front-page .section--mv .mv {
    height: 100vh;
    min-height: 31.25rem;
    max-height: 50rem;
    padding-top: 6.25rem;
    background: url("./assets/img/top_mv_pc_01.webp") center bottom/cover no-repeat;
  }
  .front-page .section--mv .mv__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: 1fr 17.5rem;
    width: 100%;
    max-width: 75rem;
    margin: 0rem auto 1.25rem;
  }
  .front-page .section--mv .mv__today {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4.375rem;
  }
  .front-page .section--mv .mv__today__body {
    display: grid;
    grid-template-columns: repeat(4, auto);
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    border: 1px solid;
    border-radius: 0.3125rem;
  }
  .front-page .section--mv .mv__today__item {
    padding: 0.625rem 1.25rem;
    border-left: 1px solid;
  }
  .front-page .section--mv .mv__today__item--date {
    border-left: 0;
  }
  .front-page .section--mv .mv__today__item--date .mv__today__value {
    font-size: 0.75rem;
  }
  .front-page .section--mv .mv__today__item--map {
    grid-column-end: span 4;
    border-top: 1px solid;
    border-left: 0;
  }
  .front-page .section--mv .mv__today__txt {
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: flex;
    gap: 1.125rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    color: #fff;
    text-align: center;
    text-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  }
  .front-page .section--mv .mv__today__txt::before, .front-page .section--mv .mv__today__txt::after {
    display: block;
    width: 0.125rem;
    height: 1.5rem;
    background: #fff;
    box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    content: "";
  }
  .front-page .section--mv .mv__today__txt::before {
    transform: rotate(-45deg);
  }
  .front-page .section--mv .mv__today__txt::after {
    transform: rotate(45deg);
  }
  .front-page .section--mv .mv .navi--assistive {
    padding: 0.75rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.16);
    border: 1px solid;
    border-radius: 0.9375rem;
  }
}
@media screen and (width > 1000px) {
  .front-page .section--mv .mv__today__body {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    border: 1px solid;
    border-radius: 0.3125rem;
  }
  .front-page .section--mv .mv__today__item--map {
    border-top: 0;
    border-left: 1px solid;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.front-page .section--about {
  margin-top: 2.5rem;
}
.front-page .section--about .about__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}
.front-page .section--about .about__title .title__en {
  font-size: 1.25rem;
  /* % */
  line-height: 1.2;
}
.front-page .section--about .about__title .title__ja {
  font-size: 1.125rem;
  /* % */
  line-height: 1.2;
  margin-top: 0.875rem;
}
.front-page .section--about .about__body {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 1.875rem;
}
.front-page .section--about .about__link {
  margin-top: 1.875rem;
}
.front-page .section--about .about__link .btn {
  display: flex;
  margin: 0 auto;
}
.front-page .section--about .about__address {
  font-weight: 800;
  font-family: FOT-筑紫ゴシック Pro E, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.6875rem;
  margin-top: 0.625rem;
  text-align: center;
}
.front-page .section--about .about__map {
  overflow: hidden;
  border: 1px solid;
  border-radius: 0.625rem;
}
@media screen and (width > 768px) {
  .front-page .section--about {
    margin-top: 4.375rem;
  }
  .front-page .section--about .about__title {
    text-align: left;
  }
  .front-page .section--about .about__title .title__en {
    font-size: 1.75rem;
  }
  .front-page .section--about .about__title .title__ja {
    font-size: 1.75rem;
  }
  .front-page .section--about .about__body {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
  .front-page .section--about .about__link {
    margin-top: 1.875rem;
  }
  .front-page .section--about .about__map {
    border-radius: 0.9375rem;
  }
  .front-page .section--about .about__address {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
}
.front-page .sections > *:first-child {
  margin-top: 0 !important;
}
.front-page .sections > *:last-child {
  margin-bottom: 0 !important;
}
.front-page .sections {
  display: block;
}
.front-page .sections > :where(*) {
  margin-top: 3.75rem;
}
.front-page .sections {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
.front-page .sections__item--horizontal {
  margin-top: 1.875rem;
}
.front-page .sections__item--horizontal .section__body {
  margin-top: 1.5rem;
}
.front-page .sections__item--horizontal .title--style1 {
  margin-bottom: 0;
}
.front-page .sections__item--horizontal + .line {
  margin-top: 1.875rem;
}
@media screen and (width > 768px) {
  .front-page .sections > *:first-child {
    margin-top: 0 !important;
  }
  .front-page .sections > *:last-child {
    margin-bottom: 0 !important;
  }
  .front-page .sections {
    display: block;
  }
  .front-page .sections > :where(*) {
    margin-top: 5rem;
  }
  .front-page .sections {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
  .front-page .sections__item--horizontal {
    margin-top: 2.5rem;
  }
  .front-page .sections__item--horizontal .section__body {
    margin-top: 0rem;
  }
  .front-page .sections__item--horizontal + .line {
    margin-top: 2.5rem;
  }
}
@media screen and (width <= 768px) {
  .front-page .sections__item--col2 > *:first-child {
    margin-top: 0 !important;
  }
  .front-page .sections__item--col2 > *:last-child {
    margin-bottom: 0 !important;
  }
  .front-page .sections__item--col2 {
    display: block;
  }
  .front-page .sections__item--col2 > :where(*) {
    margin-top: 3.75rem;
  }
}
@media screen and (width > 768px) {
  .front-page .sections__item--col2 {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 2.5rem;
  }
  .front-page .sections__item--col2 .line {
    height: auto;
    margin: 0;
    padding: 0;
  }
  .front-page .sections__item--col2 > div {
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .front-page .sections__item--col2 > div .panel {
    height: 100%;
  }
}
.front-page .section--article .article {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (width > 768px) {
  .front-page .section--article .article {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (width > 968px) {
  .front-page .section--article .article {
    grid-template-columns: repeat(4, 1fr);
  }
}
.front-page .section--article .section__link {
  margin-top: 2.5rem;
  text-align: center;
}
.front-page .section--sitenavi .sitenavi {
  display: grid;
  grid-template-rows: 7.5rem 6.25rem 6.25rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 1rem;
}
.front-page .section--sitenavi .sitenavi__ja {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.front-page .section--sitenavi .sitenavi__en {
  font-size: 0.5625rem;
  line-height: 1;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 0.5rem;
  color: #00c681;
}
.front-page .section--sitenavi .sitenavi__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.9375rem;
}
.front-page .section--sitenavi .sitenavi__item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  background: #a5a5a5;
  border: 1px solid #000802;
  border-radius: 0.9375rem;
}
.front-page .section--sitenavi .sitenavi__item > div > * {
  opacity: 0.5;
}
.front-page .section--sitenavi .sitenavi__item--ski {
  grid-column-end: span 2;
}
@media screen and (width > 768px) {
  .front-page .section--sitenavi .sitenavi {
    display: grid;
    grid-template-rows: 10rem 10rem;
    grid-template-columns: 43.1034482759% 25% 25%;
    gap: 1.75rem 3.4482758621%;
  }
  .front-page .section--sitenavi .sitenavi__ja {
    font-size: 1.5rem;
  }
  .front-page .section--sitenavi .sitenavi__en {
    font-size: 0.875rem;
  }
  .front-page .section--sitenavi .sitenavi__item--ski {
    grid-row-end: span 2;
    grid-column-end: span 1;
  }
}
.front-page .section--news .news > *:first-child {
  margin-top: 0 !important;
}
.front-page .section--news .news > *:last-child {
  margin-bottom: 0 !important;
}
.front-page .section--news .news {
  display: block;
}
.front-page .section--news .news > :where(*) {
  margin-top: 0.625rem;
}
.front-page .section--news .news__item {
  font-size: 0.75rem;
  display: block;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid;
}
.front-page .section--news .news__date {
  font-weight: 600;
  font-family: FOT-筑紫ゴシック Pr5 D, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.front-page .section--news .news__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 1lh;
}
.front-page .section--news .news__viewmore {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 0rem;
}
@media screen and (width > 768px) {
  .front-page .section--news .news > *:first-child {
    margin-top: 0 !important;
  }
  .front-page .section--news .news > *:last-child {
    margin-bottom: 0 !important;
  }
  .front-page .section--news .news {
    display: block;
  }
  .front-page .section--news .news > :where(*) {
    margin-top: 1.25rem;
  }
  .front-page .section--news .news {
    max-width: 28.75rem;
    margin: 0rem auto;
  }
  .front-page .section--news .news__item {
    font-size: 0.75rem;
  }
  .front-page .section--news .news__title {
    font-size: 0.875rem;
  }
  .front-page .section--news .news__viewmore {
    margin: 1.25rem 0rem 0rem auto;
  }
}
.front-page .section--information .information > *:first-child {
  margin-top: 0 !important;
}
.front-page .section--information .information > *:last-child {
  margin-bottom: 0 !important;
}
.front-page .section--information .information {
  display: block;
}
.front-page .section--information .information > :where(*) {
  margin-top: 1.875rem;
}
.front-page .section--information .information {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}
.front-page .section--information .information__item dt {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8.75rem;
  padding: 0.5rem 0.75rem;
  color: #48ffb9;
  background: #000802;
  border-radius: 0.3125rem;
}
.front-page .section--information .information__item dd {
  margin-top: 0.625rem;
  margin-left: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid;
  border-radius: 0.3125rem;
}
.front-page .section--information .information__item:nth-child(2) dd {
  font-size: 0.6875rem;
  line-height: 1.6363636364;
}
.front-page .section--information .information__map {
  overflow: hidden;
  border: 1px solid;
  border-radius: 0.625rem;
}
@media screen and (width > 768px) {
  .front-page .section--information .information > *:first-child {
    margin-top: 0 !important;
  }
  .front-page .section--information .information > *:last-child {
    margin-bottom: 0 !important;
  }
  .front-page .section--information .information {
    display: block;
  }
  .front-page .section--information .information > :where(*) {
    margin-top: 0.625rem;
  }
  .front-page .section--information .information {
    font-weight: 900;
    font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    max-width: 28.75rem;
    margin: 0rem auto;
    text-align: center;
  }
  .front-page .section--information .information__item {
    display: flex;
    gap: 1.25rem;
  }
  .front-page .section--information .information__item dt {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 0.5rem 1.25rem;
  }
  .front-page .section--information .information__item dd {
    font-size: 0.625rem;
    line-height: 1.8;
    flex-grow: 1;
    margin-top: 0rem;
    padding: 0.5rem 1.25rem;
  }
  .front-page .section--information .information__item:first-child dd {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .front-page .section--information .information__map {
    border-radius: 0.9375rem;
  }
}
.front-page .section--related-links .related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.front-page .section--related-links .related-links a {
  font-size: 0.875rem;
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #00c681;
}
@media screen and (width > 768px) {
  .front-page .section--related-links {
    display: flex;
    gap: 2.5rem;
  }
  .front-page .section--related-links .related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.front-page .floating {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.front-page .floating__item {
  flex-basis: 100%;
}
.front-page .floating__btn-lift, .front-page .floating__btn-traffic {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  min-height: 1.875rem;
  padding: 0rem 0.75rem;
  word-break: keep-all;
  border: 1px solid;
  border-radius: 999px;
}
.front-page .floating__btn-lift::after {
  width: 1rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: top;
  background: url("./assets/img/icon_lift.svg") center/contain no-repeat;
  content: "";
}
.front-page .floating__btn-lift {
  background: #48ffb9;
}
.front-page .floating__btn-traffic::after {
  width: 1rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: top;
  background: url("./assets/img/icon_traffic.svg") center/contain no-repeat;
  content: "";
}
.front-page .floating__btn-traffic {
  background: #fff;
}
@media screen and (width > 768px) {
  .front-page .floating {
    right: 0rem;
    bottom: 50%;
    left: auto;
    height: min(25.625rem, 90vh);
    text-orientation: mixed;
    transform: translateY(50%);
    writing-mode: vertical-rl;
  }
  .front-page .floating__item {
    flex-basis: 12.5rem;
  }
  .front-page .floating__btn-lift, .front-page .floating__btn-traffic {
    font-size: 0.875rem;
    gap: 0.625rem;
    width: 2.5rem;
    min-height: 100%;
    padding: 0.625rem;
    border-radius: 0.625rem 0rem 0rem 0.625rem;
  }
}
@media screen and (width <= 768px) {
  .front-page .footer {
    padding-bottom: 4.375rem;
  }
}

.home,
.archive,
.page {
  padding-top: 3.875rem;
}
.home__title,
.archive__title,
.page__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
.home__title .title__en,
.archive__title .title__en,
.page__title .title__en {
  font-size: 1.75rem;
  /* % */
  line-height: 1.2;
}
.home__title .title__ja,
.archive__title .title__ja,
.page__title .title__ja {
  font-size: 1.125rem;
  /* % */
  line-height: 1.2;
  margin-top: 0.25rem;
}
.home__body,
.archive__body,
.page__body {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (width > 768px) {
  .home,
  .archive,
  .page {
    padding-top: 6.25rem;
  }
  .home__title,
  .archive__title,
  .page__title {
    font-weight: 900;
    font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 4.375rem;
    margin-bottom: 6.25rem;
  }
  .home__body,
  .archive__body,
  .page__body {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.home .post--archive,
.archive .post--archive,
.page-article .post--archive {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (width > 768px) {
  .home .post--archive,
  .archive .post--archive,
  .page-article .post--archive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem 3.125rem;
  }
}
@media screen and (width > 1068px) {
  .home .post--archive,
  .archive .post--archive,
  .page-article .post--archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem 3.125rem;
  }
}

.page-about .about-container > *:first-child {
  margin-top: 0 !important;
}
.page-about .about-container > *:last-child {
  margin-bottom: 0 !important;
}
.page-about .about-container {
  display: block;
}
.page-about .about-container > :where(*) {
  margin-top: 2.5rem;
}
@media screen and (width > 768px) {
  .page-about .about-container {
    margin-top: 3.75rem;
  }
}
.page-about .about__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.page-about .about__imgs {
  display: grid;
  gap: 1.25rem 2.5rem;
}
.page-about .about__imgs img {
  width: 100%;
}
.page-about .about__body {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}
.page-about .about__map {
  overflow: hidden;
  border: 1px solid;
  border-radius: 0.625rem;
}
.page-about .about__link > *:first-child {
  margin-top: 0 !important;
}
.page-about .about__link > *:last-child {
  margin-bottom: 0 !important;
}
.page-about .about__link {
  display: block;
}
.page-about .about__link > :where(*) {
  margin-top: 1.25rem;
}
.page-about .about__link {
  margin-top: 1.875rem;
}
.page-about .about__link > * {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  display: block;
  padding: 0.625rem;
  text-align: center;
  background: #fff;
  border: 1px solid;
  border-radius: 0.625rem;
}
@media screen and (width > 768px) {
  .page-about .about {
    max-width: 47.5rem;
    margin: 0.625rem auto;
  }
  .page-about .about__title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .page-about .about__imgs {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-about .about__imgs .imgs__item:first-child {
    grid-column: span 2;
  }
  .page-about .about__body {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
  .page-about .about__map {
    border-radius: 0.9375rem;
  }
  .page-about .about__link > *:first-child {
    margin-top: 0 !important;
  }
  .page-about .about__link > *:last-child {
    margin-bottom: 0 !important;
  }
  .page-about .about__link {
    display: block;
  }
  .page-about .about__link > :where(*) {
    margin-top: 0.9375rem;
  }
  .page-about .about__link > * {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }
}

.page-ski .index {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 2.5rem;
}
.page-ski .index a {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  display: block;
  padding: 0.625rem;
  text-align: center;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.625rem;
}
@media screen and (width > 768px) {
  .page-ski .index {
    display: flex;
    flex-direction: row;
  }
  .page-ski .index__item {
    flex-basis: 100%;
  }
  .page-ski .index a {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    padding: 1.25rem 0.625rem;
    border-radius: 0.9375rem;
  }
}
.page-ski .ski-container > *:first-child {
  margin-top: 0 !important;
}
.page-ski .ski-container > *:last-child {
  margin-bottom: 0 !important;
}
.page-ski .ski-container {
  display: block;
}
.page-ski .ski-container > :where(*) {
  margin-top: 2.5rem;
}
.page-ski .ski-container {
  margin-top: 2.5rem;
}
@media screen and (width > 768px) {
  .page-ski .ski-container {
    margin-top: 3.75rem;
  }
}
.page-ski .ski__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  /* % */
  line-height: 1.2;
}
.page-ski .ski__body {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
.page-ski .ski__link {
  margin-top: 1.875rem;
}
.page-ski .ski__link a {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  display: block;
  padding: 0.875rem 1.25rem;
  text-align: center;
  background: #48ffb9;
  border-radius: 0.625rem;
}
.page-ski .ski__img {
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 0.625rem;
}
@media screen and (width > 768px) {
  .page-ski .ski__title {
    font-size: 1.75rem;
  }
  .page-ski .ski__body {
    font-weight: 700;
    font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.25rem;
  }
  .page-ski .ski__link a {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }
  .page-ski .ski__img {
    border: 1px solid;
    border-radius: 0.625rem;
  }
}
.page-ski .info > *:first-child {
  margin-top: 0 !important;
}
.page-ski .info > *:last-child {
  margin-bottom: 0 !important;
}
.page-ski .info {
  display: block;
}
.page-ski .info > :where(*) {
  margin-top: 1.875rem;
}
.page-ski .info {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}
.page-ski .info__title {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  padding: 0.625rem;
  background: #fff;
  border: 1px solid;
  border-radius: 0.625rem;
}
.page-ski .info__body {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 0.5rem;
}
@media screen and (width > 768px) {
  .page-ski .info {
    margin: 0rem 0.625rem;
  }
  .page-ski .info__item {
    display: flex;
    gap: 2.5rem;
    align-items: start;
  }
  .page-ski .info__title {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    flex-basis: 100%;
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }
  .page-ski .info__body {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    flex-basis: 100%;
    margin-top: 0rem;
    text-align: left;
  }
}

.page-restaurant .restaurant {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.3125rem;
}
.page-restaurant .restaurant__item {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 1.875rem 1.25rem;
  background: #fff;
  border: 1px solid;
  border-radius: 0.9375rem;
}
.page-restaurant .restaurant__name {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.page-restaurant .restaurant__hotel {
  font-weight: 700;
  font-family: FOT-筑紫ゴシック Pro B, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5625;
  margin-top: 0.3125rem;
}
.page-restaurant .restaurant__img {
  margin-top: 1.125rem;
}
.page-restaurant .restaurant__img img {
  width: 100%;
  border: 1px solid;
  border-radius: 0.625rem;
}
.page-restaurant .restaurant__desc {
  font-size: 1rem;
  line-height: 1.5625;
  margin-top: 1.125rem;
}
.page-restaurant .restaurant__detail > *:first-child {
  margin-top: 0 !important;
}
.page-restaurant .restaurant__detail > *:last-child {
  margin-bottom: 0 !important;
}
.page-restaurant .restaurant__detail {
  display: block;
}
.page-restaurant .restaurant__detail > :where(*) {
  margin-top: 1.25rem;
}
.page-restaurant .restaurant__detail {
  font-size: 1rem;
  line-height: 1.5625;
  margin-top: 1.25rem;
}
.page-restaurant .restaurant__detail dt {
  max-width: 7.5rem;
  padding: 0.5rem 0.625rem;
  text-align: center;
  background: #48ffb9;
  border: 1px solid;
  border-radius: 0.5625rem;
}
.page-restaurant .restaurant__detail dd {
  margin: 0;
  margin-top: 0.75rem;
}
.page-restaurant .restaurant__open {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro H, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5625;
  margin-top: 1.25rem;
  padding: 0.5rem 0.625rem;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 0.5625rem;
}
.page-restaurant .restaurant__open.restaurant--is-open {
  background: #c60072;
}
.page-restaurant .restaurant-map {
  margin-top: 2.5rem;
  overflow: hidden;
  border: 1px solid;
  border-radius: 0.625rem;
}
@media screen and (width > 768px) {
  .page-restaurant .restaurant {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem clamp(1.25rem, 15.306122449vw - 6.0969387755rem, 5rem);
  }
  .page-restaurant .restaurant__item {
    padding: 3.125rem 2.5rem 2.3125rem;
  }
  .page-restaurant .restaurant__name {
    font-size: 1.75rem;
    line-height: 1.5357142857;
  }
  .page-restaurant .restaurant__hotel {
    margin-top: 0.625rem;
  }
  .page-restaurant .restaurant__img img {
    border-radius: 0.9375rem;
  }
  .page-restaurant .restaurant__detail > *:first-child {
    margin-top: 0 !important;
  }
  .page-restaurant .restaurant__detail > *:last-child {
    margin-bottom: 0 !important;
  }
  .page-restaurant .restaurant__detail {
    display: block;
  }
  .page-restaurant .restaurant__detail > :where(*) {
    margin-top: 0.625rem;
  }
  .page-restaurant .restaurant__detail {
    margin-top: 1.5rem;
  }
  .page-restaurant .restaurant__detail dl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.625rem;
  }
  .page-restaurant .restaurant__detail dt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0rem;
    flex: 0 0 7.5rem;
    padding: 0.5rem 0.625rem;
  }
  .page-restaurant .restaurant__detail dd {
    align-self: center;
    margin: 0;
    padding: 0.25rem 0rem;
  }
  .page-restaurant .restaurant__open {
    margin-top: 1.5rem;
  }
  .page-restaurant .restaurant-map {
    margin-top: 5rem;
  }
}

.singular__hero {
  height: 30rem;
  background: #a5a5a5;
}
.singular__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singular__body {
  padding: 2.5rem 0rem 3.125rem;
}
.singular .article {
  max-width: 47.5rem;
  margin: 0 auto;
}
.singular .article__date {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.singular .article__title {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid;
}
.singular .article__meta {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.singular .article__tags-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem 0.9375rem;
  flex-wrap: wrap;
}
.singular .article__free1 {
  margin-top: 0.5rem;
}
.singular .article__content {
  margin-top: 1.875rem;
}
.singular .article__author {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 3.75rem;
}
.singular .article__tags-2 {
  font-weight: 900;
  font-family: FOT-筑紫ゴシック Pro U, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem 0.9375rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid;
}
@media screen and (width > 768px) {
  .singular .article__meta {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .singular .article__free1 {
    margin-top: 0rem;
  }
}
/*# sourceMappingURL=style.css.map */