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

Stylesheet: 全テンプレート共通

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

/* 下層ページヘッダー */
.c-page-header[data-has-image=true] {
  max-height: 350px;
}
/*===iPad以下===*/
@media (max-width: 1023px) {
.c-page-header[data-has-image=true] {
  max-height: 220px;
}
}

/*下層ページ背景マスク*/
.c-page-header:before {
content: '';
display: block;
background-color: rgba(20, 20, 20, 0.6);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.c-page-header__content {
position: relative;
z-index: 1;
}

/*下層ページh1サイズ調整*/
.c-page-header__content h1 {
  font-size: clamp(28px,3vw,45px);
} 

/*下層ページの上下余白削除*/
.l-contents__inner {
margin-top:0px !important;
padding-bottom:0px !important;
}

/*コピーライト*/
.c-copyright {
text-align:center;
font-weight:bold;
	font-size: clamp(12px,2vw,14px);
}

/*セクションごとの上下余白調整*/
.wp-block-snow-monkey-blocks-section, .wp-block-snow-monkey-blocks-section-side-heading{
	padding-top:100px;
	padding-bottom:100px;
}
@media (max-width: 639px) {
.wp-block-snow-monkey-blocks-section, .wp-block-snow-monkey-blocks-section-side-heading{
	padding-top:80px;
	padding-bottom:80px;
}
}

/*セクションサブタイトルの下余白削除*/
 .smb-section__subtitle {
	margin-bottom:3px;
}

/* セクションタイトルの線の太さ */
.smb-section__title::after {
  height: 2px;
}

/* セクションタイトルリード文 */
.smb-section__lede-wrapper {
	margin-top:15px;
	margin-bottom:40px;
}
.smb-section__lede {
	font-size: clamp(14px,2vw,18px) !important;
	font-weight:bold;
	color: var(--accent-color) !important;
}

/* reCAPTCHAのロゴを非表示 */
/* .grecaptcha-badge { visibility: hidden; } */
