@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
    background: #F5F0E8;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fontB {
  font-family: "Marcellus", serif;
}

.fontC {
  font-family: "Jost", sans-serif;
}

.fontD {
  font-family: "Noto Sans JP", sans-serif;
}

.fontE {
  font-family: "Roboto", sans-serif;
}

.inLink>a {
    text-decoration: underline;
    color: #F5F0E8;
}

.inLink>a:hover {
    text-decoration: none;
    color: #F5F0E8;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

.tit01 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.text01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2em;
}

.text02 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2em;
}

.inLeadSubTit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
}

.inLeadTit {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.445em;
}

.br768>br {
    display: block;
}

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

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

.hPcContactBtnBox {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 10;
    max-width: 55px;
    width: 100%;
    display: none;
}

.hPcContactBtn {
    max-width: 55px;
    width: 100%;
    margin: 0 0 0 auto;
    color: #fff;
    background-color: #462D07;
    border: 1px solid #462D07;
    border-radius: 5px 0 0 5px;
    padding: 25px 18px 25px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36em;
    line-height: 1.5em;
    min-height: 160px !important;
    display: flex !important;
}

.hPcContactBtn>p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.hPcContactBtn>i {
    margin-bottom: 5px;
    margin-left: 8px;
}

.hPcContactBtn:hover {
    color: #462D07;
    background: #fff;
}

.hPcContactBtnBox {
    z-index: 10;
    opacity: 1;
    transition: all .5s;
}

.hPcContactBtnBox.is-hidden {
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

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

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

/*-- 共通パーツ --------------------------------------------------------------*/

/*---黄色ボタン--*/
.comBtn01 {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #EB9615;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-weight: 500;
}

.comBtn01 .comArrowIcon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #EB9615;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.comArrowIcon:before {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow01.svg)no-repeat;
    width: 17.89px;
    height: 5.31px;
    background-size: 100%;
    transition: all .5s;
    margin-bottom: 3px;
}

.comBtn01:hover {
    color: #EB9615;
}

.comBtn01:hover .comArrowIcon {
    transform: scale(1.1, 1.1);
    transition: all .5s;
}

.comBtn01:hover .comArrowIcon:before {
    transform: translate(4px, 0px);
    transition: all .5s;
}

/*---緑ボタン----*/

.comBtn02 {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #1B8D48;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-weight: 500;
}

.comBtn02 .comArrowIcon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1B8D48;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.comArrowIcon:before {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow01.svg)no-repeat;
    width: 17.89px;
    height: 5.31px;
    background-size: 100%;
    transition: all .5s;
    margin-bottom: 3px;
}

.comBtn02:hover {
    color: #1B8D48;
}

.comBtn02:hover .comArrowIcon {
    transform: scale(1.1, 1.1);
    transition: all .5s;
}

.comBtn02:hover .comArrowIcon:before {
    transform: translate(4px, 0px);
    transition: all .5s;
}

/*---白色ボタン--*/
.comBtn03 {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-weight: 500;
}

.comBtn03 .comArrowIcon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.comBtn03 .comArrowIcon:before {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow02.svg)no-repeat;
    width: 17.89px;
    height: 5.31px;
    background-size: 100%;
    transition: all .5s;
    margin-bottom: 3px;
}

.comBtn03:hover {
    color: #fff;
}

.comBtn03:hover .comArrowIcon {
    transform: scale(1.1, 1.1);
    transition: all .5s;
}

.comBtn03:hover .comArrowIcon:before {
    transform: translate(4px, 0px);
    transition: all .5s;
}

/*---ボタン--*/

.comBtn04 {
    max-width: 355px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    position: relative;
    border: 1px solid #462D07;
    background: #462D07;
    border-radius: 30px;
    transition: all .5s;
    padding: 10px 70px 10px 30px;
}

.comBtn04:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_btn04_arrow01.svg)no-repeat;
    width: 34.95px;
    height: 5.31px;
    right: 29px;
    background-size: 100%;
    transition-duration: 700ms;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.comBtn04:after {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_btn04_arrow02.svg)no-repeat;
    width: 34.95px;
    height: 5.31px;
    right: 29px;
    background-size: 100%;
    transform: translate(0px, 8px);
    transition-duration: 700ms;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.comBtn04:hover:before {
    opacity: 0;
    transform: translate(0px, -8px);
}

