@charset "UTF-8";
#headerArea{
	margin:0 auto;
	text-align:center;
}
#headerArea h1{
	text-align:center;
	max-width:380px;
	margin:50px auto 0;
}
/*====================================
=============ナビゲーション===========*/
.header {
	width:100%;
	background:#00B286;
	border-bottom:solid 3px #A1D23D;
}
.headerSp{
	display:none;
}
.header ul {
	max-width:1000px;
	margin:0 auto;
}
.header li{
	display: inline-block;
	width: 16%;
	border-left:solid 1px #FFF;
	line-height: 25px;
	box-sizing: border-box;
}
.header li:nth-child(5){
	border-right:solid 1px #FFF;
}
.header li a{
	display:block;
	padding:8px 0;
	color:#FFF;
	line-height: 25px;
}
.header li a:hover{
	background:#00D6A1;
	color:#FFF;
}
@media screen and (max-width: 665px){
.header,#linkArea,#headerArea h1{
	display:none;	
}
.slick-slider{
	margin-top:70px;
}
.headerSp{
	position:fixed;
	width:100%;
	height:70px;
	top:0;
	display: flex;
	justify-content: column;
	align-items: center;
	background: #FFF;
	border-bottom:solid 1px #DCDDDD;
	border-top:solid 6px #009B75;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	z-index: 9999;
}
.headerSp h1{
	max-width:350px;
	padding-left:10px;
	padding-top:10px;
}
.spmenu_btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 10px;
    width: 45px;
    height: 23px;
    background: #009B75;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu_btn:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #009B75;
    top: -15px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:45px;
    height:3px;
    background:#009B75;
    bottom:-15px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
