@charset "UTF-8";
/* ヘッダー------------------------- */
/* 固定解除 */
header {
  padding: 10px;
}
header .c-row__col {
  padding-right: 0 !important;
}
header .menu-item {
  width: 120px;
}

.c-site-branding__title .custom-logo {
  width: 200px !important;
}

/* メニューアイコン大きさ */
/* LINE&Instagram */
.line {
  width: 160px;
  height: 50px;
  display: inline-block;
}

.instagram {
  width: 35px;
  height: 35px;
  margin-left: 20px;
  display: inline-block;
}

/* 全体の背景色 */
body {
  background-color: #e8fbed;
}

/* こども食堂とは */
/* 表 */
.about-table td:first-child {
  background-color: #51A917;
  color: #fff;
}

.about-table td {
  background-color: #fff;
}

.c-entry-summary__term--category-9 {
  background-color: #CB6CE6;
}

.c-entry-summary__term--category-6 {
  background-color: #4E73BB;
}

.c-entry-summary__term--category-10 {
  background-color: #F18546;
}

.blog-btn-wrapper {
  text-align: center;
}

.blog-btn {
  color: #51A917;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 14px 72px;
  border: 3px solid #51A917;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  width: 100%;
  text-decoration: none;
}

.blog-btn {
  color: #51A917;
}

.blog-btn:hover::before {
  color: #fff;
}

.blog-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #51A917;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}

.blog-btn:hover {
  color: #fff;
}

.blog-btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

/* アクセス */
/* 表 */
.access-table td:first-child {
  background-color: #51A917;
  color: #fff;
}

.access-table td {
  background-color: #fff;
}

/* 地図 */
.googlemap {
  height: 400px;
  width: 100%;
}

.line-link {
  display: inline-block;
}

footer {
  background-color: #fff;
}
footer .c-row__col {
  margin-bottom: 20px !important;
}
footer .c-fluid-container {
  text-align: center;
}

.l-footer-widget-area {
  padding-top: 30px !important;
}

.p-footer-sub-nav {
  border-top: 1px solid #eee;
  color: #4e4e4e;
}

@media screen and (max-width: 1023px) {
  .p-footer-sub-nav {
    display: none;
  }
}
.c-copyright {
  background-color: #51A917;
}

.page-id-158 .p-breadcrumbs-wrapper {
  display: none;
}

.page-id-160 .c-entry__header {
  display: none;
}

.page-id-160 .p-breadcrumbs-wrapper {
  display: none;
}/*# sourceMappingURL=style.css.map */