@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/*index: コンテンツ幅 */
/*index: カラム */
.widget_media_gallery .gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

/* リセット用のプレイスフォルダ */
/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット初期設定 */
/*index: ウィジェットタイトル */
.widget-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .widget-title {
      font-size: 1.9vw; } }
  @media only screen and (max-width: 599px) {
    .widget-title {
      font-size: 1.4rem; } }
  .widget-title::before {
    content: "";
    height: 1px;
    margin-right: 1rem;
    flex-grow: 1; }
  .widget-title::after {
    content: "";
    height: 1px;
    margin-left: 1rem;
    flex-grow: 1; }
  .widget-title .rsswidget {
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (max-width: 1024px) {
      .widget-title .rsswidget {
        font-size: 1.9vw; } }
    @media only screen and (max-width: 599px) {
      .widget-title .rsswidget {
        font-size: 1.4rem; } }

/*index: ウィジェットキャプション */
.wp-caption-text {
  font-size: 1.4rem;
  margin-top: 0.5rem; }
  @media only screen and (max-width: 599px) {
    .wp-caption-text {
      font-size: 1.2rem; } }

/*index: ホームページ上部ウィジェット・ページ上部ウィジェット・記事本文上部ウィジェット */
#home-top-widget-area,
#page-top-widget-area,
#single-top-widget-area {
  padding-bottom: 12rem; }
  @media only screen and (max-width: 1024px) {
    #home-top-widget-area,
    #page-top-widget-area,
    #single-top-widget-area {
      padding-bottom: 12.5vw; } }
  @media only screen and (max-width: 599px) {
    #home-top-widget-area,
    #page-top-widget-area,
    #single-top-widget-area {
      padding-bottom: 6rem; } }
  #home-top-widget-area .w-container,
  #page-top-widget-area .w-container,
  #single-top-widget-area .w-container {
    padding-top: 6rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1024px) {
      #home-top-widget-area .w-container,
      #page-top-widget-area .w-container,
      #single-top-widget-area .w-container {
        padding-top: 6.25vw; } }
    @media only screen and (max-width: 599px) {
      #home-top-widget-area .w-container,
      #page-top-widget-area .w-container,
      #single-top-widget-area .w-container {
        padding-top: 3rem; } }
    #home-top-widget-area .w-container:first-child,
    #page-top-widget-area .w-container:first-child,
    #single-top-widget-area .w-container:first-child {
      padding-top: 0; }
    #home-top-widget-area .w-container .widget-title,
    #page-top-widget-area .w-container .widget-title,
    #single-top-widget-area .w-container .widget-title {
      font-size: 3.4rem;
      line-height: 1.333;
      margin-bottom: 2rem;
      justify-content: center; }
      @media only screen and (max-width: 1024px) {
        #home-top-widget-area .w-container .widget-title,
        #page-top-widget-area .w-container .widget-title,
        #single-top-widget-area .w-container .widget-title {
          font-size: 3.7vw; } }
      @media only screen and (max-width: 599px) {
        #home-top-widget-area .w-container .widget-title,
        #page-top-widget-area .w-container .widget-title,
        #single-top-widget-area .w-container .widget-title {
          font-size: 2.2rem; } }
      #home-top-widget-area .w-container .widget-title::before, #home-top-widget-area .w-container .widget-title::after,
      #page-top-widget-area .w-container .widget-title::before,
      #page-top-widget-area .w-container .widget-title::after,
      #single-top-widget-area .w-container .widget-title::before,
      #single-top-widget-area .w-container .widget-title::after {
        max-width: 3.4rem;
        height: 2px; }
        @media only screen and (max-width: 1024px) {
          #home-top-widget-area .w-container .widget-title::before, #home-top-widget-area .w-container .widget-title::after,
          #page-top-widget-area .w-container .widget-title::before,
          #page-top-widget-area .w-container .widget-title::after,
          #single-top-widget-area .w-container .widget-title::before,
          #single-top-widget-area .w-container .widget-title::after {
            max-width: 3.7vw; } }
        @media only screen and (max-width: 599px) {
          #home-top-widget-area .w-container .widget-title::before, #home-top-widget-area .w-container .widget-title::after,
          #page-top-widget-area .w-container .widget-title::before,
          #page-top-widget-area .w-container .widget-title::after,
          #single-top-widget-area .w-container .widget-title::before,
          #single-top-widget-area .w-container .widget-title::after {
            max-width: 2.2rem;
            height: 1px; } }

