@charset "utf-8";
/* CSS Document */

/*------------------ org footer ------------------*/
.org-footer {
    border-top: 1px solid #01469d;
    background-color: #fff;
    padding: 0;
}
.l-footer a:hover {
    opacity: 1;
}
.org-footer * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.org-footer__inner {
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 80px 0 76px;
}

.org-footer__top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.org-footer__info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 49px;
    align-items: flex-start;
    min-width: 0;
}

.org-footer__logo-area {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.org-footer__logo-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #263238;
    text-decoration: none;
}

.org-footer__logo {
    display: block;
    width: 237px;
    height: 41px;
    object-fit: contain;
}

.org-footer__address {
    margin: 0;
    width: 100%;
    max-width: 371px;
    color: #263238;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.org-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 52px;
    align-items: flex-start;
}

.org-footer__nav-col {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-footer__nav-col a {
    color: #263238;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.org-footer__nav-col a:hover {
    color: #01469d;
}

.org-footer__contact {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 273px;
}

.org-footer__tel-area {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    padding-bottom: 5px;
}

.org-footer__tel {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0;
}

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

.org-footer__tel-num {
    color: #263238;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.org-footer__business {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.org-footer__business-text {
    margin: 0;
    color: #263238;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.org-footer__btn {
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding-right: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.org-footer__btn-label {
    display: flex;
    gap: 5px;
    align-items: center;
}

.org-footer__btn-icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.org-footer__btn-icon img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.org-footer__btn-icon--base {
    opacity: 1;
}

.org-footer__btn-icon--hover {
    opacity: 0;
}

.org-footer__btn-txt {
    color: inherit;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.org-footer__btn-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

.org-footer__btn-arrow img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.org-footer__btn-arrow--base {
    opacity: 1;
}

.org-footer__btn-arrow--hover {
    opacity: 0;
}

.org-footer__btn--mail {
    background-color: #01469d;
    color: #fff;
}

.org-footer__btn--mail .org-footer__btn-txt {
    color: #fff;
}

.org-footer__btn--mail .org-footer__btn-icon--hover,
.org-footer__btn--mail .org-footer__btn-arrow--hover {
    filter: brightness(0) saturate(100%) invert(16%) sepia(84%) saturate(2498%) hue-rotate(201deg) brightness(92%) contrast(101%);
}

.org-footer__btn--mail:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #01469d;
    color: #01469d;
}

.org-footer__btn--mail:hover .org-footer__btn-txt {
    color: #01469d;
}

.org-footer__btn--mail:hover .org-footer__btn-icon--base,
.org-footer__btn--mail:hover .org-footer__btn-arrow--base {
    opacity: 0;
}

.org-footer__btn--mail:hover .org-footer__btn-icon--hover,
.org-footer__btn--mail:hover .org-footer__btn-arrow--hover {
    opacity: 1;
}

.org-footer__btn--reservation {
    background-color: #f7f1e6;
    color: #ad905f;
}

.org-footer__btn--reservation .org-footer__btn-txt {
    color: #ad905f;
}

.org-footer__btn--reservation .org-footer__btn-icon--hover {
    filter: brightness(0) invert(1);
}

.org-footer__btn--reservation:hover {
    background-color: #ad905f;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ad905f;
    color: #fff;
}

.org-footer__btn--reservation:hover .org-footer__btn-txt {
    color: #fff;
}

.org-footer__btn--reservation:hover .org-footer__btn-icon--base,
.org-footer__btn--reservation:hover .org-footer__btn-arrow--base {
    opacity: 0;
}

.org-footer__btn--reservation:hover .org-footer__btn-icon--hover,
.org-footer__btn--reservation:hover .org-footer__btn-arrow--hover {
    opacity: 1;
}

.org-footer__copy-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    background-color: #01469d;
}

.org-footer__copy {
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

