@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: #FFF3B7 no-repeat url(../images/img_background.jpg) top -511px center / cover;
  z-index: -1;
  content: '';
}

*, *::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;
  background: #FFFAC1;
  box-shadow: 0px 0px 20px #1E245A52;
}

/* ヘッダー */
header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 10;
  background: #FFE04B url(../images/img_title-background.png) no-repeat top center / contain;
}
header.header_toppage {
  display: none;
}
header .header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
}
.header_title {
  position: relative;
  max-width: 660px;
  width: 83%;
  margin: 0 auto;
}

/* 左コンテンツ */
#contents_l {
  flex-shrink: 0;
  width: 225px;
}
.nav_baby {
  max-width: 204px;
  width: 93%;
  margin: 16px auto 0;
}

/* メニュー */
.nav_wrapper {
  width: 100%;
  min-height: 770px;
}
ul.menu > li > a {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40px;
  height: 54px;
  margin-bottom: 2px;
  padding: 0 22px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
  color: #1E235A;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #C3C4C7;
  overflow: hidden;
}
ul.menu > li > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #C3C4C7;
  pointer-events: none;
  border-radius: 2px;
  content: '';
}
ul.menu > li > a .text-sm {
  font-size: 11px;
  letter-spacing: 0;
}

ul.menu > li a.on,
ul.menu > li a:focus,
ul.menu > li a:hover {
  color: #EB5E02;
  background: #FFF8D6;
  text-decoration: none;
  border-color: #EB5E02;
}
ul.menu > li a.on::before,
ul.menu > li a:focus::before,
ul.menu > li a:hover::before {
  border-color: #EB5E02;
}


/* 右コンテンツ */
#contents_r {
  width: calc(100% - 225px);
}
#contents_r div.top {
  width: 100%;
  margin: 0 auto 0;
  padding-top: 44px;
  padding-bottom: 9%;
  background: url(../images/img_main-background.jpg) no-repeat top  center / cover;
}
#contents_r div.top .top_title {
  width: 83%;
  margin: 0 auto 0;
}

#contents_r div.top .theme {
  position: relative;
  width: 81%;
  margin: -3.9% auto 0;
}

#contents_r div.top .wofaps {
  position: absolute;
  top: 17.1%;
  right: 6.5%;
  width: 12%;
}

#contents_r div.info {
  position: relative;
  width: 68%;
  margin: 4.2% auto 5.8%;
  left: -4%;
}

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


/* お知らせ */
.news {
  position: relative;
  width: 100%;
  min-height: 240px;
  margin: 25px auto 0;
  padding: 21px 50px;
  background: #fff;
}
.news h2 {
  width: 100%;
  padding-bottom: 10px;
  font-family: 'Arial Black','Arial',sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1E235A;
  line-height: 1;
  border-bottom: 1px solid #EB5E02;
  text-align: left;
}
.news .news_flame {
  width: 100%;
  height: 160px;
  margin-top: 13px;
  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;
}
/* .news .news_flame dl dd {
} */


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

/* info */
.nav_info {
  position: relative;
  width: 215px;
  margin: 12px auto 0;
  padding: 5px 5px 13px;
  background: #fff;
}
address {
  position: relative;
  font-size: 12px;
  font-style: normal;
}
address h2 {
  margin-bottom: 8px;
  padding: 7px 6px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #1E235A;
  background: rgba(194, 195, 198, .33);
}
address p {
  margin-bottom: 13px;
  line-height: 1.5;
}

/* フッター */
footer {
  width: 100%;
  margin: 0 auto;
  color: #1E235A;
  background-color: #FFE04B;
}
footer p {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

/* サブページ用 */
#contents_r.page {
  min-height: 770px;
  margin: 0 auto 0;
}
main {
  width: 100%;
  min-height: 770px;
  min-height: 860px;
}
#contents_r.page main {
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
  background: #fff;
}
#contents_r.page .inner {
  min-height: 700px;
  width: 87%;
  margin: 0 auto;
  padding: 8px 0;
}

