@charset "UTF-8";

.l-main * {
    font-family: 'Noto Sans JP',sans-serif;
}

.l-main {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0;
}

/* mv
----------------------------------------*/
.mv__contents {
    background: url(/images/top/mv_bg.webp) no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 158px;
}
.mv__inner {
    width: 1140px;
    margin: 0 auto;
}
.mv__history a {
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 450px;
    height: 50px;
    margin: 0 auto 95px;
    position: relative;
    border-radius: 50px;
}
.mv__history a::after {
    content: '';
    background: url(/images/top/customer_morebtn.png);
    display: block;
    width: 13px;
    height: 19px;
    position: absolute;
    top: 15px;
    right: 20px;
}
.history__label {
    background-color: #F0B802;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    border-radius: 50px 0 0 50px;
    font-size: 16px;
    font-weight: 500;
}
.history__text {
    padding-left: 30px;
}
.mv__ttl__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 47px;
}
.mv__ttl__text {
    font-size: 80px;
    font-weight: bold;
    color: #e60013;
    margin: 0 0 9px 292px;
}
.mv__counter {
    background: url(/images/top/mv_counter.webp) no-repeat;
    width: 242px;
    height: 242px;
    color: #fff;
    margin-right: 41px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    margin-bottom: 3px;
}
.counter {
    font-size: 28px;
    white-space: nowrap;
    letter-spacing: 0.03em;
}
#bkn_public_cnt {
    font-size: 40px;
}
.mv__bottom__text {
    text-align: center;
}

