@charset "utf-8";

/************************************************
 フード用
************************************************ */
/* ==============================================
▼共通
=============================================== */

#body_wrapper, #footer_top_wrap {
    background-color: #fef6ea;
}
#container {
    width: 100%;
}
#one_maincolumn {
    width: 100%;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0.1em;
}

#food {
    margin-top: 0;
}
#food div {
    box-sizing: border-box;
}
#food h2 {
    display: block;
    text-align: center;
    font-size: 1.8vw;
    letter-spacing: 0.3em;
}
#food img {
    width: 100%;
    vertical-align: bottom;
}
#food .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

    #food h2 {
        font-size: 5vw;
    }

    #food .flex {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* ==============================================
▼TOPページ
=============================================== */

#food #food_main_area {
    width: 100%;
    margin: 0 auto;
}

#food #food_contents_area {
    width: 80%;
    margin: 5% 10% 0;
    padding-bottom: 10%;
    background-color: #fff;
}
#food #food_contents_area #food_concept_area {
    position: relative;
    width: 75%;
    margin: 0 auto;
}
#food #food_contents_area #food_concept_area .concept-image {
    padding-top: 20%;
}
#food #food_contents_area #food_concept_area .concept-article {
    position: absolute;
    padding: 5%;
}
#food #food_contents_area #food_concept_area .concept-article:nth-of-type(2) {
    top: 0;
}
#food #food_contents_area #food_concept_area .concept-article:nth-of-type(3) {
    top: 42%;
}
#food #food_contents_area #food_concept_area .concept-article:nth-of-type(4) {
    top: 82%;
    left: 36%;
}
#food #food_contents_area #food_concept_area .concept-article p {
    font-size: 1.2vw;
    line-height: 2.4;
}
#food #food_contents_area #food_concept_area .concept-article p:not(:first-child) {
    margin-top: 10%;
}

#food #food_contents_area #food_products_area {
    margin-top: 10%;
}
#food #food_contents_area #food_products_area .food-products.flex {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#food #food_contents_area #food_products_area .food-products .food-product {
    width: 28.33%;
    margin: 8% 2.5% 0;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-image {
    margin: 0 auto;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5%;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-title .food-product-status {
    width: 15%;
    padding-right: 3%;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-title .food-product-name {
    margin-top: 2%;
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1.8;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-price {
    margin-top: 5%;
    text-align: center;
    font-size: 1.4vw;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-price .tax {
    font-size: 0.8vw;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-arrival-date {
    margin-top: 5%;
    text-align: center;
    font-size: 1.2vw;
    color: #8e0e0e;
    font-weight: bold;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-stock-comment {
    margin-top: 5%;
    text-align: left;
    color: #8e0e0e;
    font-weight: bold;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-button {
    margin-top: 5%;
}
#food #food_contents_area #food_products_area .food-products .food-product .food-product-button a {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 2% 0;
    border: 5px solid #8e0e0e;
    border-radius: 12% / 50%;
    text-align: center;
    font-size: 1vw;
    font-weight: bold;
    color: #8e0e0e;
}

#food #food_contents_area #food_map_area {
    width: 75%;
    margin: 20% auto 0;
}
#food #food_contents_area #food_map_area .food-map-image {
    position: relative;
}
#food #food_contents_area #food_map_area .food-map-image a {
    position: absolute;
    display: block;
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
}
#food #food_contents_area #food_map_area .food-map-image a:nth-of-type(1) {
    top: 25%;
    left: 41%;
}
#food #food_contents_area #food_map_area .food-map-image a:nth-of-type(2) {
    top: 49%;
    left: 72%;
}
#food #food_contents_area #food_map_area .food-map-image a:nth-of-type(3) {
    top: 23%;
    left: 79%;
}
#food #food_contents_area #food_map_area .food-map-image a:nth-of-type(4) {
    top: 42%;
    left: 9%;
}
#food #food_contents_area #food_map_area .food-map-image a:nth-of-type(5) {
    top: 73%;
    left: 61%;
}

#food #food_contents_area #food_special_area {
    margin-top: 20%;
}
#food #food_contents_area #food_special_area .food-special {
    margin-top: 10%;
}
#food #food_contents_area #food_special_area .food-special .food-special-image {
    width: 44%;
}
#food #food_contents_area #food_special_area .food-special .food-special-contents {
    width: 56%;
    padding: 4%;
}
#food #food_contents_area #food_special_area .food-special .food-special-contents .food-special-category {
    display: inline-block;
    margin-top: 5%;
    padding: 1% 8%;
    background-color: #7b1a1a;
    color: #fff;
}
#food #food_contents_area #food_special_area .food-special .food-special-contents .food-special-title {
    margin-top: 5%;
    font-size: 1.2vw;
    line-height: 1.8;
}
#food #food_contents_area #food_special_area .food-special .food-special-contents .food-special-date {
    margin-top: 5%;
    text-align: right;
}

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

    #food #food_contents_area {
        width: 100%;
        margin: 0;
        padding-top: 5%;
    }
    #food #food_contents_area #food_concept_area {
        width: 100%;
    }
    #food #food_contents_area #food_concept_area .concept-image {
        padding-top: 52%;
    }
    #food #food_contents_area #food_concept_area .concept-article {
        padding: 4% 8%;
    }
    #food #food_contents_area #food_concept_area .concept-article:nth-of-type(3) {
        top: 51%;
    }
    #food #food_contents_area #food_concept_area .concept-article:nth-of-type(4) {
        top: 85%;
        left: 0;
        padding-left: 13%;
        padding-right: 0;
    }
    #food #food_contents_area #food_concept_area .concept-article p {
        font-size: 3.2vw;
    }

    #food #food_contents_area #food_products_area .food-products .food-product {
        width: 100%;
        margin-top: 15%;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-image {
        width: 60%;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-title .food-product-status {
        text-align: center;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-title .food-product-status img {
        width: 80%;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-title .food-product-category {
        margin-top: 5%;
        font-size: 2.4vw;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-title .food-product-name {
        font-size: 3vw;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-price {
        font-size: 5vw;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-price .tax {
        font-size: 2.4vw;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-arrival-date {
        font-size: 3vw;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-stock-comment {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 3vw;
    }
    #food #food_contents_area #food_products_area .food-products .food-product .food-product-button a {
        width: 60%;
        font-size: 4vw;
    }

    #food #food_contents_area #food_map_area {
        width: 100%;
    }
    #food #food_contents_area #food_map_area .food-map-image a {
        width: 21vw;
        height: 21vw;
    }
    #food #food_contents_area #food_map_area .food-map-image a:nth-of-type(1) {
        top: 9%;
        left: 33%;
    }
    #food #food_contents_area #food_map_area .food-map-image a:nth-of-type(2) {
        top: 54%;
        left: 72%;
    }
    #food #food_contents_area #food_map_area .food-map-image a:nth-of-type(3) {
        top: 24%;
        left: 70%;
    }
    #food #food_contents_area #food_map_area .food-map-image a:nth-of-type(4) {
        top: 34%;
        left: 5%;
    }
    #food #food_contents_area #food_map_area .food-map-image a:nth-of-type(5) {
        top: 71%;
        left: 52%;
    }

    #food #food_contents_area #food_special_area .food-special.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #food #food_contents_area #food_special_area .food-special .food-special-image {
        width: 100%;
        padding: 0 4%;
    }
    #food #food_contents_area #food_special_area .food-special .food-special-contents {
        width: 100%;
    }
    #food #food_contents_area #food_special_area .food-special .food-special-contents .food-special-title {
        font-size: 4vw;
    }
}
