/* nav-bar-top none */
.nav-bar-top {
  display: none !important;
}

.hero-wrapper {
  background-color: #fafafa;
}

/* mv */
.mv-image {
  position: relative;
  height: auto;
  display: block;
  width: calc(100% - 2rem);
  max-width: 1330px;
  margin: 0 auto 3rem;
  margin: auto;
  margin-bottom: 1.5rem;
}
@media(min-width:992px){
  .mv-image {
    margin-bottom : 3rem;
  }
}

.mv-image > .row {
  margin: 0;
}

.page-titles {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 10;
  filter : drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.4));
}

.page-title {
  font-size: 2rem;
  line-height: 1.65;
  margin: 0;
  font-weight: 700;
}

.page-sub-title {
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  font-weight: 500;
}

.mv-image .steams > * {
  padding: 0;
  position: static;
}

.steam1,
.steam2 {
  position: absolute;
  z-index: 4;
}

.steam1 {
  width: 12.5rem;
  left: -1rem;
  bottom: -1rem;
  max-width: 26vw;
}

.steam2 {
  width: 11.5rem;
  right: -1rem;
  top: 1rem;
  max-width: 26vw;
}

.steam1 img,
.steam2 img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-bg {
  width: 100%;
  height: auto;
}

.mv-bg img {
  border-radius: 4rem;
  width: 100%;
  height: 17rem;
  object-fit: cover;
  display: block;
}

/* pages common */
.page-section {
  margin: 4rem auto;
}

.page-section p {
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  line-height: 1.7;
}

.page-section .row {
  gap: 1rem 0;
}

.anchor-links .row {
  gap: 0;
}

.row.row-reverse {
  margin: 0;
  flex-direction: row-reverse;
}

/* lg */
@media (min-width: 992px) {
  #root > .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mv-bg img {
    height: 22rem;
  }

  .mv-title {
    left: 4.25rem;
    top: 5.5rem;
  }

  .mv-title img {
    width: 8rem;
  }

  .steam1 {
    width: 22.5rem;
    left: -1rem;
    bottom: -1rem;
  }

  .steam2 {
    width: 20.5rem;
    top: 1rem;
  }

  .page-title {
    font-size: 3rem;
  }

  .page-section .row {
    gap: 0;
  }
}

/* menu-page */
.menu-title {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
}

.menu-text {
  margin: auto;
  display: inline-block;
  font-size: 1.25rem;
}

.menu-list-item {
  border-bottom: solid 1px #d0d0d0;
  margin: 0 0 1rem;
  align-items: end;
}

.menu-list-item > div {
  padding: 0;
}

.menu-name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.menu-price {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  color: #9d4326;
}

.menu-list-item p{
  font-family: "Zen Maru Gothic";
}

.pop-menu {
  position: relative;
}

.pop-menu .menu-list-item {
  margin: 1rem 0 0;
  border: none;
}

.pop-menu .menu-name,
.pop-menu .menu-price {
  font-size: 1.1rem;
}
@media(min-width : 992px){
  .pop-menu .menu-name,
.pop-menu .menu-price {
  font-size: 1.5rem;
}
}

.pop-menu .ninki {
  position: absolute;
  left: 2rem;
  top: -2rem;
  transform: rotate(-3deg);
  transform-origin: center center;
}

.pop-menu .ninki.ninki-r {
  right: 2rem;
  top: -2rem;
  left: auto;
  transform: rotate(3deg);
}

.row-reverse .pop-box {
  display: flex;
  justify-content: flex-end;
}

.pop-menu .pop-text {
  font-size: 1rem;
}

.anchor-link-button {
  margin: 0.25rem 0;
  background: #fcee21;
  color: #9d4326;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 1rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 0.5rem 2rem;
  display: block;
}
@media(min-width:992px){
  .anchor-link-button {
  margin: 1rem 0;
  }
}
.anchor-link-button p {
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Maru Gothic";
}

.anchor-link-button:hover {
  text-decoration: none;
  background: #f5e400;
  transform: translateY(-1px);
  color: #9d4326;
}

.anchor-link-button::after {
  content: "▼";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
}

/* concept-page */
.concept-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.chef-image {
  border-radius: 50%;
  max-width: 50%;
  margin: auto;
  display: block;
}

p.chef-name {
  font-size: 0.75rem;
  text-align: right;
}

@media (min-width: 992px) {
  .concept-title {
  font-size: 2rem;
  }
  .chef-image {
    max-width: 100%;
  }
}

/* courses-page */

.course-top-title {
  font-size: 2.5rem;
  text-align: center;
}

.course-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.course-price {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: right;
  color: #9d4326;
}

@media (min-width: 992px) {
  .course-top-title {
    font-size: 3rem;
  }
}

/* shop-page */
.shop-top-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.shop-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.page-shop-info p {
  font-size: 1rem;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .shop-top-title {
    font-size: 3rem;
  }
}

/* faq-page */
.faq-top-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.faq-section {
  margin: 4rem auto;
}

.faq-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .faq-top-title {
    font-size: 2rem;
  }
  .faq-title {
    font-size: 2rem;
  }
}


/*news 詳細*/
.news-detail #dataNews.webgene-blog {
  grid-template-columns : 1fr;
}
.news-detail #dataNews.webgene-blog .blogItemContent p + p {
  margin-top : 1.7em;
}

.page-section .row.menu-list-item {
  gap : 0;
}

.shop__google-map iframe {
  width : 100%;
  height : auto;
  aspect-ratio : 3 /2 ;
}