@charset "UTF-8";

.fltL {
    float: left;
}

.fltR {
    float: right;
}

.fltNone {
    float: none;
}

.clr {
    clear: both;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.p35 {
    padding: 35px !important;
}

.p50 {
    padding: 50px !important;
}

.fsizeXS {
    font-size: 60% !important;
    line-height: 1.7 !important;
}

.fsizeSS {
    font-size: 80% !important;
    line-height: 1.6 !important;
}

.fsizeS {
    font-size: 90% !important;
    line-height: 1.6 !important;
}

.fsizeM {
    font-size: 100% !important;
    line-height: 1.5 !important;
}

.fsizeL {
    font-size: 120% !important;
    line-height: 1.5 !important;
}

.fsizeLL {
    font-size: 150% !important;
    line-height: 1.4 !important;
}

.fsizeXL {
    font-size: 200% !important;
    line-height: 1.3 !important;
}


body {
    min-width: auto;
    background: #fff;
    color: #5a5a5a;
    font: normal 92%/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

a {
    color: #5a5a5a;
    text-decoration: none;
    /* -webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear; */
}

a:hover {
    color: #acacac;
}

a img {
    /* -webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear; */
}

a:hover img,
img.selected {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

a.noOpacity:hover img {
    opacity: inherit;
    filter: none;
    -ms-filter: none;
}


.btn_contact {
    position: absolute;
    right: 0;
    top: 0;
}

.btn_shopping {
    position: absolute;
    right: 0;
    top: 200px;
}

.btn_download {
    position: absolute;
    right: 0;
    top: 200px;
}

#header {
    min-width: auto;
    border-bottom: 1px solid #5a5a5a;
}

#header .centering {
    margin: 0 auto;
    padding: 80px 40px 40px;
    width: 1020px;
}

#header h1 {
    float: left;
    text-align: left;
    line-height: 1;
}

#header .logo {
    margin-top: 45px;
    margin-left: 10px;
}

#header #menu {
    float: right;
    padding: 0;
}

#header #menu li {
    float: left;
    margin: 0 0 0 35px;
}

#intro {
    float: none;
    clear: both;
    margin: 60px auto;
    padding: 0 30px;
    width: 1020px;
    height: auto;
}

#intro h2 {
    display: inline-block;
    float: right;
    margin: 15px 0 0;
    font-weight: normal;
    font-size: 230%;
}

#intro h2.txt {
    display: block;
    float: none;
    margin: 15px auto 0;
    width: 850px;
    text-align: left;
}

#intro ul {
    display: inline-block;
    margin: 40px 0 0;
    padding: 0;
}

#intro ul li {
    float: right;
    margin: 0 30px 0 0;
}

#intro ul.narrow li {
    margin-right: 20px;
}

#intro ul.narrow li:first-child {
    margin-right: 30px;
}

#main {
    float: none;
    clear: both;
    position: relative;
    min-width: auto;
}

#main .centering {
    margin: 0 auto;
    padding: 0 30px;
    width: 1020px;
}

#main .content {
    margin: 70px auto 0;
    padding: 70px 0 0;
    width: 850px;
    border-top: 1px solid #b2b2b2;
    font-size: 95%;
}

#main .content:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

#main .content:last-child {
    margin-bottom: 140px
}

#main .content h3 {
    float: none;
    clear: both;
    margin: 0 0 25px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-size: 175%;
    line-height: 1;
}

#main .content p+h3,
#main .content address+h3 {
    margin-top: 50px;
}

#main .content h4 {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

#main .content h5 {
    margin: 5px 0 15px;
    font-weight: normal;
    font-size: 120%;
    text-align: left;
}

#main .content h3 img,
#main .content h4 img {
    vertical-align: top;
    max-width: 100%;
}

#main .content hr {
    float: none;
    clear: both;
    margin: 0 0 80px;
    padding: 0;
    width: 100%;
    height: 1px;
    border: 0;
    background: #b2b2b2;
    color: #000;
    font-size: 0;
    line-height: 0;
}

#main .content .col2>div {
    width: 400px;
}

#main .content .col3>div,
#main .content .col3>li {
    float: left;
    margin-left: 50px;
    width: 250px;
}

#main .content .col4>div,
#main .content .col4>li {
    float: left;
    margin-left: 26px;
    width: 178px;
}

