@charset "UTF-8";
/***** 共通読み込み *****/
/***** ブレイクポイント *****/
/***** 画面幅 *****/
/***** 色 *****/
/***** 文字サイズ *****/
/***** フォント *****/
/***** 余白 *****/
/***** ヘッダー *****/
/*開催情報 sp高さ*/
/***** 画像サムネール *****/
/***** ロールオーバー *****/
/***** ボタン共通 *****/
/***** タイトル *****/
/*下層 タイトル*/
/*背景付パンくず*/
/*インデックス・ナビ*/
/***** 共通余白 *****/
/*マーク*/
/*講演者表示共通*/
/***** アクセス *****/
#access {
  padding-top: 15px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #access {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#access h2 {
  color: rgba(38, 38, 38, 0.7);
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
@media screen and (max-width: 735px) {
  #access h2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 736px) {
  #access h2 {
    margin-bottom: 40px;
  }
}
#access h2 span {
  font-weight: normal;
  display: block;
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 4rem;
}
@media screen and (min-width: 736px) {
  #access h2 span {
    font-size: 6.3rem;
  }
}
#access > section h3 {
  font-weight: bold;
  color: #013048;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 380px) {
  #access > section h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 736px) {
  #access > section h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
#access > section iframe {
  width: 100%;
  height: 280px;
  border: none;
}
@media screen and (min-width: 736px) {
  #access > section iframe {
    height: 496px;
  }
}
#access > section > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: 1px solid #013048;
  color: #013048;
  width: 200px;
  height: 34px;
  margin: 5px 0 0 auto;
  font-weight: bold;
}
@media screen and (min-width: 736px) {
  #access > section > a {
    transition: opacity .3s;
  }
  #access > section > a:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 736px) {
  #access > section > a {
    width: 222px;
    height: 40px;
  }
}
#access > section > a::after {
  font-family: "icon";
  content: "\3e";
  font-size: 14px;
  margin-left: 1em;
  font-weight: normal;
}
#access > section section {
  margin-top: 15px;
}
#access > section section:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 736px) {
  #access > section section {
    margin-top: 30px;
  }
  #access > section section:not(:last-child) {
    margin-bottom: 50px;
  }
}
#access > section section h4 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
@media screen and (min-width: 736px) {
  #access > section section h4 {
    font-size: 2.8rem;
  }
}
#access > section #transportation ul {
  margin-top: 15px;
}
@media screen and (min-width: 736px) {
  #access > section #transportation ul {
    display: flex;
  }
}
#access > section #transportation ul li h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #013048;
  font-size: 1.5rem;
}
@media screen and (min-width: 736px) {
  #access > section #transportation ul li h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 735px) {
  #access > section #transportation ul li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d3d4;
  }
}
@media screen and (min-width: 736px) {
  #access > section #transportation ul li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #d1d3d4;
  }
}
#access > section #transportation ul li p {
  line-height: 1.3;
}
#access > section #transportation ul li p:not(:last-child) {
  margin-bottom: 10px;
}
#access > section #transportation ul li p a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 736px) {
  #access > section #transportation ul li p a:hover {
    text-decoration: underline;
  }
}
#access > section #transportation ul li p a::after {
  font-family: "icon";
  white-space: nowrap;
  content: "　\ff1e";
  font-size: 12px;
}
#access > section #area_map > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=access.css.map */
