* {
  box-sizing: border-box;
}
.page {
	padding-top: 0px;
}
@media (max-width: 828px) {
    .breadcrumb_lists {
        display: block;
    }
}
.login {
  line-height: 1.5;
  max-width: 100%;
  padding-top: 4.2rem;
}
.login-wrap {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto 5.8rem;
}
.login-title {
  margin-bottom: 0.6rem;
  font-size: 1.44rem;
  font-weight: 600;
}
.login-item {
  padding: 1.2rem 1.8rem;
  border: 0.1rem solid #dcdcdc;
  border-radius: 0.1rem;
}
.login-item:last-of-type {
  justify-content: center;
  align-items: center;
  width: 100%;
}
.login-item-inner {
  width: 100%;
}
.login-item-inner:first-of-type {
  margin-bottom: 1.44rem;
}
.login-item-inner:nth-of-type(2) {
  margin-bottom: 1.8rem;
}
.login-headline {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: block;
}
.login-headline.is-center {
  margin-bottom: 0.6rem;
  font-size: 0.84rem;
  text-align: center;
}
.login-input-text {
  overflow: hidden;
  width: 100%;
  height: 2.4rem;
  padding: 0 0.6rem;
  font-size: 0.84rem;
  border: 0.06rem solid #dcdcdc;
  border-radius: 0.12rem;
  transition: border-color 0.3s;
}
.login-input-text::placeholder {
  color: #707070;
}
.login-note {
  margin-top: 0.6rem;
  font-size: 0.72rem;
  text-align: center;
}
.login-note-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #af0000;
  text-decoration: underline;
}
.login-note-link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m12.6654%2012.6654h-9.33077v-9.33076h4.66537v-1.33318h-4.66537c-.7363%200-1.33318.59689-1.33318%201.33318v9.33076c0%20.7363.59688%201.3332%201.33318%201.3332h9.33077c.7353-.0025%201.3307-.5979%201.3332-1.3332v-4.66538h-1.3332zm-3.33222-10.66394v1.33318h2.39942l-6.55791%206.55193.93877.93873%206.55194-6.55038v2.39942h1.3332v-4.67288z%22%20fill%3D%22%23af0000%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.login-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  max-width: 14.4rem;
  margin: auto;
  font-size: 0.84rem;
  color: #ffffff;
  border-radius: 0.12rem;
  cursor: pointer;
}
.login-button:hover {
  opacity: 0.8;
}
.login-button:active {
  opacity: 0.5;
}
.login-button.is-red {
  background: #af0000;
}
.login-button.is-gray {
  background: #333333;
}
.login-button.is-external {
  position: relative;
}
.login-button.is-external:after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m13.5985%2013.5985h-11.19695v-11.19693h5.59845v-1.599812h-5.59845c-.88355%200-1.599816.716262-1.599815%201.599812v11.19693c0%20.8835.716265%201.5998%201.599815%201.5998h11.19695c.8823-.003%201.5968-.7175%201.5998-1.5998v-5.59848h-1.5998zm-3.99869-12.796742v1.599812h2.87929l-7.86948%207.86233%201.12653%201.1265%207.86235-7.8605v2.87931h1.5998v-5.607452z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.login-alert {
  background: #fff6f6;
  margin-bottom: 1.2rem;
}
.login-alert-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 58rem;
  margin: auto;
  padding: 0.9rem 0;
}
.login-alert-text {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  align-items: self-start;
  gap: 0.3rem;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.6;
}
.login-alert-text:before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.06rem;
  background-color: #af0000;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%2212%22%20viewBox%3D%220%200%204%2012%22%20width%3D%224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.10234%2011.0512h-2.199996v-2.07201h2.199996zm0-3.62601h-2.199996v-6.474995h2.199996z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.36rem 0.72rem;
  border-radius: 0.54rem;
}
.login-alert-link {
  display: grid;
  grid-template-columns: max-content 2rem;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #af0000;
  text-decoration: underline;
}
.login-alert-link:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.25%2018.3125L15%2010.5L6.25%202.6875%22%20stroke%3D%22%23af0000%22%20stroke-width%3D%221.25%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
}
.login-integrate {
  margin-bottom: 0.6rem;
}
.login-integrate-title {
  display: grid;
  grid-template-columns: 1.44rem 1fr;
  gap: 0.3rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
}
.login-integrate-title:before {
  content: "";
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  margin-top: 0.15rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3Cmask%20id%3D%22a%22%20height%3D%2224%22%20maskUnits%3D%22userSpaceOnUse%22%20width%3D%2224%22%20x%3D%220%22%20y%3D%220%22%3E%3Cpath%20d%3D%22m0%200h24v24h-24z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22m12%201.20001c2.136%200%204.2241.63341%206.0001%201.82013%201.7761%201.18672%203.1603%202.87345%203.9778%204.84689.8174%201.97344%201.0313%204.14497.6145%206.23997-.4167%202.095-1.4453%204.0194-2.9557%205.5298s-3.4348%202.539-5.5298%202.9557-4.26649.2028-6.23993-.6146-3.66017-2.2017-4.84689-3.9777c-1.18672-1.7761-1.82013-3.8641-1.82013-6.0002%200-2.86433%201.13786-5.61135%203.16325-7.63674s4.77241-3.16325%207.6368-3.16325z%22%20fill%3D%22%23af0000%22%2F%3E%3Cpath%20d%3D%22m13.3229%2018.0614h-2.64v-2.4864h2.64zm0-4.3512h-2.64v-7.76995h2.64z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.44rem;
}
.login-integrate-text {
  margin-bottom: 1rem;
  font-size: 0.84rem;
  font-weight: 600;
}
.login-integrate-note-li {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.12rem;
  font-size: 0.72rem;
  color: #707070;
}
.login-integrate-note-li::before {
  content: "※";
  font-size: inherit;
}
.login-integrate-note-li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}
.login-target {
  margin-bottom: 1.2rem;
  padding: 1.2rem;
  border: 0.06rem solid #dcdcdc;
}
.login-target-title {
  margin-bottom: 0.3rem;
  padding-left: 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  border-left: 0.3rem solid #707070;
}
.login-target-li {
  display: grid;
  grid-template-columns: 0.72rem 1fr;
  gap: 0.12rem;
  font-size: 0.72rem;
  line-height: 1rem;
}
.login-target-li::before {
  content: "・";
  font-size: inherit;
  font-weight: 600;
  text-align: center;
}
.login-target-text .strong {
  font-weight: 600;
}
@media (max-width: 960px) {
  .login {
    padding-top: 3rem;
  }
  .login-title {
    margin-bottom: 0.6rem;
  }
  .login-ls {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 3rem;
  }
  .login-item {
    padding: 1.2rem 0;
    border: none;
  }
  .login-item-inner:first-of-type {
    margin-bottom: 1.2rem;
  }
  .login-button {
    max-width: 100%;
  }
  .login-alert {
    width: calc(100% + 1.8rem);
    margin: 0 -0.9rem 1.2rem;
  }
  .login-alert-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.9rem;
  }
  .login-integrate-title {
    grid-template-columns: 1.2rem 1fr;
    font-size: 1rem;
  }
  .login-integrate-title:before {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.1rem;
    background-size: 1.2rem;
  }
  .login-target {
    padding: 0.6rem;
  }
  .login-nav {
    max-width: 14.4rem;
    margin: auto;
  }
}
.modal_wrapper {
    position: fixed;
    display: none;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overscroll-behavior: contain;
    overflow-y: scroll;
    z-index: 200;
    animation: fadeInDialog 0.3s;
}

