@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

:root {
  --font-sans-serif: "Zen Kaku Gothic New", sans-serif;
  --font-serif: "Zen Maru Gothic", serif;
  --color-body: #171717;
  --color-link: #FF8E3F;
  --color-gray: #898989;
  --color-gray-dark: #707070;
  --color-orange: #FF8E3F;
  --color-orange-light: #FFCDAA;
  --color-bg01: #F5F5F5;
  --color-bg02: #F6E9D8;
  --max-width-container: 1480px;
  --padding-container: 20px;

  /*bootstrap*/
  --bs-border-color: var(--color-gray-dark);
  .form-check-input:checked {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
  }
}

body {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.3125;
  color: var(--color-body);
}

section {
  position: relative;
}

a:where(:any-link, :hover) {
  color: var(--color-link);
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd {
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

.my-ajax-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.my-container {
  position: relative;
  max-width: var(--max-width-container);
  margin: 0 auto;
  padding: 0 var(--padding-container);
}

.my-cols {
  display: flex;
  gap: 2em;
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-bg01 {
  background: var(--color-bg01);
  overflow: hidden;
}

.my-bg02 {
  background: var(--color-bg02);
  overflow: hidden;
}

.my-bc {
  margin-block: 3.5625em;
  ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8125em;
    margin: 0;
    padding: 0;
    li {
      display: flex;
      gap: 0.8125em;
      > * {
        font-size: 0.875em;
      }
      + li::before {
        content: '＞';
        font-size: 0.875em;
        color: #ABA8A8;
      }
    }
  }
}

.my-title01 {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  margin-bottom: 1.5em;
  > span {
    display: flex;
    align-items: center;
    gap: .5em;
    padding-bottom: .2em;
    border-bottom: 2px solid var(--color-orange);
  }
}

.my-title02 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin-bottom: 1em;
  gap: .5em;
  &::before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../img/icon-arrow-down-circle.svg) center / contain no-repeat;
  }
  &.-center {
    justify-content: center;
  }
}

.my-title03 {
  position: relative;
  font-size: 1.5em;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  text-align: center;
  &:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 7px;
    margin: 0 auto;
    background: linear-gradient(90deg, var(--color-orange) 0%, var(--color-orange) 50%, var(--color-gray) 50%, var(--color-gray) 100%);
  }
}

.my-title04 {
  font-size: 1.125em;
  color: var(--color-orange);
  margin: 1em 0 .5em;
}

.my-title05 {
  font-size: 1.125em;
  font-weight: bold;
  background: var(--color-bg02);
  margin-bottom: 1.875em;
  padding: 1em 1.25em;
}

.my-title06 {
  font-size: 1.5em;
  margin-block: 2.5em 1.875em;
  &::after {
    content: '';
    display: block;
    width: 3.95833em;
    height: 0.29167em;
    background: var(--color-orange);
    margin-top: 0.72917em;
  }
}

.my-badge01 {
  display: inline-block;
  background: #898989;
  color: #fff;
  padding: 0.625em;
  margin: 0 0.625em 0.625em 0;
}

.my-modal {
  .modal-content {
    overflow: visible;
    .modal-header {
      border: 0;
      justify-content: center;
      .modal-title {
        font-size: 16px;
      }
    }
    .modal-footer {
      border: 0;
      margin-bottom: 1em;
    }
  }
  .my-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 152px;
    height: 43px;
    border-radius: 8px;
    background: #484848;
    border: 1px solid #484848;
    color: #fff;
    font-size: 18px;
  }
  .my-modal-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 1.25em 2.5em ;
    li {
      width: 20.6em;
      height: 6.8em;
      a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #fff;
        font-size: 1.625em;
        color: inherit;
        text-decoration: none;
        border-radius: 6px;
        &:hover {
          opacity: .8;
        }
        img {
          width: 2.4em;
          margin: 0 1em;
        }
        small {
          font-size: .62em;
          margin-inline: 2em;
        }
        &::after {
          content: '';
          background: var(--color-orange);
          width: 10px;
          height: 22px;
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
          position: absolute;
          top: 0;
          right: 1em;
          bottom: 0;
          margin: auto 0;
        }
      }
    }
  }
  .my-modal-area {
    border-top: 1px solid #707070;
  }
  &#areaModal {
    .modal-dialog {
      --bs-modal-width: 1440px;
    }
  }
}

