/* css */
html {
     height: 100%;
     width: 100%;
}
body{
    overflow: auto;
    height:100%;
    max-height:100%;
    width:100%;
    padding:0;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    font-weight: 500;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution a {
    background:none;
    color:#fff;
}
.leaflet-container .leaflet-control-attribution img {
  width: 50px;
  margin-bottom: 2px;
}
.leaflet-top .leaflet-control {
    margin-top: 50px;
    }
.leaflet-control-zoom {
    border: 3px solid #3394d2;
    box-shadow:none;
}

.leaflet-container {
  background-color: rgba(118, 119, 121, 0.8);
}
.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;
}

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

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;

}
#TopRightButtonContainer{
  position:absolute;
  top:16px;
  right:31px;
  font-size:20px;
  z-index:999;
}
#TopRightButtonContainer img{
    width: 30px;
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}
#TopRightButtonContainer .button{
  cursor:pointer;
}
#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:5 10 5 10;
    color: rgba(255, 102, 48, 1.0) ;
    width:100%;
    font-weight: bold;
	background-color: #FFF;
	border-bottom: 3px solid rgba(90, 91, 90, 0.8);
}
.lmTitle > .textWrapper{
    padding-left:0px;
    padding-right:42px;
}

.lmTitle > .closeBtn{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.lmContentWrapper{
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
.lmContent{
    width:100%;
	height:100%;
	margin-bottom: 50px;
    border:none;
}
#LmContentH {
    padding: 0 15px 0 0;
}
#SliderFromBelow{
    position:absolute;
    bottom:0;
    width:100%;
    z-index:500;
}
#OperationPane {
    position:relative;
  background-color: rgba(90, 91, 90, 0.8);
    z-index:500;
    width:100%;
    bottom:0;
}
#OperationPane .logoContainer{
    /*float:left;*/
    position:absolute;
    height:60px;
}
#OperationPane .logoContainer .logoWrapper{
    height:100%;
    width:100%;
    /*border-right:1px solid #C2C2C2;*/
    z-index:500;
    position:relative;
}
#OperationPane .logoContainer .logoWrapper img{
    position:absolute;
    top:11px;
    bottom:0;
    left:7px;
    margin:0px auto auto auto;
    height: auto;
    width: 110px;
}
#OperationPane .logoContainer .lgoWrapper img.spNone{
    /*width:67px;*/
    height:45px;
}
#OperationPane .logoContainer .lgoWrapper img.pcNone{
    /*width:67px;*/
    height:45px;
}
#OperationPane .operationButtonContainer{
    position:relative;
    width:100%;
    height:50px;
    padding-top:9px;
	padding-bottom:5px;
	border-top: solid 4px rgba(255, 102, 48, 1.0) !important;
}
#OperationPane .operationButtonContainer .buttonsWrapper{
    width:180px;
    position:absolute;
    top:5px;

    /*float: right;*/
}

#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell{
    float:left;
    text-align:center;
    padding:0;
    font-size:9px;
    /*width:90px;*/
    margin-right:0px;
    margin-left:0px;
    cursor:pointer;
}

@media only screen and  (max-width: 767px) {
    #OperationPane .logoContainer{
        width:90px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper{
        right:0;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 35px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-left: 10px;
	}
    #OperationPane .operationButtonContainer .buttonsWrapper .onOffButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .spNone{
        display:none !important;
    }
}

/* media queries */
@media only screen and  (max-width: 480px) {
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 35px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-left: 10px;
	}
	#OperationPane .operationButtonContainer .buttonsWrapper .onOffButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .spNone{
        display:none !important;
    }
}

@media only screen and  (min-width: 768px) {
    #OperationPane .logoContainer{
        width:120px;
    }
    #OperationPane .logoContainer img{
        /*width:80px;*/
        height: 55px;
    }
	#OperationPane .operationButtonContainer .buttonsWrapper{
		top: 6px;
        right:0;
        left:0;
        margin:0 auto;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 35px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-left: 10px;
	}
	#OperationPane .operationButtonContainer .buttonsWrapper .onOffButtonCell {
        margin-left: 10px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .pcNone{
        display:none !important;
    }
}
.operationButtonIcon{
	width: 35px;
}

