/* ====================
   Responsive (for SP)
   ==================== */
@media (max-width: 768px) {
.header__inner {
    padding: 0 20px;
}
.header {
    height: 50px;
}
.header__logo img {
    width: 93px; 
    height: 45px; 
}
.header__instagram-icon {
    display: none; 
}
.hamburger-menu {
    width: 30px;
    height: 30px;
}
.hamburger-menu span {
    height: 3px; 
}
.hamburger-menu span:nth-of-type(1) { top: 4px; }
.hamburger-menu span:nth-of-type(3) { bottom: 4px; }
.drawer-nav {
    align-items: flex-start; 
    padding-top: 90px;     
}
.drawer-nav__menu {
    width: 100%;
}
/* ====================
   Drawer Navigation (SP)
   ==================== */
.drawer-nav__list {
    width: 100%;
}
.drawer-nav__item {
    margin-bottom: 25px; 
}
.drawer-nav__item a {
    height:45px;
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-white); 
    border-radius: 30px; 
    font-size: 20px; 
    font-weight: bold; 
    background-color: var(--color-background);
    text-align: center;
}
.drawer-nav__item:last-child {
     margin-bottom: 0;
}
.drawer-nav__item:last-child a {
border-bottom: 1px solid var(--color-white);
}
    /* --- Main Visual --- */
main {
    width: 100%; 
}

.main-visual__inner,
.drink-main-visual__inner {    
    min-height:240px;
    text-align: center;
    margin-top: 50px;
    height: 242px;
    background-size: cover; 
    background-repeat: no-repeat;
    position: relative; 
    display: flex; 
    background-position: center;
    align-items: center; 
    justify-content: center;
    flex-direction: column;
    padding: 0px;
}
.main-visual__title {
    font-size: 24px;
    line-height: 1.4; 
    letter-spacing: normal; 
}
.main-visual__subtitle {
    font-size: 14px;
    line-height: 1.5; 
    letter-spacing: normal;
}
h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.drink-main-visual__title {
    font-size: 32px;
}
.drink-menu__description--large {
    font-size: 20px;
}
.drink-menu__description--small {
    font-size: 16px;
}
.drink-menu__item-name {
    font-size: 16px;
    flex: 1; 
    margin-right: 10px;
}
.drink-menu__item-price {
    font-size: 16px;
    flex-shrink: 0; 
}
.drink-menu__item {
    min-height: 36px; 
    padding: 8px 10px;
}
.irish-visual .drink-main-visual__inner{
  background-position: 57% center;
}
.more-visual .drink-main-visual__inner{
  background-position: 57% center;
}
/* --- Section --- */
main .section {
    padding-top: 80px;
    padding-bottom: 0;
}
main #concept {
    padding-top: 40px; 
}
main #link {
    padding-bottom: 60px; 
}
.section__title {
    font-size: 32px;
    margin-bottom: 40px;
}
#drink-menu .section__inner{
    padding: 35px;    
}
.section__inner{
    padding: 5px;    
}  

/* --- Section Layouts --- */
.concept__content,
.about__content,
.access__content {
    flex-direction: column;
    gap: 0;
}
.concept__gallery {
    flex-direction: column;
    gap: 30px;
    align-items: center; 
}
.concept__image {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
}
.concept__gallery img {
   width: 100%;
   height: auto;
}
#concept .concept__text p:first-of-type {
    margin-bottom: 40px; 
}
.concept__text {
    margin-bottom: 30px; 
}

.menu__flex-item {
    width: 100%;
    height: auto; 
}
.menu__instagram-button {
    font-size: 14px;
    gap: 10px;     
    height: 46px;
    min-height: 46px;  
}
.about__instagram {
    align-items: center; 
}
.about__text {
  margin-bottom: 20px; 
}
.about__info .about__notice:first-of-type {
  margin-bottom: 24px; 
}
.insta-wrapper blockquote.instagram-media {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.access__gallery {
    flex-direction: column;
    align-items: center;
}
.access__gallery img {
    width: 100%;
}
.access__map {
    width: 100%;
    flex-basis: auto; 
    height: auto;
}
/* Link Section */
.link__buttons {
    flex-direction: column;
    align-items: center;
}
.link-button {
    width: 100%; 
}
    /* Footer */
.footer {
    height: auto; 
}    
.footer__inner {
    flex-direction: column;
    gap: 30px;
    height: auto; 
    justify-content: flex-start; 
    padding: 30px 0 0; 
}
.footer__logo img {
    width: 209px;
    height: 109px;
}
.footer__content {
    text-align: center;
}
.footer__nav-list {
    display: none; 
}
.footer__address-en {
    margin-top: 16px; 
}
.footer__copyright {
    position: static;
    width: auto;      
    margin-top: 30px; 
    color: #AEAEAE;
}
.br-sp {
    display: initial; 
}
/* --- Concept Section --- */
.concept__image img, .concept__gallery img {
    width: 100%; 
    aspect-ratio: 4 / 3;
    object-fit: cover; 
}
/* --- Menu Section --- */
.menu__flex-item:nth-of-type(1) .menu__item-image {
    aspect-ratio: 4 / 3;
}

.menu__list li {
    margin-bottom: 10px; 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.menu__list li:last-child {
    margin-bottom: 0; 
}
.menu__list {
    margin-bottom: 25px; 
}
.menu__list a {
    height: 46px;
    border-radius: 30px; 
    display: flex;       
    justify-content: space-between; 
    align-items: center; 
    padding: 0 20px;
    border: 1px solid var(--color-white); 
    font-size: 16px; 
    font-weight: bold; 
}
.menu__instagram-button {
    max-width: 342px;
    width: 100%;
    height: 46px;
    display: flex;         
    margin: 0 auto;
}
.menu__flex-item:nth-of-type(4) .menu__item-image {
    aspect-ratio: 4 / 3;
}
/* --- Access Section --- */
.access__gallery img {
    width: 250px;
    height: 250px;
}
/* --- Link Section --- */
.link-button {
    max-width: 342px;
    height: 50px;
}
/* --- Menu Button Text (SP) --- */
.sp-only { display: inline; }
.pc-only { display: none; }
.menu-text, .menu-detail {
    font-size: 16px;
    font-weight: bold;
}
}
/*=========スマホ右下インスタアイコン========*/
.ig-fab {
    position: fixed;
    bottom: 16px;
    right: 16px;    
    z-index: 9999;
    display: none;   
    opacity: 1;
    transform: translateX(0);   
    transition: transform .5s ease, opacity .5s ease;
    will-change: transform, opacity;
}
.ig-fab img {
    width: 48px;
    height: auto;
}
.ig-fab.is-hidden {
    transform: translateX(120px);
    opacity: 0;
}