.spmenu {
    display:none;
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    background:#009B75;
}
}
@media screen and (max-width: 434px){
.headerSp h1{
	max-width:310px;
}
}
#navSp {
    display:block;
    width:100%;
    margin:0 auto;
}
#navSp li a {
    display:block;
    width:100%;
    color:#FFF;
    padding:12px 25px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #FFF;
	font-size: 1em;
}
/*====================================
=============作業工程===========*/
#nav2 {
	width: 100%;
}
#nav2 ul {
	width: 100%;
	font-size:0;
}
#nav2 li {
	box-sizing: border-box;
	width: 14.2%;
	padding-top: 5px;
	font-size:14px;
	min-height:80px;
	display: block;
	font-weight: bold;
	display: inline-block;
	vertical-align:top;
	border-right:solid 1px #999;
	text-align: center;
}
#nav2 li:nth-child(1) {
	border-top:solid 5px #E8383B;
}
#nav2 li:nth-child(2) {
	border-top:solid 5px #E89214;
}
#nav2 li:nth-child(3) {
	border-top:solid 5px #EB6EA5;
}
#nav2 li:nth-child(4) {
	border-top:solid 5px #CBAF17;
}
#nav2 li:nth-child(5) {
	border-top:solid 5px #8FC31F;
}
#nav2 li:nth-child(6) {
	border-top:solid 5px #4BDDCC;
}
#nav2 li:nth-child(7) {
	border-top:solid 5px #1C61AD;
}
#nav2 li:nth-child(8) {
	border-top:solid 5px #9827FC;
	opacity:0.5; filter: brightness(200%);/* ←←←←←← 消す============== */
}
#nav2 li a {
	text-decoration: none;
	color: #222;
	display: block;
}
#nav2 li:hover {
	background:#DCDCDC;
}
.conTtl{
	font-size:1.1em;
}
.conTxt{
	font-size:11px;
	font-weight: normal;
}
#progressArea{
	background:#D1D1D1;
}
#progress{
	width:98%;/* ←←←←←← 進捗状況変更============== */
}
#progress{
	padding:4px 0 4px 20px;
	color:#FFF;
	background: #5bd887; /* Old browsers */
	background: -moz-linear-gradient(top, #5bd887 0%, #33b240 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5bd887 0%,#33b240 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5bd887 0%,#33b240 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd887', endColorstr='#33b240',GradientType=0 ); /* IE6-9 */
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px){
#nav2 li {
	width: 25%;
}
.conTtl{
	font-size:1em;
}
}
/*====================================
=============新着情報===========*/
.width1000{
	max-width:1000px;
	margin:0 auto;
}
time{
	display:block;
	font-weight: normal;
	margin-top:5px;
}
.bxslider div{
	font-weight: bold;
}
#newsBtn{
	max-width:500px;
	text-align:center;
	margin:0 auto;
	padding:10px;
	background: #009B75;
	margin-bottom:100px;
	letter-spacing: .3em;
	transition: .6s ;
	color:#FFF;
	border:solid 1px #009B75;
	border-bottom:solid 4px #009B75;
}
#newsBtn:hover{
	color:#009B75;
	background: #FFF;
	border:solid 1px #009B75;
	border-bottom:solid 4px #009B75;
}
@media screen and (max-width: 1000px){
.width1000{
	width:95%;
	margin:0 auto;
}
}
@media screen and (max-width: 815px){
#newsBtn{
	width:85%;
}
}
/*====================================
=============コンセプト==========*/
#ceptTable{
	width:100%;
	display:table;
	margin-bottom:80px;
}
#ceptLt{
	display: table-cell;
	width:50%;
	vertical-align: bottom;
}
#ceptLt a div{
	height:350px;
	display: block;
	background-repeat: no-repeat;
	background-size:110% auto;
	background-position: left center;
	transition: 0.5s;
}
#ceptLt a div:hover {
	background-size: 120% auto;
}
#ceptRt{
	display: table-cell;
	vertical-align: middle;
	background:#DBDBDB;
	width:50%;
	height:350px;
}
#ceptArea{
	margin:0 5%;
	text-align:center;
}
#ceptArea h2{
	font-size:1.7em;
	font-weight: bold;
	margin-bottom:13px;
	line-height: 1.4em;
}
#ceptArea h3{
	font-size:1.3em;
	font-weight: bold;
	margin-bottom:10px;
}
.moreBtn{
	border:solid 1px #999;
	max-width:200px;
	letter-spacing: 2px;
	padding:3px 0 5px;
	margin:30px auto 0;
	font-size:1.1em;
}
.moreBtn:hover{
	background: #999;
	color:#FFF;
}
@media screen and (max-width: 840px){
#ceptArea h2{
	font-size:1.5em;
	margin-top:10px;
}
#ceptArea h3{
	font-size:1.3em;
}
#ceptRt,#ceptLt a div{
	height:250px;
}
.moreBtn{
	margin:30px auto 10px;
	font-size:1.1em;
}
#ceptLt a div{
	height:290px;
}
}
@media screen and (max-width: 573px){
#ceptTable{
	margin-bottom:40px;
}
#ceptLt{
	display: block;
	width:100%;
}
#ceptLt a div{
	height:210px;
}
#ceptRt{
	display: block;
	vertical-align: middle;
	background:#DBDBDB;
	width:100%;
	height:auto;
	padding-bottom:20px;
}
#ceptArea h2 {
    font-size: 1.5em;
    padding-top: 15px;
	margin-top:0;
}
}
/*====================================
=============内覧会==========*/
.shunArea{
	max-width:1000px;
	margin:0 auto 80px;
}
.shunArea:after{
	content:'';
	clear:both;
	display:block;
}
.shunLt40{
	width:40%;
	float:left;
}
.shunLt40 img{
	width:100%;
}
.shunRt55{
	width:55%;
	float:right;
	text-align:center;
}
.pinkTtl{
	font-size:1.3em;
	color:#EB6D8E;
	padding:5px 0;
}
.shunRt55>p{
	margin-bottom:30px;
}
/*====================================
=============子ども向けボタン==========*/
#kids{
	max-width:600px;
	margin:0 auto 80px;
}
#kids a:hover{
	opacity: 0.9;
}
#kids img{
	width:100%;
}
@media screen and (max-width: 573px){
#kids{
	width:90%;
}
}
/*====================================
=============各種コンテンツ==========*/
.listArea{
	width:100%;
}
.listArea a{
	color:#FFF;
}
.listArea:after{
	content:'';
	clear:both;
	display:block;
}
dl.list,dl.list2{
	float:left;
	display: table;
	width:50%;
	margin-bottom:10px;
}
dt.listpt{
	float:left;
	display: block;
	width:100%;
	position: relative;
	height: 240px;
    background-size: 110% auto;
    background-position: center center;
    background-repeat: no-repeat;
	overflow: hidden;
}
dt.listpt {
  transition: 0.5s;
  /*拡大されるスピードを設定します*/
}
dt.listpt:hover {
	background-size: 130% auto;
  /*拡大される比率を設定します*/
}
.balloon1_l{
	background: url(../image/balloon1_r.png)no-repeat;
	position: absolute;
    right: -11px;
    top: 50%;
    width: 26px;
    height: 40px;
    margin-top: -22px;
}
.balloon2_r{
	background: url(../image/balloon2_r.png)no-repeat;
	position: absolute;
    left:-7px;
    top: 50%;
    width: 26px;
    height: 40px;
    margin-top: -22px;
}

