@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Headland+One&display=swap');

/* ==================================================================
	modelhouse.css
	
=================================================================== */


.cpArea {
    border: 4px solid #e2e2e2;
    padding: 5%;
    width: 80%;
    margin: 0 auto;
}
.cpArea dl {
    margin-top: 4%;
}
.cpArea dt {
    font-size: 110%;
    font-weight: bold;
}
.cpArea dd {
    font-size: 90%;
}


/* --------------------------------
   □ general
-------------------------------- */ 
.contents{
	padding-bottom: 0;
}

.contents main .accentArea{
	background-image:url("../../images/build/originaldesign/accent.jpg");
}

.contents main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.contents main > section{
    padding: 70px 0;
}

.contents main section h2{
	margin-bottom: 40px!important;
}

.contents main section h3{
    font-size: 156%;
    text-align: center;
    margin-bottom: 40px;
}

.contents main section .txt{
    text-align: center;
}

.move{
	text-align: center;
    margin-bottom: 60px;
}

/* ==================================================================
	#intro
=================================================================== */
#intro h2 {
    font-size: 200%;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 30px;
}
#intro p.img {
    margin: 60px 0;
}
#intro .cpArea {
    margin-top: 5%;
}

@media only screen and
(max-width : 767px) {
    
    #intro p.img {
        margin: 32px 0;
    }
}

/* --------------------------------
   □ .performance
-------------------------------- */ 
#intro .performance{
	width: 1000px;
	box-sizing: border-box;
    margin: 0 auto;
}
#intro .performance h3{
	font-size: 125%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 28px;
	letter-spacing: .2em;
}
#intro .performance .performance-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#intro .performance .performance-list li {
	width: 192px;
	box-sizing: border-box;
	font-weight: 500;
	text-align: center;
	background-color: #000;
	padding: 6px 12px;
	color: #fff;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	height: 112px;
	letter-spacing: .1em;
}
#intro .performance .performance-list li .note {
	font-size: 70%;
	display: block;
	font-weight: normal;
}

@media only screen and
(max-width : 767px) {

	#intro .performance{
		width: 100%;
		box-sizing: border-box;
	}
	#intro .performance h3{
		font-size: 100%;
		line-height: 1.5;
		margin-bottom: 12px;
	}
	#intro .performance .performance-list {
		display: flex;
		justify-content:none;
		align-items:normal;
		flex-wrap: wrap;
	}
	#intro .performance .performance-list li {
		width: 50%;
		box-sizing: border-box;
		font-weight: 500;
		text-align: center;
		padding: 6px 12px;
		color: #fff;
		display: flex;
		height: auto;
		letter-spacing: .1em;
		font-size: 84%;
		border: 1px solid #444;
	}
		#intro .performance .performance-list li:last-child {
			width: 100%;
		}
        #intro .performance .performance-list li .note {
            font-size: 70%;
            display: block;
            font-weight: normal;
        }
        #intro .performance .performance-list li:last-child {
            flex-direction: column;
        }
        #intro .performance .performance-list li:last-child .note {
            margin-top: 8px;
        }
}


/* ==================================================================
	#standard
=================================================================== */

#standard {
    background: var(--bg-color-lightgray, #F3F3F3);
    margin-bottom: 0;
}

#standard .txt {
    margin-bottom: 40px;
}
#standard ul {
    overflow: hidden;
}
#standard ul li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    margin-bottom: 35px;
}
#standard ul li:nth-child(3n) {
    margin-right: 0;
}
#standard ul li dt img {
    width: 100%;
}
#standard ul li dd {
    margin-top: 15px;
    text-align: center;
}


/* ==================================================================
	#flow
=================================================================== */

#flow p.txt {
	margin-bottom: 40px;
}
#flow #plan {
    padding-bottom: 70px;
}
#flow #plan ul {
    overflow: hidden;
}
#flow #plan ul li {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
}
#flow #plan ul li:last-child {
    margin-right: 0;
}
#flow #plan ul li dl {
    text-align: center;
}
#flow #plan ul li dt {
    font-size: 112%;
    font-weight: 500;
    padding: 2px 35px;
    border: 1px solid #222;
    display: inline-block;
    background: #fff;
    margin-bottom: 25px;
}
#flow #plan ul li dd.tubo {
    margin-bottom: 20px;
    height: 122px;
    display: flex;
    align-items: end;
    justify-content: center;
}
#flow #plan ul li dd.price {
    text-align: center;
}
#flow #plan ul li dd.price em {
    font-size: 131%;
}


