﻿@charset "utf-8";

#header {
    position: relative;
    height: 450px;
    background: url(images/bg-main.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.hgroup {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 960px;
    height: 450px;
    text-align: left;
}

#header h1,
#header h2,
#header h3,
#header p {
    margin: 0;
    width: 320px;
    text-align: center;
}

#header h1 {
    padding: 75px 0 0;
}

#header h2 {
    padding: 25px 0 0;
    /*font-size: 30px;*/
    font-size: 19px;
    line-height: 32px;
}

#header h3 {
    padding: 20px 0 10px;
    font-size: 17px;
    line-height: 18px;
    font-weight: normal;
}

    #header h3 span {
        color: #00a73b;
        font-weight: bold;
    }

#header p {
    position: absolute;
    display: block;
    top: 30px;
    right: 0;
}

#header h3 button {
    margin: 30px 0;
    padding: 0 15px;
    /*width: 300px;*/
    /*height: 44px;*/
    width: 315px;
    height: 50px;
    color: rgba(255,255,255,1);
    font-size: 16px;
    /*line-height: 44px;*/
    /*font-weight: bold;*/
    border: none;
    border-radius: 5px;
    background: rgba(230,135,54,1);
    cursor: pointer;
}

#header #newContents {
    position: absolute;
    display: block;
    margin: auto;
    top: 15rem;
    right: 0;
    width: 15rem;
    padding: 1rem;
    text-align: center;
    border-radius: 1rem 0 0 1rem;
    color: rgba(34,155,143,1);
    background: rgba(255,255,255,0.9);
}

    #header #newContents dt {
        line-height: 2rem;
    }

        #header #newContents dt strong {
            display: inline-block;
            font-size: 1.4rem;
        }

#article {
    padding: 0;
}

#cont01 {
    padding: 103px 0 0;
}

#cont04 {
    background: url(../Content/images/bgimg-home01.png) no-repeat center;
    background-size: cover;
}

#cont01,
#cont03,
#plan {
    background-color: rgba(255,255,255,1);
}

#contNew {
    padding: 0 0 5rem;
    background-color: rgba(34,155,143,1);
}

.section h1 {
    clear: both;
    padding: 80px 0 50px;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}

.section h2 {
    clear: both;
    padding: 0 0 40px 0;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
}

.img-txch {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../Content/images/bg-txcr.png) top center;
}

ul.contena-box3 {
    margin: 0 auto;
    padding: 30px 0 50px;
    width: 960px;
}

    ul.contena-box3 li {
        position: relative;
        display: block;
        float: left;
        padding: 0 0 30px;
        width: 480px;
        font-size: 0;
        text-align: center;
    }

        ul.contena-box3 li strong {
            display: block;
            position: absolute;
            bottom: 30px;
            padding: 15px 0;
            width: 94%;
            font-size: 24px;
            font-weight: normal;
            line-height: 1.2em;
            background-color: rgba(0,0,0,0.3);
            border-radius: 0 0 10px 10px;
            transition: all 0.2s ease-in-out;
        }

        ul.contena-box3 li a {
            display: block;
            margin: 0 auto;
            width: 94%;
            height: 250px;
            color: #FFF;
            text-shadow: 0 0 3px rgba(0,0,0,0.5);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.4s ease-in-out;
        }

        ul.contena-box3 li:hover a {
            background-size: 105%;
        }

        ul.contena-box3 li:hover strong {
            font-size: 28px;
        }

        ul.contena-box3 li:nth-child(1) a {
            background-image: url(../Content/images/guide01.jpg);
        }

        ul.contena-box3 li:nth-child(2) a {
            background-image: url(../Content/images/guide02.jpg);
        }

        ul.contena-box3 li:nth-child(3) a {
            background-image: url(../Content/images/guide03.jpg);
        }

        ul.contena-box3 li:nth-child(4) a {
            background-image: url(../Content/images/guide04.jpg);
        }

        ul.contena-box3 li:nth-child(5) a {
            background-image: url(../Content/images/guide05.jpg);
        }

        ul.contena-box3 li:nth-child(6) a {
            background-image: url(../Content/images/guide06.jpg);
        }

        ul.contena-box3 li:nth-child(7) a {
            background-image: url(../Content/images/guide07.jpg);
        }

        ul.contena-box3 li:nth-child(8) a {
            background-image: url(../Content/images/guide08.jpg);
        }

