/* 文字化けを防ぐ */
@charset "UTF-8";
html {
  /* ブラウザのデフォルトの文字サイズ(16px)やユーザーが設定した文字サイズを正しく反映 */
  font-size: 100%;
}
body {
  /* font-family:'Noto Serif JP', serif; */
  font-family: "Hiragino Kaku Gothic PronN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
  line-height: 1.4;
  color: #432;
}
a {
  text-decoration: none;
}
img { 
  /* 画像が親要素よりも大きくなることを防ぐ */
  max-width: 100%;
} 
.align-center {
  text-align: center;
}
.page-header {
  background-color: #6e1e52;
  background: linear-gradient(to bottom, #6e1e52 0%, #8c3a6d	 50%, #6e1e52 100%);
} 
.xxx{
  max-width: 950px;
  margin: auto;
}
.wrapper {
  margin: auto;
} 
.mainnav {
  display: flex;
  justify-content: center;
  list-style: none;
}
.page-title {
  padding:0.5em; /*上下左右の余白*/
  border-bottom:double 4px #8c3a6d	; /*線の種類 太さ 色*/
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem ;
}
.jqplot-y2axis-label {
  white-space: nowrap; /* 改行を防ぐ */
}
/* -------------------------------↑↑　共通の設定　↑↑----------------------------------------- */
#map {
  width: 600px;
  height: 380px;
  margin: 2rem auto 2rem;
  border: solid .2rem #432;
}
iframe {
  margin: 2rem;
  border-width: .2rem;
  border-style: solid;
  border-color: #432; 
  width:"700px";
}
.mapdata {
  width: 100%;
  max-width: 544px;
  margin: auto;
  padding: 0 1.5rem;
  border-spacing: 0;
  border: 1;
}
.mapdata th,
.mapdata td {
  border-bottom: 1px dashed #c9c2bc;
  border-collapse: collapse;
}
.mapa {
  text-align: left;
}
#mapall {
  border: solid #666 1px;
  border-radius: 5px;
  background-color: #fff;
  padding: .2rem 1rem;
}
.mapdata th {
  background-color: #e6efd0;/*薄緑*/
  padding: .2rem;
}
.mapdata thead th {
  border-bottom: 1px solid #c9c2bc;
  border-collapse: collapse;
}
.btn {
  display: inline-block;
  background-color: #708238;
  color: #fff;
  border-radius: 8px;
  padding: .3rem 1rem;
  transition: .5s;
}
.btn:hover {
  filter: brightness(70%);
}
.btn1 {
  display: inline-block;
  /* font-size: 1.5rem; */
  background-color: #f0f0e0;
  color: #432;
  border-radius: 8px; /*角R*/
  padding: .3rem 2rem;
  transition: .5s; /*アニメーション速度*/
}
.btn1:hover {
  background-color: #0090aa;
  color: #fff;
}
/* ----- ↓ graph table ↓ ----- */
#dispItem {
  border: #432 solid 1px;
  border-radius: 5px;
  background-color: #fff;
  padding: .2rem 1rem;
}
#dispItem:hover {
  background-color: #eee;
}
.btngt {
  display: inline-block;
  /* font-size: 1.5rem; */
  background-color: #f2c94c;
  color: #fff;
  border-radius: 8px; /*角R*/
  padding: .3rem .5rem;
  transition: .5s; /*アニメーション速度*/
  border: solid 1px #aaa;
  box-shadow: 0px 0px 0px 2px #eee;
  white-space: nowrap;  /*改行禁止*/
}
.btng {
  background-color: #8c3a6d;
}
.btnt {
  background-color: #708238;
}
.btnd {
background-color: #e5c07b;
color: #432;
}
.hyouji {
  padding: .4rem 1rem;
}
.btngt:hover {
  filter: brightness(70%);
  box-shadow: none; 
}
.pushedbtn {
  background-color: darkcyan; 
  color: white;
}
.btng.pushedbtn {
  background-color: #8c3a6d;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-bottom: 5px solid #765;
  font-weight: bold;
  text-decoration: underline;
}
.btnt.pushedbtn {
  background-color: #708238;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-bottom: 5px solid #765;
  font-weight: bold;
  text-decoration: underline;
}
.btnd.pushedbtn {
  background-color: #e5c07b;
  color: #432;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid #765;
  font-weight: bold;
  text-decoration: underline;
}
table td {
  text-align:center;
}
.subnav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.3rem;
  padding: 2rem;
  list-style: none;
  border: flex thin;
  margin: 1rem 2rem 2rem;
}
.subnav a {
  text-align: center;
}
.subnav td {
  padding: 1.5rem;
}
.place-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  flex-direction: column;
  color: #432;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
}
#btn14, #btn15  {
  padding: 1rem 2rem;
  margin: 2rem 0rem 0rem;
}
.submit {
  border: solid 1px #444;
  background-color: #ddd;
  color: #432;
  border-radius: 4px;
  padding: .2rem .5rem;
}
.graph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#chart1d_1, #chart1d_2, #chart1w_1, #chart1w_2, #chart2w_1, #chart2w_2 {
  height: 350px;
  width: 1100px;
  margin: auto;
}
table {
  border-collapse: collapse;
}
.datatable th {
  background-color: #eee;
  padding: .5rem .2rem;
  font-size: .8rem;
}
.datatable td {
  padding: .35rem ;
  font-size: .8rem;
}
.datatable th, .datatable td {
  border: solid 1px #aaa;
}
#table1,#table2,#table3 {
  margin: 1rem auto 1rem;
}
#csvgraph {
  padding: 2rem;
}
#csvtb {
  margin: auto;
  width: 90%;
}
#csvtb th td {
  border: solid 1px #aaa;
  padding: 2rem;
}
/*　↑ graph table ↑ */
div.tableWaku {
	width: 250px;
	margin: 0px auto;	
}
table.point {
	max-width: 380px;
  margin: auto;
}
table.point {
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table.point th,
table.point td {
	font-size: 1rem;
}
table.point th {
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: bold;
  text-align: center;
}
table.point td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
}
table.point th a {
	color: #066;
}
table.point th a:visited {
	color: #066;
}
table.point th a:hover {
	color: #ff3300;
}
p.txt {
	font-size: 12px;	
}
.txt {
  white-space: nowrap;  /*改行禁止*/
}
.mapimg {
  margin: auto 4px auto 0;
  width: 16px;
  height: 26px;
}
.date {
  border: 1px solid; 
  padding: .3rem; 
  border-radius: .3rem;
  margin: 0 .5rem 0 0;
}
.location {
  border: 1px solid; 
  padding: .3rem; 
  border-radius: .3rem;
  margin: 0 .5rem 0 0;
}
/********************/
/* ボタンのスタイル */
/********************/
.bl_sizeBtn_wrap {
  display: inline-flex;
  align-items: flex-end;
  font-weight: 500; /* フォント太さ */
}
  .bl_sizeBtn_wrap > span {
  font-size: 14px;
  letter-spacing: 0.05em; /* 文字同士の間隔 1em：文字の大きさ */
}
  .bl_sizeBtn_wrap > * + * {
  margin-left: 5px;
}
  .bl_sizeBtn {
  background-color: #ddd;
  border-radius: 4px;
  color: #666;
  padding: 5px;
  transition: opacity 0.4s;
}
  .bl_sizeBtn:first-of-type {
  font-size: 14px;
  line-height: initial;
  padding: .2rem .8rem;
}
  .bl_sizeBtn:nth-of-type(2) {
  font-size: 14px;
  line-height: initial;
  padding: .3rem .8rem;
}
  .bl_sizeBtn:nth-of-type(3) {
  font-size: 14px;
  line-height: initial;
  padding: .4rem .8rem;
}
  /* 選択したボタンのスタイル */
  .bl_sizeBtn.is_active {
  background-color: #6e1e52;
  color: #fff;
}
/****************************/
/* ボタンのスタイルここまで */
/****************************/

