@charset "UTF-8";
/* CSS Document */

/* ▼個別要素スタイル */
/* ----------------------------------------------------- */

/*------------------
*ContentsWrap
*[レイアウト] メインコンテンツエリア
------------------*/



/* ▼home */
/* ▼[レイアウト] メインTOPページ */
/* ----------------------------------------------------- */
#homeWrap {
}
/*----- H2 基本設定 -----*/
#homeWrap h2 {
	position: relative;
	margin: 0 0 1rem;
	line-height: 1em;
	padding: 0 0 0.5rem;
	border-bottom: 1px solid #000;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 150%;
	font-weight: 600;
}

/*----- トップ画面 メインイメージエリア -----*/
#mainImgArea {
	width: 100%;
}
#mainImgArea h1 {
	position: relative;
	width: 100vw;
	height: auto;
  min-height: 600px;
	max-height: 680px;
	margin: 0 0 2rem !important;
	border: none !important;

	background-size: cover;
	background-position: center 40%;
	background-image: url(/assets/images/home/main.jpg);

	text-indent: 100%; /*テキスト非表示*/
	white-space: nowrap; /*テキスト非表示*/
	overflow: hidden; /*テキスト非表示*/
}

/*----- トップ画面 YouTubeエリア -----*/
#homeYoutubeArea {
	width: 700px;
	height: auto;
	min-height: 300px;
	margin: 0 auto 2rem;
	z-index: 2;
}

/*----- トップ画面 コンセプトページリンク／ニュース エリア -----*/
#homeInfoArea {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;

	width: 100%;
	margin: 0 auto 2rem;
}
#homeInfoArea div {
	width: 100%;
}

/* コンセプトページリンク */
#homeInfoArea div.homeConceptLink {
	width: 100%;
	margin: 0 auto 3rem;
	background: url(/assets/images/home/bg-homeconceptlink.jpg) center center no-repeat;
	background-size: cover;
}
#homeInfoArea div.homeConceptLink h2 {
	width: 700px;
	margin: 0 auto;
	border: none;
	text-align: left;
	font-size: 250%;
}
#homeInfoArea div.homeConceptLink h2 span {
	display: block;
	padding-left: 0;
	font-size: 40%;
}
#homeInfoArea div.homeConceptLink h3 {
	display: -webkit-flex;
	display: flex;
	width: 700px;
	margin: 0 auto 1rem;
	align-items: center;
	padding: 0;
	background: none;
	border: none;
	font-size: 120%;
}
#homeInfoArea div.homeConceptLink h3:after {
	display: block;
	flex-grow: 1;
	height: 1px;
	border-bottom: 1px dotted #000;
	content: "";
}
#homeInfoArea div.homeConceptLink h3 span {
	padding: 0.3rem 1rem 0.3rem 0rem;
	background: none;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}

#homeInfoArea div.homeConceptLink > div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;

	width: 700px;
	margin: 0 auto 1rem;
	padding-top: 1rem;
	border-top: 1px dotted #000;
}
#homeInfoArea div.homeConceptLink dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 48%;
}
#homeInfoArea div.homeConceptLink dl dt {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0 1rem;
	background: #3E3A39;
	color: #fff;
	font-weight: bold;
}
#homeInfoArea div.homeConceptLink dl dd {
	width: 88%;
	margin: 0 0 1rem;
}
#homeInfoArea div.homeConceptLink dl dd a {
	display: block;
	width: 100%;
	font-weight: bold;
}
#homeInfoArea div.homeConceptLink > a:hover {
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}

/* ニュースエリア */
#homeInfoArea div.homeNews {
	position: relative;
	width: 700px;
	height: 278px;
	margin: 0 auto;
	padding: 0.8rem;
	border: 1px solid #000;
}
/* ニュースエリア タイトル設定 */
#homeInfoArea div.homeNews span {
	position: absolute;
	padding: 3px 10px;
	left: 5px;
	top: -10px;
	background-color: #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;

	/* 左に傾ける */
	-webkit-transform: rotate(-15deg);	/* for Google Chrome and Safari */
		 -moz-transform: rotate(-15deg);	/* for Firefox */
			-ms-transform: rotate(-15deg);	/* for Internet Explorer */
			 -o-transform: rotate(-15deg);	/* for Oper */
					transform: rotate(-15deg);
	/* PIE.htcでcss3対応 */
	behavior: url("/PIE.htc");
}
#homeInfoArea div.homeNews dl {
	height: 255px;
	overflow: scroll;
}
#homeInfoArea div.homeNews dl dt {
	padding-top: 1rem;
	border-top: 1px solid #000;

	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#homeInfoArea div.homeNews dl dt:first-child {
	border: none;
}
#homeInfoArea div.homeNews dl dd {
	margin: 0 0 1rem;
}
#homeInfoArea div.homeNews dl dd a {
	text-decoration: underline;
}
#homeInfoArea div.homeNews dl dd a:hover {
	text-decoration: none;
}

