@charset "UTF-8";

.org-footer.l-footer a{
    opacity: 1;
}

.l-footer {
    background-color: inherit;
    padding: 0;
}

.org-footer.l-footer {
    padding: 70px 0 20px;
    background-color: #FDF7EA;
}

.org-footer * {
    font-family: "Zen Kaku Gothic New", sans-serif;
    box-sizing: border-box;
}

.org-footer {
    width: 100%;
    padding: 70px 0 20px;
    background: #fdf7ea;
    color: #252525;
}

.org-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 72px;
    width: 1140px;
    margin: 0 auto;
}

.org-footer__top {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.org-footer__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.org-footer__logo {
    margin: 0;
    line-height: 0;
}

.org-footer__logo a {
    display: block;
    width: 228px;
}

.org-footer__logo img {
    display: block;
    width: 228px;
    height: auto;
}

.org-footer__address {
    margin: 0;
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
}

.org-footer__nav {
    flex: 0 0 auto;
    width: 689px;
}

.org-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-footer__nav-list a {
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    text-decoration: none;
}

.org-footer__nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #ff5b01;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.org-footer__nav-list a:hover::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
}

.org-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.org-footer__actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    width: 100%;
    position: relative;
}

.org-footer__contact {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
}

.org-footer__contact-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 55px;
    padding: 10px 18px 10px 15px;
    border: 1px solid transparent;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease, border-color 0.35s ease;
}

.org-footer__contact-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--btn-hover-bg);
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.org-footer__contact-btn:hover::before {
    transform: scaleX(1);
}

.org-footer__contact-btn img {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 15px;
    height: auto;
    transform: translateY(-50%);
}

.org-footer__contact-btn--price {
    --btn-hover-bg: #ff5b01;
    border-color: #ff5b01;
    background: #ffffff;
    color: #ff5b01;
}

.org-footer__contact-btn--price:hover {
    color: #ffffff;
}

.org-footer__contact-btn--line {
    --btn-hover-bg: #ffffff;
    border-color: #06c755;
    background: #06c755;
    color: #ffffff;
}

.org-footer__contact-btn--line:hover {
    color: #06c755;
}

.org-footer__contact-btn--other {
    --btn-hover-bg: #ffffff;
    border-color: #2aa8c3;
    background: #2aa8c3;
    color: #ffffff;
}

.org-footer__contact-btn--other:hover {
    color: #2aa8c3;
}

.org-footer__contact-btn--price:hover .btn__arrow{
    filter: brightness(0) invert(1);
}

.org-footer__contact-btn--line:hover .btn__arrow{
    filter: brightness(0) saturate(100%) invert(56%) sepia(64%) saturate(2853%) hue-rotate(107deg) brightness(97%) contrast(95%);
}

.org-footer__contact-btn--other:hover .btn__arrow{
    filter: brightness(0) saturate(100%) invert(54%) sepia(48%) saturate(771%) hue-rotate(145deg) brightness(96%) contrast(93%);
}

.footer__banner__wrap {
    display: flex;
    flex-direction: column;
    gap: 9px;
    position: absolute;
    right: 0;
    top: -92px;
}
.org-footer__instagram, .org-footer__home4u {
    display: block;
    width: 307px;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.org-footer__instagram:hover, .org-footer__home4u:hover{
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.org-footer__instagram img, .org-footer__home4u img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-footer__copy {
    width: 100%;
    margin: 0;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    text-align: center;
}

/* ============================
サイドフロート
============================ */
.float__box {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50px;
    overflow: visible;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.float__box * {
    font-family: "Zen Kaku Gothic New", sans-serif;
    box-sizing: border-box;
}

.float__box.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.float__btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 50px;
    padding: 30px 15px;
    text-decoration: none;
    height: 163px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0 0;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.float__btn:hover {
    opacity: 1;
}

.float__btn--line {
    border: 1px solid #06c755;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: #06c755;
}

.float__btn--line:hover {
    background-color: #ffffff;
}

.float__btn--price {
    border-top: 1px solid #ff5b01;
    border-bottom: 1px solid #ff5b01;
    border-left: 1px solid #ff5b01;
    border-radius: 5px 0 0 5px;
    background-color: #ffffff;
    height: 183px;
    padding: 19px 15px 30px;
}

.float__btn--price:hover {
    background-color: #ff5b01;
}

.float__btn-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.float__btn-icon {
    display: block;
    width: 20px;
    height: auto;
    transition: filter 0.35s ease;
}

.float__btn--line:hover .float__btn-icon {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(90deg) brightness(95%) contrast(101%);
}

.float__btn--price:hover .float__btn-icon {
    filter: brightness(0) invert(1);
}

.float__btn-text {
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.2;
    letter-spacing: 1.2px;
    transition: color 0.35s ease;
}

.float__btn--line:hover .float__btn-text {
    color: #06c755;
}

.float__btn--price .float__btn-text {
    color: #ff5b01;
}

.float__btn--price:hover .float__btn-text {
    color: #ffffff;
}

.float__btn-label {
    position: absolute;
    top: -10px;
    left: -17px;
    display: block;
    width: 24px;
    pointer-events: none;
}

.float__btn--line .float__btn-label {
    height: 135px;
}

.float__btn--price .float__btn-label {
    height: 118px;
}

.float__btn-label-bg {
    display: block;
    width: 100%;
    height: 100%;
}

.float__btn-label-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.58px;
    text-align: center;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.float__btn--line .float__btn-label-text {
    color: #06c755;
}

.float__btn--price .float__btn-label-text {
    color: #ffffff;
}
