@charset "utf-8";

*, 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: #111111;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  overflow: auto;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(360deg, #15A3DC 0%, #77CFF2 100%) 0% 0% no-repeat padding-box;
  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;
  align-content: start;
  column-gap: 5px;
  max-width: 1000px;
  height:auto !important;
  height:100%;
  margin: 0 auto;
  min-height: 684px;
  background: transparent;
  z-index: 1;
}
#contents_all::before {
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  height: calc(100% - 155px);
  background: rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  content: '';
  z-index: -1;
}

/* ヘッダー */
header {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 155px;
  z-index: 10;
}
.header_title {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

/* 左コンテンツ */
#contents_l {
  flex-shrink: 0;
  width: 195px;
  background: #fff;
}

/* メニュー */
.nav_wrapper {
  width: 100%;
  padding-bottom: 57px;
}
ul.menu > li > a,
ul.menu > li > span {
  display: grid;
  align-items: center;
  width: 100%;
  height: 43px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(16/14);
  text-align: left;
  color: #15126E;
  border-bottom: 1px solid rgba(38, 26, 21, 0.16);
  overflow: hidden;
}
ul.menu > li > a.inner {
  padding-left: 30px;
  background: #F7F7F7;
}

ul.menu > li a.on,
ul.menu > li a:focus,
ul.menu > li a:hover {
  color: #fff;
  background: #D94A3D;
  text-decoration: none;
}

/* 右コンテンツ */
#contents_r {
  width: calc(100% - 200px);
  background: #fff;
}
.main_theme {
  position: relative;
  width: 100%;
  padding: 20px 25px;
}
.main_inner {
  aspect-ratio: 750/1052;
  background: url(../images/img_mainvisual.png) no-repeat top center / cover;
}
.main_theme h2 {
  position: absolute;
  top: 11.7%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 81%;
}
.main_theme .logo {
  position: absolute;
  left: 50%;
  top: 36.1%;
  transform: translate(-50%, 0);
  width: 25%;
}
.main_theme .info {
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translate(-50%, 0);
  width: 49%;
}

#contents_r div.bottom {
  position: relative;
  margin-top: 13px;
  padding: 0 25px 25px;
}

/* お知らせ */
.news {
  position: relative;
  width: 100%;
  min-height: 240px;
}
.news h2 {
  width: 100%;
  padding: 0px 0px 9px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #261A15;
  line-height: 1;
  border-bottom: 1px solid #261A15;
}
.news .news_flame {
  width: 100%;
  height: 160px;
  margin-top: 13px;
  padding: 0 10px;
  overflow: auto;
}
.news .news_flame dl div {
  display: flex;
  margin-bottom: 10px;
/*  font-size: 15px;*/
  line-height: 1.6;
  padding-right: 10px;
}

.news .news_flame dl dt {
  flex-shrink: 0;
  margin-right: 1.5em;
  letter-spacing: 0.04em;
  color: #03588C;
}
/* .news .news_flame dl dd {
} */


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

/* info */
.nav_info {
  display: flex;
  justify-content: center;
  gap: 20px 80px;
  width: 100%;
  margin-top: 5px;
  padding: 28px 0 33px;
  background: #fff;
}
address {
  position: relative;
  width: 230px;
  font-size: 12px;
  font-style: normal;
}
address h2 {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #261A15;
  border-bottom: 1px solid #261A15;
}
address p {
  line-height: 1.5;
}

/* フッター */
footer {
  width: 100%;
  margin-top: 5px;
  color: #fff;
  background-color: #15126E;
}
footer p {
  padding: 6px 0;
  font-size: 12px;
  text-align: center;
}

/* サブページ用 */
#contents_r.page {
  margin: 0 auto 0;
  padding: 20px 25px 40px;
}
main {
  width: 100%;
  min-height: 770px;
}
#contents_r.page main {
  position: relative;
}
#contents_r.page .inner {
  min-height: 700px;
  width: 87%;
  margin: 30px auto 0;
}

