@charset "utf-8";


/*横幅*/

.c-container {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing:content-box;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	max-width: 1060px;
}

@media screen and (min-width:375px) {
	.c-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width:950px) {
	.c-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.c-container--w920 { max-width: 900px;}


/*ctaSP
======================================================*/
@media screen and (min-width:950px) {
	.ctaSP {
		display: none;
	}
	
}
@media screen and (max-width:949px) {
	.ctaSP {
		position: fixed;
		width:100%;
		left: 0;
		bottom: 0;
		z-index: 999;
	}

	.ctaSP ul {
		background: #F66E38;
		display: flex;
	}
	
	.ctaSP li {
		width: 50%;
		box-sizing: border-box;
		text-align: center;
	}
	
	.ctaSP li:first-child {
		border-right: 1px solid #F99D78;
	}
	
	.ctaSP li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 46px;
		width: 100%;
	}
}


/*footer
======================================================*/

.footer-nexg {
	padding: 30px 25px;
	text-align: center;
}

.footer-nexg img {
	width: 150px;
}

.footer-idhome {
	padding: 17px 25px;
	text-align: center;
	background: #35363B;
}

.footer-idhome img {
	width: 246px;
}

.footer-copyright {
	padding: 20px 25px 70px 25px;
	background: #000;
	color: #FFF;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

.footer-copyright a {
	color: #FFF;
}

.footer-copyright-text-01 {
	padding-bottom: 10px;
}

@media screen and (min-width:758px) {
	.footer-nexg {
		padding: 45px 50px;
	}

	.footer-nexg img {
		width: 240px;
	}

	.footer-idhome {
		padding: 17px 50px;
		text-align: left;
		background: #35363B;
	}

	.footer-idhome img {
		width: 312px;
	}

	.footer-copyright {
		padding: 15px 50px;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
	}

	.footer-copyright-text-01 {
		padding-bottom: 0;
	}
}

/*ctaBtm
======================================================*/

.ctaBtm {
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	background:url("../img/bg-ctaBtm.webp") center center;
	background-size: cover;
	padding: 30px 25px;
	text-align: center;
}

.ctaBtm-inner {
	max-width: 1000px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	padding: 30px 10px;
}

.ctaBtm-ul {
	margin: 5px 10px 0 10px;
}

.ctaBtm-ul li {
	padding-top: 10px;
}

.ctaBtm-ul li a {
	display: inline-block;
	border-radius: 5px;
	padding: 12px 0;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
	width: 100%;
}

.ctaBtm-ul li a img {
	height: 28px;
}

.bg-orange {
	background-color: #F66E38;
}

.bg-green {
	background-color: #3C8C00;
}

.bg-blue {
	background-color: #245773;
}

@media screen and (min-width:758px) {
	.ctaBtm {
		font-size: 22px;
		padding:70px 25px;
	}
	
	.ctaBtm-inner {
		padding: 50px;
	}
	
	.ctaBtm-ul {
		margin: 25px auto 0;
		max-width: 920px;
		display: flex;
		justify-content: space-between;
	}
	
	.ctaBtm-ul li {
		width: 32%;
		padding-top: 0;
	}
	
	.ctaBtm-ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 52px;
	}
			
}


/*quality
======================================================*/

/*3つの安心 図*/
.quality-promise {
	border: 2px solid #3C8C00;
	padding: 10px 20px;
	text-align: center;
}

@media screen and (min-width:758px) {
	.quality-promise {
		max-width: 620px;
		padding: 20px 0 30px 0;
		margin-left: auto;
		margin-right:auto;
	}
}

/*3つの安心 詳細*/
.quality-item {
	margin-top: 10px;
}

.quality-item-ttl {
	text-align: center;
	color: #3C8C00;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.2em;
}

.quality-item-ttl img {
	height: 30px;
	margin-bottom: 3px;
}

.quality-item-img {
	padding: 15px 0;
}

.quality-item-text {
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
}

@media screen and (min-width:758px) {
	.quality-itemlist {
		display: flex;
		justify-content: space-between;
	}
	
	.quality-item {
		width: 30%;
	}
	
}


