@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 店舗ページ */

.storeｰleft {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.store-separator {
	color:#DCCFC0;
	min-width:100px;
}

/* トップページスライダー */
/* スライド3枚目だけテキストを左寄せ */

/* 3枚目（index=2）がアクティブのときだけ左寄せ */
.p-mainVisual__inner:has(.swiper-slide-active[data-swiper-slide-index="2"]) 
  .p-mainVisual__textLayer {
  text-align: left !important;
  align-items: flex-start !important; /* ←flexで横位置を左揃え */
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}

