@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL PLUS
    Theme URI: https://manuon.com/swell_plus/
    Description: SWELLを機能拡張する子テーマ
    Version: 1.3.0
    Author: suya(suyasite)@manuon.com
    Author URI: https://manuon.com/
*/

#swell_plus_floating_button {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: -60px;
    transition: bottom .4s;
    margin-bottom: 0.5em;
}

[data-scrolled=true] #swell_plus_floating_button {
    display: block;
    bottom: 0;
}

/*.p-fixBtnWrap {
    bottom: calc(50px + 1.25em);
}*/

footer {
    padding-bottom: 50px;
}
.my-button-nobr{
  white-space : nowrap;
}
#before_footer_widget {
    margin-bottom: 0;
    margin-top: 0;
}
.loop-slider {
    display: flex;
    overflow: hidden;
    gap: 1.5rem; /* 画像間の余白を指定 */
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
    display: contents;
}

.loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 50s infinite linear; /* アニメーションの時間を指定 */
}

.loop-slider .swell-block-column figure {
    width: 500px; /* 画像の横幅を指定（パソコン） */
    position: relative;
}

.loop-slider .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
}

.loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 959px) {
    .loop-slider .swell-block-column figure {
        width: 200px; /* 画像の横幅を指定（スマホ） */
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.menu-wrapper {
    width: 90%;
    margin: 0 auto;
}

.menu-genre-title {
    font-size: 2rem;
    margin: 40px 0 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

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

.menu-item {
    padding: 10px;
}

.menu-img img {
    width: 100%;
    height: auto;
	border-radius: 5%;
}

.menu-name {
    font-size: 1.2rem;
    margin-top: 10px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
}

.menu-cap {
    color: #666;
    font-size: 0.9rem;
}

.menu-price {
    margin-top: 8px;
    font-weight: bold;
}

.menu-zeikomi {
    font-size: 0.9rem;
    color: #555;
}

/* スマホ */
@media (max-width: 768px) {
    .menu-list {
        grid-template-columns: 1fr;
    }
}
.drinkmenu-wrapper {
    width: 90%;
    margin: 0 auto;
}

.drink-genre-title {
    font-size: 1.8rem;
    margin: 40px 0 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.drink-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.drink-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px dotted #ccc;
}

.drink-item:last-child {
    border-bottom: 1px dotted #ccc;
}

.drink-name {
    font-size: 1.1rem;
}

.drink-price {
    white-space: nowrap;
    font-size: 1.1rem;
}

.drink-tax {
    font-size: 0.9rem;
    color: #555;
}
.drink-eyecatch img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
/*フッターのアイコンサイズを40pxに*/
.l-footer__foot .c-iconList__item a{
    font-size:40px;
    }

/*ヘッダーメニュー太字*/
.c-gnav{
    font-weight:bold;
}