@charset "UTF-8";

/* ==========================================================
 THEME 04 : PURPLE
========================================================== */

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03.events {
  border-bottom: 2px solid #c6ad82;
  line-height: 1.1;
  font-size: 28px;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
.ttl-cmn-03.events {
  line-height: 1.75;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 15px 0 7px;
}
}
/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04:before { background-color: #c6ad82;}
@media screen and (max-width: 768px) {
  .ttl-cmn-04 {
    line-height: 1.5;
    margin-bottom: 6px;
    padding: 0 0 0 8px;
  }
}
/* ==========================================================
 lnav
========================================================== */
.nav-box {
  background-color:#c6ad82;
}

/*
  .nav-box:hover {
    background-color:#f4efe6;
    border:1px solid #c6ad82;
  }
    .nav-box:hover .txt {
      color:#a98b5f;
    }
*/

@media screen and (min-width: 768px) {
  .nav-box:hover {
    background-color:#f4efe6;
    border:1px solid #c6ad82;
  }
    .nav-box:hover .txt {
      color:#a98b5f;
    }
}