/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/map.scss */
#map {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 50;
}

/* line 15, ../sass/map.scss */
#contentArea {
  position: fixed;
  top: 0px;
  padding-top: 0px;
  z-index: 110;
}

/* line 22, ../sass/map.scss */
#headerLogo {
  display: none;
}

/* line 26, ../sass/map.scss */
#globalHeader {
  left: 0px;
  width: 100%;
}

/* line 31, ../sass/map.scss */
#headerInner {
  left: 0px;
  width: 70%;
  height: 40px;
}

/* line 37, ../sass/map.scss */
#headerMenu {
  top: 0px;
  left: 0px;
  width: 80%;
  background: #fff;
  opacity: 0.9;
  z-index: 300;
}
/* line 44, ../sass/map.scss */
#headerMenu li {
  width: 20%;
}

/* line 49, ../sass/map.scss */
#globalFooter {
  display: none;
}

/* line 54, ../sass/map.scss */
#mapSearch {
  position: fixed;
  background: #fff;
  opacity: 1.0;
  top: 0px;
  right: 0px;
  z-index: 500;
  width: 250px;
  height: 50px;
  text-align: right;
}
/* line 64, ../sass/map.scss */
#mapSearch input {
  opacity: 1;
}

/* line 70, ../sass/map.scss */
#railwaysDialog {
  /* 枠の画像を、四隅を固定して辺だけ伸ばす(ダイアログの大きさ変更に追従させる) */
  border: solid transparent;
  border-width: 0 6px 12px 6px;
  border-image: url("/img/map/back_railways.png") 0 6 12 6 fill / 0 6px 12px 6px stretch;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 75, ../sass/map.scss */
#railwaysDialog #railwaysArea select {
  height: 30px;
  width: 250px;
}
/* line 80, ../sass/map.scss */
#railwaysDialog #railwaysArea #station_list li {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  padding-bottom: 5px;
  font-size: 80%;
}

/* line 91, ../sass/map.scss */
#photoDialog {
  /* 枠の画像を、四隅を固定して辺だけ伸ばす(ダイアログの大きさ変更に追従させる) */
  border: solid transparent;
  border-width: 0 6px 12px 6px;
  border-image: url("/img/map/back_photo.png") 0 6 12 6 fill / 0 6px 12px 6px stretch;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 80%;
}
/* line 96, ../sass/map.scss */
#photoDialog span {
  cursor: pointer;
}

/* line 101, ../sass/map.scss */
#hotelDialog {
  /* 枠の画像を、四隅を固定して辺だけ伸ばす(ダイアログの大きさ変更に追従させる) */
  border: solid transparent;
  border-width: 0 6px 12px 6px;
  border-image: url("/img/map/back_travel.png") 0 6 12 6 fill / 0 6px 12px 6px stretch;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 105, ../sass/map.scss */
#hotelDialog ul {
  list-style: none;
}
/* line 108, ../sass/map.scss */
#hotelDialog li:first-child {
  display: table-cell;
  list-style: none;
  text-align: center;
  width: 130px;
  font-size: 110%;
  color: red;
}
/* line 116, ../sass/map.scss */
#hotelDialog #hotelCount {
  font-size: 80%;
}
/* line 119, ../sass/map.scss */
#hotelDialog #hotelName {
  display: table-cell;
  padding-left: 5px;
  font-size: 80%;
  font-weight: bold;
  width: 330px;
  vertical-align: top;
}
/* line 127, ../sass/map.scss */
#hotelDialog #hotelSeparater {
  color: green;
  height: 1px;
}
/* line 131, ../sass/map.scss */
#hotelDialog img {
  cursor: pointer;
}

/* line 137, ../sass/map.scss */
#shopDialog {
  /* 枠の画像を、四隅を固定して辺だけ伸ばす(ダイアログの大きさ変更に追従させる) */
  border: solid transparent;
  border-width: 0 6px 12px 6px;
  border-image: url("/img/map/back_shop.png") 0 6 12 6 fill / 0 6px 12px 6px stretch;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 141, ../sass/map.scss */
#shopDialog ul {
  list-style: none;
}
/* line 144, ../sass/map.scss */
#shopDialog li:first-child {
  display: table-cell;
  list-style: none;
  text-align: center;
  width: 130px;
  font-size: 110%;
  color: red;
}
/* line 152, ../sass/map.scss */
#shopDialog #shopName {
  display: table-cell;
  padding-left: 5px;
  font-size: 80%;
  font-weight: bold;
  width: 330px;
  vertical-align: top;
}
/* line 160, ../sass/map.scss */
#shopDialog #shopSeparater {
  color: #CC0000;
  height: 1px;
}
/* line 164, ../sass/map.scss */
#shopDialog img {
  cursor: pointer;
  margin-bottom: 5px;
}

