@charset "utf-8";

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

#visual {
  position: relative;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * スライドショー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#visual div.slideshow {
  width: 1000px;
  margin: 0px auto 0;
}

#visual div.slideshow > div {
  width: 100%;
}

#visual div.slideshow > div img {
  max-width: 100%;
  max-height: 100%;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#visual div.slideshow {
  width: 100%;
  margin: 0 auto;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 前へ／次へ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#visual div.btn {
  width: 30px;
  margin-top: -55px;
  position: absolute;
  top: 50%;
  z-index: 101;
}

#visual div.prev {
  left: 2%;
}

#visual div.next {
  right: 2%;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#visual div.prev {
  left: 7.69%;
}

#visual div.next {
  right: 7.69%;
}

}

@media screen and (max-width:540px) {

#visual div.prev {
  left: 1.92%;
}

#visual div.next {
  right: 1.92%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページャー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#visual ul.pager,
#visual ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#visual ul.pager {
  margin: 10px auto 0;
  display: table;
}

#visual ul.pager li {
  width: 14px;
  height: 14px;
  margin: 2px;
  vertical-align: middle;
  display: inline-block;
  background: url(../../_images/index/visual-pager-normal.jpg) no-repeat;
}

#visual ul.pager li.active {
  background: url(../../_images/index/visual-pager-active.jpg) no-repeat;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#visual ul.pager {
  margin-top: 0;
}

}

/* ****************************************************************************************************
   * 開催日カウントダウン
**************************************************************************************************** */

#days {
  margin-top: 10px !important
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * カウントダウン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#days .days {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* テキスト */

#days .days .text {
  vertical-align: middle;
  display: inline-block;
}

/* 日数 */

#days .days .count {
  vertical-align: middle;
  display: inline-block;
}

#days .days .day {
  margin-left: 0.5em;
  font-size: 40px;
  display: inline-block;
}

#days .days .unit {
}

/* ****************************************************************************************************
   * イベント一覧
**************************************************************************************************** */

#event {
  margin-top: 10px !important
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#event div.list {
  letter-spacing: -5.5px;
}

#event div.list > * {
  letter-spacing: normal;
}

#event div.list div.item {
  width: 25%;
  vertical-align: top;
  display: inline-block;
}

#event div.list div.item img {
  width: 100%;
  height: auto;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#event div.list div.item {
  width: 50%;
}

}

/* ****************************************************************************************************
   * 新着情報
**************************************************************************************************** */
#news h1{font-size: 150%}
#news {
  width: 100%;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#news {
  width: 100%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#news .section-title {
  margin-bottom: 5px;
  color: #000;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#news div.list {
  height: auto;
  padding: 1em;
  border: 1px solid #666;
  overflow-y: scroll;
}

#news div.list dl.item,
#news div.list dl.item dt,
#news div.list dl.item dd {
  margin: 0;
  padding: 0;

}
#news .item dt
{font-weight: bold; color: #36c}

#news div.list dl.item ~ dl.item {
  margin-top: 0.75em;
}

#news div.list dl.item dd {
  margin-top: -1.5em;
  padding-left: 7em;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#news div.list {
  height: auto;
}

#news div.list dl.item dd {
  margin-top: 0;
  padding-left: 0;
}

}



/* ****************************************************************************************************
   * 前回会場風景
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#zenkai .title-1 {
  color: #000;
  text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#zenkai div.list {
  padding: 0 10px;
  letter-spacing: -5.5px;
  text-align: center;
}

#zenkai div.list > * {
  letter-spacing: normal;
}

#zenkai div.list div.item {
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}

#zenkai div.list div.item ~ div.item {
  margin-top: 20px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#zenkai div.list {
  padding: 0;
}

}

@media screen and (max-width:540px) {

#zenkai div.list div.item {
  width: 100%;
}

#zenkai div.list div.item ~ div.item {
  margin-top: 10px;
}

}

/* ****************************************************************************************************
   * 同時開催展
**************************************************************************************************** */

#douji {
  padding: 2.08%;
  background: #d1e2ec;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#douji .section-title {
  margin: 0 auto 10px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  display: table;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#douji div.list {
  letter-spacing: -5.5px;
}

#douji div.list > * {
  letter-spacing: normal;
}

#douji div.list div.item {
  width: 25%;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}

#douji div.list div.item img {
  width: 100%;
  height: auto;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#douji div.list div.item {
  width: 50%;
}

}

/* ****************************************************************************************************
   * ニュースイッチ
**************************************************************************************************** */

#newswitch {
  margin-top: 20px !important;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#newswitch .section-title {
  margin-bottom: 10px;
  text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#newswitch div.list {
  margin: 0 8.22% -16px;
  letter-spacing: 10.5px;
}

#newswitch div.list > * {
  letter-spacing: normal;
}

#newswitch div.list div.item {
  width: 188px;
  margin-bottom: 16px;
  padding: 5px;
  vertical-align: top;
  display: inline-block;
}

#newswitch div.list div.item:hover {
  background: #F5F4F4;
}

#newswitch div.list div.item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#newswitch div.list {
  max-width: none;
  margin: 0 0 -16px -2.05%;
  letter-spacing: -5.5px;
}

#newswitch div.list div.item {
  width: 47.99%;
  margin-left: 2.01%;
}

}

@media screen and (max-width:540px) {

#newswitch div.list {
  margin-left: 0;
  letter-spacing: normal;
}

#newswitch div.list div.item {
  width: 100%;
  margin-left: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

#newswitch div.list div.item div.photo {
  height: 120px;
  margin-bottom: 6px;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom: 3px solid #F6AB00;
  background: #FFF;
  position: relative;
  z-index: 1;
}

#newswitch div.list div.item div.photo img {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s ease-in-out;
}

#newswitch div.list div.item div.photo img:hover {
  opacity: 0.8;
	transform: scale(1.2,1.2);
}

/* カテゴリー */

#newswitch div.list div.item div.photo .category {
  margin: 0;
  padding: 6px 10px 4px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  font-size: 11px;
  text-align: center;
  background: #F6AB00;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#newswitch div.list div.item div.photo {
  padding-bottom: 65.44%;
  height: auto;
}

}

@media screen and (max-width:540px) {

#newswitch div.list div.item div.photo {
  padding-bottom: 65.88%;
  height: auto;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

/* タイトル */

#newswitch div.list div.item div.contents .title {
  min-height: 4.5em;
  color: #222;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: bolder;
  border-bottom: 1px solid #E0E0E0;
}

/* 文章 */

#newswitch div.list div.item div.contents .content {
  margin-top: 5px;
  color: #666;
  line-height: 1.3em;
  font-size: 13px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#newswitch div.list div.item div.contents .title {
  min-height: 0;
  padding-bottom: 5px;
}

}
