@charset "UTF-8";


/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (min-width: 768px) {

    /* ------------------------------
　display
------------------------------ */
    .sp {
        display: none;
    }

    /* ------------------------------
　btn
------------------------------ */
    .btn {
        margin: 0 auto;
        width: 240px;
        /* ボタン横幅 */
    }

    .btn2 {
        margin: 0 auto;
        width: 240px;
        padding-bottom: 20px;
        /* ボタン横幅 */
    }

    /* ------------------------------
　header
------------------------------ */
    h1 img {
        width: 350px;
        margin: 0 auto;
        padding: 20px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }

    .info h1 img {
        /* width: 210px !important; */
        /* height: 180px; */
        /*        margin-right: 25px;*/
    }

    /*
	h1 img {
		width: 140px !important;
		height: auto;
		margin-right: 50px;
	}

	.info h1 img {
		width: 180px !important;
		height: auto;
		margin-right: 10px;
		padding: 25px 30px 0px;
	}

	.info p {
		margin-top: 0px;
		font-size: 15px;
	}
*/

    /* ------------------------------
　gnav
------------------------------ */
    header h1 {
        text-align: center;
        padding: 20px 0;
    }

    header h1 img {
        margin: 0 !important;
    }

    ul.gnav {
        display: flex;
        justify-content: center;
        padding: 15px 0;
        background: #e49071;
    }

    footer ul.gnav {
        padding: 0;
        background: none;
    }

    ul.gnav li {
        font-size: 14px;
        margin: 0 20px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.15em;
        font-family: 'Sorts Mill Goudy', serif;
    }

    ul.gnav li span {
        display: block;
        font-size: 9px;
        font-weight: normal;
    }

    ul.gnav a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #fff;
    }

    ul.gnav a::after {
        position: absolute;
        background: #fff;
        /* 下線カラー */
        bottom: -6px;
        /* 下線位置 */
        content: '';
        height: 1px;
        left: 0;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s;
        width: 100%;
    }

    ul.gnav a:hover::after {
        transform: scale(1, 1);
    }

    ul.gnav a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    ul.gnav {
        display: flex;
        justify-content: center;
    }

    header p {
        position: fixed !important;
        right: 0;
        top: 38px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Sorts Mill Goudy', serif;
        background: #c6dc1d;
        line-height: 1;
        margin: 0;
        z-index: 9999;
        font-size: 16px;
    }

    header p a {
        display: block;
        color: #fff;
        padding: 30px 20px;
    }


    footer ul.gnav {
        margin-bottom: 30px;
    }

    footer ul.gnav li {
        margin: 0 21px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.15em;
        font-family: 'Sorts Mill Goudy', serif;
    }

    footer ul.gnav li span {
        display: block;
        font-size: 9px;
        font-weight: normal;
    }

    footer ul.gnav a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #333;
    }

    footer ul.gnav a::after {
        position: absolute;
        background: #333;
        /* 下線カラー */
        bottom: -6px;
        /* 下線位置 */
        content: '';
        height: 1px;
        left: 0;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s;
        width: 100%;
    }

    footer ul.gnav a:hover::after {
        transform: scale(1, 1);
    }

    footer ul.gnav a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    /* ------------------------------
　index
------------------------------ */
    #main {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 720px;
    }

    .info {
        max-width: 980px;
        margin: 0 auto;
        /* display: flex;
        justify-content: center; */
    }

    .info h1 img {
        padding: 25px 14px;
    }

    .info p {
        width: 190px;
        margin: 0 auto;
        overflow: hidden;
        cursor: pointer;
    }

    .info p img {
        width: 190px;
        height: 100%;
    }

    .info p img {
        width: 100%;
        transition-duration: 0.5s;
    }

    .info p:hover img {
        width: 190px;
        transform: scale(1.1);
        transition-duration: 0.5s;
    }

    figcaption.hover-mask {
        width: 150px;
        height: 70px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        color: #fff;
        display: flex;
        align-items: center;
        text-align: left;
    }


    .c_text {
        font-family: 'Sawarabi Mincho', sans-serif;
    }


    .sign_wrapper {
        margin-top: -30px;
    }

    .sign_wrapper .sg_inner_wrapper {
        width: 100%;
        margin: auto;
        text-align: right;
    }

    .sg_inner_wrapper {
        font-size: 41px;
        font-weight: 700;
        color: #fff;
    }

    .sign_wrapper .sg_inner_wrapper img {
        width: 70%;
    }

    /* ------------------------------
　second
------------------------------ */
    .pttl {
        padding: 50px;
        text-align: center;
    }

    .pttl img {
        height: 20px;
        width: auto;
    }

    .second {
        max-width: 980px;
        margin: 0 auto 100px auto;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 20px;
        width: auto;
    }

    .rstdtl-menu-lst {
        max-width: 980px;
        margin: 0 auto 100px auto;
    }



    /* ------------------------------
　access
------------------------------ */
    dl.shop-info dt {
        clear: both;
        float: left;
        font-weight: bold;
        padding: 12px 0 12px 1.2%;
        width: 23.8%;
        white-space: nowrap;
    }

    dl.shop-info dd {
        padding: 12px 0 12px 27%;
    }

    /* ------------------------------
　menu
------------------------------ */
    /*
ul.lcmenu {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

ul.lcmenu li {
    font-size: 17px;
    padding: 0 20px;
}

ul.lcmenu li i {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 2px;
}

dl.menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

dl.menu-list dt {
    font-weight: bold;
    padding: 11px 0 10px 1.5%;
    width: 73.5%;
}

dl.menu-list dt span {
    display: block;
    font-size: 11px;
    line-height: 1.6;
    margin-top: 4px;
    opacity: 0.5;
}

dl.menu-list dd {
    padding: 10px 1%;
    text-align: right;
    width: 23%;
}

dl.menu-list dd span:nth-child(1) {
    font-size: 16px;
    font-weight: 900;
}

dl.menu-list dd span:nth-child(2) {
    font-size: 10px;
    margin-left: 2px;
    vertical-align: 1px;
}
*/

    /* ------------------------------
　menu new
------------------------------ */
    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        font-size: 1.0rem
    }

    .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: #13131e;
        font-weight: bold;
        font-size: 1.0rem
    }

    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.0rem
    }
    
    p.rstdtl-menu-lst__price {
    font-family: 'Sorts Mill Goudy', serif;
    }

    .rstdtl-menu-lst__price2 {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        font-size: 1.0rem
    }

    .rstdtl-menu-lst__price2 span {
        font-size: 0.8rem;
        text-align: right;
        padding: 0 10px;
    }


    .rstdtl-menu-lst__desc {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        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: 15px 10px 15px 0;
        width: 120px;
        text-align: center
    }


    .rstdtl-menu-lst__setinfo {
      margin: 18px 0 20px 0;
      }

    .rstdtl-menu-lst__setimg {
    display: grid;
    grid-template-columns: repeat(4, max-content); 
    gap: 17px;
    margin-top: 15px; 
    justify-content: flex-start; 
    }



    /* ------------------------------
　course menu pc
------------------------------ */

    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        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: #000;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.0rem
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        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: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem;
        font-size: 0.9rem
    }

    .rstdtl-course-list__price-wrap {
        display: table-cell;
        text-align: right;
        vertical-align: top;
        padding-top: 0.2rem;
        font-family: 'Sorts Mill Goudy', serif;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block
    }

    .rstdtl-course-list__price-before {
        text-decoration: line-through;
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: 1.0rem;
        color: #13131e;
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #949499;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        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: #fff;
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        color: #000;
        font-weight: bold;
        font-size: 1rem;
        padding-left: 5px;
    }

    .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.2rem
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem
    }
    
    .rstdtl-menu-lst__img img {
    width: 100px;
    height: 100px;
}
    .rstdtl-course-list__img {
        display: table-cell;
        padding: 20px 25px 20px 0;
    }

    .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 {
        line-height: 1.6;
        font-size: 0.9rem;
        font-weight: normal; 
    }

    .rstdtl-course-list__data-footer {
        float: right
    }

    .rstdtl-course-list__label {
        margin-left: 5px
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #306532;
        padding: 0.2rem 0.4rem;
        line-height: 1.1rem;
        font-size: 1rem;
        color: #fff;
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }

    .rstdtl-course-list__action-btn {
        display: table-cell;
        width: 100px;
        text-align: right;
        vertical-align: middle;
        padding-left: 1.5rem;
        color: #fff;
    }

    .rstdtl-course-list__reserve-notice {
        display: block;
        color: #b4b4b4;
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 1rem
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        float: none;
        clear: right;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
        width: 10rem;
        color: #fff;
    }

    .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: #fff;
        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: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__tieup-mc-text>em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }
    
    
    

    /* ------------------------------
    info
------------------------------ */
    .info div span {
        display: block;
        background: #666666;
        color: #fff;
        line-height: 1;
        padding: 8px 10px 8px 12px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .item figcaption {
        color: #fff !important;
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        left: 0;
        top: 0;
        opacity: 0;
        padding: 55px 20px 40px 20px;
        transition: all 0.8s ease;
    }

    a:hover img {
        transform: scale(1.1);
        transition-duration: 0.5s;
    }

    a:hover figcaption {
        opacity: 1;
        transition: all 0.8s ease;
    }

    .info a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .info h1 img {
        width: 245px;
        aspect-ratio: 7/6;
    }


    /* ------------------------------
　specialite
------------------------------ */
    .chef {
        border: solid 1px #666666;
        padding: 30px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;

    }

    .chef figure {
        width: 318px;
        padding: 0;
    }

    .chef figure img {
        width: 100%;
        height: auto;
    }

    .chef dl {
        width: 560px;
    }

    .chef dl dt {
        font-family: 'Sawarabi Mincho', sans-serif;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .chef dl dt span:nth-child(1) {
        font-size: 10px;
        display: block;
        margin-bottom: 6px;
    }

    .chef dl dt span:nth-child(2) {
        font-size: 8px;
        display: block;
        margin-top: 8px;
        letter-spacing: 0.4em;
        color: #999;
    }


    .specialite .inner1 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .specialite .inner2 {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 60px;
    }

    .specialite .inner1 figure,
    .specialite .inner2 figure {
        width: 490px;
    }

    .specialite .inner1 figure img,
    .specialite .inner2 figure img {
        width: 100%;
        height: auto;
    }

    .specialite .inner1 p,
    .specialite .inner2 p {
        width: 460px;
    }

    /* ------------------------------
　scene
------------------------------ */
    .scene .inner {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        padding: 7px;
        max-width: 980px;
        margin: 0 auto 40px auto;
    }

    .scene .inner-box {
        background: #fff;
        padding: 50px;
    }

    .bx-wrapper {
        box-shadow: 0 0 0 #fff !important;
        -webkit-box-shadow: 0 0 0 #fff !important;
        box-shadow: 0 0 0px #fff !important;
        border: none !important;
        margin: 0 !important;
        background: #ff0000;
        width: 100% !important;
    }

    .slider div,
    .slider2 div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        color: #fff;
        text-align: center;
    }

    .pager {
        margin-top: 10px;
        text-align: center;
    }


    .scene p {
        text-align: center;
        margin-bottom: 30px;
    }




    /* ------------------------------
　footer
------------------------------ */
    footer {
        /*        margin-top: 350px;*/
        padding: 40px 0;
    }

   .logo_flex {
     gap: 30px; 
    }

   .logo_flex .logo:last-child {
      margin-left: 30px;
    }

    footer .logo {
        text-align: center;
        margin-bottom: 35px;
    }

    footer .logo img {
        width: 140px;
        height: auto;
    }

    footer ul.sns {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    footer ul.sns li {
        line-height: 48px;
        text-align: center;
        border-radius: 24px;
        border: solid 1px #444;
        font-size: 16px;
        margin: 0 8px;
    }

    footer ul.sns li a {
        display: block;
        width: 48px;
        height: 48px;
    }

    footer small {
        display: block;
        font-size: 10px;
        letter-spacing: 0.08em;
        text-align: center;
    }

    /* ------------------------------
　link
------------------------------ */
    a[href^="tel:"] {
        pointer-events: none;
        /* PC tel無効 */
    }

    a {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    a:hover {
        opacity: 0.4;
        filter: alpha(opacity=60);
    }

    /* ------------------------------
　pagetop
------------------------------ */
    #page-top {
        bottom: 20px;
        right: 15px;
        font-size: 34px;
        line-height: 1;
        position: fixed;
        z-index: 9999;
    }
}


/* ------------------------------
　news
------------------------------ */

.second_news {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    display: flex;
}

.second_news2 .CMS-NEWS-INDEX {

    margin-bottom: 3px;
}

.second_news2 .CMS-NEWS-ITEM {
    /* padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    margin: 15px; */

    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 240px;

}

.second_news2 .CMS-NEWS-THUMBNAIL {
    /* width: 210px;
    height: auto;
    aspect-ratio: 7/6;
    object-fit: cover;
    transition: 0.5s all; */

    width: 245px;
    /* height: 180px; */
    aspect-ratio: 7/6;
    object-fit: cover;
    transition: 0.5s all;
    margin-bottom: 10px;
}

.second_news2 .CMS-NEWS-TIME {
    white-space: nowrap;
    font-size: 1.2em;
}

.second_news2 .CMS-NEWS-LINK {
    font-size: 1.2em;
    /* max-width: 170px; */

}

.second_news2 .CMS-NEWS-TITLE {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}


.second_news2 .CMS-NEWS-CONTENT {
    text-align: center;
    margin: 0 auto;
}


.second_news2 .image .img {
    width: 100%;
    text-align: center;
}

.second_news2 .CMS-NEWS-MORE-READ {
    /* visibility: hidden; */
    display: none;
}

.CMS-NEWS-MORE-READ {
    visibility: hidden;
}

/* ------------------------------
　news
------------------------------ */

.CMS-NEWS-INDEX {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    margin-bottom: 30px;
}

.CMS-NEWS-ITEM {
    padding-bottom: 10px;
    padding-top: 10px;
    /* margin: 30px; */
    width: 260px;
}

.CMS-NEWS-THUMBNAIL {
    width: 260px;
    object-fit: cover;
    transition: 0.5s all;

}

.CMS-NEWS-TIME {
    white-space: nowrap;
    font-size: 1.1em;
}

.CMS-NEWS-LINK {
    font-size: 1.2em;
}

.CMS-NEWS-TITLE {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}



.CMS-NEWS-CONTENT {
    text-align: center;
    margin: 0 auto;
}


.image .img {
    width: 100%;
    text-align: center;
}



.second_news2 .CMS-ARTICLE-TITLE {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}


.second_news2 .CMS-ARTICLE-CONTENT {
    text-align: center;
    margin: 0 auto;
}

/* ------------------------------
article
------------------------------ */

.CMS-ARTICLE-TITLE {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}



.CMS-ARTICLE-CONTENT {
    text-align: center;
    margin: 0 auto;
}



/*article調整-----------------------*/
#article_archive .title_ar {
    text-align: center;
    margin-top: 1.5em !important;
    color: #8a8a8a !important;
}

