/*
  Skin Name: HrDesign（グリーン）
  Description: 緑ベースのスキン
  Skin URI: https://wp-cocoon.com/
  Author: Hr
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
/************************************
** トップページのカスタマイズ
************************************/
/*アンカーリンクをなめらかに移動*/
html {
	scroll-behavior: smooth;
}

/*フロント固定ページの見出し2のリンク装飾*/
.home.page #main .entry-content h2 a {
	color: #43A047;
	text-decoration: none;
}

/*フロント固定ページのタイトルを非表示*/.home.page .entry-title {
	display: none;
}

/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share,
.home.page .sns-follow {
	display: none;
}

/*フロント固定ページの投稿日・更新日・投稿者名を非表示*/
.home.page .post-date,
.page.page .post-date {
	display: none;
}

.home.page .post-update,
.page.page .post-update {
	display: none;
}

.home.page .author-info,
.page.page .author-info {
	display: none;
}

/*トップページのコンテンツ幅*/
.no-sidebar .content .main {
	margin: auto;
}

/*ナビゲーションメニューを右寄せ*/
.navi-in > ul {
	justify-content: flex-end;
}

/*ナビゲーションメニューホバー時*/
#header-container .hlt-top-menu #navi a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

/*コンテンツの背景色を透明にする*/
.main {
	background-color:transparent;
}

/*トップページのコンテンツをふわっと表示*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadeIn {
	0% {
		transform: translateY(10%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

/*トップページのお知らせ*/
ul.top-news li {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

ul.top-news li .wp-block-latest-posts__post-date {
	padding-right: 8px;
	font-size: 1em;
}

/*カスタム投稿「お知らせ」*/
ul.custom-news-wrap {
	list-style: none
}

ul.custom-news-wrap li a {
	color: #000000;
	text-decoration: none
}

ul.custom-news-wrap li a span {
	padding-left: 8px;
}

/*グループ化したコンテンツをカード化*/
#main .entry-content .wp-block-group {
	padding: 40px 5px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
	background: #FFFFFF;
	transition: 1s;
	transition-property: transform;
}

/*店舗情報テーブルの背景色*/
.store-info-table table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

/*コンセプトの画像、フッターのお店情報*/
.products-handled .wp-block-cover__inner-container a,
.footer-info a {
	color: #ffffff;
	text-decoration: none;
}

.products-handled .wp-block-cover__inner-container a:hover,
.footer-info a:hover {
	color: #0066c0;
	transition: 0.8s;
}

body {
	background-color: #E8F5E9 !important;
}

#container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content {
	margin-bottom: 20px;
}

#footer {
	margin-top: auto;
}

#header-container {
	background-color: #43A047;
}

#header-container .tagline,
#header-container .site-name-text {
	color: white;
}

#header-container #header {
	background-color: #43A047;
}

#header-container .hlt-top-menu {
	background-color: #43A047;
}

#header-container .hlt-top-menu #navi {
	background-color: #43A047;
}

#header-container .hlt-top-menu #navi .sub-menu {
	background-color: #43A047;
	color: white;
}

#header-container .hlt-center-logo {
	background-color: #66BB6A;
}

#header-container .hlt-center-logo #navi {
	background-color: #66BB6A;
}

#header-container .hlt-center-logo #navi a:hover {
	background-color: #66BB6A;
}

#header-container .hlt-center-logo #navi .sub-menu {
	background-color: #66BB6A;
	color: white;
}

#navi a {
	position: relative;
	color: white;
}

#navi a::after {
	position: absolute;
	content: "";
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	width: 100%;
	height: 2px;
	background-color: white;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}

#navi a:hover::after {
	transform: scale(1, 1);
}

#navi .fa-angle-down {
	color: white;
}

#navi .fa-angle-down:hover {
	color: white;
}

#go-to-top .go-to-top-button {
	width: 56px;
	height: 56px;
	background-color: #43A047;
	border-radius: 50%;
}

#go-to-top .go-to-top-button:hover span {
	transform: rotate(360deg);
	transition: 0.2s;
}

#go-to-top .go-to-top-button span {
	color: white;
}

#breadcrumb span,
#breadcrumb a {
	color: #66BB6A;
}

