* {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
    line-height: 1.8;
    color: #3e3a39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #fff;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    height: 100%;
    overflow-scrolling: touch;
}

div {
    line-height: 0;
}

a {
    line-height: 0;
}

p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
}

strong {
    font-weight: bold;
}

.pc_none {
    display: none !important;
}

/* clear __________________________*/
/* float */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

header {
    width: 100%;
    height: 133px;
    background: #ecdee3;
    background: url(../images/bg_header.png) repeat-x;
    background-size: contain;
    text-align: center;
    position: fixed;
    z-index: 1;
}
.menu-toggle {
    display: none;
}

h1 {
    position: relative;
}
h1 img {
    width: 176px;
    margin-top: 24px;
}
img.icon_insta {
    width: 30px;
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 111111111111111111;
}

.overlay {
    display: none;
}

.pc_menu {
    background: #ffffff;
    width: 100%;
    top: 133px;
    position: fixed;
    z-index: 111111;
}
.pc_menu ul {
    text-align: center;
    margin: 1.2em auto 1.2em;
    width: 845px;
}
.pc_menu li {
    display: table-cell;
    margin: 0;
}
.pc_menu li a {
    text-decoration: none;
    transition: 0.7s;
    line-height: 0;
    display: block;
    border-left: 2px solid #ecdee3;
}
.pc_menu li:last-child a {
    border-right: 2px solid #ecdee3;
}
.pc_menu li a:hover {
    opacity: 0.7;
}
.pc_menu li a img {
    width: 167px;
}

div#slider {
    width: 100%;
    margin: 187px 0 0 0;
}
div#slider img {
    width: 800px !important;
    height: 600px;
}

section#aboutus {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: -150px;
    padding: 250px 25px 0 25px;
}
section#aboutus h2 img {
    width: 187px;
    margin: 4em auto 2em;
}
section#aboutus div {
    background: url(../images/photo_aboutus.png) no-repeat right center;
    background-size: 70%;
    min-height: 600px;
}
section#aboutus div p {
    width: 45%;
    line-height: 2.3;
}
section#aboutus div h3 {
    font-weight: normal;
    letter-spacing: 5px;
    margin: 3.5em 0 0 0;
}

section#services {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: -150px;
    padding: 240px 25px 0 25px;
}
section#services h2 {
    text-align: center;
    margin: 0 0 1em 0;
}
section#services h2 img {
    width: 179px;
    margin: 1em auto;
}
section#services div {
    display: inline-grid;
    margin-right: 4.44%;
    width: 30%;
}
section#services div.home_genic {
    background-color: #e5f2f1;
}
section#services div.food_genic {
    background-color: #e9ebf1;
}
section#services div.cosme_genic {
    margin-right: 0;
    background-color: #f2ecee;
}
section#services div h3 {
    text-align: center;
    line-height: 0;
}
section#services div h3 img {
    width: 215px;
    margin: 20px auto;
}
section#services div.home_genic h3 {
    background-color: #a9d4d1;
}
section#services div.food_genic h3 {
    background-color: #b7bdd2;
}
section#services div.cosme_genic h3 {
    background-color: #d5c0c8;
}
section#services div img {
    width: 100%;
}
section#services div p {
    padding: 30px;
}

section#produce {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/bg_wire.png) no-repeat center top;
    background-size: 68%;
}
section#produce div {
    display: inline-grid;
    width: 48.5%;
    border: 2px solid #ecdee3;
    margin: 6.7em 0 0 0;
}
section#produce div:first-child {
    margin-right: 2.5%;
    padding: 2em;
}
section#produce div:last-child {
    float: right;
    padding: 2em;
}
section#produce div:first-child h3 img {
    width: 137px;
}
section#produce div:last-child h3 img {
    width: 193px;
}
section#produce div h4 {
    color: #b7587d;
    font-size: 0.9em;
    letter-spacing: 5px;
    margin: 0.5em 0 1em 0;
}
section#produce div p {
    margin: 0 0 1em 0;
}