.my-slider {
  position: relative;
  margin: 0 30px;
  padding: 15px 30px;
  border: 2px solid #22140E;
  .slick-arrow {
    position: absolute;
    top: 0;
    left: -33px;
    bottom: 0;
    margin: auto 0;
    background: var(--color-orange);
    color: #fff;
    border: 0;
    padding: 0;
    width: 66px;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 21%;
      height: 32%;
      background: url(../img/icon-arrow-back.svg) center / contain no-repeat;
    }
    &.slick-next {
      right: -33px;
      left: auto;
      &::before {
        background-image: url(../img/icon-arrow-forward.svg);
      }
    }
  }
  .-link {
    display: block;
    margin: 1em;
    color: inherit;
    text-decoration: none;
    &:hover {
      opacity: .8;
    }
  }
  .-category {
    display: inline-block;
    background: var(--color-orange);
    color: #fff;
    padding: .5em 1.5em;
    margin-bottom: 1em;
  }
  .-img {
    width: 100%;
    aspect-ratio: 260 / 175;
    background: var(--color-gray) center / cover no-repeat;
  }
  .-text1 {
    font-size: 1.125em;
    margin-top: .5em;
  }
  .-text2 {
    font-size: 1.125em;
    margin-top: .5em;
    strong {
      font-size: 1.28em;
    }
  }
  .-text3 {
    font-size: .875em;
    margin-top: .5em;
  }
}

.my-gallery {
  display: flex;
  gap: 2.5em;
  background: #F2F2F2;
  padding: 2.5em;
  img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 3/2;
  }
  .-view {
    position: relative;
    width: 63%;
    > div {
      display: block;
      background: #2B2B2B;
      padding: 4.5% 9%;
      figure {
        margin: 0;
        figcaption {
          margin-top: 1em;
          color: #fff;
        }
      }
    }
    .-btn {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      padding: 63% 9% 0 0;
      background: url(../img/icon-arrow-back-w.svg) center center / 20% no-repeat;
      &.-forward {
        left: auto;
        right: 0;
        background-image: url(../img/icon-arrow-forward-w.svg);
      }
    }
  }
  .-list {
    flex: 1;
    dl {
      + dl {
        margin-top: 12%;
      }
      dt {
        background: var(--color-orange);
        color: #fff;
        padding: 0.625em 0.9375em;
      }
      dd {
        padding-top: 6%;
        ul {
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          padding: 0;
          margin: 0;
          column-gap: 4%;
          li {
            width: 22%;
            padding-bottom: 3%;
            img {
              cursor: pointer;
              &.-current {
                opacity: .8;
                pointer-events: none;
              }
            }
          }
        }
      }
    }
  }
}

.my-search {
  display: flex;
  gap: 50px;
  font-family: var(--font-sans-serif);
  .my-search-list {
    flex: 1;
    .my-search-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5em;
      font-weight: bold;
      line-height: 1;
      a, span {
        color: inherit;
        padding: 0.5em;
      }
      > div {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5em;
      }
    }
    .my-search-count {
      display: flex;
      align-items: center;
      gap: 1.375em;
      margin-block: 3.875em 3.125em;
      padding-bottom: 1em;
      border-bottom: 2px solid #707070;
      > strong {
        font-size: 1.5em;
        font-weight: bold;
        color: var(--color-orange);
        > span {
          font-weight: normal;
          font-size: 0.66667em;
        }
      }
    }
    > ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 6.25em;
      padding: 0;
      margin-bottom: 3.8em;
      > li {
        > a {
          text-decoration: none;
          color: inherit;
          &:hover {
            opacity: .8;
          }
        }
      }
      .my-cols {
        gap: 1.75em;
        .-image {
          > ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 1em;
            width: 19.125em;
            padding: 0;
            margin: 0;
            > li {
              width: calc((100% - 2em) / 3);
              overflow: hidden;
              img {
                display: block;
                width: 100%;
                aspect-ratio: 90 / 62;
                height: auto;
                object-fit: cover;
              }
              &:first-child {
                width: 100%;
              }
            }
          }
        }
        .-table {
          flex: 1;
          .my-table01 {
            width: 100%;
            th {
              width: 8em;
            }
          }
          .-price {
            td {
              span {
                padding-block: 1.125em;
                color: var(--color-orange);
                strong {
                  font-size: 1.125em;
                }
              }
            }
          }
        }
      }
    }
  }
  .my-search-form {
    width: 400px;
    h3 {
      border-radius: 5px 5px 0px 0px;
      background: var(--color-orange);
      color: #fff;
      font-size: 1.125em;
      font-weight: bold;
      padding: 1em 30px;
    }
    dl {
      margin-top: 1.875em;
      dt {
        font-weight: bold;
        background: var(--color-bg02);
        padding: 1em 30px;
      }
      dd {
        overflow: hidden;
        font-size: 1.125em;
        padding: 1.25em 30px 1.75em;
        .my-btn02.-float {
          float: right;
          margin: -10px -30px 5px 5px;
        }
      }
    }
    .form-select {
      background-color: #F7F7F7;
      font-size: 1em;
      border-radius: 8px;
      border: 1px solid #707070;
    }
  }
  .my-search-open {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ddd;
    padding: 1em;
    z-index: 10;
    transition: bottom ease-out 1s;
    .my-btn01 {
      margin-top: 0;
    }
  }
}