#article_archive .CMS-ARTICLE-INDEX {
    display: flex;
    flex-wrap: wrap;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
    width: calc(33.333% - 20px);
    border: solid 1px #dbe8e3;
    padding: 0;
    margin: 10px 10px;
    transition: 0.3s all;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-THUMBNAIL {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME {
    padding: 10px 10px 0;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
    padding: 0 10px 10px;
}

@media screen and (max-width: 780px) {
    #article_archive .CMS-ARTICLE-INDEX {
        flex-direction: column;
    }

    #article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
        width: 100%;
        margin: 10px 0;
        height: 300px;
    }
}


/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Mobile
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (max-width: 767px) {

    /* ------------------------------
　display
------------------------------ */
    .pc {
        display: none;
    }

    /* ------------------------------
　btn
------------------------------ */
    .btn {
        margin: 0 auto;
    }

    .btn2 {
        margin: 0 auto;
        width: 240px;
        padding-bottom: 20px;
    }

    /* ------------------------------
　gnav
------------------------------ */
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        background-color: #fff;
        /* メニューライン色 */
    }

    .drawer-nav {
        background-color: #e49071;
        /* メニュー背景色 */
    }

    .drawer-hamburger {
        background: #e49071 !important;
        /* ハンバーガーメニュー背景色 */
    }

    /* ------------------------------
　header
------------------------------ */


    button {
        margin: 0;
    }

    button span {
        color: #fff;
    }

    h1 {
        padding: 7px 0;
        text-align: center;
    }

    h1 img {
        height: 65px;
        width: auto;
    }



    .info img {
        height: 146px;
    }


    /* ------------------------------
　index
------------------------------ */
    #main {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 480px;
    }

    .info {
        padding: 40px 20px 0 20px;
    }

    .info h1 {
        padding-left: 0 !important;
    }

    .second_news2 .bestrate {
        margin: 0 auto 30px auto;
        overflow: visible;
        text-align: center;
    }

    /* .info p {
        margin-bottom: 30px;
    } */

    .info p img {
        width: 100%;
        height: auto;
    }

    .sign_wrapper {
        margin-top: -30px;
    }

    .sign_wrapper .sg_inner_wrapper img {
        width: 100%;
    }

    .sign_wrapper .sg_inner_wrapper {
        width: 100%;
        margin: auto;
        text-align: right;
    }

    .sg_inner_wrapper {
        font-size: 41px;
        font-weight: 700;
        color: #fff;
    }

    /* ------------------------------
　second
------------------------------ */
    .pttl {
        padding: 40px;
        text-align: center;
    }

    .pttl img {
        height: 20px;
        width: auto;
    }

    .second {
        margin: 0 20px 60px 20px;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 20px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0 10px 60px 10px;
    }


    /* ------------------------------
　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;
    }

    /* ------------------------------
　menu
------------------------------ */
    /*
ul.lcmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

ul.lcmenu li {
    font-size: 15px;
    padding: 0 10px 5px 10px;
    margin-bottom: 3px;
}

ul.lcmenu li i {
    font-size: 12px;
    margin-right: 3px;
    vertical-align: 1px;
}

dl.menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

dl.menu-list dt {
    width: 68%;
    padding: 11px 0% 10px 2%;
    font-weight: bold;
    font-size: 13px;
}

dl.menu-list dt span {
    display: block;
    font-size: 10px;
    line-height: 1.6;
    margin-top: 4px;
    opacity: 0.5;
}

dl.menu-list dd {
    width: 28%;
    padding: 10px 2% 10px 0;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}
*/

    /* ------------------------------
　menu new sp
------------------------------ */
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    ul.lcmenu li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
        margin-bottom: 3px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px;
    }

    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        font-size: 1.0rem
    }

    .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-course-list__course-title-text img {
    display: none;
    }

    .rstdtl-course-list__course-title-text {
    font-size: 15px;
    text-align: center;
    }


    .rstdtl-menu-lst__menu-title {
        display: inline-block;
        width: 100%;
        color: #13131e;
        font-weight: bold;
        font-size: 1.0rem
    }

    .rstdtl-menu-lst__price {
        display: inline-block;
        width: 100% !important;
        font-weight: bold;
        text-align: right !important;
        font-size: 1.0rem
    }

    .rstdtl-menu-lst__price2 {
        display: inline-block;
        width: 100% !important;
        font-weight: bold;
        text-align: right !important;
        font-size: 1.0rem
    }

    .rstdtl-menu-lst__price2 span {
        display: inline-block;
        width: 100% !important;
        font-weight: bold;
        text-align: right !important;
        font-size: 0.8rem
    }

    .rstdtl-menu-lst__desc {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
    }

    p.rstdtl-menu-lst__ex {
        font-size: 12px;
    }

    .rstdtl-menu-lst__contents {
       display:flex;
        flex-flow: column;
    }


    .rstdtl-menu-lst__img {
        padding: 20px 15px 20px 0;
        width: 100%;
        height: 100%;
        text-align: center
    }
    
    .rstdtl-menu-lst__img img {
        width: 100%;
        height: 100%;
    }


      .rstdtl-menu-lst__setimg {
        display: grid;
        grid-template-columns: repeat(3, max-content); 
        justify-content: center;
        padding: 20px 0 20px 0;
    }



    .rstdtl-menu-lst__setinfo {
    padding-top: 23px;
    }




