@charset "utf-8";
/*
Theme Name: reno-m.com
Theme URI: null
Description: Description
Author: pcbrain
*/

/* ============================================================

	Reset

============================================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ----- HTML5 display-role reset for older browsers ----- */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { 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; }
img, iframe, textarea { vertical-align: middle; }

a, a:link	{ color: #5a5657; text-decoration: none; }
a:visited	{ color: #5a5657; }
a:hover		{ color: #5a5657; }
a:active	{ color: #5a5657; }

.txt img.emoji { display: none !important; }
img.alpha:hover { opacity: 0.8; }

a {
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	cursor: pointer !important;
}

img.resp { width: 100%; height: auto; }

.sp-only { display: none; }
.pc-only { display: block; }

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex_center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.flex_btm {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:flex-end;
}
.flex_top *,
.flex_center *,
.flex_btm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.flex_top .content,
.flex_center .content,
.flex_btm .content {
	width: 80%;
}
.flex_top .illust,
.flex_center .illust,
.flex_btm .illust {
	width: 20%;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt80 { margin-top: 80px !important; }

.mt20minus { margin-top: -20px !important; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.mt40box * + * { margin-top: 40px; }

/* 余白 */
.pt40 { padding-top: 40px; }
.pb40 { padding-bottom: 40px; }
.pall0 { padding: 0 !important; }

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.sp-only {
	display: none;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

/* memo 300,400,500,700,900 */

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	color: #5a5657;
}

#container {
	/* padding-bottom: 100px; */
	text-align: left;
}
#container .pb0 {
	padding-bottom: 0;
}
#main {
	padding: 50px 0 0 0;
}
#main.pb0 {
	padding-bottom: 0;
}
#main.pb40 {
	padding-bottom: 40px;
}
#main.pt0 {
	padding-top: 0;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header {}
header .topHBox {
	padding: 5px 0;
	background: #efefe7;
}
header .topHBox h1 {
	margin: 0 auto;
	font-size: 12px;
	font-weight: 600;
	width: 1200px;
}
header .hBox {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
header .hBox .logo { 
	float: left;
	display: flex;
	flex-wrap: wrap;
	/* width: 460px; */
}
header .hBox .logo a {
	color: white;
	line-height: 69px;
	font-size: 30px;
}

header .hBox .logoSideArea {
	float: left;
	margin: 20px 0 0 10px;
}
header .hBox .logoSideArea span {
	display: inline-block;
	background: #efefe7;
	line-height: 1.5;
	padding: 3px 6px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
}


header .hBox .hInner {
	float: right;
}
header .hBox .hInner .hTel {
	float: left;
	margin: 7px 0 0 0;
	text-align: right;
	height: auto;
	overflow: hidden;
}
header .hBox .hInner .hTel .tel {
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	background: url(img/new/icon-freedial.png) no-repeat bottom 4px left;
	padding-left: 52px;
}
header .hBox .hInner .hTel .tel.freedail {
	background: url(img/new/icon-freedial.png) no-repeat bottom 4px left;
}

header .hBox .hInner .hTel .tel a {
	color: #5a5657;
}
header .hBox .hInner .hTel .tel img {
	width: 240px;
	height: auto;
}
header .hBox .hInner .hTel .date {
	color: #5a5657;
	font-size: 12px;
	line-height: 1.2;
}

header .hBox .hInner ul {
	float: right;
	padding: 10px 0;
}
header .hBox .hInner ul li {
	float: left;
	margin-left: 10px;
}
header .hBox .hInner ul li:first-child { padding: 0; }
header .hBox .hInner ul li a:hover { opacity: 0.7; }
header .menuBox { display: none; }



/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

#pagePath {
	font-size: 12px;
	background-color: #efefe7;
	font-weight: 600;
	margin-top: 30px;
}
#pagePath ul {
	margin: 0 auto;
	padding: 5px 0;
	width: 1200px;
}
#pagePath span {
	display: inline;
	font-size: 12px;
}
#pagePath ul a,#pagePath a {
	margin-right: 5px;
	color: #5a5657;
}
#pagePath ul a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin: 0 auto;
	/*width: 930px;*/
	width: 930px;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	min-height: 170px;
	background: url(img/common/h2_bg.png) no-repeat center center / cover;
}
.pageTitle h2 {
	padding-top: 50px;
	color: white;
	text-align: center;
	line-height: 1.4;
	text-shadow: 0 0 6px #000;
	font-weight: 700;
}
#main .pageTitle {
	min-height: 100px;
}
#main .pageTitle h2 {
	padding-top: 5px;
}
.pageTitle#yukashita,
.pageTitle#koyaura,
.pageTitle#gaiheki,
.pageTitle#yane,
.pageTitle#earthquake,
.pageTitle#insulation,
.pageTitle#comparison,
.pageTitle#loan,
.pageTitle#subsidy {
	background: #00504f;
/*
	width:930px;
	margin:0 auto;
*/
}
.pageTitle#yukashita h2,
.pageTitle#kayaura h2,
.pageTitle#gaiheki h2,
.pageTitle#yane h2,
.pageTitle#earthquake h2,
.pageTitle#insulation h2,
.pageTitle#comparison h2,
.pageTitle#loan h2,
.pageTitle#subsidy h2{
	text-shadow: inherit;
}


.pageTitle h2 span {
	display: block;
	font-size: 40px;
}

/*------------------------------------------------------------
	comNaviUl
------------------------------------------------------------*/
.comNaviUl {
	margin-bottom: 40px;
	font-size: 0;
	text-align: right;
}
.comNaviUl.mb0 {
	margin-bottom: 0;
}

.comNaviUl li {
	margin-left: 1px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
}
.comNaviUl li a {
	padding: 10px 20px;
	display: block;
	color: #333;
	background-color: #efefe7;
}
.comNaviUl li a:hover,
.comNaviUl li.on a {
	color: white;
	background-color: #00504f;
}



/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding: 5px 40px;
	color: white;
	font-size: 24px;
	font-weight: 700;
	background-color: #00504f;
	text-align: center;
}
.headLine02 sub {
	line-height: 1;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	color: #5a5657;
	font-size: 27px;
	font-weight: normal;
	line-height: 1.29;
	border-bottom: 1px dashed #000;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	margin-bottom: 15px;
	padding-left: 36px;
	color: #5a5657;
	font-size: 24px;
	font-weight: normal;
	background: url(img/common/icon01.png) no-repeat left center;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
#main .headLine05 {
	color: #5a5657;
	font-size: 20px;
	font-weight: normal;
}

/*------------------------------------------------------------
	wysiwyg
------------------------------------------------------------*/

.wysiwyg { padding: 40px; }
.wysiwyg * + * { margin-top: 20px; }

.wysiwyg h3 {
	font-size: 24px;
	font-weight: 600;
	border-left: 4px solid #b2997b;
	padding: 10px 0 10px 24px;
	line-height: 1.2;
}
.wysiwyg h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.wysiwyg img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	comTtl01
------------------------------------------------------------*/
#main .comTtl01 {
	padding: 20px 0;
	color: white;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background-color: #5a5657;
	width: 100%;
	margin: 0 auto;
}
#main .comTtl01 .txt { display: block; font-size: 40px; }
#main .comTtl01 .color { color: #ff0; }

/*------------------------------------------------------------
	comTtl02
------------------------------------------------------------*/
.comTtl02 {
	/* border-top: 5px solid #b2997b; */
	/* border-bottom: 1px solid #e5e5e5; */
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: black;
	padding: 20px;
}
.comTtl02 date {
	color: black;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
}

/* .comTtl02btm */
.comTtl02btm {
}
.comTtl02btm span {
	display: block;
	line-height: 1;
}
.comTtl02btm span span {
	margin-right: 2px;
	padding: 5px;
	line-height: 1;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	background-color: #5a5657;
}
.comTtl02btm span span.color {
	/* background-color: #5a5657; */
	/* border-radius: 0; */
}
.comTtl02 .date {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
}
/*------------------------------------------------------------
	voice-single-wrap
------------------------------------------------------------*/
.voice-single-wrap {
	padding: 40px;
}
.voice-single-wrap-sec {
	margin-bottom: 40px;
}
.voice-single-wrap-sec > h3 {
	font-size: 24px;
	font-style: italic;
	line-height: 1.7;
	border-bottom: solid 3px #e6e6e6;
	margin-bottom: 20px;
	position: relative;
}
.voice-single-wrap-sec > h3.icon {
	padding-left: 30px;
}
.voice-single-wrap-sec > h3.icon::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.voice-single-wrap-sec > h3.icon.good::after {
	background: url(./img/voice-single/icon_smile.svg) no-repeat center center;
}
.voice-single-wrap-sec > h3.icon.bad::after {
	background: url(./img/voice-single/icon_bad.svg) no-repeat center center;
}
.voice-single-wrap-sec > h3::before {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	height: 3px;
	width: 26%;
	background: #b2997b;
}
.voice-single-wrap-sec > p {
	font-size: 16px;
}
.voice-single-point dl {
	display: flex;
	flex-flow: row wrap;
	font-size: 16px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.voice-single-point dt {
	background: #f7f7f7;
	padding: 16px 2%;
	font-weight: 700;
	width: 200px;
	box-sizing: border-box;
}
.voice-single-point dd {
	padding: 16px 2%;
	width: 680px;
	box-sizing: border-box;
}
.voice-single-point .point {
	color: #d00;
}
.voice-imgs-list {
	display: flex;
	flex-flow: row wrap;
}
.voice-imgs-list-item {
	width: 22%;
	margin: 0 4% 0 0;
}
.voice-imgs-list-item:last-of-type {
	margin-right: 0;
}
.voice-imgs-list-item > a {
	display: block;
	border: 1px solid #d3d3d3;
}
.voice-imgs-list-item img {
	width: 100%;
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
.pageList {
	text-align: center;
	margin-top: 40px;
}
.pageList a {
	width: 100px;
	padding: 5px 0;
	display: inline-block;
	font-size: 12px;
	color: #5a5657;
	font-weight: bold;
	border: 1px solid #5a5657;
	box-sizing: border-box;
	margin: 0 10px;
}
.pageList a.list {
	width: 108px;
	color: white;
	background-color: #5a5657;
}
.pageList a.list:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink a,
#main a .comLink {
	padding: 5px 0 5px;
	width: 195px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 15px;
	color: white;
	background: #5a5657;
	border-radius: 3px;
}
#main .comLink a:hover,
#main a:hover .comLink { opacity: 0.7; }

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.pagenaviWrap {
	width: 100%;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 40px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	min-width: 30px;
	min-height: 30px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #393939 !important;
	padding: 5px 0 0 !important;
	margin: 0 5px !important;
	text-align: center;
	font-size: 12px;
	color: #393939;
	box-sizing: border-box;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #5a5657;
	background-color: #5a5657;
	color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}

/*------------------------------------------------------------
	comReason
------------------------------------------------------------*/
.comReason { padding-top: 40px; }
.comReason .headLine02 { margin-bottom: 40px; }
.comReason .imgBox { margin-bottom: 40px; }
.comReason .imgBox .photoBox { float: left; font-weight: 600; }
.comReason .imgBox .textBox {
	width: 600px;
	float: right;
}
.comReason .imgBox:last-child { margin-bottom: 0; }

.comReason .imgBox .photoBox620 { float: left; }
.comReason .imgBox .photoBox620 li { float: left; text-align: center; font-weight: 600; }
.comReason .imgBox .textBox360 {
	width: 310px;
	float: right;
}

.comReason .imgBox .photoBoxFull { float: none; }
.comReason .imgBox .photoBoxFull li {
	float: left;
	width: 450px;
	margin-bottom: 20px;
	text-align: center;
}
.comReason .imgBox .photoBoxFull li img {
	width: 100%;
	height: auto;
}
.comReason .imgBox .photoBoxFull li:last-child {
	float: left;
	width: 450px;
	margin-left: 30px;
}
.comReason .imgBox .textBoxFull { width: 100%; float: none; text-align: center; font-weight: 600; font-size: 20px; }
.comReason .imgBox .textBoxFull span { font-size: 60px; color: #00504f; line-height: 1.2; }
.comReason .imgBox .textBoxFull small { color: #00504f; }

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl {
	margin: 0 auto;
	width: 930px;
}
.comUl li {
	float: left;
}
.comUl li:first-child {
	margin-right: 20px;
}
.comUl li a {
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.comUl li a:hover {
	opacity: 0.7;
}
.comUl li span {
	display: block;
	background: #b2997b url(img/common/bannerM_arrow.png) no-repeat top 7px right 20px;
	color: white;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
}
.comUl li span.blue {
	display: block;
	background: #00504f url(img/common/bannerM_arrow.png) no-repeat top 7px right 20px;
	color: white;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
}

/* .comUl2 */ .comUl2 { margin-bottom: 40px; }
/* .comUl3 */ .comUl3 { }

/* .comUl li.tel */
.comUl li.tel p + p { margin-top: 0; font-size: 12px; }
.comUl li.tel a {
	display: table;
	width: 490px;
	height: 140px;
	font-weight: 600;
	position: relative;
	background: #00504f;
	color: white;
	padding: 5px;
	box-sizing: border-box;
	
}
.comUl li.tel a .tel_inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	border: 1px solid white;
}
.comUl li.tel a img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.comUl li.tel a .num {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
/*	background: url(img/common/freedial_icon_tomei.png) no-repeat center left;*/
	padding-left: 46px;
	line-height: 1.2;
}
.comUl li.tel a .num.freedial {
	background: url(img/common/freedial_icon_tomei.png) no-repeat center left;
}
.comUl li.tel a .num.call{
	padding-left:0;
}
.comUl li.tel a .num.call:before {
  display:inline-block;
	content:'call';
	font-family: "Material Icons";
	font-size:40px;
	margin-right:0.25em;
	vertical-align:middle;
}

/* .comUl li.contact */
.comUl li.contact { margin-left: 20px !important; }
.comUl li.contact p + p { margin-top: 0; }
.comUl li.contact a {
	display: table;
	width: 470px;
	height: 160px;
	font-weight: 600;
	position: relative;
	background: #f27191;
	color: white;
	padding: 10px;
	
}
.comUl li.contact a .tel_inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	border: 1px solid white;
}
.comUl li.contact a img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.comUl li.contact a .num {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	font-size: 32px;
	background: url(img/common/freedial_icon_tomei.png) no-repeat center left;
	padding-left: 46px;
	line-height: 1.9;
	letter-spacing: -0.05em;
}
.comUl li.bnr-modelhouse {
transform:translate(0, -20px);
}


/*------------------------------------------------------------
	formBox
------------------------------------------------------------*/
#main .formBox {
	width: 930px;
	margin: 0 auto;
}

/* .contactBox ここから ---------- */

.contactBox {
	margin-bottom: 40px;
	/*background: #00504f;*/
	/*color: white;*/
	text-align: center;
	font-weight: 600;
	/*padding: 20px 0;*/
	position: relative;
	/*border-radius: 20px 0 20px 0;*/
}

.contactBox p.ttl {
	font-size: 30px;
	color: #333;
}
.contactBox p.ttl2 {
	background: #ff0;
	color: #333;
}
.contactBox a {
	color: #333;
}

.contactBox .imgBox {
	position: absolute;
	top: 10px;
	right: 10px;
}

/*------------------------------------------------------------
	comPhotoUl
------------------------------------------------------------*/
#main .comPhotoUl {
	margin: -20px -10px 0 -10px
}

#main .comPhotoUl li {
	width: 318px;
	margin: 20px 10px 0 10px;
	float: left;
	border: 1px solid #e5e5e5;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}

#main .comPhotoUl li:hover {
	transform: translate(0,-10px);
}

#main .comPhotoUl li .photo {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

#main .comPhotoUl li .photo img {
	/*width: 320px;
	height: 220px;*/
}
#main .works li .photo .new,
#main .comPhotoUl li .photo .new {
	position: absolute;
	left: -25px;
	top: 7px;
	color: white;
	background: #00504f;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	padding: 2px 30px;
	font-size: 15px;
	font-weight: 600;
}

#main .comPhotoUl li .photo .before {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

#main .comPhotoUl li .photo .before img {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

#main .comPhotoUl li .title {
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

#main .comPhotoUl li .title span {
	background: #b2997b;
	color: white;
	font-weight: 600;
	font-size: 12px;
	margin-right: 4px;
	padding: 0 4px;
	border-radius: 3px;
}

#main .comPhotoUl li .ttl {
	margin: 0 20px 5px;
	font-size: 18px;
	line-height: 1.33;
	color: #252525;
	text-align: center;
	letter-spacing: -1.5px;
}

#main .comPhotoUl li p {
	font-size: 14px;
	line-height: 1.75;
	font-weight: bold;
	text-align: center;
}

#main .comPhotoUl li .txt {
	margin: 0 5px 15px;
}

/*------------------------------------------------------------
	comDate
------------------------------------------------------------*/
#main .comDate {
    margin-bottom: 35px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5 !important;
	background-color: #252525;
	color: #fff;
}

/*------------------------------------------------------------
	categoryBox
------------------------------------------------------------*/
.main .categoryBox {
	padding: 10px 5px 5px;
	border-radius: 3px;
	background: #5a5657;
	margin: 40px 0;
}
.main .categoryBox p {
	margin: 0 15px 10px;
	padding-left: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	background: url(img/common/icon06.png) no-repeat left 4px;
}
.main .categoryBox .category {
	padding: 10px 20px 10px;
	background-color: #FFF;
}
.main .categoryBox .category + .category {
	padding-top: 0;
}
.main .categoryBox .category li {
	display: inline;
	font-size: 14px;
}
.main .categoryBox .category li.cat-item-37 {
	font-size: 14px;
}
.main .categoryBox li:after {
	content: "／";
}
.main .categoryBox .category li a {
	color: #393939;
	font-weight: bold;
}
.main .categoryBox .category li a:hover {
	text-decoration: underline;
}

/* ----- */

.categoryBoxNone {
	padding: 10px 5px 5px;
	border-radius: 3px;
	background-color: #5a5657;
	margin-top: 40px;
}
.categoryBoxNone p {
	margin: 0 15px 10px;
	padding-left: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	background: url(img/common/icon06.png) no-repeat left 4px;
}
.categoryBoxNone .category {
	padding: 10px 20px 10px;
	background-color: #FFF;
}
.categoryBoxNone .category li {
	display: inline;
	font-size: 14px;
}
.categoryBoxNone li:after {
	content: "／";
}
.categoryBoxNone .category li a {
	color: #393939;
	font-weight: bold;
}
.categoryBoxNone .category li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	comCaseBox
------------------------------------------------------------*/
.comCaseBox {
	padding: 50px 0;
}
#works .comCaseBox {
	background: none;
}
.comCaseBox .headLine01 {
	margin-bottom: 20px !important;
	color: white;
}
.comCaseBox .headLine01:before {
	border-color: #fff;
	bottom: -21px;
}
.comCaseBox ul {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
}
.comCaseBox ul li {
	width: 450px;
	float: left;
	background: #fff;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	margin-right: 30px;
	margin-top: 30px;
}
.comCaseBox ul li:nth-child(2n) {
	margin-right: 0;
}
#works .comCaseBox ul li,
#modelhouse .comCaseBox ul li,
#showroom .comCaseBox ul li {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#works .comCaseBox ul li:nth-of-type(n + 4) {
	margin-top: 40px;
}
.comCaseBox ul li a {
	display: block;
	padding: 0 0 20px 0;
	position: relative;
}
.comCaseBox ul li:hover {
	transform: translate(0,-10px);
}
.comCaseBox ul li:hover .moreBtn {
	color: #fff;
/*	background-color: #00504f;*/
	background-color: #5a5657;
	letter-spacing: 2px;
}
.comCaseBox ul li .photo {
	width: 100%;
/*	height: 210px;*/
	height: 200px;
	/* padding-top: 68.75%; */
	overflow: hidden;
	position: relative;
	background: #efefe7;
/*	border: 5px solid #fff;*/
	box-sizing: border-box;
}
.comCaseBox ul li .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	max-height: inherit;
	height: auto;
}
.comCaseBox ul li .summary {
padding:15px;
}

.comCaseBox ul li .title {
	margin-bottom: 0;
	margin-top: -26px;
	left: 5px;
	text-align: center;
	/* text-align: left; */
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
.comCaseBox ul li .title span {
	display: inline-block;
	font-size: 12px;
	background: #5a5657;
	color: white;
	padding: 0 5px;
	margin-right: 5px;
	width: 100px;
	box-sizing: border-box;
}
.comCaseBox ul li .title .bg {
	/* display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	letter-spacing: -2px;
	background-color: #5C362D;
	border-radius: 4px; */
}
.comCaseBox ul li .works-info {
	padding: 20px 10px 0;
}
.comCaseBox ul li .works-info .ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.comCaseBox ul li .works-info .ttl .subttl {
	font-size: 14px;
}
.comCaseBox ul li .works-info-wrap {
	overflow: hidden;
	margin: 20px 0;
}
.comCaseBox ul li .works-info-wrap-title,
.comCaseBox ul li .works-info-wrap-text {
	font-size: 12px;
	line-height: 26px;
	padding-left: 20px;
	border-top: 1px solid #d5d5d5;
	font-weight: 400;
	box-sizing: border-box;
	display: inline-block;
}
.comCaseBox ul li .works-info-wrap-title:last-of-type,
.comCaseBox ul li .works-info-wrap-text:last-of-type {
	border-bottom: 1px solid #d5d5d5;
}
.comCaseBox ul li .works-info-wrap-title {
	background: #efefe7;
	width: calc((100 / 300) * 100%);
	float: left;
}
.comCaseBox ul li .works-info-wrap-text {
	width: calc((200 / 300) * 100%);
	float: right;
}
.comCaseBox ul li .txt {
}
.moreBtn {
	width: 150px;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	color: #5a5657;
	border: 2px solid #5a5657;
	margin-top: 20px;
	transition: ease 0.4s;
	border-radius: 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	comBorBox
------------------------------------------------------------*/
#main .comBorBox {
	margin-bottom: 35px;
	border-top: 1px solid #393939;
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
}

#main .comBorBox ul {
	/*border-bottom: 1px solid #393939;*/
}

#main .comBorBox ul li {
	width: 50%;
	float: left;
	display: table;
	border: 1px solid #393939;
	box-sizing: border-box;
	border-top: none;
	border-right: none;
	background: #fff;
	margin-bottom: 1px;
}

#main .comBorBox ul li span {
	padding: 0 0 0 15px;
	width: 74%;
	display: table-cell;
	color: #393939;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

#main .comBorBox ul li .color {
	width: 26%;
	color: #FFF;
	background-color: #393939;
}

#main .wysiwyg_m {
	padding: 15px;
	font-size: 14px;
	line-height: 1.8;
	border: 1px solid #393939;
	border-top: none;
	margin-top: -36px;
	margin-bottom: 35px;
	background: #fff;
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/

#main .index .bigLink {
	margin-bottom: 60px;
	text-align: center;
}

#main .index .blueTxtBox {
	padding: 20px 0 20px;
	color: #fff;
	font-size: 40px;
	background-color: #00504f;
}

#main .index .blueTxtBox .txt { display: block; font-size: 25px; }
#main .index .blueTxtBox .colorTxt { color: #eec63b; font-weight: bold; }

#main .index .blueTxtBox .lTxt {
	float: left;
	width: 660px;
	line-height: 1.47;
}

#main .index .blueTxtBox .rBox {
	float: right;
	width: 325px;
	display: table;
	background-color: #fff;
	border: 6px solid #5a5657;
	box-sizing: border-box;
}

#main .index .blueTxtBox .rBox .sub {
	display: table-cell;
	text-align: center;
	font-size: 25px;
	vertical-align: middle;
}

#main .index .blueTxtBox .rBox .lSub {
	padding: 5px 0 0 5px;
	background-color: #5a5657;
	width: 86px;
	position: relative;
}

#main .index .blueTxtBox .rBox .lSub:before{
	margin-top: -45px;
	position: absolute;
	background: url(img/index/img04.png) no-repeat;
	width: 30px;
	height: 90px;
	right: -26px;
	top: 50%;
	content: "";
}

#main .index .blueTxtBox .rBox .rSub {
	padding: 10px 0 5px 20px;
	color: #ce1515;
	font-weight: bold;
}

#main .index .blueTxtBox .rBox .rSub .num {
	font-size: 45px;
}

#main .index .sec06 {
	padding: 35px 0 50px;
	background-color:#edebe7;
}

#main .index .sec06 .bigPhoto {
	margin-bottom: -50px;
}

#main .index .sec06 .priceUl {
	margin: 0 0 60px 25px;
	position: relative;
	z-index: 1;
}

#main .index .sec06 .priceUl li {
	margin-right: 30px;
	float: left;
	width: 215px;
	text-align: center;
	box-sizing: border-box;
	border: 6px solid #5a5657;
	background: white;
}

#main .index .sec06 .priceUl li:nth-child(4n) {
	margin-right: 0;
}

#main .index .sec06 .priceUl li .ttl {
	margin-bottom: 15px;
	display: block;
	color: #fff;
	font-size: 25px;
	position: relative;
	background-color: #5a5657;
}

#main .index .sec06 .priceUl li .ttl:before {
	position: absolute;
	background: url(img/index/img05.jpg) no-repeat;
	width: 203px;
	height: 26px;
	bottom: -9px;
	left: 0;
	content: "";
}

#main .index .sec06 .priceUl li .ttl .posi {
	position: relative;
	z-index: 1;
}

#main .index .sec06 .priceUl li .price {
	color: #ce1515;
	font-weight: bold;
	font-size: 23px;
	display: block;
	line-height: 1.2;
}

#main .index .sec06 .priceUl li .price .num {
	font-size: 45px;
}

#main .index .sec06 .headLine01 {
	margin-bottom: 50px;
}

#main .index .sec06 .headLine01:before {
	bottom: -21px;
}

#main .index .sec06 .centerTxt {
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.94;
}

#main .index .sec06 .borTxt {
	margin-bottom: 45px;
	text-align: center;
}

#main .index .sec06 .borTxt .sub {
	padding: 5px 30px;
	color: white;
	display: inline-block;
	font-size: 16px;
	background: #ccc;
}

#main .index .sec06 .imgUl {
	margin: -40px -25px 45px;
	font-size: 0;
	text-align: center;
}

#main .index .sec06 .imgUl li {
	margin: 40px 25px 0;
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
	position: relative;
}

#main .index .sec06 .imgUl li:before {
	position: absolute;
	background: url(img/index/img15.png) no-repeat;
	width: 33px;
	height: 33px;
	right: -40px;
	top: 63px;
	content: "";
}

#main .index .sec06 .imgUl li .sub {
	margin-top: 5px;
	display: block;
}

#main .index .sec06 .imgUl li:last-child:before,
#main .index .sec06 .imgUl li:nth-child(5):before {
	display: none;
}

#main .index .sec06 .comLink a {
	width: 275px;
}

/* ----- sec07 ----- */
.index .sec07 {
	background: url(img/index/photo18.jpg) no-repeat center right;
	background-size: cover;
	background-position: center right 400px;
}
.index .sec07 .right {
	background: #5a5657;
	color: white;
	width: 400px;
	float: right;
}
.index .sec07 .right .txtzone {
	padding: 80px 40px 80px 0;
	text-align: left;
	margin-left: -100px;
	font-weight: bold;
}
.index .sec07 .right .txtzone * + * {
	margin-top: 20px;
}
.index .sec07 .right .en {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	letter-spacing: 3px;
	color: white;
	line-height: 1;
}
.index .sec07 .right .name {
	text-align: right;
}

/* ----- sec08 ----- */