dd.cont1,dd.cont2{
	display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 0 5.5%;
    vertical-align: middle;
    overflow: hidden;
	transition: 0.5s;
}
dd.cont1{/*背景ピンク*/
	background: #EB6EA5;
	box-sizing: border-box;
}
dd.cont2{/*ベージュ*/
	background:#ABA45B;
}
dd.cont1:hover{
	background:#FC8CE5;
}
dd.cont2:hover{
	background: #8FC31F;
}
dd.cont1 h3,dd.cont2 h3{
	max-width:150px;
	margin:10px auto;
}
dd.cont1 h3 img,dd.cont2 h3 img{
	width:100%;
}
dd.cont1 p,dd.cont2 p{
	font-size:15px;
	text-align: center;
}
.listmore{
	width:50%;
	text-align:center;
	padding:2px 0;
	margin:10px auto;
	border:solid 1px;
	letter-spacing: 2px;
    font-size: 1.1em;
}
@media screen and (max-width: 1055px){
dt.listpt {
    height: 200px;
}
}
@media screen and (max-width: 901px){
dt.listpt {
    height: 200px;
    background-size:cover;
    background-position: center center;
}
.listmore {
    width: 80%;
}
}
@media screen and (max-width: 654px){
dl.list,dl.list2{
	width:100%;
	margin-bottom:30px;
}
dt.listpt {
	width:100%;
    height: 180px;
    background-size:cover;
    background-position: center center;
	border-top:solid 1px #CCC;
}
dd.cont1 p,dd.cont2 p{
	font-size:14px;
	text-align:center;
	margin-bottom:30px;
}
.listmore {
    display:none;
}
}
/*====================================
=============リンク==========*/
ul#linkArea{
	max-width:1000px;
	margin:0 auto 6px;
}
ul#linkArea:after{
	content:'';
	clear:both;
	display:block;
}
ul#linkArea li a{
	float:right;
	font-size:14px;
	margin-left:2%;
	border: 6px solid transparent;
    border-left: 6px solid #009B75;
    line-height: 0 !important;
    padding: 1px 1px 0 0 !important;
	color:#000;
}
ul#linkArea li a:hover{
    opacity:.6;
}
/*====================================
=============フッター==========*/
#footerArea{
	width:100%;
	background:#009B75;
	text-align: center;
	margin-top: 15px;
	color: #FFF;
}
#footerCC{
	max-width:1000px;
	margin:0 auto;
}
#footerCC p a{
	color:#FFF;
}
#footerCC h1{
	max-width:300px;
	margin:0 auto;
}
#footerCC h1 img{
	width:100%;
	padding:15px 0 10px;
}
#copyright{
	font-size:12px;
	padding:20px 10px 10px;
}
@media screen and (max-width: 573px){
#footerArea{
	margin-top:0;
}
}

/*====================================
=============mailページ=========*/
#formWrap {
	max-width:750px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
}
/*====================================
=============ページトップへ=========*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  width:110px;
}
#pageTop a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 560px){
#pageTop {
  bottom: 10px;
  right: 10px;
}
#pageTop a {
  width:90px;
}
}
