<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body#top {
    background-size: auto 710px;
}

.col25 {
    width: 48%;
}

.col25:nth-child(2n+1) {
    margin-left: 0;
}


/* ヘッダー */

#header a {
    display: inline-block;
}

#header&gt;.in1200 {
    display: inherit;
    text-align: center;
}

#header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    margin: 0 auto 3px;
}

#header .logo .img {
    max-height: 48px;
    width: 150px;
    max-height: 100%;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo.market .img {
    position: relative;
    /* width: 250px; */
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

#header .logo.market .img img {
    max-height: 42px;
}

#header .contact {
    width: 100%;
    padding: 4px;
    background: rgba(255, 255, 255, .5);
    max-width: 300px;
    margin: auto;
}

#header .contact .tel {
    font-size: 24px;
}

#header .contact .tel a {
    pointer-events: inherit;
}

.logo.market h1 {
    line-height: 2.5em;
}

.back_shop {
    margin: 5px;
}


/* 直売所一覧ページへ */

#header .more {
    padding: 6px 12px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 121px;
}


/* スライド画像 */

.flexslider .slides {
    border: none;
    border-radius: 0;
}


/* バナー */

.bannar {
    max-width: 80%;
}


/* お知らせ */

#news&gt;.flex-around {
    flex-wrap: wrap;
}

.main_column {
    margin-right: 0;
}

.news_list .date {
    float: right;
}

.single-market .news_list .news_content {
    margin: 16px 0px;
    padding: 19px 25px;
    max-width: 100%;
}


/* 施設ガイド */

#about .flex-around&gt;div:last-child {
    width: 100%;
}

.market_child #about .flex-around&gt;div:last-child {
    margin-left: 0;
}

#about .flex-around&gt;div:last-child {
    width: auto;
}

.market_child #about .about {
    margin-top: 20px;
}

.market_child .about dt {
    width: 33%;
}

.market_child .about dd {
    width: 67%;
    padding: 6px 2px;
}

.market_child .about dd:nth-of-type(2n+1) {
    margin-right: 0;
}

.market_child .side_bar&gt;div:last-child {
    min-width: 280px;
}


/* サイドバー */

.side_bar {
    width: 100%;
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.side_bar&gt;div {
    width: 48%;
    margin-left: 0;
}

#main .side_bar .torezo {
    display: none;
}


/* イベントカレンダー */

iframe {
    max-width: 100%;
}


/* フッター */

#footer .flex-around {
    justify-content: flex-start;
}

#footer .contact div {
    margin: 0 10px 2px 0;
}


/* その他 */

.post-edit {
    display: none;
}


/* 画面幅ごとの調整 */

@media (max-width:799px) {
    /* ヘッダー */
    #header&gt;.in1200 {
        display: block;
    }
    #header .logo {
        /*display: inline-block;
        margin-right: 20px;*/
        display: inherit;
    }
    #header .contact .footer br {
        display: none;
    }
}</pre></body></html>