/* カルーセル */
#areaInfo {
  margin: 0 auto;
  padding: 8px 0 16px;
  overflow: hidden;
}
#areaInfo .owl-carousel {
  width: 610px;
  border: none;
  background-color: transparent;
}
#areaInfo .owl-carousel .owl-stage-outer {
  width: 610px;
  height: 190px;
}
#areaInfo .owl-carousel .owl-controls .owl-dots {
  position: relative;
  bottom: 5px;
  display: block;
  height: 16px;
  margin: 0 auto;
  z-index: 1;
}
#areaInfo .lightbox {
  display: block;
  width: 150px;
  text-decoration: none;
}
.areaInfo-thumb {
  padding: 2px;
  border: solid 1px #CCC;
}
.areaInfo-thumb-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  background-color: #E7E7E7;
  text-align: center;
  vertical-align: middle;
}
.areaInfo-thumb-inner > img {
  max-width: 144px;
  max-height: 144px;
}
.areaInfo-name,
.areaInfo-area {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.areaInfo-name {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  color: #333;
}
.areaInfo-area {
  background-color: #CE2323;
  color: #FFF;
}
/* Lightboxのキャプション */
.lightbox-content-caption {
  padding: 13px;
  background-color: #FDF3F3;
  border-top: 6px solid #CE2323;
}
.lightbox-content-caption > * {
  word-break : break-all;
  font-family: sans-serif;
  display: block;
}
.lightbox-content-caption h3 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: bold;
  color: #CE2323;
  text-align: left;
}
.lightbox-content-caption p {
  font-size: 16px;
  line-height: 1.35;
  font-weight: normal;
  color: #333333;
  text-align: left;
  margin-top: 5px;
}
.lightbox-content-caption span {
  font-size: 16px;
  line-height: 1.35;
  font-weight: normal;
  color: #333333;
  text-align: right;
  margin-top: 5px;
}
.lightbox-content-caption span a {
  cursor: pointer;
}
/* LightboxのデフォルトCSSをオーバーライト */
#fancybox-img {
  cursor: pointer !important;
}
#fancybox-overlay {
  background-color: #000 !important;
  opacity: .8 !important;
}
#fancybox-outer {
  background-color: #FAFAFA !important;
  border-radius: 8px !important;
}
#fancybox-content {
  background-color: #FAFAFA !important;
  border-radius: 8px !important;
  border-color:  transparent !important;
}
/* 事前告知用 */
#areaInfo.teaser {
  margin: 10px auto 25px;
  padding: 0; 
  background: transparent url(../../image/pref/teaser_bg.png) no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 160px;
}
#areaInfo .message {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#areaInfo .message .box {
  display: inline-block;
  background-color: #FFF;
  padding: 15px 20px;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* for Android Browser */
  transform: translate(-50%, -50%);
}
#areaInfo .message .box p {
}
#areaInfo .message .box .countdown {
  margin-top: 8px;
}
#areaInfo .message .box .countdown span {
  display: inline-block;
  font-size: 18px;
  line-height: 13px;
  margin-left: 4px;
}
#areaInfo .message .box .countdown a {
  display: block;
  margin-top: 8px;
}