#sidebar-menu-content h2, #sidebar h2,
#sidebar-menu-content h3,
#sidebar h3 {
	background-color: #66BB6A;
	color: white;
	padding: 5px 5px 5px 42px;
	line-height: 2.5;
	position: relative;
	z-index: 0;
}

#sidebar-menu-content h2::after, #sidebar h2::after,
#sidebar-menu-content h3::after,
#sidebar h3::after {
	position: absolute;
	content: "";
	top: -2px;
	left: -2px;
	bottom: auto;
	right: auto;
	z-index: 1;
	border: 0;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
}

#sidebar .widget_rss .widget-title .rss-widget-icon,
#slide-in-sidebar .widget_rss .widget-title .rss-widget-icon {
	display: none;
}

#sidebar .widget_rss .widget-title .rsswidget,
#slide-in-sidebar .widget_rss .widget-title .rsswidget {
	color: white;
	text-decoration: none;
}

#sidebar .widget_rss .widget-title .rsswidget:hover,
#slide-in-sidebar .widget_rss .widget-title .rsswidget:hover {
	background-color: #66BB6A;
}

#sidebar .widget_rss ul li,
#slide-in-sidebar .widget_rss ul li {
	border-radius: 4px;
	padding: 0.5em;
}

#sidebar .widget_rss ul li:hover,
#slide-in-sidebar .widget_rss ul li:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_rss ul li a,
#slide-in-sidebar .widget_rss ul li a {
	background-color: transparent;
	border-bottom: solid transparent 1px;
}

#sidebar .widget_rss ul li a:hover,
#slide-in-sidebar .widget_rss ul li a:hover {
	border-bottom: solid #66BB6A 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#sidebar .widget_cta_box .cta-box,
#slide-in-sidebar .widget_cta_box .cta-box {
	border: solid #66BB6A 1px;
	background-color: white;
}

#sidebar .widget_cta_box .cta-heading,
#slide-in-sidebar .widget_cta_box .cta-heading {
	color: #43A047;
}

#sidebar .widget_cta_box .cta-content,
#slide-in-sidebar .widget_cta_box .cta-content {
	color: #333333;
}

#sidebar .widget_sns_follow_buttons .sns-follow .feedly-button:hover,
#slide-in-sidebar .widget_sns_follow_buttons .sns-follow .feedly-button:hover {
	background-color: #2BB24C;
	opacity: 0.7;
}

#sidebar .widget_sns_follow_buttons .sns-follow .rss-button:hover,
#slide-in-sidebar .widget_sns_follow_buttons .sns-follow .rss-button:hover {
	background-color: #F26522;
	opacity: 0.7;
}

#sidebar .widget_navi_entries a,
#slide-in-sidebar .widget_navi_entries a {
	border-radius: 4px;
}

#sidebar .widget_navi_entries a:hover,
#slide-in-sidebar .widget_navi_entries a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_navi_entries .navi-entry-card-link::after,
#slide-in-sidebar .widget_navi_entries .navi-entry-card-link::after {
	border-top: solid #66BB6A 2px;
	border-right: solid #66BB6A 2px;
}

#sidebar .widget_navi_entries .border-partition a,
#slide-in-sidebar .widget_navi_entries .border-partition a {
	margin: 0;
	border-radius: 0;
	border-bottom: solid #66BB6A 1px;
}

#sidebar .widget_navi_entries .border-partition a:first-of-type,
#slide-in-sidebar .widget_navi_entries .border-partition a:first-of-type {
	border-top: solid #66BB6A 1px;
}

#sidebar .widget_navi_entries .border-square a,
#slide-in-sidebar .widget_navi_entries .border-square a {
	border: solid #66BB6A 1px;
}

#sidebar .widget_navi_entries .card-large-image a:hover,
#slide-in-sidebar .widget_navi_entries .card-large-image a:hover {
	background-color: transparent;
}

#sidebar .widget_author_box .author-box,
#slide-in-sidebar .widget_author_box .author-box {
	border-color: #66BB6A;
}

#sidebar .widget_author_box .author-box .author-widget-name,
#slide-in-sidebar .widget_author_box .author-box .author-widget-name {
	color: #66BB6A;
	font-weight: bold;
}

#sidebar .widget_author_box .author-box .follow-button,
#slide-in-sidebar .widget_author_box .author-box .follow-button {
	border: none;
	color: white;
}