/* ------------------------------
　course menu sp
------------------------------ */

    .course-list__items {
        margin: auto;
        width: 80%;
    }

    .rstdtl-course-list {
        display: flex;
        flex-flow: column;
        position: relative;
        z-index: 1;
        border-top: none; 
        border-bottom: 1px dotted #d2d2d2; 
        width: 100%;
        padding: 0 10px; 
        box-sizing: border-box;
    }


    .rstdtl-course-list:last-of-type {
        border-bottom: none;
    }

    .rstdtl-course-list__img {
        display: block; 
        width: 100%; 
        padding: 20px 15px 20px 0; 
        box-sizing: border-box;
        text-align: center;
    }

    .rstdtl-course-list__img img {
        width: 100%; 
        height: auto; 
    }


    .rstdtl-course-list__data {
        display: block; 
        position: relative;
        padding: 10px 0; 
        width: 100%;
        word-break: break-all;
    }

    .rstdtl-course-list__data-header {
        display: block;
        width: 100%
    }

    .rstdtl-course-list__course-title {
        display: block;
        width: 100%;
    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0;
        color: #13131e;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.0rem; 
        text-align: left;
    }

    /* ▼ 価格 ▼ */
    .rstdtl-course-list__price-wrap {
        display: block;
        width: 100%;
        white-space: nowrap;
        text-align: right;
        padding-top: 5px;
    }

    .rstdtl-course-list__price-before {
        color: #13131e;
        margin-right: 0.5rem;
        font-size: 1.0rem;
        text-decoration: line-through;
    }

    .rstdtl-course-list__price-num {
        color: #000;
        font-weight: bold;
        font-size: 1.0rem; 
    }

    .rstdtl-course-list__desc {
        line-height: 1.6;
        font-size: 12px; 
        font-weight: normal;
        margin-top: 10px;
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        color: #463f2d;
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem
    }

    /* ------------------------------
    info
------------------------------ */
    .info div span {
        display: block;
        background: #666666;
        color: #fff;
        line-height: 1;
        padding: 8px 10px 8px 12px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    a:hover figcaption {
        opacity: 1;
        transition: all 0.8s ease;
    }

    .info a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    /* ------------------------------
　specialite
------------------------------ */
    .chef {
        border: solid 1px #666666;
        padding: 25px;
        margin-bottom: 40px;

    }

    .chef figure img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .chef dl dt {
        font-family: 'Sawarabi Mincho', sans-serif;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .chef dl dt span:nth-child(1) {
        font-size: 10px;
        display: block;
        margin-bottom: 6px;
    }

    .chef dl dt span:nth-child(2) {
        font-size: 8px;
        display: block;
        margin-top: 8px;
        letter-spacing: 0.4em;
        color: #999;
    }

    .specialite .inner1 {
        margin-bottom: 40px;
    }

    .specialite .inner2 {
        margin-bottom: 40px;
    }

    .specialite .inner1 figure img,
    .specialite .inner2 figure img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .txt2 {
        font-size: 125px;
    }

    /* ------------------------------
　scene
------------------------------ */
    .scene .inner {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        padding: 7px;
        margin: 0 15px 40px 15px;
    }

    .scene .inner-box {
        background: #fff;
        padding: 20px;
    }

    .bx-wrapper {
        box-shadow: 0 0 0 #fff !important;
        -webkit-box-shadow: 0 0 0 #fff !important;
        box-shadow: 0 0 0px #fff !important;
        border: none !important;
        margin: 0 !important;
        background: #ff0000;
        width: 100% !important;
    }

    .slider div,
    .slider2 div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        color: #fff;
        text-align: center;
    }

    .pager {
        margin-top: 10px;
        text-align: center;
    }

    .scene p {
        margin-bottom: 20px;
    }

    /* ------------------------------
　footer
------------------------------ */
    footer {
        padding: 40px 0;
    }

    footer .logo:last-child {
        text-align: center;
        margin-bottom: 25px;
    }

    footer .logo img {
        width: 140px;
        height: auto;
    }

    footer ul.gnav {
        margin-bottom: 30px;
    }

    footer ul.gnav li {
        text-align: center;
        margin-bottom: 12px;
    }

    footer ul.gnav li span {
        font-size: 9px;
        margin-left: 10px;
        vertical-align: 1px;
    }

    footer ul.sns {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    footer ul.sns li {
        line-height: 48px;
        text-align: center;
        border-radius: 24px;
        border: solid 1px #333;
        font-size: 16px;
        margin: 0 8px;
    }

    footer ul.sns li a {
        display: block;
        width: 48px;
        height:48px;
    }

    footer small {
        display: block;
        font-size: 10px;
        letter-spacing: 0.08em;
        text-align: center;
    }

    /* ------------------------------
　drawer-hamburger　
------------------------------ */
    .drawer-nav {
        color: #fff;
        z-index: 9999;
    }

    .drawer-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-family: 'Sorts Mill Goudy', serif;
    }

    .drawer-nav ul li:last-child a:before {
        content: "";
    }

    .drawer-nav ul li a {
        color: #fff;
        display: block;
        padding: 17px 15px;
    }

    .drawer-nav ul li:last-child {
        border-bottom: none;
        font-size: 24px;
        line-height: 0.4;
        padding-top: 30px;
        padding-bottom: 40px;
        text-align: center;
    }

    .drawer-nav ul li:last-child span {
        display: block;
        font-size: 11px !important;
        font-weight: normal;
        margin-left: 17px;
        letter-spacing: 0.1em;
    }

    .drawer-nav ul li:last-child i {
        font-size: 15px;
        margin-right: 1px;
        vertical-align: 3px;
    }

    /* ------------------------------
　link
------------------------------ */
    a {
        text-decoration: none;
    }

    /* ------------------------------
　page-top
------------------------------ */
    #page-top {
        display: block;
        font-size: 40px;
        line-height: 1;
        position: fixed;
        bottom: 15px;
        right: 10px;
        z-index: 1;
    }

}




