@charset "utf-8";

/* サブナビ 固有  */
nav.sub_nav{
  border-top: solid 1.5px #ffcc66;
}
ul.sub_nav{
  border-left: solid 1.5px #ffcc66;
  border-bottom: solid 1.5px #ffcc66;
}


/* 戦跡　目次 */
nav.sub_nav_senseki{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  width: 100%;
  background: #636363;
  border-top: solid 1px #ffcc66;
  border-bottom: solid 0px #ffcc66;
  padding-top: 5px;
}
ul.sub_nav_senseki{
  width: auto;
  padding: 0px 0;
  margin: 5px auto 5px;
}
.sub_nav_senseki li {
  display: block;
  margin: 10px 0;
  padding: 0px 5px;
  border-left: solid 1.5px #ffcc66;
}
.sub_nav_senseki li a {
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
}
.sub_nav_senseki li a:hover {
  opacity: 0.5;
}



/* 浅川地下壕とは何か */
h3.chapter_title{
  width: ;
  padding: 10px 0;
  margin: 0 0 0px 0;
  background-color: #3c3c3c;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffcc66;
  font-weight:;
  text-align: center;
  line-height: 1.5;
  border-top: solid 1.5px #ffcc66;
  border-bottom: solid 1.5px #ffcc66;
  box-shadow: 10px 10px 15px -10px #383838;
}

/* 重点　*/
ul.list_points{
  width: 95%;
  margin: 10px auto;
}
ul.list_points li{
  display: flex;
  font-size: 16px;
  color: #0033cc;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0;
  margin: 0px 0;
  border-bottom: solid 1.5px blue;
}
.icon01.icon {
  color: blue;
　position: absolute;
  margin: 3px 10px 0 0px;
  width: 6px;
  height: 6px;
  border: solid 10px currentColor;
  border-radius: 7px 7px 7px 0;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.icon01.icon:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5.5px;
  width: 9px;
  height: 9px;
  color: white;
  border: solid 1px currentColor;
  border-radius: 3px;
  background-color: currentColor;
}

/* マップを見る　*/
.jump{
  margin: 5px 0 5px;
}
.jump p{
  font-size: 20px;
  text-align: center;
  padding: 6px 15px;
  margin: 8px 0;
  background-color: #515151;
}
.jump p a{
  color: #fff;
}



/* 詳細説明　*/
ul.list_setsumei{
  width: 95%;
  margin: 0px auto;
}
ul.list_setsumei li{
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
}
.icon02.icon {
  color: #000;
　position: absolute;
  margin: 3px 10px 0 0px;
  width: 6px;
  height: 6px;
  border: solid 8px currentColor;
  border-radius: 7px 7px 7px 0;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


/* 見学会  */
p.setsumei01{
  width: 95%;
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
}
.each{
　width: 100%;
  font-weight: bold;
}
.yokonarabi{
  width: 99%;
  border: solid 2px #000;
}
.yokonarabi h4{
  background-color: green;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.yokonarabi img{
  width: 100%;
}

/* 写真の説明 */
.text_box{
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  background-color: #cee9d2;
}
p.text{
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
p.text_arrow{
  margin: -20px 0px 0 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
p.setsumei02{
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
hr.green_thick{
  border-top: solid 30px darkgreen;
  margin: 0;
}


/* 配置マップ */
p.setsumei_map02{
  width: ;
  margin:10px 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
.map_haichi{
}
.map_image{
  width: 80%;
  margin: 0 auto;
  padding: 0 15px 0 15px;
}
p.caption{
  font-size: 13px;
  margin: 5px auto 15px;
  text-align: center;
}

/* 坑道マップ */
p.setsumei_map{
  width: 100%;
  margin: 10px 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
}
.map{
  width: 95%;
  margin: 0 auto;
}



/* リンク集
.list_links{
  background-color: ;
  padding: 15px 10px 15px 40px;
  color: #ffcc66;
  font-size: 18px;
  font-weight: ;
} */
ul.list_links{
  width: 90%;
  padding: 5px 0px;
  margin: 20px auto 0;
}
ul.list_links li{
  display: flex;
  color: ;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
ul.list_links li a{
  margin: -10px 0 20px 10px;
  padding: 5px 0;
}
.arrowlink{
  margin: 0px 0 0 0;
}


/* リスト　全国
.list_zenkoku{
  background-color: #000;
  padding: 15px 10px 15px 10px;
  color: #ffcc66;
  font-size: 20px;
  font-weight: ;
} */
table.list_zenkoku{
  margin: 20px 10px;
  padding: 0px 5px 0px 5px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}
table.list_zenkoku tr{
    border-bottom: solid 1px #000;
}
td{
  padding: 20px 5px 0px 5px;
}
td a{
  color: green;
}
td.column01{
  width: ;
  padding: 20px 5px 0px 5px;
}
.column02{
  width: ;
  padding: 20px 5px 0px 5px;
}




/* ページの先頭へもどる　 */
.return_pagetop{
  padding: 10px 0;
  margin: 0px 0 0 0;
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.return_pagetop a:hover{
  color: gray;
}