/* サブページタイトル */
#contents_r h2.sub_h2 {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 5px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1E235A;
  border-top: 3px solid #EB5E02;
  border-bottom: 3px solid #EB5E02;
}

/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding: 10px 10px 8px 1em;
  font-size: 120%;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  background: #41B259;
}
/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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%;
  /* background: #C3DEF5; */
  border: 2px solid #41B259;
}
/* サブページ小見出し */
main h5 {
  margin: 1.2em 0 0.7em;
  padding: 0 10px;
  color: #41B259;
  border-left: 5px solid #41B259;
}
/* サブページ段落 */
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 1em;
  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 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-size: 17px;
}
div.greet_name div.photo{
  margin-right: 20px;
/*  width:150px;
  height: 190px;
  overflow: hidden;
  flex:0 0 140px;
  background: #D3DEF1;*/
}

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

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

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

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

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

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

/* ボタン */
.button {
  width: 270px;
  border-radius: 9999px;
  text-align: center;
  background-color: rgba(255, 224, 76, .2);
  border: 2px solid #EB5E02;
  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: #EB5E02;
  text-decoration: none;
  font-weight:bold;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #EB5E02;
}
.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_l {
    width: 200px;
  }

  #contents_r {
    width: calc(100% - 200px);
  }
  #contents_r div.top,
  #contents_r div.bottom {
  }
  .news {
  }

  /* info */
  .nav_info {
    left: 0;
    width: 100%;
  }

  /* サブページ用 */
  #contents_r.page {
    width: calc(100% - 200px);
  }
  
  main {
/*    min-height: 900px;*/
  }

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

}
/* TB表示用終了 */


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

  body::before {
    background-position: top center;
  }

    /* スマホで表示 */
  .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;
    background: none;
  }
  #contents_l,
  #contents_r {
    float: none;
    width: 100%;
    height: 100%;
  }
  #contents_r {
    background: #FFFAC1;
  }
  #contents_r div.top {
    padding-top: 25px;
    width: 100%;
  }
  #contents_r div.top .top_title {
    width: 94%;
  }
  #contents_r.page {
    max-width: 480px;
    width: 96%;
    width: 100%;
    margin: 0 auto;
  }

  /* ヘッダー */
  header {
    position: relative;
    float: none;
    width: 100%;
    height: 60px;
    padding: 0;
    background-position: top 8px center;
  }
  header.header_toppage {
    display: block;
    background: #FFE04B;
    height: 60px;
  }
  header .header_inner {
    position: relative;
    max-width: 480px;
  }
  .header_title {
    left: -23px;
    width: 80%;
  }
  .sp_menu_link {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 45px;
    height: 35px;
  }
  .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%;
    height: auto;
    padding: 5px 5px 50px;
    z-index: 1000;
    background: #FFFAC1;
    box-shadow: 0px 10px 10px rgba(30, 36, 90, 0.08);
  }
  ul.menu {
  }
  ul.menu > li > a.text-sm {
    font-size: 100%;
  }
  .nav_baby {
    width: 54.4%;
    margin: 34px 20px 0 auto;
  }

  #menu_open {
    cursor: pointer;
  }

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

  /* メイン部分 */
  #contents_r div.top .theme {
    width: 87%;
  }
  #contents_r div.info {
    left: auto;
    width: 81%;
    margin: 8% auto;
  }
  #contents_r div.bottom {
    width: 100%;
    margin: 0 auto 0;
  }
  /* お知らせ */
  .news {
    width: 100%;
    min-height: 168px;
    margin-top: 20px;
    padding: 20px 15px;
  }
  .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 {
    width: 100%;
    margin: 5px auto 0;
    padding: 20px 15px;
  }
  address {
    margin-bottom: 20px;
  }
  address:last-child {
    margin-bottom: 0;
  }
  footer p {
    font-size: 11px;
  }

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

  /* 挨拶 */
  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 ) {
  .header_title {
    width: 250px;
  }
  .main_theme h2 {
    width: 280px;
  }
}
/* SP表示用 */