/* animation */
.box {
    /* border: 1px solid green; */
    /* position: relative; */
}



/* 写真のアニメーション */
.inview .c_img,
.invew .c_text,
.invew .c_btn {
    opacity: 0;
}

.inview.fadeIn .c_img {
    opacity: 1;
}

.inview.fadeIn .c_img img {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .outer_img {
        margin-right: 50px;
    }
}

.c_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inview.fadeIn .c_img:after {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    transform: skew(-0deg);
    width: 205%;
    height: 100%;
    background: #fff;
    animation-name: c_img_bg;
    animation-duration: 0.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
    /* animation-timing-function: ease-in-out; */
    z-index: 11;
    /* opacity: 0.3; */
}

.inview.fadeIn .inner_img:after {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    transform: skew(-0deg);
    width: 205%;
    height: 100%;
    background: #666666;
    animation-name: c_img_bg;
    animation-duration: 0.5s;
    animation-delay: 2.8s;
    animation-fill-mode: forwards;
    /* animation-timing-function: ease-in-out; */
    z-index: 11;
    /* opacity: 0.3; */
}

@keyframes c_img_bg {
    0% {
        left: -100%;
        transform: skew(-0deg);
    }

    50% {
        left: 50%;
        transform: skew(-20deg);
    }

    100% {
        left: 100%;
        transform: skew(-0deg);
    }
}