/* line 172, ../sass/map.scss */
#areaDialog select {
  height: 30px;
  width: 100px;
}
/* line 177, ../sass/map.scss */
#areaDialog #small_area_list li {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 187, ../sass/map.scss */
#chkMenu {
  top: 0px;
  left: 0px;
  width: 80%;
  background: #fff;
  opacity: 0.9;
  z-index: 300;
}

/* line 196, ../sass/map.scss */
#operationButton {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* line 202, ../sass/map.scss */
#openWindow {
  font-weight: bold;
  font-size: 90%;
}

/* line 207, ../sass/map.scss */
#currentPosition {
  font-size: 80%;
}

/* line 211, ../sass/map.scss */
#clearAll {
  font-size: 80%;
}

/* line 215, ../sass/map.scss */
#infowindow {
  color: black;
  width: 320px;
  height: 220px;
}
/* line 219, ../sass/map.scss */
#infowindow #iwHotelName {
  vertical-align: top;
  padding-top: 10px;
  margin-left: 5px;
  text-align: left;
  font-weight: bold;
}
/* line 226, ../sass/map.scss */
#infowindow #iwPhoto {
  float: left;
  margin: 0 15px 3px 15px 0;
  padding-top: 10px;
  width: 140px;
  text-align: center;
}
/* line 233, ../sass/map.scss */
#infowindow #iwHotelSpecial {
  margin-top: 15px;
  font-size: 80%;
}
/* line 237, ../sass/map.scss */
#infowindow #iwBtnInfo {
  text-align: right;
}
/* line 240, ../sass/map.scss */
#infowindow #iwTitleAccess {
  float: none;
  margin-top: 10px;
  vertical-align: top;
  margin-left: 5px;
  text-align: left;
  font-weight: bold;
}
/* line 248, ../sass/map.scss */
#infowindow #iwAccess {
  margin-top: 3px;
  margin-left: 12px;
  font-size: 80%;
}
/* line 253, ../sass/map.scss */
#infowindow #iwTitleReview {
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
  text-align: left;
  font-weight: bold;
}
/* line 260, ../sass/map.scss */
#infowindow #iwReviewPointTitle {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 70%;
}
/* line 267, ../sass/map.scss */
#infowindow #iwReviewPointTitle li {
  float: left;
  text-align: center;
  width: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
/* line 275, ../sass/map.scss */
#infowindow #iwReviewPointDesc {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 70%;
}
/* line 283, ../sass/map.scss */
#infowindow #iwReviewPointDesc li {
  float: left;
  margin-top: 0px;
  text-align: center;
  width: 40px;
}
/* line 290, ../sass/map.scss */
#infowindow #iwuserReview {
  float: left;
  font-size: 80%;
}

/* line 297, ../sass/map.scss */
#message {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 70%;
}

/* line 303, ../sass/map.scss */
#err_message {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 70%;
  color: red;
  font-weight: bold;
}

/* line 311, ../sass/map.scss */
.shop_labels {
  color: blue;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 12px;
  --font-weight: bold;
  text-align: center;
  width: 60px;
  border: 2px solid black;
  white-space: nowrap;
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 324, ../sass/map.scss */
  #mapSearch {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 324, ../sass/map.scss */
  #mapSearch {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 324, ../sass/map.scss */
  #mapSearch {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 324, ../sass/map.scss */
  #mapSearch {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 324, ../sass/map.scss */
  #mapSearch {
    width: 200px;
  }
}

/* jQuery UI のダイアログ(z-index 105〜)が、地図全体を包む #contentArea(z-index 110)の裏に隠れないようにする */
.ui-dialog {
  z-index: 200 !important;
}

/* ダイアログのタイトルバー(画像で描画): 大きさ変更時に閉じるボタンが右端に来るようにする */
.ui-dialog .ui-dialog-titlebar-close {
  right: calc(0.3em - 50px);
}

/* スマートフォン: 地図の上にヘッダーが隠れないよう、メニューボタン(ハンバーガー)を地図の上に浮かせる */
@media only screen and (max-width: 600px) {
  #globalHeader {
    position: fixed;
    top: 56px;
    left: 8px;
    width: auto;
    background: transparent;
    border: 0;
    z-index: 400;
  }
  #headerInner {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
  }
  #menuBody {
    position: static;
    width: 46px;
    height: 46px;
    top: 0;
    padding-top: 12px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  }
  .menu-trigger {
    top: 0;
    right: 0;
  }
  #headerMenu {
    display: none;
    position: fixed;
    top: 110px;
    left: 8px;
    width: 220px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 999;
    background: #fff;
    opacity: 0.97;
    color: #222;
  }
  #headerMenu h1 {
    display: none;
  }
  #headerMenu li,
  #headerMenu label {
    color: #222;
  }
  #headerMenu ul {
    width: 100%;
  }
  #headerMenu li {
    width: 100%;
    padding: 10px 14px;
    text-align: left;
    font-size: 15px;
    border-color: #e5e5e5;
    box-shadow: none;
  }
  #headerMenu input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
}
