/*****************
common
******************/
html {
     height: 100%;
     width: 100%;
}
body{
  overflow: auto;
  height: 100%;
  max-height: 100%;
  width:100%;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  background-color: #fff;/*ローダー再生中の背景*/
  -ms-overflow-style: scrollbar !important;
}

#App{
  width: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
#MapPane{
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

/*****************
leaflet
******************/
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution a {
    background:none;
    color:#fff;
}
.leaflet-container .leaflet-control-attribution img {
    width: 50px;
}
.leaflet-top .leaflet-control {
    margin-top: 50px;
    }
.leaflet-control-zoom {
    border: 3px solid #3394d2;
    box-shadow:none;
    }
.leaflet-container {
  background-color:#fff;
}
.leaflet-control-zoom .leaflet-control-zoom-in,
.leaflet-control-zoom .leaflet-control-zoom-out,
a.leaflet-control-zoom-in:hover,
a.leaflet-control-zoom-out:hover,
a.leaflet-control-zoom-in:focus,
a.leaflet-control-zoom-out:focus{
    border:none;
    color: #3394d2;
}

.leaflet-touch .leaflet-control-zoom{
    border: 3px solid #3394d2;
    box-shadow:none;
}


button.customBtn,
a.customBtn{
    height:44px;
    border-radius: 22px;
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
}
button.customBtn:focus,
button.customBtn:active:focus,
button.customBtn.active:focus,
button.customBtn.focus,
button.customBtn:active.focus,
button.customBtn.active.focus{
    outline:none;
}
#MapInfoBtn{
    background-color:#fff;
    width:191px;
}

#TopRightButtonContainer .btn_account{
  margin-right:5px;
  background-color:#fff;
  border-color:#9fa0a0;

}
/* share btn */
#TopRightButtonContainer {
  position: absolute;
  top: 16px;
  right: 32px;
  z-index: 999;
}
#TopRightButtonContainer img {
  width: 40px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
#TopRightButtonContainer img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#TopLeftButtonsContainer{
  position:absolute;
  top:5px;
  left:27px;
  font-size:20px;
  padding-top:5px;
  z-index:999;
}
#TopLeftButtonsContainer .button{
  cursor:pointer;
}

#MapViewerContainer{
    /*height:0;*/
}
#MapViewerContainer.h_short{
    padding-right:0;
}
.v_full{
    height:100%;
}
.v_short{
    height:40%;
}
#MapContainer{
    width:100%;
    height:100%;
}
#LLMapContainer{
    width:100%;
    height:100%;
}
#LmContentContainerH .lmTitle  > .closeBtn{
    width: 25px;
    right:25px;
}
#LmContentContainerV .lmTitle  > .closeBtn{
    right:5px;
    width: 25px;
}
.lmContentContainer{
    overflow:hidden;
    padding-left:0px;
    padding-right:0px;
    background-color:#fff;
}
#LmContentContainerV .lmTitle,
#LmContentContainerH .lmTitle{
  position: relative;
  padding:10 50 10 15;
  color:#006400;
  width:100%;
  background-color:#fff;
  border-bottom: solid 2px #006400;
  border-top: solid 2px #006400;
}
.lmTitle > .textWrapper{
  color:#006400;
  font-size: 18px;
  line-height: 1.2;
  margin: 0
}

.lmTitle > .closeBtn{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.lmContentWrapper{
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
.lmContent{
    width:100%;
    height:100%;
    border:none;
    margin-bottom:5em;
}
#LmContentH {
    padding: 0 15px 0 0;
}

/*****************
menu bar
******************/
#SliderFromBelow {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;

    
}
#OperationPane .logoContainer .logoWrapper {
  z-index: 500;
  position: relative;
}
#OperationPane .logoContainer .logoWrapper img {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0em auto 0px 2px;
/*  width: 167px;*/
  height: 50px;
}
#OperationPane .operationButtonContainer {
  position: relative;
  height: 60px;
    border-top: solid 2px #006400 !important;
  padding-top: 9px;
  padding-bottom: 5px;
}
#OperationPane .operationButtonContainer .buttonsWrapper {
  width: 180px;
  position: absolute;
  top: 9px;
}
#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell {
  float: left;
  text-align: center;
  padding: 0;
  font-size: 9px;
  margin-right: 0px;
  margin-left: 0px;
  cursor: pointer;
}
.operationButtonIcon{
  width: 44px;
}
@media only screen and  (max-width: 767px) {
  #OperationPane .operationButtonContainer .buttonsWrapper {
    right: 0;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img {
    height: 40px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
    margin-right: 0px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
    margin-right: 0px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
    margin-right: 0px;
  }
}
@media only screen and  (max-width: 480px) {
  #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
    height: 40px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
    margin-right: 0px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
    margin-right: 0px;
    }
  #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
    margin-right: 0px;
  }
}
@media only screen and  (min-width: 768px) {
  #OperationPane .operationButtonContainer .buttonsWrapper {
    right:0;
    left:0;
    margin:0 auto;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img {
    height: 40px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
    margin-right: 0px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
    margin-right: 0px;
  }
  #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
    margin-right: 0px;
  }
}
  @media only screen and  (max-width: 768px) {
    #OperationPane .logoContainer .logoWrapper img {
      position: absolute;
      top: 13px;
      left: 5px;
      margin: 0em auto 0px 2px;
      /*  width: 167px;*/
      height: 40px;
    }
  }
/*****************
share
******************/
#SharePannel .modal-backdrop {
    background-color: unset;
}
#SharePannel .pannel .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#SharePannel .pannel .modal-content .modal-body ul{
  list-style: none;
  position: absolute;
  right: 16px;
  top: 16px;
}
#SharePannel .pannel .modal-content .modal-body li{
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}
#SharePannel .pannel .modal-content .modal-body .btn-sns {
  margin: 30px auto 0;
  width: 40px;
}
#SharePannel .pannel .modal-content .modal-body .modal-close img {
  width:40px;
  opacity: 1;
  transition: 0.3s;
}
#SharePannel .pannel .modal-content .modal-body .modal-close img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*****************
modal - common
******************/
#mapListModal,
#adPaneModal, 
#categoryListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;/* fixed要素固定のためのiOSデバイス慣性スクロール禁止 */
}
#mapListModal .modal-content,
#adPaneModal .modal-content, 
#categoryListModal .modal-content, 
#spotListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
  box-shadow: unset;
  overflow-y: auto;
}
#mapListModal .modal-backdrop.in,
#adPaneModal .modal-backdrop.in, 
#categoryListModal .modal-backdrop.in, 
#spotListModal .modal-backdrop.in {
  background-color: rgba(0,0,0, 0.3);
  opacity: .90;
  position: absolute;
}



/*****************
modal - header：他のモーダル画面でも共通で使い回すのでID取っ払って全体に適用するようにしていければ
******************/
/* maplist */
#mapListModal .modal-content .modal-header{
  padding: 0;
  border-bottom: unset;
  position: fixed;
  max-width: 812px;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  height: 90px;
 top: 0;
  left: 0;
  right: 0;
}
#mapListModal .modal-content .modal-header h3{
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin: unset;
  display: table-cell;
  vertical-align: middle;
}
#mapListModal .modal-content .modal-header .close {
  margin: unset;
  opacity: 1.0;
}
#mapListModal .modal-content .modal-header .close img {
  width:40px;
  position: absolute;
  z-index: 3000;
  top: 25px;
  right: 30px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
#mapListModal .modal-content .modal-header .close img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#mapListModal .modal-content .modal-header .MapListTitleContainer {
  display: table;
  width: 100%;
  height: 100%;
}

/* about */
  #adPaneModal .modal-content .modal-body {
    width: 100%;
    max-width: 812px;
    margin: 0 auto;
    overflow-y: auto;  
    padding: 0;
    background-color: #white;
  }
  #adPaneModal .modal-content .modal-header {
    height: 0px;
    padding: 0;
  }
  #adPaneModal .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
  }
  #adPaneModal .modal-content .modal-header .close img {
    width: 40px;
    height: 40px;
  }
  #adPaneModal .modal-content {
    width: 95%;
    height: 90%;
    max-width: 812px;
    box-shadow: none;
  }
/*****************
modal - maplist
******************/
#mapListModal .modal-content {
   max-width: 812px;
}
#mapListModal .modal-content .modal-body {
  padding: 0;
}
#mapListModal .modal-content .modal-body .MapListContainer {
  padding: 90px 0 0;
  /* width: 100%;
  max-width: 812px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box; */
}
#mapListModal .modal-content .modal-body .MapListContainer .MapList {
  overflow-y: auto;
   max-width: 812px;
  padding: 23px 23px 0 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and  (min-width: 768px) {
  #mapListModal .modal-content .modal-body .MapListContainer .MapList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
#mapListModal .modal-content .modal-body .MapListContainer .MapListItem {
  background-color: #eee;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin-bottom:23px;
  position: relative;
}
@media only screen and  (min-width: 768px) {
  #mapListModal .modal-content .modal-body .MapListContainer .MapListItem {
    width: 48.5%;
  }
}
#mapListModal a.linkToMap {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
#mapListModal a.linkToMap:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
#mapListModal a.linkToMap:focus {
  text-decoration: none;
}
#mapListModal .MapThumbnail img {
  width: 100%;
}
#mapListModal .mapListItem .mapDescContainer .mapDesc {
  color: #333;
  line-height: 1.615;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
}
#mapListModal .mapListItem .linkToMapContainer {
  width: 100%;
  height: 40px;
  display: table;
  position: relative;
}
#mapListModal .mapListItem .linkToMapContainer P {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: unset;
  color: #FFF;
  background-color: #047bc2;
}
#mapListModal .mapListItem .mapTextContainer{
  padding: 20px;
}
#mapListModal .MapListItem .mapTitleText {
  color: #333;
  line-height: 1.615;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 10px;
}
#mapListModal .MapListItem .linkToMapArrow {
  width: 23px;
  position: absolute;
  right: 10px;
}

/*****************
modal - about
******************/
#adPaneModal .modal-content .modal-body {
    width: 100%;
  max-width: 812px;
  margin: 0 auto;
  overflow-y: auto;
  background: #fff;
  padding: 0;
}
#adPaneModal .modal-content {
  width: 95%;
  max-width: 812px;
  box-shadow: none;
}
#adPaneModal a {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
#adPaneModal a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
#adPaneModal a:focus {
  text-decoration: none;
}
#adPaneModal .modal-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.315;
  color: #333;
}

#adPaneModal .modal-content .lead {
  margin: 90px auto;
  width: 90%;
}
#adPaneModal .modal-content .lead h2 {
  text-align: center;
  margin: 0 auto 40px;
}
#adPaneModal .modal-content .lead h2 img {
  width: 80%;
}
#adPaneModal .modal-content .lead p {
  line-height: 1.625;
}
#adPaneModal .modal-content .functions h4 {
  background-color: #006400;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin: 0 auto 50px;
}
#adPaneModal .modal-content .functions ul {
  padding: 0;
  margin: 0 auto 90px;
}
#adPaneModal .modal-content .functions li {
  list-style: none;
}
#adPaneModal .modal-content .functions li.inmap {
  margin: 0 auto 50px;
}
#adPaneModal .modal-content .functions li h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 30px;
}
#adPaneModal .modal-content .functions ul li ul {
  width: 90%;
  margin: 0 auto;
}
#adPaneModal .modal-content .functions ul li ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 0 0 20px;
  margin: 0 auto 20px;
}
#adPaneModal .modal-content .functions ul li ul li h6 {
  padding: 0 0 0 18%;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.315;
}
#adPaneModal .modal-content .functions ul li ul li p:nth-child(2) {
  padding: 0 0 0 18%;
}
#adPaneModal .modal-content .functions ul li ul li p:nth-child(3) {
  position: absolute;
  top: 42%;
  width: 13%;
  margin: 0;
  height: calc(100% - 20px);
  text-align: center;
}
#adPaneModal .modal-content .functions ul li ul li p:nth-child(3) img {
  max-width: 100%;
  max-height: 50px;
  transform: translate(0%,-50%);
}
#adPaneModal .modal-content .annotations h4 {
  background-color: #006400;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin: 0 auto 30px;
}
#adPaneModal .modal-content .annotations ul {
  padding: 0;
  margin: 0 auto 90px;
}
#adPaneModal .modal-content .annotations li {
  list-style: none;
  margin: 0 auto 50px;
}
#adPaneModal .modal-content .annotations li p {
  width: 90%;
  margin: 0 auto 10px;
}
#adPaneModal .modal-content nav {
  margin: 0 auto 90px;
  position: relative;
}
#adPaneModal .modal-content nav a {
  width: 90%;
  display: table;
  margin: 0 auto;
}
#adPaneModal .modal-content nav a p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: unset;

  color: #FFF;
  background-color: #006400;
  height: 60px;
}
#adPaneModal .modal-content nav a p img {
  width: 30px;
  position: relative;
  margin: 0 0 0 20px;
}
#adPaneModal footer {
  background: #FBC644;
  padding: 40px 5%;
}
#adPaneModal footer h4 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 20px;
}
#adPaneModal footer p.BannerText {
  font-size: 13px;
  line-height: 1.615;
  color: #fff;
  margin: 0 auto 40px;
}
#adPaneModal footer figure {
  width: 60%;
  max-width: 200px;
  margin: 0 auto;
}
#adPaneModal footer figure img {
  margin: 0 auto 10px;
}
#adPaneModal footer figure figcaption {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}


/*****************
modal - on/off categorylist
******************/
#categoryListModal .modal-content {
background-color: rgba(255, 255, 255, 1.0);
    width: 90%;
    filter: drop-shadow(6px 6px 12px rgba(0,0,0,0.3))
}
#categoryListModal .CategoryListContainer {
    width: 95%;
    max-width: 450px;
    margin-left:auto;
    margin-right:auto;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem {
    margin-top: 20px;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem:last-child {
    margin-top: 50px;
}
#categoryListModal .CategoryGroupItem .categoryGroupName {
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
#categoryListModal .categoryList {
    padding-left: 15px;
}
#categoryListModal .categoryListItem {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
      border-bottom: solid 1px #006400;
}
#categoryListModal .categoryListItem h6 {
    display: inline-block;
    margin-left: 5px;
      padding:10px;
}
#categoryListModal .categoryListItem .categoryIcon {
    max-height: 34px;
    max-width: 27px;
}
#categoryListModal .categoryListItem .categoryName {
    display: inline-block;
    margin-left: 5px;
    width: 270px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelected {
    position: absolute;
    right: 45px;
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelectedIcon {
    position: absolute;
    right: 10px;
    margin-right: 10px;
    width: 30px;
    padding-top:12px;
    padding-left:5px;
}
#categoryListModal .modal-content .modal-header .close {
  margin: unset;
  opacity: 1.0;
}
    #categoryListModal .modal-content .modal-header .close img {
      width:40px;
      position: absolute;
      z-index: 3000;
      top: 25px;
      right: 30px;
      cursor: pointer;
      opacity: 1;
      transition: 0.3s;
    }
    @media only screen and  (min-width: 1024px) {
      #CategoryListItem .modal-content .modal-header .close img {
        width:40px;
        position: fixed;
        z-index: 3000;
        top: 35px;
        right: 35px;
        cursor: pointer;
        opacity: 0;
        transition: 0.3s;
      }
    }

.commonModalPane {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.commonModalPane .commonModalPaneTitle {
    display: inline-block;
    margin: 13px;
    margin-top: 40px;
    font-weight: 600;
}
.commonModalPane .commonModalPaneTitleContainer { 
    text-align: center;
}
.commonModalPane .modal-content {
    z-index: 2000;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
}
.commonModalPane .modal-content .modal-header {
    padding: 0;
    border-bottom: solid 0px white;
}
.commonModalPane .modal-content .modal-body {
    width: 100%;
    /*height: calc(100% - 40px);*/
    overflow: hidden;
    padding: 0;
    /*overflow-y: auto;*/
}
.commonModalPane .modal-content .modal-body .modal-close {
    display: inline-block;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000100;
}
.commonModalPane .modal-content .modal-body .modal-close img {
      width: 40px;
      height: 40px;
}

.commonModalPane .ImgList01 {
    padding-left: 0px;
    margin: 0;
    float: none;
    width: 100%;
}

.commonModalPane h1 {
    font-weight: 700;
    margin-bottom: 0;
    text-align:center;
}

.commonModalPane h1 img {
    vertical-align: middle; 
    margin-right: 1em;   
}  

.commonModalPane h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

.commonModalPane img.contents{
    margin: 0 auto;
    display: block; 
}
.commonModalPane .modal-content .modal-body .ModalContainer {
  margin-bottom: 50px;
}

@media only screen and  (min-width: 768px) {
    .commonModalPane .ImgList01 {
        float: right;
        width: 230px;
    }
}

#spotListModal .modal-content {
    opacity: 1.0;
    width: 90%;
    filter: drop-shadow(6px 6px 12px rgba(0,0,0,0.3))
}

#spotListModal .landmarkCategoryContainer {
  margin-bottom: 10px;
}
#spotListModal .landmarkCategoryContainer .landmarkCategoryNameContainer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #EEEEEE;
}
#spotListModal .landmarkCategoryContainer .landmarkCategoryNameContainer .openCloseCategory{
  display:inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
#spotListModal .landmarkCategoryContainer .landmarkCategoryNameContainer .landmarkCategoryName {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
#spotListModal .landmarkCategoryContainer .landmarksContainer {
  margin-top: 15px;
  margin-bottom: 15px;
}
#spotListModal .landmarkCategoryContainer .landmarksContainer .landmarkListIcon {
  margin-left: 20px;
  margin-right: 20px;
}
#spotListModal .landmarkCategoryContainer .landmarksContainer .landmark {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #DDDDDD;
}
      #spotListModal .modal-content .modal-header .close {
        margin: unset;
        opacity: 1.0;
      }
      #spotListModal .modal-content .modal-header .close img {
        width: 40px;
        position: absolute;
        z-index: 3000;
        top: 15px;
        right: 15px;
        cursor: pointer;
        opacity: 1;
        transition: 0.3s;
      }