.my-search01 {
  background: #fff;
  padding: 2.5em 3em;
  h3 {
    display: flex;
    gap: .5em;
    align-items: center;
    border-bottom: 1px solid var(--color-gray-dark);
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    font-size: 1em;
    &::before {
      content: '';
      display: block;
      width: 1.875em;
      height: 1.875em;
      background: url(../img/icon-check-box.svg) center / contain no-repeat;
    }
  }
  h4, h5 {
    font-size: 1.125em;
  }
}

.my-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em;
  background: var(--color-orange);
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 3px 0px rgba(76, 44, 2, 0.67);
  min-height: 4em;
  width: 100%;
  max-width: 20em;
  gap: 0.625em;
  margin: 2em auto 0;
  &:hover {
    opacity: .8;
  }
  > img {
    width: auto;
    height: 1.6875em;
  }
}

.my-btn02 {
  padding: 0.6em 2em;
  border-radius: 8px;
  background: #f7f7f7;
  border: 1px solid #707070;
  &:hover {
    opacity: .8;
  }
}

.my-table01 {
  width: 100%;
  border-collapse: collapse;
  th, td {
    border: 1px solid #bfbfbf;
    padding: 0.875em 0.625em;
  }
  th {
    width: 12em;
    background: #f2f2f2;
    text-align: center;
    font-weight: inherit;
  }
  &.-bg01 {
    th {
      background: var(--color-bg02);
    }
  }
}

.my-map {
  display: block;
  width: 100%;
  height: 16em;
}

.my-header {
  position: relative;
  #header-toggler {
    display: none;
  }
  > .my-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-block: 1em;
    height: 5em;
  }
  .my-header-logo {
    display: block;
    > img {
      display: block;
      width: 293px;
      margin: 0 auto;
    }
  }
  .my-header-nav {
    > ul {
      list-style: none;
      display: flex;
      justify-content: flex-end;
      gap: 1.25em;
      margin: 0;
      padding: 0;
      > li {
        position: relative;
        height: 2.4em;
        > a {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: .5em;
          padding: .5em 1em;
          width: 8em;
          height: 100%;
          background: var(--color-orange);
          color: #fff;
          text-decoration: none;
          &:hover {
            opacity: .8;
          }
          .bi {
            font-size: 1.2em;
          }
        }
      }
    }
  }
  .my-header-toggler {
    display: none;
  }
  .my-header-menu {
    overflow-x: auto;
    background: var(--color-bg01);
    .my-container {
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      > ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        gap: 2em;
        margin: 0;
        padding: 0;
        a {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: .5em;
          color: inherit;
          text-decoration: none;
          white-space: nowrap;
          &:hover {
            opacity: .8;
          }
          &::before {
            content: '';
            display: block;
            width: 4.2em;
            height: 4.2em;
            margin: 0 auto;
            background-position: center;
            background-repeat: no-repeat;
          }
          > span {
            font-size: 1.125em;
          }
        }
        > li:nth-child(1) a::before {
          background-image: url(../img/header-menu01.svg);
          background-size: 50px;
        }
        > li:nth-child(2) a::before {
          background-image: url(../img/header-menu02.svg);
          background-size: 60px;
        }
        > li:nth-child(3) a::before {
          background-image: url(../img/header-menu03.svg);
          background-size: 61px;
        }
        > li:nth-child(4) a::before {
          background-image: url(../img/header-menu04.svg);
          background-size: 41px;
        }
        > li:nth-child(5) a::before {
          background-image: url(../img/header-menu05.svg);
          background-size: 54px;
        }
        > li:nth-child(6) a::before {
          background-image: url(../img/header-menu06.svg);
          background-size: 67px;
        }
        > li:nth-child(7) a::before {
          background-image: url(../img/header-menu07.svg);
          background-size: 45px;
        }
      }
    }
  }
}

