#cboxOverlay {
    background: #000;
}
#cboxLoadedContent {
    background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
	display:none !important;
}
#inline-content {/* インラインを使用する時のみ */
    margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}
.map_btn_icon {
	background:#333 url("../img_icn01-2.html") no-repeat 7px 6px;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 1em 3em 0.8em 4em;
    text-decoration: none;
}
.map_btn_icon:hover {
	background:#222 url("../img_icn01-2.html") no-repeat 7px 6px;
	color:#fff;
}
.largemap_btn_icon {
	background:#333;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 1em 3em;
    margin-top:-10px;
    text-decoration: none;
}
.largemap_btn_icon:hover {
	background:#222;
	color:#fff;
}

.btn_center{
	text-align:right;
	width:50%;
	float:left;
    margin-bottom: 0;
    margin-top: 0;
	padding:8px 8px 0;
	box-sizing:border-box;
}
#accessbox{
	background:#f9efd9 url("../title_bg-3.html") repeat scroll 0 0;
	margin:50px 15px 30px;
}
#access{
	float:left;
    margin-bottom: 0;
    margin-top: 0;
	width:50%;
	box-sizing:border-box;
}
.cboxIframe{
	border-radius:0;
}
@media only screen and (max-width : 768px) {
	#accessbox{
		margin:50px 0 30px;
	}
	.map_btn_icon {
		font-size:12px;
	    padding: 0.7em 2em 0.5em 3em;
		background:#222 url("../img_icn01-2.html") no-repeat 5px 5px;
		background-size:13%;
	}
	.map_btn_icon:hover {
		background:#333 url("../img_icn01-2.html") no-repeat 5px 5px;
		background-size:13%;
	}
	.shopDetail__mapLink{
    	margin-top:0px;
	
	}
	.largemap_btn_icon {
		font-size:12px;
	    padding: 0.5em 2em;

	}

	.btn_center{
		padding:5px 8px 0;
	}
}