/* body {
line-height: 1;
} */

a {
transition: color 0.4s;
}
.ly_siteWrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.ly_header {
padding: 15px 56px;
}
.ly_header_inner {
display: flex;
align-items: center;
justify-content: space-between;
width: min(100%, 880px);
margin: 0 auto;
}
.ly_main {
background-color: #fafafa;
flex: 1;
}
.ly_section {
padding: 90px 0;
}
.ly_section_inner {
padding: 0 15px;
text-align: center;
width: min(100%, 880px);
margin: 0 auto;
}
.bl_headerList {
display: flex;
align-items: center;
justify-content: space-between;
}
.bl_headerList > * + * {
margin-left: 56px;
}
.bl_headerList a {
line-height: 1.5;
padding: 10px;
}

/* -----headerの設定----- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    /* background-color: #333;  */
    color: white;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 950px; /* コンテンツの最大幅 */
    margin: 0 auto; /* 中央揃え */
    padding: 15px; /* 上下の余白を設定 */
}
header .logo a,  header .logo span  {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar ul {
    display: flex;
    list-style: none;
}

.navbar li {
    margin: 0 10px;
    position: relative;
}

.navbar a {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  transition: all 0.3s ease; /* スムーズなトランジション */
}
.navbar li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e9e4d4; /* アンダーラインの色 */
  transition: width 0.3s ease;
}
.navbar a:hover {
    color: #e9e4d4;
}
.navbar li:hover::after {
    width: 100%; /* ホバー時にアンダーラインが広がる */
  }

