@charset "UTF-8";       /* スタイルシートのエンコーディングを Unicode UTF-8 にします*/


/*---------------メニュー---------------*/
.inner {
    width: 750px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    /*position: absolute;*/
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    /*color: #fff;*/
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0px;
    position: fixed;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 40px;
    top: 14px;
    width: 68px;
    height: 72px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 8px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 22px;
}
#nav-toggle span:nth-child(3) {
    top: 44px;
}




    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        /*position: fixed;*/
        margin-top: 0;
	width: 750px;
	height: 166px;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
	height: 166px;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -890px;
        background: #00b07d;
        width: 100%;
        text-align: center;
	z-index: 100;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 27px;
    }
    #global-nav ul li {
        float: none;
        position: static;
	border-bottom: 1px solid #fff;

    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        display: block;
        color: #fff;
        padding: 20px 30px;
    }
    #nav-toggle {
        display: block;
	margin-top: 30px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(1055px);
        -webkit-transform: translateY(1055px);
        transform: translateY(1055px);
    }


.menutext{
	position: relative;
	z-index: 200;
	top: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:0.1em;
}



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


#top-head h2{
	margin: 40px 0 0 40px;
}


/*---------------home---------------*/

h1{
    background: #00b07d;
    color: #fff;
    display: table-cell;
    font-size: 26px;
    height: 124px;
    text-align: center;
    vertical-align: middle;
    width: 750px;
	line-height: 2em;
	letter-spacing: 0.05em;
}

h2{
	font-size: 35px;
	color: #f39800;
	font-weight: bold;
	line-height: 126px;
	text-align: center;
	height: 126px;
	letter-spacing: 0.05em;
}


.homephoto{
	width: 100%;
	height: 354px;
}


.homephoto a{
	display: block;
	width: 100%;
	height: 353px;
	background: url(img/housephoto.png);
	text-indent: -9999px;
	overflow: hidden;
}


iframe{
	display: block;
	width: 500px;
	margin: auto;
	margin-bottom: 20px;
}


.homecontactbox{
	width: 660px;
	margin: auto;
	margin-top: 20px;
}


.homecontactbox li:last-child{
	margin-left: 50px;
}


/*---------------フッター---------------*/


.footerlogo{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}


.addressbox p{
	text-align: center;
	margin-top: 40px;
	font-size: 30px;
}


small{
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 40px 0;
	display: block;
}



/*---------------我が社のだわり---------------*/

.basepage h3{
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}


.basepage{
	margin-bottom: 60px;
}


.centertext{
	text-align: center;
	font-size: 24px;
	line-height: 2.2em;
}


.kodawarilist{
	margin-top: 30px;
	padding-bottom: 40px;
}


.kodawarilist *{
	text-indent: -9999px;
	overflow: hidden;
}


.kodawarilist li:first-child{
	background: url(img/kodawari01.png);
	width: 326px;
	height: 326px;
	margin: auto;
	margin-bottom: -50px;
}


.kodawarilist li:nth-child(2) , .kodawarilist li:nth-child(3){
	float: left;
	width: 326px;
	height: 326px;
}


.kodawarilist li:nth-child(2){
	background: url(img/kodawari02.png);
	margin-left: 63px;

}


.kodawarilist li:nth-child(3){
	background: url(img/kodawari03.png);
	margin-left: -20px;
}


.hinsitsulist li{
    border-bottom: 1px dashed #000;
    float: left;
    font-size: 23px;
    line-height: 2em;
    list-style-position: inside;
    list-style-type: disc;
    margin: auto;
    padding: 20px 0 20px 40px;
    text-indent: -1em;
    width: 600px;
}



.hinsitsulist li:before{
	width: 80px;
	text-align: right;
}



.hinsitsulist li:nth-of-type(1):before{
    /*content: url("img/no1.png");*/
    display: block;
    float: left;
    margin-right: 35px;
    margin-top: 38px;
}


.hinsitsulist li:nth-of-type(2):before{
    /*content: url("img/no2.png");*/
    display: block;
    float: left;
    margin-right: 35px;
    margin-top: 10px;
}