section#portfolio {
    margin-top: -130px;
    padding: 240px 25px 0 25px;
}
section#portfolio h2 {
    text-align: center;
}
section#portfolio h2 img {
    width: 214px;
    margin: 1em auto 0;
}
#filtering {
    max-width: 1050px;
    text-align: center;
    margin: 40px auto 60px;
}
button.filter {
    width: 180px;
    height: 40px;
    padding: 0;
    margin: 0 10px 10px 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}
button.filter:nth-child(1) {
    background: #e4e1ae;
}
button.filter:nth-child(2) {
    background: #a9d4d1;
}
button.filter:nth-child(3) {
    background: #b7bdd2;
}
button.filter:nth-child(4) {
    background: #d5c0c8;
}
button.filter:nth-child(5) {
    background: #c2c2c5;
    margin: 0;
}
button.filter img {
    width: 166px;
    margin: 0 auto;
}
button.filter:hover {
    opacity: 0.7;
}
#container {
    text-align: justify;
    max-width: 1050px;
    margin: 2em auto 0;
}
#container a {
    transition: all 0.3s;
}
#container a:hover {
    opacity: 0.7;
}
#container .mix,
#container .gap {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 0 0 65px 0;
}
#container .mix img {
    display: inline-block;
    max-width: 315px;
}
#container .mix h3 {
    color: #777777;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 1.1em 0 0.7em 0;
}
#container .mix span img {
    width: 142px;
}
#container .mix {
    display: none;
}

#portfolio_detail {
    width: 80%;
    margin: 0 auto 0;
    padding: 220px 25px 0 25px;
}
#portfolio_detail h2.cate_title {
    text-align: center;
    margin: 0 auto 3em;
}
#portfolio_detail img.detail_photo {
    max-width: 400px;
    float: left;
    margin: 0 2.5em 10em 0;
}
#portfolio_detail img.detail_photo2 {
    clear: both;
    max-width: 400px;
    float: left;
    margin: 0 2.5em 3em 0;
}
#portfolio_detail h2 img {
    width: 214px;
    margin: 1em auto 1em;
}
#portfolio_detail h2.detail_title {
    text-align: left;
    display: flex;
    color: #777777;
    font-weight: normal;
    letter-spacing: 3px;
    border-bottom: 3px solid #c2c2c5;
}
#portfolio_detail h3 {
    text-align: right;
}
#portfolio_detail h3 img {
    width: 150px;
    margin: 1em 0 0 0;
}
#portfolio_detail p {
    margin: 1em 0 1.2em 0;
}

section#contact {
    margin-top: -150px;
    padding: 230px 25px 0 25px;
    text-align: center;
}
section#contact h2 {
    text-align: center;
}
section#contact h2 img {
    width: 170px;
    margin: 1em auto 2em;
}
#contact_form {
    text-align: left;
    width: 40%;
    margin: 3em auto 12em;
}
#contact_form div {
    margin: 0 0 1em 0;
}
#contact label {
    font-size: 0.8em;
    line-height: 2.7;
}
#contact input {
    display: table;
    border: 1px solid #bbbbbb;
    width: 100%;
    height: 3em;
}
#contact textarea {
    display: table;
    border: 1px solid #bbbbbb;
    resize: vertical;
    overflow: hidden;
    width: 100%;
    height: 15em;
}
label#checkbox input {
    cursor: pointer;
    float: left;
    width: 25px;
    transform: scale(1.5);
    margin-left: 3px;
}
#contact button {
    font-size: 0.9em;
    width: 13em;
    height: 3.5em;
    border-radius: 3px;
    padding: 0;
    margin: 1.5em 0 0 0;
    background-color: #d5c0c8;
    color: #ffffff;
    cursor: pointer;
}
#contact button:hover {
    opacity: 0.9;
}
#contact .formrun-system-show {
    color: #aa0000;
    font-size: 0.8em;
    line-height: 1.8;
    margin: 1em 0 0 0;
}
#contact p {
    font-size: 0.8em;
}
#contact p.notice {
    font-size: 0.7em;
    margin: 2em 0 0 0;
}

