@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.smoke {
    display: block;
    overflow: hidden;
    mix-blend-mode: screen;
}

.top-kv {
    position: relative;
    background: url(../img/mv.jpg) no-repeat top center / cover;
    height: 100vh;
}

.scroll {
    position: absolute;
    left: 3rem;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 999;
}

.scroll span {
    width: 0.12rem;
    height: 6rem;
    background: #fff;
    margin-top: 1rem;
    animation: scroll infinite 1.2s;
    margin-right: 0.2rem;
}

@keyframes scroll {
    0% {
        transform: scale(1, 1);
        transform-origin: bottom;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: bottom;
    }
}

@media screen and (max-width: 768px) {
    .top-kv {
        height: 60rem;
    }

}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
    padding: 14.7rem 0 10.3rem 0;
    background: url(../img/bg-news.jpg) no-repeat center / cover;
    position: relative;
}

.top-news .wrap {
    width: 84.4rem;
    margin: 0 auto;
}

.top-news .more-wrap {
    width: max-content;
    margin: 2rem auto 0;
}

.top-news .more-wrap a {
    
}

.top-news .img {
    position: absolute;
    right: 0;
    bottom: -8rem;
    width: 32rem;
    z-index: 99;
}

.top-news .img img {
    position: relative;
    right: -4rem;
}

.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* CMS-NEWS */
.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
}

.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 20%;
}

.CMS-NEWS-LINK {
    width: 80%;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #c80000;
    border: none;
    text-align: center;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;

}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    background: #c80000;
    height: 4px;
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}

@media screen and (max-width: 768px) {
    .top-news {
        padding: 12rem 3rem 8rem;
    }

    .top-news .wrap {
        width: auto;
        position: relative;
        z-index: 999;
    }

    .top-news .more-wrap {
        width: auto;
        justify-content: center;
        position: relative;
        z-index: 999;
    }

    .top-news .img {
        position: absolute;
        right: 0;
        bottom: -2rem;
        width: 20rem;
        z-index: 99;
    }

    .top-news .img img {
        position: relative;
        right: -1rem;
    }

    .CMS-NEWS-ITEM a {
        display: block;
        padding: 2rem 0;
    }

    .CMS-NEWS-TIME {
        width: 100%;
        color: #ccc;
    }

    .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX>* img {
        height: auto;
    }
}



/*  ----------------------------------------------------------

feature

----------------------------------------------------------  */
.top-feature {
    position: relative;
    background: url(../img/bg-policy.jpg) center top;
    background-size: 100% auto;
    padding: 18.2rem 0 21.7rem 0;
}
.top-feature h2 {
    font-size: max(30px,4.83527rem);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 6rem;
    position: relative;
    z-index: 1;
}
.ttl-wrap {
    position: relative;
}
.policy-deco-1 {
    position: absolute;
    top: -9rem;
    left: -2rem;
    width: 36rem;
    z-index: 0;
    pointer-events: none;
}
.policy-deco-2 {
    position: absolute;
    bottom: -9rem;
    left: -19rem;
    width: 22rem;
    z-index: 0;
    pointer-events: none;
}
.top-feature .img-1 {
    position: absolute;
    left: 0;
    top: -18rem;
    width: 17rem;
}

.top-feature .img-2 {
    position: absolute;
    left: 0;
    bottom: 4rem;
    width: 30rem;
}

.top-feature .img-2 img {
    position: relative;
    left: -12rem;
}

.top-feature .wrap {
    display: flex;
}

.top-feature .wrap>* {
    width: 50%;
}

.top-feature .wrap>div {
    padding: 0 5rem 0 15rem;
}

.top-feature h3 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3.5rem;
}
.top-feature .more {
    margin: 4rem auto 0 0;
}

@media screen and (max-width: 768px) {
    .top-feature {
        position: relative;
        padding: 14rem 3rem 10rem 3rem;
    }

    .top-feature .img-1 {
        left: 0;
        top: -4rem;
        width: 9rem;
    }

    .top-feature .img-2 {
        left: 0;
        bottom: -5rem;
        width: 18rem;
    }

    .top-feature .img-2 img {
        left: -4rem;
    }

    .top-feature .wrap {
        display: block;
    }

    .top-feature .wrap>* {
        width: 100%;
    }

    .top-feature .wrap>div {
        padding: 0;
    }

    .top-feature p {
        margin-bottom: 3rem;
    }
    .top-feature .more {
        margin: 4rem auto;
    }
    .policy-deco-1 {
        width: 20rem;
        top: -6rem;
        left: 3rem;
     }
    .policy-deco-2 {
        bottom: -5rem;
        left: -1rem;
        width: 15rem;
    }
}



