body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #131B11;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #174608;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .h2 {
    font-size: 24px;
  }
}

section {
  scroll-margin-top: 80px;
}

.image-block img {
  display: block;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.section-header::before, .section-header::after {
  display: none;
}

.glightbox-container .glightbox-clean .gslide-image img {
  max-width: 80%;
}

@media (max-width: 768px) {
  .glightbox-mobile .glightbox-container .gslide-description {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (max-width: 768px) {
  .glightbox-mobile .glightbox-container .gslide-title, .glightbox-mobile .glightbox-container .gslide-desc {
    color: #131B11 !important;
  }
}

.isotope-layout .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.isotope-layout .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}
@media (max-width: 575px) {
  .isotope-layout .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
.isotope-layout .portfolio-filters li:hover, .isotope-layout .portfolio-filters li.filter-active {
  color: #fff;
  background-color: #3cb815;
}
.isotope-layout .portfolio-filters li:first-child {
  margin-left: 0;
}
.isotope-layout .portfolio-filters li:last-child {
  margin-right: 0;
}
.isotope-layout .portfolio-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.isotope-layout .portfolio-item .img-fluid {
  width: 100%;
}
.isotope-layout .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, white 80%, transparent);
  padding: 15px;
}
.isotope-layout .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
  color: #131B11 !important;
}
.isotope-layout .portfolio-item .portfolio-info p {
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 70px;
  color: #131B11 !important;
}
.isotope-layout .portfolio-item .portfolio-info .preview-link, .isotope-layout .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, black, transparent 30%);
  transition: 0.3s;
  line-height: 0;
}
.isotope-layout .portfolio-item .portfolio-info .preview-link:hover, .isotope-layout .portfolio-item .portfolio-info .details-link:hover {
  color: #131B11;
}
.isotope-layout .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
.isotope-layout .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.header .navbar-toggler {
  background-color: #3cb815;
  border-color: #3cb815;
}
.header .navbar-toggler-icon {
  background-image: url(../img/hamburger_btn.svg);
}
.header .nav-item {
  font-size: 24px;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media screen and (max-width: 1920px) {
  .header .nav-item {
    font-size: 1.25vw;
    padding: 20px 0.5208333333vw !important;
  }
}
@media screen and (max-width: 1400px) {
  .header .nav-item {
    font-size: 20px;
    padding: 20px 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav-item {
    font-size: 18px;
    padding: 15px 5px !important;
  }
}

.footer {
  color: #fff;
}
.footer .container-fluid {
  background-color: #3cb815;
}
.footer .container-fluid .d-flex {
  gap: 15px;
}
.footer .sns_link .image-block {
  display: block;
  width: 50px;
}

.note_btn {
  background-color: #3cb815;
  border-radius: 5px;
  padding: 15px 20px;
  max-width: 377px;
  width: 100%;
}
.note_btn_link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.note_btn_link::before {
  content: "";
  background-image: url(../img/icon_note.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

.index .about .container-fluid {
  background-color: #fffdee;
}
.index .about_text {
  color: #131B11;
}
.index .recipe .container-xxl {
  padding-top: 110px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .index .recipe .container-xxl {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
.index .recipe .nav .btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .index .recipe .nav .btn {
    padding: 8px 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .index .recipe .nav .btn {
    padding: 5px 10px;
    font-size: 18px;
  }
}
.index .recipe .product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.index .recipe .recipe_title {
  flex: 1;
}
.index .recipe .recipe_title_link {
  color: #131B11;
  font-size: 14px;
}
.index .recipe .recipe_link {
  background-color: #3cb815;
}
.index .recipe .recipe_link .text-body {
  color: #fff !important;
}
.index .organic, .index .map {
  background-color: #fffdee;
}
.index .organic .container-xxl, .index .map .container-xxl {
  padding-top: 135px;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .index .organic .container-xxl, .index .map .container-xxl {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.index .organic .btn, .index .map .btn {
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
}
.index .ec .container-xxl {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .index .ec .container-xxl {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.index .ec .h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.index .ec .banner_ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .index .ec .banner_ul {
    flex-direction: column;
  }
}
.index .ec .banner_list {
  list-style-type: none;
  width: 33.3333333333%;
  box-shadow: 2px 4px 9px -1px #ccc;
}
@media screen and (max-width: 768px) {
  .index .ec .banner_list {
    width: auto;
  }
}
.index .gallery .container-xxl {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .index .gallery .container-xxl {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.index .goods .container-xxl {
  padding-top: 70px;
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .index .goods .container-xxl {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.ramen .tizu {
  background-color: #fffdee;
}
.ramen .tonkotu {
  background-color: #fffdee;
}
.ramen .tonkotu .product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.ramen .tonkotu .recipe_title {
  flex: 1;
}
.ramen .tonkotu .recipe_title_link {
  color: #131B11;
  font-size: 14px;
}
.ramen .tonkotu .recipe_link {
  background-color: #3cb815;
}
.ramen .tonkotu .recipe_link .text-body {
  color: #fff !important;
}
.ramen .hitonkotu {
  background-color: #fffdee;
}
.ramen .hitonkotu .h2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.ramen .hitonkotu .h2::before, .ramen .hitonkotu .h2::after {
  content: "";
  background-image: url(../img/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -1%;
}
.ramen .hitonkotu .row_desc {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .ramen .hitonkotu .row_desc {
    margin-bottom: 20px;
  }
}
.ramen .hitonkotu .product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.ramen .hitonkotu .recipe_desc {
  padding: 15px 35px;
  flex: 1;
}

.recipe_detail {
  border: 10px solid #3cb815;
  font-size: 20px;
}
.recipe_detail .recipe-head {
  padding: 3rem 0;
  background-image: url(../img/green_border.png);
  background-position: center bottom;
  font-weight: bold;
}
.recipe_detail .recipe-head .row {
  justify-content: space-between;
}
.recipe_detail .recipe-head .row_text {
  background-color: #fff;
  padding: 90px 35px;
  color: #131B11;
}
@media screen and (max-width: 992px) {
  .recipe_detail .recipe-head .row_text {
    padding: 20px 30px;
    order: 2;
  }
}
.recipe_detail .recipe-head .row_text .h2 {
  color: #131B11;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .recipe_detail .recipe-head .row_text .h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recipe_detail .recipe-head .row_text .h2 {
    font-size: 1.5rem;
  }
}
.recipe_detail .recipe-head .row_text .cook_time {
  border-top: 4px solid #3cb815;
  padding-top: 25px;
}
@media screen and (max-width: 992px) {
  .recipe_detail .recipe-head .row_image {
    order: 1;
  }
}
.recipe_detail .recipe-head .ingredients {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  background-color: #fffdee;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .recipe_detail .recipe-head .ingredients {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
  }
}
.recipe_detail .recipe-head .ingredients .h3 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #131B11;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .recipe_detail .recipe-head .ingredients .h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recipe_detail .recipe-head .ingredients .h3::after {
  content: "";
  border-bottom: 1px solid #3cb815;
  display: inline-block;
  width: 1000px;
  height: 1px;
  margin-left: 20px;
}
@media screen and (max-width: 1400px) {
  .recipe_detail .recipe-head .ingredients .h3::after {
    width: 850px;
  }
}
@media screen and (max-width: 1200px) {
  .recipe_detail .recipe-head .ingredients .h3::after {
    width: 650px;
  }
}
@media screen and (max-width: 992px) {
  .recipe_detail .recipe-head .ingredients .h3::after {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .recipe_detail .recipe-head .ingredients .h3::after {
    width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .recipe_detail .recipe-head .ingredients .h3::after {
    width: 230px;
    padding-top: 10px;
    margin: 0;
  }
}
.recipe_detail .recipe-head .ingredients_wrap {
  display: flex;
}
@media screen and (max-width: 992px) {
  .recipe_detail .recipe-head .ingredients_wrap {
    flex-direction: column;
  }
}
.recipe_detail .recipe-head .ingredients_ul {
  list-style: none;
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .recipe_detail .recipe-head .ingredients_ul {
    width: 100%;
  }
}
.recipe_detail .recipe-head .ingredients_list {
  padding: 0.3rem 0;
  list-style-type: disc;
  margin-left: 1rem;
}
@media screen and (max-width: 992px) {
  .recipe_detail .recipe-head .ingredients_list {
    width: 100%;
  }
}
.recipe_detail .pre_steps {
  color: #131B11;
}
.recipe_detail .pre_steps_title {
  color: #131B11;
  margin: 20px 0 0;
  font-weight: bold;
}
.recipe_detail .steps {
  padding: 1.5rem;
  background: #fff;
}
.recipe_detail .steps .h3 {
  font-size: 1.5rem;
  color: #131B11;
  font-weight: bold;
}
.recipe_detail .steps .step {
  display: flex;
  align-items: flex-start;
  margin: 1.5rem 0;
}
.recipe_detail .steps .step_box {
  padding: 1rem 0;
}
.recipe_detail .steps .step_box .point_desc {
  margin: 0 0 0 1rem;
}
.recipe_detail .steps .step_number {
  background: #fff;
  color: #131B11;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 0.8rem;
  flex-shrink: 0;
  border: 1px solid #3cb815;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .recipe_detail .steps .step_number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recipe_detail .steps .step .h3 {
    font-size: 18px;
  }
}
.recipe_detail .steps .step_desc {
  flex: 1;
  margin: 0;
}
.recipe_detail .nutrition {
  padding: 1.5rem;
  background: white;
}
.recipe_detail .nutrition h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  border-left: 5px solid #3cb815;
  padding-left: 0.5rem;
}
.recipe_detail .nutrition table {
  width: 100%;
  border-collapse: collapse;
}
.recipe_detail .nutrition table td {
  padding: 0.5rem;
  border-bottom: 1px solid #3cb815;
}
.recipe_detail .nutrition table td:first-child {
  font-weight: bold;
  color: #fffdee;
}

.organic .items {
  background-color: #fffdee;
}
@media screen and (max-width: 768px) {
  .organic .items .row {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .organic .items .row_item {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .organic .items .row_item:first-child {
    display: none;
  }
}
.organic .items .card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.organic .items .card .h3 {
  color: #131B11;
  border-bottom: 4px solid #3cb815;
}
.organic .point {
  background-color: #fffdee;
}
.organic .point_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.organic .tuuhan {
  background-color: #fffdee;
}
.organic .tuuhan_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organic .tuuhan .img-fluid {
  margin: 0 auto;
}/*# sourceMappingURL=custom.css.map */