@charset "UTF-8";

/* 給食
------------------------------------------- */
.p-food .c-mv {
  visibility: hidden;
}
.p-food .c-mv.on {
  visibility: visible;
}

.p-food .slick-dots {
  bottom: 50px;
}
.p-food .slick-dots li {
  border: 3px solid #fff;
}

.c-food-support__ttl {
  margin-bottom: 2rem;
  color: #78db00;
  font-size: 1.8rem;
  text-align: center;
}

.c-food-support__txt {
  padding: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 1023px) {
  .c-food-support__txt {
    text-align: center;
  }

}

.c-food-support ol {
  padding: 1.6rem;
  border-radius: 30px;
}

@media screen and (min-width: 1023px) {
  .c-food-support ol {
    padding: 20px 130px;
  }
}

.c-food-support ol li {
  margin: 2rem 0;
  padding: 2rem 1.6rem;
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}

.c-food-support ol li span {
  color: #78db00;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: -1.6rem;
  left: -1rem;
}

.c-food-support ol li:nth-child(2n) span {
  color: #78dbb4;
}

.c-food-support ol li.is-img {
}

@media screen and (min-width: 1023px) {
  .c-food-support ol li.is-img {
    padding-right: 340px;
    position: relative;
  }
}

.c-food-support ol li.is-img img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .c-food-support ol li.is-img img {
    width: 300px;
    position: absolute;
    top: -2rem;
    right: 0;
  }
}

.c-food-link ul {
  display: block;
}

@media screen and (min-width: 1023px) {
  .c-food-link ul {
    display: flex;
    justify-content: center;
  }
}

.c-food-link ul li {
  margin: 0 0 24px;
}

@media screen and (min-width: 1023px) {
  .c-food-link ul li {
    margin: 0 20px;
  }
}