/*  ----------------------------------------------------------

parallax

----------------------------------------------------------  */
.bg-parallax {
    width: 100%;
    height: 38.4rem;
    position: relative;
}

.bg-parallax::before {
    background: url(../img/bg-pa.jpg) no-repeat center / cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 750px) {
    .bg-parallax {
        height: 30rem;
    }

    .bg-parallax::before {
        background: url(../img/bg-pa-sp.jpg) no-repeat center / cover;
    }
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.top-menu {
    position: relative;
    background: url(../img/texture-1.jpg) center top;
    background-size: 100% auto;
    padding: 15.6rem 14.6rem 12.6rem;
}
.menu-deco-1 {
    position: absolute;
    top: 7.9rem;
    left: 9.1rem;
    width: 17.1rem;
    pointer-events: none;
}
.menu-deco-2 {
    position: absolute;
    bottom: 5.7rem;
    right: 7.7rem;
    width: 17.1rem;
    pointer-events: none;
}

.top-menu figure {
    position: relative;
}

.top-menu .ttl-wrap {

}

.top-menu .img {
    width: 36rem;
    position: absolute;
    right: 0;
    top: -1rem;
}

.top-menu .img img {
    position: relative;
    right: -9rem;
}

.top-menu ul {
    margin-top: 8.9rem;
}

.top-menu-food {
    display: flex;
    align-items: flex-end;
    margin-bottom: 6.2rem;
}
.top-menu-food:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-bottom: 10.6rem;
}   

.top-menu-food>div:nth-of-type(1) {
    width: 44%;
}

.top-menu-food>div:nth-of-type(1) figure:nth-of-type(2) {
    width: 65%;
    position: relative;
    margin-top: 2.5rem;
    margin-left: 8rem;
}

.top-menu-food>div:nth-of-type(2) {
    width: 56%;
    padding-left: 8.8%;
}
.top-menu-food:nth-of-type(2)>div:nth-of-type(2) {
    padding-right: 8.8%;
    padding-left: 0;
}

.top-menu-food .more {
    margin-left: auto;
}

.top-menu figcaption {
    color: #878787;
    line-height: 1;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    position: absolute;
    right: -7rem;
    bottom: -2.8rem;
}
.top-menu h3 {
    font-family: "Parisienne", cursive;
    color: #c80000;
    font-size: max(30px,3.4rem);
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}
.top-menu h4 {
    font-size: 1.83407rem;
    line-height: calc(36/22);
    margin-bottom: 2rem;
    letter-spacing: 0.15em;
    position: relative;
}

.top-menu p {
    font-size: max(12px,1.33387rem);
    line-height: calc(35/16);
}

.top-menu-shisha {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.top-menu-shisha div:nth-of-type(1) {
    width: 50%;
}

.top-menu-shisha div:nth-of-type(2) {
    width: 50%;
    padding: 0 4rem 0 13rem;
}

.top-menu-shisha figcaption {
    right: auto;
    left: -2rem;
}

@media screen and (max-width: 768px) {
    .top-menu {
        padding: 8rem 3rem;
    }

    .top-menu .ttl-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .top-menu .img {
        width: 16rem;
        position: absolute;
        right: 0;
        top: -1rem;
    }

    .top-menu .img img {
        position: relative;
        right: -3rem;
    }

    .top-menu ul {
        margin-top: 0;
    }

    .top-menu-food {
        display: block;
        margin-bottom: 6rem;
    }

    .top-menu-food>div:nth-of-type(1) {
        width: 100%;
    }

    .top-menu-food>div:nth-of-type(1) figure:nth-of-type(2) {
        width: 100%;
        padding: 0 3rem;
        margin: 2rem auto 3rem auto;
    }

    .top-menu-food>div:nth-of-type(2) {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .top-menu-food:nth-of-type(2)>div:nth-of-type(2) {
        padding: 0;
    }

    .top-menu-food .more {
        margin-left: auto;
    }

    .top-menu figcaption {
        font-size: 3.4rem;
        right: 3rem;
        bottom: -1.5rem;
    }

    .top-menu p {
        margin-bottom: 3rem;
    }

    .top-menu-shisha {
        display: block;
        padding: 0 3rem;
    }

    .top-menu-shisha div:nth-of-type(1) {
        width: 100%;
    }

    .top-menu-shisha div:nth-of-type(2) {
        width: 100%;
        padding: 0;
    }

    .top-menu-shisha figure {
        margin-bottom: 3rem;
    }

    .top-menu-shisha figcaption {
        left: 0;
    }

    .top-menu .more {
        margin: 0 auto;
    }
    .top-menu h3 {
        margin-top: 3rem;
    }
    .menu-deco-1 {
        top: 2.9rem;
        left: 5.1rem;
        width: 9.1rem;
    }
    .menu-deco-2 {
        bottom: 2.9rem;
        right: 5.1rem;
        width: 9.1rem;
    }
}



/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.top-gallery {
    padding: 10.4rem 0 9.7rem;
    background: url(../img/top-bg-1.jpg) no-repeat center top / cover;
}

.top-gallery .more {
    margin: 0 auto;
}

#loopslider {
    margin: 0 auto 6.8rem auto;
    width: 100%;
    height: 207px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 207px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 284px;
    height: 207px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    height: 207px;
    object-fit: cover;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .top-gallery {
        padding: 6rem 0;
        background: url(../img/top-bg-1-sp.jpg) no-repeat top center / cover;
    }

    #loopslider {
        height: 160px;
    }

    #loopslider ul {
        height: 160px;
    }

    #loopslider ul li {
        width: 200px;
        height: 160px;
    }

    #loopslider img {
        height: 160px;
    }
}



