@CHARSET "utf-8";

/* Google Font API ( http://code.google.com/apis/webfonts/ ) */
@import url(http://fonts.googleapis.com/css?family=Quattrocento);
@import url(http://fonts.googleapis.com/css?family=Lora);



html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin: 0; padding: 0;}
body { line-height: 1; margin: 0 auto; padding: 0;}
ol, ul ,li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { cursor:pointer;}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}



/**** ALL PAGE WRAP****/

#wrap{overflow:hidden;}
#content{overflow:hidden;}



/**** 1PAGE BASE ****/

section{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#contaner {
	width:100%;
	height:100%;
	/zoom: 1;
}



/**** TOP PAGE ****/

#top_center {
	position:absolute;
	width:250px;
	height:300px;
	top:30%;
	left:50%;
	margin-left:-125px;
	z-index:15;
	/zoom: 1;
}
@media only screen and (max-width: 768px) {
#top_center {
	width:150px;
	height:180px;
	left:50%;
	margin-left:-75px;
}
}
@media only screen and (max-height: 600px) {
#top_center {
	width:100px;
	height:116px;
	left:50%;
	margin-left:-50px;
}
}
@media only screen and (max-width: 480px) {
#top_center {
	width:80px;
	height:96px;
	left:50%;
	margin-left:-40px;
}
}
#top_center a {
	display:block;
	width:100%;
	height:100%;
	max-height:300px;
	border-width:0px;
	text-indent:-9999px;
	background-image: url(../img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png', sizingMethod='scale')";
}
#top_center a:hover {
	background-image: url(../img/logo_on.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
	-webkit-background-size:  auto 100%;
	-moz-background-size:  auto 100%;
	-o-background-size:  auto 100%;
	background-size:  auto 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo_on.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo_on.png', sizingMethod='scale')";
}
#top_left {
	display: none;
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	left:0;
	background-image: url(../img/top1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top1.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top1.jpg', sizingMethod='scale')";
	/zoom: 1;
}
#top_left a {
	display:block;
	width:100%;
	height:100%;
	border-width:0px;
	text-indent:-9999px;
}
#top_left a:hover {
	background-image: url(../img/stripe1.png);
	background-repeat:repeat;
}
#top_right {
	display: none;
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	right:0;
	background-image:url(../img/top2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top2.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top2.jpg', sizingMethod='scale')";
	/zoom: 1;
}
#top_right a {
	display:block;
	width:100%;
	height:100%;
	border-width:0px;
	text-indent:-9999px;
}
#top_right a:hover {
	background-image: url(../img/stripe2.png);
	background-repeat:repeat;
}



/**** PORTFOLIO PAGE ****/

#portfolio_wrap {
	position:relative;
	width: 100%;
	height: 100%;
	text-align:center;
}
#portfolio {
	position:absolute;
	width:700px;
	height:100%;
	left:50%;
	margin-left:-350px;
}
#portfolio p {margin:0 auto;padding:0;}
@media only screen and (max-height: 960px) {
#portfolio {
	width:600px;
	margin-left:-300px;
}
}
@media only screen and (max-height: 600px) {
#portfolio {
	width:450px;
	margin-left:-225px;
}
}
@media only screen and (max-width: 480px) {
#portfolio {
	width:300px;
	margin-left:-150px;
}
}
#portfolio_h1_k, #portfolio_h1_m {
	display:block;
	width:100%;
	height:20%;
	font-size:0px;
	line-height:0px;
	text-indent:-9999;
	border-width:0px;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}
#portfolio_h1_k {
	background-image:url(../img/portfolio.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#portfolio_h1_m {
	background-image:url(../img/portfolio2.png);
	background-position:top center;
	background-repeat:no-repeat;
}
@media only screen and (max-height: 800px) {
#portfolio_h1_k, #portfolio_h1_m {height:30%;}
}
@media only screen and (max-height: 600px) {
#portfolio_h1_k, #portfolio_h1_m {height:20%;}
}
@media only screen and (max-height: 480px) {
#portfolio_h1_k, #portfolio_h1_m {
	height:10%;
	background:#FFF;
}
}
#portfolio h2{
	font-family: 'Lora', serif;
	font-size:90%;
	font-weight: 400;
	letter-spacing: 0.1em;
	color:#000;
	line-height:100%;
	padding-top:5%;
}
.popup {
	display:inline-block;
	width:100px;
	height:100px;
	margin: 7.5px;
}
@media only screen and (max-height: 800px) {
.popup {
	width:60px;
	height:60px;
	margin: 3px;
}
}
@media only screen and (max-width: 481px) {
.popup {
	width:40px;
	height:40px;
	margin: 1px;
}
}
#go_profile_r, #go_profile_l {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	top:50%;
	margin-top:-25px;
	text-indent:-9999px;
}
#go_profile_r {
	left:2%;
	background-image:url(../img/gotop_l.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
}
#go_profile_l {
	right:2%;
	background-image:url(../img/gotop_r.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
}
#go_back_r, #go_back_l {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	top:50%;
	margin-top:-25px;
	text-indent:-9999px;
}
#go_back_r {
	right:2%;
	background-image:url(../img/gotop_r.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
}
#go_back_l {
	left:2%;
	background-image:url(../img/gotop_l.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
}
@media only screen and (max-height: 480px) {
#go_profile_r, #go_profile_l {top:80%;margin-top:0px;}
#go_profile_r {left:0%;}
#go_profile_l {right:0%;}
#go_back_r, #go_back_l {top:80%;margin-top:0px;}
#go_back_r {right:0%;}
#go_back_l {left:0%;}
}


/**** PROFILE PAGE ****/

#profile_wrap {
	position:relative;
	width: 100%;
	height: 100%;
	text-align:center;
}
#profile  {
	position:absolute;
	width:360px;
	height:100%;
	top:0%;
	left:50%;
	margin-left:-180px;
	text-align:left;
}
@media only screen and (max-height: 480px) {
#profile {overflow:auto;}
}
@media only screen and (max-width: 480px) {
#profile {width:300px;margin-left:-140px;}
.profile_miru {padding-left:15px;}
}
@media only screen and (max-width: 320px) {
#profile {width:270px;margin-left:-125px;}
}
#profile h1 {
	display:block;
	width:90px;
	height:90px;
	padding-top:30%;
	font-family: 'Lora', serif;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	background-image:url(../img/profile.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	border-width:0px;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
@media only screen and (max-height: 600px) {
#profile h1 {padding-top:10%;width:70px;height:70px;}
}
@media only screen and (max-width: 480px) {
#profile h1 {padding-top:30%;width:50px;height:50px;}
}
@media only screen and (max-width: 320px) {
#profile h1 {padding-top:20%;}
}
#profile h2 {
	font-family: 'Lora', serif;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	color:#000;
	margin-left:50px;
	padding-top:50px;
	letter-spacing: 0.1em;
}
@media only screen and (max-height: 600px) {
#profile h2 {padding-top:20px;}
}
#profile h3, #profile h4  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	line-height:11px;
	margin-left:50px;
	font-weight:600;
	color:#AAA;
	letter-spacing: 0.05em;
}
#profile h3  {
	padding-bottom:15px;
}
#profile h4  {
	padding:15px 0;
}
#profile p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	line-height:20px;
	letter-spacing: 0.05em;
	color:#000;
	margin-left:50px;
}
@media only screen and (max-width: 480px) {
#profile h2, #profile h3, #profile h4, #profile p {margin-left:0px;}
#profile p {font-size:10px;letter-spacing: 0em;}
}
p.text_bottom{padding-bottom:10px;}



/**** ABOUT PAGE ****/

#about_wrap {
	position:relative;
	width: 100%;
	height: 100%;
	text-align:center;
}
#about_box  {
	position:absolute;
	width:400px;
	height:600px;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-300px;
}
#about {
	width: 400px;
	height: 400px;
	background: #000;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	behavior: url(PIE.htc);
}
#attention {
	display:inline-block;
	width:294px;
	height:35px;
	padding:40px 0 0 60px;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:50%;
	line-height:140%;
	font-weight:400;
	color:#666;
}
#go_back_c {
	position:absolute;
	display:inline-block;
	width:50px;
	height:30px;
	bottom:30px;
	left:50%;
	margin-top:-25px;
	margin-left:-15px;
	text-indent:-9999px;
	background-image:url(../img/gotop_c.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
}
#about a{text-decoration:none;}
#about h1 {
	display:inline-block;
	width:100%;
	height:145px;
	margin:35px 0 25px 0;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	background-image:url(../img/about.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	border-width:0px;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}
#about ul {
	width:100&;
	margin: 0 30px;
	padding:10px 0 0 0;
	text-align:center;
	border-top:#999 1px solid;
}
#about li {
	padding-top:10px;
	letter-spacing: 0.1em;
}
#tel {
	font-family: 'Quattrocento', serif;
	font-size:17px;
	line-height:100%;
	font-weight:400;
	color:#FFF;
}
#mail a {
	display:inline-block;
	width:80px;
	height:30px;
	text-indent:-9999px;
	background-image:url(../img//mail.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
}
#mail a:hover {
	background-image:url(../img/mail_on.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-width:0px;
}
#zip {
	display:inline-block;
	position:relative;
	width:180px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:65%;
	line-height:130%;
	font-weight:400;
	color:#FFF;
	text-align:left;
}
#map {
	display:block;
	position:absolute;
	margin-top:10px;
	right:74px;
	width:27px;
	height:27px;
	text-indent:-9999px;
	background-image:url(../img/map.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	border-width:0px;
}
#map:hover {
	background-image:url(../img/map_on.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	border-width:0px;
}
@media only screen and (max-height: 600px) {
#about_wrap  { overflow:auto;}
#about_box  {
	width:280px;
	height:370px;
	top:10%;
	margin-left:-140px;
	margin-top:0;
}
#about {
	width: 280px;
	height: 280px;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	behavior: url(PIE.htc);
}
#attention {
	width:220px;
	height:45px;
	font-size:40%;
	line-height:130%;
	padding:0 0 0 10px;
}
#about h1 {
	width:100%;
	height:70px;
	margin:25px 0 15px 0;
}
#about li {
	padding-top:5px;
}
#go_back_c {
	bottom:5px;
}
}

#footer {
	position: absolute;
	width:97%;
	bottom:0%;
	font-size:10px;
	line-height:10px;
	text-align:right;
	z-index:9999;
}
@media only screen and (max-width: 480px) {
#about_wrap  { overflow:auto;}
#about_box  {
	width:280px;
	height:360px;
	top:5px;
	margin-left:-140px;
	margin-top:0;
}
#about {
	width: 280px;
	height: 280px;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
}
#attention {
	width:220px;
	height:45px;
	font-size:40%;
	line-height:130%;
	padding:0 0 0 10px;
}
#about h1 {
	width:100%;
	height:70px;
	margin:25px 0 15px 0;
}
#about li {
	padding-top:5px;
}
#go_back_c {
	bottom:0px;
}
}

#footer {
	position: absolute;
	width:97%;
	bottom:0%;
	font-size:10px;
	line-height:10px;
	text-align:right;
	z-index:9999;
}
@media only screen and (max-width: 480px) {
#footer { display:none;}
}

@media only screen and (min-width: 35em) {
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
}
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