#sidebar .widget_author_box .author-box .website-button,
#slide-in-sidebar .widget_author_box .author-box .website-button {
	background-color: #002561;
}

#sidebar .widget_author_box .author-box .twitter-button,
#slide-in-sidebar .widget_author_box .author-box .twitter-button {
	background-color: #1DA1F2;
}

#sidebar .widget_author_box .author-box .facebook-button,
#slide-in-sidebar .widget_author_box .author-box .facebook-button {
	background-color: #3B5998;
}

#sidebar .widget_author_box .author-box .hatebu-button,
#slide-in-sidebar .widget_author_box .author-box .hatebu-button {
	background-color: #2C6EBD;
}

#sidebar .widget_author_box .author-box .instagram-button,
#slide-in-sidebar .widget_author_box .author-box .instagram-button {
	background-color: #405DE6;
}

#sidebar .widget_author_box .author-box .youtube-button,
#slide-in-sidebar .widget_author_box .author-box .youtube-button {
	background-color: #CD201F;
}

#sidebar .widget_author_box .author-box .linkedin-button,
#slide-in-sidebar .widget_author_box .author-box .linkedin-button {
	background-color: #0077B5;
}

#sidebar .widget_author_box .author-box .note-button,
#slide-in-sidebar .widget_author_box .author-box .note-button {
	background-color: #41C9B4;
}

#sidebar .widget_author_box .author-box .flickr-button,
#slide-in-sidebar .widget_author_box .author-box .flickr-button {
	background-color: #111111;
}

#sidebar .widget_author_box .author-box .pinterest-button,
#slide-in-sidebar .widget_author_box .author-box .pinterest-button {
	background-color: #BD081C;
}

#sidebar .widget_author_box .author-box .line-button,
#slide-in-sidebar .widget_author_box .author-box .line-button {
	background-color: #00C300;
}

#sidebar .widget_author_box .author-box .slack-button,
#slide-in-sidebar .widget_author_box .author-box .slack-button {
	background-color: #E01563;
}

#sidebar .widget_author_box .author-box .amazon-button,
#slide-in-sidebar .widget_author_box .author-box .amazon-button {
	background-color: #FF9900;
}

#sidebar .widget_author_box .author-box .twitch-button,
#slide-in-sidebar .widget_author_box .author-box .twitch-button {
	background-color: #6441A4;
}

#sidebar .widget_author_box .author-box .rakuten-room-button,
#slide-in-sidebar .widget_author_box .author-box .rakuten-room-button {
	background-color: #C61E79;
}

#sidebar .widget_author_box .author-box .github-button,
#slide-in-sidebar .widget_author_box .author-box .github-button {
	background-color: #4078C0;
}

#sidebar .widget_author_box .author-box .codepen-button,
#slide-in-sidebar .widget_author_box .author-box .codepen-button {
	background-color: #333333;
}

#sidebar .widget_author_box .author-box .feedly-button,
#slide-in-sidebar .widget_author_box .author-box .feedly-button {
	background-color: #2BB24C;
}

#sidebar .widget_author_box .author-box .rss-button,
#slide-in-sidebar .widget_author_box .author-box .rss-button {
	background-color: #F26522;
}

#sidebar .widget_item_ranking .border-element,
#slide-in-sidebar .widget_item_ranking .border-element {
	border-radius: 4px;
	border: solid #66BB6A 1px;
}

#sidebar .widget_popular_entries a,
#slide-in-sidebar .widget_popular_entries a {
	border-radius: 4px;
}

#sidebar .widget_popular_entries a:hover,
#slide-in-sidebar .widget_popular_entries a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_popular_entries .popular-entry-card-link::after,
#slide-in-sidebar .widget_popular_entries .popular-entry-card-link::after {
	border-top: solid #66BB6A 2px;
	border-right: solid #66BB6A 2px;
}

#sidebar .widget_popular_entries .border-partition a,
#slide-in-sidebar .widget_popular_entries .border-partition a {
	margin: 0;
	border-radius: 0;
	border-bottom: solid #66BB6A 1px;
}

#sidebar .widget_popular_entries .border-partition a:first-of-type,
#slide-in-sidebar .widget_popular_entries .border-partition a:first-of-type {
	border-top: solid #66BB6A 1px;
}

#sidebar .widget_popular_entries .border-square a,
#slide-in-sidebar .widget_popular_entries .border-square a {
	border: solid #66BB6A 1px;
}