/*  ----------------------------------------------------------

access

----------------------------------------------------------  */
.top-access {
    padding: 11.7rem 0 10.1rem;
    background: url(../img/texture-1.jpg) no-repeat center / cover;
    position: relative;
}

.top-access .wrap {
    display: flex;
    align-items: flex-end;
    margin-top: 6.8rem;
}

.top-access .wrap figure {
    width: 47.5%;
}

.top-access .wrap>div {
    width: 52.5%;
    padding: 0 10rem 0 5rem;
}

.top-access dl {
    margin-bottom: 6rem;
}

.top-access .more {
    margin: 5.5rem auto 0;
}

.access-deco-1 {
    position: absolute;
    top: 2.5rem;
    right: 2.9rem;
    width: 43rem;
    mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
    .top-access {
        padding: 6rem 3rem;
    }

    .top-access .wrap {
        display: block;
        margin-top: 0;
    }

    .top-access .wrap figure {
        width: 100%;
        padding-left: 0;
        margin-bottom: 3rem;
    }

    .top-access .wrap>div {
        width: 100%;
        padding: 0;
    }

    .top-access dl {
        margin-bottom: 4rem;
    }
    .access-deco-1 {
        top: 1.5rem;
        right: 0.9rem;
        width: 14rem;
    }
}



/*  ----------------------------------------------------------

movie

----------------------------------------------------------  */
.top-movie {
    padding: 8rem 0;
    position: relative;
    background: #000;
}

.top-movie .wrap {
    width: 560px;
    margin: 0 auto;
}

.top-movie .img-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 28rem;
}

.top-movie .img-2 {
    position: absolute;
    left: -8rem;
    bottom: 0;
    width: 34rem;
    transform: scale(-1, 1) rotate(30deg);
}

@media screen and (max-width: 768px) {
    .top-movie {
        padding: 6rem 0;
    }

    .top-movie .wrap {
        width: auto;
        position: relative;
        z-index: 999;
    }

    .top-movie .wrap iframe {
        width: 100%;
        height: 28rem;
    }

    .top-movie .img-1 {
        width: 14rem;
    }

    .top-movie .img-2 {
        position: absolute;
        left: -3rem;
        bottom: -8rem;
        width: 14rem;
        transform: scale(-1, 1) rotate(30deg);
    }
}



/*  ----------------------------------------------------------

instagram

----------------------------------------------------------  */
.top-insta {
    background: url(../img/top-bg-3.jpg) no-repeat center bottom / cover;
    padding: 15rem 0 12rem 0;
}

.top-insta .wrap {
    width: 74rem;
    margin: 5.9rem auto 0;
}

.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.CMS-INSTAGRAM-LIST>* {
    width: calc((100% - 4.8rem) / 3);
    margin-right: 2.4rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 4) {
    margin-top: 2.4rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 7) {
    display: none;
}
.sns-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 5.9rem;
    gap: 4.9rem;
}

@media screen and (max-width: 768px) {
    .top-insta {
        padding: 8rem 0 12rem 0;
    }

    .top-insta .wrap {
        width: auto;
        padding: 0 3rem;
    }
    .sns-wrap { 
        flex-direction: column;
        gap: 2rem;
    }
    footer nav ul li:nth-child(-n+6) {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    footer nav ul > li:nth-child(n+7) {
        margin-right: 0;
    }
     footer small {
        padding: 0 0 10rem 0;
        text-align: center;
     }
}



/*  ----------------------------------------------------------

gallery low

----------------------------------------------------------  */
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 90%;
    margin: 8rem auto;
}

.gallery-list li {
    margin: 0 1rem 2rem 1rem;
}

.gallery-list img {
    border-radius: 50%;
    height: 11vw;
    width: 11vw;
    object-fit: cover;
}

