@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  position: relative;
  height: 100%;
  line-height: 1.7;
  color: #222222;
   font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
/*  font-family: "Noto Sans JP", sans-serif;*/
  font-size: 90%;
  overflow: auto;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/img_background.jpg) top left / 100% 100% ;
  content: '';
  z-index: -1;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
ol > li > ul > li {
  list-style:disc;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  display: block
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}
.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}
.doubleline_red {/*二重取り消し線*/
background-image:url(../images/2line_red.png);
background-repeat:repeat-x;
background-position: center;
}
/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}

/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* PC表示用 */
.pc_none {
  display: none;
}

/* コンテンツ全体 */
#contents_all {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  height:auto !important;
  height:100%;
  margin: 0 auto;
  min-height: 684px;
}

/* ヘッダー */
header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 10;
  background: url(../images/img_menu_bg.jpg) top center / cover;
}
header.top {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.header_title {
  position: relative;
  top: 3px;
  width: 93%;
  margin: 0 auto 0;
}

/* 左コンテンツ */
#contents_l {
  position: relative;
  flex-shrink: 0;
  width: 200px;
}
#contents_l::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img_menu_bg.jpg) top left / 100% 100% ;
  z-index: -1;
  content: '';
}

/* メニュー */
.nav_wrapper {
  width: 100%;
  min-height: 770px;
  padding: 15px 4px 0;
}
ul.menu > li > a {
  /* display: block; */
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-bottom: 4px;
  padding-left: 11px;
/*  font-weight: 500;*/
  font-weight: bold;
  font-size: 14px;
/*  line-height: 1.066;*/
  line-height: 1.2;
  text-align: left;
  color: #1F5B73;
  background: #F2F2F2;
  overflow: hidden;
}
ul.menu > li > a.text-sm {
  font-size: 13px;
}

ul.menu > li a.on,
ul.menu > li a:focus,
ul.menu > li a:hover {
  background: #FFF100;
  text-decoration: none;
}
ul.menu > li.banner01 > a {
  color: #FFFFFF;
  background: #45b0b0;
}
ul.menu > li.banner01 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 右コンテンツ */
#contents_r {
  position: relative;
  width: calc(100% - 200px);
  background: #1F5B73;
}
#contents_r div.top {
  position: relative;
}
.main_theme {
  height: 100%;
  aspect-ratio: 1/1.0225;
  background: url(../images/img_theme_bg.jpg) top center / cover;
}
.main_theme h2 {
  position: absolute;
  top: 46.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 87.5%;
}
.main_theme .info {
  position: absolute;
  top: 78.23%;
  left: 50%;
  transform: translateX(-50%);
  width: 58.75%;
}



#contents_r div.bottom {
  position: relative;
  margin: 0 auto 0;
}

/* お知らせ */
.news {
  position: relative;
  width: 100%;
  min-height: 235px;
  padding: 25px 11.5%;
  background: #1F5B73;
}
.news h2 {
  position: relative;
  width: 100%;
  padding: 7px 9px;
  font-size: 20px;
  font-weight: 700;
  color: #1F5B73;
  background: #fff;
  line-height: 1;
  text-align: left;
  z-index: 1;
}
.news .news_flame {
  width: 100%;
  height: 160px;
  margin-top: 14px;
  padding: 0 9px;
  color: #fff;
  overflow: auto;
}
.news .news_flame dl div {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.6;
  padding-right: 10px;
}
.news .news_flame dl dt {
  flex-shrink: 0;
  margin-right: 1.5em;
  letter-spacing: 0.04em;
}
.news .news_flame a:link, .news .news_flame a:visited {
  color: #ffb5c0;
  text-decoration: none;
}
.news .news_flame a:hover, .news .news_flame a:active {
  color: #ffb5c0;
  text-decoration: underline;
}


/* ポスター画像 */
.poster {
  flex-shrink: 0;
  width: 180px;
}

/* info */
.nav_info {
  clear: both;
  width: 100%;
  margin: 15px auto 0;
  padding: 14px 11px 0;
  color: #294A66;
  background: rgba(223, 237, 242, .8);
}
address {
  position: relative;
  width: 100%;
/*  font-size: 11px;*/
  font-size: 12px;
  font-style: normal;
}
address h2 {
  margin-bottom: 4px;
/*  font-size: 12px;*/
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
address p {
/*  margin-bottom: 21px;*/
  padding-bottom: 20px;
  line-height: 1.5;
}

/* フッター */
footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #103B73;
}
footer p {
  font-size: 10px;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

/* サブページ用 */
#contents_r.page {
  width: calc(100% - 200px);
  min-height: 770px;
  margin: 0 auto 0;
}
main {
  width: 100%;
  min-height: 815px;
}
#contents_r.page main {
  position: relative;
  padding: 15px 0 100px;
  padding: 15px 0 0;
  background: #F2F2F2;
}
#contents_r.page .inner {
/*  padding: 30px 12.5% 0;*/
  padding: 30px 7.5% 50px;
}