/*----- トップ画面 施工事例へエリア -----*/
#homeWorksArea {
	width: 100%;
	background: #F7F8F8;
}
#homeWorksArea > div {
	width: 700px;
	margin: 0 auto 2rem;
	padding: 2rem 0;
	text-align: right;
}
#homeWorksArea > div > div {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(auto-fit, 31%);
	grid-template-columns: repeat(auto-fit, 31%);
  grid-gap: 3%;
  gap: 3%;
	justify-content: space-between;
}
#homeWorksArea > div > div a {
	display: block;
	margin: 0 0 1rem;
}
#homeWorksArea > div > div img {
	width: 100%;
}
#homeWorksArea div > a {
	margin: 0 0;
}
/* [施工事例へ]ボタン（テキスト） */
#homeWorksArea > div > a {
	display: inline-block;
	position: relative;
	margin: 1rem 0 0;
	padding: 0.2rem 1.5rem;
	background-color: #3E3A39;
	color: #fff;
}
#homeWorksArea > div > a:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0.5rem;
	margin: auto 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ffffff;
	content: "";
}
#homeWorksArea div a:hover {
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}

/*----- トップ画面 お客様の声へエリア -----*/
#homeVoiceArea {
	width: 700px;
	margin: 0 auto 2rem;
	padding: 2rem 0;
	text-align: right;
}
#homeVoiceArea > div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#homeVoiceArea div dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: flex-start;

	width: 31%;
	font-size: 90%;
}
#homeVoiceArea div dl dt:nth-child(1) {
	order: 0;
	margin: 0 0 1rem;

	font-weight: bold;
}
#homeVoiceArea div dl dt span {
	display: block;
}
#homeVoiceArea div dl dd:nth-child(2) {
	order: 1;
}
#homeVoiceArea div dl dd:nth-child(3) {
	order: -1;
	margin: 0 0 1rem;
}
#homeVoiceArea div dl dd img {
	width: 100%;
	margin: 0;
}
#homeVoiceArea div dl dd:nth-child(2) > a {
	padding-left: 1rem;
	text-decoration: underline;
}
#homeVoiceArea div dl dd a:hover {
	text-decoration: none;
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}
/* [お客様の声一覧へ]ボタン（テキスト） */
#homeVoiceArea > a {
	display: inline-block;
	position: relative;
	margin: 1rem 0 0;
	padding: 0.2rem 1.5rem;
	background-color: #3E3A39;
	color: #fff;
}
#homeVoiceArea > a:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0.5rem;
	margin: auto 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ffffff;
	content: "";
}
#homeVoiceArea > a:hover {
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}



/* ▼H1-H3 */
/* ▼[レイアウト] 中ページのH1-H3 設定 */
/* ----------------------------------------------------- */
/*----- H1 基本設定 -----*/
#contentsWrap h1 {
	position: relative;
	margin: 0 0 85px;
	line-height: 1em;
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 200%;
	font-weight: 600;
	z-index: -20;	/* ドロップダウンメニューよりも下にする */
}
#contentsWrap h1 span {
	position: absolute;
	display: block !important;
	width: 100%;
	text-align: center;
	bottom: -2em;
	font-size: 50%;
	font-weight: bold;
}
/*----- H2 基本設定 -----*/
#conceptWrap h2 {
	display: inline-block;
	margin: 0 0 0.5rem;
	padding: 0.3rem 1rem;
	background: #3E3A39;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
}
/*----- H3 基本設定 -----*/
#conceptWrap h3 {
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 160%;
	font-weight: 600;
}



/* ▼about */
/* ▼[レイアウト] 会社案内トページ */
/* ----------------------------------------------------- */
#aboutWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
/*------------------
*aboutWrap
*[レイアウト] 会社案内ページ
*会社概要ページ&スタッフページ 分岐リンク設定
------------------*/
#aboutWrap div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/*justify-content: space-between;*/
	justify-content: center;

	width: 100%;
}

