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

body {
    width: 100%;
    color:#564733;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family:'Noto Sans JP', "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.telWrap {
    color: inherit;
}

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

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

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

.serif {
  font-family: 'Noto Serif JP', serif;
}

.mailLink>a:hover {
    text-decoration: underline;
    color: #333;
}

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

.is-animation .headerBox01 {
    padding: 10px 30px;
}

.is-animation .hTelBox01 {
    max-width: 230px;
    height: 50px;
    font-size: 20px;
}

.hContSetBox {
    max-width: 400px !important;
}

.hIconLinkBtn01 {
    max-width: 30px !important;
}

.hLogoPc {
    max-width: 100px !important;
}

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

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

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

.mainTit01 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.448em;
}

.mainTit02 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.448em;
}

.subTit01 {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.417em;
    margin-bottom: 5px;
}

.subTit02 {
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.417em;
    margin-bottom: 5px;
}

.mainEnTit01 {
    font-weight: 900;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.443em;
    font-size: 50px;
}

.text01 {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2.091em;
}

.comBtn01 {
    position: relative;
    font-size: 16px;
    line-height: 1.438em;
    font-weight: bold;
    color: #2D1701;
    display: inline-block;
    padding: 0 38px 13px 0;
    font-family: 'Noto Serif JP', serif;
}

.comBtn01:hover {
    color: #2D1701;
}

.comBtn01:hover:before {
    right: -10px;
    transition: all .5s;
}

.comBtn01:after {
    background: #A89787;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.comBtn01:hover:after {
    left: 16px;
    transition: all .5s;
}

.comBtn01:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 2px;
    height: 16px;
    bottom: 0;
    right: 6px;
    margin: auto;
    transition: all .5s;
    transform: skew(45deg);
    background: #A89787;
}

.flowHover01 {
    transition: all .5s;
}

.flowHover01:hover {
    transform: translateY(-10px);
    transition: all .5s;
}

.titDeco01 {
    max-width: 90px;
    width: 100%;
    height: 5px;
}

.redBg01 {
    background: #B04640;
}

.greenBg01 {
    background: #667A4A;
}


.comBtn02 {
    max-width: 320px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}

.comBtn02:after {
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #BCC1B5;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

.comBtn02>p {
    position: relative;
    z-index: 1;
}

.comBtn02:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #35190B;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.comBtn02:hover {
    color: #fff;
}

.comBtn02:hover:before {
    background: #96564D;
}

.text02 {
    font-size: 14px;
    font-weight: 500;
}

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

.colorWhite01 {
    color: #fff;
}

.yellowColorBg {
    background-color: #FFED81;
}

.brownColorBg {
    background-color: #F5F1E4;
}

.colorBrown01 {
    color: #2D1701;
}

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

.incoverTit01 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.286em;
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}

.inCover {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    height: 150px;
    position: relative;
    object-fit: cover;
}

.inCoverMaskBox01 {
    padding: 14px 0 24px;
    width: 100%;
    background: rgb(0 0 0 / 70%);
}

.inCovAr {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

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

.breadWrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    color: #333;
    padding: 10px 0 10px 0;
}

.breadBox {
    max-width: 1140px;
    width: 96%;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    font-size: 14px;
    font-weight: 500;
}

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

.breadLink:hover {
    color: #B92424;
}

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



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

.header {
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    transition: all .7s;
    opacity: 0;
    visibility: hidden;
}

.header.is-animation {
    display: none;
    transition: all .7s;
    visibility: visible;
    opacity: 1;
}

.headerBox01 {
    padding: 10px 30px;
    background-color: rgb(255 237 129 / 90%);
}

.hContentsBox01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.hIconLinkBtn01:hover {
    opacity: .7;
}

.hTelBox01 {
    max-width: 230px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
    background: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    letter-spacing: 0.025em;
    font-weight: bold;
}

.hTelText01 {
    margin-left: 8.5px;
}

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

.fContBg01 {
    background-position: 25% !important;
}

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

.fTownTbTitBox01 {
    max-width: 90px !important;
}

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

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

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

.topCoverSlider .carousel-item img {
    /* object-fit: cover; */
    /* height: 100vh; */
    /* width: 100%; */
}

/*----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;
}

.conceptBox05 {
    background-color: rgb(252 248 239 / 80%) !important;
}

.pizzaBigTit01 {
    line-height: 1.443em;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}

.menuTitBox01:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*----*/

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

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

