@charset "utf-8";


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}



/* 野菜 */

#vege {


    /*
----------------------------- ファーストビュー */
    /*
----------------------------- 共通パーツ */
    /*
----------------------------- タブレット767px以下 */
    /*
----------------------------- 当院について */
    /*
----------------------------- タブレット1024px以下 */
    /*
----------------------------- タブレット767px以下 */
    /*
----------------------------- 各セクション */
    /*
----------------------------- タブレット1024px以下 */
    /*
----------------------------- タブレット767px以下 */
}


#vege .wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    #vege .wrapper {
        padding: 10px;
    }
}

#vege h2::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    font-size: 1rem;
}

#vege h2 {
    text-align: center;
}

#vege h3 {
    color: #3f2e16;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0 14px 12px 14px;
    border-bottom: 3px solid #c11920;
    display: inline-block;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}

#vege .tre-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 150px; */
    height: 50px;
    border-radius: 0.3em;
    text-align: center;
    color: #fff;
    padding: 10px;

}

#vege .tre-icon p {
    font-size: 20px;
    font-weight: 600;
}



#vege .disease {
    /*     background-color: #f6a122; */
    background-color: #a32b2e;
}

#vege .symptom {
    background-color: #fcb900;
}

#vege .underline {
    position: relative;
    z-index: 1;
    display: inline-block;
}

#vege .underline::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #e7e391;
    z-index: -1;
}

#vege .ora {
    border-bottom: 3px solid #fcb900;
}

@media screen and (max-width: 767px) {
    #vege h3 {
        padding-left: 5px;
        padding-right: 0;
    }

    #vege .tre-icon {
        width: 200px;
    }

    #vege .disease {
        font-size: 0.8rem;
    }

    #vege .disease span {
        font-size: 1rem;
    }

    #vege .symptom {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 767px) {
    #vege .tre-icon {
        width: 250px;
    }
}



#vege .tre_about {
    text-align: center;
}

#vege .tre_about h2::before {
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#vege .tre_about .txt {
    margin-top: 30px;
}

#vege .tre_about .to-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#vege .tre_about .to-link li {
    padding: 10px 17px;
}

#vege .tre_about .disease_ul {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    #vege .tre_about .to-link li {
        padding: 7px 10px;
    }
}

@media screen and (max-width: 767px) {
    #vege .tre_about .to-link li {
        padding: 4px;
    }
}

#vege .tre-sec .tips {
    position: relative;
}

#vege .tre-sec .tre-icon {
    position: absolute;
}

#vege .tips {
    position: relative;
    padding: 30px;
    margin-top: 40px;
    background-color: #fff;
}

#vege .tips.tips-dis {
    border: 3px solid #3f3f3f;
}

#vege .tips.tips-sym {
    border: 5px solid #fcb900;
}

#vege .tips.tips-sym .mb {
    margin-bottom: 40px;
}

#vege .tips.tips-sym h3 {
    border-bottom: 3px solid #fcb900;
}

#vege .tips.tips-sym .left ul li::before {
    background-color: #fcb900;
}


#vege .tips.tips-dis p {
    line-height: 2.5;
    font-weight: 600;
}



#vege .tips .left {
    width: calc(75% - 30px);
    margin-right: 30px;
}

#vege .tips .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-top: 15px;
    width: 80%;
}

#vege .tips .left ul li {
    margin-top: 20px;
    padding-left: 10px;
    margin-right: 30px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.3;
}

#vege .tips .left ul li::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    top: 7px;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #00913a;
    border-radius: 50%;
}

#vege .tips .left p {
    margin-top: 10px;
}

#vege .tips .right {
    width: 25%;
}

#vege .tips .right img {
    border-radius: 1em;
}

#vege .tips .tre-icon {
    position: absolute;
    top: -25px;
    right: 20px;
}

#vege .often_case {
    margin-top: 30px;
}

