/*
Theme Name: uranaikoleaf
Theme URI: 
Description: 
Version: 1
Author: 
Author URI: 
*/

/*スライダー修正*/
body {
    /* padding-top: 40px !important;
    -webkit-appearance: none; */
}

@media (max-width: 800px) {
    .pspace {
        display: block !important;
        /* height: 40px !important; */
        padding: 40px !important;
    }
}

/* hoverで子カテゴリ表示 */
.dropdown-menu {
    display: none;
    margin-top: 0;
    margin-left: 0;
}

.dropdown-menu-dark {
    margin: 2px;
    padding: 2px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    right: 0;
    left: auto;
}

@media (min-width: 992px) {
    .main {
        width: calc(100% - 300px);
    }

    .aside {
        width: 300px;
    }

    /* PC表示ではhoverで表示 */
    .dropdown-menu {
        display: none;
        margin-top: 0;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

/* メニュー帯カラー */
.bg-primary {
    /* background-color: #f7931d !important; */
}

/*FooterLogo*/
#footerlogo {
    background: url("../daybreakplaza/assets/img/footer.jpg") center no-repeat;
    padding-top: 12rem;
    padding-bottom: calc(10rem - 0rem);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}

/*Navigation*/
.navigation-top-color {
    /*background: #fffffff!Important;*/
    /*opacity: 0.4;*/
    background: rgba(255, 255, 255, 0.9) !Important;
    border-bottom: 1px solid #ffffff !important;
}

.navigation-top-color:hover {
    background: rgba(255, 255, 255, 0.4) !Important;
    /*background: #fffffff!Important; */
}

.hd-48 {
    padding-top: 148px;
}

.navbar-brand {
    color: #111111 !important;
}

/*フォントサイズ*/
.card-footer-font {
    font-size: 90%;
    font-weight: 400;
}

/*枠線*/
.barbox {
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #6091d3;
    /*文字色*/
    background: #FFF;
    border: solid 2px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.barbox p {
    margin: 0;
    padding: 0;
}

/*通常*/
.tags a {
    text-decoration: none;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*hover時*/
.tags a:hover {
    color: #fff;
    background: #2e5fa1;
    text-decoration: none;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*通常*/
.hlink {
    text-decoration: none;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*hover時*/
.hlink:hover {
    color: #fff;
    background: #2e5fa1;
    text-decoration: none;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*行間*/
.lh2 {
    line-height: 2rem;
}

/*追加*/
.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

/*timeline*/
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h3, .timeline > li .timeline-image .h3 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 14px;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h3, .timeline > li .timeline-image .h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 18px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h3, .timeline > li .timeline-image .h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 38px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h3, .timeline > li .timeline-image .h3 {
    margin-top: 60px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}