@charset "utf-8";
/* CSS Document */
main {
	/*font-size: 0.875rem;*/
	/*line-height: 1.35;*/
}

.text-justify {
	text-align: justify;
}

.bg-theme {
	background-color: #1a76c3;
}
.bg-theme li:hover {
	background-color: #00A0E9;
}
.text-theme {
	color: #1a76c3;
}
.text-bg-theme {
	color: #fff !important;
	background-color: #1a76c3;
}
.nav-item a.active {
	font-weight: 700;
}

.mapwrapper {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.mapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*　戻るボタンの表示　*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1;
}


/* メディアクエリ #########################################################################################################*/
/*極小デバイス（縦向きモバイル, 576px 未満）*/
/*Bootstrapではデフォルトで `xs` のメディアクエリは存在しない*/
/*小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {
}

/*中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {
}

/*大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {}

/*特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {}
