@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
*/
/* 角丸や影を控えめにしてコーポレート感を高める */
.shop-card { background:#fff; border:1px solid #eee; border-radius:16px; padding:16px; transition:transform .2s, box-shadow .2s; }
.shop-card:hover { transform: translateY(-2px); box-shadow:0 8px 24px rgba(0,0,0,.06); }
.wp-block-post-terms { font-size:.9rem; color:#566; }
.wp-block-image img { display:block; max-width:100%; height:auto; }

/* セクション間余白の調整（SWELLとも相性◯） */
.alignwide, .alignfull { scroll-margin-top:80px; }

