@charset "UTF-8";
/*header custum setting*/

/*---------
section map
--------*/
.section_map {
  height: 500px;
  position: relative;
}
@media only screen and (max-width:690px) {
 .section_map { height: 300px;} 
}
.section_map #Gmap_menus {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:690px) {
  .section_map #Gmap_menus{display: none;}
}
.section_map #Gmap_menus .box_transeparent {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.section_map #Gmap_menus #map_tab {
  list-style: none;
  padding: 0;
  width: 200px;
  position: absolute;
  z-index: 999;
  left: 8%;
  top: 30px;
  /*margin-left: -510px;*/
}
.section_map #Gmap_menus #map_tab li {
  border-bottom: #d1d1d1 solid 1px;
}
.section_map #Gmap_menus #map_tab li:last-child {
  background: #eee;
}
.section_map #Gmap_menus #map_tab li:last-child a {
  color: #828282;
}
.section_map #Gmap_menus #map_tab li:last-child a:hover {
  background: #ddd;
}
.section_map #Gmap_menus #map_tab li .ja {
  width: 60px;
  margin-right: 20px;
}
.section_map #Gmap_menus #map_tab li .en {
  font-family: 'Lato' !important;
  font-style: normal;
}
.section_map #Gmap_menus #map_tab li.active a {
  background-color: #D2232A;
}
.section_map #Gmap_menus #map_tab a {
  display: block;
  padding: 0 17px;
  height: 45px;
  line-height: 50px;
  color: #333333;
}
.section_map #Gmap_menus #map_tab li.active a{color: #FFF;}
.section_map #Gmap_menus #map_tab a:after {
  position: absolute;
  display: block;
  content: url(../image/arrows-right-exsmall.png);
  top: 0;
  bottom: 8px;
  right: 1em;
  width: .5em;
  height: .5em;
  margin: auto;
}
.section_map #Gmap_menus #map_tab a:hover,
.section_map #Gmap_menus #map_tab a:active,
.section_map #Gmap_menus #map_tab a:focus {
  text-decoration: none;
  color: #FFF;
}
.section_map #Gmap_menus #map_tab a.btn_more:after {
  content: url(../image/arrows-double-right-exsmall.png);
}
.section_map #Gmap_menus #map_tab a.btn_more:focus,
.section_map #Gmap_menus #map_tab a.btn_more:active {
  color: #FFF;
}
.section_map #Gmap_menus .tab-content {
  list-style: none;
  padding: 20px 26px 20px;
  width: 340px;
  position: absolute;
  z-index: 999;
  right: 10px;
  bottom: -480px;
  margin-left: 510px;
  font-size: 12px;
}
.section_map #Gmap_menus .tab-content .address {
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.section_map .map_unit {
  height: 500px;
}
@media only screen and (max-width:690px) {
 .section_map .map_unit { height: 300px;} 
}
/*# sourceMappingURL=main.css.map */

/*---------
bootstrapから継承
--------*/
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}