#flow #pr .list {
    overflow: hidden;
}
#flow #pr .list li {
    float: left;
    display: table;
    box-sizing: border-box;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 18px;
    border-left: 1px solid #212529;
    background: #eee;
    height: 65px;
    font-size: 90%;
}
#flow #pr .list li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#flow #pr .list li:nth-child(5n) {
    margin-right: 0;
}
#flow #pr .note li {
    font-size: 80%;
}
#flow #pr .list li small {
    font-size: 72%;
}



#flow #compare {
    margin-top: 70px;
}
#flow #compare h4 {
    color: var(--text-color, #212529);
    margin-bottom: 25px;
    font-size: 120%;
}
#flow #compare .tableStyle {
    background: #fff;
}
#flow #compare .tableStyle th {
	width: 25%;
    background: #222;
    color: #fff;
    text-align: center;
}
#flow #compare .tableStyle td {
    text-align: center;
}
#flow #compare .tableStyle td.title {
    background: #eee;
}
#flow #compare .tableStyle td.own {
    background: #F3EFE1;
    font-size: 120%;
    font-weight: bold;
    color: #DC735E;
}


/* ==================================================================
	#links
=================================================================== */

#links{
	padding-top: 0px;
}
#links .cpArea{
    margin-bottom: 50px;
}

/* ==================================================================
	#buttonArea
=================================================================== */

#buttonArea p {
    margin-bottom: 0;
}
#buttonArea p a {
    width: 100%;
}
#buttonArea p.work a {
    width: 100%;
}

/* ==================================================================
		#logo
=================================================================== */

#logo p{
	text-align: center;
	margin-top: 40px;	
}

#logo p img{
	width: 20%;	
	/*border: 1px solid #ccc;*/
}

/* ==================================================================
	#caution
=================================================================== */

p.caution{
	font-size: 80%;
}







/* ==================================================================
	オリジナルデザイン住宅「平屋プラン #flat_roof_plan
=================================================================== */
/* --------------------------------
   □ general
-------------------------------- */ 
#flat_roof_plan h2.title .en.headland {
    letter-spacing: 0.1em;
}
#flat_roof_plan h3.ttl_underline {
    font-size: 125%;
    padding-bottom: 15px;
    border-bottom: 2px solid #222;
    margin-bottom: 22px;
    display: block;
}
#flat_roof_plan .whiteBox {
    background: #fff;
    padding: 40px 50px;
    align-items: flex-start;
    margin: 50px auto;
}
#flat_roof_plan .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#flat_roof_plan .box {
    display: inline-block;
    padding: 4px;
    line-height: 1.3;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 87%;
    letter-spacing: 0.1em;
}

/* ==================================================================
	.accentArea
=================================================================== */
.contents main#flat_roof_plan .accentArea {
	background-image: none;
}

/* ==================================================================
	#intro 
=================================================================== */
#flat_roof_plan #intro {
    padding-top: 50px;
    padding-bottom: 0;
}
#flat_roof_plan #intro p.mv {
    text-align: center;
    margin-top: 0;
}

#flat_roof_plan #intro h2.title {
    font-size: 137.5%;
    letter-spacing: 0.1em;
}
    #flat_roof_plan #intro h2.title span {
        margin-top: 20px;
    }

#flat_roof_plan .point {
    margin-top: 70px;
}
#flat_roof_plan .point ul.list {
    justify-content: center;
    margin-top: 50px;
}
#flat_roof_plan .point ul.list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}
    #flat_roof_plan .point ul.list li:nth-child(3n) {
        margin-right: 0;
    }
#flat_roof_plan .point ul.list li dt {
    position: relative;
    margin-bottom: 15px;
}
    #flat_roof_plan .point ul.list li dt img {
        width: 100%;
    }
    #flat_roof_plan .point ul.list li dt span {
        position: absolute;
        display: inline-block;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

/* ==================================================================
	.eventInfo 
=================================================================== */
#flat_roof_plan .eventInfo {
    background: url(../../images/common/bg/beige.jpg) 0 0 repeat;
    padding: 80px 0;
    margin-bottom: 0;
}
#flat_roof_plan .eventInfo .pointArea .rightImg {
    width: 54%;
    margin-bottom: 0;
}
#flat_roof_plan .eventInfo .pointArea .txtArea {
    width: 42%;
}

#flat_roof_plan .eventInfo .pointArea h2.title {
    color: #fff;
    margin-bottom: 25px!important;
    font-weight: 400;
}
    #flat_roof_plan .eventInfo .pointArea h2.title span {
        font-size: 258.82%;
        text-align: left;
    }
