/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 18:30:49 */
/* 共通 */

/* フォント */
html, body, p, a, li, dt, dd, span, input, textarea, button, select, table, th, td, h1, h2, h3, h4, h5, h6, button, input[type="submit"], strong, b, nav, label, small, caption, figcaption {
	font-family: 'Noto Sans JP', sans-serif;
}

/* レスポンシブヘルパークラス */
@media (min-width: 960px) {
	.sp-only {
		display: none;
	}
}
@media (max-width: 959px) {
	.pc-only {
		display: none;
	}
}

/* ページトップ */
#pagetop {
	background: var(--color_main);
}
#pagetop .icon-chevron-up::before {
	color: #fff;
}

/* 太字 */
strong {
	text-shadow: 1px 1px 1px #333;
}

a {
	color: #fff;
}

/* 見出し */
#body_wrap h2:not(.cta-content h2):not(.archive h2):not(.single h2):not(.privacy-policy h2):not(.page-id-898 h2):not(.search h2),
#body_wrap .midashi {
	font-size: 2rem;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 2px #333;
	letter-spacing: .1em;
}
@media (max-width: 599px) {
	#body_wrap h2:not(.cta-content h2):not(.archive h2):not(.single h2):not(.privacy-policy h2):not(.page-id-898 h2):not(.search h2),
	#body_wrap .midashi {
		font-size: 1.6rem;
	}
}
#body_wrap h2:not(.cta-content h2):not(.archive h2):not(.single h2):not(.privacy-policy h2):not(.page-id-898 h2):not(.search h2):first-letter,
#body_wrap .midashi:first-letter {
	color: var(--color_main);
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	letter-spacing: .1em;
}
#body_wrap h2:not(.cta-content h2):not(.archive h2):not(.single h2):not(.privacy-policy h2):not(.page-id-898 h2):not(.search h2)::before,
#body_wrap .midashi::before {
	position: absolute;
	content: "";
	top: auto;
	bottom: -15px;
	left: 50%;
	width: 80px;
	height: 3px;
	transform: translatex(-50%);
	background-image: linear-gradient(to top, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
	z-index: -1;
}

/* 言語切り替えスイッチ */
.bogo-language-name a {
	color: #333;
}

/* 言語切り替えヘルパークラス */
html[lang="ja"] .en-only {
	display: none;
}
html[lang="en-US"] .jp-only {
	display: none;
}

/* スマホメニュー */
.c-widget__title.-spmenu {
    color: #333;
}

/* あしらい */
.ashirai {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-20deg);
	text-shadow: 1px 1px 2px #fff;
	font-size: 2.5rem;
	color: var(--color_main);
	font-family: 'Lobster', cursive;
}

/* 記事一覧アイキャッチサムネイル */
.p-postList__thumb {
	border-radius: 40px;
	overflow: hidden;
}
@media (max-width: 599px) {
	.p-postList.-type-list2 .p-postList__thumb {
		border-radius: 20px;
	}
}
.p-postList.-type-card .c-postThumb__cat {
	padding-right: 30px;
	border-radius: 0 0 8px 8px;
}
.p-postList.-type-list2 .c-postThumb__cat {
	padding-left: 30px;
	border-radius: 0 0 8px 8px;
}

/* 投稿アイキャッチサムネイル */
.p-articleThumb {
	border-radius: 40px;
	overflow: hidden;
}

/* もっと見るボタン */
.is-style-more_btn a {
	border-radius: 10px;
	width: min(400px, 100%);
	min-width: auto;
}

/* 投稿一覧左右交互タイプ READ MORE ボタン */
.-type-list2 .p-postList__body:after {
    border-radius: 5px;
}

/* パンくず */
#body_wrap.archive #breadcrumb {
	color: #333;
}

/* スマホメニュー */
.c-widget__title.-spmenu {
    color: #fff;
}

/* スマホ開閉メニュー内 */
#sp_menu .bogo-language-switcher li {
	padding: 5px;
}
#sp_menu .bogo-language-switcher li a {
	font-size: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ヘルパークラス */
.relative {
	position: relative;
}

/* 検索欄 */
.wp-block-search .wp-block-search__input {
	background: #fff;
}

/* 投稿シングルページ　画像の角丸 */
[class*="single"] figure img {
	border-radius: 40px;
}
@media (max-width: 599px) {
	[class*="single"] figure img {
		border-radius: 20px;
	}	
}

/* ヘッダー */
#header .menu-item-42 a,
#fix_header .menu-item-42 a,
#sp_menu .menu-item-42 a,
#header .menu-item-401 a,
#fix_header .menu-item-401 a,
#sp_menu .menu-item-401 a {
	color: var(--color_main);
}

/* タグ */
[id*="tag_cloud"] .c-widget__title::before {
	display: none;
}
.tagcloud a,
.c-tagList__link {
	color: var(--color_main)!important;
	border-radius: 20px;
	padding: 5px 20px;
}
.c-categoryList__link {
	border-radius: 20px;
	padding: 5px 20px;
}










