@charset "utf-8";
@import url("../webfonts/din/stylesheet.css");
/* CSS Document */

.メッセージ----------{}

#message {
	background-image: url(../img_common/kurosawa.png);
	background-repeat: no-repeat;
	background-position: calc(50% + 300px) 300px;
	background-size: 380px auto;
}


#message .wrap01 {
}

#message .cach_copy {
	font-size: 3rem;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.5rem;
	margin-bottom: 5rem;
}

#message .txt {
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 4rem;
}

#message .daihyo {
	font-size: 1.5rem;
	text-align: left;
	line-height: 1;
	margin-bottom: 2rem;
}

#message .name {
	font-size: 2.3rem;
	text-align: left;
	font-weight: bold;
	line-height: 1;
}

#message .eng {
	font-family: din;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}

.カット写真----------{}
#profile_1 {
	background-image: url(../works/2016_a/IMG_06302.jpg);
}

.グーグルマップ----------{}
#access .wrap01 {
	padding-bottom: 0rem;
}

.google-maps {
	position: relative;
	padding-bottom: 500px ;// これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
