#page_ttl {
  background-repeat: no-repeat;
  background-position: center center no-repeat;
  background-image: url(../img/emergency/kv.jpg);
}

.gelandelttl {
  padding: .5em 2em;
  background: #003D99;
  color: #FFF;
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.sttl {
  margin: 2em 0 .75em;
  color: #E93B8B;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
}

.sttl2 {
  margin: 0em 0 .75em;
  color: #E93B8B;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}

h5 {
  margin: 2em 0 .75em;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #EBEBEB;
}

.marker_blue {
  background: linear-gradient(transparent 60%, #90DAFF 30%);
}

.txt-rb {
  font-size: 160%;
  color: #D11E37;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}


.book {
  text-align: center;
}
.book a {
  padding: 10px 50px;
  background-color: #001681;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.book a:hover {
  opacity: 0.6;
}




@media screen and (max-width: 768px) {
  .gelandelttl {
    font-size: 2.4rem;
    font-weight: bold;
  }

  .sttl {
    font-size: 1.8rem;
  }

  #page_ttl h1 {
    background: none;
  }


  .scroll {
    overflow: auto !important;
    white-space: nowrap !important;
  }
  .scroll::-webkit-scrollbar {
    height: 20px !important;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1 !important;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #333 !important;
  }
}






.book {
	text-align: center;
}
.book a {
	padding: 20px 50px;
	background-color: #E83B8B;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 160%;
}
.book a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.book a {
		padding: 10px 20px;
		font-size: 120%;
	}
}