.inview.fadeIn .c_text {
    animation-duration: 0.5s;
    animation-delay: 3.2s;
    animation-fill-mode: forwards;
    animation-name: c_fade;
    transform: translateY(50px);
    opacity: 0;
}

.inview.fadeIn .c_btn {
    animation-duration: 0.5s;
    animation-delay: 3.6s;
    animation-fill-mode: forwards;
    animation-name: c_fade;
    transform: translateY(50px);
    opacity: 0;
}

@keyframes c_fade {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.concept_main {
    opacity: 0;
    font-family: 'Sawarabi Mincho', sans-serif;
}

.concept_main span {
    opacity: 0;
}

.c_text {
    font-family: 'Sawarabi Mincho', sans-serif;
}

.fadeBound {
    display: inline-block;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-name: c_main;
    opacity: 1 !important;
}

@keyframes c_main {
    0% {
        transform: translateY(40%) scale(0);
        opacity: 0;
    }

    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@media screen and (max-width:767px) {

    #floatingmenu {
        display: block;
        opacity: 0.9;
        width: 100%;
        position: fixed;
        z-index: 999999;
        padding: 0px auto;

        text-align: center;
        bottom: 0px;
    }

    p .footerbtn {
        position: fixed !important;
        font-family: 'Sorts Mill Goudy', serif;
        line-height: 1;
        margin: 0;
        font-size: 18px;
    }

    #floatingmenu a {
        display: block;
        color: #fff;
        padding: 5px 0px;
    }

    header p {
        position: fixed !important;
        right: 20%;
        bottom: 5px;
        width: 60%;
        writing-mode: unset;
        font-family: 'Sorts Mill Goudy', serif;
        background: #c6dc1d;
        line-height: 1;
        z-index: 999999;
        font-size: 16px;
    }

    header p a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 10px 0px;
    }

    header #op_btn {
        margin: 0 auto;
        text-align: center;
    }

    nav.gnav.pc,
    nav.persist-header {
        display: none !important;
    }

}

