@charset "utf-8";

/*==========================================
 satoimo
===========================================*/
/*全デバイス共通のスタイルとスマートフォン向けレイアウトの指定*/


/*==========================================
 body
===========================================*/


body {
    width: 100%;
    /*画面幅いっぱいにWebページを表示させる*/
    font-size: 90%;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto;

}

/*==========================================
 リンク色の指定
===========================================*/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: darkgrey;
    text-decoration: underline;
}

a:hover p {
    color: darkgrey;
    text-decoration: underline;
}




/*==========================================
 フルードイメージ
===========================================*/


img {
    max-width: 100%;
    height: auto;
}


/*==========================================
 headerのスタイル
===========================================*/
p.icon {
    text-align: center;
    margin: 30px 0;
}

p.icon img {
    margin-top: 10%;
    width: 30%;
    height: auto;

}

h1.main-logo {
    margin-bottom: 5px;
    text-align: center;
}

.img-smh {
    display: block;
}

.img-tbpc {
    display: none;
}

.topimage {
    margin-top: 20px;

}

/*==========================================
 navのスタイル
===========================================*/
li img {
    width: 10%;
    height: auto;
}

ul.g-nav span {
    text-align: center;
    margin-top: 5px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 40px;
}

ul.g-nav img {
    max-width: 50%;
}

ul.g-nav li {
    border-top: 1px solid #333;
    margin-left: 10px;
}

ul.g-nav li:first-child {
    border-top: none;
    margin-left: 10px;
}

/*★meanmenu*/
.mean-container .mean-nav ul li a {
    color: #333;
    display: block;
    text-align: center;
}

.mean-container .mean-bar {
    background-color: #fff;
}



/*==========================================
 contentsのスタイル
===========================================*/
/*-------------------------ここに上波モヨウの飾りを指定------------------*/

