html, body, div, span, iframe,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5{
  border: 0;
  margin: 0;
  padding: 0;
  color:#000;
  font-size:14px;
  letter-spacing:0px;
  font-family: "Roboto",'Noto Sans Japanese', sans-serif;
}
html,body {
  line-height: 1;
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFF; 
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

#sp_menu{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255,255,255,0.95);
  top: -200%;
  left: 0;
  z-index: 999999;
  transition: all 0.3s ease;
}

.action{
  top: 0 !important;
}

#sp_menu li:first-child{
  padding-top: 150px;

}

#sp_menu li{
  height: 80px;
  text-align: center;
}
#sp_menu li a{
  text-align: center;
  font-size: 16px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 1px;
}

header nav{
  display: none;
}
.tcon {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 9999999999;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  background: transparent;
  outline: none; }
.tcon > * {
  display: block; }
.tcon:hover, .tcon:focus {
  outline: none; }
.tcon::-moz-focus-inner {
  border: 0; }
.sp_menu_title{
  position: absolute;
  font-size: 8px;
  letter-spacing: 1px;
  top: 28px;
  left: 9px;
  text-align: center;
  color: #333;
  width: 30px;
}
.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 25px;
  border-radius: 1px;
  transition: 0.3s;
  background: #333;
  position: relative; }
.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 3px;
  width: 25px;
  border-radius: 1px;
  transition: 0.3s;
  background: #333;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%; }
.tcon-menu__lines::before {
  top: 9px; }
.tcon-menu__lines::after {
  top: -9px; }
.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(.8, .8, .8);
  transform: scale3d(.8, .8, .8); }

.tcon-menu--xcross {
  width: auto; }
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent; }
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 25px; }
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }



/*■■■■■■■■　TOP　■■■■■■■■*/

.load{
  transition: all 1s ease;
  opacity: 0;
}
.fadein{
  opacity: 1.0;
}


section.mv{
  position: relative;
  width:100%;
  height:60%;
  height:60vh;
}

#slider {
  width:100%;
  height:60%;
  height:60vh;
}
#slider li {
  width:100%;
  height:60%;
  height:60vh;
}

section.mv ul li.image01{
  background: url(../images/mv_bg01.jpg) no-repeat;
  background-size: cover;
  background-position:center;
}
section.mv ul li.image02{
  background: url(../images/mv_bg02.jpg) no-repeat;
  background-size: cover;
  background-position:center;
}
section.mv ul li.image03{
  background: url(../images/mv_bg03.jpg) no-repeat;
  background-size: cover;
  background-position:center;
}
section.mv ul li.image04{
  background: url(../images/mv_bg04.jpg) no-repeat;
  background-size: cover;
  background-position:center;
}
section.mv ul li.image05{
  background: url(../images/mv_bg05.jpg) no-repeat;
  background-size: cover;
  background-position:center;
}
section.mv ul li.image06{
  background: url(../images/mv_bg06.jpg) no-repeat;
  background-size: cover;
  background-position:center;
}



header h1{
  width: 180px;
  position: fixed;
  top:30px;
  left:25px;
  z-index: 999;
}

.mv_scroll{
  width: 26px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -13px;
  z-index: 500;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 8px !important;
    height: 135px !important;
    top: 50% !important;
    margin-top: -68px !important;
    right: 20px !important;
    z-index: 99999 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    border: none !important;
    text-indent: -9999px;
    display: block;
    width: 10px !important;
    height: 10px !important;
    margin: 0 0 15px !important;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item:last-child a{
    margin: 0 0 0 !important;

}

.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #434343 !important;
}

#top_properties{
  padding-top: 50px;
}

#top_properties .title{
  padding-bottom:50px;
}

#top_properties .title h2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 15px;
}

#top_properties .bar{
  width: 50px;
  height: 1px;
  background: #000;
  margin: 0 auto;
}

.bnr_anime{
  background-size: 1000px;
  background-repeat: repeat-x;
  height: 125px;
  margin-bottom: 30px;
}

#bnr01 {
  background-image: url(../images/top_bnr01.jpg);
  animation: movingRight 100000s infinite linear;
}
#bnr02 {
  background-image: url(../images/top_bnr02.jpg);
  animation: movingLeft 100000s infinite linear;
}
#bnr03 {
  background-image: url(../images/top_bnr03.jpg);
  animation: movingRight 100000s infinite linear;
}
#bnr04 {
  background-image: url(../images/top_bnr04.jpg);
  animation: movingLeft 100000s infinite linear;
}


@keyframes movingRight {
  0% {
    background-position:0px 0;
    transition-property: background-position;
  }
    100% {
    background-position:-990000px;
    transition-property: background-position;
    }
}

@keyframes movingLeft {
  0% {
    background-position:0px 0;
    transition-property: background-position;
  }
    100% {
    background-position:990000px;
    transition-property: background-position;
    }
}


.bnr_anime a{
  width: 100%;
  height: 125px;
  display: block;
}

#bnr01 a .slidemask{
  background-color: rgba(107,172,199,0.8);
}
#bnr02 a .slidemask{
  background-color: rgba(212,139,23,0.8);
}
#bnr03 a .slidemask{
  background-color: rgba(63,83,142,0.8);
}
#bnr04 a .slidemask{
  background-color: rgba(38,134,54,0.8);
}


.bnr_anime a .slidemask {
  width: 100%;
  height: 125px;
  opacity: 0;
  transition: all 0.8s ease; 
}
.bnr_anime a:hover .slidemask {
  opacity: 1;
}

.bnr_anime a .slidemask .bnr_txt{
  opacity: 0;
  transition: all 0.5s linear;
}
.bnr_anime a:hover .slidemask .bnr_txt{
  margin-left: 0px;
  opacity: 1;
}


.bnr_txt{
  padding: 25px 0;
}

.bnr_txt h3{
  text-align: center;
  color: #FFF;
  font-size:20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 8px;
}
.bnr_txt p{
  text-align: center;
  color: #FFF;
  font-size:14px;
  letter-spacing: 2px;
  font-weight: 200;
  padding-bottom: 10px;
}
.bnr_txt div.icon{
  width: 20px;
  margin: 0 auto
}



footer{
  width: 100%;
  text-align: center;
}


footer ul{
  text-align: center;
  padding-top:20px;
}
footer ul li{
  display: block;
  padding: 0 0 20px;
}
footer ul li a{
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 12px;
  transition: all ease 0.3s;
  color: #000;
}

footer ul li a:hover{
  opacity: 0.5;
}

footer p{
  width: 100%;
  font-size: 12px;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#pagetop{
  width: 14px;
  position: fixed;
  right: 30px;
  bottom: 25px;
  padding-top:20px;

}



/*ABOUT*/

#about{
  padding: 140px 0 50px;
  width: 80%;
  margin: 0 auto;
}

#about .title{
  padding-bottom: 30px;
}
#about .title h2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 15px;
}

#about .bar{
  width: 50px;
  height: 1px;
  background: #000;
  margin: 0 auto;
}

#about ul li{
  padding: 10px 0;
  border-bottom: 1px dotted #000;
}

#about ul li:last-child{
  border-bottom: none;

}

#about ul li dt{
  letter-spacing: 1px;
  line-height: 28px;
}

#about ul li dd{
  letter-spacing: 1px;
  line-height: 28px;
}
#about ul li dd a{
  text-decoration:underline; 
}

#map{
    min-height:150px;
    min-width:150px;
    height: 250px;
    width: 100%;
    margin-bottom: 50px;
  }

/*PROPERTIES*/

#properties{
  padding: 140px 0 50px;
  width: 80%;
  margin: 0 auto;
}

#newly_buily_apartments,
#renovated_apartments,
#commercial_buildings,
#resort_mall{
  padding-top: 50px;
}

#properties .title{
}
#properties .title h2{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 15px;
}
#properties .bar{
  width: 50px;
  height: 1px;
  background: #000;
  margin: 0 auto;
}
#properties .title p{
  text-align: center;
  padding-top: 20px;
  line-height: 28px;
}
#properties .title p br{
  display: none;
}
#properties ul.anchor_menu{
  padding:25px 0 50px;
  margin: 25px 0;
  width:100%;
  background: #F9F9F9;

}
#properties ul.anchor_menu li{
  padding-bottom: 40px;
  text-align: center;
}
#properties ul.anchor_menu li:last-child{
  padding-bottom: 0;
}

