/*
Theme Name: Lightning Child MamaSupport
Theme URI:
Template: lightning
Description:
Author:PCWeb
Tags:
Version: 0.6.1
*/

/* ヘッダーナビ ------------ */
#global-nav {
  background: -webkit-linear-gradient(top, #FC8319 50%, #FFE200 100%);
  background: linear-gradient(to bottom, #FC8319 50%, #FFE200 100%);
  border-top: solid 1px #FF9640;
  border-bottom: solid 1px #FF9640;
}
#global-nav ul.global-nav-list li {
  border-right: solid 1px #FF9640;
}
#global-nav ul.global-nav-list li:first-child {
  border-left: solid 1px #FF9640;
}
ul.global-nav-list li a {
  color: #FFF !important;
}
ul.global-nav-list li a:hover {
  color: #FFF !important;
}
.global-nav-list>li span.global-nav-description {
  color: #FFF !important;
  font-size: 12px;
  line-height: 120%;
}
.header_scrolled #global-nav {
  background: -webkit-linear-gradient(top, #FC8319 50%, #FFE200 100%);
  background: linear-gradient(to bottom, #FC8319 50%, #FFE200 100%);
  border-top: solid 1px #FF9640;
  border-bottom: solid 1px #FF9640;
}
#global-nav li:before {
  border-bottom:none;
}
.top-main-contents {
  padding:0 0 10px 10px;
}

/* 大見出し ------------ */
.mainSection-title,
h2 {
  border-top:none !important;
  border-bottom:none !important;
  padding: 1px 10px 1px 20px;
  background: -webkit-linear-gradient(top, #367022 0%, #54a236 100%);
  background: linear-gradient(to bottom, #367022 0%, #54a236 100%);
  color:#fff;
  line-height: 2.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.mainSection-title:before,
h2:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f024";
  font-weight: bold;
  color:#9ebf3a;
}

/* 中見出し ------------ */
h3.contact-h3,
h3.wn-h3 {
  display: block;
  margin: 20px 0 20px 0;
  padding: 15px 0 15px 20px;
  color: #333;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  background: #EFEFEF;
  border: #CCC 2px solid;
}

/* 共通 ------------ */
.content-box {
  display: block;
  margin: 0 5px 20px 5px;
  padding: 20px;
  border: solid 1px #CCC;
  background: #FFF;
}

.th01 {
  background-color: #FFFF99;
  text-align: center;
}
.td01 {
  background-color: #FFFFCC;
  text-align: center;
}
.td02 {
  background-color: #FFF;
  text-align: center;
}

/* 文字色指定 ------------ */
.txt-red {
  color: #FF0000;
  font-weight: normal;
}
.txt-blue {
  color: #0000FF;
  font-weight: normal;
}
.b-red {
  color: #FF0000;
  font-weight: bold;
}
.b-red a {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}
.b-green {
  color: #009900;
  font-weight: bold;
}
.b-blue {
  color: #0000FF;
  font-weight: bold;
}
.b-orange {
  color: #ff8000;
  font-weight: bold;
}

/* 注意書き ------------ */
dl.notice {
  margin-top: 0;
}
dl.notice dt{
  margin: 0;
}
dl.notice dd{
  margin: -24px 20px 5px 20px;
  line-height: 25px;
}
dl.notice2 {
  margin: 10px 0 0 0;
}
dl.notice2 dt {
  margin: 0;
}
dl.notice2 dd {
  margin: -24px 20px 5px 50px;
  line-height: 25px;
}

@media (max-width: 991px) {
  dl.notice dd{
    margin: -22px 20px 5px 20px;
    line-height: 25px;
  }
  dl.notice2 dd {
    margin: -22px 20px 5px 50px;
    line-height: 25px;
  }
}

/* mmsp CTA ------------ */
.mmsp-contact-nav-box {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px 10px 20px 10px;
  background:#FFFFCC;
  border-radius: 3px;
  border: 1px #CCC solid;
}
#mmsp-contact-nav h3.contact-logo-c {
  margin: 10px 0 20px 0;
}
#mmsp-contact-nav h3.contact-logo {
  margin: 10px 0 20px 20px;
}
#mmsp-contact-nav p.contact-address {
  margin-left: 20px;  
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
}
#mmsp-contact-nav #m-g-map {
  display: block;
  max-width: 300px;
  max-height: 172px;
  margin: 10px 20px 20px 20px;
  text-align: center;
  border: #ccc 1px solid;
}

/* CTA（モバイル用） */
.m-contact-nav-box {
  display: block;
  height: auto;
  min-height: 170px;
  margin: 30px 0 0 0;
  padding: 20px 10px 0 10px;
  text-align: center;
  border: solid 1px #CCC;
  background: #FFFFCC;
}
#m-contact-nav p.m-contact-address {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 22px;
}

/* 教室案内 ------------ */
h4.taishou-h4 {
    background: #224B8F;
    max-width: 100px;
    margin:30px 0 0 0;
    padding: 8px 10px 5px 10px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    border-bottom:none !important;
}
h4.taishou-h4:after { border-bottom:none; }

/* 教室案内ページで非表示 ------------ */
.page-id-24 #m-contact-nav {
    display: none;
}

/* フッター上部モバイルメニューのカスタマイズ */
.menu-mobilemenu-container {
  margin-top: 20px;
  padding: 10px 5px 10px 5px;
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 5px;
}
.widget_nav_menu .menu-item {
  border:none !important;
  background-color: #fff;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
  font-size: 16px;
}
.widget_nav_menu .menu-item a {
  color: #000;
  text-decoration: none !important;
}
.widget_nav_menu .menu-item a:hover {
  background-color: #eee !important;
}
.widget_nav_menu .menu-item:before {
  position: absolute;
  font-size: 20px;
  left: 10px;
  top: 8px;
  color: #78ad30;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
}
.widget_nav_menu .menu-item:after { border:none; }

.widget_nav_menu .sub-menu li {
  border: none !important;
  background-color: #fff;
}
.widget_nav_menu .sub-menu .menu-item a {
  margin-left: -20px;
  padding-left: 30px;
  color:#000;
  text-decoration: none !important;
}
.widget_nav_menu .sub-menu .menu-item a:hover {
  color: #000;
  background-color: #eee !important;
}
.widget_nav_menu .sub-menu .menu-item:before {
  color: #fff;
}

/* PCメイン非表示指定 */
@media (min-width: 992px) {
  #m-contact-nav,
  #nav_menu-2 {
    display: none;
  }
}

/* モバイルメイン非表示指定 */
@media (max-width: 991px) {
  #mmsp-contact-nav {
    display: none;
  }
}

/* サイドバーの幅指定 */
.sub-section .sub-section--col--two {
  display: block;
  max-width: 250px;
  margin: 0;
}
