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

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

/*mainlogo*/
.header img {
	width: 200px;
	height: 42px;
	position: fixed;
	top: 5px;
	left: 5px;
	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: darkgreen;
    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;
}

/* Device Lock Screen */
#device-lock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2c1a0f, #8b5a2b);
  color: #f5e6c8;
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Sawarabi Gothic', sans-serif;
}

.lock-content h1 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.lock-content p {
  font-size: 16px;
  line-height: 1.6;
}

.khmer-style {
  margin-top: 20px;
  font-style: italic;
  color: #ffd700;
  letter-spacing: 1px;
}

/* スマホ縦以外をブロック */
@media screen and (min-width: 768px),
       screen and (orientation: landscape) {
  #device-lock {
    display: flex;
  }
  body > *:not(#device-lock) {
    display: none;
  }
}