#main .content .col3>div:first-child,
#main .content .col3>li:first-child,
#main .content .col4>div:first-child,
#main .content .col4>li:first-child {
    margin-left: 0;
}

#main .content strong.copy {
    display: block;
    margin: 0 0 35px;
    text-align: left;
}

#main .content p,
#main .content address {
    margin: 0 0 1em;
    line-height: 1.8;
    font-style: normal;
}

#main .content table.typeA {
    margin: 30px 0 80px;
    width: 100%;
    border: 0;
}

#main .content table.typeA th,
#main .content table.typeA td {
    padding: 20px 5px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

#main .content table.typeA th {
    width: 20%;
    border-right: 10px solid #fff;
}

#main .content .corner {
    position: relative;
    margin: 50px 0 0;
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #f1f1f1;
}

#main .content .corner+.corner {
    margin-top: 80px;
}

#main .content .corner h4 img {
    vertical-align: middle;
}

#main .content .corner h4 img+img {
    margin-left: 10px;
}

#main .content ol.step {
    margin: 0;
    padding: 0;
    list-style: none outside;
}

#main .content ol.step li {
    float: left;
    background: url(../img/arrow.png) no-repeat right 82px;
}

#main .content ol.step.col3 li,
#main .content ol.step.col4 li {
    margin: 0 8px 0 0;
    padding: 0 18px 0 0;
}

#main .content ol.step.col3 li {
    width: 230px;
}

#main .content ol.step li:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

#main .content ol.step.col3 li:nth-child(4n),
#main .content ol.step.col4 li:nth-child(5n) {
    clear: left;
}

#main .content ol.step.col3 li:nth-child(n+4),
#main .content ol.step.col4 li:nth-child(n+5) {
    margin-top: 20px;
}

#main .content ol.step li figure {
    margin-bottom: 15px
}

#main .content ol.step li dl {
    display: table;
    margin: 15px 0 10px;
    padding: 0;
    width: 100%;
    line-height: 0;
}

#main .content ol.step li dl dt {
    display: table-cell;
    padding-top: 0.5ex;
    width: 3.4em;
    height: 3.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3.4em;
    -moz-border-radius: 3.4em;
    -ms-border-radius: 3.4em;
    -o-border-radius: 3.4em;
    border-radius: 3.4em;
    background: #99c858;
    color: #fff;
    font-weight: normal;
    font-size: 120%;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
}

#main .content ol.step li dl dd {
    display: table-cell;
    padding: 0 0 0 8px;
    font-weight: normal;
    font-size: 110%;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
}

#main .content ol.step span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#main .content div.step {
    float: none;
    clear: both;
    margin: 70px 0;
    padding: 35px;
    background-color: #f1f1f1;
}

#main .content .pop {
    position: relative;
    margin: 50px 45px 80px;
    padding: 34px;
    border: 1px solid #76b627;
    background: #fff;
}

#main .content .pop.narrow {
    margin: 50px 60px 80px;
    padding: 24px 34px 14px
}

#main .content .pop:before {
    content: url(../img/pop.png);
    position: absolute;
    left: 55px;
    top: -32px;
    z-index: 10;
}

#main .content .pop h5 {
    color: #76b627;
    font-weight: normal;
    font-size: 150%;
}

#main .content .pop img.fltR {
    margin-left: 35px;
}

#main .content .pop .col3>li {
    margin-left: 20px;
    width: 215px;
}

#main .content .pop .col3>li:first-child {
    margin-left: 0;
}

#main .content .pop hr {
    margin: 25px 0;
    height: 2px;
    /* border-top: 1px dashed #000; */
    background: url(../img/separate_dots.png) repeat-x left top transparent;
}


#main .content .spec {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 0;
    min-width: 240px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    text-indent: -0.5em;
}

#main .content .spec em {
    color: #c0272d;
    font-style: normal;
}

#main .content .thumbs {
    margin: 10px 0 0;
}

#main .content .thumbs>a,
#main .content .thumbs>img {
    display: inline-block;
    float: left;
    margin-left: 12px;
}

#main .content .thumbs>a:first-child,
#main .content .thumbs>img:first-child {
    margin-left: 0;
}

#main .content .point strong {
    display: block;
    margin: 10px auto 10px 0;
}

