@charset "utf-8";

.inBrSp>br {
    display: block;
}

.inWr01 {
    overflow: hidden;
}

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

.inTit01 {
    font-size: 18px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.inFlexTit01 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.comBannerLink {
    max-width: 605px;
    width: 100%;
    margin: 0 auto 0 auto;
    border: 15px solid #371618;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comBannerImgBox {
    position: relative;
    width: 100%;
    padding-top: 56.62%;
}

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

.comBannerImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(31 31 31 / 60%);
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}

.comBannerLink:hover .comBannerImgBox:before {
    opacity: 1;
}

.comBannerLinkTextBox {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.comBannerLinkTitBox {
    padding: 8px;
    background-color: #C11B24;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.comBannerLinkTitList {
    padding: 2px 8px 2px 8px;
    border: 1px solid #fff;
}

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

.backBtn.comBtn01:before {
    content: "";
    width: 34px;
    height: 10px;
    background: url(/system_panel/uploads/images/back_arrow.svg) no-repeat;
    display: block;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01:hover:before {
    transform: translateX(-5px);
    transition: all .5s;
}

.backBtn.comBtn01:after {
    display: none;
}

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

.incover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
    height: 220px;
    margin: auto;
}

.incover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgb(65 55 33 / 50%);
}

.incoverBox {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.incoverTit {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
}

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

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

.breadBox {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadLink {
    display: block;
    color: #371618;
    transition: all .2s;
}

.breadLink:hover {
    color: #371618;
    transition: all .2s;
    opacity: .7;
}
/*---------------------------------------------------------------------------*/

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


.aboutTit01 {
    font-size: 42px;
}

.aboutTit01>u {
    font-size: 28px;
    text-decoration: none;
}

.aboutCharmItemPoint {
    background: #AA131B;
    padding: 8px;
    position: relative;
    z-index: 1;
    max-width: 280px;
    width: 100%;
    margin: 0 auto 25px;
}

.aboutCharmItemPointList {
    border: 1px solid #EDC582;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.aboutCharmItemPoint:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #AA131B;
  z-index: 2;
}

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

.titDeco01 {
    display: inline-block;
    background: #AA131B;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -8px;
    padding: 13px 25px 14px;
}

.aboutTit02 {
    font-size: 30px;
}

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

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

.comPageBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
    border: 3px solid #D13C44;
    background-color: #C11B24;
    color: #fff;
    padding: 12px 10px 12px 10px;
    font-family: "Shippori Mincho B1", serif;
    transition: all .5s;
    text-align: center;
}

.comPageBtn:hover {
    background-color: #FDF8ED;
    color: #C11B24;
}

.reservationBox {
    border-bottom: 1px solid #4E4E4E;
}

.reservationWr01 .reservationBox:first-child {
    border-top: 1px solid #4E4E4E;
}

.menuLeadImgBox {
    width: 46%;
}

.menuLeadImgSetBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 544px;
    width: 100%;
    margin: auto;
}

.menuMainTit01 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.menuTitSetBox {
    gap: 8px 15px;
}

.menuTitBox01 {
    display: block;
    background: #AA131B;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -8px;
    padding: 13px 13px 13px;
    max-width: 380px;
    text-align: center;
}

.menuListItemRow01 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 0 10px 0;
    border: 1px dashed #fff;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.menuListItemTh01 {
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
}

.menuListItemTd01 {
    max-width: 80px;
    width: 100%;
    margin: 0 0 0 15px;
    text-align: right;
    font-weight: 500;
}

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

.menuTit01 {
    font-size: 18px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
}

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

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

.menuChickenListBox {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 13px;
}

.menuChickenListItemBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-top: 10px;
    font-size: 12px;
}

.menuChickenListItem {
    width: 100%;
}

.menuChickenListItemTit {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

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

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

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

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

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

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

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

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

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

  
.inTit01 {
    font-size: 20px;
}

.menuChickenListItemBox {
    gap: 10px;
    font-size: 14px;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inTit01 {
    font-size: 22px;
}

.incoverTit {
    font-size: 40px;
}

.incover {
    height: 270px;
}

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

.menuMainTit01 {
    font-size: 30px;
}

.inFlexTit01 {
    font-size: 20px;
}

.inBrSp>br {
    display: none;
}

.menuListItemRow01 {
    font-size: 16px;
}

.menuChickenListItemBox {
    font-size: 16px;
}

.menuChickenListItemTit {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.aboutTit02 {
    font-size: 40px;
}

.inFlexTit01 {
    font-size: 18px;
}

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

.inTit01 {
    font-size: 30px;
}

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

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

.menuLeadImgBox {
    max-width: 281px;
    width: 13%;
    position: absolute;
}

.menuLeadImgBoxL {
    left: 3%;
    top: 8%;
}

.menuLeadImgBoxR {
    right: 3%;
    bottom: 3%;
}

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

.menuMainTit01 {
    font-size: 40px;
}

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

.menuTit01 {
    font-size: 25px;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inFlexTit01 {
    font-size: 22px;
}

.menuChickenBox {
    grid-template-columns: repeat(2, 1fr);
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


.aboutTit01 {
    font-size: 62px;
}

.aboutTit01>u {
    font-size: 45px;
    text-decoration: none;
}

.aboutTit02 {
    font-size: 60px;
}

.inTit01 {
    font-size: 35px;
}

.reservationPageLinkWr {
    gap: 40px;
}

.incoverTit {
    font-size: 50px;
}

.incover {
    height: 320px;
}

.comPageBtn {
    font-size: 16px;
}

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

.inFlexTit01 {
    font-size: 24px;
}

.menuListItemRow01 {
    font-size: 18px;
}

.menuChickenListItemBox {
    font-size: 14px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


.inFlexTit01 {
    font-size: 28px;
}

.menuLeadImgBox {
    width: 15%;
}

.comPageBtn {
    font-size: 18px;
}

.menuChickenListItemBox {
    font-size: 16px;
}

.menuChickenListItemTit {
    font-size: 18px;
}

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

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

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


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

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

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


.inFlexTit01 {
    font-size: 35px;
}

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

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

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