@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
*/

/* ▼ 本の紹介レイアウト：画像と紹介文を横並びに表示 */
.book-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px; /* 画像と文章の間の余白 */
}

.book-intro img {
  width: 30%;
  height: auto;
}

/* ▼ 投稿ページのアイキャッチ画像のサイズ調整 */
.single-post .p-articleThumb__img {
  max-width: 100%;
  height: auto;
}

/* ▼ 投稿ページの画像を小さくする */
.single-post .p-articleThumb__img {
  max-width: 300px;
  margin: 0 auto;
}