@charset "UTF-8";
/*-----------------------------------------------------

  Wide CSS
  [LastUpDate:2017.08.29]
  
    - Wrapper
    - Map
    - Close Button

-----------------------------------------------------*/
/*-----------------------------------------------------

  Wrapper

-----------------------------------------------------*/
#wrapper {
  margin: 5px;
  padding: 5px;
  background: #ffffff;
}




/*-----------------------------------------------------

  Map

-----------------------------------------------------*/
#map {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  height: 480px;
  margin-bottom: 24px;
  text-align: center;
}

#map img {
  width: auto;
  max-width: inherit;
  height: 470px;
  padding-bottom: 10px;
}

#map #swipe {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-top: 495px;
  background: url(../img/wide_p_swipe.png) no-repeat 50% 50%;
  background-size: 150px 125px;
}




/*-----------------------------------------------------

  Close Button

-----------------------------------------------------*/
.close {
  display: table;
  width: 80%;
  height: 40px;
  margin: 10px 10%;
  text-align: center;
  vertical-align: middle;
}

.close a {
  display: table-cell;
  height: 40px;
  border: 2px solid #999999;
  border-radius: 20px;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.close a:hover , .close a:active {
  background: #999999;
  color: #ffffff;
}

.close a span {
  padding-left: 20px;
  background: url(../img/wide_icon_close.png) no-repeat left 50%;
  background-size: 20px 20px;
  font-weight: 700;
}

.close a:hover span , .close a:active span {
  background: url(../img/wide_icon_close_on.png) no-repeat left 50%;
  background-size: 20px 20px;
}