#sidebar .widget_popular_entries .card-large-image a:hover,
#slide-in-sidebar .widget_popular_entries .card-large-image a:hover {
	background-color: transparent;
}

#sidebar .widget_new_entries a,
#slide-in-sidebar .widget_new_entries a {
	border-radius: 4px;
}

#sidebar .widget_new_entries a:hover,
#slide-in-sidebar .widget_new_entries a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_new_entries .new-entry-card-link::after,
#slide-in-sidebar .widget_new_entries .new-entry-card-link::after {
	border-top: solid #66BB6A 2px;
	border-right: solid #66BB6A 2px;
}

#sidebar .widget_new_entries .border-partition a,
#slide-in-sidebar .widget_new_entries .border-partition a {
	margin: 0;
	border-radius: 0;
	border-bottom: solid #66BB6A 1px;
}

#sidebar .widget_new_entries .border-partition a:first-of-type,
#slide-in-sidebar .widget_new_entries .border-partition a:first-of-type {
	border-top: solid #66BB6A 1px;
}

#sidebar .widget_new_entries .border-square a,
#slide-in-sidebar .widget_new_entries .border-square a {
	border: solid #66BB6A 1px;
}

#sidebar .widget_new_entries .card-large-image a:hover,
#slide-in-sidebar .widget_new_entries .card-large-image a:hover {
	background-color: transparent;
}

#sidebar .widget_recent_comments .recent-comments .recent-comment-content,
#slide-in-sidebar .widget_recent_comments .recent-comments .recent-comment-content {
	border: solid #66BB6A 1px;
}

#sidebar .widget_recent_comments .recent-comments .recent-comment-content::before, #sidebar .widget_recent_comments .recent-comments .recent-comment-content::after,
#slide-in-sidebar .widget_recent_comments .recent-comments .recent-comment-content::before,
#slide-in-sidebar .widget_recent_comments .recent-comments .recent-comment-content::after {
	border-bottom-color: #66BB6A;
}

#sidebar .widget_recent_comments .recent-comments a:hover,
#slide-in-sidebar .widget_recent_comments .recent-comments a:hover {
	background-color: white;
}

#sidebar .widget_toc .toc-content li a:hover,
#slide-in-sidebar .widget_toc .toc-content li a:hover {
	transition: all 0.3s ease;
	color: #66BB6A;
	text-decoration: none;
}

#sidebar .widget_related_entries a,
#slide-in-sidebar .widget_related_entries a {
	border-radius: 4px;
}

#sidebar .widget_related_entries a:hover,
#slide-in-sidebar .widget_related_entries a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_related_entries .widget-related-entry-card-link::after,
#slide-in-sidebar .widget_related_entries .widget-related-entry-card-link::after {
	border-top: solid #66BB6A 2px;
	border-right: solid #66BB6A 2px;
}

#sidebar .widget_related_entries .border-partition a,
#slide-in-sidebar .widget_related_entries .border-partition a {
	margin: 0;
	border-radius: 0;
	border-bottom: solid #66BB6A 1px;
}

#sidebar .widget_related_entries .border-partition a:first-of-type,
#slide-in-sidebar .widget_related_entries .border-partition a:first-of-type {
	border-top: solid #66BB6A 1px;
}

#sidebar .widget_related_entries .border-square a,
#slide-in-sidebar .widget_related_entries .border-square a {
	border: solid #66BB6A 1px;
}

#sidebar .widget_related_entries .card-large-image a:hover,
#slide-in-sidebar .widget_related_entries .card-large-image a:hover {
	background-color: transparent;
}

#sidebar .widget_archive a,
#slide-in-sidebar .widget_archive a {
	border-radius: 4px;
}

#sidebar .widget_archive a:hover,
#slide-in-sidebar .widget_archive a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_archive select,
#slide-in-sidebar .widget_archive select {
	border: none;
	border-bottom: solid #66BB6A 1px;
	background-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#sidebar .widget_archive select:focus,
#slide-in-sidebar .widget_archive select:focus {
	transition: all 0.3s ease;
	background-color: #E8F5E9;
}

#sidebar .widget_categories a,
#slide-in-sidebar .widget_categories a {
	border-radius: 4px;
}