.hinsitsulist li:nth-of-type(3):before{
    /*content: url("img/no3.png");*/
    display: block;
    float: left;
    margin-right: 35px;
    margin-top: 34px;
}


.hinsitsulist li:nth-of-type(4):before{
    /*content: url("img/no4.png");*/
    display: block;
    float: left;
    margin-right: 35px;
    margin-top: 10px;
}


.hinsitsulist li:nth-of-type(5):before{
    /*content: url("img/no5.png");*/
    display: block;
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    border-bottom: none;
}


.designlist li{
	font-size: 23px;
	line-height: 2em;
	border-bottom: 1px dashed #000;
	padding: 20px 0;
	float: left;
	text-align: center;
	width: 660px;
} 


.designlist{
	width: 660px;
	margin: auto;
} 


.hinsitsulist{
	width:660px;
	margin: auto;
}


.infoimg{
	display: block;
	width: 614px;
	margin: auto;
}


.infolist{
	width: 574px;
	border: 1px solid #00b07d;
	margin: auto;
	color: #00b07d;
	padding: 10px 20px;
	margin-top: 60px;
	font-size: 20px;
}


.infolist dt{
	clear: left;
	height: 50px;
	line-height:50px;
	border-bottom: 1px solid #00b07d;
	width: 100px;
	padding-left: 20px;
}


.infolist dd{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #00b07d;
	padding-left: 20px;
	width: 434px;
}


.infolist dd:last-child , .infolist dt:last-of-type{
	border-bottom: none;
}


.h2l2{
	height: auto;
	line-height: 2.5em;
	margin-bottom: 80px;
}


.pointlist{
	margin-left: 70px;

}



.pointlist > li > ul{
	margin-left: 40px;
	font-size: 23px;
	margin-top: 23px;
}


.pointlist > li > ul > li{
	padding: 10px 0;
	list-style: inside none disc;
}


.lefttext{
	width: 600px;
	margin: auto;
	text-align: left;
}


.info iframe{
	width: 600px;
}



/*---------------wb工法---------------*/


.wblinktext{
	margin: 40px 0;
	text-align: center;
}


.wblinktext span{
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 23px;
	font-weight: bold;
}


.youtubebox iframe{
	width:600px;
}


.passibimg{
	width: 637px;
	height: 500px;
	margin: auto;
	background:url(img/passib.png);
	margin-bottom: 80px;
}


.passibimg li{
	text-indent: -9999px;
	overflow: hidden;
}


.airimg{
	display: block;
	margin: auto;
	width: 688px;
}


.submenu{
	width: 600px;
	height: 48px;
	background: #946033;
	margin:auto;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
}


h3.submenulist{
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
}





.submenulist li:last-child{
	margin-right: 0px;
}


.submenulist.noth li , .submenulist.S1 li:nth-of-type(2){
	margin-right: 10px;
}


.submenulist.south li{
	margin-right: 10px;
}





.submenulist li:nth-of-type(1){
	width: 340px;
	height: 54px;
	clear: right;
	margin-right: 30px;
}


.submenulist li:nth-of-type(1) a{
	display: block;
	width: 340px;
	height: 54px;
	background: url(img/south.png);
	text-indent: -9999px;
	overflow: hidden;
}


.submenulist li:nth-of-type(2){
	width: 195px;
	height: 56px;
	margin-right: 30px;
}


.submenulist li:nth-of-type(2) a{
	display: block;
	width: 195px;
	height: 56px;
	background: url(img/S1.png);
	text-indent: -9999px;
	overflow: hidden;
}


.submenulist li:nth-of-type(3){
	width: 206px;
	height: 56px;
	margin-right: 30px;
}


.submenulist li:nth-of-type(3) a{
	display: block;
	width: 206px;
	height: 56px;
	background: url(img/S2.png);
	text-indent: -9999px;
	overflow: hidden;
}


.submenulist li:nth-of-type(4){
	width: 212px;
	height: 56px;
	margin-right: 30px;

}


.submenulist li:nth-of-type(4) a{
	display: block;
	width: 212px;
	height: 56px;
	background: url(img/S3.png);
	text-indent: -9999px;
	overflow: hidden;
}


.submenulist li:nth-of-type(5){
	width: 91px;
	height: 54px;
}