#vege .often_case img {
    width: 90%;
    /* max-width: 800px; */
    margin: 0 auto;
}

#vege .often_case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 3%; */
}

#vege .often_case ul li {
    /* margin-top: 50px; */
    /* margin: 0px 0% 0; */
    /* padding: 20px; */
    /* background-color: #fffbf1; */
    /* border: 1px solid #ddd; */
    position: relative;
    font-weight: 600;
}

#vege .often_case ul li p {
    font-weight: 600;
    line-height: 1.7;
    font-size: 17px;
}


#vege .often_case ul li img {
    width: 100%;
    /* padding: 3%; */
    margin-top: 10px;
}

#vege .often_case ul li p.caption {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

#vege .often_case ul li p.comment {
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
}

#vege .effect {
    margin-top: 30px;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}

#vege .effect .efect_txt {
    width: 55%;
    padding: 1%;
    /* justify-content: center; */
    justify-content: space-between;
}

#vege .effect .efect_txt .title {
    font-size: 1.4em;
    line-height: 2;
}

#vege .effect .efect_txt .caption {
    line-height: 1.6;
    margin-bottom: 10px;
}

#vege .effect .efect_img {
    width: 40%;
    justify-content: center;
}

.vege_col_1 {
    width: 100%
}

.vege_col_2 {
    width: 48%;
}

.vege_col_3 {
    width: 33.3333%;
}

.vege_col_4 {
    width: 25%;
}

.vege_col_5 {
    width: 65%;
}

#vege .often_case ul li .title {
    top: -20px;
    left: 20px;
    min-width: 130px;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #a32b2e;
    position: absolute;
}

#vege .often_case ul li .green {
    font-weight: bold;
    display: inline-block;
    color: #8fc767;
}

#vege .pickup {
    padding: 30px 40px;
    background-color: #ffeab0;
    position: relative;
}

#vege .pickup.mt {
    margin-top: 30px;
}

#vege .pickup .img_pickup {
    width: 100px;
    margin-left: -50px;
    margin-bottom: 20px;
}

#vege .pickup .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #3f2e16;
    margin-bottom: 20px;
    line-height: 1.5;
}

#vege .pickup .title:before {
    content: '\f4aa';
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    color: #009654;
    font-size: 1.2em
}

#vege .pickup .title .underline {
    font-weight: bold;
}

#vege .pickup .title .underline::before {
    height: 10px;
}

#vege .pickup .txt {
    background: #fff;
    padding: 10px;
    border-radius: 1em;
    margin-bottom: 1em;
}

#vege .pickup .name {}

@media screen and (max-width: 1024px) {
    #vege .tips {
        padding: 15px;
    }

    #vege .tips.tips-dis {
        border: 3px solid #3f3f3f;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #vege .tips.tips-sym {
        border: 5px solid #fcb900;
    }

    #vege .tips.tips-sym .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #vege .tips .left {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    #vege .tips .left ul {
        width: 100%;
    }

    #vege .tips .right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #vege .tips {
        padding: 10px;
    }

    #vege .tips .left ul {
        margin: 0 0 10px;
    }

    #vege .tips .left ul li {
        margin-right: 0;
    }

    #vege .tips .tre-icon {
        right: -3px;
        top: -50px;
    }

    #vege .often_case ul li {
        padding: 30px 10px 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    #vege .often_case ul li .title {
        left: 10px;
    }

    #vege .pickup {
        padding: 20px;
    }

    #vege .pickup .img_pickup {
        margin-left: -25px;
    }

    .vege_col_2 {
        width: 98%;
    }
}



/* --------------------------------------------
reserve
----------------------------------------------*/
.reserve {
    margin-top: 0px;
    padding: 30px 20px;
    background: #fffbf1;
}

.reserve .inner {
    /* background-color: #f1efef; */
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px;
    /* padding-bottom: 50px; */
    display: flex;
    justify-content: space-between;
}

