body {
  line-height: 1.7;
  color: #333; }

.row + .row {
  margin-top: 40px; }

.section {
  margin-top: 100px; }
  .section-title {
    height: 50px;
    border-radius: 10px;
    border-left: 20px solid #f2819e;
    background-color: #fef2f5;
    position: relative;
    margin-bottom: 40px; }
    .section-title > * {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }

.page-header {
  background: url(../chiiki_mimamoritai/images/bg-patchwork.jpg) center top repeat;
  padding: 18px 0; }
  .page-header-title {
    background: url(../chiiki_mimamoritai/images/chiiki_mimamoritai_mainbg.jpg) center bottom repeat-x;
    text-align: center; }
  .page-header-menu {
    text-align: center;
    padding: 10px 0;
    background-color: #147be3; }
    .page-header-menu li {
      display: inline-block;
      margin: 0 1rem 0 0; }
      .page-header-menu li:not(:first-of-type):before {
        content: '|';
        margin-right: 1rem;
        color: #fff; }
    .page-header-menu a {
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      transition: all 0.3s ease; }
      .page-header-menu a:hover {
        color: #f9c6d3;
        border-bottom: 1px solid #f9c6d3;
        font-weight: bold; }

.section-maincopy-title {
  margin-bottom: 40px;
  text-align: center; }
.section-maincopy p {
  font-size: 18px;
  font-weight: bold; }
.section-about-boxitem {
  min-height: 310px;
  padding: 20px;
  background-color: #fef2f5; }
  .section-about-boxitem .title-leftbar {
    margin-top: 0; }
  .section-about-boxitem li {
    list-style: disc;
    margin-left: 1rem; }
.section-about-matome {
  background-color: #147be3;
  color: #fff;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px; }
.section-sanka-items > div {
  display: inline-block;
  margin-right: 15px; }
.section-sanka-items img {
  max-height: 230px;
  width: auto; }
.section-sanka-toroku {
  margin-top: 70px; }
  .section-sanka-toroku-title {
    background-color: #147be3;
    color: #fff;
    display: table;
    width: 100%;
    padding: 20px 0; }
    .section-sanka-toroku-title > * {
      display: table-cell;
      text-align: right;
      vertical-align: bottom;
      padding: 0 10px; }
  .section-sanka-toroku-subtitle {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #147be3; }
    .section-sanka-toroku-subtitle span {
      font-family: 'Helvetica Neue', Arial, Helvetica, Geneva,sans-serif;
      font-size: 28px; }
.section-sanka table {
  border: 1px dotted #c9e1fa;
  width: 100%; }
.section-sanka tr:nth-of-type(odd) {
  background-color: #e0eefc; }
.section-sanka td {
  font-size: 14px;
  vertical-align: top;
  padding: 5px; }
  .section-sanka td:not(:last-of-type) {
    border-right: 1px dotted #c9e1fa; }
.section-how-contact {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px; }
  .section-how-contact > * {
    display: table-cell;
    vertical-align: middle; }
  .section-how-contact dt {
    font-size: 18px;
    font-weight: bold; }
  .section-how-contact-tel {
    font-family: 'Helvetica Neue', Arial, Helvetica, Geneva,sans-serif;
    font-size: 30px;
    font-weight: bold; }
    .section-how-contact-tel span {
      font-size: 56px; }
  .section-how-contact-image {
    max-width: 150px; }
.section-how-matome {
  background-color: #147be3;
  color: #fff;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px; }

.title-leftbar {
  height: 24px;
  border-left: 8px solid #147be3;
  padding-left: 1rem;
  margin: 40px 0 30px; }
  .title-leftbar img {
    vertical-align: baseline; }
.title-underline {
  border-bottom: 1px solid #ccc; }

.page-footer {
  background-color: #147be3;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 100px;
  position: relative; }
  .page-footer:before {
    content: url(../chiiki_mimamoritai/images/chiiki_mimamoritai_nobori.png);
    position: absolute;
    top: 0;
    right: 30px;
    z-index: -10;
    transform: translateY(-90%) rotate(5deg); }
  .page-footer > p:last-of-type {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px; }
  .page-footer .btn_pagetop {
    margin-top: -30px; }
    .page-footer .btn_pagetop i:before {
      font-size: 80px;
      color: #fff; }
  .page-footer .box-shakyo {
    background-color: #fff;
    color: #222;
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px; }
    .page-footer .box-shakyo .logo {
      margin-bottom: 15px; }
    .page-footer .box-shakyo .btn-default {
      margin: 0 0 0 30px; }

.btn-default {
  background-color: #147be3;
  display: inline-block;
  text-align: center;
  margin: 20px 0;
  border-radius: 5px;
  transition: opacity 0.3s ease; }
  .btn-default:hover {
    opacity: 0.7; }
  .btn-default a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 10px 50px 10px 30px;
    position: relative; }
  .btn-default i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px; }
.btn-gohst {
  border: 1px solid #fff; }
  .btn-gohst a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 10px 30px;
    position: relative; }

.t_aln_c {
  text-align: center; }
.mgb30 {
  margin-bottom: 30px; }
/*# sourceMappingURL=chiiki_mimamoritai.css.map */
