@charset "UTF-8";
header {
  height: 8rem;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  z-index: 1;
  transition: all .3s ease
}
@media screen and (max-width:767px) {
  header {
    height: 5rem;
    padding-left: 4vw;
    font-size: 1rem
  }
}
.header__logo a {
  display: block;
  width: 14.5rem
}
@media screen and (max-width:767px) {
  .header__logo a {
    max-width: 10rem
  }
}
.head-nav {
  width: 100%;
  height: 100%;
  justify-content: flex-end
}
.head-nav, .head-nav > ul {
  display: flex;
  align-items: center
}
.head-nav > ul {
  justify-content: flex-start
}
.head-nav > ul li {
  margin-right: 4rem;
  position: relative
}
.head-nav > ul li a {
  font-weight: 700
}
.head-btn-wrap {
  justify-content: flex-start
}
.head-btn {
  display: block;
  height: 100%;
  margin-left: .5rem;
  text-align: center
}
.head-btn a, .head-btn-wrap {
  height: 100%;
  display: flex;
  align-items: center
}
.head-btn a {
  width: 100%;
  padding: 0 3rem;
  background: #222;
  color: #fff;
  justify-content: center
}
.head-btn-color a {
  background: #3992e5
}
@media screen and (max-width:1024px) {
  .head-nav > ul li {
    margin-right: 1rem
  }
}
@media screen and (max-width:959px) {
  .head-nav {
    width: auto
  }
}
@media screen and (max-width:767px) {
  .head-btn a {
    padding: 0 1.2rem
  }
}
#nav-drawer {
  width: 3rem;
  height: 2rem;
  margin-left: 1.5rem;
  display: unset
}
.nav-unshown {
  display: none
}
#nav-open {
  height: 2rem;
  display: inline-block;
  position: relative
}
#nav-open, #nav-open span {
  width: 3rem
}
#nav-open span, #nav-open span:after, #nav-open span:before {
  position: absolute;
  height: 1px;
  background: #222;
  display: block;
  content: "";
  cursor: pointer
}
#nav-open span:after, #nav-open span:before {
  width: 2rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
