@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/
/* 注文住宅一覧
***************************************************************/
.page_apartmentWrap {
  padding-bottom: 68px;
}

.page_apartmentWrap .inner {
  width: 1200px;
  margin: auto;
}

.apartmentList li {
  margin-bottom: 80px;
  border: solid 2px #000000;  
}



.listImg {
  width:65%;
  display:inline-block;
}

.listImg a:hover{
  opacity: 0.6;
}


.listTextBox {
  width:34%;
 display:inline-block ; 
  margin: auto;

  vertical-align: top;  
}

.listTitle {
  font-size: 25px;
 margin:20px auto;  
  text-align: center;  
  letter-spacing: 0.2em;
  font-weight: 500;
}

.listTitle span{
  font-size: 16px;
border: solid 1px #a9a9a9;  
  background: #a9a9a9;
    color:#ffffff;
    padding:1% 3%;
    
  font-weight: 300;
}


.listBtn {
  width: 90%;
    margin-left:5%;
 overflow: hidden;

}


.listBtn a{text-decoration: none; }


.listTitle::after{
	content: "　";
	position: absolute;
	top: 7px;
	left: 0;
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #0b419b;
    border-right: solid 2px #0b419b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.listTitle.picup_txt01 span{
    background: #ff0000;
    color: #fff;
    padding: 3px 7px;
    font-size: 10px;
    vertical-align: text-top;
    margin: 0 5px 0 0;
}
 .picup_txt02{
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;

}
.picup_btn01{width:92%;
    margin: 10px auto;}
.picup_btn01 a{
	display: block;
	text-align: center;
    color: #335167;
    border: 1px solid #335167;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 10px;
    margin-left:25px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
 .picup_btn01 a:hover{
	color: #fff;
	background: #335167;
}
.picup_btn01 a:hover:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.picup_btn01 a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin:20px auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #335167;
    border-right: solid 2px #335167;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.apartmentList dl{
    overflow: hidden;
    border-bottom: 1px dashed #d4d4d4;
    margin:20px 0 5px 20px;
}
.apartmentList dl dt{
	float: left;
	font-size: 13px;
	font-weight: bold;
    line-height: 2.2;
	width: 100px;
	text-align: left;
}

.apartmentList dl dd{
   line-height:1.5; 
}



.picup_btn02{
	overflow: hidden;
	margin-top: 50px;
}
.picup_btn02 a{
	display: block;
	width: 48%;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #8B845E;
	padding: 15px 0;
	border: 1px solid #8B845E;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}

.picup_btn02 a:last-child{
	float: right;
	background: #508688;
	border: 1px solid #508688;
}

.picup_btn02 a:hover{
	color: #8B845E;
	background: #fff;
}

.picup_btn02 a:last-child:hover{
	color: #508688;;
	background: #fff;
}

.picup_btn03{
	overflow: hidden;
	margin-top: 20px;
}
.picup_btn03 a{
	display: block;
	width: 98%;
	margin:0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #8B845E;
	padding: 15px 0;
	border: 1px solid #8B845E;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}



.picup_btn03 a:hover{
	color: #8B845E;
	background: #fff;
}

.picup_btn04{
	overflow: hidden;
	margin-top: 20px;
}
.picup_btn04 a{
	display: block;
	width: 70%;
	margin:0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #000000;
	padding: 15px 0;
	border: 1px solid #000000;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}



.picup_btn04 a:hover{
	color: #000000;
	background: #fff;
    border: 1px solid #000000;
}



.head03 {
	text-align: left;
	margin: 0 auto;
	font-weight: bold;
    font-size:20px;
    color: #335167;
    padding:10px 0;
}


#outline table {
width:100%;
margin-bottom: 3%;
border-width: 1px 1px 1px 1px;
border-color: #666;
border-style: solid;
border-collapse: collapse;
background:#ffffff;
font-size:120%;
}

#outline th,
#outline td {
padding: 2% 0%;
border-color: #666;
border-style: solid;
}

#outline th {
font-size:80%;
text-align: center;
border-width: 0 1px 1px 0;
width: 300px;
}



#outline td {
font-size:80%;
text-align: center;
border-width: 0 1px 1px 0px;
width: 110px;
}

#outline tr:nth-child(2n+1) {
	background: #eee;
}


#outline tr:first-child, .s-tbl th:first-child {
	background: #335167;
    color:#ffffff;
}



