@charset "UTF-8";

.contactPage #Header {
	position: unset;
	height: 85px;
}

.contactPage #Contents {
    padding-top: 0;
}

.contactPage footer {
    padding: 0;
    background: none;
}

.contactPage footer .flexBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:50px;
	margin: 0;
	align-items: center;
}

.formAnnotation {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.contactPage .form table tr td .formAnnotation a {
	margin: 0;
	font-size: 14px;
}

.contactPage .form table tr td .formAnnotation a::after {
	background: none;
}

@media all and (min-width: 769px) {

	

}
	
@media all and (max-width: 768px) {

	header .wrap .logo img {
		width: 100%;
	}
	
	.contactPage #Header {
		height: 57px;
	}
	
	.contactPage .contactTitle {
		margin: 30px auto 50px;
	}
	
	.contactPage .contactTitle .title {
		margin: 45px auto;
		width: 70%;
	}
	
	.contactPage footer .flexBox {
		gap:10px;
	}
	
	.contactPage footer .flexBox div a,.contactPage footer .flexBox div {
		font-size: 12px;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	p.textSmall.mt10 {
		margin-top: 10px;
	}

	.formAnnotation {
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.contactPage .form table tr td .formAnnotation a {
		margin: 0;
		font-size: 12px;
	}	
	
}

/*
-----------------------------------------------
展示場誘導
-----------------------------------------------*/
.house_head{
	width: 100%;
	padding: 4% 4% 4% 4%;
	text-align: center;
	background: #F8F8F8;
}
.house_head h3{
	margin-bottom: 0;
	font-size: 30px;
    text-align: center;
}
.house_head_read{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 36px;
}
.house{
	background: #F8F8F8;
}
.house h3{
	font-size: 30px;
	margin-top: 5%;
	margin-bottom: 1%;
    text-align: center;
}
.house_title_sub{
	text-align: center;
	margin-bottom: 3%;
	font-size: 16px;
}
.house img {
    width: auto;
    max-width: 100%;
}
.house .linkBtn{
	padding-bottom: 1%;
}
.house .linkBtn a{
	max-width: 380px;
	width: 30%;
	margin: 0 auto 8%;
	padding: 2rem 0;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	background-color: #4C5870;
}

/*ボタン設定*/
.house ul li .btn {
	width: 100%;
	margin-top: 5%;
	background: #F8F8F8;
	font-size: 15px;
	text-align: center;
	color: #4C5870;
	border: 1px solid #4c5870;
	display: inline-flex;
	justify-content: center;
}
.house ul li .btn a {
    width: 100%;
    padding: 3%;
    color: #4C5870;
    display: block;
}
.house ul li .btn a:hover {
	background: #4C5870;
	color: #fff;
}
.house ul li .btn a img {
    width: 5%;
    margin-top: 3px;
	margin-left: 10px;
}

@media all and (max-width: 768px) {
	.house_head{
		padding: 10% 2% 10%;
	}
	.house_head_read{
		font-size: 12px;
		line-height: 23px;
	}
	.house_head h3{
		margin-bottom: 0;
		font-size: 18px;
		text-align: center;
	}
	.house h3{
		font-size: 24px;
		margin-top: 6%;
		margin-bottom: 4%;
		text-align: center;
	}
	.house_title_sub{
		text-align: center;
		margin-bottom: 1%;
		font-size: 12px;
	}
	.house img {
		width: auto;
		max-width: 100%;
	}

	.house .linkBtn{
        margin-bottom: 0;
	}
		
	.house .linkBtn a {
		width: calc(100% - 40px);
		margin-bottom: 20%;
		padding: 1.3rem 0;
		font-size: 14px;
	}

	/*ボタン設定*/
	.house ul li .btn {
		font-size: 14px;
	}
	.house ul li .btn a img {
		width: 8%;
		margin-top: 3px;
		margin-left: 5px;
	}
	.house ul li .btn a {
		padding: 4%;
	}
}

@media all and (max-width: 768px) {
/*houseList（展示場のinclude）の上書き設定*/
.house ul.houseList{
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;

}
.house ul.houseList li {
    width: 48%;
    margin: 0 0 60px;
}
.house ul.houseList li h3{
	font-size: 14px;
}
.house ul.houseList li .address{
	font-size: 12px;
}
}

/*
-----------------------------------------------
complete_zenkan.html
.catalogBox
-----------------------------------------------*/

.catalogBox {
	border:1px solid #4C5870;
	margin: 0 auto 100px;
	padding: 30px;
	width: 90%;
	max-width: 912px;
}

.catalogBox .flexBox {
	justify-content: flex-start;
	align-items: center;
}

.catalogBox .photoArea {
	width: 45%;
	margin-right: 4%;
}

.catalogBox .photoArea img {
	width: 100%;
}

.catalogBox .textArea {
	width: 51%;
	text-align: center;
}

.catalogBox .textArea h4 {
	font-size: 20px;
	position: relative;
	display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
	color: #4C5870;
}

.catalogBox .textArea h4:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #4C5870;
    border-radius: 3px;
    transform: rotate(-35deg);
}
       
.catalogBox .textArea h4:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #4C5870;
    border-radius: 3px;
    transform: rotate(35deg);
}

.catalogBox .textArea .text {
    line-height: 2.2;
    margin-bottom: 30px;
	color: #4C5870;
	text-align: center;
}

.catalogBox .textArea .text .ssp {
	display: none;
}

.catalogBox .textArea a {
    background: #4C5870;
    color: #fff;
    display: block;
    line-height: 50px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

@media all and (max-width: 768px) {

	.catalogBox {
		margin: 0 auto 50px;
		padding: 15px 10px;
	}
	
	.catalogBox .photoArea {
		width: 50%;
		margin: 0 auto 0px;
	}
	
	.catalogBox .textArea {
		width: 100%;
	}
	
	.catalogBox .textArea h4 {
		font-size: 15px;
		margin-bottom: 15px;
		padding: 0 10px;
	}
	
	.catalogBox .textArea .text {
		line-height: 1.8;
		margin-bottom: 15px;
		font-size: 12px;
		letter-spacing: -0.5px;
	}
	
	.catalogBox .textArea .text .ssp {
		display: none;
	}

	.catalogBox .textArea a {
		line-height: 40px;
		width: 80%;
		font-size: 14px;
	}
	
}

@media all and (max-width: 374px) {
	
	.catalogBox .textArea h4 {
		font-size: 14px;
		padding: 0 10px;
	}
	
	.catalogBox .textArea .text {
		font-size: 11px;
	}
	
	.catalogBox .textArea .text .ssp {
		display: block;
	}

	.catalogBox .textArea a {
		font-size: 13px;
	}
	
}



