@charset "UTF-8";

/* ----- org-footer（Figma 13500:3726） ----- */
.org-footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(/images/top/bg_footer.webp) no-repeat center / cover;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.org-footer::before {
    content: '';
    background: #FFF;
    border-radius: 50px 50px 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.org-footer__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 51px 0 30px;
    box-sizing: border-box;
}

.org-footer__brand {
    max-width: 331px;
}

.org-footer__logo-link {
    display: inline-block;
    line-height: 0;
    margin: 0 0 13px 0px;
}
.org-footer__logo-link:hover {
    opacity: 1;
}

.org-footer__logo-img {
    display: block;
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.org-footer__catch {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #4c5d56;
    margin-bottom: 9px;
}

.org-footer__address {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-style: normal;
    color: #8fa39c;
}

.org-footer__main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-self: stretch;
    gap: 40px;
    min-width: 0;
}

.org-footer__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-end;
    margin-top: 11px;
}

.org-footer__col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-sizing: border-box;
}

.org-footer__col + .org-footer__col {
    padding-left: 38px;
    border-left: 1px solid #d3eae1;
}

.org-footer__col--content {
    padding-right: 40px;
    margin-left: 40px;
}

.org-footer__col-title {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #91c9a0;
}

.org-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-footer__links li + li {
    margin-top: 10px;
}

.org-footer__links a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #798781;
    text-decoration: none;
}

.org-footer__links a:hover {
    opacity: 1;
    color: #17C3B6;
}

.org-footer__split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 45px;
}

.org-footer__copy {
    margin-top: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #8fa39c;
    text-align: right;
}

.footer__contact-wrap {
    position: fixed;
    top: 100px;
    right: 2px;
    z-index: 8;
}
.footer__contact--item {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.footer__contact-wrap [class^="footer__contact--btn--"] {
    text-align: center;
    font-feature-settings: 'vert' on;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: 2.7px;
    width: 64px;
    -webkit-writing-mode: vertical-rl; /* Safari用 */
    writing-mode: vertical-rl;        /* 基本の指定 */
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* font-feature-settings: "palt"; */
    border-radius: 0;
    color: #fff;
    position: relative;
    padding: 20px 23px;
}
.footer__contact-wrap .footer__contact--btn--mail {
    background: #17C3B6;
    border: 1px solid #17C3B6;
    border-radius:  5px 5px 0 0;
    height: 120px;
}
.footer__contact-wrap .footer__contact--btn--mail:hover {
    opacity: 1;
    background: #FFF;
    color: #17C3B6;
}
.footer__contact-wrap .footer__contact--btn--line {
    background: #55D589;
    border: 1px solid #55D589;
    height: 120px;
}
.footer__contact-wrap .footer__contact--btn--line:hover {
    opacity: 1;
    background: #FFF;
    color: #55D589;
}
.footer__contact-wrap .footer__contact--btn--tel {
    background: #8FAEA1;
    border: 1px solid #8FAEA1;
    height: 101px;
}
.footer__contact-wrap .footer__contact--btn--tel:hover {
    opacity: 1;
    background: #FFF;
    color: #8FAEA1;
}
.footer__contact-wrap .footer__contact--btn--reservation {
    background: #81D2CA;
    border: 1px solid #81D2CA;
    border-radius: 0 0 5px 5px;
    height: 120px;
}
.footer__contact-wrap .footer__contact--btn--reservation:hover {
    opacity: 1;
    background: #FFF;
    color: #81D2CA;
}
.footer__float--telbox {
    position: absolute;
    left: -299px;
    top: 0;
    display: none;
    flex-direction: column;
    background: url('/images/top/float__bg01.webp') no-repeat center center;
    width: 276px;
    height: 102px;
    padding: 17px 10px 10px 30px;
    gap: 7px;
}

.footer__contact--btn-list.is-tel-open .footer__float--telbox {
    display: flex;
}
.footer__float--text {
    color: #FFF;
    font-family: "Zen Maru Gothic";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    letter-spacing: 1.08px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__contact--btn-list {
    position: relative;
    height: 120px;
}

.footer__contact--time {
    color: #FFF;
    text-align: right;
    font-family: "Zen Maru Gothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    min-width: 52px;
    text-align: start;
}
.footer__float--text span,
.footer__float--text {
    font-size: 12px;
    color: #FFF;
    font-weight: 400;
    font-family: "Zen Maru Gothic";
}
.footer__float--text-tel {
    font-size: 27px;
    color: #FFF;
    font-weight: 400;
    font-family: "Zen Maru Gothic";
}
.footer__float--close {
    width: 30px;
    height: 30px;
    position: absolute;
	
}
.footer__float--close-btn {
position: absolute;
right: -216px;
top: -30px;
}
.footer__contact--btn-list--tel {
    height: 101px;
}