@charset "UTF-8";

#contentVis h1 {
	background-image: url('/access/images/title_access.png') ;
	background-size: 320px;
}

/************************************************************
　　　　コンテンツ
************************************************************/
/*　コンテンツ
------------------------------------------------------*/
#contentVis:after {
	background-position: 110% 0;
}

/* 所在地等 */
.access #address {
	width: 1000px;
	height: 500px;
	margin: 60px auto 100px;
	position: relative;
	background: url('/access/images/resavation_bg.jpg') no-repeat top left;
	background-size: 600px;
}

.access #address .addressBox {
	position: absolute;
	bottom: 0; right: 0;
}

.access #address h1 {
	font-family: 'Marcellus', serif;
	font-size: 20px;
}

.access #address dl {
	overflow: hidden;
	margin: 0;
}

.access #address dt {
	float: left;
	width: 60px;
	margin-top: 10px;
}

.access #address dd {
	white-space:nowrap;
	padding-left: 60px;
	margin-top: 10px;
}

.access #address .contact a {
	display: block;
	width: 200px;
	margin: 15px 0 0 20px;
	position: relative;
}

.access #address .contact a:hover {
	text-decoration: underline;
}

.access #address .contact a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #225545;
    border-right: 1px solid #225545;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .1s;
}

#map_canvas_tokyo {
	width: 100%;height: 800px;
}


/*****************************************************************/
@media screen and (max-width: 920px) {

	.access #address {
		width: calc(100% - 20px);
		height: auto;
		margin: 40px 10px;
		background: none;
	}

	.access #address .addressBox {
		position: static;
		bottom: auto; right: auto;
	}

	.access #address h1 {
		font-size: 16px;
	}

	.access #address .contact a {
		display: inline-block;
		width: auto;
	}

	#map_canvas_tokyo {
		height: 300px;
	}
}