/**************************************

    File Name: garden.css
    Template Name: Forest Time
    Created By: HTML.Design
    http://themeforest.net/user/wpdestek

**************************************/

h1,
h2,
h3,
h4,
h5,
body,
p,
.topbar-section,
.navbar-inverse .navbar-nav .nav-link,
.header .dropdown-menu,
.navbar-nav .nav-link {
    font-family: 'Zen Old Mincho', '游明朝体', YuMincho, serif;
}

.topbar-section {
	border:0;
}

.blog-list .blog-meta.big-meta h4 {
    margin-left: 0;
    margin-top: 0;
    padding: 1rem 0;
}

.footer {
	background-image: none;
}

.blog-list-widget .mb-1 {
	font-weight: bold;
}

.newsletter-widget .form-inline .form-control {
	height: 54px;
}

.dropdown-menu {
	border:0;
}

.navbar-inverse .navbar-nav .nav-link, .navbar-nav .nav-link {
	font-weight: 400;
}

.blog-meta span {
    background-color: #111111;
    border-radius: 3px;
    font-size: 12px;
    padding: 0.1rem 1rem;
}

#map {
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus,
.blog-meta span,
.blog-meta span a,
.footer p,
.footer a,
.page-link,
.page-link:hover,
.topbar-section a:hover,
.topbar-section a:focus,
.topbar-section a,
.topbar-section i {
	color:#ffffff !important; 
}

.footer {
	background-color: #000000 !important;
}

.small-title,
.page-title .bg-green, .masonry-box:hover .blog-meta span.bg-green, .color-green a,
.navbar-toggler,
.masonry-box:hover .blog-meta span.bg-aqua,
.blog-meta span.bg-aqua,
.search-form .btn:hover, .search-form .btn:focus, .search-form .btn,
.btn,
.btn:hover,
.dropdown-item:hover,
.dropdown-item:focus,
.btn:focus,
.dmtop,
.page-link,
.topbar-section {
	color:#ffffff !important;
	background-color: #74a044 !important;
	border-color: #74a044 !important;
}

/*ホバー*/
.authorbox p a, .pp a, a:hover, a:focus,
.footer .fa:hover, .footer a:hover,
.navbar-nav .nav-link.active.color-green-hover,
.navbar-nav .nav-link.color-green-hover:hover,
.navbar-nav .nav-link.color-green-hover:focus {
  color: #74a044 !important;
}


/****** カスタマイズ ******/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* もっと読む */
.read-more-link {
    color: #74a044; /* 赤系など好きな色に */
    text-decoration: underline; /* 下線を付ける（任意） */
    font-weight: bold; /* 太字にする（任意） */
}

/* 記事一覧カード */
.card-padding {
    padding: 1rem 0.1rem 1rem 1.7rem;
}

/* 年ボタン */
.btn-archive-year {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    background-color: #74a044;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    margin: 0.2rem;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background-color 0.3s;
    min-width: 5.5em;     /* ← 幅を揃えるために追加 */
    text-align: center;   /* ← 数字と文字を中央に揃える */
}

.btn-archive-year:hover {
    background-color: #5f8b37;
    text-decoration: none;
}

/* 月ボタン */
.btn-archive-month {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    background-color: #e9ecef;
    color: #333;
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin: 0.2rem;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background-color 0.3s;
    min-width: 5.5em;     /* ← 幅を揃えるために追加 */
    text-align: center;   /* ← 数字と文字を中央に揃える */
}

.btn-archive-month:hover {
    background-color: #dee2e6;
    text-decoration: none;
}

/* 投稿の下線 */
.post-entry {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

/* 白背景を透明にする */
.gslide-inline {
    background: transparent !important;
    padding: 0 !important;
}

/* GLightboxが作るメディアラッパーのサイズ制限を無効化 */
.gslide-media {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
}

/* コンテンツ全体の制限解除 */
.ginlined-content, 
.gslide-inline .glightbox-custom {
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

/* GLightbox全体のスクロール防止 */
.glightbox-container {
    overflow: visible !important;
}

/* 画像の見た目調整 */
.glightbox-custom img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto 20px;
}

/* 記事を読むボタンを画像の下に配置 */
.glightbox-custom .read-article-btn {
    display: inline-block;
    background-color: rgba(255,255,255,0.2);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

/* ✕ボタンのスタイル（右上固定） */
.glightbox-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 24px;
    text-decoration: none;
    z-index: 3;
}

/*Instagram風グリッド*/
.sidebar .instagram-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* 画像間スペース */
}

.sidebar .instagram-wrapper a {
    width: calc((100% - 10px) / 3); /* 3列構成 */
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    overflow: hidden;
    position: relative;
}

.sidebar .instagram-wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 中央からトリミング表示 */
    display: block;
}

/*カレンダー部分*/
.calendar-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.calendar-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.calendar-table td, .calendar-table th {
    padding: 5px;
}
.today {
    background-color: #dff0d8;
    font-weight: bold;
}

.calendar-table td a {
    text-decoration: underline;
    color: #74a044; /* お好みのリンク色に調整 */
}

.calendar-table td a:hover {
    text-decoration: none;    
}

.calendar-link {
    text-decoration: underline;
    color: #007bff; /* 任意のリンク色 */
}

/*NEW ラベル*/
.bg-new {  
  padding: 0.1rem 1rem;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #d9534f !important; /* 赤背景 */
  border-radius: 3px;
  margin-left: 5px;
}

/*続きを読む　折り返し禁止*/
.read-more-link {
  white-space: nowrap;
  display: inline;   /* オプション：1行で折り返さない */
}

/*タグクラウド*/
.tag-cloud a {
    display: inline-block;
    margin: 3px;
    text-decoration: none;
    border-radius: 3px;
    padding: 3px 6px;
    transition: 0.2s;
}

.tag-cloud a:hover {
    background: #ddd;
}

/* フォントサイズに応じたタグクラウドの重み付け */
.tag-weight-1  { font-size: 12px; }
.tag-weight-2  { font-size: 13px; }
.tag-weight-3  { font-size: 14px; }
.tag-weight-4  { font-size: 15px; }
.tag-weight-5  { font-size: 16px; }
.tag-weight-6  { font-size: 17px; }
.tag-weight-7  { font-size: 18px; }
.tag-weight-8  { font-size: 19px; }
.tag-weight-9  { font-size: 20px; }
.tag-weight-10 { font-size: 22px; font-weight: bold; }

/*著者カード*/
.card h5 {
    font-weight: bold;
}

.card a:hover {
    text-decoration: underline;
}

/*記事一覧ソート*/
select.form-select {
    margin-left: 10px;
    color: #5e5e5e;
}

button, input, optgroup, select, textarea {
    color: #5e5e5e;
    font-family: 'Zen Old Mincho', '游明朝体', YuMincho, serif;
}