/*index*/
.bg-nami-ue {
    margin-top: 3%;
    padding-top: 3%;
    background-image: url(images/index/in-bg-nami_ue.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

/*アスパラ*/
.as-bg-nami-ue {
    margin-top: 3%;
    padding-top: 3%;
    background-image: url(images/aspara/nami_ue.gif);
    background-size: 100%;
    background-repeat: no-repeat;
}


/*里芋*/
.sato-bg-nami-ue {
    margin-top: 3%;
    padding-top: 3%;
    background-image: url(images/satoimo/sato-bg-nami-ue.gif);
    background-size: 100%;
    background-repeat: no-repeat;
}

/*------------------------コンテンツを囲む--------------------------*/
/*共通*/
.contents {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    margin-top: 30px;
    border-radius: 50px;
    padding: 50px 10px;

}

/*index*/
.contents-wrapper {
    background-color: #f7eb62;
    padding: 30px 0 30px 0;
}

/*アスパラ*/
.as-contents-wrapper {
    background-color: #ddfb65;
    padding: 30px 0 30px 0;
}



/*里芋*/
.sato-contents-wrapper {
    background-color: #e9b61a;
    padding: 30px 0 30px 0;
}

/*---------------------タイトルの両脇にスラッシュ---------------------*/

h2.nanamesen {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-size: 24px;
}

h2.nanamesen:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #615d5b;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

h2.nanamesen:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #615d5b;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

h2:before {
    left: 0;
}

h2:after {
    right: 0;
}

h2 {
    color: #615d5b;
    font-weight: 500;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
index-contents ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*contents お知らせのスタイル
    ===========================================*/
.in-text p {
    padding-top: 5%;
    margin: 0 auto;
}
.in-syouhin{
    padding-top:1em; 
}

/*contents ごあいさつのスタイル
    ===========================================*/

.goaisatu {
    padding-bottom: 40%;
    background-image: url(images/index/fufu_img.jpg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

p.in-aisatu-textleft {
    padding-top: 8%;
    margin: 0 auto;
    /* display: inline-block;*/
    text-align: left;

}


/*contents 農園についてのスタイル
    ===========================================*/
.in-text-left{
    text-align: left;
    margin-top: 3%;
}

.nouen-img img {
    margin-top: 30px;
}

/*contents ここにこだわりについてのスタイル
    ===========================================*/

.kodawari-contents {
    margin-top: 20px;
}

.kodawari-contents img {
    margin-top: 30px;
}

.in-daimei {
    font-size: 20px;
    margin-top: 20px;
    color: #615d5b;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
index-contents ここまで
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アスパラ-contents ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*  as-contents 私たちのアスパラガス
    ===========================================*/
.as-contents {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    margin-top: 30px;
    border-radius: 50px;
    padding: 30px 10px;

}

/*.as-aisatu-text {
    margin-top: 25%;
}*/

.as-aisatu-text p {
    display: inline-block;
    text-align: left;
    margin-top: 35%;
    width: 95%;
}

.bold {
    font-weight: bold;
    display: block;
    text-align: center;
}

.as-ouraspara-contents {
    /* padding-left: 10%;*/
    background-image: url(images/aspara/aspara_img.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: top 13% right 50%;

}

/*as-contents ここにこだわっています
    ===============================================*/

.as-rabel {
    padding-top: 10%;
}

h3.as-title {
    padding: 20px 0 3px 0;
    margin: 20px;
    border-bottom: dashed 4px #615d5b;
    font-weight: normal;
    font-size: 16px;
}

.as-kodawari-img {
    padding-bottom: 20px;
}

.as-text-left p {
    text-align: left;
    padding-bottom: 2%;
    color: #615d5b;
}

.as-flexbox {
    display: flex;
    flex-direction: column;
}


.as-kodawari-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}


/*as-contents ここで大きく育てます
    ===============================================*/
.kokodeookiku-text {
    text-align: left;
    margin-top: 30px;
    padding-bottom: 2%;
}

.ookiku-img {
    flex-direction: column;
}

.ookiku-img img {
    padding-bottom: 10px;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

/*as-contents アスパラについて
    ===============================================*/
.as-aboutaspara-text {
    text-align: left;
    margin-top: 30px;
}

.as-asparacycle {
    display: flex;
    flex-direction: column;
}

.as-cycle-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: auto 0;
    margin-top: 20px;
}

.as-cycle-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: auto 0;
    margin-top: 10px;
}

.as-cycle-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: auto 0;
    margin-top: 10px;
}

.as-cycle-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin: auto 0;
    margin-top: 10px;
}

.as-cycle-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin: auto 0;
    margin-top: 10px;
}

.as-cycle-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    margin: auto 0;
    margin-top: 10px;
}

.as-cycletext {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    /*border: dotted 3px #615d5b*/
    ;
    width: 216px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}

/**************アスパラの1年*******************/
.as-aspara-1yera-title h3 {
    font-size: 18px;
    color: #615d5b;
    font-weight: 500;
    text-align: left;
    margin-top: 20% ;

}

/*テキスト両脇の線　ここから*/
.as-aspara-1yera-title h3 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.as-aspara-1yera-title h3:before,
.as-aspara-1yera-title h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #666;
}

.as-aspara-1yera-title h3:before {
    left: 0;
}

.as-aspara-1yera-title h3:after {
    right: 0;
}

/*テキスト両脇の線　ここまで*/

.as-aspara-1yera-tag {
    width: 30%;
    height: 30%;
    margin: 0 auto;
    margin-top: 30px;
}

.as-aspara-1year-text {
    text-align: left;
    margin-top: 2%;
}

.as-aspara-1year-img {
    margin-top: 20px;
}

/*  as-contents 保存方法
    ===========================================*/
/*.as-hozon-title h3 {
    font-size: 18px;
    color: #615d5b;
    font-weight: 500;
    text-align: left;
    margin-top: 20%;
}*/


.as-hozon-contents p {
    text-align: left;
    margin-top: 10px;
}

.as-hozon-contents {
    margin-top: 40px;

}

.as-hozon-contents img {
    width: 40%;
    margin: 0 auto;
}

.as-hozon-contents-frypun img {
    width: 60%;
    margin-top: 5%;
}

/*as-contents アスパラ作業の1日
    ===============================================*/
.as-sagyou-contents {
    margin-top: 10%;

}

.as-sagyou-zikan {
    width: 30%;
    height: auto;
    margin: 0 auto;
}

.as-sagyou {
    margin-top: 10%;
}

.as-sagyou-img {
    margin: 0 auto;
    padding-bottom: 2%;
}

.as-sagyou-text {
    text-align: left;
}

