/* h2タイトル */
h2,.h2 {
  font-size: 64px!important;
}
@media screen and (max-width:1023px) {
  h2,.h2 {
    font-size: 38px!important;
  }
}
@media screen and (max-width:639px) {
  h2,.h2 {
    font-size: 38px!important;
  }
}
/* h3タイトル */
h3,.h3 {
  font-family: 'Noto Serif JP', serif!important;
  font-size: 24px!important;
}
@media screen and (max-width:1023px) {
  h3,.h3 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
  h3,.h3 {
    font-size: 20px!important;
  }
}
/* h4タイトル */
h4 {
  font-size: 22px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  h4,.h4 {
    font-size: 20px!important;
  }
}
@media screen and (max-width:639px) {
  h4,.h4 {
    font-size: 18px!important;
  }
}
:where(h2,h3,h4,h5,h6) {
  font-weight: normal!important;
}

/* セクションタイトルのfont-size*/
/* section > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__header > .smb-section__title {
  font-size: 34px;
}
@media screen and (max-width:1023px) {
  section > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__header > .smb-section__title {
    font-size: 28px!important;
  }
}
@media screen and (max-width:639px) {
  section > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__header > .smb-section__title {
    font-size: 24px!important;
  }
} */

/* セクションサブタイトルのfont-size  */
.smb-section__subtitle {
  font-size: 18px;
}


/* 投稿ページのタイトルデザインとフォントサイズ */
.single main h1.c-entry__title {
	border-left: 5px solid var(--accent-color);
	padding-left:15px
}

