@charset "utf-8";
/*
extra css name: css-template
for template: page
Author: wp.theme.builder.01
*/
/* ---------- フォントファミリー ---------- */
html, button, input, select, textarea	{
	font-family: -apple-system, BlinkMacSystemFont, Geneva, Arial, Helvetica, "Yu Gothic", YuGothic, Meiryo, sans-serif;
/* ---------- 
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 ---------- */
}
@media all and (-ms-high-contrast: none) 	{
	html, button, input, select, textarea	{
		font-family: 'メイリオ', 'Meiryo', sans-serif;
	}
}
.slug, .span-slug	{
	font-family: -apple-system, BlinkMacSystemFont, Geneva, Arial, Helvetica, sans-serif;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.span-mincho	{
	font-family: "Yu Mincho", Yu Mincho, serif;
}
h1, h2, h3, h4, h5, h6, .home .banner-text ul	{
	font-family: 'Kosugi Maru', sans-serif;
}
/* ---------- ベースサイズ（px指定）
body	{
	font-size: 15px;
}
.sidebar	{
	font-size: 14px;
}
@media only screen and (min-width: 769px)	{
	body	{
		font-size: 16px;
	}
	.sidebar	{
		font-size: 14px;
	}
}
 ---------- */
/* ---------- ベースサイズ（rem px 指定）
html	{
	font-size: 1px;
}
body	{
	font-size: 15rem;
}
.sidebar	{
	font-size: 14rem;
}
@media only screen and (min-width: 769px)	{
	body	{
		font-size: 16rem;
	}
	.sidebar	{
		font-size: 14rem;
	}
}
 ---------- */
/* ---------- ベースサイズ（rem % 指定） ---------- */
html	{
/* ---------- 
	font-size: 5.46875%;
	font-size: 6.25%;
 ---------- */
	font-size: 5.859375%;
}
body	{
	font-size: 16rem;
}
.sidebar	{
	font-size: 14rem;
}
@media only screen and (min-width: 769px)	{
	html	{
		font-size: 6.25%;
	}
}
/* ---------- 見出し ---------- */
.size-huge	{
	font-size: 24rem;
}
span.size-huge	{
	font-size: 200%;
}
h1, .size-h1	{
	font-size: 22rem;
}
h2, .size-h2	{
	font-size: 20rem;
}
h3, .size-h3	{
	font-size: 19rem;
}
h4, .size-h4	{
	font-size: 18rem;
}
h5, .size-h5	{
	font-size: 17rem;
}
h6, .size-h6	{
	font-size: 16rem;
}
@media (min-width: 769px)	{
	.size-huge	{
		font-size: 48rem;
	}
	h1, .size-h1	{
		font-size: 36rem;
	}
	h2, .size-h2	{
		font-size: 28rem;
	}
	h3, .size-h3	{
		font-size: 24rem;
	}
	h4, .size-h4	{
		font-size: 22rem;
	}
	h5, .size-h5	{
		font-size: 18rem;
	}
	h6, .size-h6	{
		font-size: 16rem;
	}
}
/* ---------- パートサイズ ---------- */
span.large	{
	font-size: 125%;
}
small, .small, span.notes, span.attention	{
	font-size: 12rem;
}
#location	{
	font-size: 12rem;
}
.page-type-title-container .page-type-title .slug	{
	font-size: 50%;
}
.loop-content p.date, .taglist	{
	font-size: 13rem;
}
.loop-content .entry-title	{
	font-size: 16rem;
}
.display-text .loop-content p.date, .display-text .loop-content .entry-title	{
	font-size: 16rem;
	line-height: 1.7;
}
.loop-content .archive-content	{
	font-size: 14rem;
}
.btn-m	{
	font-size: 14rem;
}
.btn-l	{
	font-size: 16rem;
}
.btn-xl	{
	font-size: 18rem;
}
.taglist-container .taglist	{
	font-size: 12rem;
}
.wp-tag-cloud li a	{
	font-size: 12rem !important;
}
.site-footer	{
	font-size: 14rem;
}
#footer-copy, #footer-lp	{
	font-size: 13rem;
	text-align: center;
}
/* ---------- フォントウェイト ---------- */
html	{
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
}
.size-huge, .size-h1, .size-h2, .size-h3, .size-h4, .size-h5, .size-h6	{
/* ---------- 
	font-weight: 400;
 ---------- */
}
.loop-content .entry-title	{
	font-weight: 700;
}
/* ---------- 行間 ---------- */
body	{
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6	{
	margin-top: 30px;
}
header h1, header h2, header h3, header h4, header h5, header h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6	{
	margin-top: 0;
}
.size-huge, .size-h1, .size-h2, .size-h3, .size-h4, .size-h5, .size-h6	{
	margin-top: 0;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6	{
	margin-top: 0;
}
h1 + .size-huge, h1 + .size-h1, h1 + .size-h2, h1 + .size-h3, h1 + .size-h4, h1 + .size-h5, h1 + .size-h6, h2 + .size-huge, h2 + .size-h1, h2 + .size-h2, h2 + .size-h3, h2 + .size-h4, h2 + .size-h5, h2 + .size-h6, h3 + .size-huge, h3 + .size-h1, h3 + .size-h2, h3 + .size-h3, h3 + .size-h4, h3 + .size-h5, h3 + .size-h6, h4 + .size-huge, h4 + .size-h1, h4 + .size-h2, h4 + .size-h3, h4 + .size-h4, h4 + .size-h5, h4 + .size-h6, h5 + .size-huge, h5 + .size-h1, h5 + .size-h2, h5 + .size-h3, h5 + .size-h4, h5 + .size-h5, h5 + .size-h6, h6 + .size-huge, h6 + .size-h1, h6 + .size-h2, h6 + .size-h3, h6 + .size-h4, h6 + .size-h5, h6 + .size-h6, .size-huge + h1, .size-huge + h2, .size-huge + h3, .size-huge + h4, .size-huge + h5, .size-huge + h6, .size-h1 + h1, .size-h1 + h2, .size-h1 + h3, .size-h1 + h4, .size-h1 + h5, .size-h1 + h6, .size-h2 + h1, .size-h2 + h2, .size-h2 + h3, .size-h2 + h4, .size-h2 + h5, .size-h2 + h6, .size-h3 + h1, .size-h3 + h2, .size-h3 + h3, .size-h3 + h4, .size-h3 + h5, .size-h3 + h6, .size-h4 + h1, .size-h4 + h2, .size-h4 + h3, .size-h4 + h4, .size-h4 + h5, .size-h4 + h6, .size-h5 + h1, .size-h5 + h2, .size-h5 + h3, .size-h5 + h4, .size-h5 + h5, .size-h5 + h6, .size-h6 + h1, .size-h6 + h2, .size-h6 + h3, .size-h6 + h4, .size-h6 + h5, .size-h6 + h6, .size-huge + .size-huge, .size-huge + .size-h1, .size-huge + .size-h2, .size-huge + .size-h3, .size-huge + .size-h4, .size-huge + .size-h5, .size-huge + .size-h6, .size-1 + .size-huge, .size-1 + .size-h1, .size-1 + .size-h2, .size-1 + .size-h3, .size-1 + .size-h4, .size-1 + .size-h5, .size-1 + .size-h6, .size-2 + .size-huge, .size-2 + .size-h1, .size-2 + .size-h2, .size-2 + .size-h3, .size-2 + .size-h4, .size-2 + .size-h5, .size-2 + .size-h6, .size-3 + .size-huge, .size-3 + .size-h1, .size-3 + .size-h2, .size-3 + .size-h3, .size-3 + .size-h4, .size-3 + .size-h5, .size-3 + .size-h6, .size-4 + .size-huge, .size-4 + .size-h1, .size-4 + .size-h2, .size-4 + .size-h3, .size-4 + .size-h4, .size-4 + .size-h5, .size-4 + .size-h6, .size-5 + .size-huge, .size-5 + .size-h1, .size-5 + .size-h2, .size-5 + .size-h3, .size-5 + .size-h4, .size-5 + .size-h5, .size-5 + .size-h6, .size-6 + .size-huge, .size-6 + .size-h1, .size-6 + .size-h2, .size-6 + .size-h3, .size-6 + .size-h4, .size-6 + .size-h5, .size-6 + .size-h6	{
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6, .size-huge, .size-h1, .size-h2, .size-h3, .size-h4, .size-h5, .size-h6	{
	margin-bottom: 8px;
}
p, ul, ol, dl, blockquote, table	{
	line-height: 2;
}
p	{
	margin: 0;
}
ul, ol, dl, blockquote, table	{
	margin: 0.5em 0 0.5em 0;
}
.loop-content .archive-content, .loop-content .archive-content p	{
	line-height: 1.5;
}
.taglist a, .wp-tag-cloud li	{
	margin: 0 0.5em 0.5em 0;
}
.loop-content .archive-content p	{
	margin-bottom: 0;
}
/* ---------- 先頭画像後 余白調整 ---------- */
p:first-child + h1, p:first-child + h2, p:first-child + h3, p:first-child + h4, p:first-child + h5, p:first-child + h6	{
	margin-top: 0;
	margin-bottom: 5px;
}
/* ---------- タグリスト ---------- */
.taglist-container .taglist a	{
	padding: 0.5em 0.75em;
	background-color: rgba(204, 204, 204, 0.2);
	border: none;
	border-radius: 0.5em;
}
.taglist-container .taglist a.current	{
	color: #FFF;
	background-color: #999;
}
.taglist a.term-all:before	{
	content: "\f480";
}
/* ---------- Q&A ---------- */
/* ---------- 簡易
.article-qa .entry-title:before	{
	content: 'Q： ';
	color: #D90000;
	flex-shrink: 0;
}
.article-qa .accordion-content .archive-content:before	{
	content: 'A： ';
	color: #006DD9;
	float: left;
}
 ---------- */
.article-qa .entry-title:before, .article-qa .accordion-content .archive-content:before	{
	font-size: 16rem;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5em;
	height: 1.5em;
	margin-right: 1em;
	border-radius: 1000px;
}
.article-qa .entry-title:before	{
	content: 'Q';
	background-color: #D90000;
}
.article-qa .accordion-content .archive-content	{
	font-size: 16rem;
	padding-left: 2.5em;
	position: relative;
}
.article-qa .accordion-content .archive-content:before	{
	content: 'A';
	background-color: #006DD9;
	position: absolute;
	top: 0.2em;
	left: 0;
}
/* ---------- 表示／非表示 ---------- */
.page-type-title-icon	{
	display: none;
}
.banner-text .parent-title + .self-title	{
	display: none;
}
.banner-text .parent-slug + .self-slug	{
	display: none;
}
body:not( .attachment ) .banner-text .archive-label	{
	display: none;
}
.page-type-title-container .parent-title	{
	display: none;
}
.page-type-title-container .parent-slug	{
	display: none;
}
.page-posttype .page-type-title-container .posttype-label	{
	display: none;
}
.page-posttype:not( .page-posttype-top ) .page-type-title-container .posttype-label:after	{
	content: '：';
}
.single .page-posttype:not( .page-posttype-top ) .page-type-title-container .posttype-label:after	{
	content: none;
}
.page-posttype-top .page-type-title-container .posttype-label, .page-posttype-single .page-type-title-container .posttype-label	{
	display: inline;
}
@media (min-width: 769px)	{
	.footer-nav .sub-menu	{
		display: none;
	}
}
/* ---------- カラー ---------- */
body, body a, .color-default	{
	color: #222;
}
.taglist a, .wp-tag-cloud li a	{
	color: #888;
}
.color-theme	{
	color: #5EB6B9;
}
.bgcolor-theme	{
	background-color: #ECF4F4;
	background-color: #D0E6DF;
}
.color-in-bgcolor, .color-in-bgcolor a	{
	color: #FFF;
}
.color-in-bgcolor a	{
	text-decoration: underline;
}
/* ---------- 角丸 ---------- */
.rounded-corners > img	{
	border-radius: 1em;
}
.fc-lrset-right-round .fc-lrset-right img	{
	border-radius: 2em;
}
/* ---------- ルール ---------- */
h2 + table	{
	margin-top: 16rem;
}
.btn a	{
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #5EB6B9;
	border-radius: 1000px;
}
.btn a:after	{
	content: "\f344";
}
.line-height-1	{
	line-height: 1;
}
.border-bottom-full	{
	padding-bottom: 4px;
	margin-bottom: 12px;
	border-bottom: solid 3px #A5D2D1;
}
.th-left th	{
	text-align: left;
}
.blockquote-theme	{
	background-color: #ecf4f4;
	border: solid 1px #5eb6b9;
	background-image: url( ../images/id-mint/quoted-before.png ) , url( ../images/id-mint/quoted-after.png );
}
/* ---------- ハンバーガー ---------- */
.home .nav-height-m	{
	padding-top: 0;
}
.scroll-opacity-to-1	{
	opacity: 0;
}
#header-logo-s.logo-s-fixed	{
	background-color: transparent;
	box-shadow: none;
}
/* ---------- 
.home #header-logo-s.logo-s-fixed	{
	background-color: #ecf4f4;
}
 ---------- */
#navbar-s #navbar-bg	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	z-index: -1;
	box-shadow: 0px 0px 4px 0px rgba(153, 153, 153, 0.5);
}
#navigation-widget-s a	{
	color: #FFF;
	padding: 0.5em 1em;
	border-radius: 1000px;
	background-color: #5EB6B9;
}
#widget-header-logo-s img	{
	width: 185px;
}
@media (max-width: 768px)	{
	#navigation-widget-s	{
		display: none;
	}
}
@media (min-width: 769px)	{
	.not-mobile #navbar-s {
		display: block;
	}
	.is-mobile .nav-height-m, .not-mobile .nav-height-m {
		padding-top: 80px;
	}
	.home.is-mobile .nav-height-m, .home.not-mobile .nav-height-m {
		padding-top: 0;
	}
	#header-logo-s, #widget-header-logo-s a, #navigation-widget-s, .header-logo-local-s-container	{
		height: 80px;
	}
	#widget-header-logo-s a, .header-logo-local-s-container	{
		padding-left: 20px;
	}
	#site-navigation-s .menu-toggle, #site-navigation-s #hamburger-nav-toggle	{
		top: 10px;
		right: 10px;
	}
	.smenu-true #navigation-widget-s	{
		margin-right: 90px;
	}
	.smenu-right-slide #site-navigation-s .nav-menu, .smenu-right-zoom #site-navigation-s .nav-menu {
		width: 360px;
		padding-right: calc( 80px + 15px );
	}
}
/* ---------- ハンバーガーアイコン ---------- */
#site-navigation-s .menu-toggle, #site-navigation-s #hamburger-nav-toggle	{
	background-image: url( ../images/id-mint/icon-ham.png );
	background-color: transparent;
}
#site-navigation-s #hamburger-nav-toggle.open	{
	background-image: url( ../images/id-mint/icon-ham-white-x.png );
	background-color: #5EB6B9;
}
/* ---------- ナビゲーションメニュー ---------- */
#site-navigation-s .nav-menu #hamburger-menu-extra-before	{
	margin-bottom: 1em;
}
#site-navigation-s .nav-menu #hamburger-menu-extra-before a:before	{
	content: none;
}
#site-navigation-s .nav-menu #hamburger-menu-extra-after	{
	margin-top: 1em;
	border: none;
}
#site-navigation-s .nav-menu #hamburger-menu-extra-after a	{
	color: #FFF;
	text-align: center;
	padding: 0.5em 1em;
	border-radius: 1000px;
	background-color: #5EB6B9;
}
#site-navigation-s .nav-menu #hamburger-menu-extra-after a:before	{
	content: none;
}
@media (max-width: 768px)	{
	#site-navigation-s .nav-menu .nav-contact	{
		display: none;
	}
}
@media (min-width: 769px)	{
	#hamburger-menu-extra-after	{
		display: none;
	}
}
/* ---------- ヘッダー ---------- */
body:not( .home ) .site-header	{
	padding: 20px 10px 59px 10px;
	background-image: url( ../images/id-mint/banner-text-bg.png );
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1175px auto;
}
.banner:before	{
	content: none;
}
.banner	{
	height: 250px;
	background-position: right 28% top;
}
.home .banner	{
	height: auto;
	background-position: center bottom;
}
body:not( .home ) .banner	{
	border: solid 3px #A5D2D1;
	border-radius: 1em;
}
.banner-text	{
	position: static;
}
body:not( .home ) .banner-text	{
	justify-content: flex-end;
	padding-bottom: 0;
}
.home .banner-text	{
	padding-top: 2em;
	padding-bottom: 2em;
}
body:not( .home ) .banner-text .inner	{
	background-color: #FFF;
	transform: translateY( 59px );
}
.banner-text .page-type-title	{
	line-height: 1;
	padding: 10px 20px 0 20px;
	margin-bottom: 0;
	border: solid 3px #A5D2D1;
	border-bottom: none;
}
.banner-text .page-type-title:after	{
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-color: #A5D2D1;
	border-radius: 1000px;
}
.banner-text .slug.page-type-title-slug	{
	color: #5EB6B9;
}
@media (min-width: 769px)	{
	body:not( .home ) .site-header	{
		padding: 20px 0 59px 0;
	}
	.banner	{
		height: 336px;
		background-position: center;
	}
	body:not( .home ) .banner	{
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.home .banner-text	{
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.banner-text .page-type-title	{
		padding: 20px 40px 0 40px;
	}
}
/* ---------- コモン ---------- */
#main	{
	background-image: url( ../images/id-mint/bg-main-01.png );
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
}
.bottom-colored #main	{
	padding-bottom: 0;
}
.bottom-colored #primary .site-content:last-of-type	{
	padding-bottom: 4em;
	background-image: url( ../images/id-mint/bg-main-01.png ) , url( ../images/id-mint/bg-wave-top.png );
	background-repeat: no-repeat;
	background-position: center bottom , center top;
	background-size: auto , 100% 100%;
}
.bottom-colored #main ~ #location	{
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #E9F1F1;
}
.fc-lrset-row-title + .fc-lrset-row	{
	margin-top: 8px;
}
@media (min-width: 769px)	{
	#main {
		padding-bottom: 8em;
	}
	.bottom-colored #primary .site-content:last-of-type	{
		padding-top: 6em;
		padding-bottom: 8em;
	}
}
/* ---------- ブログ ---------- */
.article-image.aspect-thumbnail-sq-l, .article-container article:hover a.article-image.aspect-thumbnail-sq-l:after {
    border-radius: 0.5em;
}
@media (min-width: 769px)	{
	.article-image.aspect-thumbnail-sq-l, .article-container article:hover a.article-image.aspect-thumbnail-sq-l:after {
		border-radius: 2em;
	}
}
/* ---------- トップ ---------- */
.home .optionblock h1, #top-link h3	{
	line-height: 1;
	margin-bottom: 0;
}
.home .optionblock h1 + h5, #top-link h3 + p	{
	margin-top: 0;
}
.home .optionblock-main h1 + h5, #top-link h3 + p	{
	margin-bottom: 1em;
}
.home .banner-text .inner	{
	width: 100%;
	background-image: url( ../images/id-mint/banner-text-top-bg.png );
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.home .banner-text .flex-pc	{
	font-weight: bold;
	justify-content: center;
	margin-top: 2em;
}
.home .banner-text .flex-pc li a	{
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	background-color: #FFF;
	border-radius: 999px;
	box-shadow: 0px 1px 2px 1px rgb( 144, 187, 188, 0.5 );
}
.home .banner-text .flex-pc li a img	{
	width: auto;
	height: 1.5em;
}
@media (max-width: 768px)	{
	.home .banner-text .flex-pc li + li	{
		margin-top: 1em;
	}
	.home .banner-text .flex-pc li a	{
		width: 19em;
		margin-right: auto;
		margin-left: auto;
	}
	.home .banner-text .flex-pc li a img	{
		margin-right: 0.5em;
	}
}
@media (min-width: 769px)	{
	.home .banner-text .flex-pc li a	{
		flex-direction: column;
		min-width: 16em;
	}
	.home .banner-text .flex-pc li a img	{
		margin-bottom: 0.5em;
	}
}
.site-content.have-bg.bg-wave-both	{
	padding-top: 4em;
	padding-bottom: 4em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
#top-blog .btn	{
	margin-top: 1em;
}
#top-recruit	{
	padding-bottom: 2em;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
#top-recruit .optionblock-main, .optionblock-after	{
	margin-top: 1em;
}
#top-recruit .fc-lrset-right .fc-child-inner	{
	text-align: center;
