@charset "utf-8";

html, body {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 400;
  	line-height:1.8;
    font-style: normal;
    overflow-x: hidden;
    background-color: #000;
}
a {
    color:#FFF;
}
a:hover, .fc-black a:hover {
    color:#E55832;
}
.fc-black a {
    color:#333;
}
/* 装飾 */
.r-30 {
    border-radius: 30px;

}
/* フォント */
.fatface {
    font-family: "abril-fatface", serif;
    font-weight: 400;
    font-style: normal;
}

.alumni {
    font-family: "alumni-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fc-white {color:#FFF ;}
.fc-black {color:#333 ;}
.fc-navy {color:#042430 ;}
.fc-orange {color:#E55832 ;}

/* 背景 */
.bg-white {
    background-color:#000 ;
    color:#333 ;
}
.bg-black {
    background-color:#000 ;
    color:#FFF;
}
.bg-beige {
    background-color:#F7F0E1 ;
    color:#333;
}
.bg-navy {
    background-color:#042430 ;
    color:#FFF
}
.bg-orange {
    background-color:#E55832 ;
    color:#FFF
}
.bg-green {
    background-color: #04302C;
    color:#FFF
}
.bg-purple {
    background-color: #290430;
    color:#FFF
}
.bg-mosgreen {
    background-color: #303004;
    color:#FFF
}
.bg-darkgrey {
    background-color: #111;
    color:#FFF
}
/* ボタン */
.button {
    padding: 0.5rem 1.5rem  !important;
    min-height:0 !important;
    line-height:1  !important;
	font-family: "alumni-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.button.is-large {
    padding: 0.75rem 2.25rem  !important;
  	font-size: 1.5rem;
}
.button div{
	padding:0 !important;
}
.button.is-clear-white {
    border: 1px solid #FFF!important;
    background: none!important;
    color: #FFF!important;
}

.button.is-clear-white:hover {
    background: #FFF !important;
    color: #333 !important;
  	text-decoration:none !important;
}
.button.is-clear-orange {
    border: 1px solid #E55832!important;
    background: none!important;
    color: #E55832!important;
}

.button.is-clear-orange:hover {
    background: #E55832 !important;
    color: #FFF !important;
  	text-decoration:none !important;
}
.button.is-rounded {
    border-radius: 2rem;
}
.button-icon {
    width: 2rem;
    height: 2rem;
    padding-right: 0.5rem;
}
/* ナビ */
.loco-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.loco-nav.is-active {
    display: block;
}

.loco-nav a {
    color: #FFFFFF;
}

.loco-nav a:hover {
    text-decoration: none;
}

.loco-navmenu a:hover {
    text-decoration: underline;
}

.loco-menubar {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 100;
}

.menubar-burger {
    z-index: 1100;
    align-items: center;
    appearance: none;
    background: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    position: relative;
    vertical-align: top;
    width: 40px;
    align-self: center;
    color: #FFF;
    margin: 0 0 0 12px;
    padding: 0;
}

.menubar-burger div {
    background-color: #FFF;
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 0;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    padding: 0;
    margin: 0;
    border-radius: 2px;
}
.menu-page .menubar-burger div {
    background-color: #E55832;
}
.menubar-burger div:nth-child(1) {
    bottom: 12px;
}

.menubar-burger div:nth-child(2) {
    top: 12px;
}

.menubar-burger.is-active div:nth-child(1) {
    transform: rotate(-16.14deg);
    bottom: 15px;
}

.menubar-burger.is-active div:nth-child(2) {
    transform: rotate(16.14deg);
    top: 15px;
}

/* News表示 */
.webgene-blog {

}
.webgene-item {
    width: 100%;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) { 
    .webgene-blog {
        display: flex;
        justify-content: center;
    }
    .webgene-item {
        
        width: 30%;
        margin: 0 1.5%;
    }
}
.webgene-pagination{
    width: 100%;
}
.webgene-pagination ul{
    display: flex;
    justify-content: center;
}
.webgene-pagination ul li{
    padding: 0 2rem;
}
.webgene-pagination ul li a{
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3rem;
    padding: 0.5rem 2rem;
}
.webgene-pagination ul li a:hover{
    color: #000;
    background-color: #FFF;
    border: 1px solid #FFF;
    text-decoration: none;
}
.news-list .webgene-blog {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news-list .webgene-item {
    width: 100%;
    margin-bottom: 4rem;
}
@media (min-width: 768px) { 
    .news-list .webgene-item {
        width: 47.5%;
        margin-left: 0;
        margin-right: 0;
    }
    .news-list .webgene-item:nth-child(odd) {
        margin-right: 5%;
    }
}
.news-detail .webgene-blog {
    display: block;
}
.news-detail .webgene-item {
    width: 100%;
    margin-bottom: 4rem;
}

/* メニューページ */

.menu-title {
    font-size: 4rem; /* 大きめのフォントサイズ */
    font-weight: bold;
    color: #00BBDD; /* 青色 */
    text-align: center;
    position: relative; /* ::afterの位置指定のために必要 */
    margin-bottom: 20px; /* 下線との余白 */
    font-family: "abril-fatface", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.menu-title::after {
    content: "";
    display: block;
    width: 5rem;
    height: 6px;
    background-color: #E55832; /* オレンジ色 */
    margin: 10px auto 0; /* 上部のマージンでテキストとの間隔を調整 */
    border-radius: 3px; /* 丸みのある下線 */
}
.menu-head {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 30px 30px 0 0;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem 0 1.5rem;
    font-size: 1.5rem;
    font-family: "alumni-sans", sans-serif;
    display: inline-block;
}
.menu-cont {
    border: 1px solid #000;
    border-radius: 0 30px 30px 30px;
    margin-top: 0;
    padding: 1rem 1rem;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.menu-cont.no-head {
    border-radius: 30px;
}
.menu-item {
    margin-bottom: 0.75rem;
}
.menu-item-title {
    font-size: 1rem;
    margin-bottom: 0;
}
.menu-item-price {
    font-size: 1rem;
    text-align: right;
    font-family: "alumni-sans", dnp-shuei-gothic-kin-std, sans-serif;
}
.meat-menu-cont {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 1rem 1rem;
    font-size: 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.meat-menu-item {
    margin-bottom: 1.75rem;
}
.meat-menu-item-title {
    font-size: 1rem;
    margin-bottom: 0;
}
.meat-menu-item-img {
    position: relative;
    top: -3rem;
    margin-bottom: -2rem;
}
.meat-menu-item-img.is-rounded {
    border-radius: 30px;
}
.meat-menu-item-title {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.meat-menu-item-price {
    font-size: 1.2rem;
    text-align: right;
    font-family: "alumni-sans", dnp-shuei-gothic-kin-std, sans-serif;
}
.toppping-head {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 30px 30px 0 0;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem 0 1.5rem;
    font-size: 1.5rem;
    font-family: "alumni-sans", sans-serif;
    display: inline-block;
}

.shopinfo-head {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-radius: 30px 30px 0 0;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem 0 1.5rem;
    font-size: 1.5rem;
    font-family: "alumni-sans", sans-serif;
    display: inline-block;
}
.shopinfo-cont {
    border: 1px solid #FFF;
    border-radius: 0 30px 30px 30px;
    margin-top: 0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.shopinfo-cont .row:not(:last-child){
    border-bottom: 1px solid #FFF;
}


.menu_img_item {
    width: 140px;
    height: 140px;
    object-fit: cover;
    position: absolute;
}

.menu_img_item-01 {
    left: 0;
    top: 160px;
}

.menu_img_item-02 {
    left: 0;
    top: 360px;
}

.menu_img_item-03 {
    left: 0;
    top: 560px;
}

.menu_img_item-04 {
    left: 0;
    top: 760px;
}

.menu_img_item-05 {
    left: 0;
    top: 960px;
}

.menu_img_item-06 {
    right: 0;
    top: 160px;
}

.menu_img_item-07 {
    right: 0;
    top: 360px;
}

.menu_img_item-08 {
    right: 0;
    top: 560px;
}

.menu_img_item-09 {
    right: 0;
    top: 760px;
}

@media (max-width: 1200px) {
    .menu_img_item {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 993px) {
    .menu_img_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .menu_img_item {
        position: inherit;
    }
}