<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-style: normal;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    line-height: 140%;
}

div,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
map,
form,
fieldset,
blockquote,
input,
textarea table,
thead,
tbody,
tfoot,
caption,
th,
td,
br {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#head #gnav {
    overflow: hidden;
    width: 100%;
}

#head #gnav ul {
    display: flex;
    gap: 5px;
}

#head #gnav li a {
    display: block;
    height: 0;
    padding-top: 50px;
    font-size: 0.1em;
    overflow: hidden;
}

#head #gnav li.top_170521 {
    width: 25%;
}

#head #gnav li.top_170521 a {
    width: 100%;
    background: url(../images/cmn_nav_170521.png) center top no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#head #gnav li.next_170521 {
    width: 25%;
}

#head #gnav li.next_170521 a {
    width: 100%;
    background: url(../images/cmn_nav-02_170521.png) center top no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#head #gnav li.archives_170521 {
    width: 25%;
}

#head #gnav li.archives_170521 a {
    width: 100%;
    background: url(../images/cmn_nav-03_170521.png) center top no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#head #gnav li.bbs_170521 {
    width: 25%;
}

#head #gnav li.bbs_170521 a {
    width: 100%;
    background: url(../images/cmn_nav-04_240821.png) center top no-repeat;
    background-size: cover;
    border-radius: 5px;
}



body.default-page {
    background: #fff url(../images/default_bg045.jpg) repeat;
}

body.default-page #head {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    background: #fff;
}

body.default-page #head h1,
body.default-page #head h2 {
    display: none;
}

body.default-page #main {
    margin: 0 auto;
    padding-top: 5px;
    max-width: 980px;
    width: 100%;
    background: #fff;
}

body.default-page #main .main-content {
    background: #e4007f;
    padding: 20px;
}

body.default-page #main .main-content .content-title {
    height: 48px;
    background: #000 url(../images/default_ctitle_bg.png) right center no-repeat;
}

body.default-page #main .main-content .content-title h2 {
    font-size: 1.2rem;
    overflow: hidden;
    color: #fff;
    padding: 16px 50px;
}

#main .main-content.onair.onair-next .content-title h2 {
    width: auto;
    background: url(../images/onair/ctitle_icon_onair.png) 15px 50% no-repeat;
    background-size: 30px;
}

#main .main-content.onair.onair-archive .content-title h2 {
    width: auto;
    background: url(../images/onair/ctitle_icon_onair.png) 15px 50% no-repeat;
    background-size: 30px;
}


#main .main-content.onair .body {
    padding: 20px 30px 0;
}

.summary {
    color: #fff;
}

.summary_wrap {
    display: flex;
    gap: 5%;
}

.oadate {
    margin-bottom: .2em;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: bold;
}

.summary_img {
    width: 40%;
}

.subtitle {
    margin-bottom: .5em;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: bold;
}

.oacontent {
    font-size: 1.4em;
    line-height: 1.7em;
}

.summary_img img {
    width: 100%;
    border: 1px #fff solid;
}

.spotlist {
    margin-top: 30px;
}

.spotlist h4 {
    height: 0;
    padding-top: 48px;
    font-size: 0.1em;
    overflow: hidden;
    background: #6600cc url(../images/onair/ctitle_shoplist.png) 20px 50% no-repeat;
}

.spotlist .body {
    background: #fdffeb;
    padding: 0 20px !important;
    width: calc(100% - 40px);
    overflow: hidden;
}

.shop {
    display: block;
    margin-left: 0;
}

.shop h5 {
    font-size: 1.4em;
    line-height: 1em;
    color: #e4007f;
    font-weight: bold;
    padding: 10px 10px 10px 45px;
    background: #f9e4f0 url(../images/onair/icon_shop.png) 10px 50% no-repeat;
}

.shop-info {
    border-top: #e4007f 1px dashed;
    padding: 10px 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
}

.body .shoplist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

