@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap");
.dn {
  display: none !important;
}

@media only screen and (max-width: 460px) {
  .wp-block-cover {
    padding: 0 !important;
  }
}

.is-style-outline a {
  border: 1px solid !important;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: number 0;
}

h2 {
  font-size: 2em;
}
@media only screen and (max-width: 460px) {
  h2 {
    font-size: 1.625em;
  }
}

p {
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.02em;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 460px) {
  br.sp {
    display: block;
  }
}

.header_eng {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-feature-settings: "palt" on;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 0.1em;
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

.lp_footer {
  padding: 2em;
  flex-wrap: nowrap !important;
}
@media only screen and (max-width: 768px) {
  .lp_footer {
    padding: 5vw;
    justify-content: space-between;
  }
}

.lp_footer__logo {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .lp_footer__logo {
    width: 30vw;
  }
}
.lp_footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lp_footer__linklist {
  padding-left: 3em;
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  .lp_footer__linklist {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start !important;
  }
}
.lp_footer__linklist p {
  padding-right: 1em;
  font-size: 0.75em;
}
@media only screen and (max-width: 768px) {
  .lp_footer__linklist p {
    padding-right: 0;
  }
}
.lp_footer__linklist a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-left: 1.25em;
}
@media only screen and (max-width: 768px) {
  .lp_footer__linklist a {
    padding-right: 0;
  }
}
.lp_footer__linklist a:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/icon_arrow_line_right.svg");
  background-size: contain;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