.submenulist li:nth-of-type(5) a{
	display: block;
	width: 85px;
	height: 54px;
	background: url(img/hiraya.png);
	text-indent: -9999px;
	overflow: hidden;
}


.submenulist li{
	margin-bottom: 10px;
}

.submenulist{
	width: 600px;
	margin: auto;
}


.planneme{
	width: 600px;
	height: 124px;
	margin: auto;
	margin-top: 40px;
}


div h5{
	width: 600px;
	margin: auto;
	background: #00b07d;
	font-size: 32px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	padding: 5px 0px;
}


.houselist{
	margin-bottom: 100px;
}



.houselist img{
	width: 600px;
}



.houselist li:nth-of-type(2) img{
	width: 600px;
}


.houselist ul img{
	margin-top: 40px;
	margin-bottom: 40px;
}


.houselist li{
	text-align: center;
}


.blueline{
	width: 600px;
	margin: auto;
	border: 1px solid #00b07d;
	font-size: 23px;
	padding: 6px 0;
}


.blueline:first-of-type{
	border-bottom: none;
} 


/*---------------お引渡しの流れ---------------*/


.hikiwatashibox h4{
	width: 650px;
	margin: auto;
	background: #f39800;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}


.hikiwatashibox li{
	counter-increment:test;
}


.hikiwatashibox h4:before{
	content: "0" counter(test);
	position: absolute;
	left: 20px;
}


.hikiwatashibox div{
	width: 650px;
	margin: auto;
	margin-top: 40px;
}


.hikiwatashibox p{
	width: 270px;
	margin-right: 40px;
	margin-left: 20px;
	font-size: 24px;
	line-height: 2em;
}


.hikiwatashibox > li:after{
	content:url("img/triangle.png");
	display: block;
	width: 59px;
	margin: 40px auto;
}

.hikiwatashibox > li:last-of-type:after{
	content:none;
}



.sekoubox div{
	width: 100%;
	text-align: center;
}


.sekoubox p{
	width: 535px;
	text-align: center;
	border: 1px solid #00b07d;
	margin: 20px auto 80px;
	font-size: 24px;
	padding: 10px;
	color: #00b07d;
}


.wpcf7-form label > span{
	display: block;
	width: 580px;
	margin: auto;
	text-align: center;
	font-size: 24px;

}


.wpcf7-form label > span input{
	text-align: center;
	width: 100%;
	height: 100%;
}


.wpcf7-form label > span:first-child{
	background: #cccccc;
	margin-bottom: 20px;
	margin-top: 40px;
	padding: 10px 10px;
}

.wpcf7-form label > span:first-child span{
	color: red;
	font-size: 20px;
}


.wpcf7-form label > span:last-child{
	border: 1px solid #999999;
	padding: 10px 10px;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
}


.wpcf7-form label > span select{
	width: 100%;
	text-align: center;
	padding-right: 15px;
}


span.your-message{
	height: auto !important;
}


span.your-message textarea {
	width: 100%;
}


.wpcf7-form p:last-of-type{
	margin-top: 40px;
	text-align: right;
}


.wpcf7-submit {
    margin-right: 50px;
    padding: 10px 20px;
    font-size: 34px;
}


div.wpcf7-mail-sent-ok , div.wpcf7-validation-errors{
	font-size: 25px;
	text-align: center;
}


.imagebox{
	text-align: center;
}


.imagebox img{
	display: inline-box;
	margin-bottom: 80px;
}


.imagebox img:nth-of-type(3){
	margin-bottom: 0px;
}

.year dt{
	width: 600px;
	margin: auto;
	height: 45px;
	background: #388ac7;
	font-size: 23px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 45px;
}


.year dd{
	width: 600px;
	margin: auto;
	font-size: 22px;
	line-height: 2em;
	margin-bottom: 40px;
}


.kisotext{
	width: 600px;
	font-size: 22px;
	line-height: 2em;
	margin: auto;
	margin-bottom: 40px;
}


table.line{
	border: 1px solid #000;
	margin: auto;
}


table.line td{
	border: 1px solid #000;
	text-align: center;
	padding: 10px 0;
	font-size: 22px;
}