#flat_roof_plan .eventInfo .pointArea h3.ttl_underline {
    text-align: left;
    width: fit-content;
}

    #flat_roof_plan .eventInfo .pointArea dl dt {
        font-size: 175%;
        margin-bottom: 25px;
    }
#flat_roof_plan .eventInfo .pointArea table.tableStyle {
    border: 0;
    margin-bottom: 30px;
}
    #flat_roof_plan .eventInfo .pointArea table.tableStyle th,
    #flat_roof_plan .eventInfo .pointArea table.tableStyle td {
        border: 0;
        padding: 3px 0;
        vertical-align: top;
    }
    #flat_roof_plan .eventInfo .pointArea table.tableStyle th {
        padding-bottom: 9px;
        padding-right: 9px;
        width: 3em;
        vertical-align: top;
    }
        #flat_roof_plan .eventInfo .pointArea table.tableStyle th .box {
            padding: 2px;
            width: 3em;
            background: transparent;
            color: #000;
            border: 1px solid #000;
            letter-spacing: 0.075em;
        }
    #flat_roof_plan .eventInfo .pointArea table.tableStyle td a.underline {
        color: #000;
        text-decoration: underline;
    }
        #flat_roof_plan .eventInfo .pointArea table.tableStyle td a.underline:hover {
            opacity: 0.8;
        }

#flat_roof_plan .eventInfo .whiteBox .column .box {
    padding: 8px 9px;
    font-size: 106.25%;
}
#flat_roof_plan .eventInfo .whiteBox .column1 {
    width: 55%;
}
    #flat_roof_plan .eventInfo .whiteBox .column1 ul.list li {
        background: url(../../images/build/originaldesign/flat_roof_plan/icon_check.png) 0 50% no-repeat;
        background-size: 18px;
        padding: 5px 0 5px 30px;
        font-size: 93.75%;
    }
    #flat_roof_plan .eventInfo .whiteBox .column2 {
        width: 41%;
        position: relative;
    }
    #flat_roof_plan .eventInfo .whiteBox .column2 a {
        color: inherit;
    }
    #flat_roof_plan .eventInfo .whiteBox .column2 a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    #flat_roof_plan .eventInfo .whiteBox .column2 dl dt {
        font-size: 106.25%;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 15px;
    }
        #flat_roof_plan .eventInfo .whiteBox .column2 dl dt strong {
            font-size: 188.23%;
        }
        #flat_roof_plan .eventInfo .whiteBox .column2 dl dd.text {
            font-size: 81.25%;
            letter-spacing: 0.04em;
            line-height: 1.7;
        }
        #flat_roof_plan .eventInfo .whiteBox .column2 dl dd.rightImg {
            position: absolute;
            top: -18px;
            right: 0;
            width: 137px;
            height: 112px;
        }

/* ==================================================================
	#faq 
=================================================================== */
#flat_roof_plan #faq .faq_list {
    padding-left: 116px;
}
#flat_roof_plan #faq .faq_list li {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #222;
}
#flat_roof_plan #faq .faq_list li:last-child {
    margin-bottom: 0;
}
#flat_roof_plan #faq .faq_list h3 {
    text-align: left;
    position: relative;
}
#flat_roof_plan #faq .faq_list h3 span {
    position: absolute;
    top: -28px;
    left: -110px;
    font-size: 72px;
    color: #e7e3dd;
    font-family: 'Headland One', serif;
    font-weight: normal;
}
#flat_roof_plan #faq .faq_list dl dt,
#flat_roof_plan #faq .faq_list dl dd {
    display: flex;
}
#flat_roof_plan #faq .faq_list dl dt {
    margin-bottom: 16px;
}
#flat_roof_plan #faq .faq_list dl dt .square,
#flat_roof_plan #faq .faq_list dl dd .square {
    font-family: 'Headland One', serif;
    width: 40px;
    height: 40px;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
#flat_roof_plan #faq .faq_list dl dd .square {
    background-color: #222;
    color: #fff;
}
#flat_roof_plan #faq .faq_list dl dt p,
#flat_roof_plan #faq .faq_list dl dd p {
    margin-bottom: 0;
    padding-left: 12px;
    padding-top: 6px;
    width: calc(100% - 40px);
}
#flat_roof_plan #faq .faq_list dl dd p img {
    display: inline-block;
    margin: 16px 0;
}

