@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}
html,body{ height:100%;}

/* 背景 */
body {
  line-height: 1.7;
  color: #333333;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  background: #e5e5e5;
}

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

/* 見出し */
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;
}

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

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* コンテンツ全体 */
#contents_all {
  width: 960px;
  height:auto !important;
  height:100%;
  margin:0 auto;
  min-height:684px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  background: #FFFFFF;
}

/* ヘッダー */
header {
  width: 100%;
}
header a {
  width: 100%;
  pointer-events: none;
}

/* コンテンツ */
#contents {
  margin:0 auto;
  width: 960px;
  display: flex;
  background: none;
}
#contents.top {
  background: url(../images/bg_contents_top.png) no-repeat center top;
}

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

/* 左コンテンツ */
#contents_l {
  width: 220px;
}

/* メニュー */
nav {
  width: 100%;
  margin:0 auto 30px;
}
ul.menu {
  width: 100%;
  border-top: 1px solid #b555b5;
  border-bottom: 1px solid #b555b5;
  border-left: 5px solid #b555b5;
  box-sizing: border-box;
}
ul.menu > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding-left: 1em;
  padding-right: 0.5em;
  border-top: 1px solid #b555b5;
  border-right: 1px solid #b555b5;
  box-sizing: border-box;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
}
ul.menu > li:last-child > a {
  border-bottom: 0;
}
ul.menu > li a.on,
ul.menu > li a:hover {
  border-top: 1px solid #FFFFFF;
  border-bottom: 0;
  background: #b555b5;
  color: #FFFFFF;
}
ul.menu > li.menu00 a.on,
ul.menu > li.menu00 a:hover {
  border-top: none;
}

/* バナー */
.banner_area {
  margin-bottom: 30px;
}
.banner_area p {
  margin: 10px 5px;
  text-align: center;
}
/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 740px;
}
#contents_r.top {
  background: #000000 url(../images/bg_contents_r.png) no-repeat left top / 100%;
}
#contents_r:not(.top) h2 {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b555b5;
  color: #FFFFFF;
  font-size: clamp(20px,3.64vw,28px);
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-align: center;
  padding: 5px 1em;
  box-sizing: border-box;
}

/* 画像 ボタン */
.gallery {
  width: 700px;
  margin: 0 auto;
}

/* 主催、後援、協力 */
.sponsor_text {
  font-weight: bold;
  font-size: clamp(14px,2.34vw,18px);
  line-height: 1.6;
  color: #FFFFFF;
  padding: 3% 4.05%;
}

.cap_img {
  text-align: right;
  padding: 0 20px 0 1em;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 10px;
}

/* 新着情報 */
#news {
  margin: 0 auto;
  width: 700px;
  text-align: left;
}
#news > h3 {
  background: #b555b5;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
#news_frame {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  height: 160px;
  padding: 5px 20px;
  overflow:auto;
  box-sizing: border-box;
  background: #FFFFFF;
}
#news_frame dl {
  overflow: hidden;
}
#news_frame dt ,#news_frame dd {
  padding-top: 0.5em;
}
#news_frame dt {
  float: left;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#news_frame dd {
  padding-left: 7em;
}

/* 事務局等 */
#info {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  color: #FFFFFF;
}
#info h4 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
}
#info address {
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.6;
}
#info address a {
  color: #FFFFFF;
}

/* フッター */
footer {
  text-align: center;
  font-size: 13px;
  padding: 15px 1em;
  margin: 0 auto;
  width: 960px;
  color: #FFFFFF;
  background: #6b6b6b;
  line-height: 1.2;
  box-sizing: border-box;
}

summary {
  cursor: pointer;
}
summary:hover {
  opacity: 0.8;
}

/* サブページ内 */
main {
  width: 740px;
  padding:20px 35px 30px;
  position:relative;
  min-height:600px;
  background: #FFFFFF;
  box-sizing: border-box;
}

/* サブページ大見出し */
main h3 {
  border: 1px solid #849422;
  border-left: 8px solid #849422;
  font-size: 130%;
  font-weight: bold;
  padding: 8px 12px;
  margin: 2em 0 1.5em;
  background: #F5F5F5;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td 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-top: 1em;
  margin-bottom: 0.25em;
  font-size: 115%;
  font-weight: bold;
  padding-left: 1.6em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #849422;
  position: relative;
}
main h4::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.1em;
  display: inline-block;
  margin-right: 8px;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  border: solid 3px #849422;
  border-radius: 50%;
  box-sizing: border-box;
}

/* サブページ小見出し  */
main h5 {
  margin: 1em 0 0.2em 0;
  margin-bottom: 0.5em;
  padding:0.2em;
  font-weight: bold;
  border-bottom: 3px dotted #849422;
}

/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}


/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.aki li {
  padding-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}
main ol.aki li {
  padding-bottom: 0.5em;
}

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

/* 挨拶 */
main.greet p {
  line-height: 1.8;
}
main .wrapper_greet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 30px;
}
main .wrapper_greet > p {
  line-height: 1.6;
  text-indent: 0;
  text-align: left;
}
main .wrapper_greet > p:last-child {
  margin-left: 15px;
}

/* 開催概要 */
table.info_hyou{
  border: none;
}
table.info_hyou td {
  text-align: left;
  vertical-align: top;
}
table.info_hyou td.name {
  white-space: nowrap;
}
table.info_hyou th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* program */
table.prg_hyou {
  border: none;
}
table.prg_hyou td {
  text-align: left;
  vertical-align: top;
  padding: 0;
}
table.prg_hyou td.name {
  white-space: nowrap;
  width: 4.5em;
}
table.prg_hyou td.zoku {
  padding-left: 1em;
  text-indent: -1em;
}
table.prg_hyou td.title {
  font-weight: bold;
  padding-top: 0.5em;
}
table.prg_hyou th {
  padding:0;
  text-align: left;
  padding-left: 1em;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  width: 3em;
}
table.prg_hyou th.title {
  font-weight: bold;
}

/* endai */
.aka_waku {
  border:2px solid #F00;
  padding:10px 20px;
  width:90%;
  margin:1em auto;
}
table.category {
  width: 100%;
  margin: 1em auto;
}
table.category td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.category th {
  border: 1px solid #BBBBBB;
  background-color: #d2d9ea;
  padding: 0.5em 0.25em;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}
table.moji {
  margin: 1em 0;
}
table.moji td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.moji td.gray {
  background-color: #F3F3F3;
}
table.moji th {
  border: 1px solid #BBBBBB;
  background-color: #d2d9ea;
  padding: 0.5em 0.25em;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}
table.poster {
  margin: 1em 0 0.25em;
}
table.poster td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.poster th {
  border: 1px solid #BBBBBB;
  background-color: #d2d9ea;
  padding: 0.5em;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}

/* sanka */
table.sankahi {
  margin: 1em 0;
}
table.sankahi td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em 2em;
  vertical-align: middle;
  text-align:right;
}
table.sankahi td.gray {
  background-color: #F3F3F3;
  text-align: left;
  padding: 0.5em 1em;
}
table.sankahi td.c1 {
  text-align: left;
}
table.sankahi th {
  border: 1px solid #BBBBBB;
  background-color: #d2d9ea;
  padding: 0.5em 0;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

/* 交通案内 */
.wapper_map {
  width: 700px;
  margin: 2em auto;
}

/* kaijo */
.sta{
  background-color: #EDFFD2;
  padding: 10px 20px;
  width: 80%;
  margin:1em auto;
}

/* nintei */
table.nintei_hyou{
  border: none;
}
table.nintei_hyou td {
  text-align: left;
  vertical-align: top;
}
table.nintei_hyou th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color:#59568c;
}

/* access */
.map iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left center;
  padding-left:15px;
  margin-bottom:0;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}

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

/* ご案内 */
div.info {
  margin: 2em 0 1em;
  padding: 0.8em 1em;
  border: 2px solid #FF4949;
  border-radius: 8px;
  font-size: 110%;
  text-align: left;
  background: #FFFFFF;
  color: #FF4949;
}

/* ボタン */
main .btn {
  margin-top: 0 !important;
  margin-bottom: 2em;
  min-width: 250px;

}
main .btn a:link {
  color: #FFFFFF;
  text-decoration: none;
}
main .btn a {
  font-size: 18px;
  border-radius: 5px;
  padding: 12px 30px;
  min-width: 250px;
  box-sizing: border-box;
  display: inline-block;
  color: #FFFFFF;
  background: #849422;
  border: 2px solid #849422;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
main .btn a:hover {
  color: #849422;
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
main .btn a[href$=".pdf"],
main .btn a[href$=".doc"],
main .btn a[href$=".docx"] {
  position: relative;
  padding: 12px 40px 12px 30px;
  min-width: 250px;
  box-sizing: border-box;
}
main .btn a[href$=".pdf"]::after {
  content:'';
  display: block;
  background: url(../images/icon_pdf.svg) no-repeat right center;
  width: 18px;
  height: 23px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0.5em;
}
main .btn a[href$=".doc"]::after,
main .btn a[href$=".docx"]::after  {
  content:'';
  display: block;
  background: url(../images/icon_word.svg) no-repeat right center;
  width: 18px;
  height: 23px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0.5em;
}
/* ボタン 2列 */
main .btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0 20px;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 95px;
  z-index: 3;
}
.pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(35, 24, 21, 0.8);
  border-radius: 50%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 10px);
  width:0;
  height:0;
  border-style:solid;
  border-width: 0 10px 17px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  opacity: 0.95;
}
.pagetop a:hover {
  opacity: 0.6;
}

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

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #F2F2F2;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* 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;
}

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

/* 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;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

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

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

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

  /* コンテンツ全体 */
  #contents_all {
    width: 100%;
    box-shadow: none;
  }

  /* コンテンツ */
  #contents {
    width: 100%;
  }
  #contents.top {
    background: url(../images/bg_contents_top.png) no-repeat center top/contain;
  }
  /* 左コンテンツ */
  #contents_l {
    width: 23%;
  }

  /* メニュー */
  ul.menu > li > a {
    font-size: 14px;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 77%;
  }

  /* 新着情報 */
  #news {
    width: 94.5%;
  }

  /* 事務局等 */
  #info {
    width: 100%;
  }

  /* フッター */
  footer {
    width: 100%;
    padding: 10px 1em;
  }

  /* サブページ内 */
  main {
    width: 100%;
    padding:20px 5%;
  }

  /* pagetop */
  .pagetop {
    bottom: 40px;
    right: 10px;
  }


  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 767px  */
/*------------------------------------------*/
  @media screen and (max-width:767px){
  /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }
  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none {
    display: none;
  }

  /*ハンバーガー ボタン*/
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 0;
    background: #b555b5;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    position: fixed;
    top: 2px;
    right: 5px;
    z-index: 10;
    border-radius: 3px;
    margin: 10px 5px 0 auto;
  }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 3px;
    background: #FFFFFF;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background: #FFFFFF;
    transition: 0.3s;
  }
  .hamburger_line::before {
    top: -8px;
  }
  .hamburger_line::after {
    bottom: -8px;
  }
  /* 閉じる */
  .hamburger.active .hamburger_line {
    background: transparent;
  }
  .hamburger.active .hamburger_line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.active .hamburger_line::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  /* 背景 */
  body {
    border-top: none;
  }

  /* ヘッダー */
  header {
    position: sticky;
    top: 0;
    z-index: 3;
  }
  header a {
    pointer-events: all;
  }
  .header_top.scroll {
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 50%,rgba(255,255,255,0) 100%); 
  }
  .header_page.scroll {
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
  }

  /* コンテンツ */
  #contents {
    flex-direction: column;
  }

  /* 左コンテンツ */
  #contents_l {
    width: 100%;
    margin-top: 70px;
  }

  /* メニュー */
  ul.menu {
    border-right: none;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 100%;
  }
  #contents_r:not(.top) h2 {
    min-height: 40px;
  }

  /* 画像 ボタン */
  .gallery {
    width: 95%;
  }
  .gallery p {
    font-size: 10px;
  }

  /* 新着情報 */
  #news {
    width: 95%;
  }
  #news_frame {
    padding: 5px 2.5%;
  }
  #news_frame dd {
    padding-top: 0;
  }
  #news_frame dt {
    float: none;
  }
  #news_frame dd {
    padding-left: 0;
    padding-right: 0;
  }

  /* 事務局等 */
  #info {
    width: 100%;
    padding: 20px 5%;
  }

  /* サブページ内 */
  main {
    padding:20px 5%;
    min-height: 500px;
  }

  /* 挨拶 */
  main .wrapper_greet {
    flex-direction: column;
    align-items: center;
    }
  main .wrapper_greet > p {
    margin-bottom: 1em;
    text-align: center;
  }
  main .wrapper_greet > p:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .wrapper_greet p span {
    display: inline-block;
    padding: 0.5em 0 0;
  }


  /* 下記は削除しない */
  }

