﻿@charset "utf-8";

/* Reset CSS
----------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
body p {
  line-height: 1.6;
}
p,ul li a {
  color: #333333;
  text-decoration: none;
}

p.comm {
  font-size: 16px;
  line-height: 20px;
  padding: 3px 2px 2px 4px;
}

p.comh {
  font-size: 16px;
  line-height: 34px;
  padding: 10px 2px 2px 10px;
}

/* header
------------------------------------------- */
#header {
  background: #ccc;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
}

#info {

  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #cfc;
}
#txt_info {

  margin: 0;
  padding: 0;
}
#map {

  height: calc(100% - 85px);
  width: 100%;
}
#id_footer {

  height: 80px;
  width: 100%;
  background: #000;
}
.headerNavWrap,
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.headerNavWrap {
  padding: 20px 15px 15px;
}
.headerNav {
  max-width: none;
  font-size: 13px;
  font-weight: bold;
}
.headerNav li {
  margin-left: 30px;
}
.headerNav li:first-child {
  margin-left: 0;
}
.headerNav li a {
  display: block;
  line-height: 48px;
}
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#js-closeBtnWrap {
  display: none;
}
#js-openBtn {
  display: none;
}
.menuClose {
  display: inline-block;
  padding: 20px;
}
.menuClose img {
  width: 17px;
}
button#btn_cpos {
  top: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  margin: 0 3px 0 4px;
  padding: 10px 4px;
  font-size: 15px;
  font-weight: bold;
  background-color: #248;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #000;
  background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
  background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
button#btn_meas {
  top: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  margin: 0 3px 0 3px;
  padding: 10px 3px;
  font-size: 15px;
  font-weight: bold;
  background-color: #248;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #000;
  background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
  background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
button#btn_dist {
  top: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  margin: 0 3px 0 4px;
  padding: 10px 4px;
  font-size: 15px;
  font-weight: bold;
  background-color: #248;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #000;
  background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
  background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
button#btn_hole {
  top: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 42px;
  margin: 0 4px 0 0;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  border-style: none;
  letter-spacing: 0.1em;
}
button#btn_prev {
  top: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 25px;
  margin: 0 1px 0 0;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  background-color: #334;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
button#btn_next {
  top: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 25px;
  margin: 0 1px 0 0;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  background-color: #334;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
button#btn_comm {
  top: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  margin: 0 3px 0 4px;
  padding: 10px 4px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #000;
  border-style: none;
  background: -moz-linear-gradient(bottom, #ccc, #ccc 50%, #ccc);
  background: -webkit-gradient(linear, left bottom, left top, from(#ccc), color-stop(0.5, #ccc), to(#ccc));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
#dialog {
  position: absolute;
  z-index: 3;
  width: 250px;
  margin: auto;
  margin-top: 40vh;
  padding: 30px 20px;
  display: none;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 4px #888;
}
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/loading.gif") center center no-repeat;
}
@media screen and (max-width: 1100px) {
  .headerNavWrap {
    padding: 20px 15px 15px;
  }
  .headerNav li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  #header {
    position: relative;
  }
  .headerNavWrap {
    display: block;
    position: relative;
    padding: 6px 17px;
  }
  .header__btn {
    width: auto;
    margin-right: 46px;
    text-align: right;
  }
  .headerNav {
    display: block;
  }
  #js-closeBtnWrap {
    display: block;
    background: #fff;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    padding: 20px 17px;
  }
  #js-openBtn img {
    width: 22px;
  }
  #js-spNav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 78%;
    background: #f1f1f1;
    transform: translateX(100%);
    transition: all .3s;
  }
  #js-spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    margin-left: 0;
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
  }
  .headerNav li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .headerNav li a {
    position: relative;
    padding: 0 15px;
    font-weight: normal;
    line-height: 50px;
  }
  .headerNav li a::after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #0c89c3;
    border-bottom: 1px solid #0c89c3;
    transform: rotate(-45deg);
    content: "";
  }
}