#sidebar .widget_categories a:hover,
#slide-in-sidebar .widget_categories a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_categories select,
#slide-in-sidebar .widget_categories select {
	border: none;
	border-bottom: solid #66BB6A 1px;
	background-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#sidebar .widget_categories select:focus,
#slide-in-sidebar .widget_categories select:focus {
	transition: all 0.3s ease;
	background-color: #E8F5E9;
}

#sidebar .widget_calendar .wp-calendar-table caption,
#slide-in-sidebar .widget_calendar .wp-calendar-table caption {
	color: white;
	border-color: #2E7D32;
	background-color: #43A047;
}

#sidebar .widget_calendar .wp-calendar-table thead tr th,
#slide-in-sidebar .widget_calendar .wp-calendar-table thead tr th {
	color: white;
	border-color: #2E7D32;
	background-color: #66BB6A;
}

#sidebar .widget_calendar .wp-calendar-table tbody tr td,
#slide-in-sidebar .widget_calendar .wp-calendar-table tbody tr td {
	color: white;
	border-color: #2E7D32;
	background-color: #A5D6A7;
}

#sidebar .widget_calendar .wp-calendar-table tbody tr td a,
#slide-in-sidebar .widget_calendar .wp-calendar-table tbody tr td a {
	border-radius: 0;
	background-color: #A5D6A7;
	color: white;
}

#sidebar .widget_calendar .wp-calendar-table tbody tr td [id$="today"], #sidebar .widget_calendar .wp-calendar-table tbody tr td [id$="today"] a,
#slide-in-sidebar .widget_calendar .wp-calendar-table tbody tr td [id$="today"],
#slide-in-sidebar .widget_calendar .wp-calendar-table tbody tr td [id$="today"] a {
	background-color: #66BB6A;
	color: white;
}

#sidebar .widget_calendar .wp-calendar-table tfoot,
#slide-in-sidebar .widget_calendar .wp-calendar-table tfoot {
	display: none;
}

#sidebar .widget_media_gallery img,
#slide-in-sidebar .widget_media_gallery img {
	border: none;
}

#sidebar .widget_tag_cloud a,
#slide-in-sidebar .widget_tag_cloud a {
	border-radius: 4px;
}

#sidebar .widget_tag_cloud a:hover,
#slide-in-sidebar .widget_tag_cloud a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_tag_cloud a .fa-tag,
#slide-in-sidebar .widget_tag_cloud a .fa-tag {
	color: #66BB6A;
}

#sidebar .widget_nav_menu a,
#slide-in-sidebar .widget_nav_menu a {
	border-radius: 4px;
}

#sidebar .widget_nav_menu a:hover,
#slide-in-sidebar .widget_nav_menu a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_meta a,
#slide-in-sidebar .widget_meta a {
	border-radius: 4px;
}

#sidebar .widget_meta a:hover,
#slide-in-sidebar .widget_meta a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_pages a,
#slide-in-sidebar .widget_pages a {
	border-radius: 4px;
}

#sidebar .widget_pages a:hover,
#slide-in-sidebar .widget_pages a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_recent_entries a,
#slide-in-sidebar .widget_recent_entries a {
	border-radius: 4px;
}

#sidebar .widget_recent_entries a:hover,
#slide-in-sidebar .widget_recent_entries a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_search .search-edit,
#slide-in-sidebar .widget_search .search-edit {
	border-width: 0 0 2px 0;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 2px solid #66BB6A;
}

#sidebar .widget_search .search-edit:focus,
#slide-in-sidebar .widget_search .search-edit:focus {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#sidebar .widget_search .search-edit:focus ~ .search-submit,
#slide-in-sidebar .widget_search .search-edit:focus ~ .search-submit {
	transition: all 0.3s ease;
	color: #66BB6A;
}

#sidebar .widget_search .search-submit:hover,
#slide-in-sidebar .widget_search .search-submit:hover {
	transition: all 0.3s ease;
	color: #66BB6A;
}

#sidebar .widget_media_image .wp-caption,
#slide-in-sidebar .widget_media_image .wp-caption {
	border: none;
	background-color: transparent;
}

#pager-post-navi.post-navi-border a {
	border-top: solid #66BB6A 1px;
	border-bottom: solid #66BB6A 1px;
}

#pager-post-navi.post-navi-border .prev-post ~ .next-post {
	border-top: none;
}