.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {/*小さい画面のとき*/
  .page-title {
    font-size: 1.2rem;
  }

  .page-header {
    background-color: #6e1e52;
  }
  .mainnav {
    font-size: 2rem;
  }
  .subnav {
    font-size: .8rem;
  }
  /* ↓ header ↓ */
.navbar ul {
  display: none;
  width: 100%;
  flex-direction: column;
  background-color: #6e1e52;
  position: absolute;
  top: 80px;
  left: 0;
  padding: 20px;
}

.navbar ul.show {
  display: flex;
  position: absolute; /* 絶対位置に変更 */
  top: 80px; /* ヘッダーの下に表示 */
  left: 0;
  width: 100%;
  background-color: #6e1e52;
  z-index: 1000; /* メニューが他の要素より前面に表示されるようにする */
}

  .navbar li {
    margin: 10px 0;
  }

  .menu-toggle {
    display: block;
  }
  
  /* ハンバーガーアイコンと×アイコンの切り替え */
  .menu-toggle.open #menuIcon {
    content: "×"; /* ここで×に変更 */
    font-size: 36px;
  }
}

.footerbtn {
  text-align: center;
  padding: 20px;
  
  /* スクロールが足りない時も下部に押し出される */
  margin-top: 1rem;
}
.footerbtn button {
  background-color: #6e1e52;
  padding: 10px 20px;
  font-size: 1.3rem;
  color: #fff;
  width: 500px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.footerbtn button:hover {
  background-color: #708238;
}
.panel {
	/* background: #fff; */
	border-radius: 12px;
  border: 1px solid #432;
	padding: 2rem;
	margin: 2rem;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
h3 {
  display: inline-block;
  border-bottom: solid 2px #6e1e52;
}
.notice {
  background-color: #f8e9f0;
  color: #6e1e52;
  border: 1px solid #e2bfd0;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.qr {
  vertical-align:middle;
  margin-left:8px;
}
.map-and-table {
  display: flex;
  justify-content: center;
  align-items: flex-start;    
  gap: 2rem;    
  margin: 2rem auto;
  /* max-width: 1000px; */
}
#map {
  width: 600px;
  height: 380px;
  flex-shrink: 0;
}
.loctable {
  font-size: 1rem;
  border-collapse: collapse;
}
.loctable td {
  padding: .8rem 1.5rem .8rem;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.loctable th{
  background-color: #e6efd0;
  border: 1px solid #ccc;
}
.back-button {
  border: #444 solid 1px;
  padding: .5rem 1.5rem;
  border-radius: 5px;
}