.my-header-hero {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 1.7%;
    display: flex;
    justify-content: center;
    gap: 1.25em;
    z-index: 2;
    button {
      position: relative;
      width: 1.25em;
      height: 1.25em;
      background: #fff;
      border: 1px solid #707070;
      border-radius: 50%;
      margin: 0;
      opacity: 1;
      &.active::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 1em;
        height: 1em;
        background: #b7b7b7;
        border-radius: 50%;
      }
    }
  }
  .carousel-item {
    > div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      > p {
        margin: 0;
        font-size: max(4em, 3.85vw);
        color: #fff;
        text-align: center;
        > small {
          font-size: .8em;
        }
      }
    }
  }
}

.my-main {
  position: relative;
  section {
    padding: 3.8em 0;
    section {
      padding: 0;
      & + section {
        margin-top: 3em;
      }
    }
  }
}

#home02 {
  ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 1em;
    gap: 1.8em;
    li {
      width: 20.6em;
      height: 6.8em;
      &:has(small) {
        width: 39em;
      }
      a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #fff;
        font-size: 1.625em;
        color: inherit;
        text-decoration: none;
        border-radius: 6px;
        &:hover {
          opacity: .8;
        }
        img {
          width: 2.4em;
          margin: 0 1em;
        }
        small {
          font-size: .62em;
          margin-inline: 2em;
        }
        &::after {
          content: '';
          background: var(--color-orange);
          width: 10px;
          height: 22px;
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
          position: absolute;
          top: 0;
          right: 1em;
          bottom: 0;
          margin: auto 0;
        }
      }
    }
  }
}

#home03 {
  .my-cols {
    justify-content: center;
    gap: 6%;
  }
  a {
    &:hover {
      opacity: .8;
    }
  }
  #home03-02 {
    margin-top: 9em;
    .my-cols {
      li {
        position: relative;
        flex: 1;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 2em 3em;
        dl {
          width: 16em;
          text-align: center;
          dt {
            height: 2em;
            border-radius: 1em;
            font-size: .8125em;
            line-height: 2em;
            color: #fff;
            background: #898989;
          }
          dd:nth-of-type(1) {
            font-size: 1.5em;
            padding: 1em 0;
            small {
              display: block;
              font-size: .55em;
              margin-top: 1.5em;
            }
          }
          dd:nth-of-type(2) {
            a {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: .8125em;
              height: 4.2em;
              color: #fff;
              background: var(--color-orange);
              text-decoration: none;
              &::after {
                content: '';
                background: #fff;
                width: 8px;
                height: 12px;
                clip-path: polygon(0 0, 0% 100%, 100% 50%);
                position: absolute;
                top: 0;
                right: 1em;
                bottom: 0;
                margin: auto 0;
              }
            }
          }
        }
        img {
          position: absolute;
          right: 0;
          bottom: 0;
          width: calc(100% - 24em);
          margin: 0 3% 3% 0;
        }
      }
    }
  }
}

#home04 {
  .my-cols {
    justify-content: center;
    gap: 3.75em;
    margin-top: 4em;
    li {
      width: 27.5em;
      a {
        position: relative;
        display: block;
        width: 100%;
        color: inherit;
        text-decoration: none;
        &[href]:hover {
          opacity: .8;
        }
        img {
          display: block;
          width: 100%;
        }
        dl {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          dt {
            position: absolute;
            top: -1.2em;
            left: 1em;
            display: inline-block;
            background: #fff;
            padding: .5em;
          }
          dd {
            position: absolute;
            bottom: -1em;
            right: 1em;
            background: var(--color-orange);
            color: #fff;
            display: flex;
            align-items: center;
            width: 10.7em;
            height: 2em;
            padding-left: 1.5em;
            border-radius: 1em;
            &::before,
            &::after {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
            }
            &::before {
              background: #fff;
              width: 1.1875em;
              height: 1.1875em;
              border-radius: 50%;
              right: .5em;
            }
            &::after {
              background: var(--color-orange);
              width: 6px;
              height: 10px;
              clip-path: polygon(0 0, 0% 100%, 100% 50%);
              right: .9em;
            }
          }
        }
      }
    }
  }
}

