/*----------------------------------------------------------------------------*/
/* バナー */
#about section.banner {
    width: 100%;
    height: 400px;
    background-image: url(../img/about/banner.jpg);
    background-size: cover;
    background-position: center center;
}

#about section.banner h1 {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.25em;
    padding-bottom: 4px;
    margin: 86px 0 0 100px;
    border-bottom: solid 1px #fff;
}
#about section.banner p {
    font-size: 32px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 20px 0 0 100px;
    line-height: 1.75em;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #about section.banner {
        height: 240px;
        background-image: url(../img/about/banner.jpg);
        background-size: cover;
        background-position: center center;
    }
    #about section.banner h1 {
        font-size: 14px;
        letter-spacing: 0.25em;
        padding-bottom: 4px;
        margin: 40px 0 0 20px;
    }
    #about section.banner p {
        font-size: 24px;
        margin: 15px 0 0 20px;
    }
}

/*----------------------------------------------------------------------------*/
/* コンセプト */
#about section.concept {
    padding: 76px 0;
}
#about section.concept .content {
    text-align: center;
}
#about section.concept .content img.illust {
    margin: 60px 0;
}
#about section.concept .content p {
    font-size: 18px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 2em;
    letter-spacing: 0.15em;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #about section.concept {
        padding: 60px 0;
    }
    #about section.concept .content img.read {
        width: 80%;
    }
    #about section.concept .content img.illust {
        width: 60%;
        margin: 30px 0;
    }
    #about section.concept .content p {
        font-size: 14px;
        letter-spacing: 0.15em;
    }
}

/*----------------------------------------------------------------------------*/
/* 野菜をMOTTO商品 */
#about section.commodities {
    width: 100%;
    padding: 76px 0;
    background-color: #eeeeee;
}
#about section.commodities h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#about section.commodities div.item {
    box-sizing: border-box;
    width: 100%;
    height: 222px;
    margin: 40px auto 0 auto;
    background-color: #fff;
}

#about section.commodities div.item a {
    width: 100%;
    display: flex;
}

#about section.commodities div.item div.image {
    width: 50%;
    height: 222px;
    overflow: hidden;
    background-color: #efefef
}
#about section.commodities div.item div.image img {
    width: 120%;
    margin: -160px 0 0 -70px;
}
#about section.commodities div.item div.info {
    box-sizing: border-box;
    width:50%;
    height: 222px;
    padding: 40px 120px 40px 46px;
}
#about section.commodities div.item div.info h3 {
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
}
#about section.commodities div.item div.info ul {
    margin: 30px 0 0 0;
}
#about section.commodities div.item div.info ul li {
    position: relative;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
}
#about section.commodities div.item div.info ul li span {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
#about section.commodities div.item div.info ul li::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    xtop: -58%;
    top: 50%;
    xright: -91px;
    right: 10px;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}

#about section.commodities div.other_products {
    margin-top: 30px;
}
#about section.commodities div.other_products ul li {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 322px;
    height: 262px;
    background-color: #fff;
}
#about section.commodities div.other_products ul li div.image {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 180px;
    overflow: hidden;
}
#about section.commodities div.other_products ul li div.image img {
    width: 100%;
}
#about section.commodities div.other_products ul li div.image.image01 img {
    width: 105%;
    margin-top: -40px;
    margin-left: 0px;
}
#about section.commodities div.other_products ul li div.image.image02 img {
    width: 100%;
    margin-top: -20px;
    margin-left: 0px;
}
#about section.commodities div.other_products ul li div.image.image03 img {
    width: 100%;
    margin-top: -10px;
    margin-left: 0px;
}
#about section.commodities div.other_products ul li div.image p {
    position: absolute;
    top: 60px;
    left: 20px;
    font-size: 20px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
}
#about section.commodities div.other_products ul li div.info {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 82px;
    padding: 20px;
}
#about section.commodities div.other_products ul li div.info::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 20px;
    margin-top: -4px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}