.as-yazirusi img {
    margin-top: 15%;
    width: 15%;
    height: auto;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アスパラ-contents ここまで
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
satoimo-contents ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*  satoimo 私たちのサトイモ
    ===========================================*/
.sato-contents {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    margin-top: 30px;
    border-radius: 50px;
    padding: 30px 10px;

}


.text-left p {
    display: inline-block;
    text-align: left;
    margin-top: 13%;
    width: 95%;
}

.bold {
    font-weight: bold;
    display: block;
    text-align: center;
}

.sato-aisatu-text {
    margin-top: 30%;
}

.sato-oursatoimo-contents {
    background-image: url(images/satoimo/sato_oursatoimo_bg.gif);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top 23% right 50%;
}



/*sato-contents ここにこだわっています
    ===============================================*/

.sato-rabel {
    padding-top: 10%;
}

h3.sato-title {
    padding: 20px 0 3px 0;
    margin: 20px;
    border-bottom: dashed 4px #615d5b;
    font-weight: normal;
    font-size: 16px;
}

.sato-kodawari-img {
    padding-bottom: 20px;
}

.sato-text-left p {
    text-align: left;
    padding-bottom: 2%;
    color: #615d5b;
}

.sato-flexbox {
    display: flex;
    flex-direction: column;
}


.sato-kodawari-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}


/*sato-contents ここで大きく育てます
    ===============================================*/
.sato-kokodeookiku-text {
    text-align: left;
    margin-top: 30px;
    padding-bottom: 2%;
}

.sato-ookiku-img {
    flex-direction: column;
}

.sato-ookiku-img img {
    padding-bottom: 10px;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

/*sato-contents 里芋について
    ===============================================*/
.sato-aboutsatoimo-text {
    text-align: left;
    margin-top: 30px;
}


/**************さといもの1年*******************/
.sato-satoimo-1yera-title h3 {
    font-size: 18px;
    color: #615d5b;
    font-weight: 500;
    text-align: left;
    margin-top: 20%;
}

/*テキスト両脇の線　ここから*/
.sato-satoimo-1yera-title h3 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.sato-satoimo-1yera-title h3:before,
.sato-satoimo-1yera-title h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #666;
}

.sato-satoimo-1yera-title h3:before {
    left: 0;
}

.sato-satoimo-1yera-title h3:after {
    right: 0;
}

/*テキスト両脇の線　ここまで*/

.sato-satoimo-1yera-tag {
    width: 30%;
    height: 30%;
    margin: 0 auto;
    margin-top: 30px;
}

.sato-satoimo-1year-text {
    text-align: left;
    margin-top: 2%;
}

.sato-satoimo-1year-text p span {
    font-weight: bold;
}

p.sato-textcenter {
    text-align: center;
}

p.sato-textcenter span {
    font-weight: bold;
}

.sato-satoimo-1year-img {
    margin-top: 20px;
}