/*support
======================================================*/

.support {
	background: #F0F1F2;
}

.support-detail-item {
	background: #FFF;
	padding: 20px;
	text-align: justify;
	
}

.support-detail-item-icn {
	text-align: center;
	margin-bottom: 5px;
}
.support-detail-item-icn span {
	display: inline-block;
	margin: 0 auto;
	color: #FFF;
	font-size: 80%;
	padding: 0.3em 0.6em;
	line-height: 1;
	background: #F66E38;
	letter-spacing: 0.05em;
}

.support-detail-item-ttl {
	font-size: 20px;
	text-align: center;
}

.support-detail-item-img {
	padding: 15px 0 15px;
}


@media screen and (min-width:758px) {
	.support-detail {
		display: flex;
		justify-content: space-between;
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.support-detail-item {
		width: 48%;
		padding: 30px 40px 30px 40px;
	}
	
	.support-detail-item-icn {
		margin-bottom: 7px;
	}
	
	.support-detail-item-ttl {
		font-size: 26px;
	}
	
	.support-detail-item-img {
		padding: 25px 0;
	}
	
}



/*modelhouse
======================================================*/


/*見出し*/
.model-ttl {
	text-align: center;
}

.model-ttl span {
	display: inline-block;
	padding: 0.5em;
	line-height: 1;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 22px;
}

@media screen and (min-width:758px) {
	.model-ttl span {
		font-size: 32px;
		padding: 0.5em 70px;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
	}
}

/*詳細*/

.model-item {
	margin-top: 30px;
}

.model-item-ttl {
	font-size: 21px;
	line-height: 1.4;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
}


.model-item-dl {
	display: flex;
	align-items: flex-start;
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 1.5;
}

.model-item-dl dt {
	width: 4.5em;
	padding: 10px 0;
}

.model-item-dl dd {
	width: calc(100% - 5em);
	padding: 10px 0;
}

.model-item-btn a {
	display: inline-block;
	border-radius: 100px;
	padding: 0.25em 1.2em;
	border: 1px solid #444;
	margin-top: 5px;
	color: #000;
	line-height: 1.3;
	text-align: center;
}

@media screen and (min-width:758px) {
	
	.model-itemlist {
		display: flex;
		justify-content: space-between;
	}
	
	.model-item {
		width: 31%;
	}
	
	.model-item-ttl {
		padding: 0;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.model-item-dl {
		font-size: 15px;
	}
	
	.model-item-dl dt,
	.model-item-dl dd {
		padding: 15px 0;
	}

}

/*スタッフ写真*/

.model-staff {
	text-align: center;
}

.model-staff img {
	width: 90%;
	max-width: 850px;
}


/*pamph
======================================================*/

.pamph {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	 background-image: linear-gradient(-45deg, #f6f6f6 25%, #e3e3e3 25%, #e3e3e3 50%, #f6f6f6 50%, #f6f6f6 75%, #e3e3e3 75%, #e3e3e3);
  	background-size: 4px 4px;
}

.pamph-ttl {
	font-size: 21px;
	line-height: 1.3;
}

.pamph-ttl-icn {
	display: block;
}

.pamph-btn a {
	display: inline-block;
	border-radius: 5px;
	padding: 12px 0;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
	background-color: #F66E38;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width:758px) {
	.pamph {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 40px 15px 80px;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
	}
	
	.pamph-box-01 {
		width: 50%;
		text-align: left;
	}
	
	.pamph-box-02 {
		width: 50%;
	}
	
	.pamph-box-02 img {
		max-width: 400px;
	}
	
	.pamph-ttl {
		font-size: 26px;
	}
	
	.pamph-btn a {
		margin: 15px 0 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 52px;
	}
	
}
	
	

/*plan
======================================================*/

.plan-item {
	margin-top: 30px;
	position: relative;
}

@media screen and (max-width:757px) {
	
	.plan-item-info {
		padding: 25px 0 0 0;
		text-align: center;
	}
	.plan-item-row-02 {
		border-bottom: solid 15px #F0F1F2;
		padding: 0 20px 25px 20px;
	}
	
	.plan-item:before {
		content: "";
		display: block;
		width: 15px;
		background: #F0F1F2;
		height: 100%;
		position: absolute;
		left: 0;
	}
	.plan-item:after {
		content: "";
		display: block;
		width: 15px;
		background: #F0F1F2;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -100;
	}
}

.plan-item-info-no {
	text-align: center;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	font-size: 60px;
	font-weight: 500;
	padding-bottom: 15px;
	font-size: 36px;
}

.plan-item-info-no span {
	font-size: 10px;
}

/*
.plan-item-info-no img:nth-child(1) {
	height:11px ;
	margin-bottom: 10px;
}

.plan-item-info-no img:nth-child(2) {
	height:44px ;
}
*/

.plan-item-info-no span {
	display: block;
	font-weight: 500;
	font-size: 15px;
}

.plan-item-info-ttl {
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
}

@media screen and (min-width:758px) {
	
	
	.plan-item {
		max-width: 920px;
		margin: 60px auto 0 auto;
	}
	
	.plan-item-row-01 {
		display: flex;
		flex-direction: row-reverse;
	}
	
	.plan-item-slide {
		width: 62%;
	}
	
	.plan-item-info {
		width: 38%;
		background: #F0F1F2;
		text-align: left;
		padding: 30px;
	}
	
	.plan-item-info {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: 
	}
	
	.plan-item-info > * {
		width: 100%;
		text-align: left;
	}
	
	.plan-item-info-ttl {
		font-size: 24px;
	}
	
	.plan-item-info-no {
		font-size: 42px;
	}
	/*
	.plan-item-info-no img:nth-child(2) {
		height:36px ;
	}*/
	
}

/*価格・面積*/
.aaa-box-price p {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #CB9C2C;
    position: relative;
	margin-bottom: 5px;
	line-height: 1;
}

.aaa-box-price img {
    margin-left: 5px;
}

@media screen and (max-width:374px) {
	.aaa-box-price p {
		font-size: 32px;
	}

}

@media screen and (max-width:757px) {
	
	.aaa-box {
		display: flex;
		justify-content: center;
		margin: 10px auto;
		flex-wrap: wrap;
	}

	.aaa-box-space p {
		border-left: 1px solid #ddd;
		margin-left: 12px;
		font-size: 15px;
		line-height: 1.3;
		padding-left: 12px;
	}
	
	.aaa-box-space p span {
		display: block;
	}
	
	.plan-att {
		background: #F0F1F2;
		padding-bottom: 20px;
	}
}

@media screen and (min-width:758px) {
	
	.aaa-box {
		margin-top: 10px;
	}
	
	.aaa-box-price p {
		font-size: 50px;
	}
	
	.aaa-box-space p span {
		display: inline-block;
		margin-right: 10px;
	}
	
	.aaa-box-price .c-att-01 {
		font-size: 10px;
	}
}

/*間取り*/
.plan-item-row-02 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.tab-area,
.panel-area {
	width: 100%;
	text-align: center;
}

.tab-area {
	display: flex;
	border: 1px solid #888988;
	cursor: pointer;
	max-width: 220px;
	margin: 0 auto;
	text-align: center;
}
.tab {
	width: 50%;
	justify-content: center;
	align-items: center;
	padding: 3px 0;
	background-color: #FFF;
	color: #888988
}

.tab.active {
  background-color: #888988;
  color: #fff;
}

.panel {
  display: none; 
  width: 100%;
}
.panel.active {
  display: block;
}

@media screen and (min-width:758px) {
	.plan-item-row-02 img {
		max-width: 600px;
	}
	
	.plan-item-row-02.plan-item-row-02--yoko img {
		max-width: 800px;
	}
}



/*spec
======================================================*/

.spec {
	background: #F0F1F2;
	padding-top: 20px;
}

.spec-item-ttl {
	font-size: 20px;
	font-weight: bold;
	color: #5A8EBF;
	line-height: 1.3;
	padding-bottom: 5px;
}

.spec-item-text {
	font-size: 14px;
	line-height: 1.5;
}


.spec-box-01 {
    background: #FFF;
    padding: 20px;
}

@media screen and (max-width:758px) {
	.spec-box-02 {
		background: #FFF;
		padding: 20px;
	}
}

@media screen and (min-width:758px) {
	
	.spec {
		padding-top: 100px;
	}
	
	.spec-itemlist {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.spec-item {
		width: 48%;
		background: #FFF;
		font-size: 16px;
	}
	
	.spec-item:nth-child(n+3) {
		margin-top: 25px;
	}
	
}

.bg-arrow {
	margin-top: -2px;
}

.bg-arrow img {
	width: 100%;
}



/*perform
======================================================*/

.perform-section {
	margin-top: 10px;
}

.perform-section + .perform-section {
	margin-top: 30px;
}

/*リード部分*/
.perform-hd-en span {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 0.4em 0.6em 0em 0.6em;
	line-height: 1;
	background: #5A8EBF;
	padding-bottom: 10px;
}

.perform-hd-01 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
	padding: 8px 0 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

.perform-lead {
	padding-bottom: 25px;
}

.perform-img-label {
	border: 1px solid #017950;
}
@media screen and (min-width:758px) {
	
	.perform-section + .perform-section {
		margin-top: 70px;
	}
	
	.perform-hd-en {
		text-align: center;
	}
	
	.perform-hd-en span {
		font-size: 16px;
	}
	
	.perform-hd-01 {
		font-size: 32px;
		text-align: center;
		padding-bottom: 20px;
	}
	
	.perform-lead {
		text-align: center;
		font-size: 18px;
		padding-bottom: 40px;
	}
	
	.perform-img-label {
		width: 500px;
	}
}

/*詳細*/
.perform-item {
	border: 2px solid #245773;
	padding: 20px;
	margin-top: 15px;
}

.perform-item-ttl {
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.perform-item-ttl dt {
	font-size: 30px;
	width: 46px;
	height:46px;
	line-height: 46px;
	color: #FFF;
	background-color:#245773 ;
	text-align: center;
	border-radius: 100px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

.perform-item-ttl dd {
	color: #245773;
	font-size: 21px;
	line-height: 1.3;
	padding-left: 10px;
}

.perform-item-text {
	padding: 0 0 12px 0;
	line-height: 1.5;
}


@media screen and (min-width:758px) {
	
	.perform-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 50px 30px 50px;
		margin-top: -2px;
		
		background: #FFF;
	}
	
	.perform-item-text {
		width: 55%;
	}
	
	.perform-item-text p {
		font-size: 16px;
	}

	.perform-item-img {
		width: 40%;
	}
	
	.perform-item-ttl {
		padding-bottom: 15px;
	}
	
	.perform-item-ttl dd {
		font-size: 26px;
	}
	
}



/*concept
======================================================*/

.concept-lead {
	font-size: 16px;
	line-height: 2.1;
}

.concept-lead + .concept-lead {
	padding-top: 20px;
}

@media screen and (max-width:757px) {
	
	.concept {
		background: #F0F1F2;
		padding-bottom: 40px;
	}
	
	.concept-bg {
		padding-top: calc(67vw - 10px);
		background: url("../img/img-concept--sp.webp") no-repeat top center;
		background-size: 100%;
	}
	
	.concept .c-hd-en {
		text-shadow: 0 0 2px #F0F1F2, 0 0 15px #FFF, 0 0 7px #FFF;
	}
	
	
}

@media screen and (min-width:758px) {
	
	.concept-lead {
		text-align: center;
		font-size: 19px;
	}
	
	.concept-bg {
		background: url("../img/img-concept--pc.webp") no-repeat center center;
		background-size: 100%;
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 0;
	}
	
}


/*catch
======================================================*/

.catch {
	text-align: center;
	padding: 55px 0;
}

.catch-text-01 {
	text-align: center;
}


.catch-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.catch-list li{
	width: 49%;
	margin-top: 10px;
}

.catch .c-att-01 {
	width: 100%;
	justify-content: center;
}

@media screen and (min-width:758px) {
	
	.catch {
		padding: 50px 0 80px;
	}
		
	.catch-list li{
		width: 24%;
	}
	
}


/*headerPC
======================================================*/

.headerPC {
	display: none;
}

@media screen and (min-width:950px) {
	.mainv {
		margin-top: 80px;
	}
	
	.headerPC {
		display: flex;
		justify-content: space-between;
		padding: 20px 20px 0 20px;
		height: 80px;
		box-sizing: border-box;
		width: 100%;
		position: fixed;
		background: rgba(255,255,255,0.9);
		z-index: 9999;
	}
	
	.headerPC-logo {
		width: 200px;
	}
	
	.headerPC ul {
		display: flex;
	}
	
	.headerPC-ul li{
		padding-left: 15px;
		font-size: 17px;
	}
	
	.headerPC-ul a {
		color: #222;
		font-weight: bold;
	}
	
	.headerPC-ul-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 38px;
		background: #F66E38;
		padding: 0 10px;
		text-align: center;
	}
	
	.headerPC-ul li.headerPC-ul-btn--short {
		padding-left: 10px;
	}
	.headerPC-ul-btn img {
		height: 26px;
		
	}
}

@media screen and (min-width:1200px) {
	.headerPC-logo {
		width: 260px;
	}
	
	.headerPC-ul li{ 
		padding-left:45px;
	}
	
	.headerPC-ul-btn--short a {
		padding: 5px 30px;
	}
	
}

/*headerSP
======================================================*/

@media screen and (min-width:950px) {
	.headerSP {
		display: none;
	}
	
}

@media screen and (max-width:949px) {
	.headerSP {
		padding: 12px;
		background: #FFF;
		position: fixed;
		width: 100%;
		z-index: 9999;
		height: 52px;
	}
	
	.mainv {
		margin-top: 52px;
	}
	
	.headerSP-logo {
		width: 175px;
	}
	
	#nav > ul > li.headerSP-ul-btn {
		padding: 15px 20px 0 20px;
		border-bottom: none;
	}

	.headerSP-ul-btn a {
		display: inline-block;
		background: #F66E38;
		padding: 6px 10px;
		text-align: center;
	}
	
	.headerSP-ul-btn a img {
		height: 22px;
	}
	
	/*ハンバーガーメニュー
	-------------------------------------------*/

	.menu {
		position: absolute;
		top: 16px;
		right:  20px;
		width: 25px;
		height: 22px;
		z-index: 10;
		background:none;
		border:none;
		cursor:pointer;
	}

	.menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #3C8C00;
		z-index: 10;
	}

	.menu span:nth-of-type(1) {
		top: 0px;
	}

	.menu span:nth-of-type(2) {
		top: 10px;
	}

	.menu span:nth-of-type(3) {
		bottom: 0px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}

	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	#nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width:100vw;
		height: 100vh;
		opacity: 0;
		background: rgba(255, 255, 255, 0.95);
		transition: all 0.3s ease-in-out;
		visibility:hidden;
		padding-top: 55px;
	}

	.header.fixed #nav {
		padding-top:70px;
	}

	#nav.active{
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

	#nav span {
		display: block;
	}

	.nav-logo {
		display: inline-block;
		width: 300px;
		margin: 40px 0 25px 0;
	}


	#nav > ul{
		border-top:1px solid #ddd;
		margin-left: auto;
		margin-right: auto;
	}

	#nav > ul > li{
		list-style-type: none;
		border-bottom:1px solid #ddd;
		text-align: center;

	}

	#nav ul li a{
		display: block;
		padding: 20px 0;
		transition: all 0.2s ease-in-out;
		text-decoration: none;
		color: #000;
		line-height: 1.4em;
	}

	#nav ul li  ul a{
		padding: 0px 0px 10px 0;
	}
	#nav ul li  ul {
		margin-bottom: 10px;
	}

	#nav ul li a:hover {
		color: #ccc;
	}
}

/*swiper*/
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;	
}
	