.gallery-list span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 1.2rem 0 0 0;
    text-align: center;
    width: 11vw;
}

@media screen and (max-width: 768px) {
    .gallery-list {
        margin: 4rem auto;
        width: 95%;
    }

    .gallery-list li {
        margin: 0 0.5rem 1.5rem 0.5rem;
    }

    .gallery-list img {
        width: 17vw;
        height: 17vw;
    }

    .gallery-list span {
        font-size: 1rem;
        margin: 1rem auto 0 auto;
        width: 16vw;
    }
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
/* lcmenu */
ul.lcmenu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    justify-content: space-between;
}

ul.lcmenu li {
    width: 49%;
    text-align: center;
    margin-bottom: 2%;
    font-weight: bold;
}

ul.lcmenu li a {
    display: block;
    padding: 1.8rem 0 2rem 0;
    background: #333;
    white-space: nowrap;
}

ul.lcmenu li.current a {
    color: #fff;
    background: #c80000;
}

@media screen and (max-width: 768px) {
    ul.lcmenu li {
        width: 49%;
    }

    ul.lcmenu li a {
        padding: 1.2rem 0 1.3rem 0;
    }
}



/*  ----------------------------------------------------------

tabelog

----------------------------------------------------------  */
.rstdtl-menu-lst__heading {
    margin-top: 6rem;
    font-size: 2rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.6rem;
}

.rstdtl-menu-lst__heading:after {
    background: #c80000;
    height: 4px;
    bottom: -4px;
    content: "";
    display: block;
    position: absolute;
    width: 25%;
}

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

    /* ------------------------------
    　rstdtl-menu-lst
    ------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0 auto 100px auto;
    }

    /* ------------------------------
    　rstdtl-menu-lst
    ------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 60px auto 80px auto;
    }

    /* ------------------------------
    　menu
    ------------------------------ */
    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #d2d2d2;
        width: 100%;
        box-sizing: border-box
    }

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none
    }

    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 10px 0;
        vertical-align: top
    }

    .rstdtl-menu-lst__info-inner {
        display: table;
        width: 100%
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        color: var(--main-text-color);
        font-weight: bold;
        font-size: 1.6rem
    }

    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.6rem;
        white-space: nowrap;
    }

    .rstdtl-menu-lst__desc {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 1.4rem;
        padding: 12px 10px;
        line-height: 1.6;
        background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center
    }

    /* ------------------------------
    　course menu pc
    ------------------------------ */
    .course-list {
        margin: 20px 0 30px
    }

    .course-list__heading {
        display: block;
        position: relative
    }

    .course-list__hotpepper-logo {
        display: block;
        position: absolute;
        top: 3.2rem;
        right: 0.5rem
    }

    .course-list__heading-tax {
        position: absolute;
        right: 0;
        color: var(--sub7-text-color);
        top: 2.8rem;
        font-size: 1.1rem;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .course-list__items {
        margin: auto;
        width: 95%;
    }

    .course-list__tax-notice {
        margin-top: 5px;
        color: var(--sub7-text-color);
        font-size: 1rem
    }

    .course-seatonly {
        padding: 12px 15px;
        background-color: #faf8f5;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .course-seatonly__title {
        color: #13131e;
        font-weight: bold;
        font-size: 1.4rem
    }

    .course-seatonly__btn {
        width: 10rem
    }

    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e0dccc;
        border-bottom: 1px solid #e0dccc;
        width: 100%
    }

    .rstdtl-course-list+.rstdtl-course-list {
        border-top: none
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default
    }

    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0;
        width: 100%;
        word-break: break-all;
        vertical-align: top
    }

    .rstdtl-course-list__tieup-mc~.rstdtl-course-list__img {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__tieup-mc~.rstdtl-course-list__data {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__data-header {
        display: table;
        width: 100%
    }

    .rstdtl-course-list__img+.rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all
    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        color: var(--main-text-color);
        line-height: 1.6;
        font-size: 2rem;
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: var(--sub8-text-color);
        text-decoration: underline
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
        color: #13131e
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        color: #463f2d;
        background-color: var(--sub2-text-color);
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem;
        font-size: 0.9rem
    }

    .rstdtl-course-list__price-wrap {
        display: table-cell;
        vertical-align: top;
        padding-right: 0.8rem;
        width: 100%;
        display: inline-block;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block
    }

    .rstdtl-course-list__price-before {
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: var(--sub7-text-color);
        font-weight: bold;
        line-height: 1.6;
        background-color: var(--sub2-text-color);
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: ''
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: var(--sub2-text-color);
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        font-weight: bold;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block
    }

    .rstdtl-course-list__price-num>em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 1.8rem;
        font-style: normal;
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1.6;
        padding-top: 0.5rem
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: ""
    }

    .rstdtl-course-list__data-body:after {
        clear: both
    }

    .rstdtl-course-list__img {
        display: block;
        padding: 20px 15px 20px 0;
        width: 120px;
        float: left;
    }

    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1
    }

    .rstdtl-course-list__subinfo {
        display: table;
        position: relative;
        float: left;
        padding-top: 0.5rem
    }

    .rstdtl-course-list__desc {
        color: var(--sub6-text-color);
        line-height: 1.8;
        font-size: 1.0rem;
    }

    .rstdtl-course-list__data-footer {
        float: right
    }

    .rstdtl-course-list__label {
        margin-left: 5px
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: rgba(180, 0, 0, 1);
        color: #fff;
        padding: 0.4rem 0.8rem;
        line-height: 1.6rem;
        font-size: 1.2rem
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }

    .rstdtl-course-list__course-rule {
        display: table-cell;
        vertical-align: bottom;
        padding: 0 0 0.3rem 1rem
    }

    .rstdtl-course-list__course-rule>dt,
    .rstdtl-course-list__course-rule>dd {
        display: inline-block
    }

    .rstdtl-course-list__course-rule>dd {
        margin-right: 0.5rem
    }

    .rstdtl-course-list__course-rule-title::before {
        display: none;

    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f663"
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f677"
    }

    .rstdtl-course-list__course-rule-title>i {
        display: none
    }

    .rstdtl-course-list__action-btn {
        display: none;
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        vertical-align: middle;
        width: 10rem;
        color: var(--sub3-text-color);
    }

    .rstdtl-course-list__action-btn-target+.rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__reserve-notice+.rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__coupon {
        float: right;
        margin-top: 0.5rem
    }

    .rstdtl-course-list__coupon-btn {
        float: right
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        background-color: #221815;
        top: 1.5rem
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: var(--sub2-text-color);
        vertical-align: middle
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom
    }

    .rstdtl-course-list__tieup-mc-logo>i {
        display: none
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: var(--sub2-text-color);
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__tieup-mc-text>em {
        color: var(--sub8-text-color);
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }
}

