/*//////////////////////////////////////////////////

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
#contents {
  margin-top: 7.2rem;
}

#rental .inner {
  max-width: 980px;
}

.rental_top .rental_top {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2rem;
  background: #6D0070;
}

.rental_top {
  margin-bottom: 1rem;
}
.rental_top .search {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.rental_top .search .item {
  display: grid;
  grid-template-columns: 4.2em 1fr;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  letter-spacing: 1.5;
}
.rental_top .search .item .select {
  position: relative;
}
.rental_top .search .item .select::after {
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translate(-25%, -75%) rotate(45deg);
  z-index: 1;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  content: "";
}
.rental_top .search .item .select select {
  padding: 0.5rem 0.5em;
  border: 1px solid #707070;
  border-radius: 0.4rem;
  color: #333;
  font-size: 1.2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.rental_top .result {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.rental_top .result b {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
}

.rental_list {
  display: grid;
  gap: 2rem;
}
.rental_list .rental_item {
  background: #EDEEF0;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}
.rental_list .rental_item .wrap {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.rental_list .rental_item .wrap .cont .catebox {
  display: flex;
  gap: 1em;
}
.rental_list .rental_item .wrap .cont .type {
  width: -moz-fit-content;
  width: fit-content;
  background: #4E464E;
  margin-bottom: 1.1rem;
  padding: 0.6rem 1.2rem;
  box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.rental_list .rental_item .wrap .cont .type.c1 {
  background: #c92f00;
}
.rental_list .rental_item .wrap .cont .type.c2 {
  background: #005aa9;
}
.rental_list .rental_item .wrap .cont .type.c3 {
  background: #037516;
}
.rental_list .rental_item .wrap .cont .type.ti1 {
  background: #BCB96C;
}
.rental_list .rental_item .wrap .cont .type.ti4 {
  background: #AA3969;
}
.rental_list .rental_item .wrap .cont .type.ti2 {
  background: #D18C09;
}
.rental_list .rental_item .wrap .cont .type.ti5 {
  background: #69AC7D;
}
.rental_list .rental_item .wrap .cont .type.ti3 {
  background: #7489D0;
}
.rental_list .rental_item .wrap .cont .type.ti6 {
  background: #4E464E;
}
.rental_list .rental_item .wrap .cont .title {
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
.rental_list .rental_item .wrap .cont .price {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: right;
}
.rental_list .rental_item .wrap .cont .price small {
  font-size: 1.3rem;
}
.rental_list .rental_item .wrap .cont .price b {
  margin-left: 0.5rem;
  color: #6D0070;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.rental_list .rental_item .wrap .cont .info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 3em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.416;
}
.rental_list .rental_item .wrap .cont .info .info_item {
  display: grid;
  grid-template-columns: 4.2em 1fr;
  gap: 1rem 0.25rem;
  grid-column: span 2;
}
.rental_list .rental_item .wrap .cont .info .info_item .ttl {
  font-weight: 600;
}
.rental_list .rental_item .wrap .cont .info .info_item.size_1, .rental_list .rental_item .wrap .cont .info .info_item.size_2 {
  grid-column: span 1;
}
.rental_list .rental_item .wrap .cont .info .info_item.comment {
  grid-template-columns: 1fr;
}
.rental_list .rental_item .links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.2rem;
}
.rental_list .rental_item .links .link_btn a {
  position: relative;
  display: block;
  background: #FFF;
  padding: 1.3rem;
  border: 1px solid #6D0070;
  box-sizing: border-box;
  color: #6D0070;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
.rental_list .rental_item .links .link_btn.map a::before, .rental_list .rental_item .links .link_btn.map a::after, .rental_list .rental_item .links .link_btn.pdf a::before, .rental_list .rental_item .links .link_btn.pdf a::after {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translate(0, -50%);
  width: 1rem;
  aspect-ratio: 1/1;
  transition: 0.3s;
  content: "";
}
.rental_list .rental_item .links .link_btn.map a::before, .rental_list .rental_item .links .link_btn.pdf a::before {
  opacity: 1;
  z-index: 1;
  background: url("../../img/common/arrow_ppl.svg") no-repeat center/cover;
}
.rental_list .rental_item .links .link_btn.map a::after, .rental_list .rental_item .links .link_btn.pdf a::after {
  opacity: 0;
  z-index: -1;
  background: url("../../img/common/arrow_wht.svg") no-repeat center/cover;
}
.rental_list .rental_item .links .link_btn.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  background: #6D0070;
  color: #FFF;
}
.rental_list .rental_item .links .link_btn.contact a .mail {
  position: relative;
  display: block;
  width: 1.1rem;
  aspect-ratio: 1;
}
.rental_list .rental_item .links .link_btn.contact a .mail::before, .rental_list .rental_item .links .link_btn.contact a .mail::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  transition: 0.3s;
  content: "";
}
.rental_list .rental_item .links .link_btn.contact a .mail::before {
  opacity: 1;
  z-index: 1;
  background: url("../../img/rental/icon_mail-wht.svg") no-repeat center/cover;
}
.rental_list .rental_item .links .link_btn.contact a .mail::after {
  opacity: 0;
  z-index: -1;
  background: url("../../img/rental/icon_mail-ppl.svg") no-repeat center/cover;
}
.rental_list .rental_item .links.col_2 .map {
  grid-column: span 2;
}
.rental_list .nodata {
  padding: 2em 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 6rem;
}
.pager .item {
  display: grid;
  place-content: center;
  width: 3rem;
  aspect-ratio: 1;
  background: #FFF;
  border: 1px solid #6D0070;
  color: #6D0070;
  font-family: "Reddit Sans", serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  transition: 0.3s;
}
.pager .item.active {
  background: #6D0070;
  color: #FFF;
}
.pager .item.prev, .pager .item.next {
  position: relative;
  background: #6D0070;
}
.pager .item.prev::before, .pager .item.prev::after, .pager .item.next::before, .pager .item.next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 1/1;
  transition: 0.3s;
  content: "";
}
.pager .item.prev::before, .pager .item.next::before {
  opacity: 1;
  z-index: 1;
  background: url("../../img/common/arrow_wht.svg") no-repeat center/cover;
}
.pager .item.prev::after, .pager .item.next::after {
  opacity: 0;
  z-index: -1;
  background: url("../../img/common/arrow_ppl.svg") no-repeat center/cover;
}
.pager .item.prev::before, .pager .item.prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (min-width: 769px) {
  #contents {
    margin-top: 8rem;
  }
  .rental_top {
    margin-bottom: 2.3rem;
  }
  .rental_top .search {
    grid-template-columns: repeat(3, auto);
    gap: 2.5rem;
  }
  .rental_top .search .item {
    grid-template-columns: auto 1fr;
    font-size: 1.3rem;
  }
  .rental_top .search .item .select::after {
    right: 0.9rem;
    width: 0.8rem;
  }
  .rental_top .search .item .select select {
    min-width: 174px;
    padding: 0.8rem 0.5em;
    font-size: 1.3rem;
  }
  .rental_top .result {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 1.4rem;
  }
  .rental_top .result b {
    font-size: 2.2rem;
  }
  .rental_list {
    gap: 2.8rem;
  }
  .rental_list .rental_item {
    padding: 3rem 3.4rem 3.4rem;
  }
  .rental_list .rental_item .wrap {
    grid-template-columns: 1fr 2.6fr;
    gap: 4.7%;
  }
  .rental_list .rental_item .wrap .cont {
    padding-right: 4.348%;
  }
  .rental_list .rental_item .wrap .cont .cate {
    margin-bottom: 1.6rem;
  }
  .rental_list .rental_item .wrap .cont .title {
    margin-bottom: 2.2rem;
    font-size: 2rem;
  }
  .rental_list .rental_item .wrap .cont .price {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .rental_list .rental_item .wrap .cont .price b {
    margin-left: 0.75rem;
    font-size: 2.9rem;
  }
  .rental_list .rental_item .wrap .cont .info {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem 3em;
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .rental_list .rental_item .wrap .cont .info .info_item {
    gap: 1rem 2.5rem;
  }
  .rental_list .rental_item .wrap .cont .info .info_item.price_03, .rental_list .rental_item .wrap .cont .info .info_item.price_04, .rental_list .rental_item .wrap .cont .info .info_item.address, .rental_list .rental_item .wrap .cont .info .info_item.traffic, .rental_list .rental_item .wrap .cont .info .info_item.size_1, .rental_list .rental_item .wrap .cont .info .info_item.year {
    grid-column: span 1;
  }
  .rental_list .rental_item .links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 3em auto 0;
  }
  .rental_list .rental_item .links .link_btn a {
    padding: 1.6rem 1.2rem;
    font-size: 1.4rem;
  }
  .rental_list .rental_item .links .link_btn.map a::before, .rental_list .rental_item .links .link_btn.map a::after, .rental_list .rental_item .links .link_btn.pdf a::before, .rental_list .rental_item .links .link_btn.pdf a::after {
    right: 1.1rem;
    width: 1rem;
  }
  .rental_list .rental_item .links .link_btn.map a:hover, .rental_list .rental_item .links .link_btn.pdf a:hover {
    background: #6D0070;
    color: #FFF;
  }
  .rental_list .rental_item .links .link_btn.map a:hover::before, .rental_list .rental_item .links .link_btn.pdf a:hover::before {
    opacity: 0;
    z-index: -1;
  }
  .rental_list .rental_item .links .link_btn.map a:hover::after, .rental_list .rental_item .links .link_btn.pdf a:hover::after {
    opacity: 1;
    z-index: 1;
  }
  .rental_list .rental_item .links .link_btn.contact a {
    gap: 0.7rem;
  }
  .rental_list .rental_item .links .link_btn.contact a .mail {
    position: absolute;
    top: 50%;
    left: 1.1rem;
    transform: translate(0, -50%);
    width: 1.5rem;
  }
  .rental_list .rental_item .links .link_btn.contact a:hover {
    background: #FFF;
    color: #6D0070;
  }
  .rental_list .rental_item .links .link_btn.contact a:hover .mail::before {
    opacity: 0;
    z-index: -1;
  }
  .rental_list .rental_item .links .link_btn.contact a:hover .mail::after {
    opacity: 1;
    z-index: 1;
  }
  .rental_list .rental_item .links.col_2 {
    grid-template-columns: 1fr 1fr;
    max-width: 420px;
  }
  .rental_list .rental_item .links.col_2 .map {
    grid-column: auto;
  }
  .pager {
    gap: 1.5rem;
    margin-top: 6rem;
  }
  .pager .item {
    width: 3rem;
    font-size: 1.4rem;
  }
  .pager .item.prev::before, .pager .item.prev::after, .pager .item.next::before, .pager .item.next::after {
    width: 1rem;
  }
  .pager .item:hover {
    background: #6D0070;
    color: #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .rental_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .rental_top .search {
    gap: 2.5rem;
    margin-bottom: 0;
  }
  .rental_top .search .item {
    font-size: 1.3rem;
  }
  .rental_top .search .item .select select {
    min-width: 174px;
    padding: 0.8rem 1.2rem;
    font-size: 1.3rem;
  }
  .rental_top .result {
    font-size: 1.4rem;
  }
  .rental_top .result b {
    font-size: 2.2rem;
  }
  .rental_list .rental_item .links {
    gap: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */
