@charset: 'utf-8';

/******************
 common tags
******************/

html,body {
	width: 100%;
	font-size: 62.5%;
}

body {
	position: relative;
	background-color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap: break-word;
}

a:link, a:visited {
	outline: none;
	color: #000;
	text-decoration: underline;
}

a:hover {
	outline: none;
	color: #666;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

img, x:-moz-any-link, x:default {
	outline: none;
	box-shadow: #000 0 0 0;
	background: transparent;
}

/******************
 wrap
******************/

#wrap {
	position: relative;
	width: 1000px;
	min-height: 400px;
	z-index: 0;
	margin: 0 auto;
}

/******************
 header
******************/

#header {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 0;
}

#header h1#header-logo {
	position: absolute;
	left: 40px;
	top: 40px;
	margin: 0;
	padding: 0;
}

#header h1#header-logo a {
	display: block;
	width: 212px;
	height: 37px;
	background-image: url(../img/common/header-logo.svg);
	background-color: #fff;
	background-position: left top;
	background-size: contain;
	background-repeat:  no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

.no-svg #header h1#header-logo a {
	background-image: url(../img/common/header-logo.png);

}

#header-menu {
	display: none;
}


/******************
 content-nav
******************/

#contents-nav {
	float: left;
	width: 140px;
	padding: 82px 0 130px 40px;
}

#nav li {
	width: 140px;
	min-height: 16px;
	margin: 0 0 11px;
}

#nav li a {
	display: inline-block;
	height: 8px;
	padding: 8px 0;
}

#nav li a img {
	width: auto;
	height: 8px;
	background-color: #fff;
}

#nav .nav-sub {
	margin: 0;
}
#nav .nav-sub li.nav-architecture {
	margin: 0;
}

/* SVG background */
#nav li a span {
	display: inline-block;
	width: 140px;
	height: 8px;
	background-color: #fff;
	background-position: left top;
	background-size: contain;
	background-repeat:  no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#nav li.nav-news a span {
	background-image: url(../img/common/nav-news.svg);
}
.no-svg #nav li.nav-news a span {
	background-image: url(../img/common/nav-news.png);
}

#nav li.nav-works a span {
	background-image: url(../img/common/nav-works.svg);
}
.no-svg #nav li.nav-works a span {
	background-image: url(../img/common/nav-works.png);
}

#nav .nav-sub li.nav-architecture a span {
	background-image: url(../img/common/nav-architecture.svg);
}
.no-svg #nav .nav-sub li.nav-architecture a span {
	background-image: url(../img/common/nav-architecture.png);
}

#nav li.nav-design a span {
	background-image: url(../img/common/nav-design.svg);
}
.no-svg #nav li.nav-design a span {
	background-image: url(../img/common/nav-design.png);
}

#nav li.nav-instagram a span {
	background-image: url(../img/common/nav-instagram.svg);
}
.no-svg #nav li.nav-instagram a span {
	background-image: url(../img/common/nav-instagram.png);
}

#nav li.nav-about a span {
	background-image: url(../img/common/nav-about.svg);
}
.no-svg #nav li.nav-about a span {
	background-image: url(../img/common/nav-about.png);
}

#nav li.nav-process a span {
	background-image: url(../img/common/nav-process.svg);
}
.no-svg #nav li.nav-process a span {
	background-image: url(../img/common/nav-process.png);
}

#nav li.nav-contact a span {
	background-image: url(../img/common/nav-contact.svg);
}
.no-svg #nav li.nav-contact a span {
	background-image: url(../img/common/nav-contact.png);
}


/******************
 content-main
******************/

#contents-main {
	margin-left: 180px;
	padding: 0 0 100px 0;
	clear: right;
	z-index: 0;
}

#contents-main h2.content-ttl {
	margin-bottom: 30px;
}

#contents-main h2.content-ttl span {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

.content-bottom-nav {
	position: relative;
	width: 650px;
	height: 88px;
}

.arrow-back,
.arrow-left {
	position: absolute;
	left: 0;
	top: 0;
}

.arrow-next,
.arrow-right {
	position: absolute;
	top: 0;
	right: 0;
}

/******************
 footer
******************/

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 45px;
	z-index: 2;
	background-color: #fff;
}

#footer-contents {
	position: relative;
	width: 1000px;
	height: 45px;
	margin: 0 auto;
}

#footer .footer-top {
	position: absolute;
	right: 40px;
	top: 18px;
	display: block;
	width: 26px;
	height: 8px;
	background-image: url(../img/common/footer-top.svg);
	background-color: #fff;
	background-position: left top;
	background-size: contain;
	background-repeat:  no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.no-svg #footer .footer-top {
	background-image: url(../img/common/footer-top.png);
}

#footer .footer-copyright {
	position: absolute;
	left: 180px;
	top: 19px;
	display: block;
	width: 208px;
	height: 7px;
	background-image: url(../img/common/footer-copyright.svg);
	background-color: #fff;
	background-position: left top;
	background-size: contain;
	background-repeat:  no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.no-svg #footer .footer-copyright {
	background-image: url(../img/common/footer-copyright.png);
}

/******************
 index
******************/

#index-contents {
	width: 650px;
}

#index-contents .index-list {
	font-size: 0;
}

#index-contents .index-list li {
	margin-bottom: 12px;
}

/******************
 news
******************/

#news-contents {
	width: 650px;
}

.news-content-section {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #b4b5b5;
}

.news-content-section h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 20px;
}

.news-content-section .news-date {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	color: #b4b5b5;
	margin-bottom: 8px;
}

.news-content-section p {
	line-height: 1.8;
	margin: 0;
}

/******************
 works
******************/

#works-contents {
	width: 100%;
	overflow: hidden;
}

#works-contents h2 {
	padding: 0;
	margin: 0 0 6px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: normal;
}

#works-contents h3 {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.3;
	font-weight: normal;
}

.works-list {
	width: 664px;
	overflow: hidden;
}

.works-list li {
	float: left;
	width: 318px;
	margin: 0 14px 40px 0;
}

.works-list li a {
	display: block;
	text-decoration: none;
}

.works-list li img {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

#works-image-main {
	float: left;
	width: 650px;
	margin-bottom: 12px;
}

#works-image-main img {
	width: 100%;
	height: auto;
}

#works-images {
	float: left;
	width: 664px;
	margin-left: -14px;
	overflow: hidden;
}

#works-images li {
	float: left;
	margin: 0 0 12px 14px;
}

#works-image-main img,
#works-images li img {
	vertical-align: bottom;
}

#works-detail {
	margin-left: 665px;
}

#works-detail h3 {
	margin: 0 0 24px;
}

#works-detail p {
	margin: 0 0 1em;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.8;
}

/******************
 about
******************/

.about #contents-main h2.content-ttl span {
	font-size: 12px;
	font-size: 1.2rem;
}


.about-business {
	margin-bottom: 80px;
}

.about-text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.9;
}

.about-staff {
	overflow: hidden;
}

.about-staff-box {
	float: left;
	width: 292px;
}

.about-staff-box-left {
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	border-right: 1px dotted #b4b5b5;
}

.about-staff-box-header {
	height: 70px;
}

.about-staff-box-header h3 {
	display: inline;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	margin-right: 24px;
}

.about-staff-box-header h4 {
	display: inline;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
}

.about-staff-box-header h5 {
	font-weight: normal;
	margin-top: 12px;
}

.about-staff p {
	line-height: 1.9;
	margin: 0;
}

/******************
 process
******************/

#process-contents {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.75;
}

.process-content {
	margin-bottom: 60px;
}

#process-contents .process-content ol {
	list-style: decimal outside;
	padding: 0 0 0 2em;
}

#process-contents .process-content ol li {
	margin: 0 0 1em;
}

#process-contents .process-content p {
	margin: 0;
}

#process-contents .process-content p.indent {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#contents-main #process-contents h2.content-ttl span {
	line-height: 1;
	padding-bottom: 2px;
}


/******************
 contact
******************/

#contact-contents {
	width: 645px;
	padding-top: 90px;
	overflow: hidden;
}

#contact-contents h2.contact-logo {
	display: block;
	width: 181px;
	height: 14px;
	background: #fff url(../img/common/logo.svg) left top no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 40px;
	padding: 0;
}
.no-svg #contact-contents h2.contact-logo {
	background: #fff url(../img/contact/contact-logo.png) left top no-repeat;
}

.contact-address {
	float: left;
	width: 283px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.7;
}

.contact-address p {
	margin: 0 0 1em;
}

.contact-address p.contact-tel {
	margin: 0;
}

.contact-gmap {
	position: relative;
	width: 362px;
	height: 362px;
	margin-left: 283px;
	overflow: hidden;
	z-index: 0;
}

.contact-gmap iframe,
.contact-gmap object,
.contact-gmap embed {
	width: 100%;
	height: 100%;
}