#thanks {
    text-align: center;
    height: 750px;
    padding: 22em 0 0 0 !important;
}
#thanks img {
    width: 65px;
    height: auto;
    margin-bottom: 2em;
}
#thanks p {
    font-size: 15px;
    color: #3b3a3a;
    letter-spacing: 1px;
    margin: 0 0 3em 0;
}
#thanks p.thanks_link {
    font-size: 15px;
}

#footer-contents-nav {
    margin: 0 auto;
}
#footer-contents-nav nav ul {
    text-align: center;
    margin: 5em 0 20px 0;
}
#footer-contents-nav nav ul li {
    display: inline-block;
    margin: 0;
    line-height: 1;
    border-left: 2px solid #ecdee3;
}
#footer-contents-nav nav ul li:last-child {
    border-right: 2px solid #ecdee3;
}
#footer-contents-nav nav ul li img {
    width: 167px;
}
#footer-contents-nav ul li a {
    transition-property: all;
    transition: 0.3s linear;
}
#footer-contents-nav ul li a:hover {
    opacity: 0.7;
}

footer {
    background: #ecdee3;
    text-align: center;
}
footer div {
    height: 380px;
}
footer a {
    line-height: 0;
}
footer img#logo_footer {
    width: 110px;
    margin-top: 75px;
}
img.footer_insta {
    display: block;
    width: 30px;
    margin: 55px auto;
}
copyright {
    font-size: 0.62em;
    letter-spacing: 1px;
}