/* ---------- 
	padding: 0.5em;
	background-color: #5EB6B9;
	border-radius: 1000px;
 ---------- */
}
/* ---------- 
#top-recruit .fc-lrset-right .fc-child-inner, #top-recruit .fc-lrset-right .fc-child-inner a	{
	color: #FFF;
}
 ---------- */
#top-recruit .fc-lrset-right .fc-child-inner p	{
	line-height: 1.4;
}
.size-h3 .small	{
	font-size: 67%;
}
.top-recruit-image ul	{
	list-style: none;
	display: flex;
	justify-content: center;
}
.top-recruit-image ul li	{
	margin: 0;
}
.top-recruit-image ul li img	{
	width: 150px;
	max-width: none;
}
#top-link .fc-child-inner	{
	height: 100%;
}
#top-link .fc-child-inner a.block-link	{
	justify-content: flex-start;
	background-image: url( ../images/id-mint/top-link-bg-01.png );
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #FFF;
}
#top-link .fc-lrset-right .fc-child-inner a.block-link	{
	background-image: url( ../images/id-mint/top-link-bg-02.png );
}
#top-link .fc-child-inner a	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 60px;
	border: solid 3px #CCC;
	border-radius: 2em;
}
#top-link .fc-child-inner h3	{
	display: flex;
	align-items: center;
	margin-left: -60px;
}
#top-link .fc-child-inner h3:before	{
	content: '';
	display: block;
	width: 37px;
	height: 0.5em;
	margin-right: 20px;
	background-color: #D0E6DF;
}
@media (min-width: 769px)	{
	.home .banner-text .flex-pc	{
		justify-content: center;
	}
	.home .banner-text .flex-pc li + li	{
		margin-left: 2em;
	}
	.site-content.have-bg.bg-wave-both	{
		padding-top: 6em;
		padding-bottom: 6em;
	}
	.top-recruit-image ul li img	{
		width: 300px;
	}
}
/* ---------- ケアマネージャの方へ ---------- */
#for-manager-link a	{
	color: #FFF;
	text-align: center;
	display: block;
	padding: 1em;
	background-color: #5eb6b9;
	border-radius: 1em;
}
/* ---------- totop ---------- */
#page-top a	{
	background-image: url( ../images/id-mint/totop.png );
}
/* ---------- フッター ---------- */
.site-footer	{
	padding-top: 3em;
	padding-bottom: 2em;
	background-color: #5EB6B9;
}
.site-footer, .site-footer a	{
	color: #FFF;
}
.footer-nav .menu > li > a:before	{
	content: "\f139";
}
.footer-nav .sub-menu a:before	{
	content: none;
}
.footer-nav .sub-menu li	{
	line-height: 1;
}
.footer-nav .sub-menu li + li	{
	padding-left: 0.5em;
	margin-left: 0.5em;
	border-left: solid 1px #FFF;
}
#footer-copy	{
	margin-top: 2em;
}
@media (max-width: 768px)	{
	#footer-navigation	{
		text-align: center;
	}
}
@media (min-width: 769px)	{
	#footer-navigation.footer-nav-multi-item .inner	{
		align-items: flex-end;
	}
	#footer-navigation aside	{
		flex-shrink: 0;
		width: 260px;
	}
	#footer-navigation #footer-menu	{
		flex-shrink: 0;
		width: 689px;
		padding-left: 50px;
		margin-left: 50px;
		border-left: solid 1px #FFF;
	}
	.footer-nav .menu	{
		display: block;
		column-count: 2;
		column-gap: 1.3em;
	}
	.footer-nav .menu > li + li	{
		margin-left: 0;
	}
	.footer-nav .sub-menu	{
		display: inline-flex;
	}
}
/* ---------- 簡易ギャラリー ---------- */
.gallery-style ul	{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gallery-style ul li	{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	margin: 0;
	background-color: #EFEFEF;
}
.gallery-style-c3 ul li	{
	width: calc( ( 100% - 3% * 2 ) / 3 );
	margin: 2.99% 0 0 2.99%;
}
.gallery-style-c3 ul li:nth-of-type( -n + 3 )	{
	margin-top: 0;
}
.gallery-style-c3 ul li:nth-of-type( 3n + 1 )	{
	margin-left: 0;
}
/* ---------- 20220128 トップをシンプルに ---------- */
body.home	{
	background-color: #ecf4f4;
}
.home #navbar-bg	{
	opacity: 0 !important;
}
.home #header-logo-s	{
	justify-content: flex-end;
}
.home .widget-header-logo-s	{
	display: none !important;
}
.home #banner	{
	background-image: none !important;
}
.home #main	{
	min-height: auto;
	padding: 0;
	margin: 0;
}
@media (max-width: 374px)	{
	.home #banner	{
		min-height: 100vh;
	}	
}
@media (min-width: 375px)	{
	.home #banner	{
		height: 100vh;
	}	
}
@media (max-width: 768px)	{
	.home .banner-text	{
		justify-content: flex-start;
		padding-top: 60px;
	}
}