#outline div.main p.footnotes {
margin-bottom: 20px;
}



.accordion-container .accordion-merit_title {
  display: block;
  position: relative;
    width:70%;
  margin: 0 auto;
  padding: 0.8em 0.625em 0.8em 2em;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  background: #fff;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-merit_title:hover,
.accordion-container .accordion-merit_title:active,
.accordion-container .content-entry.open .accordion-merit_title {
  background-color:#ffff00;
  color:#000000;
}

.accordion-container .accordion-merit_title:hover i:before,
.accordion-container .accordion-merit_title:hover i:active,
.accordion-container .content-entry.open i {
  color: #000000;
}

.accordion-merit_title{
  position: relative;
    margin:0 auto;
}

.accordion-merit_title:after {
  content: "";
  position: absolute;
  right:50px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width:12px;
  height:12px;
  border-top: solid 2px #232946;
  border-right: solid 2px #232946;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-merit_title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}


.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  /*cursor: pointer；*/
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #335167;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding:1.5% 0 1.5% 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}
#zeh-con {
width:90%;
margin:auto;
margin-bottom:50px;

}

.txt {
font-size:110%;
    line-height: 1.8;

}

.head04 .jp{
	font-size:150%;
    font-weight: bold;
    width:90%;
    text-align: left;
    margin:auto;
      line-height:2.0;
}


@media all and (min-width: 681px) {
.listImg .img {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
   /* transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;*/
  }
.listBtn .arrow span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
 li a:hover .listImg .img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
 li a:hover .listBtn .arrow span {
    left: 62%;
  }

}

@media all and (max-width: 680px) {
  .page_apartmentWrap {
    padding-bottom: 52px;
  }
.page_apartmentWrap .inner {
  margin: auto;
    width: 100%;
  }
.apartmentList  li {
  margin:5%;
  border: solid 1px #000000;  
    padding-bottom: 2%;
  }
.listImg {
    width: 100%;
   
  }
 .listTextBox {
    width: 100%;
    margin-top:1%;
    padding: 0 12px;
  }
.listTitle {
    font-size: 15px;
    line-height: 1.3;
    margin:10px auto;
  }
    
 .listTitle span{
  font-size: 12px;
border: solid 1px #a9a9a9;  
  background: #a9a9a9;
    color:#ffffff;
    padding:1% 2%;
    
  font-weight: 300;
}   
    
    
    
    
.listBtn {
    width:98%;
    margin:0 auto; 
  }

 .picup_txt02{
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;

}
.picup_btn01{width:98%;
    margin: 1% auto;}
.picup_btn01 a{
	display: block;
	text-align: center;
    color: #335167;
    border: 1px solid #335167;
	font-size: 15px;
	font-weight: bold;
    margin:0;
	padding: 12px 10px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
 .picup_btn01 a:hover{
	color: #fff;
	background: #335167;
}
.picup_btn01 a:hover:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.picup_btn01 a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin:20px auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #335167;
    border-right: solid 2px #335167;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.apartmentList dl{
    overflow: hidden;
    border-bottom: 1px dashed #d4d4d4;
    margin:20px 0 5px 5px;
    font-size: 11px;
    line-height: 1.2;
	font-weight: bold;
    
}
.apartmentList dl dt{
	float: left;
	font-size: 11px;
	font-weight: normal;
    line-height: 1.3;
	width: 25%;
	text-align: left;
}
 
.apartmentList dl dd{
	float: left;
	font-size: 14px;
    font-weight: normal;
}    
    
    
    
.picup_btn02{
	overflow: hidden;
	margin-top: 10px;
}
.picup_btn02 a{
	display: block;
	width: 48%;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #8B845E;
	padding: 15px 0;
	border: 1px solid #8B845E;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}

.picup_btn02 a:last-child{
	float: right;
	background: #508688;
	border: 1px solid #508688;
}

.picup_btn02 a:hover{
	color: #8B845E;
	background: #fff;
}

.picup_btn02 a:last-child:hover{
	color: #508688;;
	background: #fff;
}

 .picup_btn04{
	overflow: hidden;
	margin-top: 20px;
}
.picup_btn04 a{
	display: block;
	width: 70%;
	margin:0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #000000;
	padding: 15px 0;
	border: 1px solid #000000;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
   
    
    
    
    
    
    
.head03 {
	text-align: left;
	margin: 0 auto;
	font-weight: bold;
    font-size:20px;
    color: #335167;
    padding:10px 0;
}

 .accordion-container .accordion-merit_title {
  display: block;
  position: relative;
    width:96%;
  margin: 0 auto;
  padding: 0.8em 0.625em 0.8em 2em;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  background: #fff;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-merit_title:hover,
.accordion-container .accordion-merit_title:active,
.accordion-container .content-entry.open .accordion-merit_title {
  background-color:#ffff00;
  color:#000000;
}

.accordion-container .accordion-merit_title:hover i:before,
.accordion-container .accordion-merit_title:hover i:active,
.accordion-container .content-entry.open i {
  color: #000000;
}

.accordion-merit_title{
  position: relative;
    margin:0 auto;
}

.accordion-merit_title:after {
  content: "";
  position: absolute;
  right:10px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width:12px;
  height:12px;
  border-top: solid 2px #232946;
  border-right: solid 2px #232946;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-merit_title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}   
    
 .accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  /*cursor: pointer；*/
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 0.625em;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #335167;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding:1.5% 0 1.5% 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}    
    
 .head03 {
font-size: 20px;
}

#zeh-con {
width:94%;
margin:auto;
margin-bottom:50px;

}

.txt {
font-size:85%;
    line-height: 1.8;

}

.head04 .jp{
	font-size:100%;
    font-weight: bold;
    width:94%;
    text-align: left;
    margin:auto;
      line-height:2.0;
}
    
    
    
    
    
    

#outline table {
width:100%;
margin-bottom: 3%;
border-width: 1px 1px 1px 1px;
border-color: #666;
border-style: solid;
border-collapse: collapse;
background:#ffffff;
font-size:90%;
}

#outline th,
#outline td {
padding: 2% 0%;
border-color: #666;
border-style: solid;
}

#outline th {
font-size:68%;
text-align: center;
border-width: 0 1px 1px 0;
width: 62%;
display: inline-block;
}



#outline td {
font-size:68%;
text-align: center;
border-width: 0 1px 1px 0px;
width: 19%;
 display: inline-block;   
}

#outline tr:nth-child(2n+1) {
	background: #fff;
}