/* サブページタイトル */
#contents_r h2.sub_h2 {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background: #736729;
}

/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding: 10px 10px 8px 1em;
  font-size: 120%;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  background: #898C32;
}
/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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: #898C32;
  border: 2px solid #898C32;
}
/* サブページ小見出し */
main h5 {
  margin: 1.2em 0 0.7em;
  padding: 0 10px;
  color: #898C32;
  border-left: 5px solid #898C32;
}
/* サブページ段落 */
main p {
  margin-top: 1em;
}
/* 只今準備中です。 */
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%;
  margin: 0 auto;
  line-height: 1.8;
  text-indent: 1em;
}
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 30px;
/*  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;
}
div.greet_name div.name em {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
}
div.greet_name div.photo{
  width: 130px;
  margin-right: 20px;
}

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

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

/* 表 */
table.hyou_aaa {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 32px;
  border: 1px solid #666873;
}
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: #f2f2f2;
  border: 1px solid #666873;
}
table.hyou_aaa td {
  width: 70%;
  padding: 8px 8px 8px 10px;
  border: 1px solid #666873;
  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: #D99E30;
}
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: #D99E30;
}
p.link a:link,p.link a:visited {
  color:#734A26;
  text-decoration:underline;
}
p.link a:hover,p.link a:active {
  text-decoration:none;
}

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

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

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 2;
}
.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: rgba(217, 130, 54, .1);
  border: 2px solid #D98236;
  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: #D98236;
  text-decoration: none;
  font-weight:bold;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #D98236;
}
.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;
}

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

/* 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 {
    width: 92%;
    width: 95%;
  }

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

}
/* 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: 1280px;
    margin: 0 auto;
    overflow:hidden;
    background: none;
  }
  #contents_all::before {
    display: none;
  }
  #contents_l,
  #contents_r {
    float: none;
    width: 100%;
    height: 100%;
  }
  #contents_r {
    padding-bottom: 15px;
  }
  #contents_r div.top {
    width: 100%;
  }
  #contents_r.page {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px 40px;
  }

  /* ヘッダー */
  header {
    position: relative;
    float: none;
    width: 100%;
    height: 55px;
    padding: 0;
  }
  .header_title {
    width: 79.5%;
    left: -8%;
  }
  .sp_menu_link {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 46px;
    height: 36px;
  }
  .sp_menu_link .sp_nav_close {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
  }

  /* メニュー */
  #contents_l.nav_wrapper {
    position: absolute;
    top: 55px;
    right: -400px;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    z-index: 10000;
    z-index: 1000;
  }
  ul.menu {
    background: rgba(255, 255, 255, .5);
    box-shadow: 3px 0 10px 10px rgba(0,0,0,0.1);
  }
  ul.menu > li > a.text-sm {
    font-size: 100%;
  }

  #menu_open {
    cursor: pointer;
  }

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

  /* メイン部分 */
  .main_theme {
    padding: 15px 10px;
  }
  .main_theme h2 {
    top: 12.6%;
    width: 84%;
  }
  .main_theme .logo {
    width: 32%;
  }
  .main_theme .info {
    top: 67.5%;
    width: 74%;
  }

  #contents_r div.bottom {
    margin-top: 0;
    padding: 15px 10px;
  }
  /* お知らせ */
  .news {
    width: 100%;
    min-height: 168px;
  }
  .news .news_flame {
    width: 100%;
    height: 200px;
  }
  .news .news_flame dl div {
    font-size: 13px;
  }

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

  /* info */
  .nav_info {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    padding: 26px 20px;
  }
  footer p {
    font-size: 11px;
  }

  /* サブページ用 */
  main {
    width: 100%;
  }
  #contents_r.page main {
    min-height: 600px;
  }
  #contents_r h2.sub_h2 {
    font-size: 20px;
  }
  #contents_r.page .inner {
    width: 95%;
    min-height: 550px;
    margin-top: 20px;
  }

  /* 挨拶 */
  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表示用 */
