@charset "utf-8";

/* ========== PC 非表示 ========== */
.pc_none,
.sp,
#sp_header {
	display: none !important;
}

/* ========== ページの基本設定 ========== */
#subContainer *,
.sub--main-heat20 * {
	line-height: 166%;
}

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14.7px;
	background: none;
	overflow: hidden !important;
	text-justify: inter-ideograph;
	/*IEのみ有効*/
	position: relative;
	/*IE 読込時に一瞬fixed要素が見えるのを回避 */
	font-feature-settings: "palt";
}

#subContainer p,
.sub--main-heat20 p {
	font-size: 14.7px;
	line-height: 2.2em;
	letter-spacing: 0.07em;
	text-align: justify;
}

.mt30 {
	margin-top: 30px !important;
}

/* subContainer */
.sub section#subContainer {
	width: 100%;
	background: #ffffff;
	padding: 230px 0 0;
	margin: 0 auto;
}

.sub section#subContainer p strong {
	font-size: 105%;
	font-weight: bold;
	margin-right: 0.3em;
	color: #7b1b1b;
}

/* subTitleBox */
.sub .subTitleBox {
	max-width: 100%;
	margin: 0 auto;
}

.sub .subTitleBox .title_box {
	margin: 0 auto 50px;
	position: relative;
}

.sub section#subContainer h2 {
	color: #000;
	font-size: 23px;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin: 0 auto;
	line-height: 2em;
}

.sub section#subContainer h2 span {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	letter-spacing: 1px;
}

.sub section#subContainer h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: 700;
	padding: 0 0 5px 0;
}

.sub section#subContainer div.main_box h3 {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position: relative;
	color: #000;
	font-size: 25px;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	display: table;
	margin: 100px auto 70px;
	box-sizing: border-box;
	font-weight: bold;
	clear: both;
}

.sub section#subContainer div.main_box h4 {
	font-weight: bold;
	font-size: 130%;
	padding: 0 0 5px 0;
	margin: 20px 0 10px;
	position: inherit;
	border-bottom: 1px solid #aaa;
}

.main_box,
.sub_main {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* パンくず */
ul.pannav {
	max-width: 1200px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 40px;
}

@media screen and (max-width: 1040px) {
	ul.pannav {
		position: relative;
		z-index: 2;
	}
}

ul.pannav li {
	font-size: 92%;
	color: #000;
	float: left;
}

ul.pannav li a {
	color: #777;
	background: url('/img/common/pannavDivider.gif') no-repeat 100% 45% !important;
	padding: 0 16px 0 0;
	margin: 0 11px 0 0;
}

.sub .img_center {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	background: #f5f5f5;
	box-sizing: border-box;
}

.sub .img_center .img80 {
	width: 80%;
	margin: 50px 0;
}

.sub .kome {
	font-size: 12px;
}

.sub .center {
	text-align: center;
}


.footer_box {
	margin: 0 auto;
}

/* footer snsbox */
.footer_box .sns_box {
	padding: 20px 0;
}

.footer_box .sns_box ul {
	width: 600px;
	height: 60px;
	padding: 30px 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer_box .sns_box ul li {
	width: 60px;
	list-style: none;
}

.footer_box .sns_box ul li a:hover {
	opacity: 1;
}

.footer_box .sns_box ul li dl {
	width: 100%;
	position: relative;
}

.footer_box .sns_box ul li dl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer_box .sns_box ul li dl:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.footer_box .sns_box ul li dl:hover:before {
	animation:
		wipeSNS_01 0.1s ease-in 0s,
		wipeSNS_02 0.1s ease-out 0.1s;
}

.footer_box .concept {
	font-size: 12px;
	line-height: 170%;
}

.footer_box .concept h4 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer_box .concept p {
	font-size: 13px;
}

.footer_box .menu {
	font-size: 13px;
}

.footer_box .menu ol {
	width: 18%;
	margin-right: 2.5%;
	float: left;
}

.footer_box .menu ol:last-of-type {
	margin-right: 0;
}

.footer_box .menu ul {
	padding: 10px 0;
}

.footer_box .menu ul h5 {
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}

.footer_box .menu ul li {
	list-style: none;
	margin: 5px 0;
}

.footer_box .area_company {
	margin-top: 50px;
	clear: both;
	display: flex;
}

.footer_box .area_company .area {
	width: 550px;
	margin-right: 50px;
}

.footer_box .area_company .area.modelhouse {
	margin-right: unset;
}

.footer_box .area_company .area h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.footer_box .area_company .area h3 span {
	border: 1px solid #000;
	padding: 5px 10px;
	font-weight: bold;
}

.footer_box .area_company .area h4 {
	font-size: 12px;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
}

.footer_box .area_company .area ol ul {
	width: 100%;
	margin-bottom: 20px;
	display:
		flex;
	flex-wrap:
		wrap;
}

.footer_box .area_company .area ol ul li {
	font-size: 11px;
	width: 12.5%;
}

.footer_box .area_company .area .other {
	display: flex;
}

.footer_box .area_company .area .other ol {
	width: 33%;
	margin-right: 3%;
}

.footer_box .area_company .area .other ol:nth-child(3) {
	margin-right: 0;
}

.footer_box .area_company .area .other ol li {
	width: 33%;
}

.footer_box .area_company .company {
	/*	width: 600px;*/
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer_box .area_company .company .company_box {
	/*	width: 100%;*/
	width: 45%;
	display: flex;
}

.footer_box .area_company .company .company_box li {
	width: 33%;
	list-style: none;
	padding: 5px 0;
}

.footer_box .inq>li {
	width: 250px;
}

.footer_box .inq>li img {
	transition: 0.3s;
}

.footer_box .inq>li img:hover {
	-webkit-transform: translate(-5px, -5px);
	-moz-transform: translate(-5px, -5px);
	-ms-transform: translate(-5px, -5px);
	-o-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px);
	-webkit-box-shadow: 5px 5px 0px 0px #ccc;
	-moz-box-shadow: 5px 5px 0px 0px #ccc;
	box-shadow: 5px 5px 0px 0px #ccc;
}

.footer_box .area_company .company .company_box li h2 {
	font-size: 17px;
	font-weight: bold;
}

.footer_box .area_company .company .company_box li dl {
	margin-top: 10px;
}

.footer_box .area_company .company .company_box li dl dt {
	font-size: 12px;
	font-weight: bold;
}

.footer_box .area_company .company .company_box li dl dd {
	font-size: 12px;
}

.footer_box .inq {
	/* width: 600px; */
	width: 50%;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.footer_box .inq ul {
	width: 65%;
}

.footer_box .inq li {
	/* width: 49%; */
	/* margin-right:2%; */
	list-style: none;
}

.footer_box .inq>li {
	list-style: none;
	width: 25%;
}

.footer_box .inq li:nth-of-type(2) {
	margin-top: 30px;
}

.footer_box .inq .tel_box {
	font-size: 40px;
	text-align: center;
}

.footer_box .inq .tel_box dt {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
}

.footer_box .inq .tel_box dl {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	font-weight: bold;
}

.footer_box .inq .tel_box a {
	text-decoration: none;
}

.footer_box .inq .tel_box dl img {
	width: 10%;
}

.footer_box .inq .tel_box span {
	display: block;
	font-size: 45%;
	line-height: 90%;
	background: #fff;
}

.footer_box .inq .tel_box span span {
	display: initial;
	font-size: 80%;
	margin-right: 10px;
}

.footer_box .area_company .company inq .form_box {
	font-size: 100%;
	text-align: center;
}

.footer_box .inq .form_box dt {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 10px auto;
	text-align: center;
}

.footer_box .inq .form_box dl {
	font-size: 16px;
	font-weight:
		bold;
	width: 100%;
	height: 60px;
	color: #fff;
	line-height: 70px;
	background: #820000;
	margin: 0 auto;
	text-align: center;
	position:
		relative;
	transition: 0.3s;
}

.footer_box .inq .form_box dl img {
	width: 9%;
	margin-right: 10px;
	vertical-align: middle;
}

.footer_box .inq .form_box dl a {
	color: #fff;
	line-height: 60px;
	display:
		block;
	width: 100%;
	height: 100%;
	position:
		absolute;
	text-decoration:
		none;
}

.footer_box .inq .form_box dl:hover {
	opacity: 0.7;
}

footer .copy {
	color: #fff;
	background: #000;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

footer .copy ul.footer_link {
	font-size: 10px;
	margin: 0 auto;
	padding-bottom: 10px;
}

footer .copy ul.footer_link li {
	display: inline-block;
	color: #fff;
	padding-right: 5px;
}

footer .copy ul.footer_link li a {
	color: #fff;
}

footer .copy p {
	font-size: 10px;
}

@media screen and (min-width:960px) and (max-width:1119px) {
	.footer_box .area_company .area ol ul li {
		width: 20%;
	}

	.footer_box .area_company .company {
		/*		width: 50%;*/
		width: 100%;
	}

	.footer_box .area_company .company .company_box li {
		/* width: 60%; */
		margin-right: 5%;
	}

	/* .footer_box .inq > li {
		width: 35%;
		margin:0;
	}
	.footer_box .inq {
		width: 100%;
		margin-top: 0px !important;
		display:initial;
		clear:both;
	} */
	.footer_box .inq .tel_box {
		width: 100%;
		display: inline-block;
		margin-top: 30px;
	}

	.footer_box .inq .tel_box dl {
		height: auto;
		margin: 0 auto;
		font-weight: bold;
	}

	.footer_box .inq li.form_box {
		width: 100%;
		display: inline-block;
		margin-top: 50px;
	}
}

/* ========== titleアニメーション ========== */
/* タイトルアニメーション　共通 */
.homeHead_mainText {
	font-weight: bold
}

.homeHead {
	height: auto;
	background-size: cover;
}

/* タイトルアニメーション　右表示 */
.homeHead_right {
	position: absolute;
	right: 10%;
	z-index: 1;
}

/* タイトルアニメーション　左表示 */
.homeHead_left {
	position: absolute;
	left: 10%;
	text-align: left;
}

/* タイトルアニメーション　真ん中表示 */
.homeHead_center {
	position: static;
	z-index: 1;
	text-align: center;
	top: 0;
	right: 0;
	left: 0;
}

/* ========= 下層ボタン ========= */
/*通常リンク*/

.sub .btn-box {
	margin-top: 20px;
}

.sub .btn a {
	height: auto;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	display: block;
	border: 2px solid #000;
	padding: 15px 20px;
	transition: all .3s;
	background: #fff;
	font-size: 13px;
}

.sub .btn a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border-color: #000;
}

.sub .btn a i {
	font-size: 120%;
	color: #8e451c;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}

.sub .btn a:hover i {
	color: #fff;
}

.sub .btn a i.white {
	font-size: 120%;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}

.sub .btn a:hover i.white {
	color: #8e451c;
}


/* ========== btnアニメーション ========== */
a.animated-button:link,
a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 12px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/* Thar Buttons */
a.animated-button.thar-three {
	color: #000;
	border: 2px solid #000;
	z-index: 1;
}

a.animated-button.thar-three:hover {
	color: #fff !important;
	background-color: transparent;
}

a.animated-button.thar-three:hover:before {
	left: 0%;
	width: 100%;
}

a.animated-button.thar-three:before {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	content: '';
	z-index: -1;
	color: #000 !important;
	background: #000;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

a.animated-button.thar-three_white {
	color: #fff;
	border: 2px solid #fff;
	z-index: 1;
}

a.animated-button.thar-three_white:hover {
	color: #000 !important;
	background-color: transparent;
}

a.animated-button.thar-three_white:hover:before {
	left: 0%;
	width: 100%;
}

a.animated-button.thar-three_white:before {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	content: '';
	z-index: -1;
	color: #fff !important;
	background: #fff;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}