#pager-post-navi a:hover {
	transition: all 0.3s ease;
	background-color: #E8F5E9;
}

#pager-post-navi a .fa {
	color: #43A047;
}

#main #list.ecb-entry-border {
	margin-bottom: 1em;
}

#main #list.ecb-entry-border a {
	border-top: solid 1px #66BB6A;
	margin-bottom: 0;
	border-radius: 0;
}

#main #list.ecb-entry-border a:nth-last-child(1) {
	border-bottom: solid 1px #66BB6A;
}

#main #list .entry-card-wrap {
	border: none;
	color: #333333;
	border-radius: 4px;
	margin-bottom: 1em;
}

#main #list .entry-card-wrap:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#main .cat-label {
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	border: none;
}

#main .article .blogcard {
	border: solid #66BB6A 1px;
	transition: all 0.3s ease;
}

#main .article .blogcard:hover {
	background-color: #E8F5E9;
}

#main .post-password-form input[type="password"] {
	border-radius: 0;
	border: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: solid #66BB6A 1px;
	background-color: transparent;
}

#main .post-password-form input[type="password"]:focus {
	transition: all 0.3s ease;
	background-color: #E8F5E9;
}

#main .post-password-form input[type="submit"] {
	margin: 1em 0;
	display: inline-block;
	background-color: #66BB6A;
	border: none;
	border-radius: 4px;
	color: white;
}

#related-entries.recb-entry-border a {
	border: none;
	border-top: solid #66BB6A 1px;
	border-radius: 0;
}

#related-entries.recb-entry-border a:nth-last-child(1) {
	border-bottom: solid #66BB6A 1px;
}

#related-entries .related-entry-card-wrap {
	margin: 0;
	background-color: transparent;
	border-radius: 4px;
}

#related-entries .related-entry-card-wrap:hover {
	transition: all 0.3s ease;
	background-color: #E8F5E9;
}

#main .pagination-previous-link,
#main .pagination-next-link {
	color: white;
	background-color: #66BB6A;
	border: none;
	border-radius: 4px;
}

#main .pagination span {
	color: white;
	border: none;
	border-radius: 4px;
	background-color: #66BB6A;
}

#main .pagination a {
	color: white;
	border: none;
	border-radius: 4px;
	background-color: #66BB6A;
}

.toc {
	width: 100%;
	padding: 0;
	border-color: #66BB6A;
	border-radius: 4px;
}

.toc .toc-title {
	padding: 0;
	background-color: #66BB6A;
	color: white;
}

.toc .toc-title::after {
	color: white;
	text-decoration: none;
}

.toc .toc-content {
	padding: 1em;
}

.toc .toc-content .toc-list {
	margin: 0 1em;
}

.toc .toc-content .toc-list li {
	margin: 0;
}

.toc .toc-content .toc-list li a {
	transition: all 0.3s ease;
}

.toc .toc-content .toc-list li a:hover {
	color: #66BB6A;
	text-decoration: none;
}

#main .entry-header h1.entry-title {
	background: linear-gradient(to right, #43A047, #66BB6A);
	color: white;
	padding: 1em;
}

#main .entry-content h2,
#main .entry-content h3,
#main .entry-content h4,
#main .entry-content h5,
#main .entry-content h6 {
	color: #43A047;
	background-color: transparent;
	border: 0;
	border-bottom: 5px solid #43A047;
}

#main .entry-content h2,
#main .entry-content h3 {
	padding: 0.5em;
}

#main .entry-content h3 {
	border-width: 3px;
}

#main .entry-content h3::after {
	width: 100%;
	height: 3px;
}

#main .entry-content h4,
#main .entry-content h5,
#main .entry-content h6 {
	padding: 0.25em;
	border-width: 1px;
}

#main .wp-block-quote {
	border: solid #43A047 1px;
	background-color: #E8F5E9;
}

#main .wp-block-quote::before, #main .wp-block-quote::after {
	color: #43A047;
}

#main .wp-block-quote cite {
	color: #66BB6A;
}

#main .wp-block-file button {
	background-color: #66BB6A;
}

pre {
	border: solid #43A047 1px;
	background-color: #E8F5E9;
}

blockquote {
	border: solid #43A047 1px;
	background-color: #E8F5E9;
}