.sato-satoimo-1year-syukka img {
    width: 50%;
    height: auto;
    margin-top: 10%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
さといも-contents ここまで
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通部分 ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* onlineshopのスタイル
===========================================*/
.onlineshop {
    margin: 50px auto;
    width: 90%;
    background-color: #ffc800;

}

.onlineshop-top {
    display: flex;
    justify-content: space-between;
    padding: 10px;

}


.onlineshop-title img {
    max-width: 100%;
}

.tyuumon img {
    max-width: 90%;
    height: auto;
    margin-left: 10px;
}



/* toiawaseのスタイル
===========================================*/

.toiawase {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background-image: url(images/common/toiawase/smh-toiawase-base.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 70px 20px;
}

.toiawase-text {
    width: 80%;
    margin: 20px auto;
}

.toiawase-text p {
    text-align: left;
    margin: 3px;
    /*2行目以降を1文字下げる指定*/
    padding-left: 1em;
    /*左側に1文字分の余白を作る*/
    text-indent: -1em;
    /*最初の行だけその余白分のスペースに文字を移動させる*/

}

.toiawase-kakusyu ul li {
    margin-bottom: 5px;
}

.toiawase-kakusyu li img {
    width: 60%;
    height: auto;
}







/*==========================================
 footerのスタイル
===========================================*/
/*footer 部分の波モヨウの飾りを指定*/
/*index用*/
.in-bg-nami-sita {
    padding-top: 20%;
    background-image: url(images/index/in_nami_sita.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/*アスパラ用*/
.bg-nami-sita {
    padding-top: 20%;
    background-image: url(images/aspara/as_footer_img.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/*さといも用*/
.sato-bg-nami-sita {
    padding-top: 20%;
    background-image: url(images/satoimo/sato_footer_img.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/*footer 部分の色を指定*/
/*index用*/
footer {
    text-align: center;
    padding: 20px 0;
    background-color: #f7eb62;
    font-size: 80%;
}

/*アスパラ用*/
.as-footer {
    text-align: center;
    padding: 20px 0;
    background-color: #ddfb65;
    font-size: 80%;
}

/*さといも用*/
.sato-footer {
    text-align: center;
    padding: 20px 0;
    background-color: #e9b61a;
    font-size: 80%;
}

.footer-nav {
    display: none;
}

/***トップへ戻るボタン***/
/* ボタンを右下に表示する */
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: green;
    border-radius: 50%;
}

/* ボタンの色を変更 */
#page-top i {
    color: #fff;
}

/* ボタンをホバーしたときにカーソルを変更 */
#page-top i:hover {
    cursor: pointer;
}

/***トップへ戻るボタンここまで***/


/*-------------------------------------------------------------------
---------------------------------------------------------------------
タブレットのスタイル指定
---------------------------------------------------------------------
---------------------------------------------------------------------*/

@media screen and (min-width:768px) {

    /*タブレット　headeのスタイル
===========================================*/
    .img-smh {
        display: none;
    }

    .img-tbpc {
        display: block;
    }

    .topimage img {
        /*画像を横幅いっぱいに広げる*/
        width: 100%;
        height: 100%;
    }

    p.icon img {
        width: 10%;
        max-width: 100%;
        height: auto;

    }



    /*タブレット　pc-navのスタイル
===========================================*/

    ul.g-nav {
        /*navを中央に*/
        margin: 0 auto;
        /*navを横並び*/
        display: flex;
        /*navを均等*/
        justify-content: space-between;
        /*navを下揃え*/
        align-items: flex-end;
        /*navを90%に*/
        width: 90%;
    }

    ul.g-nav li {
        border: none;
        text-align: center;
    }

    ul.g-nav span {
        display: block;
        /* text-align: center;*/
        margin-top: 5px;
        margin-left: 0;
    }

    ul.g-nav img {
        max-width: 100%;
        width: 80%;
        height: auto;
    }


    /*タブレット　contentsのスタイル
    ===========================================*/
    .contents {
        padding: 50px 50px;
    }

    .bg-nami-ue {
        margin-top: 3%;
        padding-top: 3%;
    }

    /*******************タブレット　indexの指定*****************/

    /*タブレット　contents ごあいさつのスタイル
    ===========================================*/

    .in-aisatu-textleft {
        width: 60%;
        text-align: left;
        margin-top: 8%;
    }

    p.in-aisatu-textleft {
        padding-top: 8%;
        margin-right: 50%;
        text-align: left;
    }

    .goaisatu {
        background-position: 95% bottom;
        background-size: 30%;
    }

    /* タブレット　contents 農園について のスタイル
    ===============================================*/
    .in-text-left{
        text-align: left;
    width: 80%;
    margin: 10% 10% 10% 17%;
    }
    
    
    .about-farm {
        background-image: url(images/index/satoimo_img.png), url(images/index/aspara_img.png);
        background-size: 15%;
        background-repeat: no-repeat;
        background-position: left bottom, right top;
        margin-bottom: 15px;
    }

    .nouen-img {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    .nouen-img img {
        width: 80%;
    }

    /* タブレット  contents ここにこだわっています　についてのスタイル
    ===========================================*/
    .flexbox {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }


    .hidari {
        text-align: left;
        width: 55%;
        padding-right: 20px;
    }

    .migi {
        text-align: right;
        width: 55%;
        padding-left: 20px;
    }


    /*******************タブレット　アスパラの指定*****************/
    .as-ouraspara-contents {
        background-size: 10%;
        background-repeat: no-repeat;
        background-position: top 15% right 50%;

    }
    .as-aisatu-text{
        margin-top: 25%;
    }
    
    .as-aisatu-text p {
        margin-top: 5%;
        margin-left: 5%;
        width: 70%;
        text-align: left;
        margin: auto;
    }


    /*タブレット　contents ここにこだわっています　についてのスタイル
    ===========================================*/

    .as-flexbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*画像を縦に伸びないようにする指定*/
        align-items: flex-start;
    }


    .as-hidari {
        width: 55%;
    }

    .as-kodawari-img {
        text-align: right;
        width: 55%;
        padding-left: 20px;
    }

    /*タブレット　contents　ここで大きく育てます についてのスタイル
    ===========================================*/
    .kokodeookiku-text,
    .as-aboutaspara-text {
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }

    .ookiku-img {
        flex-direction: row;
    }

    .ookiku-img img {
        padding-right: 5px;
        width: 30%;
        height: auto;
    }


    /*タブレット　contents　アスパラの1年 についてのスタイル
    ===========================================*/
    .as-aspara-1year {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*画像を縦に伸びないようにする指定*/
        align-items: flex-start;
    }

    .as-aspara-1year-text {
        width: 65%;
        padding-left: 5%;
        margin-top: 3%;
    }




    /*タブレット　contents　アスパラの保存方法についてのスタイル
    ===========================================*/
    .as-hozon-contents p {
        width: 55%;
        height: auto;
        padding: 0 30px;
    }

    .as-hozon-contents img {
        padding-left: 20px;
    }

    .as-hozon-contents {
        margin: 40px 70px;
    }

    .as-hozon-contents-frypun img {
        width: 40%;
        margin-top: 0%;
    }

    /*タブレット　contents　アスパラ作業の一日　についてのスタイル
    ===========================================*/
    .as-sagyou-text {
        width: 55%;
        height: auto;
        padding-left: 30px;

    }

    .as-sagyou-contents {
        padding: 0 30px;

    }

    .as-sagyou {
        margin-top: 10%;
    }

    .as-yazirusi img {
        margin-top: 5%;
        width: 10%;
        height: auto;
    }

   
    h3.sato-title {
        font-size: 20px;
    }

    /*タブレット　contents 私たちの里芋　についてのスタイル
    ===========================================*/
    .aisatu-text {
        margin-top: 5%;
    }

    .sato-aisatu-text p {
        display: block;
        text-align: left;
        margin-top: 20px;
        width: 70%;
    }

    .sato-aisatu-text {
        margin-top: 5%;
    }

    .sato-oursatoimo-contents {
        background-image: url(images/satoimo/sato_oursatoimo_bg.gif);
        background-size: 25%;
        background-repeat: no-repeat;
        background-position: top 70% right 2%;
    }



    /*タブレット　contents ここにこだわっています　についてのスタイル
    ===========================================*/

    .sato-flexbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*画像を縦に伸びないようにする指定*/
        align-items: flex-start;
    }


    .sato-hidari {
        text-align: left;
        width: 55%;
        padding: 0 20px;
    }

    .sato-kodawari-img {
        text-align: right;
        width: 55%;
        padding-left: 20px;
    }

    .text-left p {
        display: inline-block;
        text-align: left;
        margin-top: 8%;
        width: 95%;
    }

    /*タブレット　contents　ここで大きく育てます についてのスタイル
    ===========================================*/
    .sato-kokodeookiku-text,
    .sato-aboutaspara-text {
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }

    .sato-ookiku-img {
        display: flex;
        flex-direction: row;

    }

    .sato-ookiku-img img {
        width: 45%;
    }


      /*タブレット　contents　さといもの1年についてのスタイル
    ===========================================*/
    .sato-satoimo-1yera-title h3 {
        font-size: 18px;
        color: #615d5b;
        font-weight: 500;
        text-align: left;
        margin-top: 5%;
    }

    .sato-satoimo-1yera-tag {
        margin-top: 20px;
    }

    .sato-satoimo-1year {
        display: flex;
        flex-direction: row;
        margin-left: 50px;
    }

    .sato-satoimo-1year img {
        width: 50%;
    }


    .sato-satoimo-1year-text {
        text-align: left;
        margin-top: 2%;
        margin-left: 40px;
        width: 50%;
        height: auto;
    }

    .sato-satoimo-1year-syukka-text {
        width: 30%;
        height: auto;
        margin: 0 auto;
    }

    .sato-satoimo-1year-syukka {
        display: flex;
        flex-wrap: wrap;
        /* box-sizing: border-box;*/
    }

    .box1 {
        display: flex;
        flex-direction: row;
        width: 90%;
        height: auto;

    }

    .sato-satoimo-1year-syukka-caption {
        width: 90%;
        height: 90%;

    }

    .sato-satoimo-1year-syukka-text {
        width: 90%;
        height: 90%;
        margin-top: 50px;
    }

    .sato-textcente {
        margin-top: 10px;
    }

    .sato-textcenter span {
        font-weight: bold;

    }





    /*タブレット　onlineshopについてのスタイル
    ===========================================*/
    .onlineshop {
        width: 90%;
    }

    .onlineshop-top {
        padding-top: 25px;

    }

    .tyuumon {
        padding-top: 15px;
    }

    /*　タブレット　問合せについてのスタイル
    ===========================================*/
    .toiawase {
        width: 70%;
    }

    .toiawase-text {
        width: 70%;
    }

    /*タブレット　footerについて　のスタイル
    ===========================================*/
    .footer-nav {
        display: block;
        margin-bottom: 20px;

    }

    .footer-nav ul li {
        display: inline-block;
        width: 10%;
    }

    .footer-nav ul li:not(:last-child) {
        border-right: 3px solid #60615f;
    }

    /***トップへ戻るボタン***/
    /* ボタンを右下に表示する */
    #page-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        background-color: green;
        border-radius: 50%;
    }
}

/*==========================================
============================================
 ここからpcのスタイル指定
===========================================*/

@media screen and (min-width:960px) {

    /*******************共通*****************/
    p.icon img {
        margin-top: 0%;
    }


    ul.g-nav {
        width: 70%;
    }

    .onlineshop {
        width: 60%;
    }

    .toiawase-kakusyu li img {
        width: 40%;
        height: auto;
    }

    /*******************pc　index*****************/
    .goaisatu {
        background-size: 25%;
    }

    .nouen-img img {
        width: 95%;
    }

    .nouen-img {
        width: 80%;
    }

    /*******************pc　アスパラ*****************/
    
    /*---------------pc　index-------------------*/
    .goaisatu {
        background-size: 35%;
    }

    .nouen-img img {
        width: 95%;
    }

    .nouen-img {
        width: 80%;
    }

    /*---------------pc　アスパラについて-------------------*/
    /*私たちのアスパラガス*/
    .in-text-left p {
        display: block;
        text-align: left;
        margin-top: 20px;
        width: 80%;
       margin: 10%;
        
    }

    .as-ouraspara-contents {
        background-size: 15%;
        background-repeat: no-repeat;
        background-position: top 80% right 5%;

    }

    .as-aisatu-text {
        margin-top: 3%;
    }

    .as-aisatu-text p {
        width: 60%;
    }

    .as-text-left p {
        display: inline-block;
        text-align: left;
        width: 70%;
    }

    .as-kodawari {
        width: 80%;
        margin: auto;
    }

    .as-rabel {
        padding-top: 5%;
    }

    .as-aspara-1yera-title h3 {
        margin-top: 10%;
    }

    .as-aspara-1year {
        margin: 20px 100px 0 100px;
    }

    .as-aspara-1year-text {
        margin-top: 1em;
    }

    .as-sagyou {
        width: 80%;
        margin: 0 auto;
        margin-top: 3%;
    }


    .as-hozon-contents {
        margin: 40px 200px;
    }

    .as-sagyou-contents {
        margin-top: 5%;
    }

    .as-yazirusi img {
        margin-top: 0px;
        width: 5%;
        height: auto;
    }

    .as-flexbox-hozon {
        flex-direction: column;
    }

    /*imgとtextを縦並びに戻す指定*/


    .as-hozon {
        display: flex;
        flex-direction: row;
        /*  justify-content: space-between;*/
        flex-wrap: wrap;
    }

    /*img+textで横並びにする指定*/

    .as-hozon-contents {
        width: 50%;
        margin: 5% 0px;
    }

    .as-hozon-contents p {
        margin: auto;
    }

    /*textをセンター揃え*/

    .as-hozon-contents-frypun img {
        width: 80%;
    }

    /*******************pc里芋*****************/


    .aisatu-text {
        margin-top: 20px;
        margin-left: 50px;
        width: 80%;

    }

    .sato-rabel {
        padding-top: 5%;
    }

    .sato-aboutsatoimo-text {
        text-align: left;
        width: 80%;
        margin: 50px auto;
    }

    .sato-flexbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 80%;
        margin-left: 50px;
    }

    .sato-satoimo-1year {
        display: flex;
        flex-direction: row;
        margin-left: 15%;

    }

    .sato-satoimo-1year img {
        width: 100%;
    }


}