/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
.pttl {
    padding: 33px 0 40px 0;
    text-align: center;
}

.pttl img {
    height: 32px;
    width: auto;
}

.rstdtl-menu-lst {
    margin: 0 0 60px 0;
}

/* ------------------------------
　access
------------------------------ */
dl.shop-info dt {
    clear: both;
    font-weight: bold;
    padding-top: 11px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}

dl.shop-info dd {
    font-size: 0.9em;
    line-height: 1.6;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
.pttl {
    padding: 33px 0 40px 0;
    text-align: center;
}

.pttl img {
    height: 32px;
    width: auto;
}

/* ------------------------------
　menu
------------------------------ */
.rstdtl-menu-lst__heading {
    font-size: 2rem
}

.rstdtl-menu-lst__contents {
    display: table;
    padding: 0 10px;
    border-bottom: 1px dotted #d2d2d2;
    width: 100%;
    box-sizing: border-box
}

.rstdtl-menu-lst__contents:last-of-type {
    border-bottom: none;
    padding-top: 10px;
}

.rstdtl-menu-lst__info {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top
}

.rstdtl-menu-lst__info-inner {
    width: 100%;
}

.rstdtl-menu-lst__menu-title {
    display: table-cell;
    width: 100%;
    color: var(--main-text-color);
    font-weight: bold;
    font-size: 1.6rem
}

.rstdtl-menu-lst__price {
    display: inline-block;
    width: 100% !important;
    font-weight: bold;
    text-align: right !important;
    font-size: 1.6rem
}

.rstdtl-menu-lst__desc {
    font-size: 12px;
    padding-bottom: 10px;
}

.rstdtl-menu-lst__desc p {
    font-size: 1.4rem;
    padding: 12px 10px;
    line-height: 1.6;
    background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
}

.rstdtl-menu-lst__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px;
    text-align: center
}

/* ------------------------------
　course menu sp
------------------------------ */
.course-list__items {
    margin: auto;
    width: 100%;
}

.rstdtl-course-list {
    display: table;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e0dccc;
    border-bottom: 1px solid #e0dccc;
    width: 100%
}

.rstdtl-course-list+.rstdtl-course-list {
    border-top: none
}

.rstdtl-course-list__target {
    color: inherit;
    z-index: 1
}

.rstdtl-course-list__target:hover {
    color: inherit;
    text-decoration: none
}

.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
    cursor: default
}

.rstdtl-course-list__data {
    display: table-cell;
    position: relative;
    padding: 20px 0;
    width: 100%;
    word-break: break-all;
    vertical-align: top
}

.rstdtl-course-list__tieup-mc~.rstdtl-course-list__img {
    padding-top: 6.5rem
}