/*index: ホームページ下部ウィジェット・ページ下部ウィジェット・記事本文下部ウィジェット */
#home-bottom-widget-area,
#page-bottom-widget-area,
#single-bottom-widget-area {
  padding-top: 12rem; }
  @media only screen and (max-width: 1024px) {
    #home-bottom-widget-area,
    #page-bottom-widget-area,
    #single-bottom-widget-area {
      padding-top: 12.5vw; } }
  @media only screen and (max-width: 599px) {
    #home-bottom-widget-area,
    #page-bottom-widget-area,
    #single-bottom-widget-area {
      padding-top: 6rem; } }
  #home-bottom-widget-area .w-container,
  #page-bottom-widget-area .w-container,
  #single-bottom-widget-area .w-container {
    padding-top: 6rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1024px) {
      #home-bottom-widget-area .w-container,
      #page-bottom-widget-area .w-container,
      #single-bottom-widget-area .w-container {
        padding-top: 6.25vw; } }
    @media only screen and (max-width: 599px) {
      #home-bottom-widget-area .w-container,
      #page-bottom-widget-area .w-container,
      #single-bottom-widget-area .w-container {
        padding-top: 3rem; } }
    #home-bottom-widget-area .w-container:first-child,
    #page-bottom-widget-area .w-container:first-child,
    #single-bottom-widget-area .w-container:first-child {
      padding-top: 0; }
    #home-bottom-widget-area .w-container .widget-title,
    #page-bottom-widget-area .w-container .widget-title,
    #single-bottom-widget-area .w-container .widget-title {
      font-size: 3.4rem;
      line-height: 1.333;
      margin-bottom: 2rem;
      justify-content: center; }
      @media only screen and (max-width: 1024px) {
        #home-bottom-widget-area .w-container .widget-title,
        #page-bottom-widget-area .w-container .widget-title,
        #single-bottom-widget-area .w-container .widget-title {
          font-size: 3.7vw; } }
      @media only screen and (max-width: 599px) {
        #home-bottom-widget-area .w-container .widget-title,
        #page-bottom-widget-area .w-container .widget-title,
        #single-bottom-widget-area .w-container .widget-title {
          font-size: 2.2rem; } }
      #home-bottom-widget-area .w-container .widget-title::before, #home-bottom-widget-area .w-container .widget-title::after,
      #page-bottom-widget-area .w-container .widget-title::before,
      #page-bottom-widget-area .w-container .widget-title::after,
      #single-bottom-widget-area .w-container .widget-title::before,
      #single-bottom-widget-area .w-container .widget-title::after {
        max-width: 3.4rem;
        height: 2px; }
        @media only screen and (max-width: 1024px) {
          #home-bottom-widget-area .w-container .widget-title::before, #home-bottom-widget-area .w-container .widget-title::after,
          #page-bottom-widget-area .w-container .widget-title::before,
          #page-bottom-widget-area .w-container .widget-title::after,
          #single-bottom-widget-area .w-container .widget-title::before,
          #single-bottom-widget-area .w-container .widget-title::after {
            max-width: 3.7vw; } }
        @media only screen and (max-width: 599px) {
          #home-bottom-widget-area .w-container .widget-title::before, #home-bottom-widget-area .w-container .widget-title::after,
          #page-bottom-widget-area .w-container .widget-title::before,
          #page-bottom-widget-area .w-container .widget-title::after,
          #single-bottom-widget-area .w-container .widget-title::before,
          #single-bottom-widget-area .w-container .widget-title::after {
            max-width: 2.2rem;
            height: 1px; } }

/*index: アーカイブページ上部ウィジェット */
#archive-top-widget-area {
  padding-bottom: 6rem; }
  @media only screen and (max-width: 1024px) {
    #archive-top-widget-area {
      padding-bottom: 6.25vw; } }
  @media only screen and (max-width: 599px) {
    #archive-top-widget-area {
      padding-bottom: 3rem; } }
  #archive-top-widget-area .w-container {
    padding-top: 6rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1024px) {
      #archive-top-widget-area .w-container {
        padding-top: 6.25vw; } }
    @media only screen and (max-width: 599px) {
      #archive-top-widget-area .w-container {
        padding-top: 3rem; } }
    #archive-top-widget-area .w-container:first-child {
      padding-top: 0; }
    #archive-top-widget-area .w-container .widget-title {
      font-size: 3.4rem;
      line-height: 1.333;
      margin-bottom: 2rem;
      justify-content: center; }
      @media only screen and (max-width: 1024px) {
        #archive-top-widget-area .w-container .widget-title {
          font-size: 3.7vw; } }
      @media only screen and (max-width: 599px) {
        #archive-top-widget-area .w-container .widget-title {
          font-size: 2.2rem; } }
      #archive-top-widget-area .w-container .widget-title::before, #archive-top-widget-area .w-container .widget-title::after {
        max-width: 3.4rem;
        height: 2px; }
        @media only screen and (max-width: 1024px) {
          #archive-top-widget-area .w-container .widget-title::before, #archive-top-widget-area .w-container .widget-title::after {
            max-width: 3.7vw; } }
        @media only screen and (max-width: 599px) {
          #archive-top-widget-area .w-container .widget-title::before, #archive-top-widget-area .w-container .widget-title::after {
            max-width: 2.2rem;
            height: 1px; } }