.active {
    opacity: 0.4;
}


.text {
    text-align: center;
    font-size: 35px;
}

.logo_flex {
    display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (min-width: 768px) {
    a.yoyaku {
        float: right;
        color: #306532;
        text-align: end;
    }

    .width_re {
        /* width: 1000px; */
        max-width: 1160px;
        margin-top: 30px;
    }

    .width_re img {
        width: 207px;
        /* height: 175px; */
    }
}

@media screen and (max-width: 767px) {
    .width_re img {
        width: 280px !important;
        height: auto !important;
    }

    /* a.yoyaku {
        display: none;
    } */
}

.yoyaku_btn {
    display: flex;
    flex-direction: column;
}


.news_text {
    text-align: center;
}

.news_text img {
    width: auto;
    height: 33px;
    padding: 30px 0 0;
}

@media screen and (max-width: 990px) {
    .info {
        width: auto;
    }

    .CMS-NEWS-INDEX {
        justify-content: initial;
    }

    .CMS-ARTICLE-INDEX {
        justify-content: initial;
    }
}


.section--title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid #333;
    width: fit-content;
    margin: 0 auto 40px;
}

.container img,
.slider img,
.thumbnail img {
    width: 100%;
    height: auto;
}

.container {
    max-width: max(66.7vw, 980px);
    margin: 0 auto;
    padding: 0 20px;
}

.concept {
    padding: 160px 0 80px;
}

.concept__head--text {
    font-size: 28px;
    text-align: center;
    font-weight: 400;
}

.concept__head--img {
    max-width: 200px;
    margin: 40px auto 70px;
}

.concept__body {
    display: flex;
    gap: 60px;
}

.concept__body--img {
    width: 35%;
}

.concept__body--text {
    width: 65%;
}

.concept__body--text p {
    font-size: clamp(10px, 1vw, 16px);
}

.concept__body--btn {
    padding: 10px;
    border: 1px solid #333;
    display: inline-block;
    margin-top: 50px;
}


.scene {
    padding: 80px 0;
}

.scene--text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.scene__contents {
    padding: 30px 20px;
    background-color: #ccc;
}

.scene__contents--item {
    display: flex;
    background-color: #fff;
    margin-bottom: 40px;
    align-items: center;
}

.scene__contents--item:last-child {
    margin-bottom: 0;
}

