@charset "utf-8";

.drawer-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.drawer-menu {
	width: 100%;
	height: 7.0rem;
	height: 7.0rem;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-bottom: 5px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.drawer-menu > li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.profile-top-cont {
	overflow: hidden;
}

.profile-top-cont > img {
	width: 47%;
	width: -webkit-calc(50% - 3.0rem);
	width: calc(50% - 3.0rem);
	margin-right: 3.0rem;
	float: left;
}

.profile-top-cont > h3 {
	font-size: 3.0rem;
	letter-spacing: 0.1rem;
	margin-bottom: 3.0rem;
}

.profile-top-cont > dl {
	clear: left;
	overflow: hidden;
	padding-top: 3.0rem;
}

.profile-top-cont > dl > dt {
	width: 15%;
	float: left;
	margin-bottom: 1.0rem;
}

.profile-top-cont > dl > dd {
	margin-bottom: 1.0rem;
	padding-left: 15%;
}

.profile {
	margin-top: 10.0rem;
}

.profile > h4 {
	font-size: 3.0rem;
	margin: 3.0rem 0;
	width: 100%;
	text-align: center;
}

.profile > dl {
	overflow: hidden;
}

.profile > dl > dt {
	margin-top: 1.0rem;
	padding-bottom: 1.0rem;
	padding-left: 1.0rem;
	width: 18%;
	float: left;
	line-height: 3.5rem;
}

.profile > dl > dd {
	margin-top: 1.0rem;
	padding-left: 11%;
    padding-left: -webkit-calc(18% + 1.0rem);
    padding-left: calc(18% + 1.0rem);
	padding-bottom: 1.0rem;
	border-bottom: 1px dotted #696969;
	line-height: 3.5rem;
}

.profile > dl > dd:last-of-type {
	border-bottom: none;
}

.intro-of-studio {
	margin-top: 10.0rem;
}

.intro-of-studio > img {
	width: 47%;
	width: -webkit-calc(50% - 3.0rem);
	width: calc(50% - 3.0rem);
	margin-right: 3.0rem;
	margin-bottom: 5.0rem;
	float: left;
}

.intro-of-studio > span {
	display: block;
	font-size: 3.0rem;
	margin: 3.0rem 0;
	width: 100%;
	text-align: center;
}

.intro-of-studio > h5 {
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
}

.intro-of-studio > dl {
	float: left;
}

.intro-of-studio > dl > dd {
	padding-left: 1.6rem;
	margin-bottom: 1.0rem;
}

/*.map {
	clear: left;
	position: relative;
	width: 100%;
}

.map:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.map > #map_canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}*/