/* search
----------------------------------------*/
.search__contents {
    padding-top: 103px;
    padding-bottom: 120px;
    background-color: #FAFAFA;
}
.search__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1140px;
    margin: 0 auto;
    align-items: flex-end;
}
.search__rent {
    width: 548px;
}
.search__rent__ttl {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 17px;
}
[class*="search__rent__item"] {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
[class*="search__rent__item"]:hover {
    background-color: #E60013;
    opacity: 1;
}
[class*="search__rent__item"]:hover * {
    color: #fff;
}
.search__rent__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 19px;
}
.rent__text__wrapper--large {
    margin-left: 40px;
}
.search__rent__item--large {
    width: 548px;
    height: 184px;
    padding: 0 0 0 41px;
    display: flex;
    align-items: center;
}
.rent__ttl--large {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}
.rent__text--large {
    font-size: 20px;
    font-weight: bold;
}
.search__rent__item--small {
    width: 170px;
    height: 183px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.search__rent__item--small.item01 {
    padding-top: 23px;
}
.search__rent__item--small.item01 .rent__ttl {
    margin-bottom: 3px;
}
.search__rent__item--small.item01 .rent__text__wrapper {
    margin-bottom: 15px;
}
.search__rent__item--small.item02 {
    padding-top: 30px;
}
.search__rent__item--small.item02 .rent__text__wrapper {
    margin-bottom: 33px;
}
.search__rent__item--small.item03 {
    padding-top: 23px;
}
.search__rent__item--small.item03 .rent__ttl {
    line-height: 1.3;
    margin-bottom: 19px;
}
.rent__ttl {
    font-size: 20px;
    font-weight: bold;
}
.rent__text {
    font-size: 14px;
    font-weight: 500;
}

.search__buy {
    width: 548px;
    padding-top: 14px;
}
.search__buy__ttl {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 22px;
}
[class*="search__buy__item"] {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
[class*="search__buy__item"]:hover {
    background-color: #F0B802;
    opacity: 1;
}
[class*="search__buy__item"]:hover * {
    color: #fff;
}
.search__buy__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 19px;
}
[class*=".search__buy__item"] {
    display: block;
    border-radius: 10px;
}
.search__buy__item--top {
    width: 170px;
    height: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 27px;
}
.buy__ttl {
    font-size: 20px;
    font-weight: bold;
}
.search__buy__item--top.item01 .buy__text__wrapper {
    margin-bottom: 17px;
}
.search__buy__item--top.item02 .buy__text__wrapper {
    margin-bottom: 11px;
}
.search__buy__item--top.item03 .buy__text__wrapper {
    margin-bottom: 26px;
}
.search__buy__item--bottom {
    width: 264px;
    height: 183px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.search__buy__item--bottom.item04 {
    padding-top: 21px;
}
.search__buy__item--bottom.item04 .buy__text__wrapper {
    margin-bottom: 16px;
}
.search__buy__item--bottom.item05 {
    padding-top: 28px;
}
.search__buy__item--bottom.item05 .buy__text__wrapper {
    margin-bottom: 21px;
}

.search__others {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}
.search__others__ttl {
    font-size: 40px;
    margin-bottom: 17px;
}
[class*="search__others__panel"] {
    display: flex;
    align-items: center;
    width: 366px;
    height: 123px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
}
.others__text {
    font-size: 20px;
    font-weight: bold;
}
[class*="search__others__panel"]:hover * {
    color: #fff;
    opacity: 1;
}
.search__others__panel01 {
    padding-left: 60px;
}
.search__others__panel01 .others__icon {
    margin-right: 37px;
}
.search__others__panel02 {
    padding-left: 54px;
}
.search__others__panel02 .others__icon {
    margin-right: 34px;
}
.search__others__panel03 {
    padding-left: 56px;
}
.search__others__panel03 .others__icon {
    margin-right: 33px;
}
.search__others__panel03 .others__text {
    line-height: 1.6;
}
.search__others__panel01:hover {
    background-color: #73C76D;
}
.search__others__panel02:hover {
    background-color: #6CCDD5;
}
.search__others__panel03:hover {
    background-color: #BC8CE8;
}

.ui-full-screen {
    margin-bottom: 0;
}
.banner-list {
    padding: 120px 0;
    background-color: #fff;
    text-align: center;
}

/* search
----------------------------------------*/
.customer__contents {
    background-color: #FFFCF3;
    padding: 108px 0 120px;
}
.customer__inner {
    width: 1140px;
    margin: 0 auto;
}
.customer__ttl {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 42px;
}
.customer__item {
    display: block;
    width: 270px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.customer__img {
    width: 270px;
    height: 200px;
}
.customer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 10px 10px 0 0;
}
.customer__top {
    display: flex;
    justify-content: space-between;
    padding: 18px 13px 10px 13px;
}
[class*="customer__shop"] {
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
}
.customer__shop--handa {
    background-color: #E60013;
}
.customer__shop--tokai {
    background-color: #5B67C6;
}
.customer__shop--tokoname {
    background-color: #F19B48;
}
.customer__shop--oobu {
    background-color: #F7CB4D;
}
.customer__shop--higashiura {
    background-color: #F7CB4D;
}
.customer__shop--handa-buy {
    background-color: #F7CB4D;
}
.customer__date {
    font-size: 16px;
    font-weight: bold;
    color: #7B7B7B;
}
.customer__text {
    padding: 5px 16px 10px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    height: 123px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.swiper__wrapper {
    position: relative;
}
.swiper-slide {
    padding-bottom: 10px;
}
.swiper-button-prev,
.swiper-button-next {
    width: 70px;
    height: 30px;
}
.swiper-button-prev {
    left: -50px !important;
}
.swiper-button-next {
    right: -50px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: "" !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.swiper-button-prev::after {
    background-image: url(/images/top/customer_arrow.png);
}
.swiper-button-next::after {
    background-image: url(/images/top/customer_arrow.png);
    transform: rotate(180deg);
}

.swiper-pagination {
    bottom: -51px !important;
}
.swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    margin: 0 7px !important;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: #E60013 !important;
}

.customer__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 447px;
    height: 73px;
    border: 3px solid #333333;
    border-radius: 49px;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 100px auto 0;
    background-color: #fff;
}
.customer__btn a::after {
    content: '';
    background: url(/images/top/customer_morebtn.png);
    display: block;
    width: 13px;
    height: 19px;
    position: absolute;
    top: 25px;
    right: 27px;
}

.rentbkn__contents {
    padding-top: 107px;
}
.rentbkn__ttl {
    text-align: center;
    font-size: 42px;
    letter-spacing: 0.05em;
}
.buybkn__contents {
    padding-top: 107px;
    background-color: #fff;
}
.buybkn__ttl {
    text-align: center;
    font-size: 42px;
    letter-spacing: 0.05em;
}
.bkn__more {
    width: 1140px;
    margin: 0 auto;
    text-align: right;
    position: relative;
}
.bkn__more a {
    display: block;
    position: absolute;
    top: -30px;
    right: 23px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: underline;
}
.bkn__more a::after {
    content: '';
    background: url(/images/top/bkn_more.png) no-repeat;
    width: 11px;
    height: 15px;
    position: absolute;
    top: 6px;
    right: -20px;
}
.rentbkn__scroll,
.buybkn__scroll {
    margin: 42px 0 0;
    padding: 0 calc(50vw - 579px);
    display: flex;
    gap: 25px;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.rentbkn__scroll::-webkit-scrollbar, 
.buybkn__scroll::-webkit-scrollbar {
    display: none;
}
.rentbkn__item,
.buybkn__item {
    position: relative;
    display: block;
    width: 320px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.bkn__favorite {
    background: url(/images/top/favorite_btn.png) no-repeat center;
    background-size: 100%;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
}
.bkn__favorite.is-checked {
    background: url(/images/top/favorite_btn_on.png) no-repeat center;
}
.bkn__img {
    width: 320px;
    height: 225px;
    margin-bottom: 17px;
    background-color: #ECEFF1;
}
.bkn__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
    border-radius: 10px 10px 0 0;
}
.bkn_text {
    margin: 0 20px;
}
.bkn__name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    background: url(/images/top/bkn_name_line.png) no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bkn__top {
    display: flex;
    align-items: baseline;
    padding: 11px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bkn__price {
    font-size: 16px;
    font-weight: bold;
    margin-right: 18px;
    color: #E60013;
}
.bkn__price .price {
    font-size: 25px;
}
.bkn__size {
    font-size: 14px;
    font-weight: 500;
}
.bkn__address,
.bkn__access {
    padding-left: 26px;
    position: relative;
    width: 243px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bkn__address {
    margin-bottom: 8px;
}
.bkn__address::before {
    content: '';
    background: url(/images/top/bkn_address.png) no-repeat;
    display: block;
    width: 14px;
    height: 21px;
    position: absolute;
    top: 1px;
    left: 2px;
}
.bkn__access::before {
    content: '';
    background: url(/images/top/bkn_access.png) no-repeat;
    display: block;
    width: 19px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.service__contWrap {
    width: 1140px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 120px;
    letter-spacing: 0.05em;
}
.service__text02 span {
    position: relative;
    display: inline-block;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 6px;
    color: #333333;
    letter-spacing: 0.2px;
    font-weight: 500;
    padding: 2px 7px 2px 9px;
    border: 1px solid #FFEEEF;
    background-color: #FFEEEF;
    border-radius: 15px;
}
.service__text02 span:nth-child(1) {
    margin-right: 5px;
    letter-spacing: 0px;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 10px;
    margin-bottom: 6px;
}

.service__text02 span:nth-child(2) {
    padding-left: 10px;
    padding-right: 8px;
    letter-spacing: 0px;
    margin-right: 4px;
}

.service__text02 span:nth-child(3) {
    padding-left: 11px;
    padding-right: 5px;
    letter-spacing: 0px;
}

#path,.h1_section.clearfix {
    display: none;
}

.service__contTtl {
    letter-spacing: 2.2px;
    padding-top: 4px;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.service__wrap {
    display: flex;
    margin-bottom: 30px;
}
.service__item {
    background: #fff;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 14%);
    border-radius: 10px;
}
.service__item:after {
    content: "";
    background: url(/images/top/icn.png) no-repeat;
    width: 13px;
    height: 19px;
    position: absolute;
    bottom: 5%;
    right: 5.2%;
}
.service__img.blog_img {
    width: 360px;
    height: 229px;
    background: #FAFAFA;
}
.service_flex.js-scroll {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}
.service__img.blog_img img {
    width: 360px;
    height: 229px;
    object-fit: cover;
}
.service__width {
    padding: 11.6px 10px 14px;
}
.service__detail {
    overflow: hidden;
}
.service__ttl.text-overflow {
    margin-bottom: 6px;
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: center;
    color: #333;
}
.service__text02 {
    font-size: 13px;
    color: #333;
    padding: 6px 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.service-bt {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 49px;
}
.service__btn a {
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    gap: 5px;
    padding: 17px 0 20px 116px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 73px;
    color: #333;
    border: 3px solid #333;
    font-size: 23px;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.service__btn {
    width: 360px;
    position: relative;
}
.service__btn:after {
    content: "";
    position: absolute;
    background: url(/images/top/icn.png) no-repeat;
    width: 13px;
    height: 19px;
    top: 37%;
    right: 8%;
}
.service_flex.js-scroll a {
    text-decoration: none;
}
.service_flex.js-scroll a:hover {
    opacity: 0.8;
}

.banner__contents {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
}
.banner__list {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}
[class*="banner__item"] {
    display: flex;
    align-items: center;
    width: 360px;
    height: 73px;
    border: 3px solid #333333;
    border-radius: 50px;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.banner__item--01 {
    padding-left: 96px;
}
.banner__item--02 {
    padding-left: 116px;
}
.banner__item--03 {
    padding-left: 116px;
}
[class*="banner__item"]::after {
    content: '';
    background: url(/images/top/banner_arrow.png) no-repeat;
    display: block;
    width: 13px;
    height: 19px;
    position: absolute;
    top: 25px;
    right: 28px;
}