<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: 768px), print {
  .news__switch {
    color: #fff;
    background-color: #000;
  }
  .news__switch ul {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .news__switch ul:before, .news__switch ul:after {
    content: ' ';
    display: table;
  }
  .news__switch ul:after {
    clear: both;
  }
  .news__switch li {
    float: left;
    width: 157px;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: solid 1px #404040;
    border-right: solid 1px #404040;
  }
  .news__switch li:nth-child(8n-1) {
    border-right: none;
  }
  .news__switch li:nth-child(n+8) {
    border-bottom: none;
  }
  .news__switch a {
    display: block;
    padding: 10px 0;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    cursor: pointer;
  }
  .news__switch a:hover {
    opacity: .7;
  }
  .news__switch a.on {
    background-color: #fc0000;
  }
  .bnr-gourmet {
    display: none;
    margin-bottom: 40px;
  }
  .news__list {
    margin-top: 45px;
  }
  .pagination {
    margin-top: 63px;
  }
  .news__head {
    padding: 0 5px;
  }
  .news__head p {
    color: #be9664;
    line-height: 1;
    margin-bottom: 15px;
  }
  .news__head p span {
    display: inline-block;
    vertical-align: middle;
  }
  .news__head h3 {
    line-height: 1.3;
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 2px #000;
  }
  .news__data {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  .news__category {
    font-size: 1.8rem;
    margin-left: 1em;
  }
  .news .photo {
    text-align: center;
    margin-bottom: 20px;
  }
  .news__sns_links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .news__sns_links li {
    vertical-align: bottom;
  }
  .news__sns_links li + li {
    padding-left: 5px;
    padding-top: 4px;
  }
  .entry-content {
    font-size: 1.6rem;
    line-height: 2;
  }
  .entry-content .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry-content .flex .video-container {
    width: 100%;
    width: 49%;
    padding-top: 56.25%;
    padding-top: 28.12%;
    position: relative;
  }
  .entry-content .flex .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
  }
  .entry-content .flex figure {
    width: 49%;
  }
  .entry-content .flex figure img {
    max-width: 100%;
    height: auto;
  }
  .section_block {
    margin-top: 50px;
  }
  .btn {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .news__switch {
    position: relative;
    background-color: #5a5a5a;
    font-size: 4.42708vw;
  }
  .news__switch--toggle_btn {
    padding: 0 3.25521vw;
    cursor: pointer;
    height: 14.32292vw;
    line-height: 14.32292vw;
    position: relative;
    color: #fff;
  }
  .news__switch--toggle_btn:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 3.90625vw;
    font-size: 4.94792vw;
  }
  .news__switch ul {
    opacity: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #000;
  }
  .news__switch li {
    height: 14.32292vw;
    line-height: 14.32292vw;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
  }
  .news__switch a {
    display: block;
    padding: 0 3.25521vw;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
  }
  .news__switch a.on {
    background-color: #fc0000;
  }
  .bnr-gourmet {
    display: none;
    margin-bottom: 3.64583vw;
  }
  .news__list {
    padding: 1.5625vw 0;
  }
  .pagination {
    margin-top: 5.85938vw;
  }
  .news__head {
    padding: 3.25521vw 0.91146vw 0;
  }
  .news__head p {
    color: #be9664;
    line-height: 1;
    margin-bottom: 1.95312vw;
    font-size: 3.64583vw;
  }
  .news__head p span {
    display: inline-block;
    vertical-align: middle;
  }
  .news__head h3 {
    line-height: 1.3;
    font-size: 4.16667vw;
    padding-bottom: 2.60417vw;
    margin-bottom: 3.90625vw;
    border-bottom: solid 2px #000;
  }
  .news__data {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    letter-spacing: .1em;
  }
  .news__category {
    margin-left: 1em;
  }
  .news .photo {
    text-align: center;
    margin-bottom: 4.55729vw;
  }
  .news__sns_links {
    display: table;
    width: 100%;
    width: auto;
  }
  .news__sns_links &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .news__sns_links li + li {
    padding-left: 5px;
  }
  .entry-content {
    font-size: 3.64583vw;
  }
  .entry-content table {
    width: 100% !important;
    max-width: 100% !important;
  }
  .entry-content table img {
    height: auto;
    max-width: 100% !important;
  }
  .section_block {
    margin-top: 6.51042vw;
  }
  .section_block .btn {
    margin: 3.90625vw auto;
  }
}
</pre></body></html>