.c-food-link ul li img {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .c-food-link ul li img {
    width: auto;
  }
}
.food-u-line {
  background-image: linear-gradient(to right, #feff7f, #bcec7f);
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 0 2px 2px 0;
  background-size: 100% 50%;
  background-position: bottom;
}
.food-txt-full {
  margin: 10px 0;
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
}
.food-img-block {
  display: flex;
  justify-content: center;
}
.food-img-link {
  margin: 0 50px 50px 50px;
}
.food-kondate-text {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #78db00;
}

.food-balloon {
  display: block;
  width: 100%;
}
.food-air__balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90px;
  height: 100px;
  margin: 30px 0 0;
  color: #FFF;/* バルーン内テキスト色 */
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 100%;
  background: #78db00;
  font-weight: bold;
  font-size: 19px;/* バルーン内テキスト大きさ */
  transform: rotate(-6deg);
}
.food-air__balloon::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1px;
  height: 20px;
  margin: auto;
  background: black;
}
.food-air__balloon::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: #78db00;
  border-radius: 4px;
}
.food-air__balloon_text {
  margin: 20px 20px 30px 0 !important;
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 4px;
  background: linear-gradient(to right, #ffffe5, #f1fbe5);
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.food-img1 {
  width: 390px;
  height: 260px;
  border: 1px solid #000000;
  margin: 0 0 10px 10px;
}
.food-section-img1 {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 20px 20px;
  float: right;
}
.food-section-img1_sp {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 20px 20px;
  float: right;
  display: none;
}
.food-air__balloon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90px;
  height: 100px;
  margin: 0;
  color: #FFF;/* バルーン内テキスト色 */
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 100%;
  background: #78db00;
  font-weight: bold;
  font-size: 19px;/* バルーン内テキスト大きさ */
  transform: rotate(-6deg);
}
.food-air__balloon2::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1px;
  height: 20px;
  margin: auto;
  background: black;
}
.food-air__balloon2::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: #78db00;
  border-radius: 4px;
}
.food-air__balloon_text2 {
  margin: 20px 0 30px !important;
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 4px;
  background: linear-gradient(to right, #ffffe5, #f1fbe5);
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;

}
.food-img2 {
  width: 390px;
  height: 260px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 0 0 10px 10px;
}
.food-section-img2 {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 0 20px;
  float: right;
}
.food-section-img2_sp {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 20px 20px;
  float: right;
  display: none;
}
.food-air__balloon3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90px;
  height: 100px;
  margin: 30px 0 0;
  color: #FFF;/* バルーン内テキスト色 */
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 100%;
  background: #78db00;
  font-weight: bold;
  font-size: 19px;/* バルーン内テキスト大きさ */
  transform: rotate(-6deg);
}
.food-air__balloon3::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1px;
  height: 20px;
  margin: auto;
  background: black;
}
.food-air__balloon3::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: #78db00;
  border-radius: 4px;
}
.food-air__balloon_text3 {
  margin: 20px 0 30px !important;
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 4px;
  background: linear-gradient(to right, #ffffe5, #f1fbe5);
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.food-section-img3 {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 0 20px;
  float: right;
}
.food-section-img3_sp {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 20px 20px;
  float: right;
  display: none;
}
.food-air__balloon4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90px;
  height: 100px;
  margin: 30px 0 0;
  color: #FFF;/* バルーン内テキスト色 */
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 100%;
  background: #78db00;
  font-weight: bold;
  font-size: 19px;/* バルーン内テキスト大きさ */
  transform: rotate(-6deg);
}
.food-air__balloon4::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 1px;
  height: 20px;
  margin: auto;
  background: black;
}
.food-air__balloon4::after {
  content: "";
  position: absolute;
  bottom: -7px;
  margin: auto;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: #78db00;
  border-radius: 4px;
}
.food-air__balloon_text4 {
  margin: 20px 0 30px;
  box-shadow: 12px 10px 15px -10px rgb(0,0,0,.2);
  border-radius: 4px;
  background: linear-gradient(to right, #ffffe5, #f1fbe5);
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.food-section-img4 {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 0 20px;
  float: right;
}
.food-section-img4_sp {
  width: 390px;
  height: 290px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 70px 0 20px 20px;
  float: right;
  display: none;
}
.reverse {
  flex-direction: row-reverse;
}
.food-section {
  display: flex;
  align-items: flex-start;
}




@media screen and (max-width: 1023px) {
.food-img-link {
  margin: 0 10px 30px 10px;
}
.food-img1 {
  width: 150px;
  height: 100px;
  border: 1px solid #000000;
  margin: 0 0 10px 10px;
}
.food-img2 {
  width: 150px;
  height: 100px;
  border-radius: 30% 37% 30% 41% / 27% 47% 24% 44%;
  margin: 0 0 10px 10px;
}
.food-section-img1 {
  display: none;
}
.food-section-img1_sp {
  display: block;
  margin: auto;
  float: none;
  position: relative;
  width: 300px;
  height: 220px;
}
.food-section-img2 {
  display: none;
}
.food-section-img2_sp {
  display: block;
  margin: auto;
  float: none;
  position: relative;
  width: 300px;
  height: 220px;
}
.food-section-img3 {
  display: none;
}
.food-section-img3_sp {
  display: block;
  margin: auto;
  float: none;
  position: relative;
  width: 300px;
  height: 220px;
}
.food-section-img4 {
  display: none;
}
.food-section-img4_sp {
  display: block;
  margin: auto;
  float: none;
  position: relative;
  width: 300px;
  height: 220px;
}
}

.deli-top-comment-section {
border-radius: 25px;
}

       .deli-interview-container {
            max-width: 1000px;
            margin: 40px auto;
            padding: 20px;
            letter-spacing: 0.1em;
            color: #333;
            background: linear-gradient(to right, #ffffe5, #f1fbe5);
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
        
        .deli-interview-container h1 {
            font-size: 2.8rem;
            margin-bottom: 30px;
            text-align: center;
            color: #2c3e50;
            border-bottom: 2px solid #ddd;
            padding-bottom: 10px;
        }
        
        .deli-interview-content {
            font-size: 1.4rem;
            line-height: 1.8;
        }
        
        .deli-interview-content p {
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        .deli-interview-content .highlight {
            background-color: #fff3cd;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: bold;
        }
        
        .interview-image {
            float: right;
            margin: 0 0 20px 20px;
            width: 300px;
        }
        
        .interview-image img {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            margin-bottom: 5px;
        }
        
        .img-caption {
            font-size: 1.2rem;
            color: #666;
            text-align: right;
            margin-bottom: 15px;
        }
        
        .clear {
            clear: both;
        }
        
        @media (max-width: 768px) {
            .interview-image {
                float: none;
                margin: 20px auto;
                display: block;
            }
            
            .deli-interview-container {
                margin: 20px 10px;
                padding: 15px;
            }
            
            .deli-interview-container h1 {
                font-size: 2.2rem;
            }
            
            .deli-interview-content {
                font-size: 1.2rem;
            }
        }

        .deli-comment2-container {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 30px;

        }
        .deli-comment-content {
            flex: 1;
            min-width: 0;
        }
.deli-title {
text-align: center;
padding-top: 30px;
}
        
        .deli-comment {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 16px;
            color: #333;
        }
        
        .deli-comment:last-child {
            margin-bottom: 0;
        }
        
        .deli-comment-img {
            flex-shrink: 0;
            width: 300px;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        .deli-link {
  transition: all 0.3s ease;
font-weight: bold;
}
.deli-link:hover {
  color: #fff;
  background: #79d900;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}
        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .deli-comment2-container {
                flex-direction: column;
                gap: 16px;
            }
            
            .deli-comment-img {
                width: 100%;
                max-width: 300px;
                align-self: center;
            }
.deli-title {
font-size: 1.6rem;
}
        }