@charset "utf-8";
/* reset */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, figure, aside, header, footer, main, nav {
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse:collapse;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align:bottom;
}
hr{
	clear:both;
	border:none;
	background-color:#FFFFFF;
}
figure{
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
main, section, aside {
  display: block;
}

/*
------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.4;
  color: #555;
}

/* style
-------------------------------------*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* structure
----------------------------- */
#wrapper {
  margin: 10px auto 0;
  width: 1020px;
}
#wrapper main {
  padding-bottom: 35px;
  background-color: #fff;
}

/* common
----------------------------- */
.atop {
  position: relative;
  height: 54px;
}
.atop img {
  position: absolute;
  left: 0;
  z-index: 2000;
}
.main_img {
  text-align: center;
}
h2 + .box_wrap {
  padding-top: 30px;
}
h2 + .box_wrap.wide {
  padding-top: 35px;
}
.box_wrap {
  margin: 0 auto;
  width: 980px;
}
.box_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.box_wrap > div {
  float: left;
  margin-bottom: 10px;
  width: 320px;
  height: 293px;
  border: 1px solid #223769;
  border-radius: 4px;
}
.box_wrap > div + div {
  margin-left: 10px;
}
.box_wrap.wide > div {
  float: left;
  height: 494px;
}
.box_wrap > div h3 {
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #223769;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  color: #fff;
}
.box_wrap > div h3:before {
  content: "";
  display: inline-block;
  margin: -2px 20px 0 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  background-image: url(../images/detail/ic_num.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.box_wrap > div.no1 h3:before {
  background-position: 0 0;
}
.box_wrap > div.no2 h3:before {
  background-position: -40px 0;
}
.box_wrap > div.no3 h3:before {
  background-position: -80px 0;
}
.box_wrap > div.no4 h3:before {
  background-position: 0 -40px;
}
.box_wrap > div.no5 h3:before {
  background-position: -40px -40px;
}
.box_wrap > div.no6 h3:before {
  background-position: -80px -40px;
}
.box_wrap > div.no7 h3:before {
  background-position: 0 -80px;
}
.box_wrap > div.no8 h3:before {
  background-position: -40px -80px;
}
.box_wrap > div.no9 h3:before {
  background-position: -80px -80px;
}
.box_wrap > div.no10 h3:before {
  background-position: 0 -120px;
}
.box_wrap > div.no11 h3:before {
  background-position: -40px -120px;
}
.box_wrap > div.no12 h3:before {
  background-position: -80px -120px;
}
.box_wrap.wide > div > p {
  padding: 5px 20px 8px;
  font-size: 16px;
}
.box_wrap.wide > div > p.detail {
  padding: 7px 20px 0;
  font-size: 12px;
  line-height: 1.2;
}
.box_wrap > div > div {
  position: relative;
  margin: 0 15px;
  text-align: center;
}
.box_wrap > div > div > p {
  position: absolute;
  line-height: 1.3;
  font-size: 12px;
  text-align: left;
}


/* bath
----------------------------- */
.bath .atop img {
  top: -3px;
}
.bath .main_img {
  padding: 32px 0 40px;
}
.bath .box_wrap.wide {
  padding-bottom: 70px;
}
.bath .box_wrap:not(.wide) .no1 > div {
  margin-top: 42px;
}
.bath .box_wrap:not(.wide) .no1 .txt01 {
  top: 110px;
  left: 35px;
}
.bath .box_wrap:not(.wide) .no1 .txt02 {
  top: 110px;
  right: 35px;
}
.bath .box_wrap:not(.wide) .no2 .txt01 {
  top: 88px;
  left: 35px;
}
.bath .box_wrap:not(.wide) .no1 .txt03 {
  top: 155px;
  left: 5px;
  padding-right: 10px;
}
.bath .box_wrap:not(.wide) .no2 > div {
  margin-top: 35px;
}
.bath .box_wrap:not(.wide) .no3 > div {
  margin-top: 27px;
}
.bath .box_wrap:not(.wide) .no3 .txt01 {
  top: 80px;
  right: 44px;
}
.bath .box_wrap:not(.wide) .no3 .txt02 {
  top: 165px;
  left: 40px;
}
.bath .box_wrap:not(.wide) .no3 .txt03 {
  top: 166px;
  right: 44px;
}
.bath .box_wrap .no4 > div {
  margin-top: 52px;
}
.bath .box_wrap .no4 .txt01 {
  top: 75px;
  left: 35px;
}
.bath .box_wrap .no4 .txt02 {
  top: 125px;
  left: 75px;
}
.bath .box_wrap .no5 > div {
  margin-top: 25px;
}
.bath .box_wrap .no5 > div > p {
  position: static;
  margin-top: 8px;
  text-align: center;
}
.bath .box_wrap .no6 > div {
  margin-top: 63px;
}
.bath .box_wrap .no6 > div > p {
  top: 105px;
  left: 35px;
}
.bath .box_wrap .no7 > div {
  margin-top: 40px;
}
.bath .box_wrap .no7 > div > p {
  position: static;
  margin-top: 8px;
  text-align: center;
}
.bath .box_wrap .no8 > div {
  margin-top: 30px;
}
.bath .box_wrap .no8 > div > p {
  position: static;
  margin-top: 8px;
}
.bath .box_wrap .no9 > div {
  margin-top: 35px;
}
.bath .box_wrap .no9 .txt01 {
  top: 50px;
  left: 35px;
}
.bath .box_wrap .no9 .txt02 {
  top: 60px;
  right: 35px;
}
.bath .box_wrap .no9 .txt03 {
  top: 143px;
  left: 35px;
}
.bath .box_wrap .no9 .txt04 {
  top: 143px;
  right: 35px;
  text-align: right;
}
.bath .box_wrap .no10 > div,
.bath .box_wrap .no11 > div {
  margin-top: 20px;
}
.bath .box_wrap .no10 > div > p {
  position: static;
  margin-top: 8px;
}
.bath .box_wrap .no11 > div > p {
  position: static;
  margin-top: 8px;
  padding-left: 10px;
}
.bath .box_wrap .no12 > div {
  margin-top: 20px;
}
.bath .box_wrap .no12 > div > p {
  position: static;
  margin-top: 8px;
  padding: 0 5px;
}
.bath .caution {
  padding: 17px 17px 40px;
  font-size: 12px;
  line-height: 1.6;
}

/* construction
----------------------------- */
.construction .atop img {
  top: -2px;
}
.construction .main_img {
  padding: 35px 0 25px;
}
.construction .main_img p {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.construction .movie {
  margin: 0 20px 40px;
}
.construction .movie:after {
  content: "";
  display: block;
  clear: both;
}
.construction .movie .box_l {
  float: left;
  width: 420px;
}
.construction .movie .box_r {
  float: right;
  width: 420px;
}
.construction .mechanism .atop img {
  top: -3px;
}
.construction .mechanism {
  background-color: #333;
  padding-bottom: 30px;
}
.construction .mechanism:after {
  content: "";
  display: block;
  clear: both;
}
.construction .mechanism h2 {
  margin-bottom: 36px;
}
.construction .mechanism > div {
  margin: 0 20px 10px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}
.construction .mechanism > div h3 {
  position: relative;
  padding: 12px 0 0 80px;
  height: 60px;
  background-color: #d0d0d0;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  text-align: left;
}
.construction .mechanism > div h3 .small {
  display: block;
  font-size: 14px;
  line-height: 1.0;
}
.construction .mechanism > div > p {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.construction .mechanism > div h3:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  background-image: url(../images/detail/construction/bg_head.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.construction .mechanism > div.box01 h3:before {
  background-position: 0 0;
}
.construction .mechanism > div.box02 h3:before {
  background-position: -40px 0;
}
.construction .mechanism > div.box03 h3:before {
  background-position: -80px 0;
}
.construction .mechanism > div.box02,
.construction .mechanism > div.box03 {
  position: relative;
  float: left;
  width: 470px;
  height: 404px;
}
.construction .mechanism > div.box02 > div,
.construction .mechanism > div.box03 > div {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 470px;
}
.construction .absorption {
  padding-top: 40px;
}
.construction .absorption h2 {
  margin-bottom: 8px;
}
.construction .absorption > div {
  margin-bottom: 10px;
  border: 1px solid #223769;
  border-radius: 4px;
}
.construction .absorption > div h3 {
  height: 40px;
  line-height: 40px;
  background-color: #223769;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.construction .absorption .box01,
.construction .absorption .box04 {
  margin: 0 20px 10px;
}
.construction .absorption .box01 > div {
  margin: 20px 0;
  text-align: center;
}
.construction .absorption .box02 {
  float: left;
  margin-left: 20px;
  width: 660px;
  height: 337px;
}
.construction .absorption .box02 .gva {
  display: table;
  table-layout: fixed;
  margin: 10px 0;
  width: 100%;
  height: 276px;
}
.construction .absorption .box02 .gva > div {
  display: table-cell;
  padding-top: 10px;
  text-align: center;
  background-position: center 148px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.construction .absorption .box02 .gva > div + div {
  border-left: 1px solid #213769;
}
.construction .absorption .box02 .gva > div p {
  line-height: 1.2;
}
.construction .absorption .box02 .gva > div p + p {
  margin-top: 5px;
}
.construction .absorption .box02 .gva > div strong {
  font-size: 16px;
  color: #CF3239;
}
.construction .absorption .intensity {
  font-size: 20px;
}
.construction .absorption .intensity .num {
  padding: 0 .8em;
  font-size: 30px;
  font-weight: bold;
}
.construction .absorption .box02 .gva > div:first-child {
  background-image: url(../images/detail/construction/img_05.png);
}
.construction .absorption .gva > div:first-child .num {
  color: #49AD13;
}
.construction .absorption .box02 .gva > div:nth-child(2) {
  background-image: url(../images/detail/construction/img_06.png);
}
.construction .absorption .gva > div:nth-child(2) .num {
  color: #E5AD04;
}
.construction .absorption .box02 .gva > div:last-child {
  background-image: url(../images/detail/construction/img_07.png);
}
.construction .absorption .gva > div:last-child .num {
  color: #F56525;
}
.construction .absorption .box03 {
  float: right;
  margin-right: 20px;
  width: 300px;
  height: 337px;
}
.construction .absorption .box03 > div {
  margin: 45px 0 0 35px;
  text-align: left;
}
.construction .absorption .box03 > p {
  margin-top: 25px;
  font-size: 12px;
  text-align: center;
}
.construction .absorption .box04 {
  clear: both;
}
.construction .absorption .box04 ul {
  margin: 0 0 20px 110px;
}
.construction .absorption .box04 li {
  margin-top: 22px;
  width: 590px;
  background-position: 38px bottom;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 1.2;
}
.construction .absorption .box04 li strong {
  font-size: 30px;
  color: #CF3239;
}
.construction .absorption .box04 li:before {
  content: "";
  display: inline-block;
  margin: -2px 20px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-image: url(../images/detail/construction/ic_num_w.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.construction .absorption .box04 li:first-child {
  background-image: url(../images/detail/construction/line_01.png);
  
}
.construction .absorption .box04 li:first-child:before {
  background-color: #49AD13;
  background-position: 0 0;
}
.construction .absorption .box04 li:nth-child(2) {
  margin-left: 120px;
  background-image: url(../images/detail/construction/line_02.png);
  
}
.construction .absorption .box04 li:nth-child(2):before {
  background-color: #E5AD04;
  background-position: -40px 0;
}
.construction .absorption .box04 li:last-child {
  margin-left: 240px;
  background-image: url(../images/detail/construction/line_03.png);
  
}
.construction .absorption .box04 li:last-child:before {
  background-color: #F56525;
  background-position: -80px 0;
}

/* terrace
----------------------------- */
.terrace .atop {
  height: 55px;
}
.terrace .atop img {
  top: -8px;
}
.terrace .main_img {
  padding: 30px 0 45px;
}
.terrace .main_img > img {
  margin-top: 20px;
}
.terrace .main_img h3 {
  margin-top: 20px;
  padding: 0 20px;
  letter-spacing: .08em;
  font-size: 20px;
  font-weight: bold;
  color: #213769;
  text-align: left;
}
.terrace .main_img p {
  margin-top: 1em;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.terrace .merit {
  margin: 30px 20px 0;
}
.terrace h2 + .merit {
  margin: 35px 20px 0;
}
.terrace .merit:after {
  content: "";
  display: block;
  clear: both;
}
.terrace .merit > div {
  float: left;
  vertical-align: top;
}
.terrace .merit > div + div {
  float: right;
}
.terrace .merit > div.image {
  width: 400px;
}
.terrace .merit > div.text {
  width: 560px;
}
.terrace .merit > div.text h3 {
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #696565;
  font-size: 20px;
  color: #fff;
}
.terrace .merit > div.text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.2;
}
.terrace .merit.bg_dg {
  margin: 40px 10px;
  padding: 30px 10px 40px;
  background-color: #333;
}
.terrace .merit.bg_dg_02 {
  padding: 0;
  padding: 30px 10px 10px;
}
.terrace .merit.bg_dg > div.text p {
  color: #fff;
}
.terrace .equipment_img {
  margin: 5px 0 20px;
  text-align: center;
}
.terrace .box_wrap > div {
  position: relative;
  height: 347px;
}
.terrace .box_wrap.narrow > div {
  position: relative;
  height: 347px;
}
.terrace .box_wrap > div > p {
  padding: 5px 5px 0 15px;
  font-size: 16px;
  line-height: 1.5;  
}
.terrace .box_wrap > div > div {
  position: absolute;
  width: 320px;
  height: 202px;
  bottom: 10px;
  left: -15px;
  text-align: center;
}
/*
.terrace .box_wrap.narrow > div:last-child img {
  margin-top: 67px;
}
*/
.terrace .box_wrap.narrow > div:first-child img {
  margin-top: 67px;
}
.terrace .box_wrap.narrow > div h3 {
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #8b1129;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  color: #fff;
}
.terrace .box_wrap.narrow > div {
  border: 1px solid #8b1129;
}

/* powderroom
----------------------------- */
.powder .main_img {
  padding: 35px 0 20px;
}
.powder .list {
  margin: 0 20px 38px;
}
.powder .list:after {
  content: "";
  display: block;
  clear: both;
}
.powder .list li {
  float: left;
  width: 33.33%;
}
.powder .list li h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #213769;
  line-height: 1.0;
}
.powder .list li h3:before {
  display: inline-block;
  content: "";
  margin: 2px 3px 0 0;
  width: 16px;
  height: 16px;
  background-color: #213769;
}
.powder .list li p {
  margin-top: 5px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.2;
}
.powder .text_img01 {
  margin: 8px 0 38px;
  text-align: center;
}
.powder .text_img02 {
  position: relative;
  height: 1128px;
}
.powder section:last-child h2 {
  position: relative;
  z-index: 1012;
}
.powder .text_img02 img {
  position: absolute;
  top: -4px;
  left: 20px;
  z-index: 1011;
}

/* kitchen
----------------------------- */
.kitchen .main_img {
  padding: 30px 0 20px;
}
.kitchen .box_wrap > div {
  position: relative;
  height: 322px;
}
.kitchen .box_wrap > div > p {
  padding: 5px 5px 0 15px;
  font-size: 16px;
  line-height: 1.5;  
}
.kitchen .box_wrap > div.no4 h3 {
  font-size: 16px;
}
.kitchen .box_wrap > div > div {
  position: absolute;
  bottom: 10px;
  left: -15px;
  width: 320px;
  text-align: center;
}

/* concept
----------------------------- */
.concept .atop img {
  top: -2px;
}
.concept .main_img {
  margin: 10px 0 20px;
}
.concept .text {
  margin: 0 20px;
  padding-left: 515px;
  background: url(../images/detail/concept/img.jpg) 0 0 no-repeat;
}
.concept .text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #213769;
  line-height: 1.0;
}
.concept .text p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.2;
}
.concept .text > div + div {
  margin-top: 50px;
}