.scene__contents--img {
    width: 50%;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 8px;
    line-height: 15px;
}

.scene__contents--text {
    width: 50%;
    text-align: center;
    padding: 0 35px;
}

.scene__contents--title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.scene__contents--text p {
    font-size: clamp(10px, 1vw, 16px);
}

.sp {
    display: none;
}

.access__info {
    max-width: 600px;
    margin: 50px auto 0;
}

.access__info--item {
    display: flex;
    gap: 30px;
    margin-top: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px 20px;
}

.access__info--item:last-child {
    border: none;
}

.access__info--item dt {
    width: fit-content;
}

.access__info--item dd {
    width: fit-content;
}

@media screen and (max-width: 768px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .section--title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .container {
        padding: 0 20px;
    }

    .concept {
        padding: 80px 0 40px;
    }

    .concept__head--text {
        font-size: 15px;
        white-space: nowrap;
    }

    .concept__head--img {
        max-width: 150px;
        margin: 30px auto 40px;
    }

    .concept__body {
        flex-direction: column;
        gap: 30px;
    }

    .concept__body--img {
        width: initial;
        order: 1;
        margin-left: -20px;
        margin-right: -20px;
    }

    .concept__body--text {
        width: 100%;
        order: 0;
    }

    .concept__body--text p {
        font-size: 12px;
    }

    .concept__body--btn {
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }


    .scene {
        padding: 40px 0;
    }

    .scene__contents {
        padding: 0;
        background-color: #fff;
    }

    .scene__contents--item {
        flex-direction: column;
    }

    .scene__contents--img {
        width: 100vw;
        overflow-x: hidden;
    }

    .scene__contents--slider,
    .scene__contents--slider .slick-list,
    .scene__contents--slider .slick-list .slick-track {
        height: 100%;
    }

    .scene__contents--slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slick-dots li {
        margin: 0;
    }

    .slick-dots li button:before {
        font-size: 8px;
        line-height: 15px;
    }

    .scene__contents--text {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .scene__contents--title {
        font-size: 16px;
        margin: 0px 0 10px;
        text-align: center;
    }

    .scene--text {
        font-size: 12px;
        text-align: left;
        margin-bottom: 15px;
    }

    .scene__contents--text p {
        font-size: 12px;
    }

    .scene__contents--item:nth-child(2) .scene__contents--img {
        order: 0;
    }

    .scene__contents--item:nth-child(2) .scene__contents--text {
        order: 1;
    }
}



/* ------------------------------
　gallery slider
------------------------------ */
.gallery {
    overflow: hidden;
    padding: 80px 0;
}

/* slick */
.slider {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    height: min(60vw, 500px);
}

.slick-img {
    position: relative;
}

.slick-img:hover {
    cursor: grab;
}

.slick-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 10px #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .slick-img img {
        border: solid 2px #fff;
    }

    .slider {
        /* height: auto !important; */
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* thumbnail */
.thumbnail {
    margin-top: 10px;
}

.thumbnail img {
    border: solid 10px #fff;
    box-sizing: border-box;
    opacity: 0.5;
}

.thumbnail img:hover {
    cursor: pointer;
}

.thumbnail .slick-current img {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .gallery {
        padding: 40px 0;
    }

    .thumbnail {
        display: none !important;
    }
}

/* arrow */
.slick-arrow {
    display: none;
}

.slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before {
    background: url(../img/next.png) !important;
    background-size: contain !important;
}

.slick-prev:before {
    background: url(../img/prev.png) !important;
    background-size: contain !important;
}

.slick-prev {
    left: -20px !important;
}

.slick-next {
    right: -20px !important;
}

.scene-slider-1,
.scene-slider-2 {
    background: #fff;
}

.slider.slick-initialized {
    display: block;
    /*slick-initializedが付与されたら表示*/
}

/* about */
.about-mv {
    background-image: url(../img/about-mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: min(38vw, 720px);
}

.about-text {
    padding: 100px 0;
}

.about__wrap {
    display: flex;
    justify-content: space-between;
}

.about__wrap--copy {
    width: 50%;
}

.name {
    margin-bottom: 30px;
    font-size: 18px;
}

.about__wrap--copy .name span {
    display: block;
    font-size: 13px;
}

.about__wrap--copy .main-copy {
    font-size: 22px;
    letter-spacing: 4px;
}

.about__wrap--text {
    width: 50%;
    line-height: 2.5;
}

/* prof */
.prof {
    background-color: #D9D9D9;
    padding: 50px 0;
}

.prof__wrap {
    display: flex;
    position: relative;
    gap: 100px;
}

.prof__wrap::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5px;
    height: 90%;
    background-color: #333;
}

.prof-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.prof__intro {
    width: 50%;
}

.prof__career {
    width: 50%;
}

.prof__intro--text {
    font-size: clamp(12px, 0.84vw, 15px);
    line-height: 2;
}

.prof__career--list {
    font-size: clamp(12px, 0.84vw, 15px);
}

.prof__career--list li {
    display: flex;
    margin-bottom: 10px;
}

.prof__career--list li span:nth-child(1) {
    display: inline-block;
    margin-right: 15px;
    width: 13%;
}

.prof__career--list li span:nth-child(2) {
    width: 87%;
}

/* topics */
.topics {
    padding: 80px 0;
}

.topics__wrap {
    display: flex;
    max-width: max(66.7vw, 1020px);
    margin: 0 auto;
    padding: 0 20px;
}

.bestrate__item {
    display: block;
    flex: 1 1 calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
}

.bestrate__item img {
    width: 100%;
    aspect-ratio: 6/5;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.bestrate__item p {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.topics__wrap .CMS-ARTICLE-INDEX {
    display: flex;
    width: 75%;
}

.topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
    flex: 1 1 calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
}

.topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM .CMS-ARTICLE-THUMBNAIL {
    width: 100%;
    aspect-ratio: 6/5;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME,
.topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
    position: relative;
    z-index: 1;
    background-color: #fff;
    text-align: center;
}

.topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-MORE-READ {
    display: none;
}

.news .CMS-ARTICLE-INDEX {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 100px;
    position: relative;
}

.news .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
    width: calc(33.333333333% - 40px * 2/3);
    overflow: hidden;
}

.news .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM .CMS-ARTICLE-THUMBNAIL {
    width: 100%;
    aspect-ratio: 6/5;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.news .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME,
.news .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
    position: relative;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.news .CMS-ARTICLE-INDEX .CMS-ARTICLE-MORE-READ {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    max-width: 200px;
    width: 100%;
    border: 1px solid #333;
    background-color: transparent;
    color: #333;
}

.news__btn {
    padding: 10px;
    border: 1px solid #333;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    max-width: 200px;
}

/* shopinfo */
.shopinfo {
    padding: 100px 0;
}

.shopinfo-itle {
    font-size: 24px;
    margin-bottom: 50px;
}

.shopinfo-itle span {
    display: block;
    font-size: 14px;
}

.shopinfo__contents {
    margin-bottom: 60px;
}

.shopimg__wrap {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.shopimg__wrap figure {
    width: calc(25% - 15px * 3/4);
}

.shopinfo-btn {
    padding: 20px;
    border: 1px solid #333;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.slick-arrow {
    display: none !important;
}

.access {
    padding: 80px 0 0;
}

@media screen and (max-width: 768px) {

    .about-mv {
        height: 90vw;
        background-position: 100% 0%;
    }

    .about-text {
        padding: 40px 0;
    }

    .about__wrap {
        flex-direction: column;
    }

    .about__wrap--copy {
        width: 100%;
    }

    .about__wrap--text {
        width: 100%;
    }

    .name {
        text-align: center;
        font-size: 14px;
    }

    .name span {
        font-size: 12px;
    }

    .about__wrap--copy .main-copy {
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
        letter-spacing: normal;
    }

    .about__wrap--text {
        font-size: 12px;
    }

    .prof {
        padding: 30px 0;
    }

    .prof__wrap {
        flex-direction: column;
        gap: 0;
    }

    .prof__wrap::after {
        display: none;
    }

    .prof__intro {
        width: 100%;
        padding-bottom: 40px;
        border-bottom: 0.5px solid #333;
    }

    .prof__career {
        width: 100%;
        padding-top: 40px;
    }

    .prof-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }

    .prof__intro--text {
        font-size: clamp(10px, 0.84vw, 15px);
    }
    
    .prof__career--list {
        font-size: clamp(10px, 0.84vw, 15px);
    }

    .topics {
        padding: 40px 0;
    }

    .topics__wrap {
        flex-direction: column;
        gap: 20px;
    }

    .bestrate__item {
        width: 100%;
        margin: 0;
    }

    .bestrate__item p {
        display: none;
    }

    .bestrate__item img {
        aspect-ratio: 5 / 2;
    }

    .topics__wrap .CMS-ARTICLE-INDEX {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
        width: 100%;
        margin: 0;
    }

    .topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM .CMS-ARTICLE-LINK-CONTENT {
        display: flex;
        justify-content: space-between;
    }

    .topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM .CMS-ARTICLE-THUMBNAIL {
        display: none;
    }

    .topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME {
        text-align: left;
        order: 1;
        width: fit-content;
        white-space: nowrap;
        margin-left: 10px;
    }

    .topics__wrap .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
        order: 0;
        text-align: left;
    }


    .news .CMS-ARTICLE-INDEX {
        flex-direction: column;
    }

    .news .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
        width: 100%;
    }

    .news__btn {
        max-width: 70%;
    }

    .shopinfo {
        padding: 30px 0;
    }

    .shopinfo .container {
        display: flex;
        flex-direction: column;
    }

    .shopinfo__contents {
        margin-bottom: 30px;
        order: 1;
    }

    .shopinfo-itle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .shopinfo-itle span {
        font-size: 10px;
    }

    .shopimg {
        overflow: auto;
        margin-bottom: 30px;
        order: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .shopimg__wrap {
        width: 1000px;
        margin-bottom: 0;
    }

    .shopinfo-btn {
        order: 1;
        padding: 10px;
    }

    .access {
        padding: 40px 0 0;
    }

    .access__info {
        margin-top: 30px;
    }

    .access__info--item {
        flex-direction: column;
        gap: 0px;
        padding: 10px;
    }

    .access__info--item dt {
        font-size: 14px;
    }
    
    /* スマホ: TOKYOとNAGOYAを横並び、Cafe/Bistroをその下中央に */
  .logo_flex {
    flex-wrap: wrap;
  }

  .logo_flex .logo:nth-child(1),
  .logo_flex .logo:nth-child(2) {
    text-align: center;
  }

  .logo_flex .logo:last-child {
    width: 100%;
    text-align: center;
  }

}