#home05 {
  .my-cols {
    justify-content: center;
    li {
      background: #fff;
      width: 32em;
      text-align: center;
      padding: 2.8em 1em;
      dl {
        dt {
          font-size: 1.125em;
          margin-bottom: 1em;
        }
        dd {
          .-contact {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 1em;
            padding: 1.5em 2em;
            background: var(--color-orange);
            color: #fff;
            text-align: left;
            text-decoration: none;
            &:hover {
              opacity: .8;
            }
          }
          .-tel {
            font-size: 2.5em;
            font-weight: bold;
            color: var(--color-orange);
            small {
              display: inline-block;
              font-size: .45em;
              font-weight: normal;
            }
            a {
              color: inherit;
              text-decoration: none;
            }
          }
          .-time {
            font-size: 1.125em;
            color: #898989;
            margin-top: .2em;
          }
        }
      }
    }
  }
}

#home06 {
  &::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: min(36vw, 530px);
    background: #E9E9E9;
  }
  .my-container {
    > p {
      font-size: 1.125em;
      text-align: center;
      margin-bottom: 1.5em;
    }
    > iframe {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 1440 / 693;
      z-index: 1;
    }
  }
}

#sale01 {
  ol {
    list-style: none;
    display: block;
    margin-top: 2em;
    padding-left: .5em;
    li {
      dl {
        display: flex;
        gap: 2.5em;
        margin-bottom: 1em;
        dt {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 6.625em;
          min-height: 13em;
          div {
            font-size: 1.5em;
            color: var(--color-orange);
            text-align: center;
            img {
              display: block;
              width: 100%;
              margin: .5em 0;
            }
          }
          &::after {
            content: '';
            flex: 1;
            width: 2px;
            background: var(--color-gray);
          }
        }
      }
      &:last-child {
        dl {
          dt::after {
            display: none;
          }
        }
      }
      dd {
        flex: 1;
        strong {
          display: block;
          font-size: 1.5em;
          margin-bottom: .5em;
        }
        p {
          font-size: 1.125em;
          border-radius: 26px;
          background: #fff;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          padding: 2em;
          margin: 0;
        }
      }
    }
  }
}

#sale02 {
  p {
    margin: 5em auto;
    max-width: 40em;
  }
}

#company01 {
  table {
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
    th, td {
      background: #fff;
      padding: 1.5em 2em;
    }
    th {
      color: var(--color-orange);
      font-weight: inherit;
      text-align: center;
      padding-inline: 1em;
    }
  }
}

#company02 {
  iframe {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 693;
  }
}

#property {
  font-family: var(--font-sans-serif);
  background: #fff;
  padding: 3.75em;
  margin-bottom: 7.5em;
  .my-cols {
    gap: 3.125em;
    margin-bottom: 3.75em;
    .-col1 {
      flex: 1;
    }
    .-col2 {
      width: 20em;
      .my-btn01 {
        max-width: none;
        &:first-child {
          margin-top: 0;
        }
      }
      > span {
        display: block;
        text-align: center;
        color: var(--color-gray);
        margin-top: 0.625em;
      }
    }
  }
  > dl {
    display: flex;
    gap: 1.875em;
    margin-top: 3.75em;
    dt {
      div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.625em;
        width: 12.5em;
        height: 4.5em;
        border-radius: 0.5em;
        background: var(--color-orange);
        color: #fff;
        > img {
          width: 1.3125em;
          height: auto;
        }
      }
    }
    dd {
      flex: 1;
    }
  }
}

.my-footer {
  position: relative;
  background: #E9E9E9;
  padding: 3.5em 0;
  .my-cols {
    justify-content: space-between;
  }
  small {
    display: block;
    color: var(--color-gray);
  }
}