/* サブページタイトル */
#contents_r h2.sub_h2 {
  position: relative;
  width: 100%;
  padding: 18px 0;
  font-size: 24px;
  font-weight: 700;
  color: #1F5B73;
  background: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  z-index: 1;
}


/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding: 10px 10px 9px 1em;
  font-size: 120%;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  background: #153959;
}
/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child, main blockquote p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

/* サブページ中見出し */
main h4 {
  margin: 1.5em 0 1em;
  padding: 6px 10px 5px 1em;
  font-size: 110%;
  color: #fff;
  background: #6288BD;
}
/* サブページ小見出し */
main h5 {
  margin: 1.2em 0 0.7em;
  padding: 0 10px;
  color: #2D93D6;
  font-weight: 500;
  border-left: 5px solid #2D93D6;
}
/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.han {
  margin-top: 0.5em;
}
main p.zero {
  margin-top: 0;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding: 100px 0;
}

div.red_waku {
  border: 2px solid #E7242E;
  padding: 10px 20px;
  margin: 10px auto 0;
  border-radius: 6px;
}

/* 挨拶 */
main.greet p {
  width: 100%;
/*  line-height: 1.75;*/
  line-height: 1.8;
}
main.greet .reset-indent{
  text-indent:0;
}
main.greet p.info {
  text-align: left;
}
main.greet p.last {
  margin-top: 1em;
}
main.greet p.last em {
  font-size: 110%;
  font-weight: 700;
  font-style: normal;
}

div.greet_name{
  display: flex;
  align-items: flex-end;
  margin: 0 auto 60px;
  margin: 0 auto 40px;
/*  justify-content:flex-end;*/
}
div.greet_name div.name{
  flex:auto;
/*  text-align: right;*/
}
div.greet_name div.name p{
  text-indent:0;
  line-height: 1.5;
  font-size: 14px;
}
div.greet_name div.name em {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
}
div.greet_name div.photo{
  width: 150px;
  margin-right: 20px;
}

/* 開催概要 */
table.info {
  width: 100%;
  margin:1em 0;
  border: 1px solid #222222;
}
table.info th {
  padding: 1em;
  vertical-align: top;
  background-color: #DFEDF2;
  border: 1px solid #222222;
  white-space: nowrap;
  text-align: left;
}
table.info td {
  padding:1em;
  border: 1px solid #222222;
  background-color: #fff;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}

/* 表 */
table.hyou_aaa {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 32px;
  border: 1px solid #222222;
}
table.hyou_aaa tr {
  width: 100%;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  width: 25%;
  padding: 8px 8px 8px 10px;
  vertical-align: middle;
  background-color: #DFEDF2;
  border: 1px solid #222222;
}
table.hyou_aaa td {
  width: 70%;
  padding: 8px 8px 8px 10px;
  border: 1px solid #222222;
  background-color: #fff;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* サブページリスト */
main ul {
  margin-left: 1.6em;
}
main ul li {
  position: relative;
}
main ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -19px;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #2D93D6;
  border-radius: 50%;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* リンク */
p.link {
  position: relative;
  background:url(../images/icon_link.png) no-repeat left center;
  padding-left: 22px;
  margin-bottom:0;
}
p.link:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2D93D6;
}
p.link a:link,p.link a:visited {
  color:#D62E2D;
  text-decoration:underline;
}
p.link a:hover,p.link a:active {
  text-decoration:none;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #D62E2D;
  text-decoration: none;
}
a:hover, a:active {
  color: #D62E2D;
  text-decoration: underline;
}

/* 外部リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 21px;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 70px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.pagetop a:hover {
  opacity: 0.8;
}

/* ボタン */
.button {
  width: 270px;
  border-radius: 9999px;
  text-align: center;
  background-color: #DFEDF2;
  border: 2px solid #6288BD;
  cursor: pointer;
  font-size:18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  height:60px;
}

.button a {
  width: 100%;
  height: 100%;
  color: #6288BD;
  text-decoration: none;
  font-weight:bold;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #6288BD;
}
.button:hover a {
  color: #fff;
}
.button_400 {
  width: 400px;
}
.button_190 {
  width: 190px;
}
.button_2line {
  height:60px;
  padding:0;
  line-height: 1.2;
}
.button_3line {
  height:84px;
  padding:0;
  border-radius: 9999px;
  line-height: 1.2;
}

/* 反応しないボタン */
.button_gray {
  width: 270px;
  border-radius: 9999px;/*長円形作成*/
  text-align: center;
  background-color: #BBB;
  font-size:18px;
  font-weight: bold;
  color:#fff;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: relative;
  height:60px;
}

/* ボタン  アイコン */
.pdf_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_pdf-25px.png') no-repeat;
  width:25px;
  height:25px;
}
.pass_icon a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  background: url('../images/icon_password.png') no-repeat;
  width:23px;
  height:24px;
}