.compBaseTh {
    padding: 10px;
    background-color: #C5443E;
    color: #fff;
}

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

/*----*/

.takeoutNewText01 {
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2.091em;
    font-size: 12px;
}

.takeoutNewColTit01 {
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.448em;
    font-size: 25px;
    margin-top: 20px;
    color: #CE0412;
}


.conceptBox05 {
    position: relative;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
}

.inConceptNewWr03 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

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

.conceptNewText01 {
    font-size: 14px !important;
}

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

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

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

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

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

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

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

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

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

.pizzaBigTit01 {
    font-size: 25px;
}
  
.text01 {
    font-size: 12px;
}
  
.takeoutNewText01 {
    font-size: 14px;
}

.mainTit01 {
    font-size: 21px;
}

.subTit01 {
    font-size: 16px;
}

.subTit02 {
    font-size: 16px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inCover {
    height: 250px;
}

.topAccessText {
    font-size: 18px !important;
}
  
.pizzaBigTit01 {
    font-size: 35px;
}

.mainTit01 {
    font-size: 28px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.mainTit02 {
    font-size: 36px;
}
  
.fTownText01 {
    font-size: 14px !important;
}

.header.is-animation {
    display: block;
}
  
.text01 {
    font-size: 16px;
}

.inCover {
    height: 350px;
}
  
.text02 {
    font-size: 16px;
}
  
.takeoutNewColTit01 {
    font-size: 36px;
}

.mainTit01 {
    font-size: 25px;
}

.conceptNewText01 {
    font-size: 13px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.mainEnTit01 {
    font-size: 60px;
}  
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.mainTit02 {
    font-size: 56px;
}

.pizzaBigTit01 {
    font-size: 50px;
}
  
.inCover {
    height: 450px;
}

.hTelBox01 {
    max-width: 230px;
    height: 50px;
    font-size: 20px;
}
  
.text01 {
    font-size: 16px;
}

.mainEnTit01 {
    font-size: 70px;
}

.subTit01 {
    font-size: 25px;
}

.subTit02 {
    font-size: 22px;
}

.mainTit01 {
    font-size: 32px;
}

.comBtn02 {
    max-width: 540px;
    height: 110px;
    font-size: 28px;
}

.comBtn02:after {
    max-width: 430px;
    height: 80px;
}

.inConceptNewWr03 {
    flex-direction: row;
}

.conceptBox05 {
    position: absolute;
    right: 0;
    width: 45% !important;
    max-width: 820px !important;
}

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

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

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


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

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

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

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

.mainTit01 {
    font-size: 32px;
}
  
.conceptTit01 {
    font-size: 35px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



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

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

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

.text01 {
    font-size: 18px;
}

.inCover {
    height: 500px;
}

.fTownText01 {
    font-size: 20px !important;
}
  
.takeoutNewText01 {
    font-size: 16px;
}
  
.fTownTbTitBox01 {
    max-width: 124px !important;
}

.comBtn01:before {
    /* height: 16px; */
}
  
.topAccessText {
    font-size: 22px !important;
}

.mainTit01 {
    font-size: 40px;
}

.conceptNewText01 {
    font-size: 16px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.comBtn01 {
    font-size: 32px;
}

.subTit01 {
    font-size: 36px;
}
  
.takeoutNewColTit01 {
    font-size: 56px;
}

.subTit02 {
    font-size: 32px;
}

.text01 {
    font-size: 22px;
}

.text02 {
    font-size: 22px;
}
  
.pizzaBigTit01 {
    font-size: 70px;
}
  
.takeoutNewText01 {
    font-size: 18px;
}

.mainTit01 {
    font-size: 50px;
}

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

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

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

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

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

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




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

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

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

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

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

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

.mainTit01 {
    font-size: 58px;
}
  
.conceptTit01 {
    font-size: 48px !important;
}
  
.conceptNewText01 {
    font-size: 22px !important;
}

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

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

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

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

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

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



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

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

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

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

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

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

.conceptBox05 {
    background-color: #FCF8EF !important;
}

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

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

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

.new-menu__add{
    max-width: 1380px;
    margin: 0 auto;
  padding-inline: 48px;

}
@media screen and ( max-width:768px ){
.new-menu__add{
    padding-inline: 29px;

}
}