.sec08 {
	padding: 40px 0;
	background: #b2997b;
}
.sec08 ul {
	width: 930px;
	margin: 0 auto;
}
.sec08 ul li {
	float: left;
	box-sizing: border-box;
	border: 5px solid white;
	position: relative;
	height: 240px;
}
.sec08 ul li:nth-child(1) {
	width: 490px;
	/* background: url(img/index/sec8_staff.png) no-repeat center center / cover; */
	margin-right: 20px;
}
.sec08 ul li:nth-child(2) {
	width: 490px;
	/* background: url(img/index/sec8_faq.png) no-repeat center center / cover; */
}
.sec08 ul li:nth-child(3) {
	width: 930px;
	/* background: url(img/index/sec8_company.png) no-repeat center center / cover; */
	border: 5px solid white;
	margin-top: 20px;
}
.sec08 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #b2997b;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	overflow: hidden;
}
.sec08 ul li a:hover	 {
	background: #fff;
}
.sec08 ul li .posi {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	/* padding: 20px; */
	color: white;
	font-weight: bold;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.sec08 ul li .en {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	letter-spacing: 3px;
	color: white;
	line-height: 1;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.sec08 ul li a:hover .posi,
.sec08 ul li a:hover .en {
	color: #b2997b;
}
.sec08 ul li .imgWrap {
	float: right;
}
/*------------------------------------------------------------
	modelhouse
------------------------------------------------------------*/
.linkUl {
	margin-bottom: 40px;
}

.linkUl li {
	float: left;
}

.linkUl li a:hover {
	opacity: 0.7;
}

.linkUl li.tel {
	float: right;
	width: 420px;
	border: 5px solid #87c7bf;
}

.linkUl li.tel a {
	padding: 10px 10px 10px;
	display: block;
	color: #fff;
	line-height: 1.22;
	background-color: #008D7D;
	position: relative;
}

.linkUl li.tel a .ttl {
	margin-bottom: 5px;
	font-size: 23px;
}

.linkUl li.tel a .telLink {
	padding-left: 35px;
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.1;
	background: url(img/common/icon09.png) no-repeat left center;
}

.sectionmt .linkUl li.tel a .telLink p + p {
	margin-top: 12px !important;
}

.linkUl li.tel a .txt {
	font-size: 12px;
}

.linkUl li.tel a .img {
	position: absolute;
	bottom: 0;
	right: 0;	
}

#main .modelhouse-mainv {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
#main .modelhouse-mainv > img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
}

#main .modelhouse .topBgBox {
	margin-bottom: 55px;
	padding: 25px 0 95px;
	text-align: center;
	background: url(img/modelhouse/top_bg.jpg) no-repeat center bottom;
}

#main .modelhouse .topBgBox .ttl {
	margin-bottom: 20px;
	font-size: 35px;
}

#main .modelhouse .topBgBox ul {
	font-size: 0;
}

#main .modelhouse .topBgBox li {
	margin: 0 25px;
	display: inline-block;
}
#main .modelhouse .sec01 h3 .bg .color {
	color: #ffea00;
}
#main .modelhouse .sec01 h3.ribbonTtl {
	font-size: 35px;
	display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto 40px;
}

#main .modelhouse .sec01 h3.ribbonTtl:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    left: -50px;
    z-index: -2;
    border: 30px solid #6b90a4;
    border-left-color: transparent;/*山形に切り抜き*/
}

#main .modelhouse .sec01 h3.ribbonTtl:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    right: -50px;
    z-index: -2;
    border: 30px solid #6b90a4;
    border-right-color: transparent;/*山形に切り抜き*/
}

#main .modelhouse .sec01 h3.ribbonTtl .bg {
	display: block;
	color: #fff;
	position: relative;
	background-color: #00504f;
    margin: 0;
    padding: 10px 0;
	line-height: 45px;
}

#main .modelhouse .sec01 h3.ribbonTtl .bg:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-right: solid 20px #3a4b55;/*左の折り返し部分*/
}
#main .modelhouse .sec01 h3.ribbonTtl .bg:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-left: solid 20px #3a4b55;/*右の折り返し部分*/
}

#main .modelhouse .sec01 .inner {
	margin-bottom: 32px;
	position:relative;
}

#main .modelhouse .sec01 .inner ul {
	float: left;
	position: relative;
	z-index: 1;
}

#main .modelhouse .sec01 .inner ul li {
	padding-left: 15px;
	float: left;
}

#main .modelhouse .sec01 .inner ul li:first-child {
	padding: 0;
}

#main .modelhouse .sec01 .inner .photo {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: -20px;
}

#main .modelhouse .sec01 .photoUl li {
	float: left;
	position: relative;
}

#main .modelhouse .sec01 .photoUl li .txt {
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	min-width: 100px;
	background-color: #5a5657;
}

#main .modelhouse .sec02 {
	margin-bottom: 50px;
	padding: 50px 0;
	background-color:#edebe7;
}
#main .modelhouse .sec02 .txt {
	margin-bottom: 35px;
	line-height: 1.94;
}

#main .modelhouse .sec02 .headLine02 {
	margin-bottom: 20px;
}

#main .modelhouse .sec02 .headLine03 {
	margin-bottom: 15px;
}

#main .modelhouse .sec02 .txt:last-of-type {
	margin: 0;
}

#main .modelhouse .voiceBox {
	margin-bottom: 50px;
}

#main .modelhouse .voiceBox .photo {
	float: left;
}
#main .modelhouse .voiceBox .photo img {
	border-radius: 50%;
}

#main .modelhouse .voiceBox .textBox {
	padding: 15px 20px 25px 30px;
	color: #fff;
	line-height: 1.94;
	float: right;
	width: 706px;
	box-sizing: border-box;
	background-color: #b2997b;
	border-radius: 10px;
	position: relative;
}

#main .modelhouse .voiceBox .textBox:before {
	position: absolute;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right: 30px solid #b2997b;
	border-left: none;
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto;
	content: "";
}
#main .modelhouse .voiceBox .textBox .ttl {
	margin-bottom: 5px;
	padding: 5px 0 0 60px;
	font-weight: bold;
	font-size: 28px;
	background: url(img/common/icon11.png) no-repeat left center;
}

#main .modelhouse .sec03 ul li {
	float: left;
	position: relative;
}

#main .modelhouse .sec03 ul li:nth-child(2) {
	float: right;
}


#main .modelhouse .sec03 ul li:first-child:before,
#main .modelhouse .sec03 ul li:first-child:after{
	top: 0;
	bottom: 0;
	content: "";
	position: absolute;
	margin: auto;
}

#main .modelhouse .sec03 ul li:first-child:before {
	right: -40px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 22px solid transparent;
    border-left: 20px solid #00504f;
    border-right: none;
}

#main .modelhouse .sec03 ul li:first-child:after{
	right: -20px;
    width: 0px;
    height: 20px;
    border-left: 15px solid #00504f;
	}

#main .modelhouse .comCaseBox {
	margin-bottom: 45px;
}

#main .modelhouse .sec04 {
	margin-bottom: 60px;
}

#main .modelhouse .sec04 .headLine01 {
	margin-bottom: 60px;
}

#main .modelhouse .sec04 ul {
	margin: -50px 30px 0;
}

#main .modelhouse .sec04 ul li {
	margin-top: 50px;
	float: left;
	width: 440px;
}

#main .modelhouse .sec04 ul li:nth-child(2n) {
	float: right;
}

#main .modelhouse .sec04 ul li .photo {
	margin-bottom: 20px;
	position: relative;
}

#main .modelhouse .sec04 ul li .photo .point {
	padding-top: 30px;
	color: #5a5657;
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	position: absolute;
	width: 116px;
	height: 116px;
	box-sizing: border-box;
	line-height: 1;
	top: -10px;
	left: -30px;
	text-align: center;
	background-color: #edebe7;
	border-radius: 100%;
}

#main .modelhouse .sec04 ul li .ttl {
	margin-bottom: 10px;
	color: #5a5657;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}

#main .modelhouse .sec04 ul li .txt {
	line-height: 1.67;
}

#main .modelhouse .btmBox {
	margin-bottom: 40px;
	padding: 30px 0 25px;
	text-align: center;
	position: relative;
	background: url(img/modelhouse/bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .modelhouse .btmBox .ttl {
	margin-bottom: 30px;
}

#main .modelhouse .btmBox ul li {
	margin-right: 10px;
	padding: 40px 20px;
	float: left;
	width: 233px;
	height: 233px;
	line-height: 1.6875;
	font-size: 16px;
	box-sizing: border-box;
	background-size: 100% 100%;
	background: url(img/modelhouse/bg01.png) no-repeat center center;
}

#main .modelhouse .btmBox ul li .bgTtl {
	margin-bottom: 10px;
}

#main .modelhouse .btmBox ul li .bgTtl .bg {
	padding: 0 15px;
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #b2997b;
	height: 27px;
}

#main .modelhouse .btmBox ul li .bgTtl .bg:before {
	width: 0;
height: 0;
border-style: solid;
border-width: 13.5px 0 13.5px 8px;
border-color: transparent transparent transparent #ffffff;
	top: 0;
	bottom:0;
	left: 0;
	content: "";
	position: absolute;
	margin: auto;
}

#main .modelhouse .btmBox ul li .bgTtl .bg:after {
	width: 0;
height: 0;
border-style: solid;
border-width: 13.5px 8px 13.5px 0;
border-color: transparent  #ffffff transparent transparent;
	top: 0;
	bottom:0;
	right: 0;
	content: "";
	position: absolute;
	margin: auto;
}

#main .modelhouse .btmBox .photo {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -580px;
}
#main .modelhouse .formBox .contactBox {
	/*background: url(img/common/bg02.gif) repeat left top;*/
}

#main .modelhouse-area {
	padding: 0 0 40px;
	display: flex;
	flex-flow: row wrap;
}
#main .modelhouse-area .modelhouse-area-left,
#main .modelhouse-area .modelhouse-area-right {
	width: 480px;
}
#main .modelhouse-area .modelhouse-area-left {
	margin: 0 40px 0 0;
}
#main .modelhouse-area .modelhouse-area-wrap > p {
	font-size: 18px;
	text-align: justify;
}
#main .modelhouse-area .modelhouse-area-wrap > p .underline {
	background: linear-gradient(transparent 70%, #face8a 70%);
	background: -moz-linear-gradient(transparent 70%, #face8a 70%);
	background: -webkit-linear-gradient(transparent 70%, #face8a 70%);
	border: none;
}
#main .modelhouse-area .modelhouse-area-wrap > p .small {
	font-size: 12px;
}
#main .imgWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
#main .imgWrap .imgWrap-left,
#main .imgWrap .imgWrap-right {
	width: 480px;
}
#main .modelhouse-points {}
#main .modelhouse-points .modelhouse-points-list {
	display: flex;
	flex-flow: column wrap;
}
/* #main .modelhouse-points .modelhouse-points-list-item {
	background: #efefe7;
} */
/* #main .modelhouse-points .modelhouse-points-list-item:nth-of-type(2n) {
	background: #fff;
} */
/* #main .modelhouse-points .modelhouse-points-list-item:nth-of-type(2n) .modelhouse-points-wrap-texts {
	order: 2;
}
#main .modelhouse-points .modelhouse-points-list-item:nth-of-type(2n) .modelhouse-points-wrap-img {
	order: 1;
} */
#main .modelhouse-points .modelhouse-points-wrap {
	width: 930px;
	margin: 0 auto;
	/* display: flex;
	flex-flow: column wrap;
	justify-content: space-between; */
	padding: 40px 0;
}
#main .modelhouse-points .modelhouse-points-list-item:last-of-type .modelhouse-points-wrap {
	padding-bottom: 0;
}
#main .modelhouse-points .modelhouse-points-wrap-texts {
	/* width: 560px; */
	width: 100%;
}
#main .modelhouse-points .modelhouse-points-wrap-texts > h2 {
	font-size: 24px;
	line-height: 1;
	padding-bottom: 24px;
	border-bottom: 4px solid #b2997b;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#main .modelhouse-points .modelhouse-points-wrap-texts > p {
	font-size: 15px;
	line-height: 1.7;
}
#main .modelhouse-points .modelhouse-points-wrap-img {
	/* width: 400px; */
	width: 100%;
	margin-bottom: 20px;
}
#main .modelhouse-points .modelhouse-points-wrap-img img {
	width: 100%;
}


#main .event-single .formBox .contactBox .photoSub {
	margin-top: -15px;
}
.request .formBox .contactBox .photoSub{
	position: absolute;
	top: 10px;
	right: 10px;
}
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
.faq dl { margin-bottom: 40px; font-size: 14px; }
.faq dl:last-child { margin-bottom: 0; }
.faq dt span,
.faq dt {
	display: block;
	padding: 15px 20px;
	color: white;
	font-weight: 600;
	background-color: #00504f;
}
.faq dt a:hover { opacity: 0.7; }
.faq  dd {
	margin-bottom: 30px;
	padding: 15px 20px;
	line-height: 2;
	background-color: #efefe7;
}
.faq dd:last-child { margin-bottom: 0; }
.faq dd .inner { padding: 0 5px 0 10px; }
.faq dd .inner p { margin-bottom: 10px; }

/*------------------------------------------------------------
	menu-300
------------------------------------------------------------*/
#main .menu .comNaviUl {
	margin-bottom: 30px;
}	

#main .menu .bgBox {
	padding: 35px 0;
	background-color: #edebe7;
}

#main .menu .bgBox .photo {
	text-align: center;
	margin-bottom: 55px;
}

#main .menu .headLine01 {
	margin-bottom: 50px;
}

#main .menu .headLine01 img {
	margin: 3px 0 0 15px;
}

#main .menu .bgBox p {
	text-align: center;
	line-height: 1.93;
}

#main .menu .txtUl {
	margin: 25px 0 40px;
	text-align: center;
}

#main .menu .txtUl li {
	margin: 0 5px;
	padding: 5px 0;
	width: 207px;
	display: inline-block;
	color: #252525;
	font-size: 16px;
	border: 1px solid #252525;
	box-sizing: border-box;
	background-color: #fff;
}

#main .menu .txtUl li span {
	margin-right: 16px;
	padding: 5px 20px 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #252525;
}

#main .menu .txtUl li:nth-child(2) {
	padding: 0;
	text-align: left;
}

#main .menu .imgList {
	margin: 0 auto 20px;
	width: 790px;
}

#main .menu .imgList li {
	margin-right: 10px;
	padding-right: 40px;
	width: 160px;
	position: relative;
	float: left;
}

#main .menu .imgList li:before {
	width: 33px;
	height: 33px;
	background: url(img/index/img15.png) no-repeat;;
	position: absolute;
	top: 63px;
	right: 0;
	content: ""; 
}

#main .menu .imgList li:nth-child(4) {
	margin-right: 0;
	padding-right: 0;
}

#main .menu .imgList li:nth-child(4):before {
	display: none;
}

#main .menu .imgList li .img {
	margin-bottom: 15px;
}

#main .menu .imgList li p {
	color: #252525;
	font-weight: bold;
	line-height: 1.38;
}

#main .menu .inner {
	margin: 0 auto 80px;
	width: 662px;
}

#main .menu .inner .lBox {
    margin: 20px 75px 5px 0;
    width: 400px;
    position: relative;
    float: left;
    font-weight: bold;
    box-sizing: border-box;
    /* background: url(img/menu-300/bg.jpg) no-repeat left top; */
	border: #5a5657 solid 7px;
	background: #fff;
}

#main .menu .inner .lBox .ttl {
    color: #fff;
    font-size: 40.5px;
    background: #5a5657;
    margin: -7px 0 15px;
    line-height: 1;
	padding: 20px 0 10px;
	position: relative;
}


#main .menu .inner .lBox .ttl::after{
	content: '';
	width: 0;
height: 0;
border-style: solid;
border-width: 25px 193px 0 193px;
border-color: #5a5657 #fff transparent #fff;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -10px;
}

#main .menu .inner .lBox .num {
	color: #ce1515;
	font-size: 37px;
	line-height: 1.5;
}

#main .menu .inner .lBox .num span {
	font-size: 70px;
}

#main .menu .inner .lBox .color {
	padding: 45px 10px;
	width: 132px;
	height: 132px;
	position: absolute;
	top: -16px;
	right: -90px;
	color: #fff;
	font-size: 22px;
	line-height: 1.36;
	text-align: center;
	border-radius: 65px;
	box-sizing: border-box;
	background-color: #FF922E;
}

#main .menu .inner .lBox .color:before {
	width: 24px;
	height: 28px;
	background: url(img/menu-300/icon02.png) no-repeat;
	position: absolute;
	bottom: -6px;
	left: 22px;
	content: ""; 
}

#main .menu .inner .lBox .color span {
	display: block;
	font-size: 15px;
}

#main .menu .inner .rBox {
	float: right;
}



/*------------------------------------------------------------
	event
------------------------------------------------------------*/
#main .event {
	margin-top: 40px;
}

#main .event ul {
	margin: -55px 0 0;
}

#main .event ul li {
	width: 320px;
	margin: 55px 20px 0 0;
	padding-bottom: 10px;
	float: left;
	background-color:#edebe7;
}

#main .event ul li .photo {
	width: 320px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#main .event ul li .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}


#main .event ul li:nth-child(3n) {
	margin-right: 0;
}

#main .event ul li .txtBox {
	padding: 10px 5px 0;
}

#main .event ul li .txtBox p span {
	padding: 5px 0;
	line-height: 1;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
}

#main .event ul li .txtBox p .date {
	margin-right: 5px;
	width: 215px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

#main .event ul li .txtBox p .color {
	width: 86px;
	color: #fff;
	background-color: #00504f;
}

#main .event ul li .txtBox p .color01 {
	background-color: #00504f;
}

#main .event ul li .txtBox p .color02 {
	background-color: #CCC;
}

#main .event ul li .txtBox .title {
	margin: 5px 0 10px;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #252525;
	border-radius: 4px;
}

#main .event ul li .txtBox .ttl {
	margin: 0 20px 5px;
	font-size: 18px;
	line-height: 1.33;
	color: #5a5657;
	text-align: center;
}

#main .event ul li .txtBox p {
	font-size: 12px;
	line-height: 1.75;
	font-weight: bold;
}

#main .event ul li .txtBox .txt {
	margin: 0 5px 15px;
	letter-spacing: -0.2px;
}


/*------------------------------------------------------------
	event-single
------------------------------------------------------------*/
.event-single .comBox {
	padding: 20px;
	margin-bottom: 40px;
	background-color: #efefe7;
	box-sizing: border-box;
}

.event-single .comBox .inner { background: white; }
.event-single .comTtl02 span .color01 { margin-right: 5px; }
.event-single .comTtl02 span .txt02 { width: 90px; }

.event-single .photo {
	text-align: center;
	width: 890px;
	overflow: hidden;
	position: relative;
}
.event-single .photo img {
	width: 100%;
	height: auto;
}

.tableBoxWrap {
	padding: 40px;
}
.tableBoxWrap + .wysiwyg {
	margin-top: -40px;
}
.tableBox {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	box-shadow:0px 0px 6px 3px #efefe7 inset;
}
.tableBox th {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 20px;
	width: 25%;
}
.tableBox td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 20px;
}
.tableBox td a {
	float: right;
	display: block;
	color: white;
	font-weight: 600;
	text-align: center;
	background-color: #b2997b;
	border-radius: 3px;
	padding: 0 10px;
}
.tableBox td a:hover {
	opacity: 0.7;
}
/*
#main .event-single p {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 1.875;
}
*/
.event-single .photoList {
	margin-bottom: 35px;
}
.event-single .photoList li {
	margin-right: 35px;
	float: left;
}
.event-single .photoList li:nth-child(3n) {
	margin-right: 0;
}
.event-single .headLine03 {
	margin-bottom: 30px;
}
.event-single .headLine05 {
	margin-bottom: 20px;
}

/*------------------------------------------------------------
	blog
------------------------------------------------------------*/

#main .blog ul {
	margin: -55px 0 0;
}

#main .blog ul li {
	width: 320px;
	margin: 55px 20px 0 0;
	padding-bottom: 10px;
	float: left;
}

#main .blog ul li:nth-child(3n) {
	margin-right: 0;
}

#main .blog ul li .photo {
	position: relative;
	overflow: hidden;
}

#main .blog ul li .photo img {
	width: 320px;
	height: 220px;
}

#main .blog ul li .photo .img {
	position: absolute;
	left: 0;
	top: 0;
}


#main .blog ul li .photo .new {
    position: absolute;
    left: -25px;
    top: 10px;
    color: #fff;
    background: #00504f;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    padding: 2px 30px;
    font-size: 15px;
    font-weight: bold;
}



#main .blog ul li .txtBox {
	padding: 20px;
}

#main .blog ul li .txtBox .date {
	line-height: 1.2;
	font-size: 11px;
	font-weight: 700;
}

#main .blog ul li .txtBox .title {
	margin-bottom: 10px;
}

#main .blog ul li .txtBox .title span {
	display: inline-block;
	padding: 5px;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #b2997b;
	border-radius: 4px;
}

#main .blog ul li .txtBox .title span + span {
	margin-left: 2px;
}

#main .blog ul li .txtBox .ttl {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: black;
}

#main .blog ul li .txtBox p {
	font-size: 12px;
	line-height: 1.75;
	font-weight: bold;
}

#main .blog ul li .txtBox .txt {
	border-top: 1px solid #d5d5d5;
	padding: 10px 0;
}



/*------------------------------------------------------------
	reason-earthquake
------------------------------------------------------------*/
#main .reason-earthquake .comNaviUl {
	margin-bottom: 30px;
}

.reason-earthquake .bgBox { margin-bottom: 40px; }

#main .reason-earthquake .bgBox .title {
	margin-bottom: 20px;
	font-size: 35px;
	text-align: center;
}

#main .reason-earthquake .bgBox .photoUl {
	display:flex;
	margin-bottom: 40px;
}

#main .reason-earthquake .bgBox .photoUl li {
/*	float: left;*/
}

#main .reason-earthquake .bgBox .photoUl li:first-child {
/*	float: left;*/
}

#main .reason-earthquake .bgBox .headLine02 {
	margin-bottom: 40px;
}

.reason-earthquake .bgBox .photo {
	text-align: center;
	background: #efefe7;
	margin-bottom: 40px;
	padding: 40px;
	position: relative;
}
.reason-earthquake .bgBox .photo p {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
	text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff;
}
.reason-earthquake .bgBox .photo p span {
	font-size: 50px;
	color: #00504f;
}
.reason-earthquake .bgBox .photo .pos {
	position: absolute;
	bottom: 40px;
	right: 40px;
	color: #00504f;
	text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
}



/* ----- .detailUl ----- */
.reason-earthquake .detailUl {margin-top: -20px !important; }
.reason-earthquake .detailUl li { margin-top: 20px; width: 48%; float: left; overflow: hidden; }
.reason-earthquake .detailUl li:nth-child(2n) { float: right; }
.reason-earthquake .detailUl li .photoBox { float: left; }
.reason-earthquake .detailUl li dl { width : -webkit-calc(100% - 170px); width : calc(100% - 170px); float: right; }
.reason-earthquake .detailUl li dt { margin-bottom: 10px; font-size: 20px; font-weight: 600; }
.reason-earthquake .detailUl li dd { font-size: 14px; line-height: 1.7; }

/*------------------------------------------------------------
	reason-insulation
------------------------------------------------------------*/
#main .reason-insulation .comNaviUl {
	margin-bottom: 30px;
}

.reason-insulation .bgBox { margin-bottom: 40px; }

#main .reason-insulation .bgBox .title {
	margin-bottom: 25px;
	font-size: 35px;
	text-align: center;
}

.reason-insulation .bgBox .photoUl li {
	width: 450px;
	float: right;
	text-align: center;
}
.reason-insulation .bgBox .photoUl li img {
	width: 100%;
	height: auto;
}
.reason-insulation .bgBox .photoUl li:first-child { float: left; }
.reason-insulation .bgBox .photoUl li .txt { margin-top: 20px; display: block; font-weight: 600; }

#main .reason-insulation .bgBox .headLine02 {
	margin-bottom: 40px;
}

.reason-insulation .bgBox .photo {
	text-align: center;
	background: #efefe7;
	margin-bottom: 40px;
	padding: 40px;
	position: relative;
}

strong.red {
	font-weight: 600;
	font-size: 18px;
	color: #00504f;
	line-height: 1;
}
strong.red span {
	font-size: 3em;
}

/*------------------------------------------------------------
	reason-closet
------------------------------------------------------------*/
#main .reason-closet .comNaviUl {
	margin-bottom: 30px;
}

.reason-closet .bgBox {
	margin-bottom: 40px;
}

#main .reason-closet .bgBox .title {
	margin-bottom: 25px;
	font-size: 35px;
	text-align: center;
}

.reason-closet .bgBox .photoUl li {
	margin-right: 30px;
	width: 290px;
	float: left;
}
.reason-closet .bgBox .photoUl li img {
	width: 100%;
	height: auto;
}
.reason-closet .bgBox .photoUl li:nth-child(3) { margin-right: 0; }
.reason-closet .bgBox .photoUl li img { width: 100%; height: auto; }

.reason-closet .bgBox .photoUl li .txt {
	padding: 5px 0;
	display: block;
	color: white;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background-color: #b2997b;
}

/*------------------------------------------------------------
	flow
------------------------------------------------------------*/

#main .flow .topList {
	margin: 0 5px 20px;
}

#main .flow .topList li {
	margin-right: 10px;
	position: relative;
	width: 106px;
	float: left;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	background-color: #efefe7;
	line-height: 1.3;
}

#main .flow .topList li:last-child {
	margin-right: 0;
	width: 108px;
}

#main .flow .topList li:before,
#main .flow .topList li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top:0;
  bottom: 0;
  border-width: 100px 0 100px 22px;
}
#main .flow .topList li:before{
  right:-24px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 10;
}
#main .flow .topList li:after{
  right:-22px;
  border-style: solid;
  border-color: transparent transparent transparent #efefe7;
  z-index: 10;
}


#main .flow .topList li:last-child:before,
#main .flow .topList li:last-child:after {
	content: none;
}

#main .flow .topList li .num {
	width: 40px;
	line-height: 40px;
	position: absolute;
	top: -25px;
	left: -5px;
	color: #fff;
	font-size: 24px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #5a5657;
}

#main .flow .topList li p {
	width: 100%;
	display: table;
	color: #252525;
	font-size: 16px;
}

#main .flow .topList li p > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .flow .topList li p > span span {
	height: 193px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
}

#main .flow dl {
	position: relative;
	border: 1px solid #00504f;
}
#main .flow dl + dl {
	margin-top: 60px;
}
#main .flow dt {
	padding: 10px 0 10px 120px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background-color: #00504f;
}

#main .flow dt .wpTxt {
	padding: 5px;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -41px;
	left: 19px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 40px;
	box-sizing: border-box;
	background-color: #5a5657;
}

#main .flow dt .wpTxt span {
	display: block;
	font-size: 40px;
	line-height: 1;
}

#main .flow dd {
	padding: 20px; 
	font-size: 26px;
	background-color: #fff;
}
#flow #main .flow dd .btn-primary {
	width: auto;
	display: flex;
	justify-content: center;
}
#flow #main .flow dd .btn-primary a {
	padding: 0 50px 0 40px;
	display: inline-block;
}

.flow dd .photoBox { width: 360px; float: right; text-align: right; }

#main .flow dd .photoBox .img {
	margin-bottom: 20px;
}

#main .flow dd .textBox {
	width: 520px;
	float: left;
}

#main .flow dd .textBoxFull {
	width: 100% !important;
	float: none !important;
}

#main .flow dd .ttl {
	margin: -5px 0 20px;
	font-size: 18px;
}

#main .flow dd .ttl > span {
	/*position: relative;*/
	font-size: 28px;
	font-weight: bold;
}

#main .flow dd .ttl > span span {
	position: relative;
	z-index: 1;
}

#main .flow dd .ttl > span:before {
	/*
	position: absolute;
	height: 6px;
	width: 100%;
	background-color: #ff0;
	left: 0;
	bottom: 8px;
	content: "";
	*/
}

#main .flow dd .textBox > ul li {
	width: 290px;
	float: left;
}

#main .flow dd .textBox > ul .wid {
	width: 390px;
}

#main .flow dd .textBox li ul li{
	margin-top: 5px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	background: url(img/flow/icon02.png) no-repeat left 3px;
}

#main .flow dd .textBox li ul li:first-child {
	margin-top: 0;
}

#main .flow dd .textBox li ul li span {
	display: block;
	font-size: 14px;
}

#main .flow dd .imgBox01 .photoBox {
	width: auto;
}

#main .flow dd .imgBox01 .photoBox img {
	padding-left: 10px;
}

#main .flow dd .imgBox01 .textBox {
	width: 200px;
}

#main .flow dd .imgBox02 .textBox > ul li {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#main .flow .txt {
	padding: 15px 0 40px;
	text-align: center;
	/* background: url(img/flow/bg.png) no-repeat center top; */
	color: #ffea00;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
#main .flow .txt:before{
	width: 0;
height: 0;
border-style: solid;
border-width: 100px 500px 0 500px;
border-color: #00504f transparent transparent transparent;
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
margin: auto;
z-index: -1;
}

/*------------------------------------------------------------
	price-comparison
------------------------------------------------------------*/
.price-comparison .bgBox01 {
	margin: 40px auto;
	padding: 40px 30px;
	width: 930px;
	box-sizing: border-box;
	background: #efefe7;
}
.price-comparison .graph * + * { margin-top: 30px; }
.price-comparison .graph { text-align: center; font-weight: 600; }
.price-comparison .graph p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
	text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff;
}
.price-comparison .graph p span {
	font-size: 40px;
	color: #00504f;
}
.price-comparison .graph img {
	border: 2px solid white;
}

#main .price-comparison .bgBox01 .title {
	margin-bottom: 25px;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
}

#main .price-comparison .bgBox01 .text {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}
.price-comparison .bgBox01 ol.text {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.6;
	list-style-type: decimal;
	margin-left: 30px;
}
#main .price-comparison .bgBox01 ol.text small {
	font-size: 18px;
}

#main .price-comparison .bgBox01 .text .color {
	color: #00504f;
}

#main .price-comparison .bgBox02 {}
#main .price-comparison .bgBox02 .comTtl01 { margin-bottom: 40px; }
#main .price-comparison .bgBox02 .text {}
#main .price-comparison .bgBox02 .text .color { color: #00504f; font-weight: 600; }




/* ----- ul.point4 ----- */
ul.point4 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul.point4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
ul.point4 li {
	float: left;
	width: 50%;
	font-weight: 600;
	background: white;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	box-shadow:0px 0px 50px -30px rgba(0,0,0,0.25) inset;
}
ul.point4 li span { display: block; }
ul.point4 li span:last-child { width : -webkit-calc(100% - 120px); width : calc(100% - 120px); }
ul.point4 strong { color: #00504f; font-weight: 700; }
ul.point4 small { font-size: 12px; }
ul.point4 li img { width: 100px; height: auto; margin-bottom: 10px; }

/* ----- ul.box10 ----- */
ul.box10 { margin: 30px 0; }
ul.box10 li { float: left; width: 20%; text-align: center; font-weight: 600; color: white; display: table; height: 100px; }
	ul.box10 li:nth-child(1) { background: rgba(43, 130, 156,1); border-radius: 10px 0 0 0; }
	ul.box10 li:nth-child(2) { background: rgba(43, 130, 156,0.95); }
	ul.box10 li:nth-child(3) { background: rgba(43, 130, 156,0.9); }
	ul.box10 li:nth-child(4) { background: rgba(43, 130, 156,0.85); }
	ul.box10 li:nth-child(5) { background: rgba(43, 130, 156,0.8); border-radius: 0 10px 0 0; }
	ul.box10 li:nth-child(6) { background: rgba(43, 130, 156,0.75); border-radius: 0 0 0 10px; }
	ul.box10 li:nth-child(7) { background: rgba(43, 130, 156,0.7); }
	ul.box10 li:nth-child(8) { background: rgba(43, 130, 156,0.65); }
	ul.box10 li:nth-child(9) { background: rgba(43, 130, 156,0.6); }
	ul.box10 li:nth-child(10) { background: rgba(43, 130, 156,0.55); border-radius: 0 0 10px 0; }
ul.box10 li span { display: table-cell; vertical-align: middle; }
ul.box10 small { display: block; font-size: 12px; }

/* ----- finance ----- */
.finance { margin-top: 30px; }
.finance * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h4.finance_head {
	border-bottom: 3px double #00504f;
	color: #00504f;
	text-align: center;
	font-weight: 600;
	margin-bottom: 16px;
	font-size: 24px;
}

ul.finance_body3 li {
	float: left;
	width: 240px;
	background: white;
	border: 1px solid #e5e5e5;
	padding: 16px;
	box-shadow:0px 0px 50px -30px rgba(0,0,0,0.25) inset;
}
ul.finance_body3 li:nth-child(2) {
	margin-right: 16px;
	margin-left: 16px;
}

ul.finance_body2 li {
	float: left;
	width: 368px;
	background: white;
	border: 1px solid #e5e5e5;
	padding: 16px;
	box-shadow:0px 0px 50px -30px rgba(0,0,0,0.25) inset;
}
ul.finance_body2 li:nth-child(2) {
	margin-left: 16px;
}

ul.finance_body3 h5,
ul.finance_body2 h5 {
	background: #00504f;
	color: white;
	text-align: center;
	font-weight: 600;
	margin: -16px -16px 16px -16px;
	font-size: 1.2em;
}

/* ----- case2 ----- */
.case2 { margin-top: 30px; }
.case2 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h4.case2_head {
	border-bottom: 3px double #00504f;
	color: #00504f;
	text-align: center;
	font-weight: 600;
	margin-bottom: 16px;
	font-size: 24px;
}

.case2_body {
	background: white;
	padding: 20px;
	border: 1px solid #e5e5e5;
	box-shadow:0px 0px 50px -30px rgba(0,0,0,0.25) inset;
}

.case2 h5 {
	background: #b2997b;
	color: white;
	text-align: center;
	font-weight: 600;
	margin: -16px -16px 16px -16px;
	font-size: 1.2em;
}


/*------------------------------------------------------------
	staff
------------------------------------------------------------*/
#main .staff {
	margin-bottom: -40px;
}
#main .staff .comNaviUl {
	margin-bottom: 40px;
}

#main .staff .headLine02 {
	margin-bottom: 40px;
}

#main .staff .detailUl {
	margin-top: -30px;
}
#main .staff .detailUl li {
	padding: 0;
	width: 290px;
	float: left;
	text-align: center;
	margin: 30px 30px 0 0;
}

#main .staff .detailUl li .photo {
	width: 290px;
	height: 290px;
	overflow: hidden;
}
#main .staff .detailUl li .photo img {
	width: 290px;
	height: 290px;
	object-fit: cover;
}

#main .staff .detailUl li a {
	display: block;
}

#main .staff .detailUl li:nth-child(3n) {
	margin-right: 0;
}

#main .staff .detailUl li:nth-child(3n+1){
	clear: both;
}

.detailUl + .headLine02 {
	margin-top: 40px;
}

#main .staff .detailUl li p {
	margin: 5px 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
}

#main .staff .detailUl li p span {
	display: block;
	font-size: 12px;
}

#main .staff .detailUl li .link {
	margin: 0 auto;
	width: 102px;
	color: #fff;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: -1px;
	background-color: #b2997b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

#main .staff .detailUl li a:hover {
	opacity: 0.7;
}

#staff .fancybox-opened .fancybox-skin {
	border-radius: 13px;
	border: 13px solid #000;
}

#staff .fancybox-close {
	display: none;
}

#staff .pup {
	margin: 0 auto;
	padding: 20px 20px 30px;
	width: 856px;
	display: none;
	box-sizing: border-box;
	background-color: #fff;
}

#staff .pup .inner {
	background-color: #fff;
}

#staff .pup .inner .lBox {
	float: left;
}

#staff .pup .inner .rBox {
	width: 500px;
	float: right;
}

#staff .pup .inner .rBox p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.7;
}

#staff .pup .inner .rBox .name {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}

#staff .pup .inner .rBox .name > span {
	display: block;
}

#staff .pup .inner .rBox .name span span {
	min-width: 90px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #5D352D;
	border-radius: 3px;
}

#staff .pup .inner .rBox dt {
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-color: #5C362D;
}

#staff .pup .inner .rBox dd {
	padding: 10px 0 20px;
	font-size: 15px;
}

#staff .pup .close {
	margin: 0 auto;
	width: 100px;
	text-align: center;
}

#staff .pup .close a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
	background-color: #CE1415;
	border-radius: 3px;
}

#staff .pup .close a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	voice
------------------------------------------------------------*/
.voice .comPhotoUl li:nth-child(3n) { margin-right: 0; }

/*------------------------------------------------------------
	works
------------------------------------------------------------*/
.works .comPhotoUl li:nth-child(3n) {
	margin-right: 0;
}

/*------------------------------------------------------------
	voicem
------------------------------------------------------------*/
#main .voicem .comPhotoUl li {
	width: 490px;
}

#main .voicem .comPhotoUl li:nth-child(2n) {
	margin-right: 0;
}

/*------------------------------------------------------------
	voicem-single
------------------------------------------------------------*/
#main .voicem-single .comBox {
	margin: 50px auto 40px;
	padding: 40px 30px;
	background-color:#edebe7;
    box-sizing: border-box;
}
#main .voicem-single .comBox .comBorBox{
	margin-bottom: 0;
}

#main .voicem-single .comTtl02{
	margin-bottom: 20px !important;
}

#main .voicem-single .comTtl02 span span {
	background-color: #393939;
}

#main .voicem-single p {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.875;
}

#main .voicem-single p:last-child{
	margin-bottom: 0;
}
#main .voicem-single .photo {
    margin-bottom: 30px;
    text-align: center;
}

#main .voicem-single .comLink a {
	width: 275px;
}
#main .voicem-single .wysiwyg_m {
	margin: 0;
}
/*------------------------------------------------------------
	single-voice
------------------------------------------------------------*/

#main .voice-single .bgBox { padding: 20px; background: #efefe7; }
#main .voice-single .bgBox .inner { background: white; }
#main .voice-single .comDate { margin-bottom: 20px; }
#main .voice-single .bgBox .comBorBox { margin-bottom: 0; border-bottom: none; }
#main .voice-single .txt01 { margin-bottom: 25px; }
#main .voice-single .txt02 { margin-bottom: 25px; }
#main .voice-single .pageList { margin-bottom: 80px; }
#main .voice-single .comPhotoUl li:nth-child(3n) { margin-right: 0; }
#main .voice-single .bgBox .wysiwyg_m { margin: 0; }

/*------------------------------------------------------------
	work-single
------------------------------------------------------------*/
.work-single .bgBox { padding: 20px; background: #efefe7; }
.work-single .bgBox .inner { background: white; }
.work-single .comDate { margin-bottom: 20px; }
.work-single .bigPhoto {
	text-align: center;
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}
.work-single .bigPhoto img.abs {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	width: 100%;
}

.work-single .bigPhoto span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
}
.work-single .bigPhoto span img {
	width: 290px;
	height: auto;
}

.work-single .photoUl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	background: url(img/work-single/arrow_ba.png) no-repeat center center;
}
.work-single ul + ul {
	margin-top: 20px;
}
.work-single .photoUl li:nth-child(1) {
	width: 45%;
	text-align: center;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	padding: 10px;
}
.work-single .photoUl li:nth-child(2) {
	width: 45%;
	text-align: center;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	padding: 10px;
	margin-left: 10%;
}

.work-single .photoUl li span {
	width: 100%;
	height: 260px;
	background: #efefe7;
	display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.work-single .photoUl li span img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.work-single .imgBox .photo {
	float: left;
	margin-right: 20px;
}
.work-single .imgBox .photo img {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.work-single .pad40 { padding: 40px; }
.work-single .pageList { margin-bottom: 20px; }

/* --- after_only --- */
.work-single .after_only {
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	padding: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.work-single .after_only li {
	width: 45%;
}
.work-single .after_only li:nth-child(2) {
	margin-left: 10%;
}
.work-single .after_only li span {
	width: 100%;
	height: 260px;
	background: #efefe7;
	display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	position: relative;
}
.work-single .after_only li span img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}







/*------------------------------------------------------------
	corporate
------------------------------------------------------------*/
.corporate {
	padding: 0;
	margin: 0;
}
.corporate .headLine01 {
	margin-bottom: 40px;
}
.corporate .imgBox01 {
	margin-bottom: 40px;
}
#main .corporate .imgBox01 .photoBox {
	float: left;
	margin-right: 30px;
}
.corporate .imgBox01 .photoBoxR {
	float: right;
	margin-left: 40px;
}
#main .corporate .imgBox01 .textBox {
	overflow: hidden;
}
#main .corporate .imgBox01 .textBox .ttl {
	margin-bottom: 15px;
	color: #5a5657;
	font-size: 20px;
	font-weight: bold;
}
.corporate .imgBox02 {
	margin-bottom: 40px;
	background: #efefe7;
}
#main .corporate .imgBox02:last-of-type {
	margin-bottom: 55px;
}
#main .corporate .imgBox02 .photoBox,
#main .corporate .imgBox03 .textBox { float: left; }
.corporate .imgBox02 .textBox {
	padding: 20px;
	width: 450px;
	float: right;
	box-sizing: border-box;
	font-size: 14px;
}
#main .corporate .imgBox02 .textBox p {
	margin-bottom: 20px;
}
#main .corporate .imgBox02 .textBox p:last-child{
	margin-bottom: 0;
}
#main .corporate .imgBox02 .textBox p span {
	font-weight: bold;
}

#main .corporate .imgBox02 .textBox a {
	display: block;
	text-align: center;
}
#main .corporate .imgBox02 .textBox a:hover img {
	opacity: 0.7;
}
#main .corporate .imgBox03 .photoBox {
	float: right;
}
#main .corporate .comTab {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}
.corporate .comTab th {
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #d5d5d5;
}
.corporate .comTab td {
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.corporate .comTab th {
	width: 22%;
	color: #fff;
	background: #b2997b;
}
#main .corporate .comTab td p {
	margin-bottom: 5px;
}
#main .corporate .comTab td span {
	margin-top: 5px;
	display: block;
}
#main .corporate .comTab td div {
	width: 748px;
	height: 329px;
}
.corporate .comTab td div iframe {
	width:100%;
	height: 400px;
}





/*------------------------------------------------------------
	diagnosis
------------------------------------------------------------*/
#main .diagnosis .topBox {
	padding: 20px 20px 0;
	margin: 0 auto 40px auto;
	height: 410px;
	width: 100%;
	box-sizing: border-box;
	background: url(img/diagnosis/top_bg.jpg) no-repeat left top;
}

#main .diagnosis .topBox .textImg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 16px;
}
#main .diagnosis .topBox .textImg div:last-child {
	width : -webkit-calc(100% - 452px);
	width : calc(100% - 452px);
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff;
}

#main .diagnosis .topBox .textImg img:first-child {
	margin-right: 15px;
}

#main .diagnosis .topBox > ul > li {
	float: right;
}

#main .diagnosis .topBox > ul > li:first-child {
	float: left;
}

#main .diagnosis .topBox > ul > li a:hover {
	opacity: 0.7;
}

#main .diagnosis .topBox > ul > li li {
	margin-bottom: 4px;
}

#main .diagnosis .topBox > ul > li li:last-child {
	margin-bottom: 0;
}

#main .diagnosis .sub {
	position: relative;
	background-color: #5a5657;
}

#main .diagnosis .sub .comTtl01 {
	padding: 20px 0;
	width: 760px;
	line-height: 1.4;
	text-align: left;
}

#main .diagnosis .sub .comTtl01 .colorY { margin-right: 10px; font-size: 48px; color: yellow; }

#main .diagnosis .redBg {
	padding: 20px 30px 0;
	width: 219px;
	height: 219px;
	position: absolute;
	right: 0;
	bottom: 20px;
	color: white;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	border-radius: 110px;
	box-sizing: border-box;
	background-color: #d00;
}

#main .diagnosis .redBg .num {
	display: block;
	font-size: 125px;
	line-height: 1;
	border-bottom: 1px solid #fff;
}

#main .diagnosis .redBg .num span {
	font-size: 50px;
}

.redBg small {
	font-size: 16px;
}

#main .diagnosis .text {
	margin: 40px 0;
	font-size: 16px;
	text-align: center;
}

#main .diagnosis .bgBox { padding: 30px; background: #efefe7; }
#main .diagnosis .bgBox .headLine01 { margin-bottom: 40px; }
#main .diagnosis .bgBox .headLine01 .txt { display: block; font-size: 24px; font-weight: 500; }
#main .diagnosis .bgBox .headLine01 .color { color: #d00; }
#main .diagnosis .bgBox .headLine01:before { display: none; }
#main .diagnosis .surveyUl { margin-top: -30px; display: flex; flex-flow: row wrap;}

#main .diagnosis .surveyUl > li {
	margin: 30px 4% 0 0;
	padding-bottom: 20px;
	width: 48%;
	float: left;
	box-sizing: border-box;
	background-color: white;
}

#main .diagnosis .surveyUl li:nth-child(2n) { margin-right: 0; }

#main .diagnosis .surveyUl .ttl {
	margin: 0 0 20px;
	padding: 5px;
	color: white;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background-color: #00504f;
}

#main .diagnosis .surveyUl li ul {
	margin: 0 20px 10px 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

#main .diagnosis .surveyUl li li {
	float: left;
	width: 49%;
}

#main .diagnosis .surveyUl li li:first-child {
	margin-right: 2%;
}
#main .diagnosis .surveyUl li li img {
	max-width: 100%;
	height: auto;
}
#main .diagnosis .surveyUl p {
	margin: 0 20px 20px;
}
	
#main .diagnosis .blueTxt { margin-bottom: 40px; position: relative; }

#main .diagnosis .blueTxt p {
	display: block;
	padding: 5px;
	position: relative;
	color: white;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	border-radius: 6px;
	background-color: #5a5657;
	z-index: 1;
}

#main .diagnosis .blueTxt:before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 20px solid #5a5657;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	content: ""; 
}

#main .diagnosis .subBox { padding: 30px; background: #efefe7; }
#main .diagnosis .subBox + .subBox { margin-top: 40px; }
#main .diagnosis .subBox .lBox { float: left; text-align: center; }

#main .diagnosis .subBox .lBox .ttl {
	margin-bottom: 20px;
	padding: 5px;
	color: white;
	font-size: 24px;
	font-weight: 600;
	background-color: #00504f;
}

#main .diagnosis .subBox .lBox .color {
	margin-bottom: 20px;
	color: #00504f;
	font-size: 20px;
	font-weight: 600;
}

#main .diagnosis .subBox .lBox ul {
	margin-bottom: 20px;
	overflow: hidden;
}

#main .diagnosis .subBox .lBox li {
	margin-left: 15px;
	width: 135px;
	float: left;
}

#main .diagnosis .subBox .lBox li:first-child {
	margin-left: 0;
}

#main .diagnosis .subBox .lBox li .img {
	margin-bottom: 5px;
}
#main .diagnosis .subBox .lBox li .img img {
	max-width: 100%;
	height: auto;
}

#main .diagnosis .subBox .lBox li p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.46;
}

#main .diagnosis .subBox .rBox {
	float: right;
}

#main .diagnosis .inner { margin: 0 0 40px 0; }
#main .diagnosis .inner .tel { float: left; }

#main .diagnosis .inner .tel .bg {
	padding: 10px 0 0 5px;
	width: 72px;
	height: 70px;
	position: relative;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 1.38;
	box-sizing: border-box;
	background-color: #00504f;
	margin-right: 28px;
	font-weight: 600;
}

#main .diagnosis .inner .tel .bg:before {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 22px;
	border-color: transparent transparent transparent #00504f;
	content: ""; 
	margin: auto;
	top: 0;
	bottom: 0;
	left: 100%;
}

#main .diagnosis .inner .tel .tel {
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 2px;
	letter-spacing: -0.03rem;
}

#main .diagnosis .inner .tel .tel a {
	color: #5a5657;
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	letter-spacing: -0.05rem;
}

#main .diagnosis .inner ul {
	float: right;
}

#main .diagnosis .inner ul li {
	padding-left: 10px;
	float: left;
}

#main .diagnosis .inner ul li:first-child {
	padding: 0;
}

#main .diagnosis .inner ul li a:hover img { opacity: 0.7; }
#main .diagnosis .tips { margin-bottom: 40px}

#main .diagnosis .tips p {
	margin: 0 50px 0 0;
	padding: 20px 25px;
	width: 756px;
	float: left;
	position: relative;
	color: white;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	border-radius: 6px;
	box-sizing: border-box;
/*	background-color: #00504f;*/
    background-color: #5a5657 ;

}

#main .diagnosis .tips p:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 23px;
	border-color: transparent transparent transparent #5a5657;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
	content: ""; 
}

#main .diagnosis .sysPhoto {
	margin: 40px 0;
	text-align: center;
	background: url(img/common/sysPhoto.png) repeat-x center center;
	border-bottom: 10px solid #f60;
}
/*
#main .diagnosis .formBox p {
	margin-top: 50px;
	font-weight: bold;
}
*/
#main .diagnosis .formBox .img {
	margin-bottom: 35px;
	text-align:  center;
}

#main .formBox .mailForm table td .wid03 {
	width: 85px;
}

#main .formBox .mailForm table td .wid04 {
	width: 135px;
}

#main .formBox .mailForm table td span {
	margin: 0 5px;
	/*font-weight: bold;*/
}

/*------------------------------------------------------------
	diagnosis-detail
------------------------------------------------------------*/
#main .detail .topImg { margin-bottom: 40px; text-align: center; }
#main .detail .topImg img {
	max-width: 100%;
	height: auto;
}
#main .detail .sub {
	position: relative;
	background-color: #5a5657;
	margin-bottom:40px;
	width:930px;
	margin:0 auto;
}

#main .detail .sub .comTtl01 {
	padding: 30px 0;
/*	width: 760px;*/
	width: 650px;
	margin:0 30px;
		
	font-size: 28px;
	text-align: left;
}

#main .detail .sub .comTtl01 .color {
	margin: 0;
	font-size: 28px;
}

#main .detail .inner { margin: 30px 0; }

#main .detail .bgBox {
	margin-bottom: 40px;
	padding: 40px 30px;
	background: #efefe7 url(img/common/com_bg01.gif) repeat-x left top;
}

#main .detail .bgBox .headLine01 { margin-bottom: 40px; }

#main .detail .listUl li {
	margin: 20px 2% 0 0;
	width: 32%;
	float: left;
}

#main .detail .listUl li:nth-child(3n){
	margin-right: 0;
}
#main .detail .listUl li .photo img {
	max-width: 100%;
	height: auto;
}
#main .detail .listUl .color {
	margin-bottom: 10px;
	padding: 5px;
	color: white;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background-color: #00504f;
}

#main .detail .listUl p {
	font-size: 16px;
	line-height: 1.56;
}

#main .detail .listUl p span {
	margin-bottom: 5px;
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

#main .detail .listLink {
	margin: -20px 0 15px;
}

#main .detail .listLink li {
	margin: 20px 20px 0 0; 
	float: left;
}

#main .detail .listLink li:nth-child(3n) {
	margin-right: 0; 
}

#main .detail .listLink li a {
	display: block;
}

#main .detail .listLink li a:hover img {
	opacity: 0.7;
}

#main .detail .listLink + p {
	margin-bottom: 40px;
	font-size: 18px;
}

/*------------------------------------------------------------
	diagnosis-earthquake
------------------------------------------------------------*/
#main .diagnosis-earthquake .headLine01 {
	margin-bottom: 55px;
	padding-top: 10px;
}

#main .diagnosis-earthquake .sysPhoto {
	margin: 40px 0;
	text-align: center;
	background: url(img/common/sysPhoto.png) repeat-x center center;
	border-bottom: 10px solid #f60;
}

#main .diagnosis-earthquake .sub .comTtl01 {
	width: 584px;
}

#main .diagnosis-earthquake .redBg {
	margin-left: 110px;
	padding: 0 0 0 20px;
	width: 390px;
	height: 86px;
	position: absolute;
	left: 50%;
	bottom: 26px;
	text-align: left;
	line-height: 1.16;
	border-radius: 0;
}

#main .diagnosis-earthquake .redBg .txt {
	margin-right: 40px;
	width: 75px;
	display: inline-block;
}

#main .diagnosis-earthquake .redBg .num {
	position: relative;
	display: inline-block;
	font-size: 85px;
	line-height: 1;
	border: none;
}

#main .diagnosis-earthquake .redBg .num:before {
		height: 55px;
		border-left: 1px solid #fff;
		position: absolute;
		top: 15px;
		left: -21px;
	  
		content: ""; 
}

#main .diagnosis-earthquake .inner {
	margin: 35px 0 40px;
}

#main .diagnosis-earthquake .bgBox {
	margin-bottom: 40px;
	padding: 30px;
	background: #efefe7;
}

#main .diagnosis-earthquake .bgBox .headLine01 { margin-bottom: 40px; line-height: 1.4; }
#main .diagnosis-earthquake .bgBox .headLine01 .txt { font-size: 20px; }
#main .diagnosis-earthquake .img { margin-bottom: 40px; }
#main .diagnosis-earthquake .txtUl { margin-bottom: 40px; padding: 20px; background: white; }
#main .diagnosis-earthquake .txtUl li:last-child { margin-bottom: 0; }
#main .diagnosis-earthquake .txtUl img { margin-right: 20px; }
#main .diagnosis-earthquake .listUl { margin-bottom: 40px; }

#main .diagnosis-earthquake .listUl li {
	margin: 0 20px 0 0;
	width: 220px;
}

#main .diagnosis-earthquake .listUl li:nth-child(3){ margin-right: 20px; }
#main .diagnosis-earthquake .listUl li:nth-child(4){ margin-right: 0; }
#main .diagnosis-earthquake .listUl .photo { margin-bottom: 10px; }
#main .diagnosis-earthquake .listUl p { font-size: 15px; line-height: 1.66; }
#main .diagnosis-earthquake .photoBox { float: right; }
#main .diagnosis-earthquake .textBox { width: 430px; float: left; }
#main .diagnosis-earthquake .textBox p { margin-top: 20px; }
#main .diagnosis-earthquake .textBox p:first-child { margin-top: 0; }
#main .diagnosis-earthquake .text { margin-bottom: 40px; }
#main .diagnosis-earthquake .listLink { margin-bottom: 40px; }

/*------------------------------------------------------------
	diagnosis-insulation
------------------------------------------------------------*/
#main .diagnosis-insulation .imgSub {
	margin-bottom: 45px;
}

#main .diagnosis-insulation .imgSub p {
	padding-bottom: 20px;
}

#main .diagnosis-insulation .imgSub .lBox {
	float: left;
}

#main .diagnosis-insulation .imgSub .rBox {
	float: right;
}

#main .diagnosis-insulation .comTab {
	margin: 38px 0 35px;
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

#main .diagnosis-insulation .comTab th,
#main .diagnosis-insulation .comTab td {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.33;
	border: 1px solid #CACACA;
}

#main .diagnosis-insulation .comTab th {
	padding: 20px 0 15px;
	font-weight: 600;
	background-color: #5a5657;
	color: white;
}

#main .diagnosis-insulation .comTab th span {
	display: block;
	font-size: 10px;
}

#main .diagnosis-insulation .comTab td {
	vertical-align: top;
	padding: 15px 5px;
}

#main .diagnosis-insulation .comTab .trStyle td {
	background-color: #efefe7;
}

#main .diagnosis-insulation .comTab .trStyle td span {
	color: #ce1515;
	font-size: 20px;
	font-weight: bold;
}

#main .diagnosis-insulation .comTab tr td:first-child,
#main .diagnosis-insulation .comTab tr td:nth-child(2) {
	font-weight: bold;
}

#main .diagnosis-insulation .comTab tr td:nth-child(6) {
	padding-left: 20px;
	text-align: left;
}

#main .diagnosis-insulation .text {
	margin-bottom: 40px;
}

/*------------------------------------------------------------
	seminar
------------------------------------------------------------*/
.seminar .topBox {
	width: 930px;
	height: 600px;
	/* background: url(img/seminar/photo01.jpg) no-repeat center top; */
	box-sizing: border-box;
	position: relative;
	margin-bottom: 80px;
}

.seminar .topBox img {

}

.seminar .topBox .txtBox {
	/* padding: 20px;
	width: 760px;
	margin: 0 auto;
	text-align: center;
	background: rgba(255,255,255,0.96);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}

.seminar .topBox .txtBox p + p {
	/* margin-top: 10px; */
}

.seminar .topBox .txtBox span {
	/* display: block;
	font-weight: 600;
	font-size: 1.2em; */
}
.seminar .col3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.seminar .col3 .col3-left,
.seminar .col3 .col3-right {
	width: 240px;
}
.seminar .col3 .col3-left {
	
}
.seminar .col3 .col3-center {
	width: 500px;
}
.seminar .col3 .col3-center p:first-of-type {
	font-size: 18px;
}
.seminar .col3 .col3-center p:last-of-type {
	font-weight: 600;
	font-size: 30px;
	text-align: center;
}
.seminar .col3 .col3-center .slash-lr {
	position: relative;
}
.seminar .col3 .col3-center .slash-lr::before,
.seminar .col3 .col3-center .slash-lr::after {
	position: absolute;
	font-size: 1.5em;
	line-height: 1;
}
.seminar .col3 .col3-center .slash-lr::before {
	left: 0;
	bottom: 0;
	content: "＼";
}
.seminar .col3 .col3-center .slash-lr::after {
	right: 0;
	bottom: 0;
	content: "／";
}
.seminar .col3 .col3-right {

}
.seminar .bg-gray {
	background: #efefe7;
}
.seminar .bg-gray.bottom-arrow {
	position: relative;
	margin-bottom: 80px;
}
.seminar .bg-gray.bottom-arrow::before {
	position: absolute;
	content: "";
	border-top: 40px solid #efefe7;
	border-right: 200px solid transparent;
	border-left: 200px solid transparent;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.seminar .py40 {
	padding: 40px 0;
}

.seminar .textImg { margin-bottom: 40px; }
.seminar .linkUl { width: 930px; margin: 0 auto 40px auto; }

.seminar .linkUl li {
	width: 480px;
	float: left;
	background-color: #0F8E7D;
	border-radius: 5px;
}

.seminar .linkUl li:last-child {
	float: right;
	background-color: #00504f;
}

#main .seminar .linkUl li a {
	padding: 20px 0;
	color: #fff;
	display: block;
}

#main .seminar .linkUl li a:hover {
	opacity: 0.7;
}

#main .seminar .linkUl li:first-child {
	font-size: 12px;
}

#main .seminar .linkUl li:first-child span {
	display: block;
	text-align: center;
}

#main .seminar .linkUl li:first-child .txt01 {
	margin-bottom: -20px;
	font-size: 23px;
}

#main .seminar .linkUl li:first-child .txt02 {
	margin-bottom: -10px;
	padding-left: 50px;
	font-size: 60px;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	background: url(img/common/icon09.png) no-repeat left 40px center;
}

#main .seminar .linkUl li:first-child .txt03 {
	padding-right: 55px;
	text-align: right;
}

#main .seminar .linkUl li:last-child {
	font-size: 26px;
	line-height: 1.46;
	font-weight: bold;
}

#main .seminar .linkUl li:last-child a {
	padding: 25px 40px 25px 60px;
	background: url(img/common/icon10.png) no-repeat left 22px center;
}

#main .seminar .linkUl li:last-child span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#main .seminar h3 {
	margin-bottom: 45px;
	text-align: center;
	color: #252525;
	font-size: 35px;
	position: relative;
	font-weight: normal;
}

/* #main .seminar h3:before {
	margin-left: -65px;
	width: 130px;
	border-bottom: 3px solid #5C362D;
	position: absolute;
	bottom: -10px;
	left: 50%;
  
	content: ""; 
} */

#main .seminar h3 span {
	margin-bottom: -5px;
	display: block;
	font-size: 22px;
}

.seminar .imgBox { margin-bottom: 40px; }
.seminar .imgBox .textBox { width: 560px; float: left; }

#main .seminar .imgBox .textBox p {
	margin-bottom: 35px;
	line-height: 1.94;
}

#main .seminar .imgBox .textBox p span {
	background: url(img/seminar/bg01.jpg) repeat-x left bottom 4px;
}

#main .seminar .imgBox .textBox .txt {
	margin-bottom: 0;
}

#main .seminar .imgBox .photoBox {
	float: right;
}

#main .seminar .h3Ttl01 {
	margin-bottom: 40px;
}

#main .seminar .txtList {
	/* margin-bottom: 118px;
	position: relative; */
	border-bottom: 1px dashed #5a5657;
}

.seminar .txtList:before {
	/* margin-left: -106px;
	width: 212px;
	height: 38px;
	background: url(img/seminar/icon01.png) no-repeat;
	background-size: 212px 38px;
	position: absolute;
	left: 50%;
	bottom: -79px;
	content: "";  */
}

#main .seminar .txtList li {
	padding: 10px 20px;
	border-top: 1px dashed #5a5657;
}

.seminar .txtList li p {
	padding-left: 70px;
	font-weight: 600;
	font-size: 16px;
	background: url(img/seminar/icon02.png) no-repeat left center;
}

.seminar .txtList li p span { font-size: 24px; color: #dd0000; background: url(img/seminar/bg01.jpg) repeat-x left bottom 4px; }
.seminar .textImg01 { margin: 40px 0 10px; position: relative; z-index: 1; text-align: center; }
.seminar .textImg01::before,.seminar .textImg01::after {position: absolute; content:""; width: 220px; height: 120px; top: -20px;}
.seminar .textImg01::before {background: url(img/seminar/img_blackboard_flag_left.png) no-repeat; left: 10px;}
.seminar .textImg01::after {background: url(img/seminar/img_blackboard_flag_right.png) no-repeat; right: 10px;}
.seminar .subBox {
	padding: 44px 0;
	/* margin-bottom: 118px; */
	position: relative;
	border: 10px solid #5a5657;
	background: #5f8c68;
}
.seminar .subBox::before,
.seminar .subBox::after {
	position: absolute;
	content: "";
	width: 960px;
	height: 34px;
	left: 50%;
	transform: translateX(-50%);
}

.seminar .subBox:before {
	/* margin-left: -106px;
	width: 212px;
	height: 38px;
	background: url(img/seminar/icon01.png) no-repeat;
	background-size: 212px 38px;
	position: absolute;
	left: 50%;
	bottom: -83px;
	content: "";  */
	top: 10px;
	background: url(img/seminar/img_blackboard_top.png) no-repeat;
}
.seminar .subBox:after {
	bottom: 10px;
	background: url(img/seminar/img_blackboard_bottom.png) no-repeat;
}

.seminar .subBox .ttl {
	margin: 0 auto 40px;
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	color: white;
	padding-bottom: 44px;
	position: relative;
	line-height: 1;
}
.seminar .subBox .ttl::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(img/seminar/img_blackboard_ttl_line.png) no-repeat;
	width: 500px;
	height: 22px;
}

#main .seminar .subBox .ttl span { font-size: 40px; }
#main .seminar .subBox ul { width: 930px; margin: 0 auto 40px; }

#main .seminar .subBox ul li {
	/* padding-bottom: 50px; */
	margin-right: 30px;
	width: 162px;
	float: left;
	text-align: center;
	/* background: url(img/seminar/icon02.jpg) no-repeat center bottom; */
}

#main .seminar .subBox ul li:last-child {
	margin-right: 0;
}

#main .seminar .subBox ul li .img {
	margin-bottom: 20px;
	position: relative;
}

.seminar .subBox ul li .num {
	width: 60px;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 36px;
	color: #4c7053;
	font-weight: 600;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

#main .seminar .subBox ul li p {
	line-height: 1.55;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}

.seminar .subBox ul li p span { color: #ff0; }

.seminar .txtSub {
	width: 700px;
	margin: 0 auto 40px auto;
	padding-left: 25px;
	position: relative;
	font-weight: 600;
	font-size: 34px;
	text-align: center;
}

.seminar .txtSub:before {
	/*width: 60px;*/
	/*height: 150px;*/
	/*background: url(img/seminar/icon04.jpg) no-repeat;*/
	/*background-size: 60px 150px;*/
	position: absolute;
	/*top: -36px;*/
	left: -50px;
	bottom: 0;
	content: "＼";
	font-size: 1.6em;
	line-height: 1;
}

#main .seminar .txtSub:after {
	/*width: 60px;*/
	/*height: 150px;*/
	/*background: url(img/seminar/icon05.jpg) no-repeat;*/
	/*background-size: 60px 150px;*/
	position: absolute;
	/*top: -36px;*/
	right: -50px;
	bottom: 0;
	content: "／";
	font-size: 1.6em;
	line-height: 1;
}

#main .seminar .txtSub span {
	margin-bottom: -10px;
	display: block;
	font-size: 30px;
}

.participant-list {
	display: flex;
	flex-flow: column wrap;
	margin: 0 auto 80px;
	width: 930px;
}

.participant-list-item {
	border: 5px solid #efefe7;
	box-sizing: border-box;
	width: 100%;
	z-index: -1;
	margin-bottom: 40px;
	display: flex;
	flex-flow: row wrap;
}
.participant-list-item:last-of-type {
	margin-bottom: 0;
}
.participant-list-image,
.participant-list-info {
	width: 50%;
}
.participant-list-item:nth-of-type(2n) .participant-list-image {
	order: 2;
}
.participant-list-item:nth-of-type(2n) .participant-list-info {
	order: 1;
}
.participant-list-image {
	background: #F4F2F3;
	position: relative;
	padding-top: 420px;
	overflow: hidden;
}
.participant-list-image img {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
}
.participant-list-info {
	position: relative;
	padding: 115px 20px 20px;
	box-sizing: border-box;
}
.participant-list-info > img {
	position: absolute;
	content: "";
	top: -25px;
	left: 20px;
}
#main .seminar .participant-list-title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	text-align: left;
}
#main .seminar blockquote {
	padding: 5px 10px;
	border-left: 4px solid #b2997b;
	background: #efefe7;
	margin-bottom: 20px;
	font-size: 15px;
}
#main .seminar blockquote:last-of-type {
	margin-bottom: 0;
}
#main .seminar blockquote h4 {
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: 900;
}
#main .seminar blockquote p {
	line-height: 1.6;
}

#main .seminar .bgBox {
	margin-bottom: 40px;
	padding: 80px 0;
	background: url(img/seminar/bg02.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

#main .seminar .imgSub {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
#main .seminar .imgSub .imgSub-image {
	position: absolute;
	content: "";
	right: -180px;
	bottom: -40px;
}

#main .seminar .imgSub .textBox {
	width: 340px;
	float: left;
}
#main .seminar .imgSub .textBox h5 {
	font-weight: 900;
}
#main .seminar .imgSub .textBox h5 > span {
	/* background: url(img/seminar/bg01.jpg) repeat-x left bottom 4px; */
	background: -moz-linear-gradient(transparent 70%,#ff0 70%);
	background: -webkit-linear-gradient(transparent 70%,#ff0 70%);
	background: linear-gradient(transparent 70%,#ff0 70%);
	display: inline-block;
}

#main .seminar .imgSub .textBox p {
	margin-bottom: 25px;
	line-height: 1.55;
}

#main .seminar .imgSub .textBox .text {
	margin-bottom: 0;
}

#main .seminar .imgSub .map {
	width: 480px;
	height: 300px;
	float: right;
	box-sizing: border-box;
	border: 5px solid #fff;
}

#main .seminar .comTtl01 {
	margin-bottom: 40px;
}
/*------------------------------------------------------------
	modelhouse
------------------------------------------------------------*/
.modelhouse .comNaviUl { margin-bottom: 40px; }
.modelhouse .topPhoto { margin-bottom: 40px; }

#main .modelhouse .linkUl {
	margin-bottom: 30px;
}

#main .modelhouse .linkUl li {
	float: left;
}

#main .modelhouse .linkUl li a:hover {
	opacity: 0.7;
}

#main .modelhouse .linkUl li.tel {
	float: right;
	width: 420px;
	border: 5px solid #87c7bf;
}

#main .modelhouse .linkUl li.tel a {
	padding: 11px 10px 10px;
	display: block;
	color: #fff;
	line-height: 1.22;
	background-color: #008D7D;
	position: relative;
}

#main .modelhouse .linkUl li.tel a .ttl {
	margin-bottom: 5px;
	font-size: 23px;
}

#main .modelhouse .linkUl li.tel a .telLink {
	padding-left: 35px;
	font-size: 38px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.1;
	background: url(img/common/icon09.png) no-repeat left center;
	padding-top: 2px;
}

#main .modelhouse .linkUl li.tel a .txt {
	font-size: 12px;
}

#main .modelhouse .linkUl li.tel a .img {
	position: absolute;
	bottom: 0;
	right: 0;	
}

#main .modelhouse .topBgBox {
	margin-bottom: 55px;
	padding: 25px 0 95px;
	text-align: center;
	background: url(img/modelhouse/top_bg.jpg) no-repeat center bottom;
}

#main .modelhouse .topBgBox .ttl {
	margin-bottom: 20px;
	font-size: 35px;
}

#main .modelhouse .topBgBox ul {
	font-size: 0;
}

#main .modelhouse .topBgBox li {
	margin: 0 25px;
	display: inline-block;
}

.modelhouse .headLine01 { margin-bottom: 40px; }

.modelhouse .sec01 { margin-bottom: 40px; }
.modelhouse .sec01 .topTxt { text-align: center; }
.modelhouse .sec01 h3 { margin-bottom: 40px; text-align: center; }


#main .modelhouse .sec01 h3 .color {
	color: #ffea00;
}

#main .modelhouse .sec01 h3.ribbonTtl {
	font-size: 35px;
	display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto 40px;
}


#main .modelhouse .sec01 h3.ribbonTtl:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    left: -50px;
    z-index: -2;
/*    border: 30px solid #6b90a4;*/
		border: 30px solid #8fba37;

    border-left-color: transparent;/*山形に切り抜き*/
}

#main .modelhouse .sec01 h3.ribbonTtl:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    right: -50px;
    z-index: -2;
/*    border: 30px solid #6b90a4;*/
		border: 30px solid #8fba37;
    border-right-color: transparent;/*山形に切り抜き*/
}


#main .modelhouse .sec01 h3.ribbonTtl .bg {
	display: block;
	color: #fff;
	position: relative;
/*	background-color: #00504f;*/
		background-color: #00504f;
    margin: 0;
    padding: 10px 0;
    line-height: 45px;
}



#main .modelhouse .sec01 h3.ribbonTtl .bg:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-right: solid 20px #3a4b55;/*左の折り返し部分*/
}
#main .modelhouse .sec01 h3.ribbonTtl .bg:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-left: solid 20px #3a4b55;/*右の折り返し部分*/
}





#main .modelhouse .sec01 .inner {
	margin-bottom: 30px;
}

#main .modelhouse .sec01 .inner ul {
	float: left;
	position: relative;
	z-index: 1;
}

#main .modelhouse .sec01 .inner ul li {
	padding-left: 15px;
	float: left;
}

#main .modelhouse .sec01 .inner ul li:first-child {
	padding: 0;
}

#main .modelhouse .sec01 .inner .photo {
	margin: -2px 3px 0 -55px;
	float: right;
}

#main .modelhouse .sec01 .photoUl li {
	float: left;
	position: relative;
}

#main .modelhouse .sec01 .photoUl li .txt {
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	min-width: 100px;
	background-color: #5a5657;
}

#main .modelhouse .sec02 {
	margin-bottom: 50px;
	padding: 50px 0;
	background-color:#edebe7;
}

.modelhouse .sec02 .headLine01 { margin-bottom: 40px; }

#main .modelhouse .sec02 p {
	margin-bottom: 35px;
	line-height: 1.94;
}

#main .modelhouse .sec02 .headLine02 {
	margin-bottom: 20px;
}

#main .modelhouse .sec02 .headLine03 {
	margin-bottom: 15px;
}

#main .modelhouse .sec02 p:last-of-type {
	margin: 0;
}

#main .modelhouse .voiceBox {
	margin-bottom: 50px;
}

#main .modelhouse .voiceBox .photo {
	float: left;
}

#main .modelhouse .voiceBox .textBox {
	padding: 15px 20px 25px 30px;
	color: #fff;
	line-height: 1.94;
	float: right;
	width: 706px;
	box-sizing: border-box;
	background-color: #b2997b;
	border-radius: 10px;
	position: relative;
}

#main .modelhouse .voiceBox .textBox:before {
	position: absolute;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right: 30px solid #b2997b;
	border-left: none;
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto;
	content: "";
}

#main .modelhouse .voiceBox .textBox .ttl {
	margin-bottom: 5px;
	padding: 5px 0 0 60px;
	font-weight: bold;
	font-size: 28px;
	background: url(img/common/icon11.png) no-repeat left center;
}

.modelhouse .sec03 { margin: 40px auto; background-color:#efefe7; padding: 0 0 40px 0; }
.modelhouse .sec03 .comTtl01 { margin-bottom: 40px; }



#main .modelhouse .sec03 ul li {
	float: left;
	position: relative;
	background: #fff;
	padding: 50px 15px 15px;
}

#main .modelhouse .sec03 ul li:nth-child(2) {
	float: right;
}

#main .modelhouse .sec03 ul li:first-child:before,
#main .modelhouse .sec03 ul li:first-child:after{
	top: 0;
	bottom: 0;
	content: "";
	position: absolute;
	margin: auto;
}

#main .modelhouse .sec03 ul li:first-child:before {
	right: -40px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 22px solid transparent;
    border-left: 20px solid #00504f;
    border-right: none;
}

#main .modelhouse .sec03 ul li:first-child:after{
	right: -20px;
    width: 0px;
    height: 20px;
    border-left: 15px solid #00504f;
	}


#main .modelhouse .sec03 ul li h5{
	background: #00504f;
	color: #fff;
	text-align: center;
	padding: 5px 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	box-sizing: border-box;
}

#main .modelhouse .comCaseBox {
	margin-bottom: 45px;
}

#main .modelhouse .sec04 .headLine01 {
	margin-bottom: 60px;
}

#main .modelhouse .sec04 ul {
	margin: -50px 30px 0;
}

#main .modelhouse .sec04 ul li {
	float: left;
	width: 440px;
}

#main .modelhouse .sec04 ul li:nth-child(2n) {
	float: right;
}

#main .modelhouse .sec04 ul li .photo {
	position: relative;
}

#main .modelhouse .sec04 ul li .photo .point {
	color: #5a5657;
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	position: absolute;
	width: 116px;
	height: 116px;
	box-sizing: border-box;
	line-height: 1;
	top: -10px;
	left: -30px;
	text-align: center;
	background-color: #edebe7;
	border-radius: 100%;
}

#staff .noimage img {
	width: 100%;
}
/*------------------------------------------------------------
	youtube
------------------------------------------------------------*/
.youtubeL iframe {
	width: 100%;
	height: 500px;
}
.youtubeM iframe {
	width: 100%;
	height: 250px;
}
.youtube490 iframe {
	width: 490px;
	height: 300px;
}


/*------------------------------------------------------------
	#staff
------------------------------------------------------------*/
body#staff {
    min-width: 0;
}

#staff .staffProf {
    padding: 20px;
    position: relative;
    overflow: hidden;
	min-height: 400px;
}

#staff .staffProf .floatL {
	float: left;
	width: 180px;
}

#staff .staffProf .floatL > img {
	width: 100%;
}

#staff .staffProf .profileDetail {
	float: right;
	width: calc(100% - 220px);
}

#staff .staffProf .profileDetail .positionTxt {
    margin-bottom: 5px;
    font-size: 12px;
}

#staff .staffProf .profileDetail .positionTxt span {
    border-radius: 3px;
    padding: 2px 6px;
	color: black;
	font-weight: 600;
	background: #00504f;
	color: #fff;
}

#staff .staffProf .profileDetail .staffName {
	color: black;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1;
}
#staff .staffProf .profileDetail .staffName .furigana {
	font-size: 0.5em;
	margin-left: 1em;
}

#staff .staffProf .profileDetail dl dt {
    background: #b2997b;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    margin: 15px 0 10px;
}

#staff .staffProf .profileDetail dl dd {
    font-size: 15px;
}

.staffBtn {
    text-align: center;
    clear: both;
    margin: 20px 0;
}

.staffBtn li {
    padding: 0;
    text-align: center;
    display: inline-block;
}

.staffBtn li:before,
.staffBtn li:after {
    content: none;
}

.btnDetail {
    background: #b2997b;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: bold;
}

.btnDetail:hover,
.btn a:hover {
    opacity: 0.7;
    transition: 0.7s;
}

.btnDetail a {
    display: block;
    padding: 3px 10px !important;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    transition: 0.7s;
}

/*------------------------------------------------------------
	formSTEP
------------------------------------------------------------*/
.formWrap {
}
.comTtl01 + .formWrap {
	margin-top: 40px;
}
.formSTEP {
    list-style: none;
    overflow: hidden;
}
.formSTEP * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.formSTEP li {
    float: left;
	background: #e5e5e5;
	position: relative;
	width: 50%;
	padding: 0 40px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.formSTEP li.on {
	background: #b2997b;
	color: white;
}
.formSTEP li span {
    display: block;
	font-weight: bold;
	color: white;
	background: #5a5657;
	font-size: 13px;
	line-height: 15px;
	position: absolute;
	top: 0px;
	left: 36px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	padding: 10px 0;
	overflow: visible !important;
	z-index:1;
}
.formSTEP li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.formSTEP li.on:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #b2997b;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.formSTEP li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 2px;
    left: 100%;
    z-index: 1;
}

/*------------------------------------------------------------
	elements
------------------------------------------------------------*/
span.taxBadge {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	/* line-height: 1; */
	color: #fff;
	letter-spacing: 0px;
	background-color: #5C362D;
	border-radius: 4px;
}

/* ====================================================================================================

	Plan Parent

==================================================================================================== */

.container1000 {
	width: 930px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	planNav
------------------------------------------------------------*/
.planNav {
	border-bottom: 8px solid #b2997b;
	width: 100%;
	margin-bottom: 40px;
}
.planNav ul {
	width: 930px;
	margin: 0 auto;
}
.planNav ul li {
	float: left;
	width: 333px;
	margin-bottom: 1px;
}
.planNav ul li:nth-child(2) {
	float: left;
	width: 332px;
}
.planNav ul li + li {
	border-left: 1px solid white;
}
.planNav ul li a {
	background: #efefe7;
	display: block;
	color: #333;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.planNav ul li a.here {
	background-color: #b2997b;
	background-image: url(img/common/planNavHere.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	color: white;
	text-align: center;
	line-height: 40px;
	height: 49px;
	font-weight: bold;
	margin-bottom: -9px;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.planNav ul li a:hover {
	letter-spacing: 1px;
}

/*------------------------------------------------------------
	planNavLarge
------------------------------------------------------------*/
.planNavLarge {
	width: 1040px;
	margin: 0 -20px 0 -20px;
}
.planNavLarge * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.planNavLarge ul {
	width: 480px;
	float: left;
	margin: 0 20px 40px 20px;
	background: #f0eeeb;
	border: 1px solid #e2ded6;
	border-radius: 8px;
	padding-bottom: 30px;
}
.planNavLarge li.planImg {
	width: 478px;
	height: 220px;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}
.planNavLarge li.planImg img {
	border-radius: 7px 7px 0 0;
	width: 478px;
	height: 220px;
	-moz-transition: -moz-transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
    -o-transition: -o-transform 0.25s linear;
    -ms-transition: -ms-transform 0.25s linear;
    transition: transform 0.25s linear;
}
.planNavLarge li.planImg a:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	border-radius: 7px 7px 0 0;
}
.planNavLarge li.planName {
	font-size: 28px;
	font-weight: bold;
	color: #252525;
	text-align: center;
	padding-top: 20px;
}
.planNavLarge li.planDetail {
	padding: 20px;
}
.planNavLarge li.planBtn {
	text-align: center;
}

/*------------------------------------------------------------
	planNavLarge
------------------------------------------------------------*/
.priceUnit950 {
	width: 950px;
}
.priceUnit {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	/*width: 950px;*/
	padding-bottom: 40px;
}
.priceUnit li {
	margin-right: 30px;
	float: left;
	width: 215px;
	text-align: center;
	box-sizing: border-box;
	border: 6px solid #333;
	background-color: white;
	overflow: hidden;
}
.priceUnit li:nth-child(4n) {
	margin-right: 0;
}
.priceUnit li .ttl {
	margin-bottom: 15px;
	display: block;
	color: #fff;
	font-size: 23px;
	position: relative;
	background-color: #333;
	padding-bottom: 10px;
}
.priceUnit li .ttl:before {
	position: absolute;
	background: url(img/index/img05.jpg) no-repeat;
	width: 203px;
	height: 26px;
	bottom: -9px;
	left: 0;
	content: "";
}
.priceUnit li .ttl .posi {
	position: relative;
	z-index: 1;
}
.priceUnit li .price {
	color: #00504f;
	font-weight: bold;
	font-size: 23px;
	display: block;
	line-height: 1.2;
}
.priceUnit li .price .num {
	font-size: 45px;
}

/*------------------------------------------------------------
	planBanner
------------------------------------------------------------*/
.planBanner {
	margin-bottom: 40px;
}
.planBanner .flex {
	display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	justify-content: center;
}
.planBanner ul {
	list-style-type: none;
	padding-left: 0;
}
.planBanner li {
	background: #edebe7;
	margin: 0 10px;
	border: 1px solid #e2ded6;
	border-radius: 8px;
}
.planBanner a {
	display: block;
	width: 233px;
	background: #edebe7;
	color: #252525;
	font-weight: bold;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.planBanner a:hover {
	background: #e2ded6;
}
.planBanner .pbImg {
	width: 80px;
	height: 68px;
	overflow: hidden !important;
	display: block;
	float: left;
}
.planBanner .pbImg img {
	height: 68px;
	width: auto;
	border-radius: 7px 0 0 7px;
}
.planBanner .pbTxt {
	width: 143px;
	line-height: 68px;
	display: block;
	float: left;
	padding-left: 10px;
	font-size: 14px;
}

/*------------------------------------------------------------
	planBlock
------------------------------------------------------------*/
.planBlock {
	width: 900px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.planBlock .left { width: 625px; float: left; }
.planBlock .right { width: 215px; float: right; }

.planBlock .schematic img {
	display: inline;
	vertical-align:middle;
	margin-right: 10px;
}
.planBlock .schematic img:last-child {
	display: inline;
	vertical-align:middle;
	margin-right: 0;
}

.planBlock .right p {
	margin-top: -20px;
	text-align: left !important;
}

/*------------------------------------------------------------
	plan(ReNew) 20/07
------------------------------------------------------------*/

.plan-case{
margin-top:80px;
border:solid 1px #e1e1e1;
border-top:none;
}
.plan-case_head {
border-top:solid 5px #b2997b;
padding:30px 0 30px 180px;
position:relative;
}

.plan-case_pict{
	position:absolute;
	top:-13px;
	left:35px;
	display:inline-block;
	width:104px;
	padding:10px 0;
	background: linear-gradient(15deg, #9b8162 0%,#9b8162 50%, #b2997b 50%, #b2997b 100%);
	color:#fff;
	text-align:center;
	font-family: 'Roboto Mono', monospace;
	font-size:24px;
	line-height:1;
}
.plan-case_pict:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-bottom: 8px solid #9b8162;
	border-right: 8px solid #fff;
	transform:translate(100%, 0);
}

.plan-case_pict:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:0;
	height:0;
	border-top: 15px solid #9b8162;
	border-left: 52px solid #fff;
	border-right: 52px solid #fff;
	transform:translate(-50%, 0);
}

.plan-case_pict strong{
display:inline-block;
width:100%;
font-size:60px;
}

.plan-case_head h2{
	font-size:24px;
	padding-right: 40px;
}

.plan-case_cost{
margin:0 0 40px;
display:flex;
align-items:center;
justify-content: center;
font-size:24px;
overflow:hidden;
background:#e1e1e1;
}
.plan-case_cost dt {
background:#e1e1e1;
position: relative;
width: 180px;
text-align:center;
}
.plan-case_cost dt:after{
position: absolute;
top:50%;
right:0;
transform:translate(100%, -50%);
content:'';
display:inline-block;
width: 0;
height: 0;
border-left: 40px solid #e1e1e1;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
}

.plan-case_cost dd{
width: 820px;
text-align:center;
background:#f0f0f0;
line-height:1.4;
}
.plan-case_cost dd strong{
color:#cc0000;
font-size:60px;
font-family: 'Roboto Mono', monospace;
}


.plan-case_comparison{
margin:0 40px;
}
.plan-case_comparison_box{
display:flex;
justify-content:space-between;
align-items:center;
margin:0 0 20px;
position:relative;
}
.plan-case_comparison_box:after{
position:absolute;
top:50%;
right:50%;
transform:translate(50%, -30%);
content:'';
display:inline-block;
width: 0;
height: 0;
border-left: 40px solid #f0f0f0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
}

.plan-case_comparison .rounded {
	margin:0 120px 20px;
	padding:5px;
	border:solid 1px #00504f;
	border-radius: 20px;
	background: #00504f;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.plan-case_comparison__before,
.plan-case_comparison__after{
width:400px;
}

.plan-case_comparison__before{}

.plan-case_comparison__after{}


.plan-case_detail{
margin:0 40px 40px;
display:flex;
justify-content:space-between;
}
.plan-case_detail h3{
font-size:24px;
}
.plan-case_detail h3:before{
content:'●';
display:inline-block;
font-size:20px;
color:#b2997b;
margin-right:0.2em;
}

.plan-case_detail_items { width:48%; }
.plan-case_detail_items img { width:100%; height:auto; }

.plan-case_detail_items ul{
display:flex;
flex-wrap: wrap;
/*justify-content:space-between;*/
/*
 justify-content: center;
  align-items: center;
*/

}
.plan-case_detail_items ul li{
width:20%;
color:#fff;
background:#b2997b;
border-radius:5px;
text-align:center;
margin:0 10px 10px 0;
padding:5px;
}

.plan-case_detail_point ul{
	display:flex;
	flex-wrap: wrap;
}
.plan-case_detail_point ul li{
	/*width:20%;*/
	color:#fff;
	background:#b2997b;
	border-radius:5px;
	text-align:center;
	margin:0 10px 10px 0;
	padding:5px;
}


.plan-case_detail_point{
 width:48%;
 }

.plan-case_banner{
border-top:solid 1px #e1e1e1;
padding:36px 0;
display:flex;
/*flex-wrap: wrap;*/
align-items:center;
/*justify-content: space-between;*/
justify-content: center;
}
.plan-case_banner a {
	transition: ease 0.3s;
}
.plan-case_banner a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	imgUlP
------------------------------------------------------------*/

.imgUlP {
	margin: -40px -25px 45px;
	font-size: 0;
	text-align: center;
	width: 1050px;
}

.imgUlP li {
	margin: 40px 25px 0;
	color: #252525;
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
	position: relative;
}

.imgUlP li:before {
	position: absolute;
	background: url(img/index/img15.png) no-repeat;
	width: 33px;
	height: 33px;
	right: -40px;
	top: 63px;
	content: "";
}

.imgUlP li .sub {
	margin-top: 5px;
	display: block;
}

.imgUlP li:last-child:before,
.imgUlP li:nth-child(5):before {
	display: none;
}

/*------------------------------------------------------------
	planBtm
------------------------------------------------------------*/
.planBtm {
	border: 10px solid rgba(0, 0, 0, 0.3);	
	background: white;
	padding: 20px;
}
.planBtm section + section {
	margin-top: 60px;
}
.planBtm p {
	text-align: left !important;
}
.planBtm figure {
	text-align: center !important;
	margin: 0;
}
.planBtm p + figure {
	margin-top: 20px !important;
}

.sectionmt section + section { margin-top: 40px; }
.sectionmt h3 + p { margin-top: 40px; }
.sectionmt p + p { margin-top: 20px; }

.sectionmt .linkUl p + p {
	margin-top: 5px;
}

.planBtm + .planBtm {
	margin-top: 30px;
}

/* ----- planFeature ----- */
h4.planFeatureTtl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 3px double #d5d5d5;
	text-align: center;
}
h5.planFeatureTtlSub {
	color: #252525;
	font-weight: bold;
	font-size: 20px;
}
.planFeatureBlkWrap {
	width: 1020px;
	margin: -20px -10px 0 -10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.planFeatureBlk {
	width: 320px;
	float: left;
	margin: 20px 10px 0 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.planFeatureBlkHead {
	background: #5a5657;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
}
.planFeatureBlkHead span {
	position: absolute;
	bottom: 0;
	right: 5px;
}
.planFeatureBlkBody {
	border: 2px solid #5a5657;
	border-top: none;
	padding: 10px;
	font-size: 13px;
}
.planFeatureBlkBody p {
	text-align: left !important;
}
.planFeatureBlkBody p + p {
	margin-top: 10px;
}
.planFeatureBlkBody .intro {
	color: #00504f;
	font-weight: 600;
	font-size: 15px;
}

/* ----- planFeature ----- */
.innerP {
	position: relative;
	height: 240px;
	margin-bottom: 20px;
}

.innerP ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.innerP ul li {
	padding-left: 10px;
	float: left;
}

.innerP ul li:first-child {
	padding: 0;
}

.innerP .photo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* ----- checkpoint6 ----- */
.checkpoint6Wrap {
	width: 980px;
	margin: -30px -20px 0 -20px;
	padding-top: 10px;
}
.checkpoint6 {
	width: 450px;
	float: left;
	margin: 30px 20px 0 20px;
}
.checkpoint6 .left {
	width: 150px;
	float: left;
}
.checkpoint6 .right {
	width: calc(100% - 170px);
	float: right;
	font-size: 14px;
}
.checkpoint6 .right h5 {
	font-size: 19px;
}

/* ----- formula ----- */
.formula { margin: 20px 0; }
.formula .left {
	float: left;
	width: 45%;
	line-height: 60px;
/*	background: #00504f;*/
	background: #b2997b;

	color: white;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
}
.formula .center {
	float: left;
	width: 10%;
	line-height: 60px;
/*	color: #00504f;*/
	color: #b2997b;
	font-size: 44px;
	text-align: center;
	font-weight: 66;
}
.formula .right {
	float: left;
	width: 45%;
	line-height: 60px;
/*	background: #00504f;*/
	background: #b2997b;
	color: white;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
}

.supplement {
	background: #ffd;
	padding: 20px;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}
.supplement h6 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

/* ----- btnRed ----- */
#cost .comBox .btnRed {
/*	background: #00504f;*/
/*	color: white;*/
  border:solid 1px #00504f;
  background:#fff;
	color: #00504f;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 16px 0;
	width: 100%;
	display: block;
	font-style: italic;
	margin-top: 40px;
}

/* ----- loanTbl ----- */
.loanTbl {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 30px;
}
.loanTbl th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 25%;
	padding: 15px;
	background: #eadecc;
	vertical-align: top;
}
.loanTbl th.blue {
	background: #00504f !important;
	color: white !important;
}
.loanTbl td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 50%;
	padding: 15px;
	background: white;
	vertical-align: top;
}

/* ----- subsidyTbl ----- */
.subsidyTbl {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
.subsidyTbl th {
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 15px;
	background: #5a5657;
	color: white;
	text-align: center;
}
.subsidyTbl td {
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 15px;
	vertical-align: middle;
	font-weight: 600;
}
.subsidyTbl td.td1 { background: #eadecc; }
.subsidyTbl td.td2 { background: #bfe0e0; }
.subsidyTbl td.td3 { background: #efefe7; }
.subsidyTbl td.td4 { background: #e6f4f4; }
.subsidyTbl td.td5 { background: #f0f5ea; }
.subsidyTbl td.td6 { background: #e6f4ef; }

.subsidyTbl span { font-size: 30px; color: #00504f; }
.subsidyTbl small { font-size: 13px; }
.subsidyTbl p + p { margin-top: 20px; }
.subsidyTbl .left { float: left; }
.subsidyTbl .right { float: right; }
.tblTop,
.tblBtm { text-align: right; }

/* ----- .subsidyBg0 ----- */
.subsidyBg0 { position: relative; width: 930px; margin: 0 auto 40px auto; }
.subsidyBg0 .photo {
	position: absolute;
	top: 56px;
	right: 0;
}
.subsidyBg0 * + * { margin-top: 40px; }
.subsidyBg0 div + p { margin-top: 20px !important; }
h6.label {
	display: block;
	font-size: 20px;
	border-top: 4px solid #b2997b;
	border-bottom: 1px solid #d5d5d5;
	font-weight: 600;
	padding: 10px 0;
}

/* ========================================================================================== ここから下はスマホ化まだしてない */

.period {
	margin: 30px 5px 0 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
		color: #fff;
}

/*
.period .period_txt {
	padding: 0;
	color: white;
	font-weight: bold;
	width: 86px;
	text-align: center;
	float: left;
	background: #b2997b;
	border: 2px solid #b2997b;
}
*/

.period .month_1 {
	width: 390px;
	background: #5a5657;
	position: relative;
	text-align: center;
	border-top: 2px solid #5a5657;
	border-bottom: 2px solid #5a5657;
	float: left;
	margin-right: 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
}
.period .month_1:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #5a5657;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}

.period .month_2 {
	width: 260px;
	background: #5a5657;
	position: relative;
	text-align: center;
	border-top: 2px solid #5a5657;
	border-bottom: 2px solid #5a5657;
	float: left;
	margin-right: 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
}
.period .month_2:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #5a5657;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}

.period .month_3 {
	width: 160px;
	background: #5a5657;
	position: relative;
	text-align: center;
	border-top: 2px solid #5a5657;
	border-bottom: 2px solid #5a5657;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
}
.period .month_3:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #5a5657;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}

.period-btm {
	margin: 30px 0 80px 0;
}

.mw_wp_form_input .submit .back input[type="button"] {
	display:none;
}
.mw_wp_form_confirm .submit .back input[type="button"] {
} 
.mw_wp_form_complete .submit .back input[type="button"] {
	display:none;
}

.headLineBar {
	color: #47210d;
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-size: 35px;
	font-weight: normal;
}
.headLineBar:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 130px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #47210d;
}

.img320x230 {
	width: 320px !important;
	height: 200px !important;
}

.wpTxt + .wpTxt {
	margin-top: 20px;
}




/* ----- .sectionHeader ----- */
.sectionHeader {
	padding-bottom: 40px;
/*
	margin-bottom: 40px;
	background: url(img/common/sectionHeader_border.png) no-repeat center bottom;
*/
	
}
.sectionHeader div {
	text-align: center;
	/* color:rgba(0,0,0,0.1); */
	color: #e5e5e5;
/*	font-family: 'Roboto', sans-serif;*/
  font-family: 'Noto Serif JP', serif;
  font-weight: 400; /*Regular 400 */
/*	font-size: 120px;*/
	font-size: 100px;
/*	line-height: 0.8;*/
	line-height: 1;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	letter-spacing: 5px;
}
.sectionHeader.txtWhite div {
	color: rgba(0,0,0,0.1);
}

.sectionHeader img {
	vertical-align: middle;
	margin-right: 10px;
}
.sectionHeader div h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgba(51,51,51,1.0);
	font-weight: 600;
	font-size: 30px;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	line-height: 1.25;
	width: 100%;
}
.sectionHeader div h2.white {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: rgba(255,255,255,1.0);
	font-weight: 600;
	font-size: 24px;
/*	line-height: 200px;*/
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
}
.sectionHeader div h2 i {
	margin-right: 0.25em;
}

/* ----- .btnBasicMaru ----- */
.btnBasicMaru {
	text-align: center;
}
.btnBasicMaru a,
.btnBasicMaru span {
	display: block;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
/*	background: #00504f url(img/common/btnBasicMaru_arrow.png) no-repeat top 19px right 20px;*/
		background: #5a5657 url(img/common/btnBasicMaru_arrow.png) no-repeat top 19px right 20px;

	color: white;
	font-weight: 600;
	line-height: 54px;
	border-radius: 29px;
/*	border: 2px solid #00504f;*/
	border: 2px solid #5a5657;
	font-size: 15px;
}
.btnBasicMaru a:hover {
	letter-spacing: 2px;
	/* background: url(img/common/btnBasicMaruWhite_arrow.png) no-repeat top 19px right 20px; */
	/* background: url(img/common/btnBasicMaruBlue_arrow.png) no-repeat top 19px right 20px;*/
	background: url(img/common/btnBasicMaruKahaki_arrow.png) no-repeat top 19px right 20px;
/*
	border: 2px solid #00504f;
	color: #00504f;
	*/
	border: 2px solid #5a5657;
	color: #5a5657;	
}
#flow .btnBasicMaru a {
	width: 300px;
}

/* ----- .btnBasicMaruLL ----- */
.btnBasicMaruLL {
	text-align: center;
}
.btnBasicMaruLL a {
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	background: #b2997b url(img/common/btnBasicMaru_arrowLL.png) no-repeat top 19px right 20px;
	color: white;
	font-weight: 600;
	line-height: 54px;
	border-radius: 29px;
	border: 2px solid #b2997b;
	font-size: 18px;
}
.btnBasicMaruLL a:hover {
	letter-spacing: 2px;
	background: url(img/common/btnBasicMaruWhite_arrowLL.png) no-repeat top 19px right 20px;
	border: 2px solid #b2997b;
	color: #b2997b;
}

/* ----- .btnBasicMaruWhite ----- */
.btnBasicMaruWhite {
	display: block;
	width: 240px;
	margin: 40px auto 0 auto;
	background: white url(img/common/btnBasicMaruWhite_arrow.png) no-repeat top 19px right 20px;
	color: #b2997b;
	font-weight: 600;
	text-align: center;
	line-height: 54px;
	border-radius: 27px;
}
/* ----- .btnBasicMaruGreen ----- */
.btnBasicMaruGreen {
	display: block;
	width: 240px;
	margin: 40px auto 0 auto;
	background: white url(img/common/btnBasicMaruGreen_arrow.png) no-repeat top 19px right 20px;
	color: #8fc121;
	font-weight: 600;
	text-align: center;
	line-height: 54px;
	border-radius: 27px;
}

/* ----- .sectionReason ----- */
.sectionReason {
	background: #efefe7;
	padding: 80px 0;
}
.sectionReason .sectionHeader div {
	color: #d8d8d8;
	letter-spacing: 2px;
}
.sectionReason .sectionHeader div h2 {
	line-height: initial;
}
.sectionReason .sectionHeader div h2 img {
	width: 290px;
	margin-right: 20px;
}
.reasonHead {
	background: url(img/index/reasonHead.png) no-repeat;
	padding-top: 320px;
}
.reasonBody {
	width: 710px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.reasonBody li {
	width: 170px;
	height: 170px;
	/* border-radius: 50%; */
	/* border: 5px solid #fff; */
	display: table;
	text-align: center;
	color: white;
}

.reasonBody li:nth-child(1) { background: url(img/index/reasonBody01.png) no-repeat; }
.reasonBody li:nth-child(2) { background: url(img/index/reasonBody02.png) no-repeat; }
.reasonBody li:nth-child(3) { background: url(img/index/reasonBody03.png) no-repeat; }
.reasonBody li:nth-child(4) { background: url(img/index/reasonBody04.png) no-repeat; }

.reasonBody li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.2;
	color: white;
}
.reasonBody li a:hover {
	opacity: 0.7;
}
.reasonBody li strong {
	display: block;
	font-weight: 900;
	font-size: 30px;
}

/* ----- .sectionVoice ----- */
.sectionVoice {
	padding: 80px 0 0;
}
.sectionVoice .sectionHeader div {
	color: #e5e5e5;
}
#top .voiceBody,
#voice .voiceBody {
	padding: 0 0 80px 0;
	position: relative;
}
#top .voiceBody ul,
#voice .voiceBody ul {
	width: 930px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
}

#top .voiceBody ul li {
	width: 480px;
	height: 480px;
	overflow: hidden;
	position: relative;
	transition: ease 0.4s;
	margin-right: 40px;
}
#top .voiceBody ul li:last-of-type {
	margin-right: 0;
}
#voice .voiceBody ul li {
	width: 320px;
	height: 320px;
	overflow: hidden;
	position: relative;
	transition: ease 0.4s;
	margin-right: 20px;
}
#voice .voiceBody ul li:nth-of-type(3n) {
	margin-right: 0;
}
#voice .voiceBody ul li:nth-of-type(n + 4) {
	margin-top: 40px;
}
#top .voiceBody ul li::before,
#voice .voiceBody ul li::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,1));
	background: -webkit-linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,1));
	background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,1));
}

#top .voiceBody ul li:hover,
#voice .voiceBody ul li:hover {
	transform: translateY(-10px);
}

#top .voiceBody ul li .thumb,
#voice .voiceBody ul li .thumb {
	border: 3px solid #efefe7;
	z-index: 100;
}
#top .voiceBody ul li .thumb img,
#voice .voiceBody ul li .thumb img {
	width: 100%;
}

.voiceBody ul li .voiceInfo {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.voiceBody ul li .voiceInfo .ttl {
	font-size: 1.25em;
	line-height: 1.75;
	font-weight: 600;
}
.voiceBody ul li .voiceInfo .txt {
	background: #b2997b;
	color: white;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 30px;
}


/* ----- .sectionRenovation ----- */
.sectionRenovation {
	padding: 80px 0 0 0;
}
.renoFlow {
	padding: 30px 0 40px;
	margin: 0 auto;
	background: transparent url(img/common/bg_reno-flow.png) no-repeat center center / cover;
}
.renoFlow img {
	display: block;
	margin: 0 auto;
}

.renoBody {
	/* background: url(img/common/bg_reno.png); */
	background: #f3f9e9;
	padding-bottom: 80px;
	position: relative;
	margin-top: 80px;
}
.renoBody ul {
	width: 930px;
	margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.renoBody li {
	background-color: white;
	/* background-image: url(img/common/reno_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom 3px right 3px; */
	width: 320px;
	margin-top: -80px;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.renoBody li:hover {
	transform: translate(0,-10px);
}
.renoBody li:hover .moreBtn {
	color: #fff;
	letter-spacing: 2px;
	background-color: #5a5657;
}
.renoBody li .textBox {
	padding: 20px;
}
.renoBody li h3 {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1;
}
.renoBody li .txt {
		font-size: 14px;
		text-align: justify;
		margin-bottom: 20px;
}

/* ----- .sectionPlan ----- */
.sectionPlan {
	padding: 80px 0;
	background:#f0f0f0;
}
.sectionPlan .sectionHeader div {
    text-align: center;
    color: #cacaca;
}
.sectionPlan * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.planBody {
width:930px;
margin:auto;
display:flex;
flex-wrap :wrap;
justify-content: space-between;
}
.plan-item {
margin:0 0 20px;
width:490px;
border:solid 4px #fff;
}
/*
.planBody .left {
	width: 50%;
	float: left;
	border-right: 1px solid white;
	background: #ddd;
}
.planBody .right {
	width: 50%;
	float: right;
	border-left: 1px solid white;
	background: #ddd;
}
*/
.planBody a {
	display: block;
	line-height: 1.4;
	overflow: hidden;
}
.planBody .plan01,
.planBody .plan02,
.planBody .plan03,
.planBody .plan04 {
    position: relative;
    overflow: hidden;
	height: 240px;
	border-bottom: 1px solid white;
}

.planBody .plan01:before,
.planBody .plan02:before,
.planBody .plan03:before,
.planBody .plan04:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	z-index: 10;
}

.planBody .plan01:after,
.planBody .plan02:after,
.planBody .plan03:after,
.planBody .plan04:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background-size: cover;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}

.planBody .plan01:after {
	background: url(img/index/plan01.png) no-repeat center center / cover;
}
.planBody .plan02:after {
	background: url(img/index/plan02.png) no-repeat center center / cover;
}
.planBody .plan03:after {
	background: url(img/index/plan03.png) no-repeat center center / cover;
}
.planBody .plan04:after {
	background: url(img/index/plan04.png) no-repeat center center / cover;
}
.planBody .plan01:hover:after,
.planBody .plan02:hover:after,
.planBody .plan03:hover:after,
.planBody .plan04:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.planBody .plan-item .inbox{
	background: rgba(255,255,255,0.95);
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 200px;
	height: 200px;
	padding: 3px;
	z-index: 10;
}
.planBody .plan-item  .inbox .parent {
	border-top: 3px solid #b2997b;
	display: table;
	height: 194px;
	text-align: center;
	width: 100%;
}
.planBody .plan-item .inbox .parent .child {
	display: table-cell;
	vertical-align: middle;
	color: black;
}
.planBody .plan-item .inbox .parent .child .price {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
}
.planBody .plan-item  .inbox .parent .child .unit {
	/* font-family: 'Roboto', sans-serif; */
	font-size: 18px;
}

/* ----- .sectionCost ----- */
.sectionCost {
	padding: 80px 0 55px 0;
	/*background: url(img/index/sectionCost.png) repeat-x center bottom;*/
}
.sectionCost ul {
	width: 930px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.sectionCost li {
	width: 482px;
	/* float: left; */
}
.sectionCost li a {
	display: block;
	transition: ease 0.4s;
}
.sectionCost li a:hover {
	transform: translateY(-10px);
}

.sectionCost li a .btnBasicMaru span {
	transition: ease 0.4s;
}

.sectionCost li a:hover .btnBasicMaru span {
	letter-spacing: 2px;
	background: url(img/common/btnBasicMaruKahaki_arrow.png) no-repeat top 19px right 20px;
	border: 2px solid #5a5657;
	color: #5a5657;
}
.sectionCost li h3 {
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding: 20px 0;
}
.sectionCost li:nth-child(1) h3 {
	background: #b2997b;
}
.sectionCost li:nth-child(2) h3 {
	background: #00504f;
}
.sectionCost h3 span {
	display: block;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 20px;
}
.cost-wrap {
	padding: 10px 10px 40px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.cost-wrap img {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.bnrCenter {
	text-align: center;
}
.bnrCenter a {
	display: inline-block;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.bnrCenter a:hover {
	opacity: 0.7;
}

/* ----- .sectionDiagnosis ----- */
.sectionDiagnosis {
	padding: 80px 0;
	background: url(img/index/sectionDiagnosis.png) no-repeat center center;
	background-size: cover;
}
.diagnosisBody {
	width: 930px;
	margin: 0 auto;
}
.diagnosisBody a {
	border: 5px solid white;
	display: block;
	width: 990px;
	background: url(img/index/diagnosisBody.png) no-repeat center center;
	height: 290px;
	display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.diagnosisBody a:hover {
	border: 5px solid #b2997b;
}
.diagnosisBody .left {
	margin-left: 20px;
	background: black;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	color: white;
	display: table;
}
.diagnosisBody .left .child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
}
.diagnosisBody .left .child span {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	line-height: 1;
}
.diagnosisBody .right {
	width: 380px;
	text-align: center;
/*	color: white;*/
}
.diagnosisBody .right h2 {
	font-weight: 600;
	font-size: 40px;
}

/* ----- .sectionBlog ----- */
.sectionBlog {
	padding: 80px 0 0 0;
}
.blogBody {
/*	background: url(img/common/bg_blog.png) repeat left top;*/
	background: #f0f0f0;

	padding: 40px 0 80px 0;
}
.blogBody .container1000 {
	position: relative;
}
.blogBody .container1000 .badge {
	position: absolute;
	top: -80px;
	right: -60px;
	z-index: 10;
}
.blogUI {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
}
.blogUI li {
	width: 320px;
	background: white;
	margin-right: 20px;
	/* margin: 20px 10px 0 10px; */
	/* float: left; */
	box-shadow: 0px 0px 10px 0px rgba(227,239,245,0.75);
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	/* background-image: url(img/common/reno_arrow.png); */
	/* background-repeat: no-repeat; */
	/* background-position: bottom 3px right 3px; */
}
.blogUI li:nth-of-type(3n) {
	margin-right: 0;
}
.blogUI li:nth-of-type(n + 4) {
	margin-top: 40px;
}
.blogUI li a {
	display: block;
	padding: 0;
}
.blogUI li:hover {
	transform: translate(0,-10px);
}
.blogUI li:hover .moreBtn {
	color: #fff;
	letter-spacing: 2px;
/*	background: #00504f;*/
	background: #5a5657;
}
.blogUI .thumb {
	width: 100%;
	/* height: 220px; */
	overflow: hidden;
	position: relative;
	display: block;
	padding-top: calc((200 / 310) * 100%);
	border: 5px solid #fff;
	box-sizing: border-box;
}
.blogUI .thumb img {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	/* max-height: 100%; */
	height: 100%;
}
.blogBody .blogUI .txtBox {
	position: relative;
	padding: 20px 10px;
}
.blogBody .blogUI .txtBox .termBox {
	position: absolute;
	content: "";
	top: -26px;
	left: 5px;
	font-size: 12px;
}
.blogUI .txtBox .term_label {
	display: inline-block;
	margin-right: 4px;
	background: #5a5657;
	color: white;
	font-weight: 600;
	font-size: 12px;
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
	/* border-radius: 3px; */
	box-sizing: border-box;
}
.blogUI .txtBox .date {
	font-weight: 900;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}
.blogUI .txtBox .ttl {
	color: #252525;
	/* text-decoration: underline; */
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.blogUI .txt {
	/* font-size: 12px; */
}

/* ----- .sectionShowroom ----- */
.sectionShowroom {
	padding: 80px 0 ;
}
.showroomBody {
	width: 930px;
	margin: 0 auto;
}
.showroomBody > p {
	text-align: center;
	margin: 2em 0;
	font-size: 2em;
}
.showroom-list {
	display: flex;
	flex-flow: row wrap;
}
.showroom-list.--large {
	flex-flow: column wrap;
}
.showroom-list-item {
	width: 490px;
	margin-bottom: 20px;
}
.showroom-list.--large .showroom-list-item {
	width: 100%;
	margin-bottom: 40px;
}
.showroom-list.--large .showroom-list-item:last-of-type {
	margin-bottom: 0;
}
.showroom-list-item:nth-of-type(odd) {
	margin-right: 20px;
}
.showroom-list.--large .showroom-list-item:nth-of-type(odd) {
	margin-right: 0;
}
.showroom-list-link {
	background: #efefe7 url(img/common/reno_arrow.png) no-repeat bottom 3px right 3px;
	display: flex;
	flex-flow: row wrap;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.showroom-list-link:hover {
	transform: translateY(-10px);
}
.showroom-image-wrap {
	width: 180px;
	overflow: hidden;
	position: relative;
	padding-top: 180px;
}
.showroom-list-image {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
}
.showroom-info-wrap {
	width: 310px;
	height: 180px;
	/* background-color: #efefe7; */
}
.showroom-list-title {
	background-color: #b2997b;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 2;
}
.showroom-list.--large .showroom-list-title {
	font-size: 24px;
}
.showroom-list-wrap {
	padding: 20px;
}
.showroom-list-wrap-text {
	font-size: 14px;
	line-height: 1.7;
}
.showroom-box {
	display: flex;
	flex-flow: row wrap;
}
.showroom-box-info {
	width: 400px;
	background: #efefe7;
}
.showroom-box-list {}
.showroom-box-list-item {
	padding: 10px 20px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 15px;
	line-height: 1.4;
}
.showroom-list-item:nth-of-type(2n) .showroom-box-info {
	order: 2;
}
.showroom-list-item:nth-of-type(2n) .showroom-box-img {
	order: 1;
}
.showroom-box-list-item:last-of-type {
	padding: 10px;
	border: none;
}
.showroom-box-list-item .title {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}
.showroom-box-list-item .title i {
	margin-right: 0.5em;
}
.showroom-box-list-item .map {
	/* width: 380px; */
	height: 250px;
	overflow: hidden;
	/* box-sizing: border-box; */
	border: 4px solid #fff;
	position: relative;
}
.showroom-box-list-item .map iframe {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.showroom-box-img {
	width: 600px;
	overflow: hidden;
	position: relative;
}
.showroom-box-img img {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translate(-50%);
	height: 100%;
	width: auto;
}


/* ----- .sectionBanner ----- */
.sectionBanner {
	padding: 40px 0;
	border-bottom:solid 1px #d5d5d5;
}


/* ----- .sectionModelhouse (2020/07 add ) ----- */

.sectionModelhouse {
	background: url(img/modelhouse/bg_modelhouse.png) no-repeat center top;
	background-size:cover;
	padding: 80px 0 ;
	border-bottom: 2px solid #efefe7;
}
.sectionModelhouse .sectionHeader div {
	color: rgba(0,0,0,0.2);
}

.modelhouseUI {
	padding-bottom: 40px;
}
.modelhouseUI li {
position:relative;
}
.modelhouseUI li:after {
content:"";
position:absolute;
bottom:0;
right:0;
border:solid 10px tansparent;
border-bottom:solid 10px #f00;
}
.modelhouseUI li:nth-child(odd) {
	float: left;
	width: 480px;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
/*	padding-top: 40px;*/
  background:#fff;
}
.modelhouseUI li:nth-child(even) {
	float: right;
	width: 480px;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
/*	padding-top: 40px;*/
  background:#fff;
}

.modelhouseUI li:hover {
	opacity: 0.7;
}
.modelhouseUI .left {
	float: left;
	width: 160px;
}

.modelhouseUI .thumb {
	width: 160px;
	height: 160px;
	overflow: hidden;
	position: relative;
	display: block;
}

.modelhouseUI .thumb img {
/*
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
*/
	object-fit: cover;
	width: 160px;
	height: 160px;

}
.modelhouseUI .right {
	float: right;
	width: 280px;
	padding: 20px;
}
.modelhouseUI .area {
	border-radius: 3px;
	background:#8fc121;
	color: white;
	line-height: 1;
	font-size: 12px;
	padding: 3.5px 7px;
}
/*
.modelhouseUI .ttl {
	margin: 15px 0;
	font-size:20px;
	font-weight: 600;
	line-height:1;
	text-align:center;
}
*/
.modelhouseUI h3 {
	margin: 15px 0;
	font-size:20px;
	font-weight: 600;
	line-height:1;
	text-align:center;
}
.modelhouseUI p {
	font-size: 14px;
	line-height:1.6;
}



/* ====================================================================================================

各種ボタン（小サイズ / header用）

==================================================================================================== */
.hBtn * {
	box-sizing: border-box;
}

.hBtn a {
	color: white;
	font-weight: 600;
	font-size: 20px;
	display: table;
	line-height: 1;
	height: 60px;
	width: 100%;
	padding-left: 60px;
	padding-right: 20px;
	border-radius: 4px;
}

.hBtn a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.hBtn a small {
	font-size: 12px;
	display: block;
	margin-bottom: 2px;
}

/* ----- .btnGreen ----- */
.btnGreen {
	width: 180px;
}
.btnGreen a {
	background: #5b9bd5 url(img/common/icon_document.png) no-repeat center left 20px;
}

/* ----- .btnRed ----- */
.btnRed {
	width: 180px;
}
.btnRed a {
	background: #d00 url(img/common/icon_calendar.png) no-repeat center left 20px;
}

/* ====================================================================================================

各種ボタン（大サイズ / footer用）

==================================================================================================== */

.btns * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.c_btns * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ----- .btnOrangeL ----- */
.btnOrangeL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnOrangeL {
	width: 200px;
}
.btnOrangeL a {
	background: #f60 url(img/common/icon_flag.png) no-repeat center right 15px;
	color: white;
	font-weight: 600;
	font-size: 22px;
	display: table;
	line-height: 1.2;
	height: 70px;
	width: 100%;
	padding-left: 15px;
	border-radius: 4px;
}
.btnOrangeL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnOrangeL a small {
	font-size: 16px;
	display: block;
}

/* ----- .btnRedL ----- */
.btnRedL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnRedL {
	width: 200px;
}
.btnRedL a {
	background: #00504f url(img/common/icon_book.png) no-repeat center right 15px;
	color: white;
	font-weight: 600;
	font-size: 22px;
	display: table;
	line-height: 1.2;
	height: 70px;
	width: 100%;
	padding-left: 15px;
	border-radius: 4px;
}
.btnRedL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnRedL a small {
	font-size: 16px;
	display: block;
}

/* ----- .btnGreenL ----- */
.btnGreenL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnGreenL {
	width: 200px;
}
.btnGreenL a {
	background: #b2997b url(img/common/icon_corporate.png) no-repeat center right 15px;
	color: white;
	font-weight: 600;
	font-size: 22px;
	display: table;
	line-height: 1.2;
	height: 70px;
	width: 100%;
	padding-left: 15px;
	border-radius: 4px;
}
.btnGreenL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnGreenL a small {
	font-size: 16px;
	display: block;
}

/* ----- .btnPhone ----- */
.btnPhone * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnPhone {
	width: 300px;
	height: 70px;
	display: table;
	background: #fff;
	/* color: white; */
	font-weight: 600;
	border-radius: 4px 0 0 4px;
	/* border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white; */
	margin-right: 0 !important;
	/* padding: 0 30px 0 20px; */
	padding: 0;
}
.btnPhone span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
}
.btnPhone a small {
	font-size: 16px;
	display: block;
}
.btnPhone .tel {
	font-size: 34px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
	background: url(img/common/freedial_icon.png) no-repeat center left;
	padding-left: 52px;
	letter-spacing: -0.05rem;
	text-align: right;
	margin-left: 23px;
	display: inline-block;
}
.btnPhone .tel a {
	/* color: white; */
}
.btnPhone .date { 
	/* color: white; */
	font-size: 10px;
	text-align: center;
	line-height: 1;
}

/* ----- .btnRedLL ----- */
.btnRedLL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnRedLL {
	width: 300px;
}
.btnRedLL a {
	background: #00504f /*url(img/common/btnRed_icon.png) no-repeat center right 15px*/;
	color: white;
	font-weight: 600;
	font-size: 24px;
	display: table;
	line-height: 1;
	height: 70px;
	width: 100%;
	padding-left: 15px;
	border-radius: 4px;
}
.btnRedLL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnRedLL a small {
	font-size: 16px;
	display: block;
}
.btnRedLL a:hover {
	opacity: 0.7;
}
/* ----- .btnBlueLL ----- */
.btnBlueLL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnBlueLL {
	width: 240px;
}
.btnBlueLL a {
	background: #5a5657 /*url(img/common/btnRed_icon.png) no-repeat center right 15px*/;
	color: white;
	font-weight: 600;
	font-size: 24px;
	display: table;
	line-height: 1;
	height: 70px;
	width: 100%;
	padding-left: 10px;
	border-radius: 4px;
}
.btnBlueLL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnBlueLL a small {
	font-size: 16px;
	display: block;
}
.btnBlueLL a:hover {
	opacity: 0.7;
}
/* ----- .btnOrangeLL ----- */
.btnOrangeLL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnOrangeLL {
	width: 240px;
}
.btnOrangeLL a {
	background: #b2997b;
;
	color: white;
	font-weight: 600;
	font-size: 24px;
	display: table;
	line-height: 1;
	height: 70px;
	width: 100%;
	padding-left: 10px;
	border-radius: 4px;
}
.btnOrangeLL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnOrangeLL a small {
	font-size: 16px;
	display: block;
}
.btnOrangeLL a:hover {
	opacity: 0.7;
}

/* ----- .btnGreenLL ----- */
.btnGreenLL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnGreenLL {
	width: 300px;
}
.btnGreenLL a {
	background: #b2997b /*url(img/common/btnGreen_icon.png) no-repeat center right 15px*/;
	color: white;
	font-weight: 600;
	font-size: 24px;
	display: table;
	line-height: 1;
	height: 70px;
	width: 100%;
	padding-left: 15px;
	border-radius: 4px;
}
.btnGreenLL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnGreenLL a small {
	font-size: 16px;
	display: block;
}
.btnGreenLL a:hover {
	opacity: 0.7;
}

/* ----- .btnPinkLL ----- */
.btnPinkLL * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnPinkLL {
	width: 300px;
}
.btnPinkLL a {
	background: #f27191 /*url(img/common/btnGreen_icon.png) no-repeat center right 15px*/;
	color: white;
	font-weight: 600;
	font-size: 24px;
	display: table;
	line-height: 1;
	height: 70px;
	width: 100%;
	padding-left: 15px;
	border-radius: 4px;
}
.btnPinkLL a span {
	display: table-cell;
	vertical-align: middle;
}
.btnPinkLL a small {
	font-size: 16px;
	display: block;
}
.btnPinkLL a:hover {
	opacity: 0.7;
}




/* ==================================================
 Add Styles
================================================== */

.underline {
	border-bottom: 6px solid #ff0;
}

.left50per {
	float: left;
	width: 50%;
}
.right50per {
	float: right;
	width: 50%;
}

/* ----- カテゴリアイコン ----- */
.icon_cat a {
	color: #5a5657;
	border: 1px solid #5a5657;
	text-decoration: none;
	font-size: 12px;
	padding: 4px 20px;
	margin-right: 5px;
	font-weight: 600;
	border-radius: 30px;
}
.icon_cat a:hover {
	background: #5a5657;
	color: #fff;
}

/* ============================================================

single-news

============================================================ */

article.blog {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
}

/* blog_head */
article.blog .blog_head{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}
article.blog date {
	color: black;
	font-family: 'Roboto', sans-serif;
}
article.blog h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: black;
	margin: 10px 0;
}

/* blog_body */
article.blog .blog_body {
	padding: 40px 0;
}
article.blog .blog_body * + * {
	margin-top: 20px;
}
article.blog .blog_body h3 {
	font-size: 24px;
	font-weight: 600;
	border-left: 4px solid #b2997b;
	padding: 10px 0 10px 24px;
	line-height: 1.2;
}
article.blog .blog_body h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
article.blog .blog_body img {
	max-width: 930px;
	height: auto;
}

/* ============================================================

event

============================================================ */

span.color {
	color: white;
	border-radius: 30px;
	/*font-size: 12px;*/
	font-weight: 700;
	padding: 3.5px 7px;
}

span.ecat {
	color: white;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	padding: 3.5px 7px;
	background: #b2997b;
}

.gmap {
	padding: 40px;
}

/* ============================================================

voice

============================================================ */

/* .photoV */
.voice-single .photoV {
	text-align: center;
	width: 960px;
	/* height: 480px; */
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 40px;
	box-sizing: border-box;
}
.voice-single .photoV img {
	/* position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	max-width: 100%; */
	width: 100%;
}

/* .voiceBody */
.voiceBody {
	/* padding: 40px; */
}

/* ============================================================

other

============================================================ */

.headLine02 + div.img {
	margin-top: 40px;
}

.ccon {
	border: 1px solid #e5e5e5;
	padding: 20px;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.ccon:hover {
	box-shadow:0px 0px 20px 3px #e5e5e5;
}

/* ----- dlinkL ----- */
.dlinkL {
	width: 930px;
	margin: 0;
}
.dlinkL li {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}
.dlinkL li:nth-of-type(4n) {
	margin-right: 0;
}
.dlinkL a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	background: #00504f;
	border-radius: 3px;
	padding: 5px;
	
}
.dlinkL a:hover {
	opacity: 0.7;
}
.dlinkL span:first-child img {
	border: 1px solid white;
	display: block;
}
.dlinkL span:last-child {
	text-align: left;
	display: block;
	width : -webkit-calc(100% - 90px);
	width : calc(100% - 90px);
	color: white;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}
.dlinkL span:last-child small {
	font-size: 13px;
	display: block;
	margin-top: 5px;
}

/* ----- dlinkS ----- */

.dlinkS a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	background: #00504f;
	border-radius: 3px;
	padding: 5px;
	width: 260px;
	
}
.dlinkS a:hover {
	opacity: 0.7;
}
.dlinkS span:first-child img {
	border: 1px solid white;
	display: block;
}
.dlinkS span:last-child {
	text-align: left;
	display: block;
	width : -webkit-calc(100% - 90px);
	width : calc(100% - 90px);
	color: white;
	font-weight: 600;
	font-size: 18px;
}
.dlinkS span:last-child small {
	font-size: 13px;
}

/* ----- sweets ----- */
.sweets {
	background: #b2997b;
	color: white;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 40px;
	padding: 0 20px;
	text-align: center;
	height: 120px;
}

/* ----- localnav ----- */


.localnav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
/*	height: 500px;*/
	text-shadow: 0 0 5px rgba(0,0,0,0.50);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction:column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	padding: 40px 0;
	margin-bottom: 80px;
	margin-top: -79px;
}

.reason-insulation {margin-top: -128px; padding-top: 128px;}
.localnav_reason		{ background: url(img/common/localnav_reason.png) no-repeat center center / cover; }
.localnav_earthquake	{ background: url(img/common/localnav_earthquake.png) no-repeat center center / cover; margin-top: 40px;}
.localnav_insulation	{ background: url(img/common/localnav_insulation.png) no-repeat center center / cover; }
.reason-closet {margin-top: -128px; padding-top: 128px;}
.localnav_closet		{ background: url(img/common/localnav_closet.png) no-repeat center center / cover; }
.localnav_design		{ background: url(img/common/localnav_design.png) no-repeat center center / cover; }

.localnav_plan500		{ background: url(img/index/plan01.png) no-repeat center center / cover; }
.localnav_plan1000		{ background: url(img/index/plan02.png) no-repeat center center / cover; }
.localnav_plan1500		{ background: url(img/index/plan03.png) no-repeat center center / cover; }

.localhead {
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 40px;
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.75);
	line-height: 1;
	padding: 20px;
}

.localbody {
	color: white;
	font-weight: 600;
	text-align: center;
/*	font-size: 120px;*/
	font-size: 40px;
	line-height: 1;
}
.localbody span {
/*
 font-size: 2em;
  font-family: 'Roboto', sans-serif;
   font-weight: 300;
*/
font-size: 1.2em;
    }

.localbody2 {
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 80px;
	line-height: 1;
}
.localbody2 span { font-size: 2em; font-family: 'Roboto', sans-serif; font-weight: 300; }
.localbody-logo,
.resa {
	background: rgba(255,255,255,0.95);
	padding: 20px 60px;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: black !important;
	text-shadow: none !important;
}
.localbody-logo img,
.resa img {
	display: block;
	margin-bottom: 20px;
}

.localfoot {
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 20px;
}

.localfoot li {
	float: left;
	border-right: 2px solid white;
}
.localfoot li:first-child {
	border-left: 2px solid white;
}

.localfoot li a {
	padding: 0 10px;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(143,193,35,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	font-size: 20px;
	color: white;
	font-weight: 600;
	margin: 0 10px;
}
.localfoot li a:hover {
	background-position: -100% 0;
	color: white;
}
.localfoot li.on a {
	color: #b2997b;
}
.localfoot li.on a:hover {
	color: white;
}

/* ====================================================================================================

	Reason / 選ばれる理由

==================================================================================================== */

.logo_resa {
	text-align: center;
}
.logo_resa span + span {
	margin-left: 10px;
}
.logo_resa span {
	color: black;
	font-weight: 700;
	font-size: 50px;
	font-family: "Sawarabi Mincho";
}
.designSubTtl {
	display: flex;
	flex-flow: row wrap;
}
.designSubTtl h3 {
	display: flex;
	align-items: center;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
	color: #282828;
}
.designSubTtl .designImgWrap {
	margin-left: auto;
	max-width: 610px;
}
.designSubTtl .designImgWrap img {
	max-width: 100%;
	height: auto;
}
.designCont {
	margin-top: 60px;
}
.designContList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.designContList li {
	width: 31%;
}
.designContList li img {
	max-width: 100%;
	height: auto;
}
.designContList li h4 {
	margin-top: 20px;
	font-size: 24px;
	color: #282828;
}
.designContList li p {
	text-align: justify;
	font-size: 14px;
}

/* ------------------------------------------------------------
.k4
------------------------------------------------------------ */
ul.k4 {
	width: 930px;
	margin: 0 auto;
}
.comTtl01 + ul.k4 {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items:center;
}
ul.k4 li {
	width: 235px;
	height: 235px;
	border-radius: 50%;
	background: #ddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
/*	float: left;*/
	text-align: center;
	margin-right: 20px;
}
ul.k4 li:last-child {
	margin-right: 0;
}
ul.k4 li span {
	color: #00504f;
	font-weight: 600;
	font-size: 28px;
	display: block;
	background: rgba(255,255,255,0.9);
	width: 100%;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
}
ul.k4 li small {
	display: block;
	color: #333;
	font-weight: 500;
	font-size: 13px;
}

ul.k4 li.k4_reason { background: url(img/common/localnav_reason.png) no-repeat center center / cover !important; }
ul.k4 li.k4_earthquake { background: url(img/common/localnav_earthquake.png) no-repeat center center / cover !important; }
ul.k4 li.k4_insulation { background: url(img/common/localnav_insulation.png) no-repeat center center / cover !important; }
ul.k4 li.k4_closet { background: url(img/common/localnav_closet.png) no-repeat center center / cover !important; }

/* ------------------------------------------------------------
.diagonal01
------------------------------------------------------------ */
.diagonal01 {
	-webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
	background: #efefe7;
	padding: 40px 0;
	margin-top: 40px;
}
.diagonal01 .comBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content:flex-start;
	align-items:center;
}
.diagonal01 .img {
	width: 400px;
}
.diagonal01 .img img {
	width: 100%;
	height: auto;
	box-shadow:0px 0px 50px 10px rgba(0,0,0,0.25);
}
.diagonal01 .txt {
	width: 560px;
	padding: 40px 0;
	margin-right: 40px;
}

/* ------------------------------------------------------------
.diagonal02
------------------------------------------------------------ */
.diagonal02 {
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
	background: #efefe7;
	padding: 40px 0;
}
.diagonal02 .comBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:flex-start;
	align-items:center;
}
.diagonal02 .img {
	width: 400px;
}
.diagonal02 .img img {
	width: 100%;
	height: auto;
	box-shadow:0px 0px 50px 10px rgba(0,0,0,0.25);
}
.diagonal02 .txt {
	width: 560px;
	padding: 40px 0;
	margin-left: 40px;
}

/* ------------------------------------------------------------
.diagonal
------------------------------------------------------------ */
.diagonal h2 {
	font-weight: 700;
	font-size: 36px;
	color: black;
}
.diagonal h3 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: black;
	background: url(img/common/sectionHeader_border.png) no-repeat left bottom;
	padding-bottom: 20px;
}

/* ------------------------------------------------------------
.sectionPlan2
------------------------------------------------------------ */
.sectionPlan2 {
	margin: 0 0 40px 0;
}
.sectionPlan2 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.planBody2 {
}
.planBody2 .left {
	width: 50%;
	float: left;
	border-right: 1px solid white;
	background: #ddd;
}
.planBody2 .right {
	width: 50%;
	float: right;
	border-left: 1px solid white;
	background: #ddd;
}
.planBody2 a {
	display: block;
	line-height: 1.4;
	overflow: hidden;
}

/* ----- 01 ----- */
.planBody2 .plan01 {
    position: relative;
    overflow: hidden;
	height: 360px;
}
.planBody2 .plan01:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	z-index: 10;
}
.planBody2 .plan01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(img/index/plan01.png) no-repeat center center;
	background-size: cover;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.planBody2 .plan01:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* ----- 02 ----- */
.planBody2 .plan02 {
    position: relative;
    overflow: hidden;
	height: 360px;
}
.planBody2 .plan02:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	z-index: 10;
}
.planBody2 .plan02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(img/index/plan02.png) no-repeat center center;
	background-size: cover;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.planBody2 .plan02:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* ----- 03 ----- */
.planBody2 .plan03 {
    position: relative;
    overflow: hidden;
	height: 360px;
}
.planBody2 .plan03:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	z-index: 10;
}
.planBody2 .plan03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(img/index/plan03.png) no-repeat center center;
	background-size: cover;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.planBody2 .plan03:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* ----- 01,02,03 ----- */
.planBody2 .plan01 .inbox,
.planBody2 .plan02 .inbox,
.planBody2 .plan03 .inbox {
	background: rgba(255,255,255,0.95);
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 200px;
	height: 200px;
	padding: 3px;
	z-index: 10;
}

.planBody2 .plan01 .inbox .parent,
.planBody2 .plan02 .inbox .parent,
.planBody2 .plan03 .inbox .parent {
	border-top: 3px solid #b2997b;
	display: table;
	height: 194px;
	text-align: center;
	width: 100%;
}

.planBody2 .plan01 .inbox .parent .child,
.planBody2 .plan02 .inbox .parent .child,
.planBody2 .plan03 .inbox .parent .child {
	display: table-cell;
	vertical-align: middle;
	color: black;
}

.planBody2 .plan01 .inbox .parent .child span,
.planBody2 .plan02 .inbox .parent .child span,
.planBody2 .plan03 .inbox .parent .child span {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
}

/* ----- */

.ex .formBox .contactBox .photoSub{
	position: absolute;
	top: 10px;
	right: 10px;
}

/* ------------------------------------------------------------
showroom
------------------------------------------------------------ */
#main .p-showroom {

}
#main .p-showroom-mainv {
	max-width: 930px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}
#main .p-showroom-mainv-img-wrap {
	position: relative;
	width: 100%;
	height: auto;
}
#main .p-showroom-mainv-img {
	width: 100%;
}
#main .p-showroom-mainv-txt-wrap {
	margin-top: 40px;
}
#main .p-showroom-mainv-txt-wrap p {
	margin-bottom: 1em;
}
#main .p-showroom-mainv-txt-wrap p:last-of-type {
	margin-bottom: 0;
}
	


#main .iframe-wrap {
	position: relative;
	padding-top: 100%;
	width: 100%;
}
#main .iframe-wrap iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
}



/* ----- .vertical_box ----- */
.vertical_box { 
	text-align: center;
	font-size: 20px;
	text-orientation: upright;
	-webkit-text-orientation: upright;
	letter-spacing: -0.03rem;
}
.vertical_box .exp {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px !important;
	-ms-column-gap: 40px !important;
	column-gap: 40px !important;
	display: inline-block;
	/* height: 300px; */
	text-align: left;
}
.vertical_box .exp p + p {
	margin: 0 20px;
}
.vertical_box .exp p .arrow-y {
	position: relative;
	padding: 0.7em 0;
	display: inline-block;
}
.vertical_box .exp p .arrow-y::before,
.vertical_box .exp p .arrow-y::after {
	position: absolute;
	content: "";
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.vertical_box .exp p .arrow-y::before {
	top: 5px;
	transform: translateX(-50%) rotate(-45deg);	
}
.vertical_box .exp p .arrow-y::after {
	bottom: 5px;
	transform: translateX(-50%) rotate(135deg);	
}
.vertical_box .exp p .tcy {
	text-combine-upright: all;
}

/* ----- to_form ----- */
.to_form {
	border-top: 3px double #e5e5e5;
	border-bottom: 3px double #e5e5e5;
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 40px;
}
.to_form * + * {
	margin-top: 20px;
}

/* ----- ex_info ----- */

.ex_info_wrap { background-color:#efefe7; margin-bottom: 50px; }
.ex_info_wrap .comTtl01 { margin-bottom: 40px; }

.ex_info {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ex_info * {
    box-sizing: border-box;
}

.ex_info .left {
	width: 160px;
}
.ex_info .left img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border: 5px solid #fff;
}

.ex_info .center {
	width : calc(100% - 190px);
}
	.ex_info .center li + li { margin-top: 20px; }
	.ex_info .center li span { display: block; }
	.ex_info .center li span strong { display: block; font-weight: 600; }

.ex_info .right { width : 100%; margin-top: 20px;}
.ex_info .right iframe { border: 5px solid white !important; width: 100%;}

/* ----- .voice ----- */
.voice { margin: 40px auto; width: 930px; }

.balloon5 { width: 100%; overflow: hidden; }
.balloon5 .faceicon { float: left; margin-right: -180px; width: 160px; }
.balloon5 .faceicon img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.balloon5 .chatting { width: 100%; }
.says {
	display: inline-block;
	position: relative; 
	margin: 0 0 0 200px;
	padding: 20px;
	border-radius: 5px;
	background: #d7ebfe;
}
.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}
.says h3 {
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* ----- .step3 ----- */
.step3 { width: 930px; margin: 40px auto 0 auto; }
.step3 .col1 { width: 100%; font-size: 40px; color: #00504f; text-align: center; line-height: 1.2; font-weight: 600; }
	.step3 .col1 img + p { margin-top: 40px; }
.step3 .col2 { width: 100%; margin-top: 40px; }
	.step3 .col2 .img { width: 310px; float: left; }
	.step3 .col2 .img img { border: 1px solid #e5e5e5; }
	.step3 .col2 .txt { width: 650px; float: right; }
	.step3 .col2 .txt ul.step_ttl { border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 20px; }
	.step3 .col2 .txt ul.step_ttl li { float: left; }
	.step3 .col2 .txt ul.step_ttl li:first-child {
		width: 70px;
		height: 70px;
		background: #333;
		color: white;
		border-radius: 50%;
		margin-right: 20px;
		text-align: center;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	.step3 .col2 .txt ul.step_ttl li:first-child span {
		font-size: 40px;
		line-height: 40px;
		display: block;
	}
	.step3 .col2 .txt ul.step_ttl li:last-child {
		width: 560px;
		font-size: 30px;
		font-weight: 600;
		line-height: 70px;
	}
	.step3 .col2 .txt ul.step_ttl li:last-child span {
		color: #00504f;
	}

/* ----- .room_rayout ----- */
.room_rayout { width: 930px; margin: 40px auto; }
.room_rayout ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	margin-top: 40px;
}
.room_rayout ul li { text-align: center; padding: 20px 0; }
.room_rayout ul li:nth-child(1) { width: 47%; border: 1px solid #e5e5e5; }
.room_rayout ul li:nth-child(2) { width: 6%; font-size: 60px; color: #d5d5d5; }
.room_rayout ul li:nth-child(3) { width: 47%; border: 1px solid #e5e5e5; }
.room_rayout ul li h3 { font-size: 18px; font-weight: 600; margin-bottom: 20px; }

/* ====================================================================================================

	Plan

==================================================================================================== */

/* ----------------------------------------
plan共通
---------------------------------------- */

h3.double { text-align: center; }
h3.double span {
	position: relative;
	display: block;	
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 20px 20px 20px;
	text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff;
}
h3.double span strong {
	color: #00504f;
	font-size: 1.4em;
}
h3.double span::before,
h3.double span::after {
	position: absolute;
	top: 100%;
	left:50%;
	transform:translateX(-50%);
	content: '';
	border: 10px solid transparent;
}
h3.double span::before {
	border-top: 10px solid rgba(0,0,0,0.2);
}
h3.double span::after {
	margin-top: -1px;
	border-top: 10px solid #efefe7;
}
h3.double span{
	position: relative;
	display: block;	
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 20px 20px 20px;
}

.plan_wrap { background: url(img/plan_new/plan_wrap_bg.png) repeat-x top center; }
.plan_container { width: 930px; margin: 0 auto; }
.plan_wrap + .plan_wrap { margin-top: 40px; }
.plan_wrap_none { background: none !important; }

/* ----- .plan_intro ----- */
.plan_intro { text-align: center; margin-top: 40px; font-size: 18px; }
.plan_intro * + * { margin-top: 20px; }

/* ----- .plan_mainv ----- */
.plan_mainv {
	width: 930px;
	height: 320px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.plan_mainv * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.plan_mainv img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%;
}
.plan_mainv .grad {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
	width: 100%;
	z-index: 100;
	color: white;
	font-size: 30px;
	font-weight: 600;
	text-shadow: 0 0 5px rgba(0,0,0,1.0);
	line-height: 1.4;
}
.plan_mainv .badge {
	position: absolute;
	top: 40px;
	right: 40px;
	background: white;
	z-index: 100;
	line-height: 30px;
	padding: 0 10px 0 0;
	font-weight: 600;
	height: 32px;
	overflow: hidden;
	border: 1px solid white;
}
.plan_mainv .badge span {
	display: inline-block;
	background: #333;
	color: white;
	margin-right: 10px;
	padding: 0 10px;
}
.plan_mainv .badge small {
	font-size: 10px;
	font-weight: 500;
	margin-left: 10px;
}

/* ----- .plan_content ----- */
.plan_content {
	border: 10px solid #efefe7;
	padding: 0 0 0 0;
	margin-top: 40px;
}
.plan_head {
	background: #efefe7;
	padding: 20px 0 0 0;
}
.plan_body {
	padding: 40px;
}
.plan_body p + p {
	margin-top: 20px;
}

/* ----- .plan_safety ----- */
.plan_safety {
	width: 930px;
	margin: 0 auto;
	padding-top: 40px;
}

/* ----------------------------------------
plan1500
---------------------------------------- */

/* ----- .full_nine ----- */
ul.full_nine {
	width: 780px;
	margin: -20px auto 0 auto;
}
ul.full_nine li {
	float: left;
	width: 240px;
	margin: 20px 10px 0 10px;
	text-align: center;
}
ul.full_nine li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
ul.full_nine li span {
	display: block;
	margin-top: 10px;
	border-top: 3px double #d5d5d5;
	border-bottom: 3px double #d5d5d5;
	font-weight: 600;
}

/* ----- .full_four ----- */
ul.full_four {
	width: 520px;
	margin: -20px auto 0 auto;
}
ul.full_four li {
	float: left;
	width: 240px;
	margin: 20px 10px 0 10px;
	text-align: center;
}
ul.full_four li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
ul.full_four li span {
	display: block;
	margin-top: 10px;
	border-top: 3px double #d5d5d5;
	border-bottom: 3px double #d5d5d5;
	font-weight: 600;
}

.lixilbtm {
	text-align: center;
	margin-top: 40px;
}
.lixilbtm span { display: block; }
.lixilbtm span:first-child { font-size: 30px; color: #00504f; font-weight: 700; line-height: 1.2; }
.lixilbtm span:last-child { color: #00504f; font-weight: 700; }

/* ----------------------------------------
plan1000
---------------------------------------- */

/* ----- .plan1000_btm1 ----- */
.plan1000_btm1 { width: 930px; margin: 40px auto 0 auto; }
.plan1000_btm1 .img { width: 480px; float: left; }
.plan1000_btm1 .txt { width: 480px; float: right; }

/* ----- .plan1000_btm2 ----- */
.plan1000_btm2 { width: 930px; margin: 40px auto 0 auto; }
.plan1000_btm2 .img { width: 480px; float: right; }
.plan1000_btm2 .txt { width: 480px; float: left; }

.plan1000_btm1 .img img,
.plan1000_btm2 .img img {
	-webkit-clip-path: polygon(50% 0, 50% 0, 100% 20%, 100% 100%, 0 100%, 0% 20%);
	clip-path: polygon(50% 0, 50% 0, 100% 20%, 100% 100%, 0 100%, 0% 20%);
}

.plan1000_btm1 .txt h3,
.plan1000_btm2 .txt h3 {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* ----------------------------------------
.coming_soon
---------------------------------------- */
.cs_event {
	background: white !important;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 600;
	font-size: 18px;
	width: 100%;
}
.cs_work {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	padding: 60px 0 40px;
	width: 100%;
}
.cs_blog {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	padding-top: 20px;
	width: 100%;
}
.cs_voice {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.cs_normal {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.e404 {
	font-size: 20px;
	text-align: center;
	padding: 100px 0;
}
.bnrSin {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.bnrSin a {
	display: block;
}
.bnrSin img {
	width: 100%;
	height: auto;
}

 #top #main .reason-wrap {
	margin: 80px 0 40px;
}
.reason-wrap .sectionHeader div h2 {
	line-height: 30px;
}

/* ----- magazineUI ----- */
.magazineUI * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.magazineUI {
    margin-bottom: 80px;
}
.magazineUI li {
	float: left;
	width: 480px;
	border: 2px solid #e5e5e5;
}
.magazineUI li:nth-child(1) { margin: 0 40px 40px 0; }
.magazineUI li:nth-child(2) { margin: 0 0 40px 0; }
.magazineUI li:nth-child(3) { margin: 0 40px 40px 0; }
.magazineUI li:nth-child(4) { margin: 0 0 40px 0; }
.magazineUI li:nth-child(5) { margin: 0 40px 0 0; }

.magazineUI li img {
	width: 100%;
	height: auto;
}
.magazineUI li img:hover {
	opacity: 0.75;
}




/*------------------------------------------------------------
.documents
------------------------------------------------------------*/

/* ----- .documents_head ----- */
.documents_head {
	position: relative;
	background: #00504F;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.documents_head:after, .documents_head:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.documents_head:after {
	border-color: rgba(255, 255, 0, 0);
	border-top-color: #00504F;
	border-width: 20px;
	margin-left: -20px;
}
.documents_head:before {
	border-color: rgba(255, 255, 0, 0);
	border-top-color: #00504F;
	border-width: 26px;
	margin-left: -26px;
}

/* ----- .documents_body ----- */
.documents_body {
	/* background: url(img/common/documents_bg.png); */
	padding: 0;
}
.documents_body img {
	width: 100%;
	height: auto;
}

/* ----- .documents_foot ----- */
.documents_foot {
	margin-bottom: 40px;
	background: #efefe7;
}
.documents_foot .ttl {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 20px 0 20px;
}
.documents_foot ul {
	/* border-top: 1px dotted rgba(0,0,0,0.25); */
	padding: 20px;
}
.documents_foot li {
	border-bottom: 1px dotted rgba(0,0,0,0.25);
	padding: 5px 0;
	letter-spacing: -0.05em;
}
.documents_foot li i {
	margin-right: 10px;
}



/*------------------------------------------------------------
.benefit
------------------------------------------------------------*/

.benefit_head {
	background: #e1528d;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 20px;
}
.benefit_head span {
	background: #ff0;
	color: #e1528d;
	margin-right: 10px;
	padding: 0 10px;
}

.benefit {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

/* ----- .col_01 ----- */
.benefit .col_01 {
	width: 100px;
	text-align: center;
	background: #e00;
}
.benefit .col_01 .vertical_box {
	text-align: center;
}
.benefit .col_01 .vertical_box .exp {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 1;
	-moz-column-gap: 1;
	-ms-column-gap: 1;
	column-gap: 1;
	display: inline-block;
	height: 360px;
	text-align: center;
	font-size: 30px;
	color: white;
	font-weight: bold;
}
.benefit .col_01 .vertical_box .exp span {
	color: #ff0;
	font-size: 50px;
	-ms-text-combine-horizontal: all;
}
	/* Edge 1 */
	@supports (-ms-ime-align: auto) {
		.benefit .col_01 .vertical_box .exp span {
        	line-height: 1.2;
    	}
	}
	/* Edge 2 */
	_:-ms-lang(x)::backdrop, .benefit .col_01 .vertical_box .exp span {
         line-height: 1.2;
	}

/* ----- .col_02 ----- */
.benefit .col_02 {
	width: 900px;
	padding-left: 40px;
}
.benefit .col_02 li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.benefit .col_02 li + li {
	margin-top: 10px;
}
.benefit .col_02 ul li p:nth-child(1) {
	width: 60px;
	padding: 5px 0;
	line-height: 20px;
	background: #e00;
	color: white;
	border-radius: 50%;
	text-align: center;
}
.benefit .col_02 ul li p:nth-child(1) span {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 30px;
	font-size: 30px;
}
.benefit .col_02 ul li p:nth-child(2) {
	width : -webkit-calc(100% - 80px);
	width : calc(100% - 80px);
	font-size: 24px;
}
.benefit .col_02 ul li p:nth-child(2) span {
	background: #ff0;
	color: #e00;
	font-weight: bold;
}
/* ========== modelhouse-archive ========== */
#main .p-mh-archive {
	
}
#main .p-mh-archive-bg,
#main .p-sr-archive-bg {
	background: none;
}
#main .p-mh-archive .sectionHeader div,
#main .p-sr-archive .sectionHeader div {
	color: rgba(0,0,0,0.1);
}
#main .p-mh-archive .photo img,
#main .p-sr-archive .photo img {
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: inherit;
}
#main .p-mh-archive-info .ttl,
#main .p-sr-archive-info .ttl {
	margin-bottom: 10px;
}
#main .p-mh-archive-info .ttl .subttl,
#main .p-sr-archive-info .ttl .subttl {
	display: block;
}
#main .p-mh-archive-info .ttl .subttl br,
#main .p-sr-archive-info .ttl .subttl br {
	display: none;
}
#main .p-mh-archive-info .txt,
#main .p-sr-archive-info .txt {
	margin-bottom: 20px;
	text-align: justify;
}

/* ========== modelhouse-single ========== */
.main .p-modelhouse {}
.main .p-modelhouse-mainv-wrap {
	margin: 0 auto;
	max-width: 930px;
	width: 100%;
	
}
.main .p-modelhouse-mainv-ti {
	font-size: 24px;
	line-height: 1.3;
	margin: 50px 0 50px 0;
	color: #282828;
	font-weight: 700;
}
.main .p-modelhouse-mainv-ti .area {
}
.main .p-modelhouse-mainv-ti .age {
	margin-left: 1em;
}
.main .p-modelhouse-mainv-ti > p {
	font-size: 36px;
}
.main .p-modelhouse-mainv-img {
	width: 100%;
}
.main .p-modelhouse-form-btn-wrap {
	margin-top: 40px;
}
.main .p-modelhouse-form-btn-wrap .btn-primary {
	width: 360px;
}
.main .p-modelhouse-feature-wrap {
	margin-bottom: 40px;
}
.main .p-modelhouse-feature-wrap p {
	margin-bottom: 1em;
	text-align: justify;
}
.main .p-modelhouse-feature-wrap p:last-of-type {
	margin-bottom: 0;
}
.main .p-modelhouse-fig {
	margin-bottom: 40px;
}
.main .p-modelhouse-fig-ti {
	margin-bottom: 40px;
}
.main .p-modelhouse-fig-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
}
.main .p-modelhouse-fig-wrap::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 47.5%;
	transform: rotate(45deg) translate(-50%,-50%);
	width: 30px;
	height: 30px;
	border-top: 8px solid #d5d5d5;
	border-right: 8px solid #d5d5d5;
}
.main .p-modelhouse-fig-before,
.main .p-modelhouse-fig-after {
	width: 47%;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.main .p-modelhouse-fig-list {
	width: 100%;
	display: flex;
	flex-flow: column wrap;
}
.main .p-modelhouse-fig-list-item:nth-of-type(n + 2) {
	margin-top: 20px;
	
}
.main .p-modelhouse-fig-list-item a {
	display: block;
	transition: ease 0.4s;
}
.main .p-modelhouse-fig-list-item a:hover {
	opacity: 0.7;
}
.main .p-modelhouse-fig-list-img {
	width: 100%;
}

/* ========== modelhouse,showroom共通 quoカード部 ========== */
#main .p-quo {
	margin: 40px 0;
}
#main .p-quo-price {
	padding: 50px 40px 40px;
	background: url(./img/common/bg_quo.jpg) no-repeat center center / cover;
}
#main .p-quo-price-ti {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#main .p-quo-price-ti br {
	display: none;
}
#main .color-yellow {
	color: #ff0;
}
#main .p-quo-price-list {
	padding-top: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#main .p-quo-price-list-item {
	width: 440px;
	height: 80px;
	line-height: 1;
	border-radius: 40px;
	display: flex;
	align-items: center;
	background: #ef6118;
	position: relative;
	color: #fff;
	font-weight: 700;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1;
	box-sizing: border-box;
}
#main .p-quo-price-list-item .yen {
	font-size: 60px;
	font-family: "Roboto Condensed",serif;
	display: inline-block;
	margin: 0 5px;
}
#main .p-quo-price-list-item .color-yellow {
	display: flex;
	align-items: center;
}
#main .p-quo-img {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
#main .p-quo-step {
	padding: 40px;
	background: #efefe7;
}
#main .p-quo-step-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#main .p-quo-step-wrap {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	text-align: center;
}
#main .p-quo-step-img-wrap {
	margin-bottom: 20px;
}
#main .p-quo-step-ti-wrap {
	line-height: 1;
}
#main .p-quo-step-ti {
	line-height: 1;
	font-size: 14px;
}
#main .p-quo-step-ti .step {
	font-weight: 700;
	font-size: 24px;
	font-family: "Roboto Condensed",serif;
	color: #b2997b;
	display: block;
	margin-bottom: 5px;
}

/* ----------------- */
.totop{
	padding: 10px;
	background:#7c703a;
	color:#ffffff;
	text-align:center;
}
.totop a{
	color:#ffffff;
	line-height:0.8;
	vertical-align:top;
	display:block;
}
.totop:hover{
	opacity: 0.9;
}
.totop span{
}
.totop .material-icons {
	display:inline;
}
.totop .material-icons:after {
	content: "\A" ;
	white-space: pre ;
}

/* ----------------- */
.sbanner-full{
	background:#fff;
	width:930px;
	margin:0 auto 30px;
}
.sbanner-full a {
	transition: all .5s ease;
}
.sbanner-full a:hover{
	opacity: .8;
}
/* ----------------- */
.mod-sns{
	border-top:solid 1px #d5d5d5;
	padding:80px 0;
}

.mod-lowermenu{
display:flex;
flex-wrap :  wrap;
justify-content: space-between;
width:930px;
margin:0 auto;
padding:80px 0;
}
.lowermenu-comparison{
width:100%;
}

.lowermenu-block {
width:490px;
}
.lowermenu-block h2 {
	margin: 40px 0;
	padding: 0 0 20px;
	font-size: 28px;
	text-align: center;
	line-height: 1.25;
	position: relative;
}
.lowermenu-block h2:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #b2997b;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.lowermenu-block h2 span {
	font-size: 0.75em;
	display: block;
}

.lowermenu-list {
}
.lowermenu-list li{
margin: 0 0 20px;
}

.lowermenu-point,
.lowermenu-corporate{
}

.lowermenu-comparison a,
.lowermenu-list a{
transition: all .5s ease;
}
.lowermenu-comparison a:hover,
.lowermenu-list a:hover{
opacity: .7;
}



/* ----------------- */
.mod-floating-bnr{}
.mod-floating-bnr.is-fixed{
position:fixed;
right: 0;
top: 50%;
transform: translate(256px, -50%);
z-index: 1001;
}
.floating-bnr{
}
.floating-bnr li{
margin: 0 0 10px;
background:#fff;
transform: translate(0, 0);
transition: all .5s ease;
}
.floating-bnr li:hover{
transform: translate(-256px, 0);
/*opacity: .8;*/
}
/* ----------------- */
.mainvisual-wrap{
padding:60px 0;
background: #5a5657 url(./img/index/bg_mv.png) no-repeat center center / cover;
}
.mainvisual {
max-width:930px;
margin:0 auto;
position:relative;
}
/* override default*/
.mainvisual .bx-wrapper { 

  box-shadow: 0 0 0 transparent;
  border: none;
  background: #5a5657;
  margin-bottom: 0;
}
.mainvisual .bx-wrapper .bx-viewport {
    box-shadow: 0 0 0 transparent;
    border: none;
    left: 0;
    background: transparent;
}

/* ----------------- */

.mvpager-wrap {
padding:20px 0;
background:#f0f0f0;
}
.mvpager{
max-width:930px;
margin:0 auto;
}
.mvpager img {
width:154px;
height:74px;
}

.bx-wrapper {
margin:0 auto;
}
.bx-pager{
    border: none;
    margin: 0;
    padding:0;
}
.bx-pager li {
    border:solid 3px #fff;
    margin:0;
}


.custom-control {
position:absolute;
top:50%;
left:0;
right:0;
}
.custom-prev,
.custom-next {
position:absolute;
top:50%;
z-index:1000;
transform: translate(0,-50%);
}
.custom-prev {
left:-60px;
}
.custom-next {
right:-60px;
}
.custom-prev .fas,
.custom-next .fas {
font-size:80px;
color:#fff;
}

/* ----------------- */
.mvpager{
position:relative;
}
.mvpager .bx-wrapper { 
    background:transparent;
    box-shadow: 0 0 0 transparent;
    border: none;
    margin: 0 auto;
}
.mvpager .bx-wrapper .bx-pager {
    padding-top:0;
    bottom: 0;
}
.mvpager .bx-wrapper .bx-viewport {
    box-shadow: 0 0 0 transparent;
    border: none;
    left: 0;
    background: transparent;
}

.mvpager-control {
position:absolute;
top:50%;
left:0;
right:0;
/*bottom:0;*/
/*z-index:-1;*/

}
.mvpager-prev,
.mvpager-next {
position:absolute;
top:50%;
/*bottom:0;*/
z-index:1000;
transform: translate(0,-50%);
background:#5a5657;
}
.mvpager-prev a,
.mvpager-next a{
}
.mvpager-prev {
left:0;
}
.mvpager-next {
right:0;
}
.mvpager-prev .fas,
.mvpager-next .fas {
padding:0 0.2em;
line-height:78px;
font-size:20px;
color:#fff;
}



.plan-case_comparison img {
	width: 400px;
	height: auto;
	border: 1px solid #ddd;
}




/* ----- reqBooks ----- */
.reqBooks {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: -20px 0 40px 0;
}
.reqBooks .block {
	width: 300px;
	margin: 15px 15px 0 0;
	box-sizing: border-box;
}
.reqBooks .block:nth-child(3n) {
	margin: 15px 0 0 0;
}
.reqBooks .head {
	background: #b2997b;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.reqBooks .body {
	background: #efefe7;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.reqBooks .body img {
	max-width: 100%;
	height: auto;
}



.reflection {
	width: 490px; /* ----- 要編集 ----- */
	height: 160px; /* ----- 要編集 ----- */
	position: relative;
	overflow: hidden;
}
.reflection::after {
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #FFF;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflect 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}




#reason .btmbnr {
	width: 490px;
	margin: 40px auto 0 auto;
}
#faq .btmbnr {
	width: 490px;
	margin: 0 auto 0 auto;
}
#voice .btmbnr {
	width: 490px;
	margin: 0 auto 0 auto;
}




/* ========== modelhouse,showroom共通 quoカード部 ========== */
#main .p-quo {
	margin: 40px 0;
}
#main .p-quo-price {
	padding: 50px 40px 40px;
	background: url(./img/common/bg_quo.jpg) no-repeat center center / cover;
}
#main .p-quo-price-ti {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#main .p-quo-price-ti br {
	display: none;
}
#main .color-yellow {
	color: #ff0;
}
#main .p-quo-price-list {
	padding-top: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#main .p-quo-price-list-item {
	width: 440px;
	height: 80px;
	line-height: 1;
	border-radius: 40px;
	display: flex;
	align-items: center;
	background: #ef6118;
	position: relative;
	color: #fff;
	font-weight: 700;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1;
	box-sizing: border-box;
}
#main .p-quo-price-list-item .yen {
	font-size: 60px;
	font-family: "Roboto Condensed",serif;
	display: inline-block;
	margin: 0 5px;
}
#main .p-quo-price-list-item .color-yellow {
	display: flex;
	align-items: center;
}
#main .p-quo-img {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* ----- .card ----- */
.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cards .card {
	width: 320px;
}
.cards .card a {
	position: relative;
	display: block;
}
.cards .card a:hover {
	transform: translate(0,-10px);
}
.cards .card .card-head {
	width: 320px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.cards .card .card-head img {
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: inherit;
}
.cards .card .card-body {
	background: #fff;
	padding: 20px;
}
.cards .card .card-body .area {
	border-radius: 3px;
	background:#8fc121;
	color: white;
	line-height: 1;
	font-size: 12px;
	padding: 3.5px 7px;
}

/* ----- .section-intro ----- */
.section-intro {
	margin-bottom: 40px;
}
.section-intro p {
	text-align: center;
}
.section-intro p + p {
	margin-top: 20px;
}
.section-intro ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px
}
.section-intro ul li {
	width: 24%;
	margin: 0 !important;
}
.section-intro ul li a {
	width: 100%;
	display: block;
	background: #5a5657;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px 0;
}

/* ----- .relief ----- */
.relief {
	width: 930px;
	margin: 80px auto 0 auto;
}
.relief-head {}
.relief-head h2 {
	background: #00504f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-size: 28px;
}
.relief-body {
	background: #f0f0f0;
	padding: 40px;
}
.relief-body .circles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 640px;
	margin: 0 auto 40px auto;
}
.relief-body .circle {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 5px solid #00504f;
	background: #ffd;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.relief-body .circle .c-head {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding-top: 40px;
}
.relief-body .circle .c-main {
	color: #00504f;
	font-size: 70px;
}
.relief-body .circle .c-main span {
	font-size: 35px;
}
.relief-body .circle .c-side {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding-left: 10px;
}
.relief-body .circle .c-side p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: inline-block;
	font-size: 22px;
	color: #00504f;
}



/* ■■■■■■■■■■■■■■■■■■■■ NEW ■■■■■■■■■■■■■■■■■■■■ */

/* ==================================================
	rayout
================================================== */

.container {
	width: 1200px;
	margin: 0 auto;
}

.wrapper {
	width: 1200px;
	margin: 50px auto 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main {
	width: 930px;
}

section + section {
	margin-top: 100px;
}

/* ==================================================
	sidebar
================================================== */

.sidebar {
	width: 220px;
	background: #ea5504;
	box-sizing: border-box;
}

.snav {
	padding: 10px;
	font-size: 14px;
}
.snav ul + ul {
	margin-top: 10px;
}
.snav ul {
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	border: 1px solid #e3e3d7;
}
.snav ul li {
	border-bottom: 1px solid #e3e3d7;
}
.snav ul .child {
	margin-left: 20px;
	border-bottom: none;
}
.snav a:hover {
	text-decoration: underline;
}
#sidefix {
	z-index: 100;
}

.anchorLink * {
	box-sizing: border-box;
}
.anchorLink {
	width: 200px;
	padding: 10px;
	background: #ea5504;
}
.anchorLink li {
	border: 3px solid #e3e3d7;
}
.anchorLink li + li {
	margin-top: 10px;
}
.anchorLink li a {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	line-height: 1.3;
	font-size: 18px;
}
.anchorLink li a:hover {
	opacity: 0.8;
}
.anchorLink li a span {
	display: block;
}
.anchorLink li a span:first-child img {
	width: 60px;
	height: 60px;
}
.anchorLink li a span:last-child {
	width : calc(100% - 70px);
	display: block;
}
.anchorLink li a span small {
	font-size: 12px;
	display: block;
}
.anchorLink li img {
	max-width: 100%;
	height: auto;
}

/* ==================================================
	fnav
================================================== */

.fnav {
	background: #5a5657;
	padding: 50px 0;
	line-height: 2;
}
.fnav .container {
	display: flex;
	flex-wrap: wrap;
}
.fnav ul {
	width: 20%;
}
.fnav li.child {
	margin-left: 20px;
	font-weight: 300;
}
.fnav a {
	color: rgba(255,255,255,1.0);
}
.fnav a:hover {
	color: rgba(255,255,255,0.7);
}

/* ==================================================
	footer
================================================== */

footer {
	padding: 50px 0;
	line-height: 2;
}
footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .container > div:first-child {
	width: 160px;
}
footer .container > div .outBnrs {
	display: flex;
	margin-top: 10px;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
footer .container > div .outBnrs li {
	width: 45%;
}
footer .container > div .outBnrs li a {
	display: block;
}
footer .container > div .outBnrs li a img {
	max-width: 100%;
	height: auto;
}
footer .container > div:last-child {
	width: calc(100% - 210px);
}
footer .copyright {
	text-align: right;
	font-size: 13px;
}

footer .tel_color{
	color: #ffc000;
	text-decoration: underline;
}

#topcontrol {
	z-index: 5000;
}

/* ==================================================
	parts / heading
================================================== */

/* h2.heading01 */
h2.heading01 {
	font-size: 40px;
	font-weight: 700;
	color: #282828;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 50px;
	display: inline-block;
	position: relative;
}
h2.heading01 span {
	font-size: 25px;
	color: #5a5657;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	display: block;
}
h2.heading01 span.subTtl {
	font-size: 18px;
	color: #282828;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: block;
	margin: 0 0 5px;
}
h2.heading01:before {
	position: absolute;
	bottom: 0;
	left: -80px;
	content: "＼";
	color: #ffc000;
	font-size: 74px;
	font-weight: 900;
}
h2.heading01:after {
	position: absolute;
	bottom: 0;
	right: -80px;
	content: "／";
	color: #ffc000;
	font-size: 74px;
	font-weight: 900;
}

/* h2.heading02 */
h2.heading02 {
	background: #00504f;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 20px;
}
h2.heading02 i {
	margin-right: 10px;
}

/* h2.heading03 */
h2.heading03 {
	background: #5a5657;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 20px;
}
h2.heading03 i {
	margin-right: 10px;
}
h2.heading03 span {
	color: #ffd401;
}

/* h3.heading01 */
h3.heading01 {
	position: relative;
	padding-left: 60px;
	font-weight: 700;
	line-height: 1.4;
}
h3.heading01:before, h3.heading01:after {
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	font-size: 30px;
	line-height: 1.0;
	background: #00504f;
	width: 20px;
	height: 20px;
}
h3.heading01:before {
	left: 0;
	opacity: 0.5;
}
h3.heading01:after {
	left: 23px;
}
/* h3.heading02 */
h3.heading02 {
	background: #00504f;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 20px;
	margin: 20px 0;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	background: url(img/common/sectionHeader_border.png) no-repeat center bottom;
	color: #282828;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 33px;
	margin-bottom: 50px;
	line-height: 1.3;
}
.headLine01 small {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

/* ==================================================
	parts / btn
================================================== */

/* .btn-primary */
.btn-primary {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.btn-primary a {
	color: #fff;
	font-size: 20px;
	background: #ea5504;
	text-align: center;
	display: block;
	position: relative;
	text-align: center;
	border-radius: 60px;
	line-height: 60px;
}
.btn-primary a:before {
	position: absolute;
	top: 0;
	right: 20px;
	content: '\f054';
	font-family: fontAwesome;
}
.btn-primary a:hover {
	opacity: 0.8;
}

/* ■■■■■■■■■■■■■■■■■■■■ COMMON ■■■■■■■■■■■■■■■■■■■■ */

/* ==================================================
	contact-tbl
================================================== */

.contact-tbl {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.contact-tbl th {
	width: 30%;
	border-top: 1px solid #fff;
	padding: 20px;
	text-align: left;
	font-weight: 700;
	vertical-align: middle;
	background: #e3e3d7;
}
.contact-tbl td {
	width: 70%;
	border-top: 1px solid #fff;
	padding: 20px;
	text-align: left;
	background: #efefe7;
}
.contact-tbl td .smTxt {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 5px;
}
.contact-tbl .req {
	display: inline-block;
	background: #d00;
	color: white;
	width: 60px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: right;
	line-height: 27px;
	border-radius: 4px;
}
.contact-tbl small {
	font-size: 12px;
}
.contact-tbl .no-req {
	display: inline-block;
	background: #bbb;
	color: white;
	width: 60px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: right;
	line-height: 27px;
	border-radius: 4px;
}

/* ==================================================
	form elements
================================================== */

.contact-tbl td input[type="text"],
.contact-tbl td input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
	border: 1px solid #e3e3d7;
}
.contact-tbl td select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    box-sizing: border-box;
	border: 1px solid #e3e3d7;
}
.contact-tbl td textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
	border: 1px solid #e3e3d7;
}
.contact-tbl .submit {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.contact-tbl .submit input[type="submit"] {
	color: #fff;
	font-size: 20px;
	background: #ea5504;
	text-align: center;
	display: block;
	text-align: center;
	border-radius: 60px;
	line-height: 60px;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: none;
}
.contact-tbl .submit input:hover {
	cursor: pointer;
	opacity: 0.8;
}

input::-webkit-input-placeholder	{ color:#ccc; opacity:1; } /* WebKit browsers */
input:-moz-placeholder				{ color:#ccc; opacity:1; } /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder				{ color:#ccc; opacity:1; }
input:-ms-input-placeholder			{ color:#ccc; opacity:1; } /* Internet Explorer 10+ */

textarea::-webkit-input-placeholder	{ color:#ccc; opacity:1; } /* WebKit browsers */
textarea:-moz-placeholder				{ color:#ccc; opacity:1; } /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder				{ color:#ccc; opacity:1; }
textarea:-ms-input-placeholder			{ color:#ccc; opacity:1; } /* Internet Explorer 10+ */

/* ■■■■■■■■■■■■■■■■■■■■ TOP ■■■■■■■■■■■■■■■■■■■■ */

/* ==================================================
	TOP / vegas
================================================== */

.mainv {
	width: 100%;
	height: 800px;
	position: relative;
}
.mainv + #pagePath {
	margin-top: 0;
}

/*------------------------------------------------------------
	gnav
------------------------------------------------------------*/

.gnav-top {
	position: absolute;
    top: 690px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1000;
}
.gnav * {
	box-sizing: border-box;
}
.gnav {
	background: #fff;
}
/*
.gnav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
*/
.gnav > ul {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	display:flex;
}
.gnav > ul > li {
	line-height: 1.4;
	position: relative;
	border-left: 1px solid #efefe7;
	width: 12.5%;
	text-align: center;
	display:flex;
	align-items: center;
}
.gnav > ul > li > a {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 11px 0;
}
.gnav > ul > li > a:hover {}
.gnav > ul > li:last-child {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
	border-left: none;
}
.gnav > ul > li:last-child a {
	display: block;
	background-color: #5a5657;
	padding: 0;
	color: white;
	border-bottom: none;
	line-height: 60px;
}
.gnav > ul > li .subNavi {
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px;
	display: none;
	z-index: 1000;
	margin-top: 0;
}
.gnav > ul > li .subNavi li {
	position: relative;
	z-index: 1000;
}
.gnav > ul > li .subNavi li a {
	padding: 10px 5px;
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: left;
	background: #5a5657;
	letter-spacing: -0.03rem;
	z-index: 9999 !important;
}
.gnav > ul > li .subNavi li.bg > a {
	background: #393939 url(img/common/icon04.png) no-repeat right 13px center;
}
.gnav > ul > li .subNavi li a:hover {
	background-color: #666;
	color: #fff;
}
.gnav > ul > li .subNavi li .navi {
	position: absolute;
	left: 100%;
	width: 170px;
	top: 0;
	display: none;
}
.gnav > ul > li > a {
	display: table;
	text-align: center;
}
.gnav > ul > li > a:hover {
	opacity: 0.7;
}
.gnav > ul > li > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/*------------------------------------------------------------
	gnav
------------------------------------------------------------*/

.vegas {
    width: 100%;
    height: 800px;
	position: relative;
	overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.vegas-content {
	overflow-y: scroll;
    scrollbar-width: none;
}
.vegas *::-webkit-scrollbar {
	display: none;
}
.vegas-mask:before {
	width: 100%;
	height: 800px;
	background-color: rgba(0,0,0,.1);
	content: "";
	position: absolute;
	z-index: 100;
	top: 0;
}
.vegas .container {
	width: 1200px;
    height: 800px;
	position: relative;
}
.vegas .container .vegas-catch-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 690px;
}
/*.vegas .container .vegas-catch-block .vegas-catch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 40;
	height: 690px;
	padding: 50px;
	display: flex;
	box-sizing: border-box;
}*/
.vegas-catch-block{
	position: absolute;
	top: 0;
	right: 30%;
	margin: auto;
	z-index: 300;
	height: 690px;
	width: 100%;
	padding: 50px;
}
/*.vegas .container*/ .vegas-catch-block .vegas-catch h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: inline-block;
	color: #fff;
	font-size: 66px;
	line-height: 1.3;
	text-shadow: 0 0 10px rgb(0,0,0,20%);
	/*margin: auto;*/
}

/* ==================================================
	TOP / slick-sec
================================================== */

.slick-sec {
	border: 1px solid #d5d5d5;
	padding: 19px;
	box-sizing: border-box;
	position: relative;
    z-index: 2;
}

.slideWrap {
	overflow: hidden;
	height: 478px;
}
.slideWrap img {
	width: 890px;
	height: 440px;
}
.sliderBox { position: relative; }
/* .sliderBox .arrowList li {
	position: absolute;
	width: 930px;
	height: 100%;
	z-index: 1000;
	top: 0;
	cursor: pointer;
}
.sliderBox .arrowList li.prev {
	right: 50%;
	margin-right: 500px;
	background: rgba(132,103,55,0.7);
}
.sliderBox .arrowList li.prev:hover {
	background: rgba(132,103,55,0.7) url(img/index/leftNav.png) no-repeat right 20px center;
}
.sliderBox .arrowList li.next {
	left: 50%;
	margin-left: 500px;
	background: rgba(132,103,55,0.7);
}
.sliderBox .arrowList li.next:hover {
	background: rgba(132,103,55,0.7) url(img/index/rightNav.png) no-repeat left 20px center;
} */
.sliderBox a {
	display: block;
}
.sliderBox a:hover {
	opacity: 0.8;
}

/* ==================================================
	TOP / event-sec
================================================== */

.event-sec {}

.event-tab {
	border-bottom: solid 5px #00504f;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event-tab li {
	margin: 0 5px;
	background: #595656;
	border-radius: 5px 5px 0 0;
}
.event-tab li a {
	display: inline-block;
	padding: 10px 30px;
}
.event-tab li br.is-sp {
	display: none;
}
.event-tab li.active {
	background: #ea5504;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.event-tab li a {
	color: #efefe7;
}
.event-tab li.active a {
	color: #fff;
}
.event-tabContents {
	display:none;
}
.event-tabContents.active {
	display:block;
}
.event-unit {
	margin-bottom: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.event-unit li:nth-child(odd) {
	/* float: left; */
	width: 450px;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	padding-top: 40px;
}
.event-unit li:nth-child(even) {
	/* float: right; */
	width: 450px;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	padding-top: 40px;
}
.event-unit li:hover {
	opacity: 0.7;
}
.event-unit .left {
	float: left;
	width: 212px;
}
.event-unit .thumb {
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	background: #efefef;
}
.event-unit .thumb img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: initial;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.event-unit .thumb .event_end {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 10;
	display: table;
	color: white;
	text-align: center;
	font-weight: bold;
}
.event-unit .thumb .event_end span {
	display: table-cell;
	vertical-align: middle;
}
.event-unit .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.event-unit .right {
	float: right;
	width: 218px;
}
.event-unit .date {
	font-size: 13px;
	background: linear-gradient(transparent 60%, #fff100 60%);
}
.event-unit .ttl {
	padding: 20px 0;
	border-bottom: 2px solid #efefe7;
	margin-bottom: 20px;
}



.eventUI {
	width: 100%;
}
.eventUI li:hover .btnMore span {
	background: #c29230;
	color: #fff;
}
.eventUI .btnMore {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
}
.eventUI .left {
	float: left;
	/*width: 160px;*/
	width: 210px;
}

.eventUI .thumb {
	/*width: 160px;
	height: 160px;*/
	width: 100%;
	height: auto;
	padding-top: 50%;
	overflow: hidden;
	position: relative;
	display: block;
}
.eventUI .thumb .event_end {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 10;
	display: table;
	color: white;
	text-align: center;
	font-weight: bold;
}
.eventUI .thumb .event_end span {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
}
.eventUI .thumb img {
	position: absolute;
	/*top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.eventUI .right {
	float: right;
	/*width: 300px;*/
	width: 220px;
	height: 120px;
	position: relative;
}
.eventUI .date {
	background: #f1f1f1;
	/*line-height: 34px;*/
	line-height: 1.5;
	font-size: 15px;
	display: flex;
	flex-flow: row wrap;
	font-weight: 700;
}
.eventUI .date span {
	background: #282828;
	color: white;
	padding: 0 10px;
	/*display: inline-block;
	margin-right: 10px;*/
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	margin: 0;
	height: 64px;
}
.eventUI a > .ttl {
	color: #366bc3;
	text-decoration: underline;
	font-weight: 600;
	margin: 0 0 15px;
	border: none;
	padding: 0;
	font-size: 15px;
	text-align: left;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.eventUI .txt {
	font-size: 13px;
}
.eventUI .btnMore {
	margin: 0;
}
.eventUI .btnMore span {
	font-size: 14px;
	line-height: 34px;
	color: #ffc000;
	background: transparent;
	border: 2px solid #ffc000;
	font-weight: 700;
	display: block;
	text-align: center;
	border-radius: 25px;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.eventUI .date .bg {
    width: 64px;
}
.eventUI .date .day {
	width: 156px;
	background: #efefe7;
	color: #333;
}


/*#top .eventUI .left {
	width: 210px;
}
#top .eventUI .thumb {
	width: 100%;
	height: auto;
	padding-top: 50%;
}
#top .eventUI .thumb img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: initial;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#top .eventUI .right {
	width: 220px;
	height: 120px;
	position: relative;
}
#top .eventUI .date {
	line-height: 1.5;
	font-size: 15px;
	display: flex;
	flex-flow: row wrap;
	font-weight: 700;
}
#top .eventUI .date span {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	margin: 0;
	height: 64px;
}
#top .eventUI .date .bg {
    width: 64px;
}
#top .eventUI .date .day {
	width: 156px;
	background: #efefe7;
	color: #333;
}
#top .eventUI .ttl {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#top .eventUI .btnMore {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
}*/


/* ==================================================
	TOP / modelhouse-sec
================================================== */

.modelhouse-sec .modelhouse-body {
	background: url(img/new/visit-body.png) no-repeat center center / cover;
	margin-bottom: 50px;
	padding: 50px;
}
.modelhouse-sec .modelhouse-unit {
	position: relative;
	width: 830px;
	height: 600px;
	margin-bottom: 50px;
}
.modelhouse-sec .modelhouse-unit a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}
.modelhouse-sec .modelhouse-unit a:hover img {
	transform: scale(1.1,1.1);
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.modelhouse-sec .modelhouse-unit .term_label {
	background: #fff;
	color: #282828;
	border-radius: 30px;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 10px;
}

/* 1つ目 */
.modelhouse-sec .modelhouse-unit > div:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 415px;
	height: 600px;
	overflow: hidden;
}
.modelhouse-sec .modelhouse-unit > div:nth-child(1) .image {
	width: 415px;
	height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.modelhouse-sec .modelhouse-unit > div:nth-child(1) .image img {
	width: 415px;
	height: 600px;
	object-fit: cover;
}
.modelhouse-sec .modelhouse-unit > div:nth-child(1) .shadow {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 20px;
	width: 100%;
	z-index: 2;
	color: #fff;
	font-weight: 700;
}

/* 2つ目,3つ目 */
.modelhouse-sec .modelhouse-unit > div:nth-child(2) {
	position: absolute;
	top: 0;
	left: 415px;
	width: 415px;
	height: 300px;
	overflow: hidden;
}
.modelhouse-sec .modelhouse-unit > div:nth-child(3) {
	position: absolute;
	top: 300px;
	left: 415px;
	width: 415px;
	height: 300px;
	overflow: hidden;
}

.modelhouse-sec .modelhouse-unit > div:nth-child(2) .image,
.modelhouse-sec .modelhouse-unit > div:nth-child(3) .image {
	width: 415px;
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.modelhouse-sec .modelhouse-unit > div:nth-child(2) .image img,
.modelhouse-sec .modelhouse-unit > div:nth-child(3) .image img {
	width: 415px;
	height: 300px;
	object-fit: cover;
}
.modelhouse-sec .modelhouse-unit > div:nth-child(2) .shadow,
.modelhouse-sec .modelhouse-unit > div:nth-child(3) .shadow {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 20px;
	width: 100%;
	z-index: 2;
	color: #fff;
	font-weight: 700;
}


.modelhouse-sec .modelhouse-contlist {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
}
.modelhouse-sec .modelhouse-cont {
	width: 48%;
	margin-right: 4%;
	background: #fff;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
	transition: ease 0.3s;
}
.modelhouse-sec .modelhouse-cont:hover {
	transform: translateY(-10px);
}
.modelhouse-sec .modelhouse-cont:nth-of-type(2n) {
	margin-right: 0;
}
.modelhouse-sec .modelhouse-cont:nth-of-type(n + 3) {
	margin-top: 30px;
}
.modelhouse-sec .modelhouse-cont a {
	display: block;
}
.modelhouse-sec .modelhouse-cont .image {
	width: 100%;
	height: 280px;
}
.modelhouse-sec .modelhouse-cont .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modelhouse-sec .modelhouse-cont .details {
	padding: 10px;
}
.modelhouse-sec .modelhouse-cont .details .term_label {
	background: #282828;
	color: #fff;
	border-radius: 30px;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 10px;
}

/* ==================================================
	TOP / works-sec
================================================== */

.works-sec .works-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -30px;
}
#works .works-sec.worksOther-sec {
	margin-top: 60px;
}
#works .works-sec .works-body {
	margin-top: 0;
}
.works-sec .works-unit {
	margin-top: 30px;
	width: 450px;
}
.works-sec .works-unit>div {
	display: block;
	width: 100%;
	position: relative;
}
.works-sec .works-unit a p:hover {
	opacity: 0.8;
}
.works-sec .works-unit>div:before {
    content: "";
    width: 100%;
    /* background: #595656; */
    z-index: -1;
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
}
.works-sec .works-unit .works-thumb {
	width: 410px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	/* border: 10px solid #fff; */
	border-top: none;
	box-sizing: border-box;
}
.works-sec .works-unit .works-thumb img {
	width: 100%;
	height: auto;
}
.works-sec .works-unit .works-texts {
	color: #fff;
	padding: 20px;
}
.works-sec .works-unit .works-texts > div + div {
	margin-top: 20px;
}
.works-sec .works-unit .works-texts .works-intro {
	font-size: 12px;
	font-weight: 700;
}
.works-sec .works-unit .works-texts .term_label {
	background: #fff;
	color:#595656;
	border-radius: 30px;
	padding: 2px 10px;
	display: inline-block;
	margin-right: 10px;
}
.works-sec .works-unit .works-texts .works-info {
	font-size: 13px;
	border-top: 1px solid #c5b39c;
	padding-top: 20px;
}
.works-sec .worksBtnList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 30px 0;
}
.works-sec .worksBtnList li {
	width: 18.5%;
}
.works-sec .worksBtnList li a {
	background: #00504f;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	border-radius: 36px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease 0.4s;
}
.works-sec .worksBtnList li a:hover {
	opacity: 0.7;
}

.works-sec .works-button{
	width: 100px;
	margin-right: 0;
	margin-left: auto;
	color: #ea5504;
	background: #fff;
	padding: 10px 30px;
	border-radius: 36px;
   line-height: 1;
}

/* ==================================================
	TOP / contact-sec
================================================== */

.contact-sec {}

/* ==================================================
	TOP / graph-sec
================================================== */

.graph-sec .graph-body {
	margin-bottom: 50px;
}

.graph-sec .graph-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.graph-sec .graph-footer > div {
	width: 210px;
	height: 210px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.graph-sec .graph-footer .catch {
	background: rgba(255,255,255,0.8);
	text-align: center;
	padding: 10px;
	width: 100%;
	line-height: 1.3;
}
.graph-sec .graph-footer .catch span {
	color: #d00;
	font-size: 26px;
	display: block;
}
.graph-sec .graph-footer > div:nth-child(1) {
	background: url(img/new/graph-image01.png) no-repeat;
	border-radius: 50%;
}
.graph-sec .graph-footer > div:nth-child(2) {
	background: url(img/new/graph-image02.png) no-repeat;
	border-radius: 50%;
}
.graph-sec .graph-footer > div:nth-child(3) {
	background: url(img/new/graph-image03.png) no-repeat;
	border-radius: 50%;
}
.graph-sec .graph-footer > div:nth-child(4) {
	background: url(img/new/graph-image04.png) no-repeat;
	border-radius: 50%;
}

/* ==================================================
	TOP / plan-sec
================================================== */

.plan-sec .plan-body {
	margin-bottom: 50px;
}
.plan-sec .plan-unit a {
	display: block;
	color: #ea5504;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.3;
	font-size: 14px;
	letter-spacing: -0.03rem;
}
.plan-sec .plan-unit:nth-child(even) a {
	flex-direction: row-reverse;
}
.plan-sec .plan-unit a:hover {
	opacity: 0.8;
}
.plan-sec .plan-unit a span {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 50px;
}
.plan-sec .plan-unit .text {
	display: table;
	/*width: 240px;
	height: 240px;*/
	width: 238px;
	height: 238px;
	background: #fff;
	border: solid 1px #282828;
}
.plan-sec .plan-unit .text > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.plan-sec .plan-unit .image {
	width: 690px;
	height: 240px;
}
.plan-sec .plan-unit .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* ==================================================
	TOP / point-sec
================================================== */

.point-sec .point-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-sec .point-unit {
	width: 290px;
}
.point-sec .point-unit a {
	position: relative;
	width: 100%;
	display: block;
	background: #efefe7;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	padding: 60px 0;
	border: 5px solid #efefe7;
}
.point-sec .point-unit a:hover {
	background: #fff;
}
.point-sec .point-unit a span {
	display: block;
	font-weight: 300;
	font-size: 20px;
}
.point-sec .point-unit a:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(img/new/arrow-corner.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.point-sec .point-unit:nth-child(1) a:before {
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url(img/new/point-icon01.png) no-repeat;
	position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.point-sec .point-unit:nth-child(2) a:before {
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url(img/new/point-icon02.png) no-repeat;
	position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.point-sec .point-unit:nth-child(3) a:before {
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url(img/new/point-icon03.png) no-repeat;
	position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* ==================================================
	TOP / blog-sec
================================================== */

.blog-sec .blog-body {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.blog-sec .blog-unit {
	width: 290px;
	margin: 0 30px 30px 0;
}
#top .blog-sec .blog-unit {
	margin-bottom: 0;
}
.blog-sec .blog-unit:nth-of-type(3n) {
	margin-right: 0;
}
.blog-sec .blog-unit a {
	width: 100%;
	border-bottom: 5px solid #efefe7;
	padding-bottom: 20px;
	display: block;
}
.blog-sec .blog-unit a:hover {
	border-bottom: 5px solid #00504f;
	opacity: 0.8;
}
.blog-sec .blog-unit .blog-thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.blog-sec .blog-unit .blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-sec .blog-unit .blog-info {
	margin: 10px 0 5px;
	font-size: 12px;
	font-weight: 700;
}
.blog-sec .blog-unit .blog-info .date {
	display: block;
}
.blog-sec .blog-unit .blog-info .term_label {
	background: #5a5657;
	color: #fff;
	border-radius: 24px;
	padding: 6px;
	line-height: 1;
	display: inline-block;
	font-weight: 400;
	margin: 0 5px 5px 0;
}
.blog-sec .blog-unit .blog-title {}

/* ==================================================
	TOP / faq-sec
================================================== */

.faq-sec .faq-body {
	background: #efefe7;
	padding: 30px;
	margin-bottom: 50px;
}
.faq-sec .faq-inner {
	height: 480px;
	overflow: auto;
	padding-right: 30px;
}
.faq-sec ul {
	border-bottom: 1px solid #e3e3d7;
	padding: 30px 0;
}
.faq-sec ul:first-child {
	border-top: 1px solid #e3e3d7;
}
.faq-sec li:first-child {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
.faq-sec li:first-child:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	background: #00504f;
	color: #fff;
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.faq-sec li:last-child {
	font-weight: 300;
	padding-left: 40px;
	position: relative;
	
}
.faq-sec li:last-child:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	background: #d00;
	color: #fff;
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

/* ==================================================
	TOP / area-sec
================================================== */

.area-sec {
	border: 5px solid #00504f;
	padding: 5px;
}
.area-sec .area-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area-sec .area-body > div {
	padding: 30px;
}
.area-sec .area-body .text * + * {
	margin-top: 30px;
}
.area-sec .area-body .text .txt h3 {
	display: inline;
	font-weight: 400;
}
	
/* ==================================================
	iframeWrap
================================================== */
.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframeWrap.youtubeCont {
	margin-bottom: 20px;
}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==================================================
	TOP / mbnrs-sec
================================================== */

.mbnrs-sec ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -30px;
}
.mbnrs-sec li {
	margin-top: 30px;
	margin-right: 30px;
}
.mbnrs-sec li:nth-child(even) {
	margin-right: 0;
}
.mbnrs-sec a:hover {
	opacity: 0.8;
}

/* ==================================================
	insta-sec
================================================== */
.anchorLink .insta-sec {
	margin-top: 10px;
}
.anchorLink .insta-sec h3.ttl {
	background: linear-gradient(to right, #fbb53c 0%, #e9582e 33%, #af3e8d 66%, #5f5aab 100%);
	background: -webkit-linear-gradient(to right, #fbb53c 0%, #e9582e 33%, #af3e8d 66%, #5f5aab 100%);
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.anchorLink .insta-sec .instaWrap {
	padding: 10px 5px;
	background: #fff;
}
.anchorLink #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	font-size: 12px;
	margin: 0 0 0 36px!important;
	padding-top: 0!important;
}
.anchorLink #sb_instagram .sb_instagram_header .sbi_header_img {
	width: 30px;
	height: 30px;
}


/* ==================================================
	maintenance / post
================================================== */
.maintenance .scrollBtns {
	display: none;
}
.maintenanceCont {
	margin-top: 40px;
}
.maintenanceCont .content {
	overflow: hidden;
}
.maintenanceCont .content .floatR {
	float: right;
	margin: 0 0 20px 40px;	
}
.maintenanceCont .warrantyTable {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}
.maintenanceCont .warrantyTable th,
.maintenanceCont .warrantyTable td {
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.maintenanceCont .warrantyTable th {
	background: #b2997b;
	color: #fff;
	text-align: center;	
}
.maintenanceCont .warrantyTable .th01 {
	width: 20%;
}
.maintenanceCont .warrantyTable .th02 {
	width: 27%;
}
.maintenanceCont .warrantyTable .th03 {
	width: 53%;
}
.maintenanceCont .warrantyTable .year {
	padding: 10px 5px;
}
.maintenanceCont .warrantyTable .year span {
	display: inline-block;
	border-radius: 5px;
	border: 3px solid blue;
	padding: 5px;
	color: blue;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.05rem;
}
.maintenanceCont .warrantyTable .year .ten {
	border-color: #d00;
	color: #d00;
}
.maintenanceCont .warrantyTable .year .five {
	border-color: orange;
	color: orange;
}
.maintenanceCont .warrantyTable .year .kaiso {
	border-color: purple;
	color: purple;
}
.maintenanceCont .warrantyTable .year .toso {
	border-color: green;
	color: green;
}
.maintenanceCont .warrantyTable td img {
	display: block;
	margin: 0 auto;
}
.maintenanceCont .warrantyTable td img + img{
	margin-top: 20px;
}


/* ==================================================
	sumirino / post
================================================== */


/* ==================================================
	top / scroll
================================================== */
.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 23.33333vw;
    width: 3em;
    height: 1.5em;
    color: #fff;
    font-family: "Karla";
    font-size: 3.2vw;
    font-weight: 700;
    text-align: center;
    transform: translateX(-50%);
    z-index: 3;
}

.hero-scroll-arrow {
    position: absolute;
    top: 105%;
    left: 50%;
    width: 1px;
    height: 5em;
    background-color: #fff;
    transform: translateX(-50%);
    animation: 2s arrow-animation infinite ease-in-out;
}

.hero-scroll-arrow::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 6vw;
    background-color: #382103;
    transform: translateX(-50%);
}

.hero-scroll-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.33333vw;
    height: 1.33333vw;
    background-color: #382103;
    border-radius: 50%;
    transform: translateX(-50%);
}
.hero-scroll a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
	.hero-scroll {
    bottom: 8vw;
    font-size: 1.01351vw;
	}
	.hero-scroll-arrow::before {
    height: 1.68919vw;
	}
.hero-scroll-arrow::after {
    width: 0.33784vw;
    height: 0.33784vw;
	}
}

/* ==================================================
	kominka / post
================================================== */
.overflowH {
	overflow: hidden;
}
.floatRight {
	float: right;
	margin: 0 0 20px 40px;	
}
.floatLeft {
	float: left;
	margin: 0 40px 20px 0;	
}
.kominkaCont + .kominkaCont {
	margin-top: 40px;
}
#kominka img,
#sumirino img {
	max-width: 100%;
	height: auto;
}



/* ==================================================
topBnrSpContact/ front
================================================== */
.topBnrSpContact {
	padding: 20px 10px 0 10px;
    margin-bottom: 20px;
}

.topBnrSpContact .tel_cv {
    padding: 5px 5px 5px 20px;
	font-weight: bold;
	display: flex;
}

.top_num {
	font-size: 40px !important;
    line-height: 1.2 !important;
	 padding: 2px 0;
}

.topBnrSpContact .col_03 {
    width: 30%;
	margin-left:20%;
}

.topBnrSpContact .col_03 img {
    width: 100%;
}


/* ==================================================
page-testba.php/ front
================================================== */
.work_before_img_box {
	 width: 210px;
   height: 126px;
	overflow: hidden;
}

 .works-sec .works-unit .work_before_img img{
	width:100%!important;
	 display:block;
}

.works-unit-bottom {
	display:flex;
	margin:15px 0px;
}

.work_before_img_box {
	margin:0px 3% 0px 0px;
}

.work_after_title{
	margin-left:20px;
	 background: #595656;
    padding: 4px 20px;
    border-radius: 36px;
    line-height: 1;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 13px;
	    z-index: 4;
    position: absolute;
    bottom: 2px;
}

.work_before_title {
	display:block;
}

.work_before_title p {
	color:#fff;
}

.works-sec .works-unit .non-back>div:before {
    content: "";
    width: 100%;
    background: #000;
    z-index: -1;
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
}

.make-flex {
	display:flex;
	height: 125px;
	width: 410px;
   margin: 0 auto;
}

.works-sec .works-unit .works-unit-bottom  .term_label {
    background: #fff;
    color: #595656;
    border-radius: 30px;
    /* padding: 2px 10px; */
    display: inline-block;
    margin-right: 10px;
}

.works-texts {
	background-color:#595656;
}

.width410{
	    width: 410px!important;
}

.works-unit-bottom {
	position:relative;
}

.work_mainvisual {
	position:relative;
}