@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

#main-contents .section div.body {
  padding: 30px 20px;
  background-color: #fff;
}

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

@media screen and (min-width:737px) {

  #main-contents .section div.body {
    padding: 30px 13.333% 75px;
  }

}

/* ****************************************************************************************************
   * 開催中止のお知らせ
**************************************************************************************************** */

#main .section-announcement div.body {
  border: 4px solid #f00;
}

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

#visual div.item {
  position: relative;
  z-index: 1;
}

#visual div.item img {
  width: 100%;
  margin: 0;
}

#visual div.pc {
  display: none;
}

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

@media screen and (min-width:737px) {

  #visual div.sp {
    display: none;
  }

  #visual div.pc {
    display: inline-block;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * テキスト
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#visual div.item .text {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
}

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

@media screen and (min-width:737px) {

  #visual div.item .text {
    font-size: 32px;
    top: 50%;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 開催日
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#visual div.info {
  width: 44.4%;
  position: absolute;
  z-index: 1;
  right: 2.666%;
  bottom: -20px;
}

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

@media screen and (min-width:737px) {

  #visual div.info {
    width: 17.714%;
    max-width: 248px;
    min-width: 160px;
    right: 9.571%;
    bottom: -40px;
  }

}

/* ****************************************************************************************************
   * メッセージ
**************************************************************************************************** */

#page-info {
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1.875;
  font-size: 16px;
  background-color: #efefef;
}

#page-info div.body {
  max-width: 1000px;
}

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

@media screen and (min-width:737px) {

  #page-info {
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
  }

}

/* ****************************************************************************************************
   * 更新情報
**************************************************************************************************** */

#news ul.file-list {
  font-size: 16px;
}

/* ****************************************************************************************************
   * 概要
**************************************************************************************************** */

#outline {}

/* ****************************************************************************************************
   * コンテンツ
**************************************************************************************************** */

#contents.section div.body {
  padding: 0;
  background-color: transparent;
}

#contents div.list {
  background-color: #fff;
}

#contents div.list div.item ~ div.item {
  margin-top: 1px;
}

#contents div.list div.item a {
  padding-bottom: 75%;
  color: inherit;
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#contents div.list div.item a:hover img {
  opacity: 1;
}

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

@media screen and (min-width:737px) {

  #contents div.list {
    letter-spacing: -0.4em;
  }

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

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

  #contents div.list div.item ~ div.item {
    margin-top: 0;
  }

  #contents div.list div.item a {
    margin: 0.5px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * アイコン
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents div.list div.item .icon {
  max-height: 90px;
  display: block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  z-index: 2;
  bottom: 46%;
  left: 50%;
}

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

#contents div.list div.item .title {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  color: #999;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 1.0);
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 0;
}

#contents div.list div.item a[href] .title {
  color: #fff;
}

#contents div.list div.item .title .icon {
  max-height: 90px;
  margin: 0 auto 5px;
  display: block;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ボタン
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents div.list div.item .button {
  min-width: 8em;
  padding: 0.5em 0.75em;
  color: #ffffff;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

#contents div.list div.item a[href] .button {
  background-color: #285492;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 画像
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents div.list div.item .image {
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transition: width 0.3s ease-in-out 0.0s;
  width: 100%;
}

#contents div.list div.item a[href]:hover .image {
  width: 110%;
}

/* ****************************************************************************************************
   * アンケート結果
**************************************************************************************************** */

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

#enquete .title-2 {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

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

@media screen and (min-width:737px) {

  #enquete .title-2 {
    font-size: 24px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 前回開催結果
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#enquete .result {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#enquete .result strong {
  color: #c00;
}

#enquete .result strong em {
  font-size: 24px;
  font-style: normal;
}

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

#enquete div.list {
  margin-bottom: -40px;
  overflow: hidden;
}

#enquete div.list div.item {
  margin-bottom: 40px;
  vertical-align: top;
  display: inline-block;
}

#enquete div.list div.item div.content {
  text-align: center;
}

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

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

  #enquete div.list div.item {
    width: 100% !important;
  }

}

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

@media screen and (min-width:737px) {

  #enquete div.list {
    margin-left: -10px;
    margin-right: -10px;
    letter-spacing: -0.4em;
  }

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

  #enquete div.list div.item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#enquete div.list div.item .title {
  margin-left: auto;
  margin-right: auto;
  color: #042f71;
  line-height: 1.3;
  display: table;
}

/* -------------------------------------------------------------------------------------------------
   * 実績
/* ---------------------------------------------------------------------------------------------- */

#enquete div.list div.item .result {
  margin-top: 0.25em;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

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

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

#event div.list {
  margin-bottom: -40px;
  overflow: hidden;
}

#event div.list div.item {
  margin-bottom: 40px;
  vertical-align: top;
  display: inline-block;
}

#event div.list div.item div.content {
  text-align: center;
}

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

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

  #event div.list div.item {
    width: 100% !important;
  }

}

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

@media screen and (min-width:737px) {

  #event div.list {
    margin-left: -10px;
    margin-right: -10px;
    letter-spacing: -0.4em;
  }

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

  #event div.list div.item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#event div.list div.item .title {
  margin-left: auto;
  margin-right: auto;
  color: #042f71;
  line-height: 1.3;
  display: table;
}

/* -------------------------------------------------------------------------------------------------
   * 実績
/* ---------------------------------------------------------------------------------------------- */

#event div.list div.item .result {
  margin-top: 0.25em;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#event div.list div.item .result strong {
  color: #c00;
}

#event div.list div.item .result strong em {
  font-size: 24px;
  font-style: normal;
}

/* ****************************************************************************************************
   * NEWS
**************************************************************************************************** */

#news.section div.body {
  padding: 0 10px;
  background-color: transparent;
}

/* ****************************************************************************************************
   * インフォメーション
**************************************************************************************************** */

#info.section {
  padding: 40px 0 140px;
  background: url(../../_image/index/info-bg.jpg) center bottom no-repeat;
  background-size: cover;
}

#info.section div.body {
  padding: 0 10px;
  background-color: transparent;
}

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

@media screen and (min-width:737px) {

  #info.section {
    padding: 40px 10px 210px;
  }

}

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

#info .section-title {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * イベント詳細
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#info div.detail {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

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

#info div.list {
  margin-bottom: -20px;
  overflow: hidden;
}

#info div.list .item {
  margin-bottom: 20px;
}

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

@media screen and (min-width:737px) {

  #info div.list {
    max-width: none;
    margin-bottom: -40px;
    margin-left: -20px;
    margin-right: -20px;
    letter-spacing: -0.4em;
    text-align: center;
    overflow: hidden;
  }

  #info div.list > * {
    letter-spacing: normal;
    text-align: left;
  }

  #info div.list .item {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    display: inline-block;
  }

}

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

#info div.list .item div.content {
  padding: 0 20px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#info div.list .item div.content a {
  text-decoration: none;
}

/* * タイトル
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#info div.list .item div.content .item-title {
  padding: 0.5em;
  color: #042f71;
  line-height: 1.3;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#info div.list .item div.content .item-title + * {
  margin-top: 0;
}

/* * タイトル（モーダルウィンドウ あり）
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#info div.list .item div.content.modal .item-title::before {
  content: '\e92d';
  color: #00698c;
  line-height: 1;
  font-family: icomoon;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
}

/* -------------------------------------------------------------------------------------------------
   * ファイル 一覧
/* ---------------------------------------------------------------------------------------------- */

#info div.list .item div.file {
  margin-top: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