.my-footer-info {
  .my-footer-logo {
    display: block;
    width: 293px;
    margin: 1.5em 1.5em 3em;
  }
  > p {
    margin-bottom: 1.5em;
  }
}

.my-footer-nav {
  max-width: 860px;
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
  > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4em;
    margin-bottom: 2em;
    > li {
      width: 10em;
      > a {
        display: block;
        font-size: 1.25em;
        padding-bottom: 1em;
        border-bottom: 1px solid #DE6109;
      }
      > ul {
        margin-top: 1em;
        li {
          margin-top: .5em;
        }
        a {
          display: flex;
          align-items: center;
          gap: .5em;
          font-size: .875em;
          margin-top: .5em;
          &::before {
            content: '';
            background-color: var(--color-orange);
            width: 6.5px;
            height: 15.5px;
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
          }
        }
      }
    }
  }
  > p {
    text-align: right;
  }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .my-search {
    flex-direction: column;
    .my-search-list {
      .my-search-count {
        justify-content: center;
      }
    }
    .my-search-form {
      width: 100%;
    }
    .my-search-open {
      display: block;
    }
  }

  #home03 {
    #home03-02 {
      .my-cols {
        li {
          padding-top: 15em;
          padding-inline: 0;
          dl {
            margin: 0 auto;
          }
          img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: auto;
            left: 0;
            width: 19em;
            margin: -6em auto 0;
          }
        }
      }
    }
  }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  #property {
    padding: 1.875em 0.625em;
    .my-cols {
      flex-direction: column;
      gap: 1.875em;
      .-col2 {
        width: 100%;
      }
    }
    > dl {
      flex-direction: column;
      dt {
        div {
          margin-inline: auto;
        }
      }
      dd {
        flex: 1;
      }
    }
  }

  .my-footer {
    .my-cols {
      flex-direction: column;
    }
  }

  .my-footer-info {
    .my-footer-logo {
        margin-right: auto;
        margin-left: auto;
    }
  }

  .my-footer-nav {
    > ul {
      justify-content: center;
      gap: 2em;
    }
  }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .my-bc {
    margin-block: 1.25em;
  }

  .my-modal {
    .my-modal-menu {
      gap: 1em 2em ;
      li {
        width: 100%;
        height: 6em;
      }
    }
  }

  .my-slider {
    margin-inline: 0;
    .slick-arrow {
      left: -20px;
      width: 40px;
      height: 45px;
      &.slick-next {
        right: -20px;
        left: auto;
      }
    }
  }

  .my-gallery {
    flex-direction: column;
    gap: 1.875em;
    padding: 0.625em;
    .-view {
      width: 100%;
    }
    .-list {
      dl {
        + dl {
          margin-top: 2.5em;
        }
        dd {
          padding-top: 1.5625em;
          ul {
            column-gap: 8%;
            li {
              width: 28%;
              padding-bottom: 1.25em;
            }
          }
        }
      }
    }
  }

  .my-search {
    .my-search-list {
      .my-title05 {
        margin-inline: calc(var(--padding-container) * -1);
      }
      > ul {
        .my-cols {
          flex-direction: column;
          .-image {
            > ul {
              width: 86%;
              margin-inline: auto;
            }
          }
          .-table {
            .my-table01 {
              border: 0;
              tr {
                display: flex;
                flex-wrap: wrap;
                gap: 1em;
                margin-top: 1em;
                th, td {
                  background: none;
                  border: 0;
                  padding: 0;
                  text-align: left;
                }
                th {
                  width: 7em;
                }
                td {
                  width: calc(100% - 8em);
                }
                &.-price,
                &.-place {
                  th {
                    display: none;
                  }
                  td {
                    width: 100%;
                  }
                }
                &.-place {
                  padding-bottom: 1em;
                  border-bottom: 1px solid #bfbfbf;
                }
              }
            }
          }
        }
      }
    }
    .my-search-form {
      width: auto;
      margin-inline: calc(var(--padding-container) * -1);
    }
  }

  .my-search01 {
    padding: 1em 1.5em;
  }

  .my-table01 {
    display: block;
    border-top: 1px solid #bfbfbf;
    tbody, tr, th, td {
      display: block;
      width: 100%;
    }
    td, th {
      border-top: 0;
    }
  }

  .my-map {
    height: 24em;
  }

  .my-header {
    .my-container {
      align-items: center;
      justify-content: center;
      gap: 1em;
    }
    .my-header-logo {
      flex: 1;
    }
    .my-header-nav {
      display: none;
    }
    .my-header-toggler {
      display: block;
      width: 30px;
      height: 30px;
      background: url(../img/header-toggler.svg) center / contain no-repeat;
      cursor: pointer;
    }
    .my-header-menu {
      display: none;
    }
    #header-toggler:checked {
      & + .my-container {
        background: var(--color-orange);
        .my-header-toggler {
          background-image: url(../img/header-toggler-w.svg);
        }
      }
      & ~ .my-header-menu {
        display: block;
        position: absolute;
        top: 5em;
        left: 0;
        right: 0;
        overflow-x: unset;
        background: var(--color-orange);
        z-index: 10;
        .my-container {
          padding: 0;
          > ul {
            flex-direction: column;
            gap: 0;
            > li {
              border-top: 1px solid #fff;
              > a {
                color: #fff;
                flex-direction: row;
                justify-content: center;
                height: 69px;
                &::before {
                  width: 40px;
                  height: 32px;
                  margin: 0;
                }
              }
            }
            > li:nth-child(1) a::before {
              background-image: url(../img/header-menu01-w.svg);
              background-size: 25px;
            }
            > li:nth-child(2) a::before {
              background-image: url(../img/header-menu02-w.svg);
              background-size: 28px;
            }
            > li:nth-child(3) a::before {
              background-image: url(../img/header-menu03-w.svg);
              background-size: 28px;
            }
            > li:nth-child(4) a::before {
              background-image: url(../img/header-menu04-w.svg);
              background-size: 25px;
            }
            > li:nth-child(5) a::before {
              background-image: url(../img/header-menu05-w.svg);
              background-size: 25px;
            }
            > li:nth-child(6) a::before {
              background-image: url(../img/header-menu06-w.svg);
              background-size: 31px;
            }
            > li:nth-child(7) a::before {
              background-image: url(../img/header-menu07-w.svg);
              background-size: 22px;
            }
          }
        }
      }
    }
  }

  .my-header-hero {
    .carousel-item {
      aspect-ratio: 393 / 336;
      overflow: hidden;
      img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      > div {
        > p {
          font-size: 10vw;
          line-height: 1.5;
        }
      }
    }
  }

  #home02 {
    ul {
      margin: 0;
      li {
        width: 100%;
        &:has(small) {
          width: 100%;
        }
        a {
          small {
            width: 100%;
          }
        }
      }
    }
  }

  #home03 {
    .my-cols {
      flex-direction: column;
      gap: 1em;
    }
    #home03-01 {
      img {
        width: 100%;
      }
    }
    #home03-02 {
      .my-cols {
        gap: 9em;
      }
    }
  }

  #home04 {
    .my-cols {
      flex-direction: column;
      margin-top: 6em;
      margin-inline: calc(-1 * var(--padding-container));
      gap: 5em;
      li {
        width: 100%;
      }
    }
  }

  #home05 {
    .my-cols {
      flex-direction: column;
      li {
        width: 100%;
        dd {
          .-contact {
            width: 100%;
            img {
              width: 30px;
            }
          }
        }
      }
    }
  }

  #home06 {
    .my-container {
      > iframe {
        position: relative;
        display: block;
        width: calc(100% + var(--padding-container) * 2);
        height: 80vh;
        aspect-ratio: unset;
        margin-inline: calc(-1 * var(--padding-container));
      }
    }
  }

  #sale01 {
    ol {
      padding-left: 0;
      li {
        dl {
          gap: 1.5em;
          margin-bottom: 1em;
          dt {
            width: 4em;
          }
        }
        dd {
          p {
            font-size: 1em;
          }
        }
      }
    }
  }

  #company02 {
    iframe {
      position: relative;
      display: block;
      width: calc(100% + var(--padding-container) * 2);
      height: 80vh;
      aspect-ratio: unset;
      margin-inline: calc(-1 * var(--padding-container));
    }
  }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #home05 {
    .my-cols {
      li {
        dd {
          .-contact {
            font-size: .875em;
            img {
              width: 23px;
            }
          }
          .-time {
            font-size: .875em;
          }
        }
      }
    }
  }
}