#about section.commodities div.other_products ul li div.info h4 {
    font-size: 16px;
    font-weight: bold;
}
#about section.commodities div.other_products ul li div.info p {
    font-size: 12px;
    font-weight: normal;
}
#about section.commodities div.items_link {
    margin-top: 60px;
}
#about section.commodities div.items_link button {
    position: relative;
    width: 344px;
    height: 60px;
    border: solid 1px #000;
    font-size: 18px;
    background-color: initial;
}
#about section.commodities div.items_link button::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #about section.commodities {
        padding: 60px 0;
    }
    #about section.commodities div.item {
        position: relative;
        height: auto;
    }
    #about section.commodities div.item a {
        display: block;
    }
    #about section.commodities div.item div.image {
        width: 100%;
        height: 230px;
        overflow: hidden;
    }
    #about section.commodities div.item div.image img {
        width: 140%;
        height: auto;
        margin-left: -90px;
        margin-top: -100px;
    }
    #about section.commodities div.item div.info {
        width: 100%;
        height: auto;
        padding: 10px 10px;
    }
    #about section.commodities div.item div.info h3 {
        position: absolute;
        top: 160px;
        right: 10px;
        color: #fff;
        font-size: 20px;
    }
    #about section.commodities div.item div.info ul {
        margin: 0px 0 0 0;
    }
    
    #about section.commodities div.other_products ul {
        width: 100%;
        margin-top: 30px;
    }
    #about section.commodities div.other_products ul li {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        height: 100px;
        background-color: #fff;
        margin-bottom: 10px;
    }
    #about section.commodities div.other_products ul li div.image {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        margin: 10px;
        overflow: hidden;
    }
    #about section.commodities div.other_products ul li div.image.image01 img {
        width: auto;
        height: 150%;
        margin-top: -30px;
        margin-left: -80px;
    }
    #about section.commodities div.other_products ul li div.image.image02 img {
        width: auto;
        height: 150%;
        margin-top: -10px;
        margin-left: -70px;
    }
    #about section.commodities div.other_products ul li div.image.image03 img {
        width: auto;
        height: 150%;
        margin-top: -20px;
        margin-left: -50px;
    }
    #about section.commodities div.other_products ul li div.info {
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        padding: 15px 0 10px 100px;
    }
    #about section.commodities div.other_products ul li div.info p.sub {
        font-size: 13px;
        font-weight: bold;
    }
    #about section.commodities div.other_products ul li div.info h4 {
        font-size: 17px;
        font-weight: bold;
    }
    
    #about section.commodities div.items_link {
        display: none;
    }
}


/*----------------------------------------------------------------------------*/
/* ご購入方法 */
#about section.purchase_method {
    width: 100%;
    padding: 76px 0;
}
#about section.purchase_method .content {
    width: 780px;
}
#about section.purchase_method h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#about section.purchase_method button {
    position: relative;
    width: 275px;
    height: 40px;
    border: solid 1px #000;
    background-color: initial;
}
#about section.purchase_method button::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 8px;
    right: 10px;
    border-radius: 10px;
    background-color: #000;
}
#about section.purchase_method button::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 14px;
    right: 17px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
}

#about section.purchase_method div.onlilneshop {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    border: solid 1px #ccc;
    margin-top: 50px;
    padding: 50px 100px 0 100px;
}
#about section.purchase_method div.onlilneshop button {
    margin-top: 10px;
}

#about section.purchase_method div.other {
    margin-top: 40px;
}
#about section.purchase_method div.other div {
    box-sizing: border-box;
    width: 340px;
    height: 260px;
    text-align: center;
    
    border: solid 1px #ccc;
}
#about section.purchase_method div.other div.phone      { padding-top: 55px; }
#about section.purchase_method div.other div.fax        { padding-top: 25px; }
#about section.purchase_method div.other div.fax button { margin-top: 15px; }
#about section.purchase_method div.other div.matomete   { padding-top: 60px; }
#about section.purchase_method div.other div.matomete button    { margin-top: 15px; }
#about section.purchase_method div.other div.tenpode            { padding-top: 60px; }
#about section.purchase_method div.other div.tenpode button     { margin-top: 15px; }

/* スマフォ */
@media screen and (max-width: 767px){
    #about section.purchase_method {
        padding: 60px 0;
    }

    #about section.purchase_method .content {
        width: 100%;
    }
    
    #about section.purchase_method div.onlilneshop {
        box-sizing: border-box;
        width: 100%;
        height: 160px;
        border: none;
        margin-top: 50px;
        padding: 0px 10px 0 10px;
        text-align: center;
    }
    #about section.purchase_method div.onlilneshop div {
        margin: 0 auto;
    }
    #about section.purchase_method div.other {
        margin-top: 30px;
    }
    #about section.purchase_method div.other div {
        box-sizing: border-box;
        width: 80%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        border: none;
        border-top: solid 1px #ccc;
    }
    #about section.purchase_method div.other div.phone {
        padding: 35px 0 35px 0;
    }
    #about section.purchase_method div.other div.fax {
        padding: 35px 0 15px 0;
    }
    #about section.purchase_method div.other div.matomete {
        padding: 40px 0 50px 0;
    }
    #about section.purchase_method div.other div.tenpode {
        padding: 40px 0 10px 0;
    }
}


/*----------------------------------------------------------------------------*/
/* 店舗情報 */
#about section.shops {
    background-color: #f5f5f5;
    padding: 76px 0;
}
#about section.shops h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
}
#about section.shops h2 img {
    margin-top: 10px;
}
#about section.shops .content div.shops {
    margin-top: 40px;
}
#about section.shops .content div.shops div.image {
    width: 288px;
}
#about section.shops .content div.shops div.image img {
    width: 100%;
}

#about section.shops .content div.shops div.shop img {
    display: block;
}

