@charset "UTF-8";
/*
Theme Name:Bloom Child
Theme URI:
Description:WordPressテーマ「Bloom」 マナビノキ用
Author:メディアライズ
Author URI:http://www.mediarise.com/
Version:1.3.1
Template: bloom_tcd053
Text Domain: bloom_tcd053
*/


/* 共通 */
.p-entry__body table {
  table-layout: fixed;
}
.p-entry__body p {
  line-height: 1.8em;
}
@media only screen and (min-width: 1201px) {
  nav .p-global-nav {
    display: flex!important;
    justify-content: center;
    height: 60px;
  }
}
.p-entry__body h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24.2px;
}
.googlemap {
position: relative;
padding-bottom: 500px;
height: 0;
overflow: hidden;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 500px;
}


/* ナビゲーション */
#header-nav {
  font-size: 12px;
  line-height: 40px;
  text-align: right;
  margin: 0 10px;
}
#header-nav li {
  display: inline;
  border-right: 1px solid;
  padding: 0 10px;
}
#header-nav li:last-child {
  border: none;
}
.is-header-fixed #header-nav {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .l-header__bar #header-nav {
    display: none;
  }
}
.p-global-nav > li {
  display: flex;
  align-items: center;
}
.p-global-nav > li > a {
  line-height: 1.4em;
}
#header-nav > li:hover > a,
#js-global-nav.p-global-nav > li:hover > a,
#js-global-nav.p-global-nav > li.current-menu-item > a,
#js-global-nav.p-global-nav > li.is-active > a {
  color: #fff;
}

/* ヘッダー */
.l-header__logo a {
  display: inline-block;
  height: 60px;
}
.l-header__logo a img {
  max-height: 60%;
  width: auto;
}
.home .l-header .l-inner {
  max-width: 1170px;
}
.home .c-search-button {
  top: calc(50% - 29px);
}


/* トップページ */
.l-main {
  position: relative;
}
.l-main .main_logo {
  position: absolute;
  top: 100px;
  z-index: 1;
}
#js-index-slider {
  position: relative;
}
#js-index-slider::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/manabinoki_logo_02.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  #js-index-slider::before {
    background-size: 60%;
  }
}
.home .slick-slider {
  margin: 20px 0;
}
.home .l-inner {
  width: 100%;
  max-width: 100%;
}
.home .l-primary article .inner {
  padding: 20px;
}
#access .inner {
  max-width: unset;
  padding: 0;
}
.home .l-secondary {
  background: rgba(255,255,255,0.8);
  padding: 20px;
}
@media only screen and (min-width: 1000px) {
  .home .l-primary {
    float: none;
    width: 100%;
  }
  .home .l-secondary {
    float: none;
    position: absolute;
    right: 50px;
    top: 20px;
    width: 340px;
    background: rgba(255,255,255,0.8);
    padding: 20px;
  }
  .home .l-primary article .inner,
  .home .p-footer-blog .l-inner {
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
  }
  .home .l-primary article .inner {
    padding-right: 400px;
  }
  .l-footer article .inner {
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .home .l-primary article .inner {
    padding-right: 300px;
  }
}
@media only screen and (min-width: 1500px) {
  .home .l-primary article .inner {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 1800px) {
  .home .l-primary article .inner {
    padding: 50px;
  }
}
#news,
#program,
.p-footer-blog {
  position: relative;
  background: #dfedbc;
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: bottom left 20px;
}
.p-copyright {
  color: #fff;
  background: #8fc31f;
}
@media only screen and (min-width: 1000px) {
  #news,
  #program,
  .p-footer-blog,
  .p-copyright {
    background-size: auto 200px;
  }
}
#news {
  background-image: url(images/bg_news.svg);
}
#program {
  background-image: url(images/bg_program.svg);
}
.p-footer-blog {
  background-image: url(images/bg_pickup.svg);
}
#about,
#topics,
.home .p-footer-widget-area .p-footer-widget-area__inner,
#access {
  position: relative;
  background: #fff;
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: bottom right 20px;
}
.home .p-footer-widget-area .p-footer-widget-area__inner {
  max-width: 1170px;
}
@media only screen and (min-width: 1000px) {
  #about,
  #topics,
  .p-footer-widget-area .p-footer-widget-area__inner,
  #access {
    background-size: auto 200px;
  }
}
#about {
  background-image: url(images/bg_about.svg);
}
#topics {
  background-image: url(images/bg_topics.svg);
}
#access {
  background-image: url(images/bg_access.svg);
}

.info_postlist {
  background: rgba(255,255,255,0.4);
  padding: 10px;
}
.info_postlist a {
  text-decoration: underline;
}
.info_postlist table {
  margin: 0 0 15px;
}
.info_postlist table tr td {
  background: none;
  border: none;
  padding: 5px;
}
.info_postlist table tr td.time {
  width: 30%;
}
.info_postlist table tr td .new {
  font-size: 0.8em;
  font-weight: bold;
  color: #f00;
  margin-left: 5px;
}
.info_postlist ul li a {
  margin-left: 2em;
}
.info_postlist p {
  text-align: right;
  margin: 0;
}
.home .p-entry__body {
  margin-bottom: 0;
}
#program table td,
#program table th {
  background: rgba(255,255,255,0.6);
  border-color: #8fc31f;
}

#program table h3 {
  margin: 10px auto;
}
@media only screen and (min-width: 1000px) {
  .flex_wrap {
    display: flex;
  }
  .flex_wrap .box_img {
    margin-right: 15px;
  }
}
.flex_wrap .box_txt {
  width: 100%;
}
.flex_wrap .box_txt p {
  margin-bottom: 20px;
}
.l-footer {
  margin: 0;
}
.l-primary .p-footer-blog,
.l-footer .p-footer-blog {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .l-primary .p-footer-blog .l-inner {
    padding: 20px;
  }
}
.home .p-footer-blog h2 {
  font-size: 26px!important;
  font-weight: bold;
  color: #555;
  border: none;
  padding: 0;
  margin-bottom: 24.2px;
}
.p-footer-widget-area {
  border: none;
}
.p-footer-widget-area .p-footer-widget-area__inner {
  padding: 0 50px;
}
.p-footer-widget-area .p-widget.p-footer-widget__border-left {
  border-color: #8fc31f;
}