.reserve_title {
    font-size: 26px;
    color: #333;
    text-align-last: left;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    padding: 0px 0 14px 20px;
}

.reserve_title::before {
    font-family: 'FontAwesome';
    content: "\f097";
    padding-right: 5px;
    color: #185e7d;
    font-size: 1.2em;
}

.reserve_text_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 48%;
}

.reserve_box {
    padding: 20px;
    border-radius: 20px;
    width: 48%;
}

.reserve_text_box.sakura {
    width: 100%;
    margin-bottom: 20px;
}

.plan_info {
    color: #333;
    font-size: 20px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    text-align: left;
    max-width: 1080px;
    margin: 50px auto;
    background: #f9f8ef;
    padding: 50px;
    border-radius: 10px;
}

/* .plan_info span{border-bottom: 3px solid #98b74a;} */

.plan_info {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 600px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 10px;
    background-color: #efe7a0;
    color: #221713;
}

.plan_info::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #efe7a0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}






.text_top {
    color: #333;
    font-size: 20px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    text-align: center;
}

.tel_num {
    margin-top: 20px;
    padding-bottom: 4px;
    /* border-bottom: 1px solid #ddd ; */
    color: #333;
}

.tel_num {
    font-size: 34px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', "Yu Mincho", 'Noto Serif JP', serif;
    text-align: center;
}

.tel_num a {
    text-decoration: none;
}

.tel_num::before {
    font-family: 'FontAwesome';
    content: "\f095";
    padding-right: 5px;
    color: #a32b2e;
    font-size: 0.8em;
}

.text {
    padding-left: 20px;
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}

@media only screen and (max-width:768px) {
    .reserve {
        padding: 20px 20px;
    }

    .reserve .inner {
        /* background-color: #f1efef; */
        padding: 10px;
        flex-direction: column;
    }

    .reserve_title {
        font-size: 26px;
        padding: 0px 0 14px 20px;
        text-align: center;
    }

    .reserve_box {
        padding: 0;
        width: 100%;
    }

    .reserve_text_box {
        padding: 20px;
        border-radius: 20px;
        width: 100%;
        margin: 10px 0;
    }

    .text_top {
        font-size: 18px;
        text-align: center;
    }

    .tel_num {
        margin-top: 10px;
        padding-bottom: 4px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .tel_num {
        font-size: 25px;
        padding-left: 0;
    }

    .tel_num::before {
        font-family: 'FontAwesome';
        content: "\f095";
        padding-right: 5px;
        /* color: #185e7d; */
        font-size: 0.8em;
    }

    .text {
        padding-left: 0;
        margin-top: 20px;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        text-align: justify;
    }
}

.flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.flex.reverse {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
}

.clm.img,
.clm.txt {
    width: 45%;
}

.clm.img video {
    max-width: 100%;
}

.flex.reverse .clm.txt p {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    /* margin-top: 20px; */
}

@media only screen and (max-width:768px) {

    .flex,
    .flex.reverse {
        display: block;
    }

    .clm.img,
    .clm.txt {
        width: 100%;
    }

}

/* --------------------------------------------
obento-box
----------------------------------------------*/
#vege .obento-box {
    margin-top: 40px;
    padding: 30px 0;
}

/* obento-menu */
#vege .obento-menu {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
}

#vege .obento-menu .menu-item {
    flex: 1;
    min-width: 0;
}

#vege .obento-menu .menu-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 利用シーンと配達・注文方法を横並びにするコンテナ */
#vege .obento-top-row {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
    width: 100%;
}

#vege .obento-top-row .obento-section {
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
}

#vege .obento-section {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #fffbf1;
    border-radius: 10px;
    border: 2px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#vege .obento-section h3 {
    color: #3f2e16;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0 14px 12px 14px;
    border-bottom: 3px solid #c11920;
    display: inline-block;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
}

/* 利用シーンの提案 */
#vege .use-scene .scene-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#vege .use-scene .scene-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    /* text-align: left; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* border-left: 4px solid #a32b2e; */
}