/* ==================================================================
	#plan 
=================================================================== */
#flat_roof_plan #flatPlan {
    background: var(--bg-color-lightgray, #F3F3F3);
    padding: 80px 0;
    margin-bottom: 0;
}
#flat_roof_plan #flatPlan h2.title span.ruby {
    font-size: 41%;
}
#flat_roof_plan #flatPlan ul.list li:not(:last-of-type) {
    margin-bottom: 80px;
}
#flat_roof_plan #flatPlan .inner {
    max-width: 667px;
    margin: auto;
}
#flat_roof_plan #flatPlan .whiteBox .img {
    text-align: center;
}
#flat_roof_plan #flatPlan .flexbox {
    justify-content: start;
}
#flat_roof_plan #flatPlan .flexbox dl.column >* {
    display: inline-block;
}
    #flat_roof_plan #flatPlan .flexbox dl.column dt {
        margin-bottom: 12px;
    }
    #flat_roof_plan #flatPlan .flexbox dl.column dt .box {
        width: 5em;
        background: transparent;
        color: #000;
        border: 1px solid #000;
        margin-right: 10px;
        font-size: 106.25%;
    }
        #flat_roof_plan #flatPlan .flexbox dl.column2 dt .box {
            background: #000;
            color: #fff;
        }
    #flat_roof_plan #flatPlan .flexbox dl.column dd {
        font-size: 112.5%;
    }
        #flat_roof_plan #flatPlan .flexbox dl.column2 dd {
            font-weight: bold;
        }
        #flat_roof_plan #flatPlan .flexbox dl.column2 dd small {
            font-weight: normal;
            color: #666;
        }


/* --------------------------------
    □ bnrArea
-------------------------------- */
#bnrArea {
    padding: 60px 0;
    margin-bottom: 0;
}
#bnrArea #logo p{
	text-align: center;
    margin-top: 0;
}
#bnrArea #logo p img{
	width: 20%;	
}
#bnrArea p.caution{
	font-size: 80%;
    text-align: center;
}
@media only screen and
(max-width : 767px) {
    
    #bnrArea {
        padding: 40px 0;
    }
    #bnrArea #logo p img{
        width: 50%;	
    }
}


/* ==================================================================
	#スマホ
=================================================================== */


@media only screen and
(max-width : 767px) {
	
    

.cpArea {
    width: auto;
}
.cpArea dt {
    font-size: 100%;
}
.cpArea dd {
    font-size: 80%;
}  

	
    /* --------------------------------
       □ general
    -------------------------------- */ 
    .contents{
        padding-bottom: 0;
    }

    .contents main .accentArea{
        background-image:url("../../images/build/originaldesign/accent_sp.jpg");
    }

    .contents main > section{
        padding: 50px 0;
    }

    .contents main section h2{
        margin-bottom: 30px!important;
    }

    .contents main section h3{
        font-size: 125%;
        text-align: center;
        margin-bottom: 20px;
    }

    .contents main section .txt{
        text-align: left;
    }
    .contents main section .txt br{
        display: none;
    }

	.move{
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	
	.move iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
    /* ==================================================================
        #intro
    =================================================================== */
    #intro {
        padding-top: 0;
    }
    #intro h2 {
        font-size: 130%;
        text-align: center;
        line-height: 1.7;
    }
	
  /* ==================================================================
        #standard
    =================================================================== */
	
	#standard {
        background: var(--bg-color-lightgray, #F3F3F3);
        margin-bottom: 0;
    }
	
    #standard .txt {
        margin-bottom: 40px;
    }
    #standard ul {
        overflow: hidden;
    }
    #standard ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    #standard ul li:nth-child(3n) {
        margin-right: 4%;
    }
    #standard ul li:nth-child(2n) {
        margin-right: 0;
    }
    #standard ul li dt img {
        width: 100%;
    }
    #standard ul li dd {
        margin-top: 15px;
        text-align: center;
        font-size: 90%;
    }
	
    /* ==================================================================
        #flow
    =================================================================== */

    #flow p.txt {
        margin-bottom: 40px;
    }
    #flow #plan {
        padding-bottom: 70px;
    }
    #flow #plan ul {
        overflow: hidden;
    }
    #flow #plan ul li {
        float: left;
        width: 48%;
        margin-right: 4%;
        border-bottom: 1px solid #222;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    #flow #plan ul li:nth-child(2n) {
        margin-right: 0;
    }
    #flow #plan ul li dt {
        font-size: 100%;
        font-weight: 500;
        padding: 2px 20px;
        margin-bottom: 10px;
    }
    #flow #plan ul li dd.tubo {
        text-align: center;
        margin-bottom: 10px;
    }
    #flow #plan ul li dd.price em {
        font-size: 120%;
    }



    #flow #pr .list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
        height: 65px;
        font-size: 85%;
    }
    #flow #pr .list li small {
        font-size: 70%;
    }
    #flow #pr .list li:nth-child(5n) {
        margin-right: 4%;
    }
    #flow #pr .list li:nth-child(2n) {
        margin-right: 0;
    }
    #flow #pr .note li {
        font-size: 80%;
        padding-left:1em;
        text-indent:-1em;
    }



    #flow #compare {
        margin-top: 70px;
    }
    #flow #compare h4 {
        color: var(--text-color, #212529);
        margin-bottom: 25px;
        font-size: 120%;
    }
    #flow #compare .tableStyle {
        background: #fff;
    }
    #flow #compare .tableStyle th {
        background: #222;
        color: #fff;
        text-align: center;
        font-size: 80%;
    }
    #flow #compare .tableStyle td {
        text-align: center;
        font-size: 80%;
    }
    #flow #compare .tableStyle td.title {
        background: #eee;
    }
    #flow #compare .tableStyle td.own {
        font-size: 90%;
        font-weight: bold;
    }

	#flow #compare .tableStyle th{
        width: 23%;
    }
	#flow #compare .tableStyle th:first-child {
        width: 34%;
    }
	
    /* ==================================================================
        #logo
    =================================================================== */
	
  #logo p{
    	margin-top: 20px; 	
	}
  #logo p img {
    	width: 50%; 	
	}


    /* ==================================================================
        オリジナルデザイン住宅「平屋プラン #flat_roof_plan
    =================================================================== */
    /* --------------------------------
    □ general
    -------------------------------- */ 
    #flat_roof_plan .whiteBox {
        padding: 6%;
    }
    #flat_roof_plan .flexbox {
        flex-direction: column;
    }
        #flat_roof_plan .flexbox >* {
            width: 100%!important;
        }

    /* ==================================================================
        #intro 
    =================================================================== */
    #flat_roof_plan #intro {
        padding-top: 0;
    }
    #flat_roof_plan #intro h2.title {
        font-size: 130%;
    }
    #flat_roof_plan #intro .txt {
       text-align: center;
    }
    #flat_roof_plan #intro .txt br.sp {
        display: block;
    }

    /* ==================================================================
        .eventInfo 
    =================================================================== */
    #flat_roof_plan .eventInfo {
        padding: 60px 0;
    }
    #flat_roof_plan .eventInfo .pointArea h2.title span {
        font-weight: normal;
    }
    #flat_roof_plan .eventInfo .pointArea dl dt {
        font-size: 140%;
        margin-bottom: 25px;
    }
    #flat_roof_plan .eventInfo .pointArea table.tableStyle td .notice {
        display: block;
        font-size: 90%;
    }
    #flat_roof_plan .eventInfo .whiteBox .consultation {
        margin-bottom: 40px;
    }
    #flat_roof_plan .eventInfo .whiteBox .column1 ul.list li {
        background: url(../../images/build/originaldesign/flat_roof_plan/icon_check.png) 0 18% no-repeat;
    }
    #flat_roof_plan .eventInfo .whiteBox .column2 dl dd.rightImg {
        position: absolute;
        top: -10px;
        width: 104px;
    }

    
    /* ==================================================================
        #plan 
    =================================================================== */
   
    #flat_roof_plan #flatPlan .whiteBox {
        margin: 20px auto;
    }
    #flat_roof_plan #flatPlan .flexbox {
        row-gap: 8px;
    }
        #flat_roof_plan #flatPlan .flexbox dl.column dt .box {
            font-size: 92%;
        }
        #flat_roof_plan #flatPlan .flexbox dl.column dd {
            font-size: 108%;
        }
        #flat_roof_plan #flatPlan .flexbox dl.column2 {
            
        }

    
    /* ==================================================================
        #faq 
    =================================================================== */
    #flat_roof_plan #faq .faq_list {
        padding-left: 0;
    }
    #flat_roof_plan #faq .faq_list li {
        padding-bottom: 48px;
        margin-bottom: 48px;
        border-bottom: 1px solid #222;
    }
    #flat_roof_plan #faq .faq_list li:last-child {
        margin-bottom: 0;
    }
    #flat_roof_plan #faq .faq_list h3 span {
        top: -48px;
        left: 0;
        font-size: 58px;
        z-index: -10;
    }
    #flat_roof_plan #faq .faq_list dl dt p,
    #flat_roof_plan #faq .faq_list dl dd p {
        padding-top: 0;
    }


}