#main .content .point p {
    color: #75b627;
}


#footer {
    float: none;
    clear: both;
    min-width: auto;
}

#footer .centering {
    position: relative;
    margin: 60px auto 0;
    padding: 50px 30px 60px;
    width: 1020px;
    border-top: 1px solid #5a5a5a;
    font-size: 95%;
}

#footer .logo {
    display: block;
    margin: 0 0 10px;
}

#footer div.fltL {
    width: 300px;
}

#footer div.fltR {
    padding-top: 10px;
    width: 620px;
}

#footer address {
    margin: 20px 0 0;
    font-style: normal;
    line-height: 2;
    text-align: left;
}

#footer address a {
    color: #5a5a5a;
    pointer-events: none;
}

#footer strong {
    display: block;
    margin: 0 0 25px;
}

#footer dl {
    float: none;
    clear: both;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1;
    overflow: hidden;
}

#footer dt {
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
    width: 8em;
    border-right: 1px solid #5a5a5a;
    text-align: left;
}

#footer dd {
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
}

#footer a.facebook,
#footer a.youtube {
    display: inline-block;
    margin: 0 0 25px;
    vertical-align: middle;
}

#footer a.youtube {
    margin-left: 20px;
}

#footer .pageTop {
    position: absolute;
    right: 0;
    bottom: 60px;
}

.fixBtn.sp {
    display: none;
}

a.more {
    position: absolute;
    bottom: -25px;
    right: -25px;
    padding: 12px 10px;
    border: 3px solid #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    background: #6d6d6d;
    text-align: center;
}

.content .download {
    float: none;
    clear: both;
    margin: 80px 0 200px;
}

p.caution {
    float: none;
    clear: both;
}


#main .content .corner.p35 .col2>div {
    width: 365px;
}

#main .content .corner.p35 a.more {
    padding: 16px 12px;
    bottom: -22px;
}

#main .content #news.corner {
    float: none;
    clear: both;
    margin-top: 80px;
    padding: 50px;
}

#main .content #news.corner h4 {
    display: block;
    margin: 20px 0;
}

#main .content #news.corner h4 img {
    vertical-align: top;
}

#main .content #news>div {
    float: none;
    clear: both;
    margin: 25px 0 0;
    padding: 25px 0;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

#main .content #news>div+div {
    border-top: 0;
}

#main .content #news>div img {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}


#main .content .farmer {
    margin: 0 0 80px;
}

#main .content .farmer img.fltL {
    margin-right: 30px;
}

#main .content .farmer strong.copy {
    padding-top: 30px;
}

#main .content .farmer em {
    display: block;
    margin: 15px 0 0;
    font-weight: normal;
    font-style: normal;
    font-size: 200%;
}

#main .content #map {
    position: relative;
    width: 960px;
    height: 1280px;
}

#main .content #map div {
    position: relative;
    z-index: 1;
}

#main .content #map #mapImage {
    position: absolute;
    left: -55px;
    top: -15px;
    z-index: 0;
}

#main .content #map .gMap {
    display: inline-block;
    position: absolute;
    right: 70px;
    bottom: 40px;
    z-index: 1;
}

#main .content ol.col3 {
    padding: 0;
    list-style: none;
    width: 560px;
    margin: 0 auto 40px;
}

#main .content ol.col3>li {
    margin-left: 27px;
    width: 265px;
    text-align: center;
}

#main .content ol.col3>li:first-child {
    margin-left: 0;
}

#main .content #wadajuku {
    margin: 50px 0 80px;
    padding: 40px;
    border: 1px solid #b2b2b2;
}

#main .content #wadajuku .col3 {
    margin-top: 30px;
}

#main .content #wadajuku .col3>li {
    margin-left: 16px;
    width: 245px;
}

#main .content #wadajuku .col3>li:first-child {
    margin-left: 0;
}

#main .content #nanohana {
    margin: 50px 0 0;
}

#main .content #nanohana table {
    margin: 0 0 15px;
    border: 0;
    border-collapse: collapse;
}

#main .content #nanohana table th,
#main .content #nanohana table td {
    border: 0;
    padding: 2px 5px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

#main .content #nanohana table th {
    padding-left: 0;
    width: 40px;
}

#main .content .gallery {
    position: relative;
    float: none;
    clear: both;
    margin-bottom: 80px;
}