html {
  background: linear-gradient(180deg, #D7DDFF 0%, #F0F1FB 27.5%);
  min-height: 100vh;
  position: relative;
}

.lp_under_logo {
  position: fixed;
  z-index: 100;
  top: 2em;
  left: 2em;
  width: 20vw;
  max-width: 150px;
  aspect-ratio: 133/20;
}
@media only screen and (max-width: 460px) {
  .lp_under_logo {
    max-width: 22vw;
  }
}
.lp_under_logo img {
  display: block;
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lp_under_logo a {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lpSingleMain {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0px auto;
  width: 90%;
  max-width: 1000px;
  padding: 100px 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .lpSingleMain {
    width: 95%;
    padding-bottom: 0;
  }
}

.lpSingleInner {
  margin: 0px auto;
  display: block;
  border-radius: 10px;
  background: linear-gradient(342deg, #F3F9FF 12.94%, #FFF 39.42%, #FFF 90.82%);
  padding: 2em;
  color: #626262;
}
@media only screen and (max-width: 768px) {
  .lpSingleInner {
    padding: 5vw;
  }
}
.lpSingleInner .lpSingleStatus {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0.75em;
}
.lpSingleInner .lpSingleStatus.new {
  background: #EF3838;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 0.25em;
}
.lpSingleInner .lpSingleStatus.closed {
  display: block;
  text-align: center;
  background-color: #777;
  color: #fff;
  padding: 0.4em;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0.4em;
}
.lpSingleInner h1 {
  display: block;
  color: #5B48C3;
  text-align: justify;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  padding-bottom: 1em;
  /* 37.8px */
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .lpSingleInner h1 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 460px) {
  .lpSingleInner h1 {
    padding-bottom: 0.5em;
  }
}

.lpSingle_typeList {
  display: grid;
  border-bottom: 1px solid #D9D9D9;
  grid-template-columns: auto 1fr;
  gap: 2em;
  padding: 1em 0;
}
@media screen and (orientation: portrait) {
  .lpSingle_typeList {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0.5em;
  }
}
.lpSingle_typeList li.type,
.lpSingle_typeList li.cat {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1em;
  position: relative;
}
@media only screen and (max-width: 460px) and (max-width: 486px) {
  .lpSingle_typeList li.type,
  .lpSingle_typeList li.cat {
    font-size: 14px;
    font-size: 3.6008230453vw;
  }
}
@media only screen and (max-width: 460px) and (min-width: 487px) and (max-width: 768px) {
  .lpSingle_typeList li.type,
  .lpSingle_typeList li.cat {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 460px) and (min-width: 769px) and (max-width: 1010px) {
  .lpSingle_typeList li.type,
  .lpSingle_typeList li.cat {
    font-size: 9.8px;
    font-size: 1.2760416667vw;
  }
}
@media only screen and (max-width: 460px) and (min-width: 1011px) {
  .lpSingle_typeList li.type,
  .lpSingle_typeList li.cat {
    font-size: 14px;
  }
}
.lpSingle_typeList li.type span,
.lpSingle_typeList li.cat span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 700;
}
.lpSingle_typeList li.type em,
.lpSingle_typeList li.cat em {
  font-style: normal;
  font-weight: 400;
}
.lpSingle_typeList li.type span::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url("../img/icon_type_blue.svg");
  background-size: contain;
}
.lpSingle_typeList li.cat span::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url("../img/icon_cat_blue.svg");
  background-size: contain;
}

.lpSingle_catList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.lpSingle_catList li {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 768px) and (max-width: 486px) {
  .lpSingle_catList li {
    font-size: 12px;
    font-size: 3.0864197531vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 487px) and (max-width: 768px) {
  .lpSingle_catList li {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1010px) {
  .lpSingle_catList li {
    font-size: 8.4px;
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1011px) {
  .lpSingle_catList li {
    font-size: 12px;
  }
}
.lpSingle_catList li:after {
  content: "/";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.lpSingle_catList li:last-of-type::after {
  display: none;
}

.lpSingle_infoList {
  display: grid;
  gap: 1em;
  grid-template-columns: minmax(250px, auto) 1fr;
  grid-template-rows: 1fr auto auto;
  border-bottom: 1px solid #D9D9D9;
  padding: 0.5em 0;
  padding-top: 1em;
}
@media only screen and (max-width: 460px) and (max-width: 486px) {
  .lpSingle_infoList {
    font-size: 12px;
    font-size: 3.0864197531vw;
  }
}
@media only screen and (max-width: 460px) and (min-width: 487px) and (max-width: 768px) {
  .lpSingle_infoList {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 460px) and (min-width: 769px) and (max-width: 1010px) {
  .lpSingle_infoList {
    font-size: 8.4px;
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width: 460px) and (min-width: 1011px) {
  .lpSingle_infoList {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .lpSingle_infoList {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.5em;
  }
}
.lpSingle_infoList li {
  display: flex;
  min-width: 100px;
  gap: 1em;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .lpSingle_infoList li {
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
}
.lpSingle_infoList li span {
  font-weight: 700;
  display: flex;
  gap: 0.5em;
}
.lpSingle_infoList li em {
  font-weight: 400;
  font-style: normal;
}
.lpSingle_infoList li span::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("../img/icon_area_blue.svg");
  background-size: contain;
}
.lpSingle_infoList li.fee span::before {
  background-image: url("../img/icon_fee_blue.svg");
}
.lpSingle_infoList li.occupancy span::before {
  background-image: url("../img/icon_occupancy_blue.svg");
}
.lpSingle_infoList li.period span::before {
  background-image: url("../img/icon_period_blue.svg");
}
.lpSingle_infoList li.area span::before {
  background-image: url("../img/icon_area_blue.svg");
}
@media only screen and (max-width: 768px) {
  .lpSingle_infoList .fee,
  .lpSingle_infoList .area {
    grid-column: span 2;
  }
}
.lpSingle_infoList .fee,
.lpSingle_infoList .occupancy {
  align-items: center;
}
.lpSingle_infoList .fee em,
.lpSingle_infoList .occupancy em {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.25em;
  color: #37A7D1;
}
@media only screen and (max-width: 768px) and (max-width: 486px) {
  .lpSingle_infoList .fee em,
  .lpSingle_infoList .occupancy em {
    font-size: 22px;
    font-size: 5.658436214vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 487px) and (max-width: 768px) {
  .lpSingle_infoList .fee em,
  .lpSingle_infoList .occupancy em {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1010px) {
  .lpSingle_infoList .fee em,
  .lpSingle_infoList .occupancy em {
    font-size: 15.4px;
    font-size: 2.0052083333vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1011px) {
  .lpSingle_infoList .fee em,
  .lpSingle_infoList .occupancy em {
    font-size: 22px;
  }
}
.lpSingle_infoList .fee em.jpDetail,
.lpSingle_infoList .occupancy em.jpDetail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
}
.lpSingle_infoList .fee small,
.lpSingle_infoList .occupancy small {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.5em;
  color: #37A7D1;
}
@media only screen and (max-width: 768px) and (max-width: 486px) {
  .lpSingle_infoList .fee small,
  .lpSingle_infoList .occupancy small {
    font-size: 14px;
    font-size: 3.6008230453vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 487px) and (max-width: 768px) {
  .lpSingle_infoList .fee small,
  .lpSingle_infoList .occupancy small {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1010px) {
  .lpSingle_infoList .fee small,
  .lpSingle_infoList .occupancy small {
    font-size: 9.8px;
    font-size: 1.2760416667vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1011px) {
  .lpSingle_infoList .fee small,
  .lpSingle_infoList .occupancy small {
    font-size: 14px;
  }
}
.lpSingle_infoList .fee div,
.lpSingle_infoList .occupancy div {
  display: flex;
  gap: 0.2em;
  align-items: last baseline;
}

.mainTextBoxList {
  display: block;
  padding: 2em 1em;
  display: flex;
  flex-direction: column;
  gap: 3em;
}
@media only screen and (max-width: 768px) {
  .mainTextBoxList {
    padding: 2em 0;
  }
}

.mainTextBox {
  display: grid;
  grid-template-columns: minmax(auto, 160px) 1fr;
}
@media only screen and (max-width: 768px) {
  .mainTextBox {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0.5em;
  }
}
.mainTextBox h2 {
  font-size: 1em;
  font-weight: 500;
  color: rgb(91, 72, 195);
}
.mainTextBox .textBox {
  color: #626262;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.28px;
}

.pcBtn {
  display: block;
  margin: 0px auto;
  display: block;
  max-width: 780px;
  padding: 3em;
}
@media only screen and (max-width: 1000px) {
  .pcBtn {
    display: none;
  }
}
.pcBtn a {
  display: block;
  margin: 0px auto;
  display: block;
  border-radius: 999px;
  width: 100%;
  text-align: center;
  background-color: rgb(55, 167, 209);
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  padding: 2.5em 0;
}
.pcBtn a em {
  font-style: normal !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.pcBtn a em:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/icon_arrow_right_tri_white.svg");
  background-size: contain;
}

.lp_footer {
  display: flex !important;
}

.lp_footer__linklist {
  display: flex;
}

.lp_single_backbtn_under {
  margin: 0px auto;
  width: 90%;
  max-width: 1000px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 460px) {
  .lp_single_backbtn_under {
    width: 95%;
    padding-bottom: 2em;
  }
}

.lpSingle_backLink {
  display: inline-block;
  color: #2E2495;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .lpSingle_backLink {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 486px) {
  .lpSingle_backLink {
    font-size: 14px;
    font-size: 3.6008230453vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 487px) and (max-width: 768px) {
  .lpSingle_backLink {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1010px) {
  .lpSingle_backLink {
    font-size: 9.8px;
    font-size: 1.2760416667vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1011px) {
  .lpSingle_backLink {
    font-size: 14px;
  }
}

.lp_singe__spForm {
  display: none;
  margin-top: 1em;
}
@media only screen and (max-width: 1000px) {
  .lp_singe__spForm {
    display: block;
  }
}
.lp_singe__spForm .lp_form__inner {
  border-radius: 10px;
  background: none;
}
