@charset "UTF-8";
.wht {
  color: #fff;
}

body {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin: 0;
}
@media (max-width: 750px) {
  body {
    font-size: 3.6vw;
  }
}
body img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body p {
  margin: 0;
  line-height: 160%;
}
@media (max-width: 750px) {
  body p {
    font-size: 3.2vw;
  }
}
body b {
  font-weight: 900;
}
body h1,
body h2,
body h3 {
  margin: 0;
}
body h1 {
  font-size: 34px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  body h1 {
    font-size: 5vw;
  }
}
body .cf:after {
  clear: both;
  overflow: hidden;
  content: "";
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body .wrap {
  overflow: hidden;
}
body .highlight {
  background: linear-gradient(transparent 50%, #FFEE00 0%);
  line-height: 1em;
}

.hdtoparea {
  margin: 0 auto;
  max-width: 100%;
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.hdtoparea_logo {
  width: 280px;
}
.hdtoparea_menu ul {
  display: flex;
  width: 380px;
  justify-content: space-between;
}
.hdtoparea_menu ul li a {
  color: #000;
}
.hdtoparea_menu ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .hdtoparea {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: fixed;
    left: 0;
    z-index: 10;
    background: #fff;
  }
  .hdtoparea_logo {
    width: 160px;
    padding-left: 10px;
  }
  .hdtoparea_menu ul {
    display: block;
    width: 100%;
  }
  .hdtoparea_menu ul li {
    padding: 0 18px;
    font-size: 3.6vw;
  }
  .hdtoparea_menu ul li:not(:last-child) {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #eee;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
.headarea_img {
  width: 100vw;
}
@media (max-width: 750px) {
  .headarea {
    padding-top: 40px;
  }
}

.bodyarea li {
  padding: 50px 0;
}
.bodyarea li .content {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}
@media (max-width: 750px) {
  .bodyarea li {
    padding: 20px 0;
  }
  .bodyarea li .content {
    width: 95%;
  }
}

.co01area_tt {
  width: 360px;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .co01area_tt {
    width: 220px;
    padding-bottom: 15px;
  }
}

.co02area {
  background: #FAFAFA;
  padding: 50px 0;
}
.co02area_tt {
  width: 320px;
  padding-bottom: 30px;
}
.co02area_img {
  padding-top: 30px;
  margin: 0 auto;
  max-width: 100%;
  width: 760px;
}
@media (max-width: 750px) {
  .co02area {
    padding: 25px 0;
  }
  .co02area_tt {
    width: 200px;
    padding-bottom: 15px;
  }
  .co02area_img {
    padding-top: 15px;
    width: 100%;
  }
}

.co03area_tt {
  width: 320px;
  padding-bottom: 30px;
}
.co03area .propertys {
  margin: 0 auto;
  max-width: 100%;
  width: 630px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.co03area .propertys li {
  width: 45%;
  padding-bottom: 30px;
}
.co03area .propertys li h2 {
  padding: 20px 0;
}
@media (max-width: 750px) {
  .co03area_tt {
    width: 210px;
    padding-bottom: 15px;
  }
  .co03area .propertys {
    width: 100%;
  }
  .co03area .propertys li {
    width: 49%;
    padding-bottom: 10px;
  }
  .co03area .propertys li h2 {
    font-size: 3.8vw;
    padding: 10px 0;
  }
}

.co04area_tt {
  width: 300px;
  padding-bottom: 30px;
}
.co04area_table {
  padding-top: 30px;
  margin: 0 auto;
  max-width: 100%;
  width: 610px;
}
@media (max-width: 750px) {
  .co04area_tt {
    width: 200px;
    padding-bottom: 15px;
  }
  .co04area_table {
    padding-top: 15px;
    width: 100%;
  }
}

.co05area_tt {
  width: 230px;
  padding-bottom: 30px;
}
.co05area_map iframe {
  width: 100%;
}
.co05area_content {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.co05area_content_logo {
  width: 280px;
  padding-right: 50px;
}
@media (max-width: 750px) {
  .co05area_tt {
    width: 150px;
    padding-bottom: 15px;
  }
  .co05area_content {
    text-align: center;
    padding-top: 30px;
    display: block;
  }
  .co05area_content_logo {
    margin: 0 auto;
    width: 200px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ///////////////////////////////////////////////////////////////////// */
/***フッター***/
footer {
  width: 100%;
  padding: 10px 0;
  background: #19344E;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}
footer .footlogo {
  margin: 0 auto;
  max-width: 100%;
  width: 35px;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  footer .footlogo {
    width: 25px;
  }
}
@media (max-width: 750px) {
  footer {
    font-size: 3.2vw;
  }
}

.none {
  display: none;
}/*# sourceMappingURL=style.css.map */