/*フォント適用（デフォルトでは見出し系とグローバルナビ（サブメニュー除く）に明朝、その他にゴシックを当ててます）*/
/*
body{
	font-family: "sans-serif";
}

h1 , h2 , h3 , h4 , h5 , h6 , b , strong , .smb-section__title ,  .p-global-nav a:not(.p-global-nav .c-navbar__submenu a){
	font-family: serif;
}
h1.c-entry__title{
	font-size:28px;
}
*/
/*ヘッダーメニュー余白なくしてベタ付け*/
/*
header.l-header .p-global-nav .c-navbar__item a:not(header.l-header .c-navbar__submenu a){
	padding-top:0;
	padding-bottom: 0;
}
header.l-header .p-global-nav .c-navbar__item:last-child a{
	padding-right: 0;
}

@media screen and (min-width: 1024px){
	header.l-header .l-header__content .c-fluid-container{
		padding-right: 0;
	}
}
*/
.l-1row-header .p-global-nav .c-navbar__item{
	position:relative;
}
.l-1row-header .p-global-nav .c-navbar__item:after{
	content:"";
    position: absolute;
    height: 40%;
    right: 0px;
    top: 30%;
    width: 1px;
    border-right: solid 1px #666;
}
#menu-item-1022 > a{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
#menu-item-1022:after{
	border:none !important;
}

.p-footer-sticky-nav{
	display:none !important;
}
.p-footer-sticky-nav .c-navbar__item>a{
	padding:0px !important;
}

@media screen and (max-width: 480px){
	.p-footer-sticky-nav{
		display:block !important;
	}
}

.l-1row-header .p-global-nav .c-navbar__item:first-child:before{
	content:"";
    position: absolute;
    height: 40%;
    left: 0px;
    top: 30%;
    width: 1px;
    border-right: solid 1px #666;
}

/*ページヘッダーの高さ調整*/
@media screen and (min-width: 1024px){
	.c-page-header[data-has-image=true]{
		max-height:250px;
	}
}
@media screen and (max-width: 1023px){
	.c-page-header[data-has-image=true]{
		max-height:150px;
	}
}
/*ハンバーガーボタン調整用*/
.c-hamburger-btn .c-hamburger-btn__bar{
	height:2px;
	background-color:#ccc !important;
}
.c-hamburger-btn__bar:nth-of-type(2){
	height:2.5px;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(2){
	background-color:initial !important;
}
.c-hamburger-btn__label{
	color:#ccc;
}

/*グローバルナビのフォントサイズ可変化　 ※狭めのPC幅でメニューが詰まる件の対策になります。ブレイクポイントやテキストサイズはサイトに合わせて変更してください。
可変化したタイミングでグローバルナビのデフォルトのフォントサイズ（アプデで変わるかも）を超えないように設定してます。*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
	header.l-header .p-global-nav .c-navbar__item a:not(header.l-header .c-navbar__submenu a) {
		font-size: min(1.1vw, 14.2222px);
	}
}

/*フッターメニュー用デフォルトスタイル*/
@media screen and (min-width: 1024px){
	footer.l-footer .widget_nav_menu ul{
		/*display: grid;*/
		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
	}
	footer.l-footer .widget_nav_menu li{
		margin-top: 0;
	}
}
/*フッターsns用デフォルトスタイル*/
/*
footer.l-footer .f_sns{
	max-width: 350px;
	margin-left:0;
}
*/
/*フッターサイド余白消し*/
footer.l-footer .c-fluid-container{
	padding-left:0;
	padding-right:0;
}
/*フッター上下パディング消し*/
footer.l-footer .l-footer-widget-area{
	padding-top:0;
	padding-bottom:0;
}

/*フッターセクションごとにできるマージンボトム消し*/
/*
footer.l-footer .l-footer-widget-area__item.c-row__col{
	margin-bottom:0;
}
*/
/*コピーライト用デフォルトスタイル*/
footer.l-footer .c-copyright{
	color:#4a4a4a;
}

/*トップコンテンツ上下余白消し*/
.home .l-contents .c-section{
	padding-top:0;
	padding-bottom:0;
}
/*コンテンツの上下余白消し（投稿と投稿の一覧ページを除く）*/
.l-contents .l-contents__inner:not(.archive .l-contents .l-contents__inner , .single .l-contents .l-contents__inner){
	padding-top: 0;
	padding-bottom: 0;
}
/*投稿のコメント機能トラックバック機能削除*/
.p-comments , .p-trackbacks{
	display:none;
}

/*スマホ時の見出しサイズ統一*/
@media screen and (max-width: 639px){
	.smb-section__title , h2.wp-block-heading , h3.wp-block-heading , .smb-media-text__title{
		font-size:23px;
	}
}

/*トップページスタイル調整*/

body.page-id-2 div.p-entry-content > div.banna-area{
	margin-left: calc(-1* var(--_container-margin-left)) !important;
    margin-right: calc(-1* var(--_container-margin-right)) !important;
	max-width: calc(100% +(2* var(--_container-margin-left))) !important;
}

@media screen and (max-width: 1023px){
	.my-mtop0{
		margin-top:0px !important;
	}
}

h3.midashi1{
	border:none !important;
}

@media screen and (max-width: 639px){
	h3.midashi1{
		font-size:18px !important;
	}
	h3.midashi1 span > span{
		font-size:46px !important;
	}
}

footer.l-footer .l-footer-widget-area__item{
	margin-bottom:0px !important;
}