.rstdtl-course-list__tieup-mc~.rstdtl-course-list__data {
    padding-top: 6.5rem
}

.rstdtl-course-list__data-header {
    width: 100%
}

.rstdtl-course-list__img+.rstdtl-course-list__data .rstdtl-course-list__data-header {
    min-height: 72px
}

.rstdtl-course-list__course-title {
    display: table-cell;
    word-break: break-all;
}

.rstdtl-course-list__course-title-text {
    margin-bottom: 0.2rem;
    line-height: 1.6;
    font-size: 2rem;
}

.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: var(--sub8-text-color);
    text-decoration: underline
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
    color: #13131e
}

.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
    border: 1px solid #e0dccc;
    box-sizing: border-box;
    color: #463f2d;
    background-color: var(--sub2-text-color);
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem
}

.rstdtl-course-list__price-wrap {
    display: table-cell;
    vertical-align: top;
    padding-right: 0rem;
}

.rstdtl-course-list__price-wrap {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-right: 0rem;
}

.rstdtl-course-list__price-discount {
    display: inline-block
}

.rstdtl-course-list__price-before {
    text-align: left;
    margin-right: 0.5rem;
    margin-bottom: -0.2rem;
    font-size: .1rem
}

.rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: var(--sub7-text-color);
    font-weight: bold;
    line-height: 1.6;
    background-color: var(--sub2-text-color);
    padding: 0.4rem 0.5rem 0.3rem;
    font-size: 1rem
}

.rstdtl-course-list__price-hotpepper-discount::before,
.rstdtl-course-list__price-hotpepper-discount::after {
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    content: ''
}

.rstdtl-course-list__price-hotpepper-discount::before {
    bottom: -7px;
    border-width: 6px 6px 0;
    border-top-color: #d2d2d2;
    right: 3rem
}

.rstdtl-course-list__price-hotpepper-discount::after {
    bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: var(--sub2-text-color);
    right: 3.1rem
}

.rstdtl-course-list__price-num {
    color: var(--sub3-text-color);
    font-weight: bold;
    font-size: 1.4rem
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
    display: block
}

.rstdtl-course-list__price-num>em {
    margin-right: 2px;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-style: normal;
}

.rstdtl-course-list__price-num-tax {
    font-weight: normal;
    font-size: 0.6rem;
}

.rstdtl-course-list__data-body {
    display: block;
    width: 100%;
    line-height: 1.6;
    padding-top: 0.5rem
}

.rstdtl-course-list__data-body:before,
.rstdtl-course-list__data-body:after {
    display: block;
    overflow: hidden;
    content: ""
}

.rstdtl-course-list__data-body:after {
    clear: both
}

.rstdtl-course-list__img {
    padding: 20px 0 0 0;
    width: 200px;
    margin: 0 auto;
}

.rstdtl-course-list__img img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.rstdtl-course-list__img .rstdtl-course-list__target:hover {
    opacity: 0.8
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
    opacity: 1
}

.rstdtl-course-list__subinfo {
    display: table;
    position: relative;
    float: left;
    padding-top: 0.5rem
}

.rstdtl-course-list__desc {
    color: var(--sub6-text-color);
    line-height: 1.8;
    font-size: 1.0rem;
}

.rstdtl-course-list__data-footer {
    float: right
}

.rstdtl-course-list__label {
    margin-left: 5px;
    background: rgba(180, 0, 0, 1);
    color: #fff;
    padding: 0.4rem 1rem;
}

.rstdtl-course-list__label.rstdtl-course-list__label {
    padding: 0.2rem 0.4rem;
    line-height: 1.6rem;
    font-size: 0.9rem
}

.rstdtl-course-list__hotpepper-target::before {
    color: #999
}

.rstdtl-course-list__course-rule {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 0.3rem 1rem
}

.rstdtl-course-list__course-rule>dt,
.rstdtl-course-list__course-rule>dd {
    display: inline-block
}

.rstdtl-course-list__course-rule>dd {
    margin-right: 0.5rem
}

.rstdtl-course-list__course-rule-title::before {
    display: none;
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f663"
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f677"
}

.rstdtl-course-list__course-rule-title>i {
    display: none
}

.rstdtl-course-list__action-btn {
    display: none;
}

.rstdtl-course-list__reserve-notice {
    display: block;
    color: #b4b4b4;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 0.8rem
}

.rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    vertical-align: middle;
    /*width: 18rem;*/
    color: var(--main-text-color);
    border: solid;
    padding: 3px;
    font-size: 12px;
}

.rstdtl-course-list__action-btn-target+.rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem
}

.rstdtl-course-list__reserve-notice+.rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem
}

.rstdtl-course-list__coupon {
    display: inline-block;
    float: right;
    margin-top: 0.5rem
}

