/* CSS Document */

/* =================================================
  Header
================================================= */
#header-in.wrap {
  width: 100%;
}
#header-in .tagline {
  background-color: #0054A7;
  margin: 0px;
  padding: 0.3em;
  color: white;
  font-weight: 700;
}
#header-in .logo-image {
  padding-top: 0.5em;
  padding-bottom: 1em;
}

#navi .navi-in {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #BBBBBB;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BBBBBB;
}

/* =================================================
  Gallery
================================================= */
.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

/* =================================================
  Sidebar
================================================= */
#sidebar h2 {
  font-size: 20px !important;/*文字のサイズ*/
  position: relative;
  color: #323232;
  padding-left: 1.3em;
  line-height: .7em;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
  background-color: white;
}

#sidebar h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #5E8B6D;
  line-height: 1.6em;
}

#sidebar .wp-block-group__inner-container ul {
  margin-left: 1.3em;
}


/* =================================================
  Footer
================================================= */
#navi-footer .navi-footer-in {
  padding: 10px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #BBBBBB;
}

/* =================================================
  SNS
================================================= */
#main .button-caption {
	display: none; /*キャプション非表示*/
}
/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央揃え*/
}
.sns-share-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタン同士の間隔（カスタマイズを！）*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（カスタマイズを！）*/
}

/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-follow-buttons {
	justify-content: center; /*中央揃え*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタンの間隔（カスタマイズを！）*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（（カスタマイズを！）*/
}