div.contena-box3 {
    display: flex;
    padding: 0 0 2rem;
}

    div.contena-box3 dl {
        width: 35%;
        padding: 1rem 2rem 1rem 0;
    }

    div.contena-box3 dt {
        padding: 1rem 0;
        color: rgba(34,155,143,1);
        font-size: 1.1rem;
        font-weight: bold;
    }

    div.contena-box3 dd {
        padding: 0 0 2rem;
        font-size: 1rem;
        line-height: 1.8em;
    }

    div.contena-box3 figure {
        padding: 1rem 0 0;
        width: 30%;
        text-align: right;
    }


#cont02 .text-area,
#cont04 .text-area {
    padding: 0 0 80px 430px;
}

#cont01 .text-area {
    padding: 0 400px 80px 30px;
}

#contNew .text-area {
    margin: 0 auto;
    padding: 3rem;
    border-radius: 1rem;
    background: rgba(236,232,218,1);
}

.section .text-area img {
    position: absolute;
    top: 0px;
}

#cont02 .text-area img,
#cont04 .text-area img {
    left: 0;
}

#cont01 .text-area img {
    right: 0;
}

#contNew .text-area img {
    position: relative;
    width: 90%;
    height: auto;
}

#contNew .text-area::before {
    content: "NEW";
    display: block;
    position: absolute;
    top: -1rem;
    left: 2rem;
    width: 6rem;
    height: 6rem;
    font-size: 1.5rem;
    line-height: 6rem;
    text-align: center;
    color: #231f20;
    background: rgba(214,181,84,0.9);
    border-radius: 3rem;
    transform: rotate(-10deg);
}

#cont03 h2 {
    padding: 2em 0 0.5em;
    font-size: 20px;
}

#cont03 ul {
    position: relative;
    margin: 0 auto;
    padding: 3em 3em 2em;
    width: 600px;
    border-radius: 20px;
    color: rgba(255,255,255,1);
    background: rgba(162,144,73,0.7);
}

#cont03 li {
    display: inline-block;
    padding: 0 0 0.5em;
    font-size: 16px;
    line-height: 1.5em;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}

    #cont03 li:after {
        content: "/";
        padding: 0 0.2em;
    }

    #cont03 li:last-child:after {
        content: "";
        padding: 0;
    }

#contNew h1 {
    color: #FFF;
}

#contNew h2 {
    padding: 2rem 0 1rem;
    color: rgba(34,155,143,1);
}

#contNew h3 {
    padding: 3rem 0 1rem;
    color: rgba(34,155,143,1);
}

.warning {
    padding: 0 0 2rem;
}

    .warning p {
        font-size: 0.9rem;
        line-height: 1.5em;
        font-weight: bold;
        color: rgba(34,155,143,1);
        text-align: left;
    }

@charset "utf-8";
/*
base.css 
* * * * * * * * * * * * * * * * * * * * */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    position: relative;
    padding: 0 0 90px;
    color: #656565;
    line-height: 1;
    background: url(../Content/images/bg-base.gif) center top;
    background-attachment: fixed;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

