@charset "UTF-8";

body {
    overflow-x: hidden;
}
/* ============================================================
   フッター
   ============================================================ */
.l-footer {
    position: relative;
    padding-top: 80px;
    background: #F2EFE7;
    padding-bottom: 0;
    overflow: hidden;
}

.l-footer *,
.org-footer *,
.org-float * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.l-footer a {
    color: inherit;
    text-decoration: none;
    transition: .3s;
}

.l-footer a:hover {
    opacity: 1;
}

.org-footer__bg {
    position: absolute;
    top: 140px;
    left: 50%;
    z-index: 0;
    width: 1920px;
    max-width: none;
    height: 1040px;
    background: url("/images/top/footer__bg.webp") no-repeat center top / cover;
    pointer-events: none;
    transform: translateX(-50%);
}

.org-footer__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 72px;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

/* ------------------------------------------------------------
   店舗情報
   ------------------------------------------------------------ */
.org-footer__shop {
    position: relative;
    width: 100%;
}

.org-footer__shop-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    width: 1300px;
    margin: 0 auto 0;
    padding: 0 80px 47px;
    background: #fff;
    transform: translateX(-80px);
}

.org-footer__shop-head {
    display: flex;
    align-items: flex-end;
    color: #222;
    line-height: 1.5;
    position: relative;
    top: -60px;
}

.org-footer__shop-title {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    color: #222;
}

.org-footer__shop-head-sub {
    margin: 0 0 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
}

.org-footer__shop-list {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: -32px;
}

.org-footer__shop-item {
    flex: 1;
    min-width: 0;
    max-width: 360px;
}

.org-footer__shop-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding-bottom: 30px;
}

.org-footer__shop-frame {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    border: 1px solid #222;
    pointer-events: none;
}

.org-footer__shop-frame--top {
    top: 25px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.org-footer__shop-frame--bottom {
    bottom: -0.5px;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.org-footer__shop-card-title {
    position: relative;
    z-index: 1;
    padding: 0px 8px 6px 6px;
    text-align: center;
    background: #fff;
    height: 66px;
}

.org-footer__shop-name {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.8px;
    color: #222;
}

.org-footer__shop-name--single {
    letter-spacing: 1.04px;
    margin-top: 7px;
}

.org-footer__shop-dept {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.org-footer__shop-dept--rental {
    color: #1e2361;
}

.org-footer__shop-dept--sale {
    color: #d0c7ae;
}

.org-footer__shop-img {
    width: 300px;
    max-width: 100%;
    height: 225px;
    margin: 0;
    overflow: hidden;
}

.org-footer__shop-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-footer__shop-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.org-footer__shop-address {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: center;
}

.org-footer__shop-tel {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.org-footer__shop-tel-icon {
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.org-footer__shop-tel-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.org-footer__shop-tel-num {
    font-family: "Abril Fatface", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    color: #222;
}

.org-footer__shop-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    width: 313px;
    margin: 0 auto;
}

.org-footer__shop-info-row {
    display: flex;
    gap: 5px;
    align-items: center;
}

.org-footer__shop-info-row dt {
    flex-shrink: 0;
    width: 52px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
}

.org-footer__shop-info-row dd {
    margin: 0;
    padding: 2px 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background: #f2efe7;
}

.org-footer__shop-btns {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding: 0 30px;
}

.org-footer__shop-btn {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 43px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.org-footer__shop-btn--reserve {
    background: #222;
}
.org-footer__shop-btn--reserve:hover {
    background: #fff;
    color: #222;
    border: 1px solid #222;
}
.org-footer__shop-btn--line {
    background: #06c755;
}
.org-footer__shop-btn--line:hover {
    background: #fff;
    color: #06c755;
    border: 1px solid #06c755;
}

/* ------------------------------------------------------------
   フッターナビ
   ------------------------------------------------------------ */
.org-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 54px;
    width: 100%;
    padding-bottom: 80px;
    color: #fff;
}

.org-footer__nav-cols {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    width: 100%;
}

.org-footer__nav-col {
    flex: 1;
    min-width: 0;
}

.org-footer__nav-title {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.org-footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    border-top: 1px solid #fff;
}

.org-footer__nav-link {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    position: relative;
    width: fit-content;
}
.org-footer__nav-link:before,
.org-footer__legal-link:before {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.org-footer__nav-link:hover::before,
.org-footer__legal-link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.org-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.org-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    margin: 0;
}

.org-footer__legal-link {
    position: relative;
    color: #fff;
    font-size: 13px;
}

.org-footer__legal-sep {
    margin: 0;
}

.org-footer__copyright {
    flex-shrink: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
}

/* ------------------------------------------------------------
   ページトップへ戻る
   ------------------------------------------------------------ */
.org-pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border: 1px solid #222;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.org-pagetop::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
}

.org-pagetop__text {
    display: block;
    font-family: "Libre Baskerville", serif;
}

.org-pagetop:hover {
    opacity: 1;
    transform: scale(1.08);
}

