/* *****************************************
/*+  worksTtl  +******************************
/***************************************** */
#worksTtl {
  width: 100%;
  text-align: center;
  background: #111726;
  margin-top: 0px;
  padding: 77px 0 15px;
}

/* *****************************************
/*+  main  +******************************
/***************************************** */
#main {
  width: 100%;
  position: relative;
  height: 607px;
}
#main #mainPic {
  position: fixed;
  z-index: -1;
  overflow: hidden;
}
#main #mainPic img {
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0) !important;
}

/* *****************************************
/*+  concept  +******************************
/***************************************** */
#concept {
  width: 100%;
  position: relative;
  margin: 0 0 100px;
  transform: translate3d(0, 0, 0) !important;
}
#concept #conceptInner #conceptBlock {
  display: table;
  width: 1px;
  padding: 66px 44px 50px;
  background: #f1f1f1 url(../img/ttl_concept.png) no-repeat right top;
  opacity: 0.8;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
}
#concept #conceptInner #conceptBlock.left {
  margin-left: 7%;
  margin-right: auto;
}
#concept #conceptInner #conceptBlock.right {
  margin-left: auto;
  margin-right: 7%;
}
#concept #conceptInner #conceptBlock h2 {
  margin-bottom: 40px;
}
#concept #conceptInner #conceptBlock p {
  font-size: 13px;
  line-height: 2.0;
}

/* *****************************************
/*+  photoArea  +******************************
/***************************************** */
#photoArea {
  width: 100%;
  padding: 170px 0 60px;
  text-align: left;
  position: relative;
  background: #111726 url(../img/bg_story.png) no-repeat right 90px;
  overflow: hidden;
}
#photoArea #photoAreaInner h2 {
  margin-bottom: 80px;
  padding: 0 4%;
  text-align: center;
  max-width: 100%;
  height: auto;
}
#photoArea #photoAreaInner h2 img {
  max-width: 100%;
  height: auto;
}
#photoArea #photoAreaInner .photoBlock {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 40px;
}
#photoArea #photoAreaInner .photoBlock .photo {
  display: table-cell;
}
#photoArea #photoAreaInner .photoBlock .photo a {
  cursor: pointer;
  display: block;
  position: relative;
}
#photoArea #photoAreaInner .photoBlock .photo a img {
  width: 100%;
  height: auto;
}
#photoArea #photoAreaInner .photoBlock .photo a span.iconZoom {
  position: absolute;
  right: 0;
  bottom: 0;
}
#photoArea #photoAreaInner .photoBlock .photo a span.iconZoom img {
  width: auto;
  height: auto;
}
#photoArea #photoAreaInner .photoBlock .txtArea {
  display: table-cell;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 352px;
  text-align: left;
  vertical-align: top;
  padding: 40px;
}
#photoArea #photoAreaInner .photoBlock .txtArea h3 {
  margin-bottom: 40px;
}

/* *****************************************
/*+  buildingData  +******************************
/***************************************** */
#buildingData {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 90px;
  padding: 0 40px;
  background: #111726;
  color: #FFF;
}
#buildingData #buildingDataInner {
  max-width: 1000px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: #414551 solid 1px;
  padding: 40px;
  margin: 0 auto;
  background: url(../img/bg_data.png) no-repeat 40px 40px;
}
#buildingData #buildingDataInner #buildingDataContents {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#buildingData #buildingDataInner #buildingDataContents div#buildingDataTable {
  display: table-cell;
  vertical-align: top;
  border-collapse: collapse;
  color: #FFF;
  padding-top: 85px;
}
#buildingData #buildingDataInner #buildingDataContents table {
  /*	display:table-cell;
  	vertical-align:top;
  	border-collapse:collapse;
  	color:#FFF;
  	padding-top:85px;
  */
}
#buildingData #buildingDataInner #buildingDataContents table th {
  padding: 7px 20px 7px 10px;
  background: none;
  border: none;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}
#buildingData #buildingDataInner #buildingDataContents table td {
  padding: 7px 10px 7px 10px;
  background: none;
  border: none;
}
#buildingData #buildingDataInner #buildingDataContents #drawing {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  max-width: 50%;
}
#buildingData #buildingDataInner #buildingDataContents #drawing img {
  max-width: 100%;
  height: auto;
}

