/* Noto Sans JP */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/* Oswald */
@font-face {
  font-weight: 200;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff") format("woff");
  font-display: swap;
}
@-webkit-keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@-webkit-keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@-webkit-keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@-webkit-keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
@keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
/* ======================================================================
 p-facilities
====================================================================== */
.section_prop_container {
  padding: 100px 0;
}

.section_prop_form_narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_prop_form_narrow_btn {
  position: relative;
  padding: 11px 12px 12px;
  border: 1px solid #151515;
  background: #151515;
  color: #fff;
  cursor: initial;
}
.section_prop_form_narrow_btn._active {
  background: #fff;
  color: #151515;
}
.section_prop_form_narrow_btn + .section_prop_form_narrow_btn {
  margin-left: 20px;
}

.section_prop_form_tab {
  display: none;
  margin: 40px 0 0;
}
.section_prop_form_tab._active {
  display: block;
}

.section_prop_form_sort {
  border-bottom: 1px solid #d8d8d8;
}
.section_prop_form_sort:not(:nth-of-type(1)) {
  padding-top: 20px;
}

.section_prop_form_sort_item {
  position: relative;
}

.section_prop_form_sort_input {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
.section_prop_form_sort_input:checked + .section_prop_form_sort_label:before {
  opacity: 1;
}

.section_prop_form_sort_label {
  position: relative;
  padding-left: 20px;
}
.section_prop_form_sort_label:before, .section_prop_form_sort_label:after {
  position: absolute;
  display: inline-block;
  content: "";
}
.section_prop_form_sort_label:before {
  top: 7px;
  left: 1px;
  width: 15px;
  height: 10px;
  background: url(../img/common/ico-check.svg) no-repeat left top/contain;
  opacity: 0;
}
.section_prop_form_sort_label:after {
  top: 5px;
  left: 0;
  z-index: -1;
  width: 15px;
  height: 15px;
  border: 1px solid #151515;
}

.section_prop_form_submit {
  margin: 30px 0 0;
}

.section_prop_form_submit_input {
  padding: 9px;
  max-width: 342px;
  width: 100%;
  border: 1px solid #151515;
}

.section_prop_list {
  display: grid;
  margin: 60px 0 0;
}

.section_prop_list_none {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .section_prop_container {
    padding: 80px 0;
  }
  .section_prop_form_narrow {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section_prop_form_narrow_btn {
    padding: 0;
    width: 35.5%;
    height: 35px;
  }
  .section_prop_form_narrow_btn._active {
    width: 61.2%;
    height: 50px;
  }
  .section_prop_form_narrow_btn + .section_prop_form_narrow_btn {
    margin-left: 10px;
  }
  .section_prop_form_tab {
    margin: 20px 0 0;
  }
  .section_prop_form_sort {
    padding: 0 0 15px;
  }
  .section_prop_form_sort:not(:nth-of-type(1)) {
    padding-top: 15px;
  }
  .section_prop_form_sort_hdg {
    position: relative;
  }
  .section_prop_form_sort_hdg:before, .section_prop_form_sort_hdg:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #151515;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .section_prop_form_sort_hdg:before {
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section_prop_form_sort_hdg:after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .section_prop_form_sort_hdg._active:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section_prop_form_sort_list {
    margin: 10px 0 0;
  }
  .section_prop_form_sort_item + .section_prop_form_sort_item {
    margin: 15px 0 0;
  }
  .section_prop_form_map_iframe {
    width: 100%;
    height: 176px;
  }
  .section_prop_form_submit_input {
    padding: 16px 10px 17px;
  }
  .section_prop_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section_prop_form {
    margin: 0 auto;
    max-width: 1000px;
  }
  .section_prop_form_narrow_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section_prop_form_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_prop_form_sort_hdg {
    max-width: 150px;
    width: 100%;
  }
  .section_prop_form_sort_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section_prop_form_sort_item {
    margin: 0 40px 20px 0;
  }
  .section_prop_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 30px;
  }
}

/* 202408 */
.asset_type {
  display: flex;
  margin: 30px 0 10px;
}
.asset_ico {
  padding: 0 5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.asset_ico._pt1 {
  background: #E6CB45;
}
.asset_ico._pt2 {
  color: #fff;
  background: #7DB212;
}
.asset_txt {
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .asset_type._1 {
    margin: 5px 0;
  }
  .asset_type._2 {
    margin: 20px 0 5px;
  }
  .asset_txt {
    font-size: 1.3rem;
  }
}