#aboutWrap div div {
	width: 340px;
	height: 340px;
	border: 1px solid #000;
}
/*----- リンク設定 -----*/
#aboutWrap div div a {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
}
#aboutWrap div div a:hover {
	background-color: #ededed;
}

/*------------------
*aboutLayout
*[リンク] 会社概要ページ
*装飾レイアウト テキストを上下左右中央に配置
------------------*/
#aboutWrap div div a span.aboutLayout {
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 340px;
	height: 340px;
	line-height: 90px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 300%;
	font-weight: bold;
}
#aboutWrap div div a span.aboutLayout img {
	display: block;
	width: 6rem;
}

/*------------------
*aboutArrow
*[リンク] 会社概要ページ
*テキストタイトル装飾
------------------*/
#aboutWrap div div a span.aboutLayout .aboutArrow {
	position: relative;
	margin: 1rem 0 0;
	font-size: 40%;
}
#aboutWrap div div a span.aboutLayout .aboutArrow:before {
	position: absolute;
	display: flex;
	align-items: center;
	left: -1.5em;
	font-size: 50%;
	content: "▶";
}



/* ▼company */
/* ▼[レイアウト] 会社概要ページ */
/* ----------------------------------------------------- */
#companyWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
#companyWrap dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 100%;
	margin: 0 0 2rem;
}
#companyWrap dl dt {
	width: 15%;
	margin: 0 0 1rem;
}
#companyWrap dl dd {
	width: 85%;
	margin: 0 0 1rem;
}

#companyWrap img {
	margin: 0 0 2rem;
}
#companyWrap p {
	margin: 0 0 4rem;
}



/* ▼staffWrap */
/* ▼[レイアウト] スタッフページ */
/* ----------------------------------------------------- */
#staffWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
#staffWrap img {
	margin: 0 0 1rem;
}
#staffWrap p {
	margin: 0 0 4rem;
}



/* ▼mediaWrap */
/* ▼[レイアウト] メディア掲載情報ページ */
/* ----------------------------------------------------- */
#mediaWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}

#mediaWrap h2 {
	border-bottom: 2px dotted #000;
	font-size: 120%;
}

#mediaWrap dl {
	width: 100%;
	margin: 0 0 2.5rem;
}
#mediaWrap dl dd {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
#mediaWrap dl dd img {
	margin: 0 0 1rem 1rem;
}
#mediaWrap dl dd img:nth-child(odd) {
	margin: 0 0 1rem 0;
}



/* ▼event */
/* ▼[レイアウト] イベント情報ページ */
/* ----------------------------------------------------- */
#eventWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}

/*------------------
*eventEnd
*[レイアウト] イベント情報ページ
*イベント終了後 レイアウト設定
------------------*/
#eventEnd {
	width: 100%;
}
#eventEnd img {
	margin: 0 0 2rem;
}
#eventEnd p {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

/*------------------
*eventInfo
*[レイアウト] イベント情報ページ
*レイアウト設定
------------------*/
#eventInfo {
	width:  100%;
	margin: 0 0 1.5rem;
}
#eventInfo img {
	margin: 0 0 1rem;
}
#eventInfo dl {
	display: flex;
	flex-direction: row;
	font-weight: bold;
}
#eventInfo dl dt {
	width: 100px;
	margin: 0 0.5rem 0.5rem 0;
	padding: 0.5rem 0;
	background-color: #000;
	color: #fff;
	align-self: center;
	text-align: center;
}
#eventInfo dl dd {
	margin: 0 0 0.5rem;
	
}
#eventInfo dl dd span {
	display: block;
	font-size: 50%;
}

#eventNote {
	width:  100%;
	margin: 0 0 1.5rem;
	padding: 2rem 1rem;
	border: 1px solid #CBB28E;
}
#eventNote p span {
	border-bottom: 2px dotted #CBB28E;
}