.modal_wrapper ::-webkit-scrollbar {
    width: 0.36rem;
}

.modal_wrapper ::-webkit-scrollbar-thumb {
    width: 0.12rem;
    border-right: 0.12rem solid transparent;
    border-left: 0.12rem solid transparent;
    background-color: #dcdcdc;
    background-clip: padding-box;
}

.modal_wrapper.active {
    display: flex;
}

.modal_overray {
    position: fixed;
    display: flex;
    width: 100%;
    height: calc(100% + 0.01rem);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overscroll-behavior: contain;
    overflow-y: scroll;
}

.modal_overray::before, .modal_overray::after {
    content: "";
    display: flex;
    width: 0.06rem;
    height: calc(100vh + 0.1rem);
}

.modal_dialog {
    position: relative;
    width: 100%;
    margin: auto;
    background: #ffffff;
    border: none;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.4);
    animation: fadeInDialog 0.3s;
}

@keyframes fadeInDialog {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modal_narrowdown_l {
    max-width: 28rem;
    padding: 1rem 2rem;
    background: #ffffff;
    border-radius: 0.6rem;
}

.modal_narrowdown_wrap::-webkit-scrollbar {
    width: 1rem;
}

.modal_narrowdown_inner {
    margin-bottom: 1.44rem;
}

.modal_narrowdown_ttl {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 0.06rem solid #333333;
}

.modal_narrowdown_ttl:has(+ ul) {
    margin-bottom: 1rem;
}

.modal_narrowdown_text {
    margin-bottom: 1rem;
    font-size: 0.84rem;
    line-height: 1.5;
}

.modal_narrowdown_link {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #af0000;
    text-decoration: underline;
    cursor: pointer;
}

.modal_narrowdown_link_l {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.modal_narrowdown_area_li:not(:last-of-type) {
    margin-bottom: 1.44rem;
}

.modal_narrowdown_area_sub_ls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.modal_narrowdown_type_li:not(:last-of-type) {
    margin-bottom: 0.5rem;
}

.modal_narrowdown_nav_ls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

.modal_room_l {
    max-width: 21.6rem;
    padding: 1.2rem;
    background: #ffffff;
    border-radius: 0.6rem;
}

.modal_room_inner {
    margin-bottom: 1.44rem;
}

.modal_room_ttl {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

.modal_room_head {
    font-size: 0.84rem;
    line-height: 1.5;
    font-weight: 600;
}

.modal_room_head .small {
    font-size: 0.723rem;
    line-height: 1.5;
    font-weight: 600;
}

.modal_room_body {
    font-size: 0.84rem;
    line-height: 1.5;
}

.modal_room_li {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    padding: 0.24rem 0;
}

.modal_room_li.is_border_top_gray1 {
    margin-top: 0.6rem;
    border-top: 0.06rem solid #333333;
}

.modal_room_li.is_border_bottom_gray1 {
    padding: 0.5rem 0;
    border-bottom: 0.06rem solid #333333;
}

.modal_room_li.is_border_bottom_gray6 {
    padding: 0.5rem 0;
    border-bottom: 0.06rem solid #ededed;
}

.modal_room_feature_li {
    font-size: 0.84rem;
    line-height: 1.5;
}

.modal_room_nav_ls {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

.modal_vacant_l {
    max-width: 48rem;
    padding: 1rem;
    background: #ffffff;
    border-radius: 0.6rem;
}

.modal_identification_l {
    max-width: 21.6rem;
    padding: 1.2rem;
    background: #ffffff;
    border-radius: 1rem;
}

.modal_identification_ttl {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

.modal_identification_ttl_sub {
    margin-bottom: 0.3rem;
    font-size: 0.84rem;
    line-height: 1.5;
    font-weight: 600;
}

.modal_identification_text {
    margin-bottom: 1rem;
    font-size: 0.84rem;
    line-height: 1.5;
}

.modal_identification_ls {
    margin-bottom: 0.3rem;
    padding-left: 0.84rem;
}

.modal_identification_ls.last {
    margin-bottom: 1.44rem;
}

.modal_identification_li {
    font-size: 0.84rem;
    line-height: 1.5;
    list-style: disc;
}

.modal_identification_li:not(:last-of-type) {
    margin-bottom: 0.3rem;
}

.modal_identification_note_ls {
    margin-bottom: 1.44rem;
}

.modal_identification_note_li {
    display: grid;
    grid-template-columns: 0.72rem 1fr;
    gap: 0.24rem;
    font-size: 0.72rem;
    line-height: 1.5;
}

.modal_identification_note_li:not(:last-of-type) {
    margin-bottom: 0.24rem;
}

.modal_identification_note_li:before {
    content: "â€»";
    font-size: 0.72rem;
    line-height: 1.5;
}

.modal-terrada-id {
    position: relative;
    max-width: 42.5rem;
    padding: 1.2rem 2.4rem;
}

.modal-terrada-id-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3rem;
    height: 2.3rem;
    top: 0;
    right: 0;
    background: #ffffff;
    cursor: pointer;
    border-style: none;
}

.modal-terrada-id-close::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3Cmask%20id%3D%22a%22%20height%3D%2220%22%20maskUnits%3D%22userSpaceOnUse%22%20width%3D%2220%22%20x%3D%220%22%20y%3D%220%22%3E%3Cpath%20d%3D%22m0%200h20v20h-20z%22%20fill%3D%22%23d9d9d9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22m3.7%2018-1.7-1.7%206.3-6.3-6.3-6.3%201.7-1.7%206.3%206.3%206.3-6.3%201.7%201.7-6.3%206.3%206.3%206.3-1.7%201.7-6.3-6.3z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.2rem;
}

.modal_close::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2216.002%22%20viewBox%3D%220%200%2016.002%2016.002%22%20width%3D%2216.002%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.5%209.112-1.61-1.612-6.39%206.389-6.388-6.389-1.612%201.612%206.389%206.388-6.389%206.39%201.612%201.61%206.388-6.388%206.39%206.388%201.61-1.61-6.388-6.39z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(-7.5%20-7.5)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
}

@media (max-width: 960px) {
    .modal_dialog {
        width: calc(100% - 1.8rem);
        margin: 0 auto;
    }

    .modal_narrowdown_l {
        padding: 1rem 1.2rem;
    }

    .modal_narrowdown_inner {
        margin-bottom: 1.44rem;
    }

    .modal_narrowdown_ttl:has(+ ul) {
        margin-bottom: 1rem;
    }

    .modal_narrowdown_area_li:not(:last-of-type) {
        margin-bottom: 1.44rem;
    }

    .modal_narrowdown_nav_ls {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.6rem;
    }

    .modal_room_head {
        font-size: 0.72rem;
        line-height: 1.5;
    }

    .modal_room_body {
        font-size: 0.72rem;
        line-height: 1.5;
    }

    .modal_room_li {
        padding: 0.12rem 0;
    }

    .modal_room_feature_li {
        font-size: 0.72rem;
        line-height: 1.5;
    }

    .modal_identification_l {
        padding: 1rem 1.2rem;
    }

    .modal_identification_ttl {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .modal_identification_text {
        font-size: 0.72rem;
        line-height: 1.5;
    }

    .modal_identification_li {
        font-size: 0.72rem;
        line-height: 1.5;
    }

    .modal-terrada-id {
        padding: 2.4rem 0.6rem;
    }

    _::-webkit-full-page-media, _:future, :root .modal_narrowdown_l {
        padding-bottom: 5.4rem;
    }
}

@media (max-height: 828px) {
    .modal_narrowdown_wrap {
        position: relative;
        max-height: calc(100dvh - 1.8rem - 2rem - 6.4rem);
        overflow-y: scroll;
    }

    .modal_narrowdown_nav_ls:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1.44rem;
        left: 0;
        margin-top: -1.44rem;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
        z-index: 2;
    }
}