@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

.cursol-pointer {
    cursor: pointer;
}

/* 画像 */

.imgControl {
    position: relative;
    padding: 0 0 75%;
    height: 0;
}

.imgControl>img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.imgFit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

img+.noImg {
    display: none;
}

/* 下層カバー */

.incover {
    max-width: 1920px;
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(70 70 70 / 65%);
    z-index: 2;
}

.incoverTxtBlock {
    max-width: 800px;
    width: 100%;
    color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.incoverJpTitBox {
    padding: 0 0 10px 0;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.11em;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.incoverEnTit {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.11em;
    text-align: center;
}

/* パンくず */

.breadWrap {
    padding: 10px 0;
}

.breadBox {
    max-width: 1450px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.breadLink {
    display: block;
    color: #fff;
}

.breadLink:hover {
    color: #fff;
    text-decoration: underline;
}

.breadText {
    color: #fff;
}

/* レイアウト */

.inWrap {
    padding: 40px 0;
    position: relative;
}

.inner {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.inner01 {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


/* 見出し */

.inTit01 {
    font-family: var(--fontB);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.625em;
}

.inTit01.border-black {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #333;
}

.inTit02 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.625em;
}

.flexTit {
    font-family: var(--fontB);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.8em;
    padding: 0 0 20px 0;
}

.flexTit.black {
    color: #333;
    border-bottom: 1px solid #333;
}

.flexTit br {
    display: block;
}

.inMsg01 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75em;
}

.in-msg-shadow {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.inMsgEdge {
    font-size: 18px;
    font-weight: 700;
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
}

/* 装飾 */

.bg-deco01:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(/system_panel/uploads/images/in-deco-mask01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.bg-deco02:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 27%;
    height: 336px;
    background-image: url(/system_panel/uploads/images/in-deco01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.shadow-yellow {
    text-shadow: 0px 0px 10px #FFBA44;
}


/* テキスト */

.inText01 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2.11em;
}

.introText {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.introText br {
    display: none;
}


/* テーブル */

.baseTb {
    background: #fff;
    border: solid 1px #ccc !important;
    letter-spacing: 0.05em;
}

.baseTr:not(:last-child) {
    border-bottom: solid 1px #ccc;
}

.baseTh,
.baseTd {
    padding: 10px;
}

.baseTh {
    font-weight: 600;
    background: #DB9724;
    color: #fff;
}

/* 共通パーツ */

.grid3-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 4.93%;
}

.linkBtnRow {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 60px auto 0;
}

.linkBtnBox {
    max-width: 542px;
    width: 100%;
    margin: 40px 0 0 0;
}

.linkBtn {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    transition: all .5s;
}

.linkBtnImg {
    position: relative;
    min-height: 200px;
}

.imgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linkMaskBox {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: rgba(78, 58, 40, 0.74);
    z-index: 1;
    transition: all .5s;
}

.linkBtn:hover .linkMaskBox {
    background: rgba(78, 58, 40, 0.3);
    transition: all .5s;
}

.linkBtnTit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 540px;
    height: 40px;
    width: 95%;
}

.linkBtnTit {
    font-family: var(--fontA);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
}


/* ページャー */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination>ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

.webgene-pagination>ul>li {
    display: flex;
}

.webgene-pagination>ul>li {
    margin: 40px 8px 0;
    height: 35px;
    width: 100%;
    max-width: 35px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1em;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.webgene-pagination>ul>li.selected>a {
    color: var(--primary);
    background: #fff;
    cursor: inherit;
    border: 1px #fff solid;
}

.webgene-pagination>ul>li.selected>a:hover {
    color: var(--primary);
    background-color: #fff;
}

.webgene-pagination>ul>li>a {
    width: 100%;
    height: 32px;
    width: 32px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    transition: all .3s;
}

.webgene-pagination>ul>li>a:hover {
    color: var(--primary);
    background-color: #fff;
    text-decoration: none;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    height: 40px;
    width: 40px;
    border: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
    color: #decfb3;
    background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    transition: all .3s;
}

/*.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-bottom: solid 2px #CBB487;
	border-left: solid 2px #CBB487;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}*/

/*.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-top: solid 2px #CBB487;
	border-right: solid 2px #CBB487;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}*/

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #333;
    font-size: 14px;
}

/* intro */

.introRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.introTextBlock {
    width: 100%;
}

/* concept */

/*.conceptFrame01:before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -60px;
    left: auto;
    background-color: #000;
    background-image: url(/system_panel/uploads/images/in-deco-mask01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}*/

.conceptTextBlock01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    background-image: url(/system_panel/uploads/images/concept-text-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.conceptTextBlock01 {
    margin: -40px auto 0;
    z-index: 10;
}

.decoTextBox {
    position: absolute;
    max-width: 80px;
    width: 30%;
    text-align: right;
    top: 15px;
    right: 10px;
    border-top: 1px solid #DB9724;
}

.decoText {
    color: #DB9724;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 10px 0 0 auto;
}

.concept01TxtBlockIn .flexTit {
    padding: 0;
}

/* food */

.foodImgBox {
    opacity: .3;
    z-index: -1;
}

.foodImgBox01 {
    margin: 0 auto auto 0;
}

.foodImgBox02 {
    margin: 40px 0 0 auto;
}

.food01RowTextBox .inText01 {
    font-weight: 600;
}

.menuGrid {
    margin: 60px 0 0 0 !important;
}

.menuItemTit {
    font-size: 20px;
    padding: 10px;
    border: 1px solid;
    text-align: center;
}

.menuList {
    margin: 30px 0 0;
}

.menuListRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
}

.menuListRow:first-child {
    margin: 0;
}

.menuListPrice {
    width: 80px;
    margin: 0 0 0 auto;
    text-align: right;
}

.menuListPriceBox {
    margin: 0 0 0 auto;
}

.menuListPriceBoxRow {
    margin: 5px 0 0;
}

.menuList p {
    font-size: 14px;
}

/* drink */

.drinkImgBox {
    opacity: .2;
    z-index: -1;
}

.drinkImgBox01 {
    width: 12% !important;
    margin: 0 auto auto 0;
}

.drinkImgBox02 {
    margin: 40px 0 0 auto;
}

.drinkMenu02.menuGrid {
    margin: 100px 0 0 0 !important;
}

.drinkImgBox03,
.drinkImgBox04 {
    width: 30% !important;
}

.drinkImgBox03 {
    left: 0;
}

.drinkImgBox04 {
    right: 0;
}

/* scene */

.sceneRowTextBlock .flexTit {
    padding: 0;
}

.flexTit strong {
    font-weight: 500;
    text-shadow: 0px 0px 10px #FFBA44;
}

.sceneRowTextBlock .flexTit br {
    display: block;
}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .inTit02 {
        font-size: 18px;
    }

    /* sale */
    .saleFlexTit br {
        display: none;
    }

    /* concept */
    .conceptTextBlock01 {
        margin: -50px auto 0;
        z-index: 10;
    }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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


    /* タイトル */

    .incoverTit {
        font-size: 35px;
    }

    .flexTit br {
        display: none;
    }

    /* テキスト */

    .introTxtBox {
        text-align: center !important;
    }

    .introTxt br {
        display: block;
    }

    .saleMsgBox .txt02 br {
        display: none;
    }

    .inWorryItemTxt br {
        display: block;
    }

    /* 共通パーツ */

    .grid3-1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 4.93%;
    }

    /* food */

    .foodImgBox01 {
        margin: 0 auto auto 0;
    }

    .foodImgBox02 {
        margin: 40px 0 0 auto;
    }

    .menuListRow {
        flex-direction: row;
        align-items: flex-stert;
    }

    .menuList p {
        font-size: 13px;
    }

    /* drink */

    .drinkImgBox01 {
        margin: 0 auto auto 0;
    }

    .drinkImgBox02 {
        margin: 40px 0 0 auto;
    }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

    /* 下層カバー */

    .incover {
        height: 300px;
    }

    .incoverTit {
        font-size: 40px;
        text-align: left;
    }

    /* パンくず */

    .breadBox {
        font-size: 13px;
    }

    /* 見出し */

    .inTit01 {
        font-size: 22px;
    }

    .inTit01 br {
        display: none;
    }

    .inTit02 {
        font-size: 20px;
    }

    .flexTit {
        font-size: 24px;
    }

    .flexTit br {
        display: block;
    }

    .inMsg01 {
        font-size: 30px;
        line-height: 2em;
    }

    .inMsgEdge {
        font-size: 40px;
    }

    .introText {
        font-size: 16px;
    }

    /* テキスト */

    .inText01 {
        font-size: 16px;
    }

    .introText br {
        display: block;
    }

    /* レイアウト */

    .inWrap {
        padding: 60px 0;
        position: relative;
    }

    /* concept */

    .conceptTextBlock01 {
        margin: -60px 0 0 auto;
        width: 100% !important;
        z-index: 10;
    }

    .conceptDeco01 {
        top: 50%;
        left: 10%;
        margin: auto;
    }

    .decoTextBox {
        top: 20px;
    }

    .decoText {
        font-size: 16px;
    }

    /* food */

    .menuList p {
        font-size: 15px;
    }

    .foodImgBox {
        width: 25% !important;
    }

    /* drink */

    .drinkRow {
        align-items: center;
    }

    .drinkImgBox {
        width: 10% !important;
    }

    .drinkImgBox01 {
        width: 10% !important;
        opacity: 1;
    }

    .drinkImgBox02 {
        opacity: 1;
    }

    .drinkImgBox03,
    .drinkImgBox04 {
        width: 20% !important;
    }


}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


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

    /*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

    /* 下層カバー */

    .incover {
        height: 350px;
    }

    .incoverTit {
        font-size: 45px;
    }

    /* パンくず */

    .breadWrap {
        padding: 15px 0;
    }

    .breadBox {
        font-size: 14px;
    }

    /* レイアウト */

    .inWrap {
        padding: 80px 0;
    }

    /* 見出し */

    .inTit01 {
        font-size: 30px;
    }

    .inTit02 {
        font-size: 21px;
    }

    .flexTit {
        font-size: 29px;
    }

    /* テキスト */

    .inText01 {
        font-size: 17px;
    }

    /* 共通パーツ */

    .grid3-1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .linkBtnRow {
        flex-direction: row;
        margin: 100px auto 0;
    }

    .linkBtnBox {
        width: 49%;
        margin: 0;
    }

    .linkBtnImg {
        position: relative;
        min-height: 255px;
    }

    /* テーブル */

    .baseTh,
    .baseTd {
        padding: 15px;
    }

    .webgene-pagination>ul>li {
        margin: 40px 10px 0;
        height: 40px;
        max-width: 40px;
    }

    .webgene-pagination>ul>li>a {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }

    /* concept */

    .conceptTextBlock01 {
        margin: -150px 0 0 auto;
        width: 65% !important;
    }

    .decoTextBox {
        top: 30px;
    }

    .conceptDeco01 {
        left: 26%;
        margin: auto;
    }

    .conceptRowTextBlock {
        width: 65% !important;
        margin: 0 0 0 -100px !important;
    }

    .conceptRow:nth-of-type(2n) .conceptRowTextBlock {
        width: 65% !important;
        margin: 0 -100px 0 0 !important;
    }

    .decoText {
        font-size: 18px;
    }

    .foodImgBox {
        width: 30% !important;
    }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* 見出し */

    .inTit01 {
        font-size: 40px;
    }

    .inTit02 {
        font-size: 25px;
    }

    .introText {
        font-size: 18px;
        line-height: 2.11em;
    }

    .flexTit {
        font-size: 36px;
    }

    /* 下層カバー */

    .incover {
        height: 400px;
    }

    .incoverTit {
        font-size: 50px;
    }

    .inLinkImgBox {
        min-height: 460px !important;
    }

    /* 共通 */

    .linkBtnTit {
        font-size: 30px;
    }

    /* intro */

    .introRow {
        flex-direction: row;
    }

    .introTextBlock {
        width: 65%;
    }

    /* food */

    .menuList p {
        font-size: 16px;
    }

    .foodImgBox {
        width: 35% !important;
        opacity: .3;
    }

    .foodImgBox01 {
        margin: 0 auto auto 0;
    }

    .foodImgBox02 {
        margin: 100px 0 0 auto;
    }

    /* drink */

    .drinkImgBox {
        width: 15% !important;
    }

    .drinkImgBox01 {
        width: 10% !important;
        margin: 0 auto auto 0;
    }

    .drinkImgBox02 {
        margin: 100px 0 0 auto;
        width: 18% !important;
    }

    .drinkImgBox03 {
        width: 20% !important;
    }

    .menuItemTit {
        font-size: 24px;
    }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* テキスト */

    .inText01 {
        font-size: 18px;
    }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* タイトル */

    .flexTit br {
        /* display: none; */
    }

    .conceptTextBlock01 {
        padding: 4% 5% !important;
    }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .drinkImgBox03 {
        left: -10%;
    }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */