/*
Theme Name: 北区・街ingテーマ
Theme URI: [あなたのサイトのURL]
Author: [あなたの名前]
Author URI: [あなたのプロフィールURL]
Description: 東京都北区の地域情報・マッチングサイト「北区・街ing」専用テーマです。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kitaku-maching-theme
Tags: custom-theme, responsive, community, bbpress
*/

/* Google FontsとTailwind CSS CDNはfunctions.phpで読み込みます */

/* 現在のHTMLの<style>タグ内のCSSをここに記述 */
body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

/* 必要に応じて、ここにカスタムCSSを追加していきます */

.tcowl-wrap,
.owl-carousel,
.owl-carousel .owl-item {
    height: auto !important; /* 高さを自動調整 */
}

.owl-carousel .owl-item img {
    height: 300px; /* 画像の高さを固定する場合 */
    object-fit: contain;
}

.bbp-breadcrumb {
	display:none;
}