#properties ul.anchor_menu li a{
  background: url(../images/anchor_arrow.png) no-repeat bottom center;
  background-size: 6px;
  padding-bottom: 15px;
  transition: 0.2s all ease
}


#properties ul.anchor_menu li a:hover{
  opacity: 0.3;
}

.properties_head dl{
  padding-bottom: 15px;
}

.properties_head dl dt,
.properties_head dl dd{
  float: left;
}
.properties_head dl dt{
  width: 100%;
  padding-bottom: 20px;
}
.properties_head dl dt h3{
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 40px;
  padding-bottom: 5px;
}


.properties_head dl dd{
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.properties_head p.data{
  font-size: 12px;
  line-height: 24px;

}
.properties_head p.data span{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 5px;
  margin:15px 0;
  line-height: 30px;
  display: block;
}


.imageL{
  padding:35px 0 30px;
}

.imageL div{
  float: left;
}

.imageL div:nth-child(1){
  width: 100%;
  padding-bottom:4%;
}

.imageL div:nth-child(2),
.imageL div:nth-child(3),
.imageL div:nth-child(4),
.imageL div:nth-child(5),
.imageL div:nth-child(6){
  width:30%;
  padding-right:5%;
}
.imageL div:nth-child(3),
.imageL div:nth-child(4){
  padding-bottom:4%;
}

.imageL div:nth-child(4),
.imageL div:nth-child(6){
  padding-right: 0;
}


.imageR{
  padding:35px 0 30px;
}

.imageR .mv{
  width: 100%;
  margin-bottom:4%;
}

.imageR div.left{
  float: left;
  width:65%;
  margin-right:5%;
}

.imageR div.left div{
  float: left;
}

.imageR div.left div:nth-child(1),
.imageR div.left div:nth-child(2),
.imageR div.left div:nth-child(3),
.imageR div.left div:nth-child(4){
  width:46%;
  margin-right:8%;
}
.imageR div.left div:nth-child(1),
.imageR div.left div:nth-child(2){
  margin-bottom:7%;
}

.imageR div.left div:nth-child(2),
.imageR div.left div:nth-child(4){
  margin-right: 0;
}
.imageR div.right{
  float: left;
  width:30%;
}

.dammy .mv,
.dammy div.left div,
.dammy div.right{
  background: #333;
}

.dammy .mv img,
.dammy div.left div img,
.dammy div.right img{
  opacity: 0;
}


/*contact*/

#contact{
  padding: 100px 0 50px;
  width: 80%;
  margin: 0 auto;
}

#contact .title{
  padding-bottom: 20px;
}
#contact .title h2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 15px;
}
#contact .title p{
  text-align: center;
  padding-top: 20px;
  line-height: 20px;
}
#contact .title p br{
  display: none;
}

#contact .bar{
  width: 50px;
  height: 1px;
  background: #000;
  margin: 0 auto;
}

#contact ul{
  padding-bottom: 40px;
}

#contact ul li{
  padding: 20px 0;
  border-bottom: 1px dotted #000;
}

#contact ul li:last-child{
  border-bottom: none;

}

#contact ul li dt{
  width: 100%;
  padding-bottom:10px;
  letter-spacing: 1px;
  line-height: 20px;
}
#contact ul li dt span{
  font-size: 11px;
}

#contact ul li dd{
  width: 100%;
  letter-spacing: 1px;
  line-height: 28px;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact ul li dd input{
  background: #efefef;
  width: 94%;
  padding:15px 3%;
  border-radius: 2px;
}
#contact ul li dd textarea{
  background: #efefef;
  width: 94%;
  padding:15px 3%;
  border-radius: 2px;
  resize: vertical;
  overflow: auto;
  height: 200px;
}
#contact #btn_area{
  width: 285px;
  margin: 0 auto 0px;
}

#contact #btn_area input{
  width: 285px;
  padding: 20px 0;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#contact #btn_area input#submit{
  background: #121212;
  color: #FFF;
  margin-bottom: 20px;
}
#contact #btn_area input:hover#submit{
  background: #555;
}
#contact #btn_area input#reset{
  background: #d2d2d2;
  color: #000;
}
#contact #btn_area input:hover#reset{
  background: #ddd;
}