#main .content .gallery .fltR {
    padding-bottom: 100px;
}

#main .content .gallery .fltR .thumbs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
}

#main .content address a {
    color: #5a5a5a;
    pointer-events: none;
}

@media(max-width: 1116px) and (min-width: 769px) {
    #header .centering {
        width: calc(100% - 80px);
    }

    /*FOOTER*/
    #footer .centering {
        width: calc(100% - 60px);
    }

    #footer div.fltL {
        width: 100%;
        text-align: center;
        float: none;
    }

    #footer .logo {
        display: inline-block;
    }

    #footer address {
        text-align: center;
    }

    #footer dl {
        margin-left: 20%;
    }

    #footer div.fltR {
        text-align: center;
        width: 70%;
        margin: 15px auto 0;
        float: none;
    }

}

@media (max-width: 860px) and (min-width: 769px) {
    #header h1 img {
        width: 300px;
        height: auto;
    }

    #header .logo {
        width: 180px;
        height: auto;
    }
}

/*SP STYLE*/
@media (max-width: 768px) {
    header {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    body {
        margin-top: 70px;
    }

    #header .centering {
        width: calc(100% - 8%);
        padding: 10px 4%;
    }

    #header h1 img {
        width: 150px;
        height: auto;
    }

    #header .logo {
        width: 100px;
        margin: 10px 0 0;
    }

    #header nav {
        display: none;
        position: absolute;
        top: 69.25px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70.25px);
        padding: 50px 0;
        background: #fff;
    }

    #header #menu {
        float: none;
        text-align: center;
    }

    #header #menu li {
        float: none;
        display: inline-block;
        margin: 0 15px 20px;
    }

    #main .content address a {
        pointer-events: auto;
    }

    /*FOOTER*/
    footer {
        /*padding-bottom: 61px;*/
    }

    #footer .centering {
        width: calc(100% - 8%);
        padding: 30px 4% 0;
        margin-top: 30px;
    }

    #footer div.fltL {
        width: 100%;
        text-align: center;
    }

    #footer div.fltL img:last-child {
        width: 250px;
        height: auto;
    }

    #footer .logo {
        display: inline-block;
        width: 100px;
        height: auto;
    }

    #footer address {
        text-align: center;
        margin-top: 10px;
    }

    #footer address a {
        color: #5a5a5a;
        pointer-events: auto;
    }

    #footer div.fltR {
        width: 100%;
        padding-top: 20px;
    }

    #footer strong {
        text-align: center;
    }

    #footer dl {
        line-height: 1.5;
    }

    #footer dd {
        width: calc(100% - 120px);
        line-height: 1.5;
    }

    #footer a.facebook,
    #footer a.youtube {
        width: 49%;
        text-align: center;
        margin: 0 0 15px;
    }

    #footer a.youtube:nth-child(9) {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    /* MENU */
    .hambuger {
        position: relative;
        display: flex;
        float: right;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 30px;
        height: 30px;
        padding: 0;
        z-index: 9991;
        background: #fff;
        transition: all 350ms linear;
        cursor: pointer;
        margin-top: 10px;
        z-index: 9998;
    }

    .hambuger.sp {
        display: inline-block;
    }

    .hambuger span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #b2312f;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .hambuger span:nth-child(1) {
        top: 6px;
    }

    .hambuger span:nth-child(2) {
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
    }

    .hambuger span:nth-child(3) {
        bottom: 6px;
    }

    .hambuger.open {}

    .hambuger.open span {
        background: #221815;
    }

    .hambuger.open span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hambuger.open span:nth-child(2) {
        opacity: 0;
    }

    .hambuger.open span:nth-child(3) {
        bottom: 14px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .fixBtn.sp {
        display: block;
        position: fixed;
        bottom: -1px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 999;
    }

    .fixBtn .btn {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        text-align: right;
    }

    .fixBtn .btn:last-child {
        /*display: none;*/
        text-align: left;
    }

    .btn_contact,
    .btn_shopping {
        display: none;
    }

    .fixBtn .btn img {
        width: 100%;
        height: auto;
    }

    .ftContact {
        text-align: center;
    }

    .ftContact small {
        display: block;
    }

}

@media (max-width: 750px) and (max-height: 450px) {
    #footer dl {
        padding: 0 18vw;
    }
}