#outline tr:first-child, .s-tbl th:first-child {
	background: #335167;
    color:#ffffff;
}



#outline div.main p.footnotes {
margin-bottom: 20px;
}

    
}

/* 注文住宅一覧
***************************************************************/
/* エリア一覧
***************************************************************/
/*.areaList {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 120px;
}

.areaList li {
  width: 485px;
  height: 200px;
}

.areaList li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 0;
}

.areaList li .listImg, .areaList li .img {
  width: 100%;
  height: 100%;
}

.areaList li .listImg {
  overflow: hidden;
}

.areaList li .listTitle {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

.areaList li .arrow {
  display: block;
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37px;
  height: 11px;
}

.areaList li .arrow::before, .areaList li .arrow::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.areaList li .arrow::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.areaList li .arrow::after {
  width: 11px;
  top: 5px;
  right: -2px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

@media all and (min-width: 681px) {
  .areaList li {
    margin: 0 30px 30px 0;
  }
  .areaList li .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .areaList li .arrow {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .areaList li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .areaList li a:hover .arrow {
    left: 53%;
  }
  .areaList li:nth-child(2) .listImg .img {
    background: url(../img/full_order/full_order_img04.jpg) no-repeat center/cover;
  }
  .areaList li:nth-child(1) .listImg .img {
    background: url(../img/full_order/full_order_img05.jpg) no-repeat center/cover;
  }
  .areaList li:nth-child(2n) {
    margin-right: 0;
  }
  .areaList li:last-child, .areaList li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 680px) {
  .areaList {
    width: 93.75%;
    padding-top: 50px;
  }
  .areaList li {
    width: 100%;
    height: 123px;
    margin-bottom: 13px;
  }
  .areaList li:last-child {
    margin-bottom: 0;
  }
  .areaList li .listTitle {
    font-size: 16px;
  }
  .areaList li .arrow {
    width: 24px;
    height: 7px;
  }
  .areaList li .arrow::after {
    width: 10px;
    top: 2px;
  }
  .areaList li:nth-child(2) .listImg .img {
    background: url(../img/full_order/full_order_img04_sp.jpg) no-repeat center/cover;
  }
  .areaList li:nth-child(1) .listImg .img {
    background: url(../img/full_order/full_order_img05_sp.jpg) no-repeat center/cover;
  }
}
*/
/* エリア一覧
***************************************************************/
/* バナーボックス
***************************************************************/
.bannerBox {
  padding-top: 77px;
}

.bannerBox .banner {
  display: block;
  width: 672px;
  margin: 0 auto 30px;
}

.bannerBox .banner:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 681px) {
  .bannerBox .banner {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .bannerBox .banner:hover {
    opacity: 0.6;
  }
}

@media all and (max-width: 680px) {
  .bannerBox {
    padding-top: 52px;
  }
  .bannerBox .banner {
    width: 93.75%;
    margin-bottom: 20px;
  }
}

/* バナーボックス
***************************************************************/
/* 施工事例一覧
***************************************************************/
.page_worksWrap {
  background: #E2E7E7;
  padding: 120px 0 100px;
}

.page_worksWrap .inner {
  width: 1200px;
  margin: auto;
}

.page_works_title {
  text-align: center;
}

.page_works_title span {
  display: block;
  letter-spacing: 0.1em;
}

.page_works_title .en {
  font-size: 50px;
  color: #335167;
  margin-bottom: 14px;
}

.page_works_title .jp {
  font-size: 18px;
  letter-spacing: 0.5em;
  font-weight: 500;
}

/*.worksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.worksList li {
  width: 280px;
  margin-right: 25px;
}

.worksList li a {
  display: block;
}

.worksList li .listImg {
  overflow: hidden;
  width: 100%;
  height: 185px;
}

.worksList li .listImg .img {
  width: 100%;
  height: 100%;
}

.worksList li .listTitle {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #335167;
  padding-right: 22px;
  position: relative;
  margin-top: 10px;
}

.worksList li .listTitle i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 5px;
}

.worksList li .listTitle i::before, .worksList li .listTitle i::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.worksList li .listTitle i::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.worksList li .listTitle i::after {
  width: 6px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.worksList.orginAnime li {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: top 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: top 0.6s 0.3s, opacity 0.6s 0.3s;
}

.worksList.orginAnime li:nth-child(2) {
  -webkit-transition: top 0.6s 0.5s, opacity 0.6s 0.5s;
  transition: top 0.6s 0.5s, opacity 0.6s 0.5s;
}

.worksList.orginAnime li:nth-child(3) {
  -webkit-transition: top 0.6s 0.7s, opacity 0.6s 0.7s;
  transition: top 0.6s 0.7s, opacity 0.6s 0.7s;
}

.worksList.orginAnime li:nth-child(4) {
  -webkit-transition: top 0.6s 0.9s, opacity 0.6s 0.9s;
  transition: top 0.6s 0.9s, opacity 0.6s 0.9s;
}

.worksList.orginAnime.action li {
  top: 0;
  opacity: 1;
}

.works_moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  margin: 24px auto 0;
}

.works_moreBtn .arrow {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #335167;
  margin-right: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.works_moreBtn .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 5px;
}

.works_moreBtn .arrow span::before, .works_moreBtn .arrow span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.works_moreBtn .arrow span::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.works_moreBtn .arrow span::after {
  width: 7px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.works_moreBtn .text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #335167;
  font-weight: 500;
}
*/
@media all and (min-width: 681px) {
/*  .worksList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .worksList li {
    margin: 0 26px 26px 0;
  }
  .worksList li:nth-child(4n) {
    margin-right: 0;
  }
  .worksList li .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .worksList li .listTitle i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .worksList li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .worksList li a:hover .listTitle i {
    right: -5px;
  }
  .works_moreBtn .arrow span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .works_moreBtn:hover .arrow span {
    left: 62%;
  }*/
}

@media all and (max-width: 680px) {
  .page_worksWrap {
    padding: 56px 0;
  }
  .page_worksWrap .inner {
    width: 98%;
  }
 .page_works_title .en {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .page_works_title .jp {
    font-size: 13px;
  }
 /* .worksList {
    margin-top: 17px;
  }
  .worksList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
  }
  .worksList li:last-child {
    margin-bottom: 0;
  }
  .worksList li .listTitle {
    font-size: 15px;
    padding-right: 24px;
    margin-top: 16px;
  }
  .works_moreBtn {
    width: 205px;
    margin: 45px auto 0;
  }
  .works_moreBtn .arrow {
    width: 38px;
    height: 38px;
    margin-right: 13px;
  }
  .works_moreBtn .arrow span {
    width: 10px;
    height: 3px;
  }
  .works_moreBtn .arrow span::after {
    width: 4px;
    top: 0;
    right: 0;
  }
  .works_moreBtn .text {
    font-size: 15px;
  }*/
}

/* 施工事例一覧
***************************************************************/
/* 動画でご紹介
***************************************************************/
/*.movieBtnWrap {
  padding: 100px 0 130px;
}

.movieBtnWrap .movieBtn {
  display: block;
  width: 672px;
  height: 217px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.movieBtnWrap .movieBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #335167;
  z-index: 1;
}

.movieBtnWrap .movieBtn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.47;
  z-index: 2;
}

.movieBtnWrap .movieBtn .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  z-index: 3;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml {
  display: inline-block;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 0 25px;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::before, .movieBtnWrap .movieBtn .textBox .btnTextSml::after {
  content: '';
  position: absolute;
  top: 0;
  width: 2px;
  height: 25px;
  background: #fff;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.movieBtnWrap .movieBtn .textBox .btnText {
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 18px 0 30px;
}

.movieBtnWrap .movieBtn .textBox .more {
  width: 129px;
  margin: auto;
  background: #fff;
  color: #335167;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  padding: 4px;
  border-radius: 12px;
  position: relative;
}

.movieBtnWrap .movieBtn .textBox .more i {
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 4px;
}

.movieBtnWrap .movieBtn .textBox .more i::before, .movieBtnWrap .movieBtn .textBox .more i::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.movieBtnWrap .movieBtn .textBox .more i::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

/*.movieBtnWrap .movieBtn .textBox .more i::after {
  width: 5px;
  top: 1px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}*/

/*@media all and (min-width: 681px) {
  .movieBtnWrap .movieBtn {
    background: url(../img/full_order/full_order_img10.jpg) no-repeat center/cover;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .movieBtnWrap .movieBtn .textBox .more i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .movieBtnWrap .movieBtn:hover {
    opacity: 0.6;
  }
  .movieBtnWrap .movieBtn:hover .textBox .more i {
    right: 3px;
  }
}*/

/*@media all and (max-width: 680px) {
  .movieBtnWrap {
    padding: 50px 0 76px;
  }
  .movieBtnWrap .movieBtn {
    width: 93.75%;
    height: 103px;
    background: url(../img/full_order/full_order_img10_sp.jpg) no-repeat center/cover;
  }
  .movieBtnWrap .movieBtn::before {
    border: 3px solid #335167;
  }
  .movieBtnWrap .movieBtn .textBox {
    width: 100%;
  }
  .movieBtnWrap .movieBtn .textBox .btnTextSml {
    font-size: 13px;
    padding: 0 25px;
  }
  .movieBtnWrap .movieBtn .textBox .btnTextSml::before, .movieBtnWrap .movieBtn .textBox .btnTextSml::after {
    height: 25px;
  }
  .movieBtnWrap .movieBtn .textBox .btnText {
    font-size: 21px;
    margin: 5px 0 15px;
  }
  .movieBtnWrap .movieBtn .textBox .more {
    width: 85px;
    font-size: 12px;
    padding: 2px;
  }
  .movieBtnWrap .movieBtn .textBox .more i {
    right: 5px;
    width: 8px;
    height: 2px;
  }
  .movieBtnWrap .movieBtn .textBox .more i::after {
    width: 3px;
    top: 0;
  }
}*/

/* 動画でご紹介
***************************************************************/


/* 施工例　流れるスライド
***************************************************************/
.top-zone03 {
	width: 100%;
	height: 450px;
	background: url(../img/apartment/ms_work.png) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
		 -webkit-animation: fadeAnimations 3000s linear infinite;
    -moz-animation: fadeAnimations 3000s linear infinite;
    -ms-animation: fadeAnimations 3000s linear infinite;
    animation: fadeAnimations 3000s linear infinite;
    margin-top: 2%;
}



@-webkit-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@-moz-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@-ms-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@media all and (max-width: 680px) {
    
.top-zone03 {
	position: static;
	/*height: auto;*/
   height: 200px; 
	padding: 40px 0px;
	box-sizing: border-box;
			 -webkit-animation-duration:15000s;
    -moz-animation-duration: 15000s;
    -ms-animatio-duration:15000s;
    animation-duration: 15000s;
}
}


/* 施工例　流れるスライド
***************************************************************/