/* ナビゲーション
--------------------------------------------- */
#site-navigation,
#fixed-header-navigation {
  display: flex;
}
.menu-toggle {
  display: none;
}
.search-wrap {
  width: auto;
  margin-left: 0.5rem;
}
.in-nav-wrap {
  width: auto;
}
.ex-nav-wrap {
  display: block;
}
.sub-navigation ul {
  display: flex;
}
@media print {
  #fixed-header-navigation {
	  display: none;}
}
/*ヘッダー内ナビセクション*/
.in-nav-wrap {
  display: flex;
}
/* コンテンツエリア（Main+Sidebar）
--------------------------------------------- */
/*メインコンテンツとサイドバーは横並び*/
.content-area {
  grid-template-columns: 1fr auto-fit;
}
#primary {
  grid-column: 1;
}
#secondary {
  grid-column: 2;
  width: 12rem;
}
/*Contact Form7
--------------------------------------------- */
.cf7__list dt {
  width: 35%;
}
.cf7__list dd {
  width: 65%;
}
/*ヘッダー
--------------------------------------------- */
[class*="site-header-section"] {
  flex-direction: row;
  justify-content: space-between;
}
.site-header-section01 {
}
.site-branding {
  width: auto;
}
.site-header-section01 .custom-logo-link,
.site-footer .custom-logo-link {
  width: auto;
  margin: 0;
}
.site-title-wrap {
  row-gap: 0;
  width: auto;
}
.site-subtitle,
.site-title,
.site-description {
  text-align: left;
  width: auto;
}
.site-description {
  margin-top: -0.3rem !important; /*微調整*/
}
#fixed-header .site-title {
  display: flex;
  align-items: center;
}
.search-wrap {
  width: auto;
}
/*フッター
--------------------------------------------- */
.site-footer .site-branding {
  justify-content: flex-start;
}
.site-info {
  width: auto;
}
.footer-nav > div > ul {
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
}
.inq-wrap {
  left: auto;
  bottom: 6rem;
  right: 1rem;
}

/* front page
--------------------------------------------- */
.top-bnr-wrap {
  grid-template-columns: repeat(4, 1fr);
}
