/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 1279px) {
  .pc-visibility {
    display: none;
  }
}
@media (min-width: 1280px) {
  .tb-visibility {
    display: none;
  }
}
@media (max-width: 767px) {
  .tb-visibility {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none;
  }
}
@media (min-width: 1280px) {
  .tb-sp-visibility {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-visibility {
    display: none;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-label {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  color: #2B6E4F;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #2B6E4F;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  z-index: 1000;
  border-bottom: 1px solid #e0e0e0;
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  font-size: 20px;
  font-weight: 700;
  color: #2B6E4F;
  letter-spacing: 0.05em;
}
.header__logo a {
  color: #2B6E4F;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .header__nav.is-open {
    display: flex;
  }
}
.header__nav-link {
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.header__nav-link:hover {
  color: #2B6E4F;
}
.header__lang {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.header__lang a {
  transition: color 0.3s;
}
.header__lang a:hover {
  color: #2B6E4F;
}
.header__lang .is-active {
  color: #2B6E4F;
  font-weight: 700;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333333;
  transition: transform 0.3s;
}

.hero {
  margin-top: 70px;
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    height: 60vh;
    min-height: 400px;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(43, 110, 79, 0.85);
  color: #FFFFFF;
  padding: 30px 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__overlay {
    padding: 20px 30px;
  }
}
.hero__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 18px;
  }
}

.concept {
  padding: 100px 20px;
  text-align: center;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .concept {
    padding: 60px 20px;
  }
}
.concept__label {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #2B6E4F;
  margin-bottom: 15px;
}
.concept__title {
  font-size: 26px;
  font-weight: 700;
  color: #004747;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .concept__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.concept__text {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.concept__image_box {
  display: flex;
  justify-content: center;
}
.concept__image {
  max-width: 300px;
}
@media (max-width: 768px) {
  .concept__image {
    max-width: 200px;
  }
}

.introduction {
  padding: 100px 20px;
  background: #F1F7F2;
}
@media (max-width: 768px) {
  .introduction {
    padding: 60px 20px;
  }
}
.introduction__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .introduction__content {
    flex-direction: column;
    gap: 30px;
  }
}
.introduction__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .introduction__image {
    width: 100%;
  }
}
.introduction__image img {
  width: 100%;
  height: auto;
}
.introduction__body {
  flex: 1;
}
.introduction__block {
  margin-bottom: 25px;
}
.introduction__block:last-child {
  margin-bottom: 0;
}
.introduction__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.introduction__text {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}

.menu {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .menu {
    padding: 60px 20px;
  }
}
.menu__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.menu__content_box {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  border-left: solid 20px #F1F7F2;
}
@media (max-width: 768px) {
  .menu__content_box {
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.menu .section-label, .menu .section-title {
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .menu .section-label, .menu .section-title {
    text-align: center;
    padding-left: 0;
  }
}
.menu__link_button {
  text-align: left;
  padding-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .menu__link_button {
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.menu__link_button_link {
  font-size: 14px;
  background-color: #2B6E4F;
  color: #FFFFFF;
  border: 1px solid #2B6E4F;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}
.menu__link_button_link:hover {
  background-color: #FFFFFF;
  color: #2B6E4F;
}
.menu__category {
  margin-bottom: 60px;
  padding-left: 40px;
}
.menu__category:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .menu__category {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.menu__category-title {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-weight: 700;
  color: #2B6E4F;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .menu__category-title {
    font-size: 18px;
    text-align: center;
  }
}
.menu__category-title-comment {
  font-size: 13px;
  color: #666666;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .menu__category-title-comment {
    text-align: center;
  }
}
.menu__grid {
  display: grid;
  gap: 20px;
}
.menu__grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .menu__grid--4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .menu__grid--4col {
    grid-template-columns: 1fr;
  }
}
.menu__grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .menu__grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .menu__grid--3col {
    grid-template-columns: 1fr;
  }
}
.menu__card {
  overflow: hidden;
}
.menu__card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.menu__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.menu__card-image img:hover {
  transform: scale(1.05);
}
.menu__card-body {
  padding: 12px 0;
}
.menu__card-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.menu__card-desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 4px;
}
.menu__card-price {
  font-size: 15px;
  font-weight: 700;
  color: #2B6E4F;
}

.access {
  padding: 100px 20px;
  background: #F1F7F2;
}
@media (max-width: 768px) {
  .access {
    padding: 60px 20px;
  }
}
.access__info {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px;
  line-height: 2;
}
@media (max-width: 768px) {
  .access__info {
    margin-bottom: 25px;
  }
}
.access__map {
  max-width: 1200px;
  margin: 0 auto;
}
.access__map iframe {
  width: 100%;
  height: 860px;
  border: 0;
}
@media (max-width: 768px) {
  .access__map iframe {
    height: 280px;
  }
}

.page-header {
  margin-top: 70px;
  padding: 80px 20px;
  background: #F1F7F2;
  text-align: center;
}
@media (max-width: 768px) {
  .page-header {
    padding: 50px 20px;
  }
}
.page-header__label {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #2B6E4F;
  margin-bottom: 8px;
}
.page-header__title {
  font-size: 32px;
  font-weight: 700;
  color: #004747;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .page-header__title {
    font-size: 24px;
  }
}

.menu-section {
  padding: 80px 20px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .menu-section {
    padding: 50px 20px;
  }
}
.menu-section--alt {
  background: #F1F7F2;
}
.menu-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.menu-section__heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #2B6E4F;
}
@media (max-width: 768px) {
  .menu-section__heading {
    font-size: 20px;
  }
}
.menu-section__text {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .menu-section__text {
    margin-bottom: 25px;
  }
}
.menu-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .menu-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .menu-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.menu-section__card {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.menu-section--alt .menu-section__card {
  background: #FFFFFF;
}
.menu-section__card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.menu-section__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.menu-section__card-image img:hover {
  transform: scale(1.05);
}
.menu-section__card-body {
  padding: 20px;
}
.menu-section__card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.menu-section__card-desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 12px;
}
.menu-section__card-price {
  font-size: 16px;
  font-weight: 700;
  color: #2B6E4F;
}

.footer {
  background: #1E4D37;
  color: #FFFFFF;
  padding: 50px 20px 30px;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__info {
  font-size: 13px;
  line-height: 2;
  opacity: 0.85;
}
.footer__info dt {
  display: inline;
}
.footer__info dd {
  display: inline;
  margin-left: 10px;
}
.footer__nav {
  display: flex;
  gap: 25px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .footer__nav {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer__nav a {
  opacity: 0.85;
  transition: opacity 0.3s;
}
.footer__nav a:hover {
  opacity: 1;
}
.footer__lang {
  font-size: 13px;
}
.footer__lang a {
  opacity: 0.85;
  transition: opacity 0.3s;
}
.footer__lang a:hover {
  opacity: 1;
}
.footer__lang .is-active {
  opacity: 1;
  font-weight: 700;
}
.footer__bottom {
  max-width: 1200px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 12px;
  opacity: 0.7;
}
