@charset "UTF-8";

/*====================================================================================================
   concept css
====================================================================================================*/

.concept {
    width: 100%;
}
.concept_inner {
    width: 100%;
}
.concept_main {
    width: 100%;
}

.concept_inner img {
    object-fit: cover;
    object-position: center center;
}
.concept_text_inner h2 span {
    color: #cfb0d2;
}
.concept_food {
    background-color: #333;
    color: #fff;
}

.concept_image_block {
    display: flex;
}
.concept_sub_image {
    width: 50%;
}

@media screen and (min-width: 1201px) {
    .concept_inner {
        padding: 40px 0;
    }
    .concept_text_inner {
        position: relative;
        top: 50%;
        width: 600px;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2em;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .concept_text_inner p {
        padding-top: 1.5em;
    }
    .concept_text_inner p:nth-of-type(1) {
        padding-top: 0;
    }
    .concept_text_inner p span {
        display: block;
    }
    .concept_text_inner h2,
    .concept_text_inner h2 span {
        display: block;
        letter-spacing: .1em;
    }
    .concept_text_inner h2 {
        padding-bottom: 20px;
        font-size: 2rem;
        font-weight: bold;
    }
    .concept_text_inner h2 span {
        font-size: 1.4rem;
    }
    .concept_main,
    .concept_basic,
    .concept_food,
    .concept_time {
        display: flex;
        align-items: center;
        padding: 40px 0;
    }
    .concept_food {
        margin: 40px 0;
    }
    .concept_basic,
    .concept_time {
        flex-flow: row-reverse;
    }
    .concept_main_text,
    .concept_main_image,
    .concept_basic_text,
    .concept_basic_image,
    .concept_food_text,
    .concept_food_image,
    .concept_time_text,
    .concept_time_image {
        width: 50%;
        height: 550px;
        overflow: hidden;
    }
    .concept_main_image img,
    .concept_basic_image img,
    .concept_food_image img,
    .concept_time_image img {
        height: 550px;
    }
    .concept_main_text_inner {
        float: right;
        padding: 30px 50px 30px 20px;
    }
    .concept_basic_text_inner {
        float: left;
        padding: 30px 20px 30px 50px;
    }
    .concept_food_text_inner {
        float: right;
        padding: 30px 50px 30px 20px;
    }
    .concept_time_text_inner {
        float: left;
        padding: 30px 20px 30px 50px;
    }
    
    .concept_image_block {
        padding: 40px 0;
    }
}
@media screen and (max-width: 1200px) {
    .concept_text {
        display: block;
        max-width: 600px;
        margin: auto;
        padding: 40px 20px;
        text-align: center;
        font-size: 90%;
        line-height: 2em;
    }
    .concept_main_text {
        padding-top: 20px;
    }
    .concept_text_inner p {
        padding-top: 1.5em;
    }
    .concept_text_inner p:nth-of-type(1) {
        padding-top: 0;
    }
    .concept_text_inner p span {
        display: block;
    }
    .concept_text_inner h2,
    .concept_text_inner h2 span {
        display: block;
        letter-spacing: .1em;
    }
    .concept_text_inner h2 {
        padding-bottom: 20px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .concept_text_inner h2 span {
        padding-top: 8px;
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 600px) {
    .concept_text {
        font-size: 1.3rem;
        line-height: 2em;
        text-align: left;
    }
    .concept_text_inner p {
        padding-top: 1.5em;
    }
    .concept_text_inner p span {
        display: inline;
    }
    .concept_text_inner p:nth-of-type(1) {
        padding-top: 0;
    }
    .concept_text_inner h2 {
        font-size: 1.6rem;
    }
    .concept_text_inner h2 span {
        display: inline;
        padding-top: 0;
        padding-left: 1em;
        font-size: 1.2rem;
    }
}