/* ============== .newsSec ============== */
.newsSec
{
    position: relative;
    z-index: 0;

    padding: 150px 0 200px;

    background-color: #fdf7f0;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec
    {
        padding: 7.8125vw 0 10.41667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec
    {
        padding: 11.71875vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec
    {
        padding: 16vw 0;
    }
}

.newsSec::before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/img_bg.png);
    background-repeat: repeat-y;
    background-position: center;
    background-position: top left;
    background-size: cover;

    inset: 0;
}

.newsSec__inner
{
    position: relative;
    z-index: 1;

    width: 1672px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__inner
    {
        width: 87.08333vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__inner
    {
        width: 92vw;
    }
}

.newsSec__cont
{
    width: 100%;
    padding-top: 60px;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__cont
    {
        padding-top: 3.125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__cont
    {
        padding-top: 3.90625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__cont
    {
        padding-top: 8vw;
    }
}

.newsSec__tabWrp
{
    width: 1410px;
    margin: 0 auto;
    padding: 35px 0 40px;

    border-top: 1px solid #93856a;
    border-bottom: 1px solid #93856a;
    background-color: rgba(255, 255, 255, .6);
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__tabWrp
    {
        width: 73.4375vw;
        padding: 1.82292vw 0 2.08333vw;

        border-top: .05208vw solid #93856a;
        border-bottom: .05208vw solid #93856a;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__tabWrp
    {
        padding: 1.95312vw 0 2.44141vw;

        border-top: .09766vw solid #93856a;
        border-bottom: .09766vw solid #93856a;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__tabWrp
    {
        width: 100%;
        padding: 5.33333vw 0;
    }
}

.newsSec__tabTtl
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;

    letter-spacing: .1em;
}

.newsSec__tabBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    gap: 30px;
    list-style-type: none;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__tabBox
    {
        margin-top: 1.5625vw;
      gap: 1.5625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__tabBox
    {
        margin-top: 1.95312vw;
      gap: 2.53906vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__tabBox
    {
        margin-top: 5.33333vw;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 5.33333vw 3.46667vw;
    }
}

.newsSec__tabBox .webgene-blog
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    list-style-type: none;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
   gap: 30px;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__tabBox .webgene-blog
    {
      gap: 1.5625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__tabBox .webgene-blog
    {
      gap: 2.53906vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__tabBox .webgene-blog
    {

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 5.33333vw 3.46667vw;
    }
}

.newsSec__tabBox .webgene-item
{
    cursor: pointer;
}

.newsSec__tabBox .webgene-item a
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
display: block;
    padding: 2px 20px 2px 20px;

    letter-spacing: .1em;
   font-size: 18px;
    border: 1px solid #070707;
    background-color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__tabBox .webgene-item a
    {
        padding: .10417vw 1.04167vw .10417vw 1.04167vw;
   font-size: 0.9375vw;
        border: .05208vw solid #070707;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__tabBox .webgene-item a
    {
        padding: .19531vw 1.17188vw .19531vw 1.17188vw;
 font-size: 1.5625vw;
        border: .09766vw solid #070707;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__tabBox .webgene-item a
    {
        padding: .26667vw 3.46667vw .26667vw 3.46667vw;
 font-size: 3.73333vw;
        border: .13333vw solid #070707;
    }
}

.newsSec__tabBox .webgene-item p
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    padding: 2px 20px 2px 20px;

    letter-spacing: .1em;
   font-size: 18px;
    border: 1px solid #070707;
    background-color: #fff;
  display: block;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__tabBox .webgene-item p
    {
        padding: .10417vw 1.04167vw .10417vw 1.04167vw;
        font-size: 0.9375vw;
        border: .05208vw solid #070707;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__tabBox .webgene-item p
    {
        padding: .19531vw 1.17188vw .19531vw 1.17188vw;
 font-size: 1.5625vw;
        border: .09766vw solid #070707;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__tabBox .webgene-item p
    {
        padding: .26667vw 3.46667vw .26667vw 3.46667vw;
 font-size: 3.73333vw;
        border: .13333vw solid #070707;
    }
}

/* カテゴリカラー（通常時） */
.newsSec__tabBox .webgene-item a.news__tabBg--2 {
    color: #93856A;
    border-color: #93856A;
}

.newsSec__tabBox .webgene-item a.news__tabBg--3 {
    color: #B05855;
    border-color: #B05855;
}

.newsSec__tabBox .webgene-item a.news__tabBg--4 {
    color: #BCAC53;
    border-color: #BCAC53;
}

.newsSec__tabBox .webgene-item a.news__tabBg--5 {
    color: #5F6F7A;
    border-color: #5F6F7A;
}


@media print, screen and (max-width: 1920px) {

    .newsSec__tabBox .webgene-item a.news__tabBg--2 {
        border-color: #93856A;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--3 {
        border-color: #B05855;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--4 {
        border-color: #BCAC53;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--5 {
        border-color: #5F6F7A;
    }

}

@media print, screen and (max-width: 1025px) {

    .newsSec__tabBox .webgene-item a.news__tabBg--2 {
        border-width: .09766vw;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--3 {
        border-width: .09766vw;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--4 {
        border-width: .09766vw;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--5 {
        border-width: .09766vw;
    }

}

@media print, screen and (max-width: 430px) {

    .newsSec__tabBox .webgene-item a.news__tabBg--2 {
        border-width: .13333vw;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--3 {
        border-width: .13333vw;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--4 {
        border-width: .13333vw;
    }

    .newsSec__tabBox .webgene-item a.news__tabBg--5 {
        border-width: .13333vw;
    }

}
/* すべて選択中 */
.newsSec__tabBox > .webgene-item.is-active p {
    color: #fff;
    background-color: #070707;
}


/* カテゴリ選択中 */
.newsSec__tabBox .webgene-item a.news__tabBg--2.is-active {
    color: #fff;
    background-color: #93856A;
}

.newsSec__tabBox .webgene-item a.news__tabBg--3.is-active {
    color: #fff;
    background-color: #B05855;
}

.newsSec__tabBox .webgene-item a.news__tabBg--4.is-active {
    color: #fff;
    background-color: #BCAC53;
}

.newsSec__tabBox .webgene-item a.news__tabBg--5.is-active {
    color: #fff;
    background-color: #5F6F7A;
}

.newsSec__itemWrp section
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 100px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 84px 60px;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__itemWrp section
    {
        margin-top: 5.20833vw;

        gap: 4.375vw 3.125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__itemWrp section
    {
        margin-top: 4.88281vw;

        gap: 3.90625vw 2.05078vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__itemWrp section
    {
        margin-top: 10.66667vw;

        gap: 8vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__itemWrp .webgene-blog .webgene-item
    {
        width: 100%;
    }
}

.newsSec__item
{
    display: block;

    width: 502px;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__item
    {
        width: 26.14583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__item
    {
        width: 27.63672vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__item
    {
        width: 100%;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__item:last-child
    {
        margin-bottom: 0;
    }
}

@media (any-hover: hover)
{
    .newsSec__item:hover .newsSec__img img
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    .newsSec__item:hover .newsSec__date
    {
        opacity: .6;
    }
    .newsSec__item:hover .newsSec__txt
    {
        opacity: .6;
    }
}

.newsSec__img
{
    overflow: hidden;

    width: 100%;
    height: 280px;

    -webkit-transition: .3s;
            transition: .3s;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__img
    {
        height: 14.58333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__img
    {
        height: 15.42969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__img
    {
        height: 51.2vw;
    }
}

.newsSec__img img
{
    display: block;

    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.newsSec__wrp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__wrp
    {
        margin-top: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__wrp
    {
        margin-top: 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__wrp
    {
        margin-top: 4vw;
    }
}

.newsSec__date
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;

    margin-right: 20px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: left;
    letter-spacing: .1em;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__date
    {
        margin-right: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__date
    {
        margin-right: 1.17188vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__date
    {
        margin-right: 3.2vw;
    }
}

.newsSec__catSpan[data-category="営業情報"] {
  background-color: #93856a;
}

.newsSec__catSpan[data-category="イベント・特典"] {
  background-color: #b05855;
}

.newsSec__catSpan[data-category="メニュー"] {
  background-color: #bcac53;
}

.newsSec__catSpan[data-category="その他"] {
  background-color: #5f6f7a;
}

.newsSec__catSpan{
  font-family: 'Zen Old Mincho', serif;
    font-weight: 700;

    padding: 1px 20px 1px 20px;

    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__catSpan
    {
         padding: .05208vw 1.04167vw .05208vw 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__catSpan
    {
         padding: .19531vw 1.17188vw .19531vw 1.17188vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__catSpan
    {
        padding: .4vw 2.66667vw .4vw 2.66667vw;
    }
}

.newsSec__txt
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;
    line-height: 1.8;

    margin-top: 15px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: left;
    letter-spacing: .05em;
}

@media print, screen and (max-width: 1920px)
{
    .newsSec__txt
    {
        margin-top: .78125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .newsSec__txt
    {
        margin-top: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .newsSec__txt
    {
        margin-top: 2.4vw;
    }
}

/*ページャー*/
.webgene-pagination{
  margin: 0 auto;
  width: 100%;
}

.webgene-pagination ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    margin: 0px;
    -webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
    padding-inline-start: 0px;
	gap: 30px;
}

@media print, screen and (max-width: 1920px)
{
    .webgene-pagination ul
    {
        gap: 1.5625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .webgene-pagination ul
    {
        gap: 2.53906vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .webgene-pagination ul
    {
        gap: 5.33333vw;
    }
}

.webgene-pagination li a {
    display: block;
    text-align: center;
    letter-spacing: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	display: inline-block;
	z-index: 0;
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .webgene-pagination li a
    {
        font-size: 1.04167vw; /* 20 / 1920 * 100 */
    }
}

@media print, screen and (max-width: 1025px)
{
    .webgene-pagination li a
    {
        font-size: 1.75781vw; /* 18 / 1024 * 100 */
    }
}

@media print, screen and (max-width: 430px)
{
    .webgene-pagination li a
    {
        font-size: 4vw; /* 30 / 750 * 100 */
    }
}

.webgene-pagination .prev a,
.webgene-pagination .next a {
  font-size: 0;
}

.webgene-pagination .prev a::before {
  content: "‹";
  font-size: 20px;
  font-family:'Noto Sans JP', sans-serif;
}

.webgene-pagination .next a::before {
  content: "›";
  font-size: 20px;
  font-family:'Noto Sans JP', sans-serif;
}

@media print, screen and (max-width: 1920px)
{
    .webgene-pagination .next a::before
    {
        font-size: 1.04167vw; /* 20 / 1920 * 100 */
    }
}

@media print, screen and (max-width: 1025px)
{
    .webgene-pagination .next a::before
    {
        font-size: 1.75781vw; /* 18 / 1024 * 100 */
    }
}

@media print, screen and (max-width: 430px)
{
   .webgene-pagination .next a::before
    {
        font-size: 4vw; /* 30 / 750 * 100 */
    }
}

.webgene-pagination .selected a{
    color: #8D0100;
	border-bottom: 1px solid #8D0100;
}

@media print, screen and (max-width: 1920px)
{
    .webgene-pagination .selected a
    {
        border-bottom: .05208vw solid #8d0100;
    }
}

@media print, screen and (max-width: 1025px)
{
    .webgene-pagination .selected a
    {
        border-bottom: .09766vw solid #8d0100;
    }
}

@media print, screen and (max-width: 430px)
{
    .webgene-pagination .selected a
    {
        border-bottom: .13333vw solid #8d0100;
    }
}