@media screen and (max-width: 790px) {
    .sp_none {
        display: none !important;
    }
    .pc_none {
        display: block !important;
    }

    html,
    body {
        width: 100%;
        height: 100%;
    }
    body {
        font-size: 0.67em;
        letter-spacing: 0.03em;
    }

    p {
        line-height: 2.1 !important;
    }

    #wrapper {
        background: #ffffff;
        margin: 0 auto;
        padding: 0;
    }

    header {
        text-align: left;
        height: 110px;
    }
    h1 {
        z-index: 1111111111;
        margin: 32px auto;
        text-align: center;
    }
    h1 img {
        width: 110px;
        margin-top: 0;
    }
    img.icon_insta {
        right: 20px;
        top: 38px;
    }

    div#slider {
        margin: 110px 0 0 0;
    }
    div#slider img {
        width: auto !important;
        height: calc(100vmax - 28vh) !important;
    }

    section#aboutus {
        margin-top: 0;
        padding: 135px 25px 0 25px;
    }
    section#aboutus div {
        background: url(../images/photo_aboutus.png) no-repeat center top;
        background-size: 100%;
    }
    section#aboutus h2 img {
        width: 90px;
        margin: 38% 0 42% 0.8em;
    }
    section#aboutus div p {
        width: 100%;
    }

    section#services {
        margin-top: 0;
        padding: 135px 25px 0 25px;
    }
    section#services div {
        display: block;
        margin: 0 0 2.5em 0;
        width: 100%;
    }

    section#produce {
        background: none;
    }
    section#produce div {
        display: block;
        width: 86.5%;
        border: 2px solid #ecdee3;
        margin: 1em auto 0;
        padding: 2em;
    }
    section#produce div:first-child {
        margin: 0 auto 2.2em;
        float: none;
    }
    section#produce div:last-child {
        float: none;
    }
    section#produce div h3 {
        margin: 0.5em 0 0 0;
    }
    section#produce div h4 {
        font-size: 1.2em;
    }

    section#portfolio {
        margin-top: 0;
        padding: 50px 25px 0 25px;
    }
    #filtering {
        max-width: 100%;
        text-align: center;
        margin: 40px auto 60px;
    }
    button.filter {
        width: 190px;
        height: 40px;
        padding: 0;
        margin: 0 0 5% 0;
        background: none;
        border: 0;
        font-size: 0;
        line-height: 0;
        overflow: visible;
        cursor: pointer;
        border-radius: 5px;
    }
    button.filter:nth-child(1) {
        background: #e4e1ae;
        width: 100%;
    }
    button.filter:nth-child(2) {
        background: #a9d4d1;
        width: 47%;
        margin: 0 5% 2% 0;
    }
    button.filter:nth-child(3) {
        background: #b7bdd2;
        width: 47%;
    }
    button.filter:nth-child(4) {
        background: #d5c0c8;
        width: 47%;
        margin: 0 5% 2% 0;
    }
    button.filter:nth-child(5) {
        background: #c2c2c5;
        width: 47%;
        margin: 0;
    }
    button.filter img {
        width: 140px;
        margin: 0 auto;
    }
    #container .mix,
    #container .gap {
        width: 45%;
        margin: 0 0 50px 0;
        vertical-align: top;
    }
    #container .gap {
        margin: 0;
    }
    #container .mix img {
        max-width: 100%;
    }

    #portfolio_detail {
        width: 100%;
        margin: 0 auto 0;
        padding: 135px 25px 0 25px;
    }
    #portfolio_detail h2.cate_title {
        text-align: center;
        margin: 0 auto 1em;
    }
    #portfolio_detail img.detail_photo {
        max-width: 100%;
        float: none;
        margin: 0 0 1em 0;
    }
    #portfolio_detail img.detail_photo2 {
        max-width: 100%;
        float: none;
        margin: 0 0 1em 0;
    }
    #portfolio_detail h3 img {
        width: 110px;
    }
    #portfolio_detail p {
        font-size: 12px;
        margin: 1em 0 0 0;
    }

    section#contact {
        margin-top: 0;
        padding: 135px 25px 0 25px;
    }
    #contact p {
        text-align: left;
    }
    #contact_form {
        text-align: left;
        width: 100%;
        margin: 1.5em auto 10em;
    }
    #contact label {
        font-size: 1em;
        line-height: 3;
    }
    label#checkbox input {
        transform: none;
        margin-right: 7px;
    }

    #thanks {
        text-align: center;
        height: auto;
        padding: 18em 0 0 0 !important;
    }
    #thanks img {
        width: 50px;
        height: auto;
        margin-bottom: 2em;
    }
    #thanks p {
        font-size: 13px;
        color: #3b3a3a;
        letter-spacing: 1px;
        margin: 3em 0 3em 0;
    }
    #thanks p.thanks_link {
        font-size: 12px;
    }

    #footer-contents-nav nav ul {
        margin: 5em 0 0 0;
        border-top: 1px solid #ecdee3;
    }
    #footer-contents-nav nav ul li {
        display: block;
        line-height: 1;
        border-left: none;
        border-bottom: 1px solid #ecdee3;
    }
    #footer-contents-nav nav ul li:last-child {
        border-right: none;
    }
    #footer-contents-nav nav ul li a {
        display: block;
        padding: 1.8em 0 1.8em 0;
    }

    /* SP menu ___________________*/

    .menu_toggle {
        position: fixed;
        width: 26px;
        height: 24px;
        margin: 42px 0 0 5%;
        z-index: 11111111111;
    }
    .menu_line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333333;
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    .menu_line-top {
        top: 1px;
    }
    .menu_line-center {
        top: 10px;
    }
    .menu_line-bottom {
        bottom: 1px;
    }
    .menu_line-top.active {
        top: 10px;
        transform: rotate(45deg);
    }
    .menu_line-center.active {
        transform: scaleX(0);
    }
    .menu_line-bottom.active {
        bottom: 10px;
        transform: rotate(135deg);
    }

    .pc_menu {
        display: none;
    }

    .overlay {
        background: rgba(255, 255, 255, 1);
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 999999999;
    }
    .overlay ul {
        text-align: center;
        margin: 10.2em 0 0 0;
        border-bottom: 1px solid #dddddd;
    }
    .nav_item {
        display: block;
        margin-right: 0;
        margin: 0 auto;
        line-height: 0;
        border-top: 1px solid #dddddd;
    }
    .nav_item a {
        color: #333;
        text-decoration: none;
        transition: 0.7s;
        line-height: 0;
        display: block;
    }
    .nav_item a:hover {
        opacity: 0.7;
    }
    .nav_item a img {
        width: 167px;
        margin: 3.2em;
    }
} /* end of max-width:790px ___________________*/
