.bl_capAreaWrap {
  display: none; }

.bl_toLowMv {
  background-image: url(../imgs/bg-toLowMv.jpg);
  background-size: cover;
  background-position: center center; }

.un_section--map {
  padding-bottom: 50px; }

.un_section--map .el_imgWrapper {
  border: solid 3px #d5c894; }

@media (max-width: 768px) {
  .un_section--map .el_wrapper {
    /*
		width: 100%;
*/ } }

.bl_btnlist {
  margin-top: 45px; }

.bl_btnlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bl_btn {
  padding: 0 10px; }

.bl_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 45px;
  border: solid 1px #84733d;
  font-size: 12px;
  letter-spacing: .1em;
  color: #84733d;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.bl_btn a:hover {
  background: #84733d;
  color: #fff; }

.bl_btn.print a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 23px;
  height: 21px;
  background: url(../imgs/icon-print.png) no-repeat 0 0; }

.bl_btn.gmap a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 17px;
  height: 22px;
  background: url(../imgs/icon-gmap.png) no-repeat 0 0; }

.bl_btn.print a:hover::before {
  background: url(../imgs/icon-print_ov.png) no-repeat 0 0; }

.bl_btn.gmap a:hover::before {
  background: url(../imgs/icon-gmap_ov.png) no-repeat 0 0; }

.bl_btn.gmap a {
  font-family: 'Crimson Text', serif;
  font-size: 14px; }

@media (max-width: 768px) {
  .bl_btn.print {
    display: none; } }

@media print {
  .ly_header,
  .bl_toLowMv,
  .bl_btnlist,
  .ly_footer {
    display: none; } }