/* top */

.TopContainer {
  width:95%;
  max-width:450px;
  margin-left:auto;
  margin-right:auto;
}

.TopContainer .TopTitle img {
  width:90%;
}

.FunctionList h3 {
  font-size:12px !important;
  color: #000000 !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}

.TopDescription,
.FunctionListItem {
  margin: 30px 0px;
}

.TopDescription p {
  letter-spacing: 2px;
  line-height: 1.5em;
}

.FunctionListItem img {
  width:60px;
  margin-bottom: 5px;
}

.FunctionListItem p {
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom:0px;
}

.FunctionListItem img.logo {
  height: 44px;
  width: auto;
  margin-left: 5px;
}

.FunctionListItem img.now {
    margin-bottom: 0px;
    width: 60px;
    margin-left: 7px;
}
.FunctionListItem img.gps {
    width: 28px;
    margin-left: 15px;
}
.FunctionListItem img.share {
    width: 39px;
    margin-left: 8px;
}
.FunctionListItem img.onoff {
    width: 44px;
    margin-left: 5px;
}
.FunctionListItem img.list {
    width: 33px;
    margin-left: 5px;
}
.FunctionListItem img.more {
    width: 35px;
    margin-left: 10px;
}
.FunctionListItem img.language {
    width: 60px;
    margin-left: 5px;
}
.FunctionListItem img.switch {
  width:44px;
  margin-left:7px;
}
.
.FunctionListItem img.pointlist {
  width:200px;
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}

.FunctionListItem img.pin01,
.FunctionListItem img.pin02 {
  width:40px;
  margin-left:10px;
}

.InnerBanner {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.InnerBanner h6 {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.InnerBanner a {
    text-align: center;
    display: inline-block;
}
.InnerBanner img {
    width: 65%;
}

.InnerBanner p {
    margin-top: 10px;
}


#languageListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#languageListModal .paneHead{
    font-size:12px;
    margin:10px 0px 10px 0px;
    color: #FFFFFF;
    text-align: center;
}
#languageListModal .paneHead img{
    margin-right: 10px;
}
#languageListModal .paneHead span{
    vertical-align: bottom;
    color: #000000;
    margin-right: -25px;
}
#languageListModal .modal-backdrop {
    opacity: 0.5;
}
#languageListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 280px;
    height: 175px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px auto auto;
    border: none;
    border-radius: 3px;
    background-color:#FFFFFF;
    font-weight: 600;
}
#languageListModal .modal-content .modal-header {
    height: 40px;
    padding: 0;
    border-bottom: solid 0px white;
}
#languageListModal .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
#languageListModal .modal-content .modal-header .close img {
  width: 15px;
  height: 15px;
}
#languageListModal .modal-content .modal-body {
    width: 100%;
    height: 155px;
    overflow: hidden;
    padding: 0;
    color: #000000;
    font-weight: 600;
}
#languageListModal .list-group {
}
#languageListModal .list-group .list-group-item {
  border: none;
  margin: 0 0 0;
}
#languageListModal .languageListItem{
  display: block;
  padding-left: 17px;
}
#languageListModal .languageListItem a{
    color: #000000;
}
@media only screen and  (max-width: 480px) {
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (max-width: 767px) {
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (min-width: 768px) {
    #languageListModal .modal-content {
        width: 560px;
        height: 175px;
    }
    #languageListModal .modal-content .modal-body {
        width: 100%;
        height: 155px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 0px 0px;
        letter-spacing: -0.4em;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem {
        letter-spacing: normal;
        margin-left: 10px;
        margin-right: 0px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem img {
        width: 260px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem:last-child a {
        margin-bottom: 0px;
    }
}

#SharePannel{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:10000;
}
#SharePannel .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.0);
}
#SharePannel > .pannel{
    z-index:10001;
}
#SharePannel .list-group .list-group-item{
    border:none;
    border-radius: 0;
}
#SharePannel > .pannel > .list-group > .list-group-item > .list-group{
    background-color: red;
    margin-bottom:100;
}

/* share */

#SharePannel .pannel .modal-content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#SharePannel .pannel .modal-content .modal-header {
  height: 40px;
  padding: 0;
  border-bottom: solid 0px white;
}

#SharePannel .pannel .modal-content .modal-header h2 {
  display: inline-block;
  margin: 13px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  margin-right: -25px;
}

#SharePannel .pannel .modal-content .modal-header .close {
  margin-top: 10px;
  margin-right: 10px;
  opacity: 1.0;
}

#SharePannel .pannel .modal-content .modal-header .close img {
  width: 15px;
  height: 15px;
}

#SharePannel .pannel .modal-content .modal-body {
  padding:0px 0px;
  font-size:12px;
  letter-spacing:1px;
  width: 100%;
  height: 100%;
}
#SharePannel .pannel .modal-content .modal-body ul{
    list-style: none;
    padding-left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#SharePannel .pannel .modal-content .modal-body li{
    filter: drop-shadow(6px 6px 12px rgba(0,0,0,0.3));
}

#SharePannel .pannel .modal-content .modal-body img {
  width: 55px;
}

#SharePannel .jsShareLink {
  font-weight: 600;
}

#MessageBalloonSelector{
    position:fixed;
    height:158px;
    max-height:158px;
    width:100%;
    background-color:rgba(255,255,255,0.6);
    top:0;
    left:0;
    z-index:9999;
}

#MessageBalloonSelector .wrapperContainer{
    width:100%;
    overflow-x:scroll;
    overflow-y:hidden;
}

#MessageBalloonSelector .wrapper{
    width:765px;
}

.balloon.nm{
    width:135px;
    height:78px;
}
.balloon.nl{
    width:254px;
    height:110px;
}
.balloon.rm{
    width:147px;
    height:103px;
}
.balloon.rl{
    width:292px;
    height:191px;
}

.balloon-sample.nm{
    width:86px;
}
.balloon-sample.nl{
    width:167px;
}
.balloon-sample.rm{
    width:98px;
}
.balloon-sample.rl{
    width:194px;
}


#MessageBalloonSelector li  a{
    height:128px;
    padding-bottom:0px;
    border-radius:0;
}
#MessageBalloonSelector li.active a{
    background-color:rgba(51,148,210,0.6);
}
#MessageBalloonSelector li a.nm{
     padding-top:38px;
}
#MessageBalloonSelector li a.nl{
     padding-top:27px;
}
#MessageBalloonSelector li a.rm{
     padding-top:29px;
}
#MessageBalloonSelector li a.rl{
     padding-top:0px;
}

#MessageBalloonSelector .sampleText{
    position: absolute;
    color:#000;
    font-size:13px;
}
#MessageBalloonSelector .sampleText.nm{
    top:43px;
    left:20px;
    width:75px;
}
#MessageBalloonSelector .sampleText.nl{
    top:34px;
    left:21px;
    width:155px;
}
#MessageBalloonSelector .sampleText.rm{
    top:42px;
    left:25px;
    width:78px;
}
#MessageBalloonSelector .sampleText.rl{
    top:35px;
    left:40px;
    width:150px;
}

#BalloonInputContainer{
    position:absolute;
    left:0;
    right:0;
    bottom:50%;
    margin:auto;
    z-index:9999;
    padding:0;
}

#BalloonInputContainer textarea{
    position:absolute;
    resize: none;
    font-size:18px;
    border:none;
    background:none;
}
#BalloonInputContainer textarea.nm{
    top:4px;
    left:5px;
    width:122px;
    height:55px;
}
#BalloonInputContainer textarea.nl{
    top:4px;
    left:5px;
    width:240px;
    height:80px;

}
#BalloonInputContainer textarea.rm{
    top:21px;
    left:10px;
    width:120px;
    height:50px;
}
#BalloonInputContainer textarea.rl{
    top:55px;
    left:35px;
    width:234px;
    height:83px;
}

#BalloonButtonContainer{
    position:absolute;
    width:254px;
    left:0;
    right:0;
    margin:auto;
    bottom:120px;
    z-index:9999;
}

#BalloonButtonContainer .list-group-item{
    border:none;
}


.messageBalloonMarker{
    padding:0;
}
.messageBalloonMarker .balloonText{
    position: absolute;
    color:#000;
    font-size:18px;
}
.messageBalloonMarker .balloonText.nm{
    top:6px;
    left:7px;
    width:120px;
    height:55px;
}
.messageBalloonMarker .balloonText.nl{
    top:6px;
    left:7px;
    width:240px;
    height:80px;

}
.messageBalloonMarker .balloonText.rm{
    top:20px;
    left:12px;
    width:120px;
    height:50px;
}
.messageBalloonMarker .balloonText.rl{
    top:50px;
    left:35px;
    width:230px;
    height:83px;
}

#BalloonMenu {
    position:absolute;
    bottom:20px;
    width:300px;
    left:0;
    right:0;
    margin:auto;
    z-index:9999;
}

#BalloonMenu .list-group-item{
    border:none;
}

.mainNav{
    z-index: 99999;
}
.has-menu-above{
  margin-top:50px;
}

.commonModalPane {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.commonModalPane .commonModalPaneTitle {
    display: inline-block;
    margin: 13px;
    font-weight: 600;
}
.commonModalPane .modal-content  {
    z-index: 2000;
    overflow: hidden;
    width: 95%;
    height: 80%;
    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-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
.commonModalPane .modal-content .modal-header .close img {
    width: 15px;
    height: 15px;
}
.commonModalPane .modal-content .modal-body {
    width: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
    padding: 0;
    overflow-y: auto;
}

.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 .modal-content {
		max-width: 812px;
        height: 80%;
    }
    .commonModalPane .ImgList01 {
        float: right;
        width: 230px;
    }
}


/*****************
modal - common
******************/
#mapListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;/* fixed要素固定のためのiOSデバイス慣性スクロール禁止 */
}

#mapListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 95%;
    height: 95%;
    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 {
  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: absolute;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
  max-width: 812px;
  margin: 0 auto;
  width: 95%;
  z-index: 100;
  height: 50px;
 top: 0;
  left: 0;
  right: 0;
}
#mapListModal .modal-content .modal-header h3{
  text-align: center;
  margin: 1.5em 0 0 0;
  vertical-align: middle;
    font-size:16px;
}
#mapListModal .modal-content .modal-header .close {
  margin: unset;
  opacity: 1.0;
}
#mapListModal .modal-content .modal-header .close img {
    width:20px;
  position: absolute;
  z-index: 3000;
    top: 10px;
  right: 0px;
  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%;
}
/*****************
modal - maplist
******************/
a:hover{
		text-decoration: none;	
}
#mapListModal .modal-content {
   max-width: 812px;
    height: 80%;
}
#mapListModal .modal-content .modal-body {
  padding: 0;
}
#mapListModal .modal-content .modal-body .MapListContainer {
  padding: 50px 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;
  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: 95%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 5px 10px 23px 10px;
    position: relative;
    display: inline-block;
}
@media only screen and  (min-width: 768px) {
  #mapListModal .modal-content .modal-body .MapListContainer .MapListItem {
    width: 46.5%;
  }
    #mapListModal .modal-content .modal-body .MapListContainer .MainMapList .MapListItem {
      width: 90%;
      margin: 0 auto;
      display: block;
    }
}
#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 .MapThumbnail img.thumb {
    width: 280px;
    height: 280px;
    object-fit: contain;
    padding: 1em auto 0;
    margin: 1em auto 0;
    display: block;
  }
#mapListModal .mapListItem .mapDescContainer .mapDesc {
  color: #333;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  text-indent: 1em;
}
#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: 14px;
  font-weight: 600;
  line-height: unset;
  color: #FFF;
  background-color: rgba(255, 102, 48, 0.9);
}
#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 .MainMapList .MapListItem .mapTitleText {
    color: #333;
    line-height: 1.615;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 10px;
    text-align: center;
  }
#mapListModal .MapListItem .linkToMapArrow {
  width: 23px;
  position: absolute;
  right: 10px;
}
  #mapListModal .Head {
    margin-left: 10px;
  }    
  #mapListModal .modal-content .modal-body .MapListContainer .MapListSeparator{
    margin-left: 10px;
    margin-right:30px;
  }    
  #mapListModal .paneHead{
    text-align: center;
    font-size:16px;
    margin:10px 0px 10px 0px;
    padding: 0 0 0 10px;
  }
  #mapListModal .paneHead img{
    margin-right: 10px;
  }
#mapListModal .pickupHead,
#mapListModal .Head{
    text-align: center;
    font-size:15px;
    letter-spacing: normal;
    margin-top: 10px;    
  }

#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;
}
#categoryListModal .categoryListItem h6 {
    display: inline-block;
    margin-left: 5px;
}
#categoryListModal .categoryListItem .categoryIcon {
    max-height: 34px;
    max-width: 27px;
}
#categoryListModal .categoryListItem .categoryName {
    display: inline-block;
    margin-left: 5px;
    /*font-weight: 600;*/
    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;
}
@media only screen and  (max-width: 768px) {
    #categoryListModal .categoryListItem .categoryName {
        max-width: 420px;
        /*font-weight: 600;*/
    }
}
@media only screen and  (max-width: 480px) {
    #categoryListModal .categoryListItem .categoryName {
        max-width: 110px;
        /*font-weight: 600;*/
    }
}
@media only screen and  (min-width: 768px) {
    #categoryListModal .modal-content {
        width: 723px;
        height: 95%;
    }
    #categoryListModal .categoryListItem .categoryName {
        max-width: 300px;
        /*font-weight: 600;*/
    }
}

#spotListModal .modal-content .modal-header {
    height: auto;
}
#spotListModal .modal-content .modal-header .commonModalPaneTitleContainer {
    text-align: center;
    display: inline-block;
    width: 90%;
}
#spotListModal .modal-content .modal-header button {
    clear: right;
}
#spotListModal .modal-content .modal-header .tabArea {
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
    font-size:0;
}
#spotListModal .modal-content .modal-header .tabArea .tab1Container img{
    height: 20px;
}
#spotListModal .modal-content .modal-header .tabArea .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #057521 transparent transparent transparent;
}
#spotListModal .modal-content .modal-header .tabArea .for1{
    margin-left: 70px;
}
#spotListModal .modal-content .modal-header .tabArea .for2{
    margin-left: 250px;
}

#spotListModal .modal-content .modal-header .tabArea .tab1Container,.tab2Container{
    display: inline-block;
    width: 50%;
    max-width: 185px;
    text-align: center;
    overflow: hidden;
    border: solid 1px #000000;
    font-size: 14px;
    padding-top: 6px;
}
#spotListModal .modal-content .modal-header .tabArea .active {
    border: solid 1px #057521;
    background-color: #057521;
    color: #FFFFFF;
}
#spotListModal .modal-content .modal-body{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#spotListModal .modal-content .modal-body .panelArea .lmInfoContainer{
    display: inline-block;
    width: 180px;
}
#spotListModal .modal-content .modal-body .panelArea .shopContainer{
    margin-left: 20px;
}
#spotListModal .modal-content .modal-body .panelArea .lmInfoContainer .lmInfoTitle{
    font-weight: 600;
}
#spotListModal .modal-content .modal-body .panelArea .shopContainer img{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
}
#spotListModal .modal-content .modal-body .panelArea .panel1,.panel2{
    display: none;
    margin-top: 30px;
    margin-bottom: 70px;
}
#spotListModal .modal-content .modal-body .panelArea .active{
    display: block;
}
#spotListModal .modal-content .modal-body .panelArea .bullet{
    background-color: #DDDDDD;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #057521;
    vertical-align: top;
    margin-top: 5px;
}
#spotListModal .modal-content .modal-body .panelArea .lmDescription{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#spotListModal .modal-content .modal-body .panelArea .lmInfoTitle{
    padding-bottom: 40px;
}
/*SXSW*/             .commonModalPane .modal-content{
                background-color :#fbc644;
              }
              .commonModalPane .modal-content .modal-header {
                position: relative;
                z-index: 5000;
              }
              .commonModalPane .modal-content.modal-body{
                height: 100%;
                position: absolute;
                top: 0;
                padding: 40px 0 0;
              }
              .commonModalPane .modal-content .modal-body .ModalContainer{
                margin :0;
              }
              .commonModalPane .TopContainer {
                width :100%;
                max-width :none;
              }
              .commonModalPane .TopContainer *{
                font-family :'Roboto', sans-serif;
              }
              .commonModalPane .TopContainer a:hover{
                text-decoration :none;
              }
              .commonModalPane .TopContainer header{
                padding :0 6.25vw;
              }
              .commonModalPane header{
                background :url(../images/bg.png) no-repeat right calc(20px + 25vw)/100% auto;
              }
              .commonModalPane .clearfix::after {
                content : "";
                display :block;
                clear :both;
              }
              .commonModalPane header aside p {
                font-size :3.3vw;
                font-weight :700;
                display :inline-block;
              }
              .commonModalPane header aside img {
                width :12vw;
                display :inline-block;
              }
              .commonModalPane header h1 {
                font-size :14.375vw;
                font-weight :900;
                margin :0 0 calc(30px + 30vw);
              }
              .commonModalPane header h1 span{
                font-size :3.125vw;
                font-weight :500;
                color :#fff;
                background-color :#000;
                padding :3px 7px;
                margin: 0 0 0 auto;
                display :block;
                width: 22vw;
              }
              .commonModalPane header p.lead {
                font-size :5vw;
                font-weight :500;
                line-height :1.3;
                margin :0 0 15px;
              }
              .commonModalPane main{
                margin :6vw 6.25vw;
                padding :6.25vw;
                background :#fff;
              }
              .commonModalPane main h2{
                font-size :3.75vw;
                font-weight :bold;
                margin :0 0 25px;
                padding :0 0 6px;
                border-bottom : 2px solid #fbc755;
              }
              .commonModalPane main ul{
                margin :0;
                padding :0;
              }
              .commonModalPane main ul li{
                list-style-type: none;
                margin :0 0 30px;
              }
              .commonModalPane main ul li img{
                width :100%;
                margin :0 0 5px;
              }
              .commonModalPane main ul li figcaption{
                font-size :3.75vw;
                font-weight :400;
                line-height :1.5;
              }
              .commonModalPane main p{
                font-size :3.125vw;
                font-weight :400;
                line-height :1.8;
                margin :0;
                padding-left:1em;
                text-indent:-1em;
              }
              .commonModalPane footer{
                background-color :#ed8c24;
                padding :10vw 6.25vw 5vw;
              }
              .commonModalPane footer ul{
                margin :0;
                padding :0;
              }
              .commonModalPane footer ul li{
                list-style-type: none;
                margin :0 0 20px;
              }
              .commonModalPane footer ul li h3{
                font-size :calc(3px + 3vw);
                font-weight :500;
                color :#000;
                border-radius :5px;
                background :#dfdfdf url(../images/button1.svg) no-repeat 17px center/20px auto;
                margin :0 0 5px;
                padding :12px 0 12px 50px;
                box-shadow :0 2px 0 rgb(206,114,15);
              }
              .commonModalPane footer ul li:nth-child(2) h3{
                background :#dfdfdf url(../images/button2.svg) no-repeat 17px center/20px auto;
              }
              .commonModalPane footer ul li:nth-child(3) h3{
                background :#fcdb26 url(../images/button3.svg) no-repeat 17px center/20px auto;
              }
              .commonModalPane footer ul li p{
                font-size :calc(5.5px + 1.5vw);
                line-height :1.5;
              }
              .commonModalPane footer nav.sns{
                border :1px solid #fff;
                padding :25px calc(10px + 10vw);
                margin :30px 0;
              }
              .commonModalPane footer nav.sns h4{
                font-size :3.4375vw;
                font-weight :500;
                color :#fff;
                text-align :center;
                margin :0 0 15px;
              }
              .commonModalPane footer nav.sns ul{
                display: flex;
                justify-content :space-between;
              }
              .commonModalPane footer nav.sns ul li{
                color :#fff;
                margin :0;
                font-size: 10px;
              }
              .commonModalPane .TopContainer i.fab {
                font-family: "Font Awesome 5 Brands";
              }
              .commonModalPane .TopContainer i.fa-3x {
                font-size: calc(40px + 4vw);
                color :#fff;
              }
              .commonModalPane footer p.logo{
                width :calc(50px + 10vw);
                margin: 0 auto 6.25vw;
              }
              .commonModalPane  p.privacy{
                text-decoration :underline;
                margin: 0;
              }
              .commonModalPane  p.privacy a{
                color :#000;
              }
              @media screen and (min-width: 768px) {
                .commonModalPane .TopContainer header{
                  padding :0 60px;
                }
                .commonModalPane header aside p {
                  font-size :16px;
                }
                .commonModalPane header aside img {
                  width :80px;
                }
                .commonModalPane header h1 {
                  font-size :108px;
                  margin :0 0 310px;
                }
                .commonModalPane header h1 span{
                  font-size :22px;
                  width: 160px;
                }
                .commonModalPane header{
                  background :url(../images/bg@2x.png) no-repeat right 200px/100% auto;
                }
                .commonModalPane header p.lead {
                  font-size :36px;
                  margin :0 0 30px;
                }
                .commonModalPane main{
                  margin :50px 60px;
                  padding :60px;
                }
                .commonModalPane main h2{
                  font-size :20px;
                  margin :0 0 30px;
                  padding :0 0 10px;
                  border-bottom : 3px solid #fbc755;
                }
                .commonModalPane main ul li figcaption{
                  font-size :20px;
                }
                .commonModalPane main p{
                  font-size :14px;
                }
                .commonModalPane footer{
                  padding :50px 60px 20px;
                }
                .commonModalPane footer nav.btns{
                  padding :0 60px;
                  margin: 0 0 50px;
                }
                .commonModalPane footer ul li{
                  margin :0 0 30px;
                }
                .commonModalPane footer ul li h3{
                  font-size :18px;
                  background :#dfdfdf url(../images/button1.svg) no-repeat 20px center/30px auto;
                  margin :0 0 10px;
                  padding :20px 0 20px 80px;
                  box-shadow :0 4px 0 rgb(206,114,15);
                }
                .commonModalPane footer ul li:nth-child(2) h3{
                  background :#dfdfdf url(../images/button2.svg) no-repeat 20px center/30px auto;
                }
                .commonModalPane footer ul li:nth-child(3) h3{
                  background :#fcdb26 url(../images/button3.svg) no-repeat 20px center/30px auto;
                }
                .commonModalPane footer nav.sns{
                  padding :30px 140px;
                  margin :30px 0 50px;
                }
                .commonModalPane footer nav.sns h4{
                  font-size :18px;
                  margin :0 0 30px;
                }
                .commonModalPane footer nav.sns ul li{
                  font-size: 14px;
                }
                .commonModalPane footer ul li p{
                  font-size :14px;
                }
                .commonModalPane .TopContainer i.fa-3x {
                  font-size: 80px;
                }
                .commonModalPane footer p.logo{
                  width :140px;
                  margin: 0 auto 40px;
                }
              }