#vege .use-scene .scene-item h4 {
    color: #a32b2e;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#vege .use-scene .scene-item p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

/* 配達・注文方法 */
#vege .delivery-order .delivery-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#vege .delivery-order .info-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    /* border-left: 4px solid #a32b2e; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#vege .delivery-order .info-item h4 {
    color: #a32b2e;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#vege .delivery-order .info-item p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

/* 写真ギャラリー */
#vege .gallery .gallery-wrapper {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

#vege .gallery .gallery-left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

#vege .gallery .gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

#vege .gallery .gallery-item {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

#vege .gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    flex: 1;
    object-fit: cover;
}

#vege .gallery .gallery-caption {
    padding: 15px;
    text-align: center;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

#vege .gallery .gallery-right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

#vege .gallery .gallery-video {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1;
    min-height: 0;
}

#vege .gallery .gallery-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

#vege .gallery .gallery-video .video-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 1rem;
    text-align: center;
    padding: 20px;
}

/* よくある質問（FAQ） */
#vege .faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#vege .faq .faq-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    /* border-left: 4px solid #c11920; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#vege .faq .faq-item h4 {
    color: #a32b2e;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#vege .faq .faq-item p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* 店舗情報 */
#vege .store-info .store-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#vege .store-info .store-item {
    flex: 1;
    min-width: 300px;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#vege .store-info .store-item h4 {
    color: #a32b2e;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c11920;
}

#vege .store-info .store-item p {
    /* color: #333; */
    /* font-size: 1rem; */
    /* line-height: 1.8; */
    /* margin-bottom: 10px; */
}

#vege .store-info .store-item .store-tel a {
    color: #a32b2e;
    text-decoration: none;
    font-weight: bold;
}

#vege .store-info .store-item .store-tel a:hover {
    text-decoration: underline;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
    #vege .obento-top-row {
        flex-direction: column !important;
        gap: 30px;
    }

    #vege .obento-top-row .obento-section {
        margin-bottom: 0;
    }

    #vege .obento-section {
        padding: 20px;
    }

    #vege .use-scene .scene-list,
    #vege .store-info .store-list {
        flex-direction: column;
    }

    #vege .gallery .gallery-wrapper {
        flex-direction: column;
    }

    #vege .use-scene .scene-item,
    #vege .store-info .store-item {
        min-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #vege .obento-box {
        margin-top: 10px;
        padding: 20px 0;
        padding-top: 10px;
    }

    #vege .obento-menu {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    #vege .obento-top-row {
        gap: 20px;
        margin-bottom: 30px;
        flex-direction: column !important;
    }

    #vege .obento-section {
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #e8e8e8;
    }

    #vege .obento-section h3 {
        font-size: 1.2rem;
        padding: 0 10px 10px 10px;
        margin-bottom: 20px;
    }

    #vege .use-scene .scene-item,
    #vege .delivery-order .info-item,
    #vege .faq .faq-item,
    #vege .store-info .store-item {
        padding: 15px;
    }

    #vege .use-scene .scene-item h4,
    #vege .store-info .store-item h4 {
        font-size: 1.1rem;
    }

    #vege .gallery .gallery-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    #vege .gallery .gallery-video {
        min-height: 300px;
    }

    #vege .gallery .gallery-caption {
        font-size: 0.9rem;
        padding: 10px;
    }
}



@media screen and (max-width: 500px) {


    #vege .tips.tips-dis p {
        line-height: 1.5;
        font-weight: 600;
    }




    #vege .store-info .store-item p {
        color: #333;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 5px;
    }


    #vege h3 {
        font-size: 18px;
    }




    #vege .often_case ul li {
        padding: 0px 0 0px;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 0.9em;
    }

    #vege .often_case ul li p.comment {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }

    .vege_col_2,
    .vege_col_3,
    .vege_col_4,
    .vege_col_5 {
        width: 100%;
    }

}