/*body control*/
body {
	background-image: url("../img/bgimage_6.png");
	font-family: "Sawarabi Gothic", sans-serif;
	overflow-x: hidden;
}

/*headerbar*/
.header {
	width: 100%;
	height: 50px;
	background: #16160e;
	position: fixed;
	z-index: 9997;
}

/*mainlogo*/
.header img {
	width: 200px;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9998;
}

/*menu button*/
.nav_btn img{
	width: 45px;
	height: 45px;
	position: fixed;
	top: 2px;
	right: 12px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 9999;
}


/*HBMenuTgl*/
.nav_ul {
	display: none;
	position: fixed;
	top: 50px;
	right: 0px;
	width: 55%;
	font-size: 0.9em;
	list-style-type: none;
	line-height: 30px;
	z-index: 9990;
}

/*tgl contents*/
.nav_ul li a {
	text-decoration: none;
	display: block;
	text-indent: 10px;
	color: silver;
	background: rgb(00, 33, 99);
	border-bottom: 1.5px solid currentColor;
}

/*slider pic setting*/
.slider01{
	background-color:rgb(41, 40, 40);
}

.slider01 img{
	padding-top: 50px;
	width: 100%;
	text-align: center;
}

/*colorbar*/
main h2 {
	width:100%;
	background-color: #003399;
	color: white;
	border-left: solid 10px #CC0000;
	font-size: 1.1em;
	text-indent: 10px;
	line-height: 25px;
}

audio{
	height: 75%;
	width: 90%;
}

/*gmapiframesetting*/
#vmap {
	width: 100%;
	background-color: black;
	border: 0px;
}

iframe {
	border: none;
	margin: 0px;
	width: 100%;
	height: 550px;
	overflow: hidden;
   }

/*tablecontents*/
#vmap dl{
	display: flex;
	width: 100%;
}

#vmap dd{
	width: 45%;
	font-size: 1em;
}

#vmap dt{
	width: 55%;
	font-size: 1em;
}

#barleft {
	padding-left: 5%;
	font-size: 0.8em;
    background: #CC0000;
    color: whitesmoke;
	font-style:oblique;
	line-height: 30px;
}

#barright{
	padding-left: 5%;
	background: #003399;
	color: whitesmoke;
	height: 30px;
}

#barright audio{
	padding: 3%;
}

#barunder{
	background-color: #003399;
	color: silver;
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	height: 20px;
}


/*note control*/

#note1 {
	padding-top: 50px;
	width:auto
}

#note2 {
	padding-top: 50px;
	width: auto;
}

#note3 {
	padding-top: 50px;
	width: auto;
}

/*まとめ設定*/
#note1 h3 {
	width: auto;
	margin: 3% 3% 0 3%;
    background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	border-collapse: collapse;
  	color: #696969;
	font-size: 1em;
	line-height: 24px;
	padding: 0 10px;
}

#note2 h3 {
	width: auto;
	margin: 3% 3% 0 3%;
    background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	border-collapse: collapse;
  	color: #696969;
	font-size: 1em;
	line-height: 24px;
	padding: 0 10px;
}

#note3 h3 {
	width: auto;
	margin: 3% 3% 0 3%;
    background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	border-collapse: collapse;
  	color: #696969;
	font-size: 1em;
	line-height: 24px;
	padding: 0 10px;
}

#bottomimage img {
	position: fixed;
	bottom: 0px;
}

/*footer*/
footer {
    position: fixed;
    bottom: 0px;
    background-color: #399ecc;
    color: white;
    width: 100%;
    height: 17px;
	font-size: 0.8em;
	text-align: center;
    opacity: 0.9;
}

/*back2topボタン*/
#back2top img {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 5px;
}

@media (min-width: 1000px){
	body{
		display: none !important;
	}
}