.dl_box {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  margin:1em 0;
}
.dl_item {
  margin: 10px 0 0;
}

/* access 会場案内 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin: 1.5em auto 2em;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img.access {
  width: 80%;
}

/* PCで表示 */
.pc_only {
  display: inline-block;
}
/* PCでは非表示 */
.sp_only, .tb_only, .pc_none {
  display: none;
}

/* TB表示用 */
@media screen and  ( max-width: 959px ) {
  /* タブレットで表示 */
  .tb_only, .pc_none {
    display: inline-block;
  }
  /* タブレットでは非表示 */
  .pc_only, .sp_only {
    display: none;
  }

  #contents_r.page .inner {
    padding: 30px 6% 50px;
  }

  .news {
    padding: 20px 32px;
  }


}
/* TB表示用終了 */


/* SP表示用 */
@media screen and ( max-width: 767px ) {

    /* スマホで表示 */
  .sp_only, .pc_none, .tb_none {
    display: inline-block;
  }
  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none {
    display: none;
  }

  /* コンテンツ */
  #contents_all {
    width: 100%;
    max-width: 480px;
    min-height:100%;
    margin: 0 auto;
    overflow:hidden;
  }
  #contents_l,
  #contents_r {
    float: none;
    width: 100%;
    height: 100%;
  }
  #contents_r div.top {
    width: 100%;
  }
  #contents_r.page {
    max-width: 480px;
    width: 96%;
    width: 100%;
    margin: 0 auto;
  }

  /* ヘッダー */
  header {
    position: relative;
    float: none;
    width: 100%;
    height: 60px;
  }
  .header_title {
    top: 12px;
    left: 4%;
    width: 76.5%;
    margin: 0;
  }
  .sp_menu_link {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 47px;
    height: 37px;
  }
  .sp_menu_link .sp_nav_close {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
  }

  /* メニュー */
  #contents_l.nav_wrapper {
    position: absolute;
    top: 60px;
    right: -400px;
    right: 0;
    max-width: 375px;
    width: 100%;
    min-height: unset;
    height: auto;
    padding: 10px;
    z-index: 1000;
    background: #979BA6;
  }
  ul.menu > li > a.text-sm {
    font-size: 100%;
  }

  #menu_open {
    cursor: pointer;
  }

  /* info */
  address {
    width: 100%;
  }

  /* お知らせ */
  .news {
    width: 100%;
    padding: 20px 6.5%;
    min-height: 168px;
  }
  .news .news_flame {
    width: 100%;
    height: 200px;
    padding: 0;
  }
  .news .news_flame dl div {
    font-size: 13px;
    padding-right: 0;
  }

  /* ポスター画像 */
  .poster {
    width: 274px;
    margin: 0 auto 20px;
  }

  /* info */
  .nav_info {
    width: 100%;
    margin: 5px auto 0;
    padding: 20px 6.5% 0;
  }
  address {
    margin-right: 0;
  }
  address:last-child {
    margin-bottom: 0;
  }
  footer p {
    font-size: 11px;
  }

  /* サブページ用 */
  main {
    width: 100%;
  }
  #contents_r.page main {
    padding: 20px 0 50px;
    padding: 20px 0 40px;
    min-height: 600px;
  }
  #contents_r h2.sub_h2 {
    font-size: 20px;
  }
  #contents_r.page .inner {
    height: 100%;
    padding: 25px 5% 0;
  }

  /* 挨拶 */
  div.greet_name{
    flex-direction: column;
    margin: 0 auto 20px;
  }
  div.greet_name div.name{
    margin:0 auto;
    text-align: center;
  }
  div.greet_name div.photo {
    margin: 0 auto 1em;
    padding: 0;
  }

  main.greet img {
    margin-left: 0;
  }
  main.greet p {
    width: 100%;
    max-width: 480px;
  }

/* 開催概要 */
  table.info th {
    padding: 1em 0.5em;
  }
  table.info td {
    padding:1em 0.5em;
  }

  /* pagetop */
  .pagetop {
    bottom:70px;
    right:10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }

  .dl_box {
    flex-direction: column;
    margin:0.5em 0;
  }
  .dl_item {
    text-align:center;
    margin:10px auto;
  }
  .button_400 {
    width: 100%;
    margin:10px 0;
  }

  /* 会場案内 */
  img.access {
    width: 100%;
  }

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

}
/* SP表示用 */