li.shop {
    display: block;
    margin-left: 0;
    width: calc(50% - 10px);
}

.shop-info dt {
    float: left;
    width: 106px;
    line-height: 1.6em;
    font-weight: bold;
}

.shop-info dd {
    padding-left: 110px;
    line-height: 1.6em;
}

.shop-info dd a span {
    background: #6600cc;
    color: #fff;
    padding: 0.3em 0.5em;
    border-radius: 0.5em;
}

@media screen and (max-width: 800px) {
    .body .shoplist {
        display: block;
    }

    li.shop {
        width: calc(100% - 10px);
    }

    .spotlist .body {
        background: #fdffeb;
        padding: 0 10px !important;
        width: calc(100% - 20px);
        overflow: hidden;
    }

    .shop-info {
        padding: 10px 5px;
    }

    .shop-info dt {
        float: none;
        width: none;
        line-height: 1.6em;
        font-weight: bold;
    }

    .shop-info dd {
        padding-left: 0;
        line-height: 1.6em;
    }

    .shop-info dd a span {
        padding: 0.2em 0.5em;
        border-radius: 0.2em;
        display: block;
        text-align: center;
    }
}


.cooking {
    margin-top: 30px;
    color: #333;
    width: 100% !important;
}

.cooking h5 {
    margin-left: 0 !important;
}

.cooking_box {
    padding: 3% !important;
    width: unset !important;
    margin-left: 0 !important;
}

.cooking_box ul {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: unset !important;
}

.cooking_box ul li {
    width: calc(50% - 10px) !important;
}

.digest {
    margin: 30px auto;
    border-top: 1px dashed #231815;
    border-bottom: 1px dashed #231815;
    overflow: hidden;
}

.digest_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px auto;
}

.digest_flex li {
    padding: 15px 20px;
    background: #231815;
    color: #fff;
    width: calc(50% - 55px);
}

.digest_flex li h5 {
    margin-bottom: 1em;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
}

.digest_flex .image img {
    width: 100%;
}

.digest_flex .text {
    margin-top: 1em;
    font-size: 1.4em;
    line-height: 1.4em;
}

.sp_summary,
.sp_block {
    display: none;
}

.backnum .onair {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #251815;
    gap: 5%;
}

.backnum .text {
    width: calc(65%)
}

.backnum .text .oadate a,
.backnum .text .subtitle a {
    color: #fff;
}

.backnum .text .see-detail a {
    margin-top: 10px;
    display: block;
    padding: 0.6em;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5em;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    background: #231815;
    border-radius: 10px;
}

.backnum .image {
    width: calc(30%)
}

