:root{
	--main-color:#0F2C67;
	--sub-color:#03031B;
}

/********************************************************************
| COMMON
********************************************************************/

.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
  /* background: #ff4040 !important; */
	/* background: #98bb20 !important;*/
  background: #0F2C67 !important;
}
.luxbar-menu-material-cyan .active,
.luxbar-menu-material-cyan .luxbar-item:hover {
  background-color: var(--sub-color) !important;
}

#contents05 footer {
  background: var(--main-color) !important;
}

#contents05 footer .f_links_inner {
  padding: 0px 0px 60px;
}

.luxbar-menu-material-cyan,
.luxbar-menu-material-cyan .dropdown ul {
  background: var(--main-color) !important;
}

/* .luxbar-item a i { */
.luxbar-item-city a::after {
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 0.9em;
  font-weight: 900;
  position: relative;
  top: -1px;
  left: 5px;
}

#contents05 .contents_area #map_canvas_01 {
  height: 375px;
}

/* a.btn {
  background: #98bb20 !important;
}

a.btn:hover {
  background: #53ab29 !important;
} */

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#page_top a {
  background: #ffffff;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #98bb21;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
  /* transform: scale(0); */
  /* transition: fill, transform, bottom, visibility, opacity; */
  /* transition-duration: 0.15s;
  transition-timing-function: ease; */
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 12px;
  color: #98bb21;
  line-height: 1.5;
  text-align: center;
}

#page_top a:hover {
  background: #98bb21;
  border: 2px solid #ffffff;
  /* transform: scale(1.2) translateY(-5px); */
  /* transform: scale(1.2); */
  transform: scale(1.2);
}

#page_top a:hover::before {
  color: #ffffff;
  font-size: 14px;
}

#page_top:hover {
  bottom: 30px;
}


.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .luxbar-item {
    height: auto !important;
  }

  #page_top {
    display: none !important;
    /* position: fixed;
    right: 15px;
    bottom: 70px; */
  }

  #page_top:hover {
    /* bottom: 70px; */
  }
}

/********************************************************************
| TOP
********************************************************************/
#contents05 .contents_area {
  padding: 60px 0px 0px;
}


.custom-top-main-description a {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 20px 15px;
  background-color: #0F2C67;
  display: block;
  color: #fff;
}

#contents03 .contents_area .policy_box .policy_left {
  width: 100%;
}


/********************************************************************
| POLICY
********************************************************************/

#page.policy .main_area .policy_box .policy_left {
  width: 100%;
}

#page.policy .main_area .policy_content {
  margin: 0px auto 40px;
}

#page.policy {
  background: url("../img/policy/policy_01.jpg") top left no-repeat;
  background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