hr {
    border: 0px solid rgba(0,0,0,0);
    background: none;
    margin: 0;
    padding: 50px 0;
    box-shadow: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    color: #e68736;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

    a:hover {
        color: #e68736;
    }

    a img {
        transition: all 0.2s ease-in-out;
    }

    a:hover img {
        opacity: 0.5;
    }

    a:focus, *:focus {
        outline: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Floatバグ回避用 */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* TOPへ戻るボタンの設定 */
#toTop {
    position: fixed;
    right: -60px;
    bottom: 20px;
    opacity: 0;
    z-index: 1000;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.to-top-on #toTop {
    right: 0;
    bottom: 20px;
    opacity: 1;
}

#toTop a {
    display: block;
    width: 60px;
    height: 60px;
    color: #FFF;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    background-color: rgba(101,101,101,0.7);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

    #toTop a:hover {
        background-color: rgba(101,101,101,0.9);
    }

#pos {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    visibility: hidden;
}

@charset "utf-8";
/*
layout_homepage.css 
* * * * * * * * * * * * * * * * * * * * */

#header,
#article,
.section {
    position: relative;
    clear: both;
    width: 100%;
}

#global {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    border-bottom: 2px solid rgba(101,101,101,0.2);
    overflow: hidden;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}

.plan-fix #global {
    top: -103px;
}

#global ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    margin: 0 auto;
    width: 960px;
}

#global li {
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    /*padding: 0 0 0 40px;*/
    height: 103px;
    text-align:center;
}

    #global li:last-child {
        padding: 0 0 0 10px;
    }

    #global li a,
    #global li span {
        display: block;
        height: 100px;
        line-height: 100px;
        color: rgba(101,101,101,1);
        font-size: 17px;
        white-space: nowrap;
        overflow: hidden;
    }

    #global li a:hover,
    #global li span:hover {
        color: rgba(230,135,54,1);
        overflow: hidden;
        position: static;
    }
    #global li.linav {
        /* PhuPhan 25/03/2021 農民市場機能 Edit↓*/
        padding: 0 10px 0 10px !important;
        /* PhuPhan 25/03/2021 農民市場機能 Edit↑*/
    }
    #global li.linav:hover {
         background: rgba(0,0,0,0.1);
    }

    #global li button {
        /* PhuPhan 25/03/2021 農民市場機能 Edit↓*/
        margin: 30px 10px 0 0;
        /* PhuPhan 25/03/2021 農民市場機能 Edit↑*/
        padding: 0 15px;
        width: 120px;
        height: 44px;
        color: rgba(255,255,255,1);
        font-size: 16px;
        line-height: 44px;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        background: rgba(230,135,54,1);
        cursor: pointer;
    }

.off-plan #global li button#navBtnAgree {
    display: none;
}

#header #global,
.nav-fix #article #global {
    position: fixed;
}

#article #global li:first-child {
    display: none;
}

#article #global li:nth-child(2) {
    padding: 0;
}

#article #global li:nth-child(3) {
    /*padding: 0 0 0 40px;*/
}

#article #global li:nth-child(4) {
    /*padding: 0 80px 0 40px;*/
}

#global li:first-child a {
    line-height: 120px;
}

#global li:first-child,
.nav-fix #article #global li:first-child {
    display: block;
    padding: 0;
}

.nav-fix #article #global li:nth-child(2) {
    padding: 0 0 0 40px;
}

#header #global li:nth-child(4),
.nav-fix #article #global li:nth-child(4) {
    /*padding: 0 0 0 40px;*/
}

.off-plan #header #global li:nth-child(4) {
    padding: 0 280px 0 40px;
}

#formCo #header #global li:nth-child(2),
#formCo #header #global li:nth-child(3),
#formCo #header #global li:nth-child(4),
#formCo #header #global li:nth-child(5),
#formCo #header #global li:nth-child(6) {
    display: none;
}

#formCo #header #global li::first-child {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.text-area,
.text-area2 {
    position: relative;
    clear: both;
    margin: 0 auto;
}

.text-area {
    position: relative;
    width: 530px;
}

.text-area2,
#plan .text-area {
    padding: 0 0 50px;
    width: 960px;
}

