@charset "UTF-8";
main {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

section {
  position: relative;
  width: 100%;
}
section.kv_sub {
  border-bottom: 1px solid #d9d9d9;
}
section.kv_sub h1 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 400px) {
  section.kv_sub h1 {
    letter-spacing: 0.1em;
  }
}
section.kv_sub h1::before {
  content: "レンタルスペース ガレリア";
  margin-bottom: 0.5em;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  section.kv_sub h1::before {
    font-size: 16px;
  }
}
section.kv_sub .mv {
  display: none;
}
section p.tag.main {
  margin-bottom: 25px;
  padding-left: 9%;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 1024px) {
  section p.tag.main {
    padding-left: 5%;
  }
}
section .inner h2 {
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  section .inner h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  section .inner h2 {
    margin-bottom: 20px;
  }
}
section.status {
  margin-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.status {
    margin-bottom: 48px;
  }
}
section.status .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 70px;
  position: relative;
}
section.status .inner .lead {
  margin-bottom: 42px;
}
section.status .inner .lead p {
  line-height: 1.875;
}
section.status .inner .lead .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.status .inner .lead .btn {
    margin-top: 28px;
  }
}
section.status .inner .cntWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  section.status .inner .cntWrap {
    flex-direction: column;
    gap: 24px 0;
  }
}
section.status .inner .cntWrap .cntBox {
  width: 47%;
}
@media screen and (max-width: 600px) {
  section.status .inner .cntWrap .cntBox {
    width: 100%;
  }
}
section.status .inner .cntWrap .cntBox h3 {
  margin-bottom: 25px;
  line-height: 1;
  color: var(--blue);
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  section.status .inner .cntWrap .cntBox h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
section.status .inner .cntWrap .cntBox iframe {
  max-width: 100%;
  height: 450px;
}
@media screen and (max-width: 600px) {
  section.status .inner .cntWrap .cntBox iframe {
    height: 400px;
  }
}
section.status .common_contact {
  margin: 60px auto 0;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  section.status .common_contact {
    margin-top: 40px;
  }
}
section.reserve {
  margin-bottom: 70px;
}
section.reserve .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section.reserve .inner .lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  section.reserve .inner .lead {
    margin-bottom: 38px;
  }
}
section.reserve .inner .lead p {
  line-height: 1.875;
}
section.reserve .inner .lead.thanks h2 {
  line-height: 1.5;
}
section.reserve .inner .lead.thanks p {
  margin-bottom: inherit;
}
section.reserve .inner .form_wrap dl {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  section.reserve .inner .form_wrap dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  section.reserve .inner .form_wrap dl {
    grid-template-columns: 1fr;
  }
}
section.reserve .inner .form_wrap dl dt {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  section.reserve .inner .form_wrap dl dt {
    padding: 20px 0 20px;
    border-bottom: none;
  }
}
section.reserve .inner .form_wrap dl dt span.required {
  padding: 4px;
  border-radius: 3px;
  border: 1px solid var(--red);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--red);
}
section.reserve .inner .form_wrap dl dd {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 600px) {
  section.reserve .inner .form_wrap dl dd {
    padding: 0 0 20px;
  }
}
section.reserve .inner .form_wrap dl dd.date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 0;
}
@media screen and (max-width: 600px) {
  section.reserve .inner .form_wrap dl dd.date {
    gap: 6px 0;
  }
}
section.reserve .inner .form_wrap dl dd:has(span.wpcf7-not-valid-tip) span.wpcf7-not-valid-tip {
  display: none;
}
section.reserve .inner .form_wrap dl dd:has(span.wpcf7-not-valid-tip) p.custom_error {
  display: block;
}
section.reserve .inner .form_wrap dl dd p.custom_error {
  display: none;
  color: #dc3232;
}
section.reserve .inner .form_wrap dl dd input:not([type=radio], [type=checkbox]) {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  background: #f2f2f2;
}
section.reserve .inner .form_wrap dl dd input.date_picker {
  width: 180px;
}
section.reserve .inner .form_wrap dl dd select.time_select {
  width: 120px;
  border-radius: 5px;
  padding: 12px 10px;
  background: #f2f2f2;
  cursor: pointer;
}
section.reserve .inner .form_wrap dl dd .wpcf7-radio {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 40px;
}
@media screen and (max-width: 1024px) {
  section.reserve .inner .form_wrap dl dd .wpcf7-radio {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
section.reserve .inner .form_wrap dl dd .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 10px;
}
section.reserve .inner .form_wrap dl dd .wpcf7-acceptance .wpcf7-list-item label input {
  width: 24px;
  aspect-ratio: 1;
}
section.reserve .inner .form_wrap dl dd textarea {
  width: 100%;
  height: 260px;
  border-radius: 5px;
  padding: 10px;
  background: #f2f2f2;
  resize: vertical;
}
@media screen and (max-width: 600px) {
  section.reserve .inner .form_wrap dl dd textarea {
    height: 200px;
  }
}
section.reserve .inner .form_wrap dl dd .privacy {
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.12em;
}
section.reserve .inner .form_wrap dl dd .privacy a {
  color: var(--blue);
  text-decoration: underline;
}
section.reserve .inner .form_wrap .btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  section.reserve .inner .form_wrap .btn {
    margin-top: 30px;
  }
}
section.reserve .inner .form_wrap .btn a.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}
section.reserve .modal_confirm {
  overflow: auto;
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 5%;
}
section.reserve .modal_confirm > .inner {
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  border-radius: 10px;
  position: relative;
}
section.reserve .modal_confirm > .inner dl dt, section.reserve .modal_confirm > .inner dl dd {
  padding: 20px 0;
}
section.howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px 0;
  padding-bottom: min(60px + 9.333vw, 200px);
  background: url(../../about/img/operate_cloud.png) no-repeat right bottom/contain;
}
@media screen and (max-width: 768px) {
  section.howto {
    padding-bottom: calc(38px + 9.333vw);
    gap: 40px 0;
  }
}
section.howto p.tag.main {
  margin: 0 auto -35px 0;
}
@media screen and (max-width: 768px) {
  section.howto p.tag.main {
    margin: 0 auto -15px 0;
  }
}
section.howto .inner {
  max-width: 1000px;
  width: 90%;
}
section.howto .inner h3 {
  margin-bottom: 20px;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  section.howto .inner h3 {
    margin-bottom: 14px;
  }
}
section.howto .inner.decline ul, section.howto .inner.notes ul {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
section.howto .inner.decline ul li, section.howto .inner.notes ul li {
  text-indent: -13px;
  padding-left: 13px;
  line-height: 1.875;
}
section.howto .inner.decline ul li::before, section.howto .inner.notes ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: currentColor;
  margin: 0 4px;
}
section.howto .cloud {
  width: 100%;
  position: relative;
}
section.howto .cloud::before {
  content: "";
  display: block;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #d9d9d9;
}
section.howto .cloud img {
  width: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  translate: 0 -50%;
  pointer-events: none;
}/*# sourceMappingURL=layout.css.map */