@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * セクショニング
 */

#main .column ~ .column {
  margin-top: 40px;
}

#main .section ~ .section {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .column ~ .column {
    margin-top: 70px;
  }

  #main .section ~ .section {
    margin-top: 150px;
  }

}

/** ***************************************************************************
 * 下層ビジュアル
 * ************************************************************************* */

/** ***************************************************************************
 * ロゴ
 */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-map
#visual .logo img {
  width: 267px;
}

}

/** ***************************************************************************
 * 内容
 * ************************************************************************* */

#content {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 220px;
}

#content .body {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #content {
    padding-top: 20px;
    padding-bottom: 110px;
  }
  #content .body {
    padding: 0 20px !important;
  }
}

/** ***************************************************************************
 * タイトル
 */

#content .title {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  min-width: 400px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .title {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  min-width: 200px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}

}

/** ***************************************************************************
 * ボタン(PDF)
 */

#content .pdf {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content .pdf a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  background: #1a6c69;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  min-width: 350px;
}
#content .pdf a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

/** ***************************************************************************
 * 会場レイアウト 画像
 */

#content .layout-map {
  margin-top: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .layout-map {
  margin-top: 40px;
}
#content .layout-map img {
  width: 335px;
  margin: 0 auto;
}

}

/** ***************************************************************************
 * 会場マップ 画像
 */

#content .map {
  margin-top: 60px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #content .map {
    margin-top: 30px;
    text-align: center;
  }
}

/** ***************************************************************************
 * アクセス
 */

#content .inner {
  max-width: 980px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

#content .inner p {
  text-align: left;
  font-size: 20px;
}

#content .inner .item {
  margin-top: 135px;
}
#content .inner .item ~ .item {
  margin-top: 100px;
}
#content .inner .item ~ .item p {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#content .inner .item ~ .item p span {
  color: #e60020;
}

#content .inner .item ~ .item img {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #content .inner {
    max-width: 980px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  #content .inner p {
    text-align: left;
    font-size: 14px;
  }
  #content .inner iframe {
    height: 200px;
  }
  #content .inner .item {
    margin-top: 30px;
  }
  #content .inner .item ~ .item {
    margin-top: 30px;
  }
  #content .inner .item ~ .item p {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
  }
  
  #content .inner .item ~ .item img {
    margin-top: 20px;
  }
}

/** ***************************************************************************
 * ボタン(別窓リンク)
 */

#content .btn {
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  background: #1a6c69;
  color: #fff;
  font-size: 20px;
  min-width: 450px;
  font-weight: bold;
}
#content .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
  background: #1a6c69;
  color: #fff;
  font-size: 16px;
  min-width: 100%;
  font-weight: bold;
}
}