.rstdtl-course-list__coupon-btn {
    float: right
}

.rstdtl-course-list__coupon-contents {
    width: auto;
    text-align: left;
    padding-top: 0.7rem
}

.rstdtl-course-rdimg {
    position: absolute;
    bottom: 0;
    left: 0
}

.rstdtl-course-list__tieup-mc {
    display: table-row;
    position: absolute;
    left: 0;
    z-index: 5;
    border-radius: 6px;
    vertical-align: middle;
    background-color: #221815;
    top: 1.5rem
}

.rstdtl-course-list__tieup-mc:hover {
    opacity: 0.8
}

.rstdtl-course-list__tieup-mc-target {
    display: block;
    box-sizing: border-box;
    padding: 0.6rem 1.2rem 0.6rem 1.5rem
}

.rstdtl-course-list__tieup-mc-target::after {
    color: var(--sub2-text-color);
    vertical-align: middle
}

.rstdtl-course-list__tieup-mc-target:hover {
    text-decoration: none
}

.rstdtl-course-list__tieup-mc-logo {
    display: inline-block;
    width: 123px;
    height: 22px;
    background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
    background-size: 123px 22px;
    vertical-align: bottom
}

.rstdtl-course-list__tieup-mc-logo>i {
    display: none
}

.rstdtl-course-list__tieup-mc-text {
    display: inline-block;
    color: var(--sub2-text-color);
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem
}

.rstdtl-course-list__tieup-mc-text>em {
    color: var(--sub8-text-color);
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem
}

.course-dtl {
    overflow: hidden;
    padding: 2rem;
    color: #000;
}

.course-dtl__course-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.course-dtl__img {
    margin-bottom: 2rem;
}

.course-dtl__desc {
    margin-bottom: 2rem;
}

.c-table {
    width: 100%;
    border-collapse: collapse;
}

.c-table th {
    width: 15rem;
    text-align: left !important;
    padding: 1.5rem;
    border-bottom: solid 1px #ddd;
}

.c-table td {
    width: calc(100% - 15rem);
    padding: 1.5rem;
    border-bottom: solid 1px #ddd;
}

.c-table em {
    font-style: normal;
}

@media screen and (max-width: 1024px) {
    .course-dtl {
        padding: 1rem;
    }

    .c-table tr {
        display: flex;
        flex-direction: column;
    }

    .c-table th {
        width: 100%;
        text-align: left !important;
        padding: 1.5rem 0 0.4rem 0;
        border-bottom: none;
    }

    .c-table td {
        width: 100%;
        padding: 0 0 1.5rem 0;
    }
}

.cms_menu___modal--close {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #333 !important;
    border-radius: 50%;
    cursor: pointer;
}

.course-dtl__img {
    width: 36rem;
    margin: 0 auto 2.5rem auto;
}

@media screen and (max-width: 1024px) {
    .course-dtl__img {
        width: 100%;
    }
}

.tblg-coupon__main-title {
    display: none;
}

.tblg-coupon-btn-wrap {
    display: none;
}

.tblg-coupon__main-contents {
    display: none;
}

.rstdtl-course-list__label {
    margin: 0.6rem 0;
    display: inline-block
}

.rstdtl-course-list__course-title {
    display: block !important;
    margin-bottom: 1.5rem;
}

.rstdtl-course-list__target+span {
    margin-left: 0.8rem;
}

.CMS-COURSE-MENU a {
    text-decoration: underline;
}

.CMS-MENU,
.CMS-DRINK-MENU {
    pointer-events: none;
}

.menu-img {
    max-width: 780px;
    margin: 0 auto;
}

.fixd-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999999;
    width: max(40px,6rem);
}

.fixd-btn a {
    position: relative;
    writing-mode: vertical-lr;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    width: 100%;
    padding: 20px 0 30px;
}

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

    .fixd-btn {
        top: initial;
        bottom: 0;
        right: initial;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .fixd-btn a {
        writing-mode: initial;
        padding: 0;
        background: url(../img/tel-bg.png) no-repeat center / cover;
        background-color: #c80000;
        text-decoration: none;
    }
}

/*-------------------------
  news
---------------------------*/
.main {
    margin: auto;
    max-width: 1000px;
    padding: 30px 20px 50px;
}

.CMS-NEWS-INDEX,
.CMS-NEWS-CATEGORY-INDEX {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 0px;
    max-width: 1000px;
    margin: auto;
}

.top-news .CMS-NEWS-INDEX,
.top-news .CMS-NEWS-CATEGORY-INDEX {
    padding-bottom: 0;
}