#contNew .text-area {
    width: 800px;
}

.text-area h1 {
    text-align: left;
}

.text-area p,
.text-area2 p {
    padding: 0 0 1em;
    font-size: 18px;
    line-height: 30px;
}

.text-area p {
    text-align: left;
}

#plan .text-area,
.text-area2 p {
    text-align: center;
}

.text-area p span {
    display: block;
    font-size: 13px;
    line-height: 1.2em;
}

#plan {
    background-color: rgba(255,255,255,1);
}

    #plan h1 {
        clear: both;
        padding: 20px 0 20px;
        font-size: 36px;
        line-height: 1.2em;
        font-weight: normal;
        text-align: center;
        border: none;
    }

.plan-box {
    margin: 0 auto;
    padding: 0 0 0;
    width: 60%;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(159,195,77,1);
    border-radius: 20px;
    overflow: hidden;
}

    .plan-box h2 {
        padding: 1em 0 !important;
    }

    .plan-box table {
        margin: 0 auto;
        padding: 0 0 50px;
    }

    .plan-box th {
        padding: 0.5em;
        text-align: right;
        font-size: 18px;
        border-bottom: 1px dotted rgba(65,65,65,0.7);
    }

    .plan-box td {
        padding: 0.5em;
        text-align: left;
        font-size: 20px;
        border-bottom: 1px dotted rgba(65,65,65,0.7);
    }

        .plan-box td span {
            font-size: 70%;
        }

    .plan-box tr:last-child th,
    .plan-box tr:last-child td {
        border-bottom: none;
    }

#convSignup {
    position: relative;
    width: 100%;
    padding: 40px 20px 40px 0;
    color: #FFF;
    font-weight: normal;
    font-size: 28px;
    background: url(../Content/images/conv_arrow.svg) no-repeat right rgba(159,195,77,1);
    background-size: 50px 110px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    #convSignup:hover {
        text-shadow: 0 0 5px rgba(0,0,0,0.2);
        background: url(../Content/images/conv_arrow.svg) no-repeat right rgba(159,195,77,0.7);
        background-size: 50px 110px;
    }

.plan-box2 {
    margin: 50px auto 0;
    padding: 20px 0;
    width: 60%;
    background-color: rgba(65,65,65,0.1);
}

    .plan-box2 h3 {
        padding: 0 0 1em;
        font-size: 20px;
        line-height: 1.2em;
    }

    .plan-box2 dl {
        display: block;
        clear: both;
        text-align: left;
        font-size: 14px;
        line-height: 1.2em;
    }

    .plan-box2 dt {
        position: relative;
        padding: 0 2% 1.2em 0;
        display: inline-block;
        font-weight: bold;
        text-align: right;
        width: 28%;
        vertical-align: top;
    }

    .plan-box2 dd {
        padding: 0 0 1.2em;
        display: inline-block;
        width: 69%;
    }

    .plan-box2 dt:after {
        content: "：";
        position: absolute;
        right: 0;
        top: 0;
    }

.plan-box3 {
    margin: 30px auto 0;
    padding: 20px 0;
    width: 60%;
}

    .plan-box3 ul li {
        list-style: none;
    }


#footer {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0 0 10px;
    color: #656565;
    text-align: center;
    background: rgba(255,255,255,0.4);
    border-top: 15px solid rgba(101,101,101,0.5);
}

    #footer p,
    #footer ul {
        display: block;
        font-size: 12px;
        line-height: 20px;
        list-style: none;
    }

    #footer p {
        padding: 3em 0 0;
    }

    #footer ul {
        padding: 0;
    }

    #footer li {
        display: inline-block;
        list-style: none;
        padding: 0 0 0 1.5em;
    }

        #footer li a {
            color: rgba(101,101,101,0.6);
        }

            #footer li a:hover {
                color: rgba(101,101,101,1);
            }

#formCo #footer ul {
    display: none;
}