blockquote::before, blockquote::after {
	color: #43A047;
}

blockquote cite {
	color: #66BB6A;
}

.wp-block-table tbody {
	border: solid #66BB6A 1px;
}

.wp-block-table tbody tr:nth-child(odd) {
	background-color: #A5D6A7;
}

.wp-block-table tbody tr:nth-child(even) {
	background-color: white;
}

.wp-block-table tbody tr td {
	border: none;
}

#main .wp-block-calendar .wp-calendar-table caption {
	color: white;
	border-color: #2E7D32;
	background-color: #43A047;
}

#main .wp-block-calendar .wp-calendar-table thead tr th {
	color: white;
	border-color: #2E7D32;
	background-color: #66BB6A;
}

#main .wp-block-calendar .wp-calendar-table tbody tr td {
	color: white;
	border-color: #2E7D32;
	background-color: #A5D6A7;
}

#main .wp-block-calendar .wp-calendar-table tbody tr td a {
	border-radius: 0;
	background-color: #A5D6A7;
	color: white;
}

#main .wp-block-calendar .wp-calendar-table tbody tr td [id$="today"], #main .wp-block-calendar .wp-calendar-table tbody tr td [id$="today"] a {
	background-color: #66BB6A;
	color: white;
}

#main .wp-block-calendar .wp-calendar-table tfoot {
	display: none;
}

#main .wp-block-archives select {
	border: solid #66BB6A 1px;
	background-color: #E8F5E9;
}

#main .wp-block-categories select {
	border: solid #66BB6A 1px;
	background-color: #E8F5E9;
}

#main .wp-block-search {
	display: flex;
	flex-direction: row;
}

#main .wp-block-search input {
	width: auto;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #66BB6A 2px;
}

#main .wp-block-search input:focus {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#main .wp-block-search button {
	display: inline-block;
	padding: 1em 2em;
	background-color: #66BB6A;
	border: none;
	color: white;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#main .wp-block-tag-cloud a {
	text-decoration: none;
	border-radius: 4px;
	color: #333333;
}

#main .wp-block-tag-cloud a:hover {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#main .wp-block-tag-cloud a .fa-tag {
	color: #66BB6A;
}

#main .page .sns-share,
#main .page .sns-follow {
	display: none;
}

#comment-area .reply a {
	border: none;
	color: white;
	background-color: #66BB6A;
}

#comment-reply-btn {
	color: white;
	background-color: #66BB6A;
	border-radius: 4px;
	border: none;
}

#comment,
#author,
#email,
#url {
	border: none;
	border-bottom: 2px solid #66BB6A;
	border-radius: 0;
}

#comment:focus,
#author:focus,
#email:focus,
#url:focus {
	background-color: #E8F5E9;
	transition: all 0.3s ease;
}

#submit {
	color: white;
	background-color: #66BB6A;
	border-radius: 4px;
	border: none;
}

#footer {
	color: white;
	background-color: #43A047;
}

#footer .site-name-text {
	color: white;
}

#footer #navi-footer a {
	color: white;
	background-color: #43A047;
}

#footer #navi-footer a:hover {
	background-color: white;
	color: black;
}

.navi-footer-in > .menu-footer,
.copyright {
	margin-right: 4em;
}

body .mobile-menu-buttons {
	background-color: #43A047;
}

body .mobile-menu-buttons .menu-button:hover {
	background-color: #43A047;
}

body .mobile-menu-buttons .menu-button .menu-button-in {
	color: white;
}

body .mobile-menu-buttons .navi-menu-button .navi-menu-content {
	background-color: white;
}

body .mobile-menu-buttons .navi-menu-button .navi-menu-content a {
	color: #43A047;
	margin: 0.5em 0 0.5em 0;
	border-bottom: solid #66BB6A 1px;
}

body .mobile-menu-buttons .navi-menu-button .navi-menu-content a:hover {
	background-color: white;
}

body .mobile-menu-buttons .navi-menu-button .navi-menu-content .fa {
	color: #43A047;
}

body .mobile-menu-buttons .search-menu-button .search-edit {
	border-width: 0 0 2px 0;
	border-radius: 4px;
	border-bottom: 2px solid #66BB6A;
	background-color: #E8F5E9;
}

body .mobile-menu-buttons .search-menu-button .search-submit {
	color: #66BB6A;
}