/*index: サイドバーウィジェット */
#sidebar-widget-area .w-sidebar-container,
#fix-sidebar-widget-area .w-sidebar-container {
  padding-top: 3rem; }
  @media only screen and (max-width: 1024px) {
    #sidebar-widget-area .w-sidebar-container,
    #fix-sidebar-widget-area .w-sidebar-container {
      padding-top: 6.25vw; } }
  @media only screen and (max-width: 599px) {
    #sidebar-widget-area .w-sidebar-container,
    #fix-sidebar-widget-area .w-sidebar-container {
      padding-top: 3rem; } }
  #sidebar-widget-area .w-sidebar-container:first-child,
  #fix-sidebar-widget-area .w-sidebar-container:first-child {
    padding-top: 0; }

/*index: フッターウィジェット */
#footer-widget-area {
  background-color: #fff; }
  #footer-widget-area .w-footer-container {
    padding-top: 6rem;
    padding-bottom: 6rem; }
    @media only screen and (max-width: 1024px) {
      #footer-widget-area .w-footer-container {
        padding-top: 6.25vw;
        padding-bottom: 6.25vw; } }
    @media only screen and (max-width: 599px) {
      #footer-widget-area .w-footer-container {
        padding-top: 3rem;
        padding-bottom: 3rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - カレンダー */
.widget_calendar #wp-calendar {
  width: 100%;
  font-size: 1.5rem;
  padding-top: 1rem; }
  .widget_calendar #wp-calendar caption {
    font-weight: 700;
    text-align: center;
    font-size: 1.4rem; }
  .widget_calendar #wp-calendar tr {
    display: flex;
    justify-content: flex-start; }
    .widget_calendar #wp-calendar tr:first-of-type {
      justify-content: flex-end; }
  .widget_calendar #wp-calendar th,
  .widget_calendar #wp-calendar td {
    display: block;
    width: calc(100% / 7);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid; }
  .widget_calendar #wp-calendar th {
    font-weight: 700; }
  .widget_calendar #wp-calendar td a {
    width: 100%;
    display: inline-block;
    font-size: 1.4rem;
    text-decoration: none;
    transition: 0.3s ease; }
    .widget_calendar #wp-calendar td a:hover {
      opacity: 0.7;
      transition: 0.3s ease; }
  .widget_calendar #wp-calendar tfoot tr {
    display: flex;
    justify-content: center; }
    .widget_calendar #wp-calendar tfoot tr td {
      width: calc(100% / 3); }
  .widget_calendar #wp-calendar #today {
    background-color: #6699ff;
    color: #fff;
    font-weight: bold; }
    .widget_calendar #wp-calendar #today a {
      color: #fff !important;
      font-weight: bold;
      background-color: transparent; }
.widget_calendar .wp-calendar-nav a {
  font-size: 1.4rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - カテゴリー */
.widget_categories {
  /*index: カテゴリー */
  /*index: カテゴリー - 階層 */
  /*index: カテゴリー - ドロップダウン */ }
  .widget_categories .cat-item a {
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 0 1rem 2rem;
    position: relative;
    transition: 0.3s ease; }
    .widget_categories .cat-item a::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8.7px; }
    .widget_categories .cat-item a:hover {
      opacity: 0.7;
      transition: 0.3s ease; }
  .widget_categories ul > .cat-item {
    border-top-style: solid;
    border-top-width: 1px; }
    .widget_categories ul > .cat-item:first-child {
      border-top: none; }
    .widget_categories ul > .cat-item:last-child {
      border-bottom-style: solid;
      border-bottom-width: 1px; }
  .widget_categories .cat-item.cat-parent {
    position: relative;
    z-index: 1; }
    .widget_categories .cat-item.cat-parent .mobile_child_menu_toggle {
      position: absolute;
      content: "";
      right: 0;
      top: 1rem;
      width: 20px;
      height: 20px;
      margin: auto;
      z-index: 10;
      cursor: pointer; }
      .widget_categories .cat-item.cat-parent .mobile_child_menu_toggle .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.1px 7px 0 7px;
        transition: 0.3s ease; }
      .widget_categories .cat-item.cat-parent .mobile_child_menu_toggle.open .arrow {
        transform: rotateZ(180deg); }
    .widget_categories .cat-item.cat-parent > a {
      display: inline-block;
      padding-left: 0; }
      .widget_categories .cat-item.cat-parent > a::before {
        display: none; }
  .widget_categories .cat-item .children {
    border-top-style: solid;
    border-top-width: 1px;
    display: none; }
    .widget_categories .cat-item .children .cat-item {
      margin-left: 2rem; }
      .widget_categories .cat-item .children .cat-item:last-child {
        border-bottom: none; }
  .widget_categories form select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 0 30px 0 5px;
    margin: 0;
    border: none;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    font-size: 1.4rem;
    cursor: pointer;
    position: relative; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - アーカイブ */
