@charset "UTF-8";

.gslide.zoomed .gslide-media {
    transform: translate3d(0,0,0) !important;
}
.gslide-image {
    max-width: none;
    margin: auto;
}

.flyer-item {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: baseline;
    font-size: .7em;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 566px;
}
.flyer-item div p {
    text-align: center;
    line-height: 1;
}
.flyer-item div {
    width: 260px;
    text-align: center;
}
.flyer-item div img {
    max-width: 260px;
    max-height: 260px;
    width: auto;
    height: auto;
}
/*lightbox上書き*/
.gslide-media {
    max-width: 96%;
    margin: auto;
}
/*店舗情報Googleマップ*/
.ShopMap iframe {
  width: 100%;
  height: 430px;
  vertical-align: bottom;
}

/*LINE友だち追加*/
.LineFloat {
    position: fixed;
    top: 170px;
    right: 0;
    width: 2em;
    height: fit-content;
    background-color: #06C755;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    border-radius: 6px 0 0 6px;
    font-weight: bold;
}
.LineFloat a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: .4em 0 .4em .2em;
    color: #fff;
}
.LineFloat a img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 .25em .3em .25em;
}