#eventMerit {
	width:  100%;
}
#eventMerit h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 1.5em 0;
	padding: 0.5rem 0.5rem 0.5rem 5rem;
	background-color: #CBB28E;
	color: #000;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 150%;
	text-align: center;
}
#eventMerit h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left 50%;
	right: 50%;
	border: 15px solid transparent;
	border-top: 15px solid #CBB28E;
}
#eventMerit h3 span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	padding: 1rem;
	background-color: #000;
	color: #fff;
	left: 0;
	top: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 40%;
}
#eventMerit ul {
	margin: 0 0 2rem;
	list-style: none;
}
#eventMerit li {
	margin: 0 0 0.5rem;
	padding-left: 24px;
	position: relative;
}
#eventMerit li:before, #eventMerit li:after {
	content: "";
	display: block;
	position: absolute;
}
#eventMerit li:before {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #EA5514;
	border: 1px solid #EA5514;
	left: 0;
	top: 2px;
}
#eventMerit li:after {
	border-left:2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 6px;
	height: 3px;
	-weblit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left: 5px;
	top: 7px;
}
#eventMerit li span {
	color: #EA5514;
	font-weight: bold;
}

#eventData {
	width: 100%;
	margin: 0 0 2rem;
}





/* ▼concept */
/* ▼[レイアウト] SIMPLE Inc. 10のコンセプトページ */
/* ----------------------------------------------------- */
#conceptWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
#conceptWrap img {
	margin: 0 0 2rem;
}

/*----- コンセプト画面 コンセプトコラムエリア -----*/
#conceptColumnArea {
	position: relative;
	margin: 0 0 4rem;
}
#conceptColumnArea p {
	margin: 0;
}
#conceptColumnArea p:first-letter {
	margin-left: 1rem;
}
#conceptColumnArea a {
	position: absolute;
	display: inline-block;
	right: 0;
	font-size: 120%;
	font-weight: bold;
}
#conceptColumnArea a.backLink,
#conceptColumnArea a.nextLink {
	position: absolute;
	display: inline-block;
	width: 50%;
	font-size: 120%;
	font-weight: bold;
}
#conceptColumnArea a.backLink {
	left: 0;
	text-align: left;
}
#conceptColumnArea a.nextLink {
	right: 0;
	text-align: right;
}

/*----- コンセプト画面 コンセプトリンクエリア -----*/
#conceptLinkArea {
	width: 100%;
	margin: 0 0 2rem;
}
#conceptLinkArea h2 {
	display: flex;
	align-items: center;
	padding: 0;
	background: none;
	border: none;
	font-size: 120%;
}
#conceptLinkArea h2:after {
	display: block;
	flex-grow: 1;
	height: 1px;
	border-bottom: 1px dotted #000;
	content: "";
}
#conceptLinkArea h2 span {
	padding: 0.3rem 1rem 0.3rem 0rem;
	background: #fff;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
#conceptLinkArea div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;

	width: 100%;
}
#conceptLinkArea div dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 48%;
}
#conceptLinkArea div dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0 1rem;
	background: #3E3A39;
	color: #fff;
	font-weight: bold;
}
#conceptLinkArea div dl dd {
	width: 88%;
	margin: 0 0 1rem;
}
#conceptLinkArea div dl dd a {
	display: block;
	width: 100%;
	font-weight: bold;
}



/* ▼lineupWrap */
/* ▼[レイアウト] WORKSラインナップページ */
/* ----------------------------------------------------- */
#lineupWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
#lineupWrap img {
	margin: 0 0 1rem;
}

/*------------------
*lineupLinkArea
*[リンク] ラインナップページ
*各Simple/Viviendaページへのリンク
------------------*/
.lineupLinkArea {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 100%;
	margin: 0 0 20px;
}
.lineupLinkArea div {
	width: 48%;
}
.lineupLinkArea div:first-child {
	margin: 0;
}
/*----- リンク設定 -----*/
.lineupLinkArea div a {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	border: 1px solid #000;
	font-size: 120%;
	font-weight: bold;
}
.lineupLinkArea div a:hover {
	background-color: #F3F3F3;
}
/*----- リンク内のテキストを上下左右中央に配置 -----*/
.lineupLinkArea div a span {
	display: block;
	position: absolute;
	width: 100%;
	height: 4em;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lineupLinkArea div a span span {
	display: table-cell;
	position: relative;
	width: 340px;
	height: 4em;
	text-align: center;
	vertical-align: middle;
}
/* テキストの前に「▶」を配置 */
.lineupLinkArea div a span.lineupArrow:before {
	display: block;
	position: absolute;
	top: 26%;
	left: 18%;
	content: "▶";
}



/* ▼worksWrap */
/* ▼[レイアウト] WORKS施工事例ページ */
/* ----------------------------------------------------- */
#worksWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
/*----- 施工事例 各家メイン画像 -----*/
#worksWrap div.worksImgArea {
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	flex-direction: row;
	/*等間隔で配置*/
	justify-content: space-between;
	/*折り返し不可*/
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto 1.5rem !important;
}
#worksWrap div.worksImgArea div {
	width: 49%;
}
#worksWrap div.worksImgArea div.w700div {
	width: 100%;
}
#worksWrap div.worksImgArea div:first-child {
	margin: 0 !important;
}
/*----- イメージ設定（横並びに2画像） -----*/
#worksWrap div.worksImgArea img {
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	flex-direction: row;
	/*等間隔で配置*/
	justify-content: space-between;
	/*折り返し不可*/
	flex-wrap: nowrap;
	width: 100%;
}
/* イメージ画像を幅700pxに設定（1画像のみ） */
#worksWrap div.worksImgArea img.w700 {
	width: 100%;
}

#worksWrap div.worksImgArea div a {
}
#worksWrap div.worksImgArea div a:hover {
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}

/*------------------
*worksSum
*[レイアウト] 施工事例ページ
*各家 サムネイル レイアウト設定
------------------*/
div.worksSum {
	width: 700px;
	margin: 0 0 4rem 0;
}
div.worksSum .worksCol {
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	flex-direction: row;
	/*等間隔で配置*/
	justify-content: space-between;
	/*折り返し不可*/
	flex-wrap: nowrap;

	width: 100%;
	height: 218px;
	margin: 0 0 1.5rem 0;
}
div.worksSum .worksCol div {
	width: 218px;
	height: 218px;
}
div.worksSum .worksCol div:first-child {
	margin: 0;
}
/*----- リンク設定 -----*/
div.worksSum .worksCol div a{
	display: block;
	position: relative;
	width: 218px;
	height: 218px;
	background-repeat: no-repeat;
	background-position: 0 top;
	overflow: hidden;
}
div.worksSum .worksCol .s_worksCon a {
	margin: 0;
	padding: 0;
}
div.worksSum .worksCol .s_worksCon a:hover {
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}
div.worksSum .worksCol .s_worksCon a img {
	display: block;
}



/* ▼modelhouseWrap */
/* ▼[レイアウト] モデルハウスページ */
/* ----------------------------------------------------- */
#modelhouseWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}


/*------------------
*modelhouseCatch
*[レイアウト] モデルハウスページ
*上部 キャッチエリア
------------------*/
.modelhouseCatch {
	width: 100%;
	margin: 0 0 40px;
}
.modelhouseCatch h2 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #009991;
}
.modelhouseCatch h2 span {
	display: block;
	padding: 0;
	font-size: 100%;
}
.modelhouseCatch p {
	font-weight: bold;
}
.modelhouseCatch img {
	width: 100%;
	margin: 0 0 0.5rem;
}



/*------------------
*modelhouseInfo
*[レイアウト] モデルハウスページ
*上部 モデルハウススペックエリア
------------------*/
.modelhouseInfo {
	width: 100%;
	margin: 0 0 40px;
}

.modelhouseInfo img {
	margin: 0 0 1rem;
}

.modelhouseInfo dl {
	position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	/*等間隔で配置*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	/*折り返し可*/
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	width: 100%;
	line-height: 1rem;
	margin: 0 0 2rem;
}
.modelhouseInfo dl dt {
	width: 5rem;
	margin: 0 0 0.5rem;
	padding: 0.3rem 0;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.modelhouseInfo dl dd {
	width: 85%;
	margin: 0 0 0.5rem;
	padding: 0.3rem 0;
	font-size: 150%;
	font-weight: bold;
}

.modelhouseInfo .point {
	width: 100%;
	margin: 0 0 20px;
}
.modelhouseInfo .point h2 {
	position: relative;
	padding-left: 2rem;
	border: none;
	color: #009991;
}
.modelhouseInfo .point h2:before {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	top: 0.2rem;
	left: 0;
	background: url(/assets/images/modelhouse/modelhouse_checkicon.png) no-repeat left top;
	content: "";
}
.modelhouseInfo .point p {
}

.modelhouseInfo .spec {
	position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	/*中央に配置*/
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	/*折り返し可*/
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	width: 100%;
	line-height: 1rem;
	margin: 0 0 2rem;
	border: 1px solid #000;
}
.modelhouseInfo .spec dl {
	position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	/*等間隔で配置*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	/*折り返し可*/
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	width: 45%;
	margin-left: 0.5rem;
	line-height: 1rem;
	font-size: 70%;
	font-weight:normal;
}
.modelhouseInfo .spec dl:first-child {
	margin: 0;
}
.modelhouseInfo .spec dl dt {
	width: 40%;
	text-align: left;
}
.modelhouseInfo .spec dl dd {
	width: 60%;
	text-align: left;
}




/*------------------
*modelhouseHighlights
*[レイアウト] モデルハウスページ
*中部 この家の見どころエリア
------------------*/
.modelhouseHighlights {
	width: 100%;
	margin: 0 0 40px;
}
.modelhouseHighlights h2 {
	border: none;
	text-align: center;
}
.modelhouseHighlights img {
	margin: 0 0 2rem !important;
}

.modelhouseHighlights > div {
	position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	/*等間隔で配置*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	/*折り返し可*/
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	width: 100%;
	margin: 0 0 1rem;
}
.modelhouseHighlights div div {
	width: 48%;
	margin-left: 0.5rem;
}
.modelhouseHighlights div div:first-child {
	margin: 0;
}
.modelhouseHighlights div div img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.modelhouseHighlights div div h3 {
	margin: 0 0 1rem;
	color: #009991;
}
.modelhouseHighlights div div h3 span {
	display: block;
}




/*------------------
*modelhouseLukke
*[レイアウト] モデルハウスページ
*中部 デザイン性だけじゃない！LUKKEの3つの安心エリア
------------------*/
.modelhouseLukke {
	width: 100%;
	margin: 0 0 40px;
}
.modelhouseLukke h2 {
	border: none;
	text-align: center;
	font-size: 100%;
	color: #6a3906;
}
.modelhouseLukke h2 span {
	position: relative;
	font-size: 180%;
	color: #ee8080;
	z-index: 0;
}
.modelhouseLukke h2 span:before {
	position: absolute;
	display: inline-block;
	width: 98%;
	height: 1rem;
	bottom: 0;
	left: 1rem;
	background-color: #fff100;
	content: "";
	z-index: -1;
}
.modelhouseLukke > div {
	position: relative;
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	flex-direction:         row;
	/*等間隔で配置*/
	justify-content:         space-between;
	/*折り返し可*/
	flex-flow: wrap;
	width: 100%;
}
.modelhouseLukke div div {
	width: 48%;
	margin-left: 0.5rem;
	text-align: justify;
}
.modelhouseLukke div div:first-child {
	margin: 0;
}
.modelhouseLukke div div h3 {
	margin: 0 0 1rem;
}
.modelhouseLukke div div h3 span {
	padding: 0.2rem 1rem;
	background-color: #6a3906;
	color: #fff;
}




/*------------------
*modelhouseAll
*[レイアウト] モデルハウスページ
*下部 すでに完成した家を手に入れる♪エリア
------------------*/
.modelhouseAll {
	width: 100%;
	margin: 0 0 40px;
	padding: 2rem 4rem;
	background-color: #fffeee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.modelhouseAll h2 {
	position: relative;
	padding-left: 3rem;
	border: none;
	text-align: center;
}
.modelhouseAll h2:before {
	position: absolute;
	display: block;
	width: 100px;
	height: 75px;
	top: -1rem;
	left: 1rem;
	background: url(/assets/images/modelhouse/modelhouse_201706allicon.png) no-repeat left top;
	content: "";
}
.modelhouseAll h2:after {
	position: absolute;
	display: block;
	width: 65%;
	height: 0.5rem;
	left: 7.5rem;
	bottom: 0.5rem;
	background-color: #ea66a1;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fffeee), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fffeee),color-stop(.75, #fffeee), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 3px 3px;
	content: "";
}
.modelhouseAll h2 span {
	padding: 0;
	font-size: 150%;
	color: #ea66a1;
}
.modelhouseAll p {
	margin: 1rem 0 0 !important;
}
.modelhouseAll > div {
	position: relative;
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	flex-direction:         row;
	/*中央に配置*/
	justify-content:         center;
	/*折り返し不可*/
	flex-flow: nowrap;
	width: 100%;
}
.modelhouseAll > div img {
	display: block;
	width: 350px !important;
	height: auto;
	max-height: 100%;
	margin-left: 0.5rem !important;
}
.modelhouseAll > div img:first-child {
	width: 212px !important;
	margin: 0;
}




/*------------------
*modelhouseInterest
*[レイアウト] モデルハウスページ
*下部 購入後の10年間は、住宅ローンの金利を0.3％優遇エリア
------------------*/
.modelhouseInterest {
	width: 100%;
	margin: 0 0 40px;
}

.modelhouseInterest h2 {
	border: none;
	color: #009991;
}



/*------------------
*modelhouseSale
*[レイアウト] モデルハウスページ
*下部 セール情報エリア
------------------*/
.modelhouseSale {
	position: relative;
	width: 100%;
	margin: 0 0 2rem;
	padding: 2rem;
	background-color: #f8f6e7;
}
.modelhouseSale:before, .modelhouseSale:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
	z-index: 1;
}
.modelhouseSale:before {
	top: 0;
	right: 0;
	border-color: transparent #ffffff transparent transparent;
	border-width: 0 50px 50px 0;
}
.modelhouseSale:after {
	bottom: 0;
	left: 0;
	border-color: transparent transparent transparent #ffffff;
	border-width: 50px 0 0 50px;
}
.modelhouseSale h2 {
	position: relative;
	margin: 0;
	border: none;
}
.modelhouseSale h2 span {
	margin-right: 0.5rem;
	padding: 0.2rem 0.5rem;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 120%;
}
.modelhouseSale h2:after {
	position: absolute;
	display: block;
	width: 140px;
	height: 60px;
	top: -4rem;
	right: -2rem;
	background: url(/assets/images/event/event_20170422_specialprice.png) no-repeat left top;
	content: "";
	z-index: 2;
}
.modelhouseSale p {
	margin: 0 !important;
}
.modelhouseSale p.salePrice {
	margin: 0 !important;
	font-size: 300%;
	font-weight: bold;
}
.modelhouseSale p.salePrice span {
	font-size: 60%;
}
.modelhouseSale p.repayment {
	margin: 0 0 1rem !important;
	font-size: 130%;
	font-weight: bold;
}
.modelhouseSale p.repayment span {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.2rem 1rem;
	background-color: #000;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
}
.modelhouseSale hr {
	height: auto;
	background: none;
	border-bottom: 2px dotted #000;
	border-top: none;
}
.modelhouseSale p:nth-last-of-type(1) {
	margin: 0;
	font-size: 90%;
	font-weight: bold;
}




/* ▼voice */
/* ▼[レイアウト] お客様の声ページ */
/* ----------------------------------------------------- */
#voiceWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
.voiceBox {
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	flex-direction: row;
	/*等間隔で配置*/
	justify-content: space-between;
	/*折り返し不可*/
	flex-flow: nowrap;

	width: 100%;
	margin: 0 0 4rem;
}
.voiceBox .voiceBox_l {
	width: 270px;
}
.voiceBox .voiceBox_r {
	width: 390px;
}
.voiceBox .voiceBox_l img {
	margin: 0 0 10px;
	/* ボックスシャドウ(水平 3px/ 垂直 3px/ ぼかし 3px/ 影の色 #000 透明度30%) */
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);	/* for Google Chrome and Safari */
		 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);	/* for Firefox */
					box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.voiceBox .voiceBox_r h2 {
	margin: 0 0 1rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #000;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	font-size: 140%;
	font-weight: bold;
}
.voiceBox .voiceBox_r h2 span {
	display: block;
	padding: 0;
}




/* ▼contactWrap */
/* ▼[レイアウト] お問い合わせページ */
/* ----------------------------------------------------- */
#contactWrap {
	width: 700px;
	margin: 2rem auto 4rem;
}
/*------------------
*contactWrap
*[レイアウト] お問い合わせページ
*テキストエリア
------------------*/
/*----- p 設定 -----*/
#contactWrap p {
	width: 100%;
	margin: 0 0 20px;
}
/*----- お問い合わせ情報 テーブル状に設定 -----*/
#contactWrap dl {
	display: flex;
	/*左から右へ（ltr）水平方向に配置*/
	flex-direction: row;
	/*等間隔で配置*/
	justify-content: space-between;
	/*折り返し可*/
	flex-flow: wrap;

	width: 100%;
	margin: 0 0 2rem;
}
#contactWrap dl dt {
  width: 15%;
	margin: 0 0 1rem;
}
#contactWrap dl dd {
  width: 85%;
	margin: 0 0 1rem;
}



