@charset "UTF-8";

.map_title {
    margin:0 auto 120px;
    text-align: center;
}
.map_thumb{
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.button_box{
    display: flex;
    gap: 4%;
    margin: 30px auto 0;
}
.print, .google_button {
    background: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #000000;
    width: 100%;
    padding: 10px 0;
}
.cap{
    text-align: right;
    font-size:12px;
    padding-top:4px;
}
@media screen and  (max-width: 1000px) {

}
@media screen and (max-width: 767px){
.button_box{
    flex-direction: column;
    margin: 30px auto 0;
}
.print, .google_button {
    font-size: 14px;
    }
.google_button {
    margin-top: 10px;	
	}
.map_title {
    margin: 0 auto 30px;
    }
.cap{
    font-size:10px;
    }

header .global-navigation_list > li.map {
    background: #fff;
    }
header .global-navigation_list > li.map a {
    color: #000;
    }


}