.backnum .oacontent {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nav.month {
    padding: 1%;
    background: #fff;
    text-align: center;
}

.fashion {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 40px;
    margin-left: 0;
    padding: 15px 20px;
    background: #fff url(../images/onair/fashon_bg.jpg) left center repeat;
    border-radius: 10px;
    border: 2px solid #fff;
}

.fashion h4 {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 112px;
    height: 0;
    padding-top: 112px;
    font-size: 0.1em;
    overflow: hidden;
    background: url(../images/onair/fashion_title.png) center top no-repeat;
}

.fashion p {
    padding-left: 85px;
    color: #231815;
    font-size: 1.4em;
    line-height: 1.5em;
}

.itemlist {
    margin-top: 30px;
    margin-bottom: 20px;
}

.itemlist h4 {
    padding: 0.5em 10px 0.5em 40px;
    background: #6600cc url(../images/onair/ctitle_icon_shop.png) 10px 50% no-repeat;
    background-size: 22px;
    text-shadow: none;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.itemlist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5%;
}

.itemlist ul li {
    width: 33%;
}

.itemlist ul li img {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .itemlist h4 {
        font-size: 14px;
    }
    .itemlist ul li {
        width: calc(50% - 2px);
    }
}

@media screen and (max-width:640px) {
    .sp_block {
        display: block;
    }

    #head #gnav {
        width: 100%;
        background: #e4007f;
        overflow: hidden;
        border-bottom: 0px;
    }

    #head #gnav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        border: 1px solid #fff;
    }

    #head #gnav li a {
        display: block;
        height: unset;
        font-size: 1.5em;
        overflow: hidden;
        padding: 15px;
        color: #fff;
    }

    #head #gnav li.top_170521,
    #head #gnav li.next_170521,
    #head #gnav li.archives_170521,
    #head #gnav li.bbs_170521 {
        width: calc(50% - 1px);
    }

    #head #gnav li.top_170521,
    #head #gnav li.archives_170521 {
        border-right: 1px solid #fff;
    }

    #head #gnav li.top_170521,
    #head #gnav li.next_170521 {
        border-bottom: 1px solid #fff;
    }

    #head #gnav li.top_170521 a,
    #head #gnav li.next_170521 a,
    #head #gnav li.archives_170521 a,
    #head #gnav li.bbs_170521 a {
        width: 100%;
        background: unset;
        border-radius: 0;
        text-decoration: none;
    }

    #main .main-content.onair .body {
        padding: 20px 20px;
    }

    body.default-page #main {
        padding-top: 0;
    }

    body.default-page #main .main-content {
        padding: 20px 0;
    }

    body.default-page #main .main-content .content-title {
        height: unset;
    }

    #main .main-content.onair.onair-next .content-title h2 {
        width: auto;
        background: #231815 url(../images/onair/ctitle_icon_onair.png) 15px 50% no-repeat;
        background-size: 30px;
        padding: 10px 60px;
        line-height: 1.1;
    }

    .backnum .oadate,
    .backnum .subtitle,
    .backnum .oacontent,
    .backnum .text .see-detail a {
        font-size: 18px !important;
    }

    .backnum .oacontent,
    .backnum .text .see-detail a {
        font-size: 12px !important;
    }

    .summary_wrap {
        display: block;
    }

    .summary_img {
        width: 100%;
    }

    .cooking h5,
    .cooking p,
    .cooking p.shop {
        font-size: 18px !important;
    }

    .cooking_box ul li {
        width: calc(100% - 10px) !important;
    }

    .digest_flex {
        display: block;
    }

    .digest_flex li {
        margin-bottom: 30px;
        width: calc(100% - 40px);
    }

    #backnum_list .body {
        padding: 20px 0 !important;
    }

    .backnum .oacontent {
        font-size: 12px;
    }

    .fashion {
        margin: 15px 0 0 0;
        padding: 10px;
        border: dashed 1px #fff;
        font-size: none;
        line-height: 1.5em;
        color: #fff;
        text-shadow: none;
        background: none;
        border-radius: 0;
    }

    .fashion h4 {
        background: none;
    }

    .fashion p {
        padding-left: 0;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.5em;
    }
}

@media screen and (max-width:480px) {

    .backnum .onair {
        display: block;
    }

    .backnum .image {
        width: calc(80%);
        margin: 0 auto;
    }
    .backnum .text {
        width: calc(100%);
    }
    .backnum .oadate,
    .backnum .subtitle,
    .backnum .oacontent {
        font-size: 4vw !important;
    }

    .cooking h5,
    .cooking p,
    .cooking p.shop {
        font-size: 4vw !important;
    }
}

@media screen and (min-width:641px) {
#backnum_nav {
    display: none;
}
}
@media screen and (max-width:640px) {
    body.default-page #main {
        background: #e4007f;

    }
#backnum_nav {
    padding: 2% 0;
    text-align: center;
    background: #e4007fe8;
    font-size: 20px;
}
#backnum_nav a {
    text-decoration: none;
    color: #fff;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}
#backnum_list {
    position: relative;
    z-index: 5;
    background: #e4007f;
}
}

html {
    scroll-behavior: smooth;
}</pre></body></html>