/* *****************************************
/*+  caMessage  +******************************
/***************************************** */
#caMessage {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 0px;
  padding: 0 40px 1px;
  background: #FFF;
  /* consultation */
}
#caMessage #caMessageInner {
  max-width: 1000px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 40px;
  margin: 0 auto;
  background: url(../img/bg_message.png) no-repeat right 22px;
}
#caMessage #caMessageInner h2 {
  text-align: center;
  margin-bottom: 40px;
}
#caMessage #caMessageInner h2 img {
  padding-bottom: 15px;
  border-bottom: #e5e5e5 solid 1px;
}
#caMessage #caMessageInner .caPic {
  float: left;
  width: 230px;
}
#caMessage #caMessageInner .messageTxt {
  float: left;
  width: 100%;
  margin-left: -230px;
}
#caMessage #caMessageInner .messageTxtInner {
  margin-left: 230px;
}
#caMessage #caMessageInner .messageTxt h3 {
  margin-bottom: 20px;
}
#caMessage #caMessageInner .messageTxt h3 img {
  max-width: 100%;
  height: auto;
}
#caMessage .consultation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 10px auto 60px;
  padding: 40px 40px;
  border: #880000 solid 1px;
}
#caMessage .consultation * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#caMessage .consultation img {
  width: 100%;
  height: auto;
}
#caMessage .consultation .description {
  display: table;
  margin-bottom: 20px;
}
#caMessage .consultation .description .txt {
  display: table-cell;
  width: 77.34205%;
  vertical-align: top;
}
#caMessage .consultation .description .txt h2 {
  font-size: 142.85714%;
  font-weight: bold;
  color: #800;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: #800 solid 1px;
}
#caMessage .consultation .description .txt p {
  font-size: 114.28571%;
}
#caMessage .consultation .description .pic {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
#caMessage .consultation .link_consultation a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #800;
  color: #FFF;
  font-size: 171.42857%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  transition: 0.35s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #800 solid 2px;
  position: relative;
  padding-right: 20px;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
}
#caMessage .consultation .link_consultation a:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#caMessage .consultation .link_consultation a:hover, #caMessage .consultation .link_consultation a:focus {
  box-shadow: inset 0 -4em 0 0 #f7dada;
  color: #800;
}
#caMessage .consultation .link_consultation a::after {
  transition: 0.35s;
}
#caMessage .consultation .link_consultation a:hover::after, #caMessage .consultation .link_consultation a:focus::after {
  border-color: #800;
}
#caMessage .consultation .link_catalog a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  background-color: #111726;
  color: #FFF;
  font-size: 128.57143%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  transition: 0.35s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #111726 solid 2px;
  position: relative;
  padding-right: 20px;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
}
#caMessage .consultation .link_catalog a:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#caMessage .consultation .link_catalog a:hover, #caMessage .consultation .link_catalog a:focus {
  box-shadow: inset 0 -4em 0 0 #aab1c3;
  color: #111726;
}
#caMessage .consultation .link_catalog a::after {
  transition: 0.35s;
}
#caMessage .consultation .link_catalog a:hover::after, #caMessage .consultation .link_catalog a:focus::after {
  border-color: #111726;
}

/* *****************************************
/*+  otherWorks  +******************************
/***************************************** */
#otherWorks {
  max-width: 1000px;
  margin: 70px auto 0;
  padding: 0px 40px;
}
#otherWorks h2 {
  text-align: center;
  margin-bottom: 50px;
}
#otherWorks ul {
  margin-left: -2%;
}
#otherWorks ul li {
  float: left;
  margin: 0 0 1.96078% 1.96078%;
  margin-bottom: -moz-calc(20 / 1020 * 100%);
  margin-bottom: -webki-calc(20 / 1020 * 100%);
  margin-bottom: calc(20 / 1020 * 100%);
  margin-left: -moz-calc(20 / 1020 * 100%);
  margin-left: -webki-calc(20 / 1020 * 100%);
  margin-left: calc(20 / 1020 * 100%);
  width: 23.0392%;
  width: -moz-calc(235 / 1020 * 100%);
  width: -webki-calc(235 / 1020 * 100%);
  width: calc(235 / 1020 * 100%);
}
#otherWorks ul li a {
  display: block;
  position: relative;
  height: 0px;
  padding-top: 63.8297%;
  padding-top: -moz-calc(150 / 235 * 100%);
  padding-top: -webki-calc(150 / 235 * 100%);
  padding-top: calc(150 / 235 * 100%);
  overflow: hidden;
}
#otherWorks ul li a .thumb, #otherWorks ul li a .overlay, #otherWorks ul li a .overlayContents {
  display: block;
  position: absolute;
}
#otherWorks ul li a .thumb, #otherWorks ul li a .overlay {
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
}
#otherWorks ul li a .new {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 1px;
  line-height: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.no-touchevents.csstransitions #otherWorks ul li a .new {
  -webkit-transition: opacity 0.35s,-webkit-transform 0.20s ease-out;
  transition: opacity 0.35s,transform 0.20s ease-out;
}

#otherWorks ul li a.active .new, #otherWorks ul li a:hover .new {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
#otherWorks ul li a .overlay {
  background: #000;
  opacity: 0.0;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
  -khtml-opacity: 0.0;
  /* Safari 1.x */
  -moz-opacity: 0.0;
  /* FF lt 1.5, Netscape */
}

.no-touchevents.csstransitions #otherWorks ul li a .overlay {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

#otherWorks ul li a.active .overlay, .no-touchevents #otherWorks ul li a:hover .overlay {
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  opacity: 0.6 !important;
}

#otherWorks ul li a .overlayContents {
  width: 83.404%;
  height: 73.333%;
  width: -moz-calc(196 / 235 * 100%);
  width: -webki-calc(196 / 235 * 100%);
  width: calc(196 / 235 * 100%);
  height: -moz-calc(110 / 150 * 100%);
  height: -webki-calc(110 / 150 * 100%);
  height: calc(110 / 150 * 100%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#otherWorks ul li a .overlayContents img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
}

/*
.touchevents #otherWorks ul li a .overlayContents{
	display:none;
}
*/
.no-touchevents.csstransitions #otherWorks ul li a .overlayContents img {
  -webkit-transition: opacity 0.35s,-webkit-transform 0.20s ease-out;
  transition: opacity 0.35s,transform 0.20s ease-out;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.csstransforms #otherWorks ul li a.active .overlayContents img, .no-touchevents #otherWorks ul li a:hover .overlayContents img {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

#otherWorks ul li a .overlayContents .bdT, #otherWorks ul li a .overlayContents .bdB {
  display: block;
  height: 1px;
  margin: 0 auto;
}

.no-touchevents.csstransitions #otherWorks ul li a .overlayContents .bdT, .no-touchevents.csstransitions #otherWorks ul li a .overlayContents .bdB {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.csstransforms #otherWorks ul li a.active .overlayContents .bdT, .csstransforms #otherWorks ul li a.active .overlayContents .bdB {
  border-top: 1px solid #fff;
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.no-touchevents #otherWorks ul li a:hover .overlayContents .bdT, .no-touchevents #otherWorks ul li a:hover .overlayContents .bdB {
  border-top: 1px solid #fff;
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* for ie9 */
.ie9 #otherWorks ul li a .overlayContents img {
  display: none;
}
.ie9 #otherWorks ul li a.active .overlayContents img, .ie9 #otherWorks ul li a:hover .overlayContents img {
  display: block;
}

/* for ie8 */
.ie8 #otherWorks ul li a .overlay {
  background: #111726;
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
}
.ie8 #otherWorks ul li a.active .overlay, .ie8 #otherWorks ul li a:hover .overlay {
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  filter: alpha(opacity=60);
}
.ie8 #otherWorks ul li a .overlayContents img {
  display: none;
}
.ie8 #otherWorks ul li a.active .overlayContents img, .ie8 #otherWorks ul li a:hover .overlayContents img {
  display: block;
}
.ie8 #otherWorks ul li a .overlayContents .bdT, .ie8 #otherWorks ul li a .overlayContents .bdB {
  display: none;
  height: 1px;
  margin: 0 auto;
}
.ie8 #otherWorks ul li a.active .overlayContents .bdT, .ie8 #otherWorks ul li a.active .overlayContents .bdB {
  border-top: 1px solid #fff;
  display: block;
}
.ie8 #otherWorks ul li a:hover .overlayContents .bdT, .ie8 #otherWorks ul li a:hover .overlayContents .bdB {
  border-top: 1px solid #fff;
  display: block;
}
