<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (min-width: 900px) {
    .pc-menu {
        display: block;
    }

    /*-------------------------*/
    /*  header                 */
    /*-------------------------*/
    header .header-inner .logo {
        max-width: 15vw;
    }

    header .header-inner {
        max-width: 1200px;
        margin: 0 auto 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
    }

    header::after {
        content: "";
        position: absolute;
        background-color: #ef7cb0;
        height: 8px;
        right: 0;
        top: 0;
        left: 0;
        z-index: 1;
    }

    header .header-inner .pc-menu .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .header-inner .pc-menu .nav ul {
        display: flex;
        color: #c5c5c5;
        line-height: 1.2;
    }

    header .header-inner .pc-menu .nav ul:first-child {
        width: 90%;
    }

    header .header-inner .pc-menu .nav ul:last-child {
        width: 35%;
        /*「依頼」「応援する」二つを表示するときに使用*/
        width: 25%;
    }

    header .header-inner .pc-menu .nav ul:first-child li {
        margin: 0 10px;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    header .header-inner .pc-menu .nav ul span {
        font-size: 16px;
        display: inline-block;
        color: #ef7cb0;
        background-image: url(../images/common/icon_event1a.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: 0 0%;
        padding-left: 20px;
    }

    header .header-inner .pc-menu .nav ul:first-child li:nth-child(2) span {
        background-image: url(../images/common/icon_grume1a.svg);
    }

    header .header-inner .pc-menu .nav ul:first-child li:nth-child(3) span {
        background-image: url(../images/common/icon_location2a.svg);
        background-size: 12px;
    }

    header .header-inner .pc-menu .nav ul:first-child li:nth-child(4) span {
        background-image: url(../images/common/icon_star2a.svg);
    }

    header .header-inner .pc-menu .nav ul:first-child li:nth-child(5) span {
        background-image: url(../images/common/icon_pin1a.svg);
    }

    header .header-inner .pc-menu .nav ul:last-child {
        border-left: 1px solid #ccc;
    }

    header .header-inner .pc-menu .nav ul:last-child li span {
        background-repeat: no-repeat;
        background-size: 26px;
        font-size: 12px;
        background-position: 70% 0%;
        padding-top: 20px;
    }

    header .header-inner .pc-menu .nav ul:last-child li span.cheer {
        background-image: url(../images/common/icon_heart2a.svg);
    }

    header .header-inner .pc-menu .nav ul:last-child li span.search {
        background-image: url(../images/common/icon_search1a.svg);
    }

    header .header-inner .pc-menu .nav ul:last-child li span.request {
        background-image: url(../images/common/icon_memo2a.svg);
    }

    /*-------------------------*/
    /* EventList               */
    /*-------------------------*/
    #PAGES main .content .EventList .TwoColumn .SideImg .unit .detail {
        margin-left: 30px;
        width: 70%;
    }

    #PAGES main .content .EventList .TwoColumn .SideImg .unit .img img {
        height: 160px;
        margin-bottom: 25px;
    }

    #PAGES main .content .EventList .TwoColumn .SideImg .unit .img {
        width: 30%;
    }
}

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

    /*-------------------------*/
    /*  topics                 */
    /*-------------------------*/
    main .content .topics .unit {
        display: flex;
    }

    main .content .topics .unit .img {
        width: 45%;
    }

    main .content .topics .unit .info {
        width: 55%;
        padding-left: 15px;
    }

    /*===============================

	PAGES

    ================================*/
    /*-------------------------*/
    /* 2column                 */
    /*-------------------------*/
    #PAGES main .content .TwoColumn {
        display: flex;
    }

    #PAGES main .content .EventList .TwoColumn,
    #PAGES main .content .Gourmet .TwoColumn,
    #PAGES main .content .Spot .TwoColumn {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    #PAGES main .content .TwoColumn .column1,
    #PAGES main .content .EventList .TwoColumn .column1 {
        width: 70%;
        margin-right: 50px;
    }

    /* #PAGES main .content .EventList.news .TwoColumn .column1 {
        width: 85%;
    } */

    #PAGES main .content .Gourmet .TwoColumn .column1,
    #PAGES main .content .Spot .TwoColumn .column1 {
        margin-right: 0;
    }

    #PAGES main .content .EventList .TwoColumn .column1,
    #PAGES main .content .Gourmet .TwoColumn .column1,
    #PAGES main .content .Spot .TwoColumn .column1 {
        margin-left: 3%;
    }

    #PAGES main .content .TwoColumn .side.Wauto,
    #PAGES main .content .Gourmet .TwoColumn .side.Wauto,
    #PAGES main .content .Spot .TwoColumn .side.Wauto {
        width: auto;
    }

    #PAGES main .content .TwoColumn .side,
    #PAGES main .content .EventList .TwoColumn .side {
        width: 30%;
    }

    #PAGES main .content .TwoColumn .column1 .img {
        max-width: 500px;
    }

    #PAGES main .content .TwoColumn {
        padding: 20px;
    }

    #PAGES main .content .TwoColumn .BasicInfo {
        border-radius: 15px;
    }

    main .content .tokushu-PC .unit {
        margin-bottom: 25px;
    }

    main .content .side .Bnr_01 .wrapper {
        display: block;
        padding: 0;
    }

    main .content .side .Bnr_01 .wrapper .img {
        /* width: 70%; */
        width: 100%;
        border-right: 0;
    }

    main .content .side .Bnr_01 .wrapper .img:first-child {
        padding: 30px 0 0;
        border-right: 0;
    }

    main .content .side .Bnr_01 .wrapper .img img {
        /* max-width: 100%; */
    }

    main .content .side .Bnr_01 .wrapper .img:last-of-type {
        margin-bottom: 0;
    }

    #PAGES main .content .BasicInfo .info dt {
        width: 20%;
    }

    #PAGES main .content .BasicInfo .info dd {
        width: 90%;
    }

    main .content .Bnr_01 .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
    }

    main .content .Bnr_01 .wrapper .img:first-of-type {
        border-right: 1px solid #ccc;
    }

    /*-------------------------*/
    /* EventList               */
    /*-------------------------*/
    #PAGES main .content .EventList .TwoColumn .SideImg .unit .detail {
        margin-left: 15px;
        width: 80%;
    }

    #PAGES main .content .EventList .TwoColumn .SideImg .unit .img img {
        height: 130px;
        margin-bottom: 25px;
    }

    #PAGES main .content .EventList .TwoColumn .SideImg .unit .img {
        width: 20%;
    }


    /*-------------------------*/
    /*  Gourmet/Spot(個別ページ) */
    /*-------------------------*/
    .gallery-list img {
        height: 10vw;
    }

}

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

    /*===============================

	TOP

    ================================*/
    /*-------------------------*/
    /*  MV                     */
    /*-------------------------*/
    #TOP main .MainVisual.pc-only {
        display: block;
    }

    #TOP main .MainVisual.sp-only {
        display: none;
    }

    #TOP main .MainVisual.pc-only {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    #TOP main .MainVisual .SlideMV {
        width: 50%;
    }


    #TOP main .MainVisual .BnrMV {
        width: 50%;
    }

    #TOP main .MainVisual .BnrMV ul {
        display: flex;
        flex-wrap: wrap;
    }

    #TOP main .MainVisual .BnrMV ul li {
        width: 50%;
    }

    /*===============================

	common

    ================================*/
    /*-------------------------*/
    /*  only                   */
    /*-------------------------*/
    .pc-only {
        display: block;
    }

    .sp-only {
        display: none;
    }

    /*-------------------------*/
    /*  width                  */
    /*-------------------------*/
    .W800 {
        max-width: 800px;
        margin: 0 auto;
    }

    .W900 {
        max-width: 900px;
        margin: 0 auto;
    }

    .W1000 {
        max-width: 1000px;
        margin: 0 auto;
    }

    .W1200 {
        max-width: 1200px;
        margin: 0 auto;
    }

    /*-------------------------*/
    /*  title                  */
    /*-------------------------*/
    .title {
        /* width: 700px;
        margin: 0 auto 30px; */
    }

    /*-------------------------*/
    /*  Btn                    */
    /*-------------------------*/
    .MoreBtn {
        font-size: 16px;
    }

    .Btns .MoreBtn {
        width: 250px;
        margin: 0 40px;
    }

    /*-------------------------*/
    /*  card_01                */
    /*-------------------------*/
    /* slick slider arrow */
    .card_01 .slick-prev,
    .card_01 .slick-next {
        top: 180px;
    }

    /* トップイベント */
    .card_01 .slick-prev {
        left: calc(50% - 38vw);
    }

    .card_01 .slick-next {
        right: calc(50% - 38vw);
    }

    /* おすすめグルメ */
    .Recommend-G .card_01 .slick-prev,
    .Recommend-G .card_01 .slick-next {
        top: 130px;
    }

    .Recommend-G .card_01 .slick-prev {
        left: calc(48% - 12vw);
    }

    .Recommend-G .card_01 .slick-next {
        right: calc(48% - 12vw);
    }

    /* サイドのスライド */
    .Recommend-G,
    main .content .card_01 .wrapper {
        width: 85%;
        margin: 0 auto;
    }

    /* グルメ個別；イベント表示 */
    .card-slide2.card_01 .slick-prev,
    .card-slide2.card_01 .slick-next {
        top: 120px;
    }

    .card-slide2.card_01 .slick-prev {
        left: calc(0% - 0vw);
    }

    .card-slide2.card_01 .slick-next {
        right: calc(0% - 0vw);
    }

    /* イベント個別；関連スポット表示 */
    .Event .card_01 .slick-prev,
    .Event .card_01 .slick-next {
        top: 160px;
    }

    .Event .card_01 .slick-prev {
        left: calc(0% - 0vw);
    }

    .Event .card_01 .slick-next {
        right: calc(0% - 0vw);
    }

    /* スポット個別；関連イベント表示 */
    .Spot .card_01 .slick-prev,
    .Spot .card_01 .slick-next {
        top: 145px;
    }

    .Spot .card_01 .slick-prev {
        left: calc(0% - 0vw);
    }

    .Spot .card_01 .slick-next {
        right: calc(0% - 0vw);
    }

    /*-------------------------*/
    /*  ranking_01            */
    /*-------------------------*/
    main .content .ranking_01 .unit {
        display: block;
    }

    /*-------------------------*/
    /*  ranking_02             */
    /*-------------------------*/
    main .content .ranking {
        display: flex;
    }

    main .content .ranking .inner {
        width: 50%;
    }

    /*-------------------------*/
    /*  ranking_03             */
    /*-------------------------*/
    main .content .ranking_03 .unit .img {
        width: 35%;
    }

    main .content .ranking_03 .unit .info {
        width: 65%;
    }

    /*-------------------------*/
    /*  tokushu                */
    /*-------------------------*/
    main .content .tokushu-slide {
        display: flex;
        justify-content: center;
    }

    main .content .tokushu .unit a {
        display: block;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 15px;
        margin: 0 5px;
    }

    main .content .tokushu .unit .info {
        width: 100%;
        padding-left: 0px;
    }

    main .content .tokushu .unit .img {
        width: 100%;
    }

    main .content .tokushu .img,
    main .content .tokushu .info p {
        margin-bottom: 10px;
    }

    main .content .tokushu .sp-only .info p:first-of-type {
        font-size: 18px;
        font-weight: 700;
    }

    main .content .tokushu .img img {
        border-radius: 10px;
    }

    main .content .tokushu .unit .info p:last-of-type {
        font-size: 12px;
    }

    main .content .tokushu .img img,
    main .content .tokushu-SP .img img {
        border-radius: 5px;
    }

    main .content .tokushu.wrapper a:first-of-type {
        width: 50%;
    }

    main .content .tokushu.wrapper a:last-of-type {
        margin: 0 auto;
    }

    /* slick slider arrow */
    .tokushu .slick-prev,
    .tokushu .slick-next {
        z-index: 1;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #ef7cb0;
        top: 100px;
    }

    .tokushu .slick-prev {
        left: -8px;
    }

    .tokushu .slick-next {
        right: -8px;
    }

    .tokushu .slick-prev:before {
        opacity: 1;
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        transform: rotate(225deg);
        position: absolute;
        top: 0px;
        left: 12px;
        bottom: 0;
        margin: auto;
    }

    .tokushu .slick-next:before {
        opacity: 1;
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 0px;
        right: 12px;
        bottom: 0;
        margin: auto;
    }

    .tokushu .slick-prev:hover,
    .tokushu .slick-next:hover {
        background-color: #ef7cb0;
    }

    /*-------------------------*/
    /*  Bnr_01                 */
    /*-------------------------*/
    main .content .Bnr_01 .bg {
        background-color: #EBEAEA;
    }

    main .content .Bnr_01 .wrapper .img {
        margin: 0 auto 0px;
        background-color: transparent;
        padding: 30px 0;
        text-align: center;
        width: 50%;
    }

    /* main .content .Bnr_01 .wrapper .img img {
        max-width: 70%;
    } */

    /*-------------------------*/
    /*  Bnr_02                 */
    /*-------------------------*/
    main .content .Bnr_02 .wrapper {
        flex-wrap: wrap;
    }

    main .content .Bnr_02 .wrapper:after {
        display: block;
        content: "";
        width: 420px;
    }

    main .content .Bnr_02 .wrapper .img {
        max-width: 200px;
        margin-bottom: 15px;
    }

    main .content .Bnr_02 p {
        text-align: center;
    }

    /*-------------------------*/
    /*  header                 */
    /*-------------------------*/
    header .header-inner .logo {
        max-width: 200px;
    }

    /*-------------------------*/
    /*  footer                 */
    /*-------------------------*/
    footer {
        bottom: 0px;
        height: auto;
    }

    footer .footer-inner .wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }

    footer .footer-inner .wrapper .info {
        width: 40%;
        color: #414141;
    }

    footer .footer-inner .wrapper .info .logo {
        max-width: 250px;
        margin-bottom: 20px;
    }

    footer .footer-inner .wrapper .info ul ul {
        display: flex;
    }

    footer .footer-inner .wrapper .info ul ul li {
        margin-right: 20px;
    }

    footer .footer-inner .wrapper .info ul li {
        background-repeat: no-repeat;
        background-size: 15px;
        padding-left: 25px;
        background-position: 0 50%;
    }

    footer .footer-inner .wrapper .info ul li:first-child {
        background-image: url(../images/common/icon_person1.svg);
    }

    footer .footer-inner .wrapper .info ul.unit li.search {
        background-image: url(../images/common/icon_search1.svg);
    }

    footer .footer-inner .wrapper .info ul.unit li.cheer {
        background-image: url(../images/common/icon_heart2.svg);
    }

    footer .footer-inner .wrapper .info ul.unit li.request {
        background-image: url(../images/common/icon_memo2.svg);
    }

    footer .footer-inner .SiteMap {
        width: 60%;
    }

    footer .footer-inner .SiteMap ul {
        display: flex;
        flex-wrap: wrap;
    }

    /*===============================

	#TOP

    ================================*/
    /*-------------------------*/
    /*  TOP:news               */
    /*-------------------------*/
    /* main .content .news .article {
        width: 70%;
    } */

    main .content .news dl dt {
        display: inline-flex;
        align-items: flex-start;
        justify-content: space-around;
        width: 50%;
        max-width: 200px;
    }

    #TOP main .content .news dl dt {
        width: 30%;
    }

    main .content .news dl dt span {
        margin-left: 10px;
        width: 250px;
        max-width: 250px;
    }

    main .content .news dl dd {
        /* width: 80%; */
        max-width: 100%;
        /* width: 500px; */
    }


    main .content .news dl dd a {
        display: block;
        width: 100%;
    }

    /*===============================

	#PAGES

    ================================*/
    /*-------------------------*/
    /*  Gourmet/Spot(個別ページ) */
    /*-------------------------*/
    /* クリック画像切り替え */
    .gallery-list,
    .gallery-img img {
        max-width: 85%;
    }

    /*-------------------------*/
    /*  Special                */
    /*-------------------------*/
    #PAGES main .content .TwoColumn .column1 .article .EyeCatch {
        max-width: 100%;
    }

    #PAGES main .content .TwoColumn .column1 .article .wrapper {
        display: flex;
    }

    #PAGES main .content .TwoColumn .column1 .article .wrapper .img {
        width: 40%;
        margin-right: 20px;
    }

    #PAGES main .content .TwoColumn .column1 .article .wrapper .info {
        width: 60%;
    }
}</pre></body></html>