.comBtn04:hover:after {
    opacity: 1;
    transform: translate(0px, 0px);
}

.comBtn04:hover {
    background: #fff;
    color: #462D07;
    transition: all .5s;
}

/*-------*/

.titDeco01:after {
    content: "";
    width: 40px;
    height: 1.5px;
    background: #462D07;
    display: block;
    margin: 11px auto 0;
}

.colorWhite.titDeco01:after {
    background-color: #fff;
}

.titEn01 {
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.26em;
    font-size: 32px;
}

.titEn02 {
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.26em;
    font-size: 40px;
}

.titJa01 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

/*--下層バナー共通---*/

.comBannerLink {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 590px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}

.comBannerImgBox {
    position: relative;
}

.comBannerImgBox:before {
    content: "";
    background: url(/system_panel/uploads/images/com_banner_mask.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comBannerTitSet {
    padding: 0 20px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
}

.comBannerTit {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
}

.comBannerLinkArrowIcon {
    max-width: 40px;
    width: 100%;
    margin: 0 0 0 20px;
}

.comBannerLink .comBannerTitSet>img {
    transition: all .5s;
}

.comBannerLink:hover .comBannerTitSet>img {
    transition: all .5s;
    transform: translateX(9px);
}

.comBannerWr01 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 40px;
}

.comBtn04.whiteBtn {
    border-color: #fff;
    background-color: #fff;
    color: #462D07;
}

.comBtn04.whiteBtn:hover {
    border-color: #462D07;
    background-color: #462D07;
    color: #fff;
}

.whiteBtn.comBtn04:before {
    background: url(/system_panel/uploads/images/com_btn04_arrow02.svg)no-repeat;
}

.whiteBtn.comBtn04:after {
    background: url(/system_panel/uploads/images/com_btn04_arrow01.svg)no-repeat;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.yellowBgColor {
    background-color: #EB9615;
}

.greenBgColor {
    background-color: #1B8D48;
}

/*-- inCover -----------------------------------------------------------------*/



/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.fContTelSetListBox01 {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.fContTelSetListBox02 {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-top: 0 solid #fff;
    border-bottom: 1px solid #fff;
}

.fContTit {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-align: center;
}

.fContTextList {
    text-align: left;
}

.fContTitDeco:after {
    content: "";
    width: 40px;
    height: 1.5px;
    background: #fff;
    display: block;
    margin: 3.5px auto 0;
}

.fContTitBox {
    width: 100% !important;
}

.fContTelSetBox {
    width: 100% !important;
    margin-top: 30px;
}

.fContBoxWr {
    flex-direction: column;
}

.fContTelSetListContents {
    font-size: 25px !important;
}

.fSnsLineLink01:hover {
    color: #fff;
    opacity: .5;
}

.fSnsLink01 .fSnsLineSetBox {
    opacity: 0;
    visibility: hidden;
    transition: all .7s;
}

.fSnsLink01:hover .fSnsLineSetBox {
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.fSnsLineSetBox:before {
    content: "";
    width: 25px;
    height: 60px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.fTownTextBox {
    font-size: 12px !important;
}

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

/*---topMain----------------------------------------------*/


.topCoverTit01 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.37em;
}

.topCoverTit02 {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.667em;
}

.topInstagramBox {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
}

.topShopinfoBox {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 60px;
}

.topConceptItemNumber {
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.26em;
    font-size: 40px;
    color: #EB9615;
    margin: 0 15px 0 -0px;
}

.topConceptItemTitSetBox {
    display: flex;
    align-items: flex-start;
}

.topConceptItemTit01 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.topConceptItemTit02 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.topConceptBox {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 40px;
}

.topWr03:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 296px;
    background: #EB9615;
    left: 0;
    right: 0;
    bottom: 0;
}

.topMenuBannerImgBox {
    position: relative;
}

.topMenuBannerImgBox:before {
    content: "";
    background: url(/system_panel/uploads/images/top_menu_banner_mask.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.topMenuBannerLink .topMenuBannerTitSet>img {
    transition: all .5s;
}

.topMenuBannerLink:hover .topMenuBannerTitSet>img {
    transition: all .5s;
    transform: translateX(9px);
}

.topMenuWr02 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 20px;
}

.topMenuBannerLinkArrowIcon {
    max-width: 50px !important;
}

.topMenuBannerTit {
    font-size: 18px !important;
}

.topChefLeftDeco02 {
    max-width: 445px;
    width: 34.11%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.topChefRightDeco02 {
    max-width: 353px;
    width: 28.93%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.contFormTb {
    border: 1px solid #ccc;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #333;
}

.formTd select {
    border: 1px solid #ccc;
    padding: 3px 5px;
    max-width: 320px;
    width: 100%;
}

.formTd input {
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.formTd .zipInput {
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.formTd .textarea {
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.contTable {
    border: 1px solid #ccc;
}
.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #462D07;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
}

.formRow {
    border: 1px solid #ccc;
}

.contTable {
    border: 1px solid #ccc;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #fff;
    font-size: 14px;
    background-color: #EB9615;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 300px;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*--コンセプト--*/

.conceptFlexTitNumber {
    font-size: 25px;
    margin-right: 15px;
}

.conceptFlexMinTit {
    font-size: 11px;
}

.conceptFlexTit {
    font-size: 14px;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.baseTb {
    border: solid 1px #9C8D76;
    border-bottom: 0;
}

.baseTr {
    border-bottom: solid 1px #9C8D76;
}

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

.baseTh {
    display: flex;
    color: #fff;
    background: #EB9615;
    align-items: baseline;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 18px;
}

.baseTd {
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 500;
}

/*---chef--*/

.chefMainRow01 {
    display: flex;
    align-items: flex-start;
    padding: 18px 0px;
    border-bottom: 1px solid;
    flex-direction: column;
}

.chefMainRow01.chefMainRow0101 {
    align-items: flex-start;
    flex-direction: column;
}

.chefMainRow01::after {
  content: '';
  border-top: 1px dotted;
  flex: auto;
  margin: 8px 0;
  width: 100%;
}

.chefMainRow0101.chefMainRow01::after {
  content: '';
  border-top: 1px dotted;
  flex: auto;
  margin: 8px 0;
  width: 100%;
}

.chefMainTd01{
  order: 1;
  font-weight: 400;
}

.chefMainRow02 {
    border-bottom: 1px solid;
}

.chefMainWr01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.556em;
}

.chefMainTh02 {
    padding: 18px 0px;
    border-bottom: 1px dotted;
    margin-top: 12px;
}

.chefMainTd02 {
    padding: 7px 0px 18px;
    font-weight: 400;
}

.chefStaffFlexTextBox01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.556em;
}

.chefStaffTextBox01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.556em;
}

/*---cookingprocessr---*/

.cookingprocessWr02 {
    max-width: 590px !important;
}

.cookingprocessrRecipeWr {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 48px 20px;
    overflow: hidden;
}

.cookingprocessrRecipeItemTitBox {
    font-size: 10px !important;
}

.cookingprocessrRecipeItemNumber {
    font-size: 45px !important;
}

.youtubeBtn {
    max-width: 312px;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    color: #462D07;
    justify-content: center;
    transition: all .5s;
    padding: 10px 30px 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.youtubeBtn:hover {
    color: #462D07;
}

.youtubeBtn>img {
    max-width: 42.61px;
    width: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.youtubeBtn:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_btn04_arrow02.svg)no-repeat;
    width: 34.95px;
    height: 5.31px;
    right: 29px;
    background-size: 100%;
    transition-duration: 700ms;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.youtubeBtn:after {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_btn04_arrow02.svg)no-repeat;
    width: 34.95px;
    height: 5.31px;
    right: 29px;
    background-size: 100%;
    transform: translate(0px, 8px);
    transition-duration: 700ms;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.youtubeBtn:hover:before {
    opacity: 0;
    transform: translate(0px, -8px);
}

.youtubeBtn:hover:after {
    opacity: 1;
    transform: translate(0px, 0px);
}


/*---coursemenu----*/



.inTit40Deco .inTitDeco01 {
    display: inline-block;
    padding: 0 40px;
    position: relative;
}

.inTit20Deco .inTitDeco01 {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.inTit40Deco .inTitDeco01:before {
    content: "";
    background: url(/system_panel/uploads/images/coursemenu_tit_deco.svg)no-repeat;
    width: 20px;
    height: 29px;
    display: block;
    position: absolute;
    left: 0;
    top: 12.5px;
    background-size: 100%;
}

.inTit40Deco .inTitDeco01:after {
    content: "";
    background: url(/system_panel/uploads/images/coursemenu_tit_deco.svg)no-repeat;
    width: 20px;
    height: 29px;
    display: block;
    position: absolute;
    right: 0;
    top: 12.5px;
    transform: scaleX(-1);
    background-size: 100%;
}

.inTit40 {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-size: 20px;
}

.inTit20 {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-size: 16px;
}

.inTit20Deco .inTitDeco01:before {
    content: "";
    background: url(/system_panel/uploads/images/coursemenu_tit_deco.svg)no-repeat;
    width: 19px;
    height: 26px;
    display: block;
    position: absolute;
    background-size: 100%;
    left: 0;
    top: 0;
}

.inTit20Deco .inTitDeco01:after {
    content: "";
    background: url(/system_panel/uploads/images/coursemenu_tit_deco.svg)no-repeat;
    width: 19px;
    height: 26px;
    display: block;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    transform: scaleX(-1);
}

.coursemenuTit02>br {
    display: block;
}

.menuListBoxWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 0px;
}

.menuListItemRow01 {
    display: block !important;
}

.menuListItemTd01 {
    max-width: 100% !important;
    text-align: left !important;
    margin: 5px 0 0 !important;
}


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

.foodmenuPickupMainItemBoxBorder01 {
    border-left: 0px dashed rgb(70 45 7 / 50%);
    border-right: 0px dashed rgb(70 45 7 / 50%);
    border-top: 1px dashed rgb(70 45 7 / 50%);
    border-bottom: 1px dashed rgb(70 45 7 / 50%);
}

.foodmenuPickupMainBox {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 0;
}

.foodmenuItemBtn {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    position: relative;
    background: #462D07;
    border-radius: 30px;
    transition: all .5s;
    padding: 15px;
}

.foodmenuItemBtn:hover {
    background: #EB9615;
    color: #fff;
}

.foodmenuBtnWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
}

.foodHightBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 100%;
    height: 100px;
    z-index: -9;
}

.foodmenuTitBr01>br {
    display: block;
}


/*----*/

.formLeadTelSetBox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(70,45,7,0.3);
}

.formLeadTelSetBox:after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(70,45,7,0.3);
}

.inContTelSetListBox02 {
    position: relative;
}

.inContTelSetListBox02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(70,45,7,0.3);
}

.drinkUnlimitedSubTit02>span {
    font-size: 30px;
}

.drinkUnlimitedMainNewTitDecoBox strong {
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.drinkUnlimitedMainNewTitDecoBox {
    margin-top: 7px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}

.drinkUnlimitedMainNewTitDecoBox>p>br {
    display: block;
}

.drinkUnlimitedMainNewTitDecoBox:before {
    content: "";
    background: url(/system_panel/uploads/images/com_left_deco.svg)no-repeat;
    background-size: 100%;
    width: 10px;
    height: 20px;
    display: block;
    margin-right: 8px;
}

.drinkUnlimitedMainNewTitDecoBox:after {
    content: "";
    background: url(/system_panel/uploads/images/com_right_deco.svg)no-repeat;
    background-size: 100%;
    width: 10px;
    height: 20px;
    display: block;
    margin-left: 8px;
}

.drinkUnlimitedMainNewTitDecoBox strong:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 3px solid #EB9615;
    border-bottom: 1px solid #EB9615;
}

.drinkUnlimitedMainNewTitDecoBox02 {
    margin-top: 7px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}

.drinkUnlimitedMainNewTitDecoBox02>p>br {
    display: block;
}

.drinkUnlimitedMainNewTitDecoBox02:before {
    content: "";
    background: url(/system_panel/uploads/images/com_left_deco.svg)no-repeat;
    background-size: 100%;
    width: 22px;
    height: 33px;
    display: block;
    margin-right: 13px;
}

.drinkUnlimitedMainNewTitDecoBox02:after {
    content: "";
    background: url(/system_panel/uploads/images/com_right_deco.svg)no-repeat;
    background-size: 100%;
    width: 22px;
    height: 33px;
    display: block;
    margin-left: 13px;
}

.backBtn {
    padding: 10px 30px 10px 70px;
    justify-content: flex-end;
}

.backBtn:before {
    transform: scale(-1, 1);
    right: auto;
    left: 29px;
}

.backBtn:after {
    transform: scale(-1, 1);
    right: auto;
    left: 29px;
}

.backBtn:hover:before {
    transform: scale(-1, 1);
}

.backBtn:hover:after {
    transform: scale(-1, 1);
}

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

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

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

.comBannerTit {
    font-size: 18px;
}

.cookingprocessrRecipeItemTitBox {
    font-size: 11px !important;
}

.comBtn04 {
    font-size: 14px;
}

.conceptFlexTit {
    font-size: 18px;
}

.topConceptItemTit02 {
    font-size: 20px;
}

.drinkUnlimitedMainNewTitDecoBox {
    font-size: 14px;
}

.drinkUnlimitedMainNewTitDecoBox strong {
    font-size: 20px;
}

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

.comBtn04 {
    font-size: 16px;
}
  
.fTownTextBox {
    font-size: 14px !important;
}

.topConceptItemNumber {
    font-size: 50px;
    margin: 0 15px 0 0;
}

.topConceptItemTit01 {
    font-size: 16px;
}

.topConceptItemTit02 {
    font-size: 20px;
}

.topMenuBannerLinkArrowIcon {
    max-width: 60px !important;
}

.topMenuBannerTit {
    font-size: 25px !important;
}

.topCoverTit01 {
    font-size: 25px;
}

.topCoverTit02 {
    font-size: 14px;
}

.conceptFlexTit {
    font-size: 20px;
}

.cookingprocessrRecipeItemTitBox {
    font-size: 13px !important;
}

.tit01 {
    font-size: 25px;
}

.inLeadSubTit {
    font-size: 18px;
}

.inLeadTit {
    font-size: 32px;
}

.inTit40 {
    font-size: 25px;
}

.foodmenuItemBtn {
    font-size: 14px;
}

.drinkUnlimitedMainNewTitDecoBox:before {
    width: 22px;
    height: 33px;
    margin-right: 13px;
}

.drinkUnlimitedMainNewTitDecoBox:after {
    width: 22px;
    height: 33px;
    margin-left: 13px;
}

.drinkUnlimitedMainNewTitDecoBox02 {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.fContTextList {
    text-align: center;
}

.topCoverTit01 {
    font-size: 35px;
}

.topCoverTit02 {
    font-size: 16px;
}

/*--コンセプト--*/

.conceptFlexTitNumber {
    font-size: 75px;
    margin-right: 30px;
}

.conceptFlexMinTit {
    font-size: 16px;
}

.conceptFlexTit {
    font-size: 25px;
}

.conceptFlexTitNumber {
    font-size: 55px;
    margin-right: 15px;
}

.comBannerTit {
    font-size: 25px;
}

.cookingprocessrRecipeItemNumber {
    font-size: 55px !important;
}

.tit01 {
    font-size: 32px;
}

.inLeadSubTit {
    font-size: 25px;
}

.inLeadTit {
    font-size: 40px;
}

.inTit40 {
    font-size: 32px;
}

.inTit20 {
    font-size: 20px;
}
  
.menuListItemRow01 {
    display: flex !important;
}

.menuListItemTd01 {
    max-width: 90px !important;
    text-align: right !important;
    margin: 0 0 0 15px !important;
}

.foodmenuBtnWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.drinkUnlimitedSubTit02>span {
    font-size: 30px;
}

.drinkUnlimitedMainNewTitDecoBox strong {
    font-size: 25px;
}

.drinkUnlimitedMainNewTitDecoBox02>p>br {
    display: none;
}

.drinkUnlimitedMainNewTitDecoBox02 {
    font-size: 25px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

.fContTit {
    font-size: 32px;
}

.fContTelSetListBox01 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 0 solid #fff;
    border-bottom: 0 solid #fff;
}

.fContTelSetListBox02 {
    border-left: 0px solid #fff;
    border-right: 1px solid #fff;
    border-top: 0 solid #fff;
    border-bottom: 0 solid #fff;
}
  
.fTownTextBox {
    font-size: 10px !important;
}

.topConceptBox {
    gap: 40px;
}

.topInstagramBox {
    grid-template-columns: repeat(4, 1fr);
}


.topChefLeftDeco02 {
    max-width: 445px;
    width: 36.11%;
}

.topChefRightDeco02 {
    max-width: 353px;
    width: 26.93%;
}

.topCoverTit01 {
    font-size: 40px;
}

.titEn01 {
    font-size: 50px;
}

.titEn02 {
    font-size: 65px;
}

.titJa01 {
    font-size: 18px;
}

.tit01 {
    font-size: 40px;
}

/*--コンセプト--*/

.conceptFlexTitNumber {
    font-size: 50px;
    margin-right: 15px;
}

.conceptFlexMinTit {
    font-size: 14px;
}

.conceptFlexTit {
    font-size: 19px;
}

.comBannerLinkArrowIcon {
    max-width: 60px;
}

.chefMainWr01 {
    font-size: 16px;
}
  
.chefStaffFlexTextBox01 {
    font-size: 16px;
}

.chefStaffTextBox01 {
    font-size: 16px;
}

.chefMainRow01 {
    align-items: center;
    flex-direction: row;
}

.chefMainRow01::after {
  margin: 0 15px;
  width: auto;
}
  
.cookingprocessrRecipeItemImgBox:after {
    content: "";
    background: rgb(255 255 255 / 60%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 30px;
    height: 5px;
    margin: auto;
}

.cookingprocessrRecipeWr .cookingprocessrRecipeItemBox:last-child .cookingprocessrRecipeItemImgBox:after {
    display: none;
}

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

.cookingprocessWr02 {
    max-width: 900px !important;
}
  
.coursemenuTit02>br {
    display: none;
}

.inTit40Deco .inTitDeco01 {
    padding: 0 63px;
}

.inTit40Deco .inTitDeco01:before {
    width: 40px;
    height: 49px;
}

.inTit40Deco .inTitDeco01:after {
    width: 40px;
    height: 49px;
}

.inTit40 {
    font-size: 40px;
}

.inTit20Deco .inTitDeco01 {
    padding: 0 40px;
}
  
.foodmenuPickupMainItemBoxBorder01 {
    border-left: 1px dashed rgb(70 45 7 / 50%);
    border-right: 1px dashed rgb(70 45 7 / 50%);
    border-top: 0px dashed rgb(70 45 7 / 50%);
    border-bottom: 0px dashed rgb(70 45 7 / 50%);
}

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

.foodmenuItemBtn {
    font-size: 18px;
}
  
.foodmenuTitBr01>br {
    display: none;
}
  
.br768>br {
    display: none;
}

.cookingprocessrRecipeItemTitBox {
    font-size: 15px !important;
}

.hPcContactBtnBox {
    display: block;
}

.formLeadTelSetBox:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
}

.formLeadTelSetBox:after {
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
}

.inContTelSetListBox02:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
}

.drinkUnlimitedMainNewTitDecoBox>p>br {
    display: none;
}

.drinkUnlimitedSubTit02>span {
    font-size: 30px;
}

.drinkUnlimitedMainNewTitDecoBox strong {
    font-size: 25px;
}

.drinkUnlimitedMainNewTitDecoBox {
    font-size: 18px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topConceptBox {
    grid-template-columns: repeat(3, 1fr);
}

.topConceptItemNumber {
    font-size: 32px;
    margin: 0 15px 0 0;
}

.topConceptItemNumber02 {
    margin-left: -15px !important;
}

.topConceptItemNumber03 {
    margin-left: -15px !important;
}

.topConceptItemTit01 {
    font-size: 14px;
}

.topConceptItemTit02 {
    font-size: 18px;
}

.topMenuWr02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.topMenuBannerLinkArrowIcon {
    max-width: 50px !important;
}

.topMenuBannerTit {
    font-size: 18px !important;
}

.menuListBoxWr {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 40px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



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

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

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

.fContTitBox {
    width: 50% !important;
}

.fContTelSetBox {
    width: 50% !important;
    margin-top: 0;
}

.fContBoxWr {
    flex-direction: row;
}

.fContTitDeco:after {
    margin: 3.5px 0 0;
}

.fContTit {
    text-align: left;
}

.fContTextList {
    text-align: left;
}

.fContTit {
    font-size: 40px;
}
  
.fTownTextBox {
    font-size: 12px !important;
}


.topChefLeftDeco02 {
    width: 35.11%;
}

.topChefRightDeco02 {
    max-width: 353px;
    width: 28.93%;
}

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

.topCoverTit01 {
    font-size: 50px;
}

.topCoverTit02 {
    font-size: 18px;
}

.text01 {
    font-size: 16px;
}

.text02 {
    font-size: 18px;
}

/*--コンセプト--*/

.conceptFlexTitNumber {
    font-size: 60px;
    margin-right: 20px;
}

.conceptFlexMinTit {
    font-size: 20px;
}

.conceptFlexTit {
    font-size: 25px;
}

.comBannerTitSet {
    padding: 0 30px 0 50px;
}

.comBannerWr01 {
    grid-template-columns: repeat(2, 1fr);
}

.chefMainRow01 {
    padding: 18px 40px;
}

.chefMainTh02 {
    padding: 18px 40px;
}

.chefMainTd02 {
    padding: 7px 40px 18px;
}

.chefMainWr01 {
    font-size: 18px;
}

.chefMainRow01.chefMainRow0101 {
    align-items: center;
    flex-direction: row;
}

.chefMainRow0101.chefMainRow01::after {
  margin: 0 15px;
  width: auto;
}
  
.chefMainRow01.chefMainRow0101 .chefMainTd01 {
    max-width: 35%;
}

.cookingprocessrRecipeWr {
    grid-template-columns: repeat(4, 1fr);
    gap: 68px 30px;
}

.cookingprocessrRecipeItemNumber {
    font-size: 65px !important;
}

.cookingprocessWr02 {
    max-width: 1220px !important;
}

.inLeadTit {
    font-size: 45px;
}

.foodmenuBtnWr {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.topConceptItemTit02 {
    font-size: 20px;
}
  
.drinkUnlimitedSubTit02>span {
    font-size: 45px;
}

.drinkUnlimitedMainNewTitDecoBox strong {
    font-size: 35px;
}

.drinkUnlimitedMainNewTitDecoBox {
    font-size: 25px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

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

.fContTelSetListContents {
    font-size: 30px !important;
}

.fTownTextBox {
    font-size: 16px !important;
}

.topConceptItemNumber {
    font-size: 40px;
    margin: 0 15px 0 -15px;
}

.topConceptItemNumber02 {
    margin-left: -15px !important;
}

.topConceptItemNumber03 {
    margin-left: -15px !important;
}

.topConceptItemTit01 {
    font-size: 18px;
}

.topConceptItemTit02 {
    font-size: 22px;
}

.topConceptBox {
    gap: 70px;
}
  
.topMenuBannerLinkArrowIcon {
    max-width: 60px !important;
}

.topMenuBannerTit {
    font-size: 25px !important;
}

/*--コンセプト--*/

.conceptFlexTitNumber {
    font-size: 75px;
    margin-right: 30px;
}

.conceptFlexMinTit {
    font-size: 20px;
}

.conceptFlexTit {
    font-size: 32px;
}

.comBannerTit {
    font-size: 30px;
}

.chefMainRow01.chefMainRow0101 .chefMainTd01 {
    max-width: 40%;
}

.cookingprocessrRecipeItemTitBox {
    font-size: 20px !important;
}

.cookingprocessrRecipeItemNumber {
    font-size: 75px !important;
}

.foodmenuItemBtn {
    font-size: 20px;
}

.topChefLeftDeco02 {
    max-width: 445px;
    width: 37.11%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

.topConceptItemNumber {
    font-size: 50px;
    margin: 0 25px 0 -35px;
}

.topConceptItemNumber02 {
    margin-left: -46px !important;
}

.topConceptItemNumber03 {
    margin-left: -41px !important;
}

.topConceptItemTit01 {
    font-size: 18px;
}

.topConceptItemTit02 {
    font-size: 24px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

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


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */