#modal_map{
	height: 0;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}
#modal_map.show{
	height: 100vh;
	opacity: 1;
}
.map-top .ul-top{
	list-style: none;
	margin: 0;
	padding: 0;
}
.map-top .ul-top .li-top{
	margin: 0;
}
.map-top .input-text{
	padding: 0 0 0 20px;
    height: 46px;
    max-width: 100%;
    display: block;
    border: 1px solid #ddd;
    margin: 0;
    font-size: 14px;
}
.map-top .input-text::-webkit-input-placeholder {
  color: #A5A5A5;
}

.map-top .input-text:-ms-input-placeholder {
  color: #A5A5A5;
}

.map-top .input-text::placeholder {
  color: #A5A5A5;
}
.wrap-store-map .sty-btn .btn-txt{
	padding-right: 18px;
}
.wrap-store-map{
	max-width: 1080px;
	margin: 0 auto;
}
.wrap-map{
	height: 714px;
	width: 100%;
}
.gm-style-mtc,.gm-svpc {
	display: none !important;
}

#modal_map.show .modal-map{
	padding: 40px 25px 25px;
	height: auto;
}
.modal-map{
	position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
	height: 0;
    overflow: hidden;
    padding: 0;
    max-width: 394px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.13);
    width: calc(100vw - 40px);
}
.modal-map .btn-drt{
	width: 100%;
}
.modal-map .md-btn{
	padding-top: 20px;
}
.modal-map .wbtn{
	height: 15px;
}
.modal-map .close-md{
	float: right;
}
.modal-map .modal-store{
	position: relative;
}
.modal-map .close-md{
	position: absolute;
	right: 20px;
    top: 20px;
    cursor: pointer;
}
.modal-map .md-tt{
	font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.gm-bundled-control .gmnoprint{
    width: 29px;
    overflow: hidden;
    border-radius: 8px;
    height: 57px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.17);
}
.gm-bundled-control .gmnoprint .gm-control-active{
	width: 29px !important;
    height: 27px !important;
}
.gm-bundled-control .gmnoprint .gm-control-active img{
	width: 10px !important;
    height: 10px !important;
}
.gm-bundled-control .gmnoprint div{
	margin: 0 !important;
	width: 29px !important;
}
.gm-bundled-control .gmnoprint > div{
	height: 57px !important;
}
.wrap-store-map ~ p,#authenticationPopup ~ p{
	margin: 0;
}
.md-desc{
	font-size: 13px;
    line-height: 23px;
}
.md-desc{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	width: 100%;
}
.md-desc .col:first-child{
	white-space: nowrap;
    padding-right: 5px;
}	
.md-distance{
	font-size: 13px;
    line-height: 16px;
    color: #A5A5A5;
    padding-top: 18px;
}
.modal-store .link_tel{
	color: #0272BC;
	word-break: all;
}
.md-desc .col.cl{
	width: 95px;
	text-align: right;
}
.md-desc .col.cr{
	width: calc(100% - 95px);
}
.store_th .md-desc .col.cl{
	width: 76px;
}
.store_th  .md-desc .col.cr{
	width: calc(100% - 76px);
}

@media(min-width: 1281px){
	.wrap-store-map{
		max-width: 1240px;
	}
}
@media(min-width: 768px){
	.gm-bundled-control{
		right: 30px !important;
    	bottom: 70px !important;
	}
	.gm-bundled-control .gmnoprint{
		top: 0 !important;
	}	
	.section-map{
		overflow: hidden;
    	position: relative;
	}
	.map-top .map-tt h1{
		font-size: 27px;
		line-height: 50px;
		margin: 0;
	}
	.map-top .top-l{
		float: left;
	}
	.map-top .top-r{
		float: right;
	}
	.map-top .ul-top{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    align-items: center;
	}
	.map-top .ul-top .li-top{
		padding-left: 15px;
	}
	.map-top .input-text{
		width: 280px;
	}
	.map-top .sty-btn{
		width: 239px;
	    max-width: 100%;
	}
	.columns .column.main{
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.map-top{
		padding-bottom: 25px;
	}
	.modal-map{
		opacity: 0;
		transition: opacity 0.2s;
	}
	#modal_map.show .modal-map{
		opacity: 1;
	}
}
@media(max-width: 767px){
	.gm-bundled-control{
		top: 0 !important;
	    bottom: auto !important;
	    right: 30px !important;
	}
	.gm-bundled-control .gmnoprint{
		top: 0 !important;
	}	
	.page-main{
		padding-left: 20px;
    	padding-right: 20px;
	}
	.wrap-map{
		margin-left: -20px;
    	width: 100vw;
	}
	.modal-stores{
		overflow: hidden;
	}
	#modal_map{
		z-index: 999;
		background-color: rgba(0,0,0,0.75);
		position: fixed;
		opacity: 0;
		transition: opacity 0.2s;
	}
	.map-top .map-tt h1{
		font-size: 25px;
		line-height: 30px;
		text-align: center;
		margin: 0;
	}
	.map-top{
		text-align: center;
	}
	.map-top .li-top.li-text{
		font-size: 14px;
		line-height: 17px;
	}
	.map-top .ul-top .li-top{
		padding-bottom: 7px;
	}
	.map-top .ul-top .li-top:last-child{
		padding-bottom: 0px;
	}
	.map-top .sub-top{
		padding-bottom: 20px;
	}
	.map-top .sty-btn{
		width: 100%;
	}
	.columns .column.main{
		padding-top: 42px;
		padding-bottom: 0px;
	}
}