#about section.shops .content div.shops div.shop div.info {
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    min-height: 240px;
}


#about section.shops .content div.shops div.shop div.address {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: 80px;
    font-size: 13px;
    line-height: 1.35em;
}

#about section.shops .content div.shops div.shop div.address h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 6px;
}

#about section.shops .content div.shops div.shop div.appendix {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    font-size: 13px;
    line-height: 1.5em;
}

#about section.shops .content div.shops div.shop div.appendix button.show_map {
    box-sizing: border-box;
    position: relative;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100px;
    height: 30px;
    border: solid 1px #000;
    text-align: center;
    padding : 4px 0;
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #fff;
    
    transition: all .3s ease-out;
}
#about section.shops .content div.shops div.shop div.appendix button.show_map::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    
    top: 50%;
    right: 10px;
    margin-top: -3px;
    margin-right: 0px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}
#about section.shops .content div.shops div.shop div.appendix button.show_map:hover {
    background-color: #000;
    color: #fff;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #about section.shops {
        padding: 60px 0;
    }
    #about section.shops .content div.shops {
        margin-top: 50px;
    }
    #about section.shops .content div.shops div.shop {
        width: 100%;
        margin-bottom: 16px;
    }
    #about section.shops .content div.shops div.image {
        width: 100%;
    }
    #about section.shops .content div.shops div.shop img {
        width: 100%;
    }
    #about section.shops .content div.shops div.shop div.address {
        height: auto;
        margin-bottom: 16px;
    }
    #about section.shops .content div.shops div.shop div.appendix button.show_map {
        width: 100%;
    }
}


/*----------------------------------------------------------------------------*/
/* 企業情報 */
#about section.company_information {
    background-color: #fff;
    padding: 76px 0;
}
#about section.company_information h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#about section.company_information h2 img {
    margin-top: 10px;
}
#about section.company_information div.information {
    margin-top: 40px;
}
#about section.company_information div.information div.description {
    width: 550px;
}
#about section.company_information div.information div.description p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8em;
}
#about section.company_information div.information div.image {
    display: block;
}
#about section.company_information div.information div.description button.ocean_princess {
    box-sizing: border-box;
    position: relative;
    width: 460px;
    height: 60px;
    background-color: initial;
    border: solid 1px #000;
    
    margin-top: 40px;
}
#about section.company_information div.information div.description button.ocean_princess::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 18px;
    right: 20px;
    border-radius: 10px;
    background-color: #000;
}
#about section.company_information div.information div.description button.ocean_princess::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 24px;
    right: 27px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
}

#about section.company_information div.access {
    background-color: #eeeeee;
    height: 200px;
    margin-top: 50px;
}
#about section.company_information div.access div.logo {
    display: inline-block;
    padding: 80px 0 0 60px;
}
#about section.company_information div.access div.address {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    width: 380px;
    height: 120px;
    padding-left: 40px;
    font-size: 16px;
    border-right: solid 1px #ccc;
    vertical-align: top;
    
    padding-top: 40px;
    margin-top: 36px;
}
#about section.company_information div.access div.eigyo {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    height: 120px;
    font-size: 14px;
    vertical-align: top;
    
    padding-top: 20px;
    margin-left: 48px;
    margin-top: 36px;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #about section.company_information {
        padding: 60px 0;
    }
    #about section.company_information div.information {
        margin-top: 20px;
    }
    #about section.company_information div.information div.image {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }
    #about section.company_information div.information div.image img {
        width: 100%;
        margin-top: -60px;
    }
    #about section.company_information div.information div.description {
        box-sizing: border-box;
        margin-top: 30px;
        padding: 0 10px;
        width: 100%;
    }
    #about section.company_information div.information div.description p {
        line-height: 2em;
    }
    #about section.company_information div.information div.description button.ocean_princess {
        width: 100%;
        height: 40px;
        margin-top: 30px;
        font-size: 3vw;
    }
    #about section.company_information div.information div.description button.ocean_princess::before {
        top: 8px;
        right: 20px;
    }
    #about section.company_information div.information div.description button.ocean_princess::after {
        top: 14px;
        right: 27px;
    }
    #about section.company_information div.access {
        margin-top: 40px;
        text-align: center;
        height: auto;
    }
    #about section.company_information div.access div.logo {
        display: inline-block;
        padding: 30px 0 0 0;
    }
    #about section.company_information div.access div.address {
        width: 80%;
        height: auto;
        margin: 0;
        padding: 10px 0 20px 0;
        font-size: 14px;
        
        border-right: none;
        border-bottom: solid 1px #ccc;
    }
    #about section.company_information div.access div.address span {
        font-size: 16px;
    }
    #about section.company_information div.access div.eigyo {
        width: 80%;
        height: auto;
        margin: 0 0 30px 0;
        padding: 16px 14px;
        text-align: left;
        
        border-bottom: solid 1px #ccc;
    }
}