.widget_archive {
  /*index: アーカイブ */
  /*index: アーカイブ - ドロップダウン */ }
  .widget_archive li {
    padding: 0.5rem 0; }
    .widget_archive li a {
      font-size: 1.4rem;
      text-decoration: none;
      display: inline-block;
      padding: 0.5rem 0 0.5rem 2rem;
      position: relative;
      transition: 0.3s ease; }
      .widget_archive li a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px; }
      .widget_archive li a:hover {
        opacity: 0.7;
        transition: 0.3s ease; }
  .widget_archive select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 0 30px 0 5px;
    margin: 0;
    border: none;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    font-size: 1.4rem;
    cursor: pointer;
    position: relative; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿 */
.widget_recent_entries {
  /*index: 最近の投稿 */ }
  .widget_recent_entries li {
    padding: 0.5rem 0; }
    .widget_recent_entries li a {
      font-size: 1.4rem;
      text-decoration: none;
      display: inline-block;
      padding: 0.5rem 0 0.5rem 2rem;
      position: relative;
      transition: 0.3s ease; }
      .widget_recent_entries li a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px; }
      .widget_recent_entries li a:hover {
        opacity: 0.7;
        transition: 0.3s ease; }
    .widget_recent_entries li .post-date {
      padding-left: 1rem;
      font-size: 1.2rem; }
      .widget_recent_entries li .post-date::before {
        content: "- "; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 固定ページ */
.widget_pages {
  /*index: 固定ページ */ }
  .widget_pages li {
    padding: 0.5rem 0; }
    .widget_pages li a {
      font-size: 1.4rem;
      text-decoration: none;
      display: inline-block;
      padding: 0.5rem 0 0.5rem 2rem;
      position: relative;
      transition: 0.3s ease; }
      .widget_pages li a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px; }
      .widget_pages li a:hover {
        opacity: 0.7;
        transition: 0.3s ease; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - ギャラリー */
.widget_media_gallery .gallery {
  flex-direction: row;
  flex-wrap: wrap; }
  .widget_media_gallery .gallery-item {
    flex: none;
    position: relative;
    overflow: hidden; }
    .widget_media_gallery .gallery-item:hover .gallery-caption {
      opacity: 0;
      visibility: hidden;
      bottom: -25%;
      transition: 0.3s ease; }
  .widget_media_gallery .gallery-columns-1 .gallery-item {
    width: 100%; }
  .widget_media_gallery .gallery-columns-2 .gallery-item {
    width: 50%; }
  .widget_media_gallery .gallery-columns-3 .gallery-item {
    width: 33.3333333333%; }
  .widget_media_gallery .gallery-columns-4 .gallery-item {
    width: 25%; }
  .widget_media_gallery .gallery-columns-5 .gallery-item {
    width: 20%; }
  .widget_media_gallery .gallery-columns-6 .gallery-item {
    width: 16.6666666667%; }
  .widget_media_gallery .gallery-columns-7 .gallery-item {
    width: 14.2857142857%; }
  .widget_media_gallery .gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .widget_media_gallery .gallery-columns-9 .gallery-item {
    width: 11.1111111111%; }
  .widget_media_gallery .gallery-icon {
    display: block;
    width: 100%;
    height: 100%; }
    .widget_media_gallery .gallery-icon a {
      display: block;
      width: 100%;
      height: 100%; }
    .widget_media_gallery .gallery-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .widget_media_gallery .gallery-caption {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.2;
    padding: 3px 0;
    color: #fff;
    z-index: 1;
    text-align: center; }
    @media only screen and (max-width: 599px) {
      .widget_media_gallery .gallery-caption {
        padding: 0; } }
    .widget_media_gallery .gallery-caption::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #000;
      z-index: -1;
      opacity: 0.5; }
    .widget_media_gallery .gallery-caption span {
      display: block;
      text-align: center;
      font-size: 1.4rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - タグクラウド */
.widget_tag_cloud .tag-cloud-link {
  font-size: 1.4rem !important;
  text-decoration: none;
  color: #3b4043;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin: 1px;
  padding: 0 7px;
  transition: 0.3s ease; }
  .widget_tag_cloud .tag-cloud-link::before {
    content: '#';
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 2px; }
  .widget_tag_cloud .tag-cloud-link:hover {
    filter: brightness(0.9);
    transition: 0.3s ease; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - ナビゲーションメニュー */
.widget_nav_menu .menu-item a {
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 0;
  position: relative;
  transition: 0.3s ease; }
  .widget_nav_menu .menu-item a:hover {
    opacity: 0.7;
    transition: 0.3s ease; }
.widget_nav_menu ul > .menu-item {
  border-top-style: solid;
  border-top-width: 1px; }
  .widget_nav_menu ul > .menu-item:first-child {
    border-top: none; }
  .widget_nav_menu ul > .menu-item:last-child {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
.widget_nav_menu .menu-item.cat-parent {
  position: relative;
  z-index: 1; }
  .widget_nav_menu .menu-item.cat-parent .mobile_child_menu_toggle {
    position: absolute;
    content: "";
    right: 0;
    top: 1rem;
    width: 20px;
    height: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer; }
    .widget_nav_menu .menu-item.cat-parent .mobile_child_menu_toggle .arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12.1px 7px 0 7px;
      transition: 0.3s ease; }
    .widget_nav_menu .menu-item.cat-parent .mobile_child_menu_toggle.open .arrow {
      transform: rotateZ(180deg); }
  .widget_nav_menu .menu-item.cat-parent > a {
    display: inline-block;
    padding-left: 0; }
    .widget_nav_menu .menu-item.cat-parent > a::before {
      display: none; }
.widget_nav_menu .menu-item .sub-menu {
  border-top-style: solid;
  border-top-width: 1px;
  display: none; }
  .widget_nav_menu .menu-item .sub-menu .menu-item {
    margin-left: 2rem; }
    .widget_nav_menu .menu-item .sub-menu .menu-item:last-child {
      border-bottom: none; }
    .widget_nav_menu .menu-item .sub-menu .menu-item a {
      padding-left: 1.4rem; }
      .widget_nav_menu .menu-item .sub-menu .menu-item a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 1px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - メタ情報 */
.widget_meta li a {
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s ease; }
  .widget_meta li a:hover {
    opacity: 0.7;
    transition: 0.3s ease; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - RSS */
.widget_rss ul {
  list-style: disc;
  padding-left: 2rem; }
  .widget_rss ul li .rsswidget,
  .widget_rss ul li .rss-date,
  .widget_rss ul li cite {
    font-size: 1.4rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近のコメント */
.widget_recent_comments ul li {
  padding: 0.5rem 0; }
.widget_recent_comments ul a {
  transition: 0.3s ease; }
  .widget_recent_comments ul a:hover {
    opacity: 0.7;
    transition: 0.3s ease; }
.widget_recent_comments ul li,
.widget_recent_comments ul a,
.widget_recent_comments ul span {
  font-size: 1.4rem;
  text-decoration: none; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 検索フォーム */
.widget_search .search-form {
  position: relative; }
.widget_search .search-field {
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  width: 100%;
  padding: 10px 55px 10px 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: transparent; }
.widget_search .search-submit {
  font-size: 14px;
  position: absolute;
  margin: auto 0;
  height: 42px;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 11px 10px;
  border: none;
  border-left: solid 1px #bbb;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  background-color: transparent;
  cursor: pointer; }
.widget_search .search-submit:hover {
  opacity: 0.6; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 画像 */
.widget_media_image a {
  display: block; }
.widget_media_image figure {
  width: 100% !important; }
  .widget_media_image figure img {
    width: 100%; }
.widget_media_image .wp-caption {
  position: relative; }
  .widget_media_image .wp-caption.is-style-rounded {
    border-radius: 50%;
    overflow: hidden; }
  .widget_media_image .wp-caption figcaption {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.2;
    padding: 3px 0;
    color: #fff;
    z-index: 1;
    text-align: center; }
    @media only screen and (max-width: 599px) {
      .widget_media_image .wp-caption figcaption {
        padding: 0; } }
    .widget_media_image .wp-caption figcaption::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #000;
      z-index: -1;
      opacity: 0.5; }
    .widget_media_image .wp-caption figcaption span {
      display: block;
      text-align: center;
      font-size: 1.4rem; }

/*# sourceMappingURL=widgets.css.map */