.single main h1  {
  font-size: 26px!important;
}
@media screen and (max-width:1023px) {
  .single main h1  {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .single main h1  {
    font-size: 22px!important;
  }
}

.single main h2 {
  font-size: 24px!important;
}
@media screen and (max-width:1023px) {
  .single main h2  {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
  .single main h2  {
    font-size: 20px!important;
  }
}

.single main h3  {
  font-size: 20px!important;
}
@media screen and (max-width:1023px) {
  .single main h3  {
    font-size: 20px!important;
  }
}
@media screen and (max-width:639px) {
  .single main h3  {
    font-size: 18px!important;
  }
}

.single main h4  {
  font-size: 18px!important;
}






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

/* セクションリード文の余白 */
.smb-section__lede-wrapper {
  margin-top: 30px!important;
}

/* セクションリード文のフォント */
.smb-section__lede {
  font-size: 16px;
}
@media screen and (max-width:639px) {
  .smb-section__lede {
    font-size: 14px;
  }
}


/* セクション下のマージンの調整 */
.smb-section__body:nth-child(2) {
  margin-top: 60px !important;
}
@media screen and (max-width:1023px) {
  .smb-section__body:nth-child(2) {
    margin-top: 40px !important;
  }
}
@media screen and (max-width:639px) {
  .smb-section__body:nth-child(2) {
    margin-top: 30px !important;
  }
}


.wp-block-snow-monkey-blocks-section-break-the-grid .smb-section__body:nth-child(2){
  margin-top: 30px !important;
}
@media screen and (max-width:1023px) {
  .wp-block-snow-monkey-blocks-section-break-the-grid .smb-section__body:nth-child(2) {
    margin-top: 30px !important;
  }
}
@media screen and (max-width:639px) {
  .wp-block-snow-monkey-blocks-section-break-the-grid .smb-section__body:nth-child(2) {
    margin-top: 20px !important;
  }
}



/* パネルのpadding 調整*/
@media screen and (max-width:1023px) {
  .smb-panels__item__body {
    padding: 20px 15px;
  }
}
/* カバーのpadding調整 */
@media screen and (max-width:1023px) {
  .wp-block-cover {
      padding: 20px 15px!important;
  }
  
  }
  /* boxのpadding調整 */
  @media screen and (max-width:1023px) {
  .wp-block-snow-monkey-blocks-box {
    padding: 20px 15px!important;
  }
  
  }
/* 背景テキスト */
.smb-section__background-text__text {
  line-height: 2.3;
}
@media screen and (max-width:1023px) {
  .smb-section__background-text__text {
   font-size: 40px;
   line-height: 3.5;
  }
}
@media screen and (max-width:639px) {
  .smb-section__background-text__text {
   font-size: 40px;
   line-height: 2;
  }
}


/* publishプラグインのホバー時のboxshadow削除 */
body .wp-block-advgb-button.is-style-squared .wp-block-advgb-button_link{
  /* border-radius: 30px!important; */
  /* font-size: 14px; */
}
.wp-block-advgb-button .wp-block-advgb-button_link:hover {
  box-shadow: none;
}




/* ヘッダー */
.l-header {
}
.l-header .c-fluid-container {
  padding: 0 !important;
}
.l-header .l-2row-header__row:first-of-type {
  padding: 0.5rem 1.8rem!important;
  max-width: 1280px;
  margin: 0 auto;
}
.l-header .p-global-nav--hover-extend-underline.p-global-nav--current-same-hover-effect .c-navbar__item[data-active-menu]>a:after {
  height: 1px;
  width: 120px;
  background-color: #fff!important;
  bottom:5px;
}
.l-header .p-drop-nav {
  width: 100%;
}
.l-header .p-global-nav--hover-extend-underline .c-navbar__item[data-active-menu]>a:after {
  height: 1px;
  background-color: #fff!important;
  bottom:5px;
	width:100%!important;
}
.l-header .p-global-nav--hover-extend-underline .c-navbar__item>a:hover:after {
 height: 1px;
  background-color: #fff!important;
  bottom:5px;
	width:100%!important;
}
.l-header .menu-item {
  background: linear-gradient(to bottom,#a1d8ff,var(--wp--preset--color--sm-sub-accent));
}
.l-header .menu-item a{
  color: #fff!important;
  font-weight: 500!important;
  font-size: 14px!important;
}
/* ヘッダードロップナビゲーション */
.l-header .p-drop-nav {
  background: linear-gradient(to bottom,#a1d8ff,var(--wp--preset--color--sm-sub-accent));
}
/* ヘッダーコンタクト */
.hd {
display: flex;
}
.hd-tel-wrapper {
margin-right: 20px;
}
.hd-tel {
  display: inline-block;
  width: 230px!important;
}
.hd-tel:hover {
  opacity: .7;
  }

.hd-contact-wrapper {
  display: flex;
  align-items: center;
}
.fa-envelope {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
}
.hd-contact {
  padding: 13px 13px;
  /* border-radius: 30px;; */
  width: 200px!important;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: var(--wp--preset--color--sm-accent)!important;
  /* background: linear-gradient(93deg, #3c6ce7 6.97%, #3c8ce7 63.21%, #00eaff 131.58%); */
  font-size: 14px;
  font-weight: bold;
  border: 1px solid var(--wp--preset--color--sm-accent)!important;
  transition: .3s;
}
.hd-contact:hover {
background-color: #fff!important;
color: var(--wp--preset--color--sm-accent)!important;
}

.c-drawer {
  background-color: var(--wp--preset--color--sm-sub-accent);
}





/* フッター */
.l-footer .l-footer-widget-area{
  padding: 90px 0!important;
}
.l-footer .c-widget .c-container{
  padding: 0;
}
.l-footer .hed-subtitle{
  font-size: 11px;
}
.l-footer .menu-item {
  margin-bottom: 20px;
}
.l-footer .menu-item a >span{
  display: flex;
  flex-direction: column!important;
}
@media screen and (min-width:1024px) {
.l-footer .l-footer-widget-area__item:nth-child(1) {
  --_item-width:50%;
}
.l-footer .l-footer-widget-area__item:nth-child(2) {
  --_item-width:25%;

}
.l-footer .l-footer-widget-area__item:nth-child(3) {
  --_item-width:25%;

}
.l-footer .l-footer-widget-area__item:nth-child(4) {
  /* --_item-width:20%; */

}
}
.l-footer .l-footer-widget-area__item:not(:nth-child(1)) {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1024px) {
  .l-footer .l-footer-widget-area__item:nth-child(2) {
    margin-bottom: 0;
  }
  .l-footer .l-footer-widget-area__item:nth-child(3) {
    margin-bottom: 0;
  }
}

.c-copyright--inverse {
  background-color: var(--wp--preset--color--sm-sub-accent)!important;
}