.CMS-NEWS-INDEX>*,
.CMS-NEWS-CATEGORY-INDEX>* {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.CMS-NEWS-INDEX>*:nth-of-type(3n),
.CMS-NEWS-CATEGORY-INDEX>*:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-NEWS-TITLE {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px 0 12px 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px #860E0F;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
    padding: 2rem 0;
    text-decoration: none;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    display: block;
    margin: 5px auto 0;
    font-size: 14px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #FFF;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    max-width: 320px;
}

.CMS-NEWS-LINK {
    display: block;
    line-height: 1.6;
    font-size: 16px;
    width: 100%;
    text-align: left;
    margin: auto;
    max-width: 320px;
}

.CMS-NEWS-MORE-READ {
    background: #c80000;
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 12px 0;
    font-size: max(10px,1rem);
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 20rem;
    transition: all .3s;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    cursor: pointer;
    max-width: 320px;
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.CMS-NEWS-THUMBNAIL {
    max-width: 320px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-THUMBNAIL {
        width: 90%;
        object-fit: cover;
        transition: 0.5s all;
    }

    .CMS-NEWS-INDEX>*,
    .CMS-NEWS-CATEGORY-INDEX>* {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .CMS-NEWS-INDEX,
    .CMS-NEWS-CATEGORY-INDEX {
        margin: 0 auto 40px;
        text-align: center;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-ITEM a {
        display: block;
    }

    .CMS-NEWS-TIME {
        text-align: left;
        width: 90%;
        margin: 6px auto 0;
    }

    .CMS-NEWS-LINK {
        display: block;
        width: 90%;
        text-align: left;
        margin: 6px auto 0;
    }
    .CMS-NEWS-MORE-READ {
        bottom: -7rem;
    }
}

#news .category {
    max-width: 900px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#news .category li {
    width: 225px;
    max-width: 31%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

#news .category li a {
    display: block;
    color: #828282;
    transition: all 0.3s ease;
}

#news .category li a:hover,
#news .category li a.current {
    background-color: #000;
    color: #fff;
}

#news .post_list {
    max-width: 1200px;
    margin: auto;
    /*overflow: hidden;*/
}

#news .post_list ul {
    display: flex;
    flex-flow: wrap;
}

#news .post_list ul.disnon li {
    display: none;
    opacity: 0;
}

#news .post_list ul.show li {
    transform: scale(1);
    opacity: 1;
    width: 100%;
}

#news .post_list ul li {
    transform: scale(0.7);
    opacity: 0;
}

#news .post_list ul li:nth-child(3n) {
    margin-right: 0;
}

#news .post_list ul li a .photo {
    overflow: hidden;
}

#news .post_list ul li a .photo img {
    transition: all 0.3s ease;
}

#news .post_list ul li .textarea {
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}

#news .post_list ul li time {
    color: #000;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
}

#news .post_list ul li .cat {
    color: #828282;
    font-size: 11px;
    line-height: 2rem;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #828282;
    margin-left: 10px;
    font-weight: 400;
}

#news .post_list ul li p {
    margin-top: 12px;
    color: #434343;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}

#news .detail_btn {
    max-width: 900px;
    margin: 30px auto;
    text-align: center;
}

#news .detail_btn a {
    display: none;
    background-color: #9b9b9b;
    padding: 20px 0;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

#news .detail_btn a.all,
#news .detail_btn a.show {
    display: block;
    opacity: 1;
}

#news .detail_btn a.disnon {
    display: none;
    opacity: 0;
}

#news .detail_btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    background-color: #222;
}

#news .detail_btn a span {
    position: relative;
    z-index: 8;
    color: #fff;
}

/*t-news*/
.t-news {
    padding: 9rem 0;
}

.t-news__content {
    width: 120rem;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .t-news {
        padding: 5rem 0;
    }

    .t-news__content {
        max-width: 100%;
        margin: 0 auto;
    }
}


/* ↓↓↓↓ menu.html menu-areaの編集 */
.menu-area {
    width: 75%;
    margin: 0% auto 6rem;
}

.menu-header {
    width: 75%;
    margin: 0% auto 2rem;
    font-size: 2rem;
    position: relative;
}

.menu-header::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5rem;
    height: 2.5rem;
    width: 7px;
    background: #c80000;
}

.menu-list {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 1rem 1rem;
    border-bottom: 1px solid white;
}

.menu-comments{
    width: 75%;
    margin: 0 auto 8rem;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    .menu-area {
        width: 100%;
    }

    .menu-header {
        width: 90%;
    }

    .menu-header::before {
    }

    .menu-list {
        border-bottom: 0.5px solid white;
    }

    .menu-comments{
        width: 100%;
    }
}

/* ↑↑↑↑ menu.html menu-areaの編集 */

.system img {
    width: 60%;
}

.system {
    text-align: center;
}