@charset "UTF-8";

/*============================
loading
============================*/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #fff;
}

.loader,
.loader:after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -30px;
}

.loader {
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #00832e;
  border-right: 5px solid #00832e;
  border-bottom: 5px solid #00832e;
  border-left: 5px solid #fd7406;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*============================
トップ共通
============================*/

.eng {
  display: block;
}

.lead {
  font-size: 22px;
  font-weight: 600;
}

.link {
  padding-top: 40px;
}

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

  .lead {
    font-size: 18px;
    font-weight: 600;
  }

  .link {
    padding-top: 30px;
  }
}


/*============================
.top_img
============================*/

.top_img {
  width: 100%;
  height: 680px;
  position: relative;
}

#slider {
  overflow: hidden;
  width: 100%;
  height: 680px;
  background-color: #fff;
  position: relative;
}

.top_img h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
  z-index: 10;
  position: absolute;
  top: 60px;
  text-shadow: -1px 2px 10px rgba(0, 0, 0, 0.3);
}

.top_img h1 span {
  font-size: 18px;
  font-weight: 500;
}

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

  .top_img {
    margin-top: 56px;
    width: 100%;
    height: 330px;
    position: relative;
  }

  #slider {
    overflow: hidden;
    width: 100%;
    height: 330px;
    background-color: #fff;
    position: relative;
  }

  .top_img h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    top: 30px;
    left: 20px;
  }

  .top_img h1 span {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
  }
}


/*============================
container
============================*/

.container {
  position: relative;
}

.primary {
  width: 100%;
  float: none;
}

.primary > article {
  padding: 80px 0;
}

.primary .inner {
  width: 1040px;
  margin: auto;
}

.primary .flex {
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .primary > article {
    padding: 50px 0;
  }

  .primary .inner {
    width: 90.625%;
  }
}


/*============================
h2
============================*/

h2 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1;
  color: #fd7406;
}

h2 span.eng {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

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

  h2 {
    margin-bottom: 20px;
    font-size: 13px;
  }

  h2 span.eng {
    font-size: 24px;
    margin-bottom: 5px;
  }
}


/*============================
h3
============================*/

h3 {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}


/*============================
#news(wp)
============================*/

#news .inner-bg {
  width: 860px;
  background-color: #f8f8f8;
  padding: 35px 40px;
}

#news .inner .box a {
  display: block;
  padding: 10px 0;
}

#news .inner .box a:not(:last-child) {
  border-bottom: 1px solid #fff;
}

#news .inner .box a:first-of-type {
  padding-top: 0;
}

#news .inner .box a:last-of-type {
  padding-bottom: 0;
}

#news .inner .box a p span.eng {
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
}

#news .small_link {
  text-align: right;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
}

#news .small_link i {
  color: #00832e;
}

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

  #news .inner-bg {
    width: 100%;
    padding: 25px 15px;
  }

  #news .inner .box a p span.eng {
    display: block;
  }

  #news .small_link {
    margin-top: 15px;
  }
}


/*============================
#reason
============================*/

#reason {
  background: url(../images/home/reason/01.jpg)no-repeat center bottom;
  background-size: cover;
  color: #fff;
}

#reason h2,
#reason h2 .eng {
  color: #fff;
}

#reason .link {
  justify-content: flex-start;
}

#reason .link li {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  
  #reason {
  background: url(../images/home/reason/01_sp.jpg)no-repeat center bottom;
  background-size: cover;
}

  #reason .link {
    justify-content: center;
  }
}


/*============================
service
============================*/

#service {
  text-align: center;
}

#service .flex {
  margin-top: 50px;
}

#service .flex a {
  display: block;
  width: 248px;
  height: 180px;
  background: url(../images/home/service/01.jpg) no-repeat center center;
  background-size: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}

#service .flex a span {
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

#service .flex a:nth-of-type(2) {
  background-image: url(../images/home/service/02.jpg);
}

#service .flex a:nth-of-type(3) {
  background-image: url(../images/home/service/03.jpg);
}

#service .flex a:nth-of-type(4) {
  background-image: url(../images/home/service/04.jpg);
}

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

  #service {
    text-align: left;
  }

  #service .flex {
    margin-top: 20px;
  }

  #service .flex a {
    padding-top: 34.3283%;
    display: block;
    width: 100%;
    height: 0;
    background: url(../images/home/service/01_sp.jpg) no-repeat center top;
    background-size: 100%;
    color: #fff;
    text-align: center;
    position: relative;
  }

  #service .flex a:nth-of-type(2) {
    background-image: url(../images/home/service/02_sp.jpg);
  }

  #service .flex a:nth-of-type(3) {
    background-image: url(../images/home/service/03_sp.jpg);
  }

  #service .flex a:nth-of-type(4) {
    background-image: url(../images/home/service/04_sp.jpg);
  }

  #service .flex a:nth-of-type(n+2) {
    margin-top: 15px;
  }
}


/*============================
for-sale
============================*/

#for-sale {
  background: url(../images/home/for-sale/bg.jpg)no-repeat center bottom;
  background-size: cover;
}

#for-sale h2,
#for-sale h2 .eng {
  text-align: center;
  color: #fff;
}

#for-sale .flex > a {
  display: block;
  margin-right: 20px;
}

#for-sale .flex > a:nth-child(3n) {
  margin-right: 0;
}

#for-sale .flex .box {
  position: relative;
  width: 330px;
}

#for-sale .flex .details {
  display: block;
  background-color: #f8f8f8;
  padding: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

#for-sale .flex .details .price {
  margin-top: 8px;
  font-size: 20px;
}

#for-sale .flex .details .address {
  margin-top: 10px;
  color: #999;
}

#for-sale .flex .box .photo {
  width: 100%;
  height: 240px;
  margin: 0;
}

#for-sale .flex .box .photo .img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}

.cus-cat {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cus-cat span {
  background-color: #fd7406;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 0px 6px;
}

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

  #for-sale {
    background: url(../images/home/for-sale/bg_sp.jpg)no-repeat center bottom;
    background-size: cover;
  }

  #for-sale .flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }

  #for-sale .flex > a {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  #for-sale .flex > a:nth-last-child(2),
  #for-sale .flex > a:nth-last-child(3) {
    margin-bottom: 30px;
  }

  #for-sale .flex .box {
    position: relative;
    width: 100%;
  }

  #for-sale .flex .box .photo {
    width: 100%;
    height: 250px;
    margin: 0;
  }
}


/*============================
#faq
============================*/

#faq {
  background-color: #f8f8f8;
}

#faq .qaContainer {
  width: 860px;
}

#faq .qaContainer .Label,
#faq .qaContainer .answer .text {
  background-color: #fff;
}

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


/*============================
#area
============================*/

#area {
  background: url(../images/home/area/bg.jpg)no-repeat right bottom;
  background-size: cover;
}

#area .link {
  justify-content: flex-start;
}

#area .link li {
  margin: 0;
}

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

  #area {
    padding-bottom: 150px;
    background: url(../images/home/area/bg_sp.jpg)no-repeat center bottom;
    background-size: cover;
  }

  #area .link {
    justify-content: center;
  }
}


/*============================
.map
============================*/

.map {
  width: 100%;
  height: 360px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

  .map {
    height: 150px;
  }
}