#nav-open span:before {
  bottom: -.9rem
}
#nav-open span:after {
  bottom: -1.8rem
}
#nav-open:hover span, #nav-open:hover span:after, #nav-open:hover span:before {
  background: #3992e5
}
#nav-close {
  display: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0
}
#nav-close, #nav-content {
  position: fixed;
  height: 100%;
  transition: .3s ease-in-out
}
#nav-content {
  overflow: auto;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 90%;
  max-width: 35rem;
  padding: 0 4rem 4rem;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transform: translateX(105%);
  transform: translateX(105%)
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: .6rem 0 2.5rem rgba(0, 0, 0, .15)
}
#nav-content ul {
  margin-top: 3rem
}
.nav-drawer__item {
  margin: 0;
  border-bottom: 1px solid #dae3e7
}
.nav-drawer__item a {
  padding: 1rem .5rem;
  display: block
}
.nav-drawer__item a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -.4rem;
  right: 1rem;
  border-top: 1px solid #3992e5;
  border-right: 1px solid #3992e5;
  transform: rotate(45deg)
}
.nav-drawer__logo {
  margin-bottom: 1.5rem
}
.nav-drawer__logo img {
  width: 50%
}
@media screen and (max-width:767px) {
  #nav-content {
    max-width: 28rem;
    padding: 0 2rem 2rem
  }
  #nav-content ul {
    margin-top: 2rem
  }
}
@media screen and (max-width:320px) {
  #nav-content {
    width: 80%
  }
}
#nav-drawer {
  display: none
}
.root-container {
  overflow: hidden
}
.footer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #222;
  color: #fff
}
@media screen and (min-width:767px) {
  .footer {
    padding-top: 76px
  }
}
.footer__boxWrap {
  text-align: left
}
@media screen and (min-width:767px) {
  .footer__boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media screen and (min-width:767px) {
  .footer__leftBlock {
    padding-right: 4rem
  }
}
.footer__logo {
  width: 18rem;
  margin-right: auto;
  margin-left: auto
}
@media screen and (max-width:766px) {
  .footer__logo {
    width: 200px
  }
}
.footer__guidance a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #ffeb01;
  letter-spacing: .08em;
  text-align: center
}
@media screen and (min-width:767px) {
  .footer__guidance {
    text-align: center
  }
  .footer__guidance a {
    display: inline-block;
    width: auto;
    margin-top: 2.5rem
  }
}
.footer__contactButton {
  width: 100%;
  max-width: 28rem;
  height: 5rem;
  margin: 1.5rem auto 0;
  padding: 0 .5rem;
  background: #5ac4e1;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}
.footer__contactButton-line {
  background: #00c400;
}
@media screen and (min-width:767px) {
  .footer__contactButton {
    width: 28rem;
    height: 7rem;
    margin-right: 0;
    margin-left: 0
  }
}
.footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem
}
@media screen and (max-width:766px) {
  .footer__navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center
  }
}
@media screen and (min-width:767px) {
  .footer__navi {
    margin-top: 1.5rem;
    margin-left: auto
  }
}
@media screen and (max-width:766px) {
  .footer__navi--item {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-top: 1px solid #ccc
  }
  .footer__navi--item:first-of-type {
    margin-top: 0
  }
  .footer__navi--item:last-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc
  }
}
@media screen and (min-width:767px) {
  .footer__navi--item {
    margin-right: 6rem
  }
  .footer__navi--item:last-of-type {
    margin-right: 0
  }
}
.footerNaviItem__title {
  color: #ffeb01;
  letter-spacing: .05em
}
.footerNaviItem__list {
  margin-top: 2rem
}
.footerNaviItem__item {
  margin-top: 1rem
}
.footerNaviItem__item:first-of-type {
  margin-top: 0
}
.footerNaviItem__item a {
  display: block;
  color: #fff
}
.footer__copyright {
  margin-top: 2rem;
  text-align: center
}
@media screen and (min-width:767px) {
  .footer__copyright {
    margin-top: 10rem;
    padding-top: 1rem;
    border-top: 1px solid #c1c1c1
  }
}
.breadcrumb {
  padding-left: 2.5rem;
  border-bottom: 1px solid #e2e2e2
}
.breadcrumb__list {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem
}
.breadcrumb__item:before {
  content: '/';
  padding: 0 .5rem
}
.breadcrumb__item:first-child:before {
  content: none
}
@media screen and (max-width:767px) {
  .breadcrumb {
    padding-left: 4vw
  }
  .breadcrumb__list {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.1rem;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap
  }
  .breadcrumb__item {
    display: inline;
    flex: 0 0 40%
  }
}
#page_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: #5ac4e1;
  border-radius: 4px;
  opacity: .9
}
#page_top, #page_top a {
  width: 5rem;
  height: 5rem
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none
}
#page_top a:before {
  width: 5rem;
  height: 5rem;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: '\f102';
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}
.otherProperties__list {
  display: flex;
  flex-wrap: wrap;
}
.otherProperties__item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 12%);
}
@media screen and (min-width:768px) {
  .otherProperties__item:nth-child(4n) {
    margin-right: 0
  }
}
.otherProperties__img img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.otherProperties__cts {
  padding: 1rem;
  font-size: 1rem
}
.otherProperties__ttl {
  font-size: 1.8rem;
  font-weight: 700
}
.otherProperties__copy {
  margin: .5rem 0;
  color: #e20404;
}
.otherProperties__station {}
.otherProperties__units {}
@media screen and (max-width:767px) {
  .otherProperties__item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%
  }
  .otherProperties__item:nth-child(2n) {
    margin-right: 0
  }
}
@media screen and (min-width:767px) {
  .sp-only {
    display: none
  }
}
@media screen and (max-width:766px) {
  .pc-only {
    display: none
  }
}
.objectFit, .objectFit-bottom {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.objectFit-bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.objectFit-top {
  -o-object-fit: cover;
  -o-object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}