/*!
Theme Name: image-enter5.0
Theme URI: https://image-enter.co.jp/
Author: Image Enter
Author URI: https://image-enter.co.jp/
Description: 株式会社イマージュエンターテインメントの公式サイト用に作られたテーマです。
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: image-enter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

image-enter is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**** パンくずリスト ****/
#breadcrumbs {
  margin-bottom: -20px;
}

#breadcrumbs span,
#breadcrumbs a {
  font-family:"mr-eaves-xl-modern";
}

#breadcrumbs a {
  margin: 0 .5em;
}

#breadcrumbs .breadcrumb_last {
  margin-left: .5em;
}

.works dd p,
.works dt p {
  margin-bottom: 0;
}

#footer p {
  padding: 5px 10px 0;
  margin-bottom: 0;
  line-height: 1.8;
}

#footer ul {
  padding: 5px 0;
}
#footer ul li {
  padding: 0 10px 0;
}



.footerCopy {
    margin-top: 10px;
}

#footer .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/*
@media only screen and (max-width: 770px) {
  #footer .grid {
    grid-template-columns: 1fr;
  }
}
*/
#footer section > div.row > div {
  padding: 0;
}
.gridContainer {
  margin-bottom: 3em;
}


.category section > .row {
    display: flex;
    flex-wrap: wrap;
}
