@charset "utf-8";


/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.in-cover-title-box {
    margin: 5% 0 0;
}

.in-cover-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--white);
    position: relative;
}

.in-cover-title::after {
    content: "";
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: var(--white);
}

.in-cover-sub-title {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 1.25)), 40px);
    font-weight: 700;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--white);
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
    background: var(--primary);
    color: var(--white);
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.bread-link {
    display: block;
    color: var(--white);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--white);
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

/*===========================================================
バナー
===========================================================*/

.common-banner-area {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.common-banner {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 255px;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.0356)), 40px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
    position: relative;
}

.common-banner:hover {
    color: var(--white);
}


.common-banner p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--white);
    position: relative;
    z-index: 1;
}

.common-banner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
    transition: all .3s;
}

.common-banner:hover::before {
    background: rgba(0, 0, 0, 0.4);
}

.menu-banner {
    background: url(/system_panel/uploads/images/in-link-menu.jpg) center center / cover no-repeat;
}

.shop-banner {
    background: url(/system_panel/uploads/images/in-link-shop.jpg) center center / cover no-repeat;
}

.concept-banner {
    background: url(/system_panel/uploads/images/in-link-concept.jpg) center center / cover no-repeat;
}

.dinner-banner {
    background: url(/system_panel/uploads/images/in-link-dinner.jpg) center center / cover no-repeat;
}

/*===========================================================
concept/dinner
===========================================================*/

.common01-img-area {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.common01-img-box {
    width: 100%;
}

.common01-text-box {
    margin: 40px auto 0;
    max-width: 770px;
    width: 100%;
}

.common01-text-box .text01 br {
    display: none;
}

.common01-point-text-box {
    margin: 40px auto 0;
    padding: 20px 10px;
    max-width: 750px;
    width: 100%;
    text-align: center;
    background: url(/system_panel/uploads/images/bg03.png) center center / cover no-repeat;
}

.common02-frame {
    padding: 20px;
}

.common02-container {
    padding: 80px 15px;
}

.common02-area {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.common02-block {
    margin: 60px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.common02-block:first-child {
    margin: 0;
}

.common02-img-box {
    margin: 0 auto;
    width: 100%;
}

.common02-text-area {
    margin: 40px 0 0;
    width: 100%;
}

.common02-text-box {
    margin: 30px 0 0;
}

/*===========================================================
送信完了
===========================================================*/

.complete-btn-area {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}

.complete-btn-area .btn01 {
    max-width: 200px;
}

.complete-btn-area .btn01.btn01-red::after {
    display: none;
}

.complete-btn-area .btn01.btn01-red::before {
    content: "";
    max-width: 50px;
    width: 100%;
    height: 50px;
    margin: 0 14px 0 0;
    background: url(/system_panel/uploads/images/arrow_red.svg) center center / contain no-repeat;
    transform: scale(-1, 1);
    transition: all .3s;
}

.complete-btn-area .btn01.btn01-red:hover::before {
    transform: scale(-1, 1) translateX(6px);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
    /*===========================================================
    concept/dinner
    ===========================================================*/

    .common01-text-box {
        text-align: center;
    }

    .common01-text-box .text01 br {
        display: block;
    }
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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


    /*===========================================================
    下層カバー
    ===========================================================*/

    .in-cover {
        max-width: 1920px;
        width: 100%;
        height: 400px;
        justify-content: flex-start;
    }

    .in-cover-title-box {
        margin: 3% 0 0 10%;
    }

    /*===========================================================
    inner
    ===========================================================*/

    .in-wrapper {
        padding: 80px 0;
    }

    /*===========================================================
    banner
    ===========================================================*/

    .common-banner-area {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 56px;
    }

    /*===========================================================
    concept/dinner
    ===========================================================*/

    .common01-img-area {
        margin: 60px 0 0;
        grid-template-columns: repeat(3, 1fr);
    }

    .common01-text-box {
        margin: 60px auto 0;
    }

    .common02-container {
        padding: 120px 15px;
    }

    .common02-block {
        margin: 100px 0 0;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
    }

    .common02-block:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .common02-img-box {
        margin: 0;
        max-width: 610px;
        width: 47%;
    }

    .common02-text-area {
        margin: 0;
        max-width: 600px;
        width: 50%;
    }

    .common02-text-box {
        margin: 50px 0 0;
    }

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /*===========================================================
    下層カバー
    ===========================================================*/

    /*===========================================================
    パンくず
    ===========================================================*/

    .bread-box {
        font-size: 14px;
    }

    /*===========================================================
    inner
    ===========================================================*/

    .in-wrapper {
        padding: 150px 0;
    }

    /*===========================================================
    concept/dinner
    ===========================================================*/

    .common01-img-area {
        margin: 80px 0 0;
        grid-template-columns: repeat(5, 1fr);
    }

    .common01-text-box {
        margin: 80px auto 0;
    }

    .common02-container {
        padding: 150px 15px;
    }

    .common02-block {
        margin: 120px 0 0;
    }
  
  	.common02-title-br br{
        display: none;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

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

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

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

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */