.slider-container {
  padding: 0 3px;
}
#slider {
  display: none;
}
#slider .slick-slide {
  position: relative;
  margin: 0 12px;
}
.slide-img img {
  width: 100%;
}
.slide-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 0;
}
.slick-slide a,
.slick-slide a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden; /* webkit対策 */
}
.slick-slide a:hover,
.slick-slide a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
}
.slider-wrap {
  position: relative;
}
.slider-wrap .prev,
.slider-wrap .next {
  width: 15px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
}
.slider-wrap .prev {
  left: -23px;
}
.slider-wrap .next {
  right: -23px;
}
.slider-wrap span img:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
}


.news {
  margin-bottom: 30px;
}
.news h3 {
  padding: 7px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(images/index/bg_news_title2.png) no-repeat bottom right / 100% 100%,url(images/index/bg_news_title.png);
  font-size: 1px;
  text-align: left;
}
.filter {
  padding: 0 5px 5px;
  border-bottom: #999 solid 1px;
}
.filter th {
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  width: 50px;
  padding-top: 3px;
}
.filter ul li {
  list-style: none;
  margin-right: 5px;
  margin-bottom: 10px;
  float: left;
}
.filter ul li a {
  padding: 0;
}
.nav-pills>li.active>a,
 .nav-pills>li.active>a:focus,
 .nav-pills>li.active>a:hover {
  background: none;
}
.nav>li>a:focus, .nav>li>a:hover {
  background: none;
}
.tab-content ul {
  padding-left: 0;
}
.tab-content ul li {
  border-bottom: #999 solid 1px;
}
.tab-content ul li a {
  display: block;
  color: #333;
  padding: 10px;
}
.tab-content ul li a:hover {
  text-decoration: none;
  color: #ccc;
}
.tab-content ul li p {
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.tab-content ul li p:last-child {
  margin-right: 0;
}


.tab-content .no-post {
  padding: 15px;
}
.show-list p {
  float: right;
  display: inline-block;
}
.show-list img {
  margin-right: 5px;
}


/* サイドバー */
.sidebar {
  padding: 0 0 0 15px;
}
.sidebar section {
  margin-bottom: 20px;
}
.sidebar h3 {
  border-bottom: #339966 solid 2px;
  padding-bottom: 5px;
  margin: 0 0 5px;
}

.sidebar .sec-events p {
  margin-top: 5px;
}
.sidebar .sec-events p:before {
  content: url(images/index/ico_event.png);
  margin-right: 2px;
  vertical-align: middle;
}
.eo-widget-cal-wrap {
  max-width: 400px;
}
.eo-widget-cal-wrap .tfoot {
  font-size: 0;
}
.eo-widget-cal-wrap .tfoot span {
  display: inline-block;
  font-size: 14px;
  width: 33%;
}
.eo-widget-cal-wrap .tfoot span a { 
  color: #333;
}
.eo-widget-cal-wrap .tfoot .active-month {
  font-size: 28px;
  font-weight: bold;
  color: #339966;
  text-align: center;
}
.eo-widget-cal-wrap .tfoot .active-month small {
  font-size: 14px;
}
.eo-widget-cal-wrap .tfoot span#eo-widget-next-month {
  text-align: right;
}
.eo-widget-cal-wrap #eo-widget-prev-month a:before {
  content: url(images/index/ico_prev.png);
  padding-right: 3px;
}
.eo-widget-cal-wrap #eo-widget-next-month a:after {
  content: url(images/index/ico_next.png);
  padding-left: 3px;
}
.eo-widget-cal-wrap table {
  width: 100%;
  font-size: 16px;
}
.eo-widget-cal-wrap th,
.eo-widget-cal-wrap td {
  width: 14.2857%;
  border: #333 solid 1px;
  text-align: center;
  vertical-align: top;
}
.eo-widget-cal-wrap th {
  background-color: #EFEFEF;
  font-weight: normal;
  height: 25px;
  vertical-align: middle;
}
.eo-widget-cal-wrap td {
  height: 45px;
}
.eo-widget-cal-wrap td a {
  display: block;
  width: 100%;
  height: 100%;
}
.eo-widget-cal-wrap tr th:nth-child(1),
.eo-widget-cal-wrap tr td:nth-child(1) {
  color: #E83820;
}
.eo-widget-cal-wrap tr th:nth-child(7),
.eo-widget-cal-wrap tr td:nth-child(7) {
  color: #3D62AD;
}
.eo-widget-cal-wrap td.today {
  font-weight: bold;
}
.eo-widget-cal-wrap td.event {
  background-color: #E1EFDC;
}
.eo-widget-cal-wrap td.event a:hover {
  text-decoration: none;
}
.eo-widget-cal-wrap td.event a:after {
  content: url(images/index/ico_event.png);
  margin-right: 2px;
}

.event-today {
  font-size: 90%;
  margin-bottom: 20px;
}
.event-today th {
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
}
.event-today td.event-tit {
  padding: 5px 0 0 5px;
}

.sns img {
  padding: 5px;
}

.main-blog,
.branch-blog,
.kyoubo-blog {
  margin: 20px 0 0;
  padding: 10px;
  background-color: #ff6699;
  border-radius: 5px;
}
.main-blog img,
.branch-blog img,
.kyoubo-blog img {
  padding-bottom: 10px;
}
#blog-news {
  padding: 7px;
  background-color: #FFF;
}
.blog-date {
  margin-top: 5px;
}
.blog-tit {
  margin-bottom: 5px;
  font-weight: bold;
}
.blog-link {
  text-align: right;
  margin-bottom: 5px;
}
.blog-link a {
  color: #FF6699;
}
/*.branch-blog {
  padding: 0 0 3px 7px;
  border-bottom: #ff99cc solid 2px;
  margin-bottom: 7px;
}*/


.corona a img:hover{opacity:0.7;}

/* ---------- size xx ---------- */
@media (max-width: 480px) {
.slick-slider {
  margin-bottom: 15px;
}

.sidebar {
  padding: 30px 0 0;
}
.eo-widget-cal-wrap {
  margin: 0 auto;
}


}


/* ---------- size xs ---------- */
@media (min-width: 481px) and (max-width: 767px) {
.slick-slider {
  margin-bottom: 15px;
}

.sidebar {
  padding: 30px 0 0;
}

.eo-widget-cal-wrap {
  margin: 0 auto;
}

}


/* ---------- size sm ---------- */
@media (min-width: 768px) and (max-width: 991px) {
.slider-container {
  height: 171px;
}





}


/* ---------- size md ---------- */
@media (min-width: 992px) and (max-width: 1199px) {
.slider-container {
  height: 217px;
}

}


/* ---------- size lg ---------- */
@media (min-width: 1200px) {
.slider-container {
  height: 258px;
}

.tab-content ul li a {
  display: table;
  padding: 10px 10px;
}

.tab-content ul li p {
  display: table-cell;
  padding: 5px 10px 5px 0;
  margin:0;
}

.tab-content ul li p:last-child {
  padding: 5px 0;
}

.tab-content .no-post{padding:15px 0 !important;}



}