ol {
  list-style: none;
  padding-left: 0;
}

section#fv {
  position: relative;
  z-index: 400;
  padding: 8.75rem 1rem;
}
@media screen and (max-width: 768px) {
  section#fv {
    padding: 10.625rem 1rem;
  }
}
section#fv .fv_title {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 848px;
  padding: 4.25rem 1.25rem 4.875rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#fv .fv_title {
    padding-top: 1.75rem;
    padding-bottom: 1.875rem;
  }
}
section#fv .fv_title span {
  display: block;
  font-family: "Zen Old Mincho", serif;
}
section#fv .fv_title__main__upper {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  section#fv .fv_title__main__upper {
    font-size: 1.875rem;
  }
}
section#fv .fv_title__main__lower {
  max-width: 37.8125rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-shadow: 0 0 0.4375rem white;
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(0.9375rem);
          backdrop-filter: blur(0.9375rem);
  border: 1px solid #fff;
  border-radius: 0.375rem;
  margin: 1.6875rem auto 0;
}
@media screen and (max-width: 768px) {
  section#fv .fv_title__main__lower {
    font-size: 1.3125rem;
  }
}
section#fv .fv_title__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 2rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  section#fv .fv_title__sub {
    margin-top: 0.75rem;
  }
}
section#fv .fv_title__sub span {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  section#fv .fv_title__sub span {
    font-size: 1.0625rem;
  }
}
section#fv .fv_bg_image {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
section#fv .fv_bg_image picture {
  width: 100%;
  height: 100%;
}
section#fv .fv_bg_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#commitment {
  background: linear-gradient(180deg, rgba(249, 245, 239, 0) 0%, #f8ecda 100%);
  padding-top: 5.3125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  section#commitment {
    padding-top: 3.75rem;
    padding-bottom: 1.625rem;
  }
}
section#commitment .commitment_contents_wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_contents_wrapper {
    flex-direction: column;
    margin-top: 1.875rem;
  }
}
section#commitment .commitment_text_wrapper {
  width: 33.75rem;
  flex-shrink: 0;
  padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_text_wrapper {
    width: 100%;
    padding-top: 0;
  }
}
section#commitment .commitment_explain {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_explain {
    font-size: 1rem;
    font-weight: 500;
  }
}
section#commitment .commitment_btn_wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_btn_wrapper {
    margin-top: 3rem;
  }
}
section#commitment .commitment_image_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_image_wrapper {
    gap: 0.375rem;
    margin-top: 3.125rem;
  }
}
section#commitment .commitment_image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
section#commitment .commitment_image_wrapper .commitment_image_02 {
  width: calc(64.6153846154% - 0.3125rem);
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_image_wrapper .commitment_image_02 {
    width: calc(64.6153846154% - 0.1875rem);
  }
}
section#commitment .commitment_image_wrapper .commitment_image_03 {
  width: calc(35.3846153846% - 0.3125rem);
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_image_wrapper .commitment_image_03 {
    width: calc(35.3846153846% - 0.1875rem);
  }
}

section#menu {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#menu {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
section#menu .select_menu_list .menu_item__title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 0;
  min-height: 3em;
}
@media screen and (max-width: 768px) {
  section#menu .select_menu_list .menu_item__title {
    font-size: 1rem;
  }
}
section#menu .select_menu_list .menu_item__title span {
  display: block;
  border-bottom: 1px solid #4c473d;
}
section#menu .menu_btn_wrapper {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#menu .menu_btn_wrapper {
    margin-top: 1.875rem;
  }
}
section#menu .menu_btn_wrapper .btn {
  margin-inline: auto;
}

section#example {
  background-color: #f9f5ef;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#example {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section#example .example_contents_wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#example .example_contents_wrapper {
    margin-top: 1.25rem;
  }
}
section#example .example_btn_wrapper {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#example .example_btn_wrapper {
    margin-top: 2.5rem;
  }
}
section#example .example_btn_wrapper .btn {
  margin-inline: auto;
}

.bridge_text {
  display: flex;
  justify-content: center;
  font-size: 8.125rem;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
  text-align: center;
  white-space: nowrap;
  color: #736b5a;
  padding-top: 5rem;
  padding-bottom: 5rem;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .bridge_text {
    font-size: 5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

section#location {
  padding-bottom: 0;
}

section#voice {
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  section#voice {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

section#flow {
  background-color: #f3f3f3;
}

section#blog_news {
  border-top: 1px solid rgba(76, 71, 61, 0.3);
  border-bottom: 1px solid rgba(76, 71, 61, 0.3);
}
section#blog_news .blog_news_inner {
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  section#blog_news .blog_news_inner {
    flex-direction: column;
  }
}
section#blog_news .blog_news__blog,
section#blog_news .blog_news__news {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 3.75rem;
}
@media screen and (max-width: 768px) {
  section#blog_news .blog_news__blog,
section#blog_news .blog_news__news {
    padding: 2.5rem 1.25rem;
  }
}
section#blog_news .blog_news__blog {
  border-right: 1px solid rgba(76, 71, 61, 0.3);
}
@media screen and (max-width: 768px) {
  section#blog_news .blog_news__blog {
    border-bottom: 1px solid rgba(76, 71, 61, 0.3);
    border-right: 0;
  }
}
section#blog_news .posts_list .post_item__date {
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  section#blog_news .posts_list .post_item__date {
    font-size: 0.625rem;
  }
}
section#blog_news .posts_list .post_item__title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}
@media screen and (max-width: 768px) {
  section#blog_news .posts_list .post_item__title {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
}
section#blog_news .blog_list {
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  section#blog_news .blog_list {
    margin-top: 1.875rem;
  }
}
section#blog_news .blog_list .post_item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
}
section#blog_news .blog_list .post_item__image {
  width: 7.5rem;
  aspect-ratio: 120/100;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
section#blog_news .blog_list .post_item__text {
  width: 100%;
}
section#blog_news .news_list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#blog_news .news_list {
    margin-top: 1.875rem;
  }
}
section#blog_news .news_list .post_item {
  display: block;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d9d9d9;
}
section#blog_news .blog_news__btn_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  margin-top: 2.5rem;
}
section#blog_news .blog_news__btn_wrapper .btn {
  width: 15rem;
  height: 4rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  section#blog_news .blog_news__btn_wrapper .btn {
    width: 100%;
  }
}
section#blog_news .blog_news__btn_wrapper .btn::after {
  right: 0.5rem;
}
@media screen and (max-width: 768px) {
  section#blog_news .blog_news__btn_wrapper .btn::after {
    right: 1rem;
  }
}

section#official_sns {
  background-color: #f9f5ef;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#official_sns {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  section#official_sns .official_sns_inner {
    padding: 0 0.625rem;
  }
}
section#official_sns .official_sns_contents {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#official_sns .official_sns_contents {
    margin-top: 1.875rem;
  }
}
