body * {
    box-sizing: border-box;
}

@font-face {
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("../fonts/iconfont/iconfont.woff") format("woff");
}

@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;

    font-display: block;
    src: url("../fonts/icomoon/icomoon.eot?78o7gn");
    src: url("../fonts/icomoon/icomoon.eot?78o7gn#iefix") format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?78o7gn") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?78o7gn") format("woff"),
    url("../fonts/icomoon/icomoon.svg?78o7gn#icomoon") format("svg");
}

/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
.switch-pc {
    display: block;
}

.switch-sp {
    display: none!important;
}

@media screen and (max-width: 979px) {
    .switch-pc {
        display: none!important;
    }

    .switch-sp {
        display: block;
    }
}

.scroll_prevent {
    height: 100%;
    overflow: hidden;
}


/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#header {
    width: 100%;
    border-bottom: 1px solid #bba170;
}


#header a {
    text-decoration: none;
}

#header .header_upper {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 58px;
    transition: .5s;
    transform: translateY(0);
    background-color: #000;
}
#header .header_upper.hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
#header .header_upper {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#header .header_upper.sticky.fixed {
    position: fixed;
    top: 0;
    z-index: 4;
    display: block;
    width: 100%;
    -webkit-animation-name: stickySlideDown;
            animation-name: stickySlideDown;
}
#header .header_upper.normal.fixed {
    position: fixed;
    top: 0;
    z-index: 4;

    width: 100%;
    min-width: 1150px;
}

#header .header_upper .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
}

#header .logo_brand {
    width: 40px;
    padding-top: 8.5px;
}

#header .logo_brand a {
    display: block;
    line-height: 1;
}

#header .h_nav {
    position: relative;
}

#header .h_nav_pc {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

#header .h_nav_pc .h_btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #036EA8;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#header .h_nav_pc .h_btn.h_btn_primary a {
    background: #bba170;
}

#header .h_nav_pc .h_btn a:hover {
    color: #036EA8;
}

#header .h_nav_pc .h_btn.h_btn_primary a:hover  {
    color: #bba170;
}

#header .h_nav_pc .h_btn a:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 36px;
    background: #FFF;
    transform: translateX(-100%);
    transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#header .h_nav_pc .h_btn a:hover:after {
    transform: translateX(0%);
}

#header .h_nav_pc .h_btn a .caption {
    position: relative;
    z-index: 2;
}

#header .h_nav li a {
    display: block;
    color: #fff;
}

#header .h_nav li .img-svg {
    width: 12px;
}
#header .h_nav .h_tel {
    padding: 0 0 0 3px;
    margin-right: 29px;
}
#header .h_nav li.ico2 .img-svg {
    width: 13px;
}

#header .h_nav li .icon {
    vertical-align: middle;
}

#header .h_nav li .icon.-pin {
    font-size: 1.05rem;
}

#header .h_nav li .icon.-mail {
    font-size: .8rem;
}

#header .h_nav li .icon.-mobile {
    margin-right: 6px;

    font-size: 1.1rem;

    color: #fff;
}

#header .h_nav .tel_number {
    margin-top: -4px;

    font-size: 16px;
    font-weight: 500;

    letter-spacing: 2px;

    color: #fff;
}
#header .h_nav .tel_sm {
    font-size: 10px;

    letter-spacing: 1.2px;
}

@media only screen and (max-width: 979px) {
    #header .header_upper {
        position: fixed;
        top: 0;
        width: 100%;
        height: 58px;
        padding: 0 0 0 4px;
    }
    #header .logo_brand {
        width: 40px;
        padding-top: 0;
        align-self: flex-end;
    }
    #header .menu_icon {
        display: flex;
        align-items: center;
        column-gap: 21px;
        margin-right: 60px;
    }
    #header .h_nav li .img-svg {
        width: 15px;
    }
}
.btn_toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 15.5px;
    height: 16px;
    cursor: pointer;
}

.btn_toggle .line {
    position: absolute;
    left: 0;
    display: block;
    width: 15.5px;
    height: 1.74px;
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;
    border-radius: 0;
    background: #bba170;
}

.btn_toggle .line:nth-of-type(1) {
    top: 0;
}

.btn_toggle .line:nth-of-type(2) {
    top: 50%;

    margin-top: -1px;
}

.btn_toggle .line:nth-of-type(3) {
    top: 100%;

    margin-top: -1px;
}

.btn_toggle.collapsed .line:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
       -moz-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
}

.btn_toggle.collapsed .line:nth-of-type(2) {
    opacity: 0;
}

.btn_toggle.collapsed .line:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
       -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);
}

@media only screen and (max-width: 979px) {
    .btn_toggle {
        right: 21px;
        display: block;
        width: 20px;
        height: 16px;
        cursor: pointer;
    }

    .btn_toggle .line {
        position: absolute;
        left: 0;
        display: block;
        width: 20px;
        height: 1.74px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
                transition: all .4s;
        border-radius: 0;
        background: #bba170;
    }
}

#header .header_logo {
    display: flex;
    align-items: center;
    height: 57px;
    margin-top: 57px;
    background-color: #fff;
}

#header .logo {
    padding: 0 0;
    font-size: 24px;
}

#header .logo a {
    display: block;
    line-height: 1;
    transition: opacity 0.3s ease;
}

#header .logo a:hover {
    opacity: 0.5;
}

.txt_gold {
    color: #bba170;
}

header .inner .logo {
    margin-left: 0;
    border: none;
}

#header .logo img {
    vertical-align: middle;
}

#header .logo .c_logo {
    position: relative;
    top: -2px;

    width: 123px;
    margin-left: 27px;
}

@media only screen and (max-width: 979px) {
    #header .header_logo .inner {
        padding: 0 17px;
    }
    #header .header_logo .logo {
        font-size: 18px;
    }
    header .inner .logo a img:nth-child(1) {
        width: auto;
        height: 15px;
    }
    #header .logo .c_logo {
        position: relative;
        top: 0;
        width: auto;
        margin-left: 10px;
    }
}

.tel-span {
    line-height: 1.0;

    color: #fff!important;
}

/* #header .h_nav .menu_iconsp {
    display: flex;
    padding: 12px 0;

    align-items: center;
    flex-wrap: wrap;
} */

/*--------------------------------------------------------------
### Menu
--------------------------------------------------------------*/
#gnav {
    /* position: absolute;*/
    position: fixed;
    top: 58px;
    z-index: 9999;

    display: none;
    width: 100%;
    min-width: 1150px;
}

#gnav.sticky {
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#gnav.sticky.fixed {
    position: fixed;
    top: 0;
    z-index: 4;

    display: block;
    width: 100%;

    -webkit-animation-name: stickySlideDown;
            animation-name: stickySlideDown;
}

@-webkit-keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);

        opacity: .7;
    }

    100% {
        transform: translateY(0);

        opacity: 1;
    }
}



@keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);

        opacity: .7;
    }

    100% {
        transform: translateY(0);

        opacity: 1;
    }
}

.g_navi {
    z-index: 4;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 58px;

    background-color: #BBA171;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g_navi .g_navi_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1120px;
    max-width: 100%;
    column-gap: 32px;
}

.g_navi .g_navi_list li {
    position: relative;
}

.g_navi .g_navi_list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.g_navi .g_navi_list li a:hover {
    opacity: 0.5;
}

.g_navi .g_navi_list li ul.dropdown {
    display: none;
}

.g_navi .g_navi_list li ul.dropdown {
    position: absolute;
    top: 57px;
    left: 0;
    width: fit-content;
    text-align: center;
    pointer-events: none;
    background-color: #f5f5f5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

.g_navi li.active ul.dropdown.open,
.g_navi li ul.dropdown.open {
    z-index: 2;
    pointer-events: auto;
    opacity: 1;
}

.g_navi li ul.dropdown li {
    position: relative;
}
.g_navi li ul.dropdown li a {
    background: #CCBB94;
}

.g_navi li ul.dropdown li:last-child {
    margin-right: 0;
}

.g_navi ul.dropdown .s_info {
    position: relative;

    width: 187px;
    height: 194px;

    text-align: center;

    border-radius: 10px;
}

.g_navi ul.dropdown .s_info .m_img {
    width: 100%;
    height: auto;
}

.g_navi ul.dropdown .s_info:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    background: url(/operation/aga/common/img/bg_nav_menu.png) no-repeat;
    background-size: 100% auto;
}

.g_navi li ul.dropdown .m_box {
    position: absolute;
    top: -5px;
    left: -8px;

    width: 80px;
    height: 84px;
    padding: 10px 0 8px;
}

.g_navi li ul.dropdown .m_box .num {
    width: 22px;
    height: 22px;

    font-size: 13px;
}

.g_navi ul.dropdown .s_info_body {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}

.g_navi ul.dropdown .s_tit {
    margin-right: 0 !important;
    margin-bottom: 4px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    color: #0077e1;
}

.g_navi ul.dropdown .s_copy {
    margin-bottom: 5px;

    font-size: 12px;
    font-weight: 500;
}

.g_navi ul.dropdown .btn-primary {
    width: 110px;
    height: 28px;
    margin: 0 auto 10px;

    font-size: 10px;
}

.icon-right:after {
    position: absolute;
    top: 50%;
    right: 8px;

    content: "\e902";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #0077e1;
}

.g_navi li ul.dropdown li a:hover {
    opacity: .7;
}

.txt_b {
    font-weight: 700;

    color: #0077e1;
}

.m_box {
    position: relative;

    box-sizing: border-box;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgb(0, 0, 0, .16);
       -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 8px rgb(0, 0, 0, .16);
}

.m_box img {
    width: 100%;
    height: auto;

    border-radius: 10px;
}

.m_box .num {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-flex;

    font-weight: 500;

    color: #fff;
    background-color: #0077e1;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
}

@media only screen and (max-width: 979px) {
    .menu_icon {
        display: flex;
    }

    #gnav {
        position: fixed;
        top: 58px;
        z-index: 100;

        display: none;
        width: 100%;
        height: calc(100vh - 58px);
        min-width: inherit;
        padding-bottom: 58px;
        margin: 0;
        overflow-y: auto;
        clear: both;

        border-top: 1px solid #333;
        background-color: #000;

        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    #gnav.open {
        z-index: 1000;
    }

    #gnav.sticky.fixed {
        display: none;
    }

    .g_navi {
        height: auto;
        flex-direction: column;
        background-color: #000;
    }

    #gnav .g_navi_list {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    #gnav .g_navi_list li {
        float: none;
        margin-left: 0;
        border-bottom: 1px solid #333;
    }

    #gnav .g_navi_list li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        padding: 0 20px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1;
        font-weight: normal;
    }

    #gnav li a {
        position: relative;
        display: block;
        padding: 0;
        padding: 0 10px 0 0;
        margin-left: 0;
    }

    #gnav li .parents {
        position: relative;
    }

    #gnav li .parents::before,
    #gnav li .parents::after {
        content: "";
        width: 10px;
        height: 1px;
        background-color: #bba170;
        position: absolute;
        top: calc(50% - 1px);
        right: 20px;
        z-index: 99999;
        transform: rotate(0deg);
        transition: 0.3s ease-in-out;
    }

    #gnav li .parents::after {
        transform: rotate(90deg);
    }

    #gnav li .parents.open::after {
        transform: rotate(0deg);
    }

    /* #gnav li .parents:before,
    #gnav li .parents:after {
        content: "";
        position: absolute;
        right: 25px;
        width: 18px;
        height: 18px;
        margin: 0;
        text-align: center;
    } */

    /* #gnav li.menu-sp-tog .tog_icn {
        position: absolute;
        right: 25px;
        width: 18px;
        height: 18px;
        margin: 0;
        text-align: center;
    }

    #gnav li.menu-sp-tog .tog_icn:before,
    #gnav li.menu-sp-tog .tog_icn:after {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;
        margin: 0 auto;

        content: "";
        transition: transform .25s ease-out;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: #BBA171;
    }

    #gnav li.menu-sp-tog .tog_icn:before {
        width: 10px;
        height: 1px;
    }

    #gnav li.menu-sp-tog .tog_icn:after {
        width: 1px;
        height: 10px;
    }

    #gnav li.menu-sp-tog.open .tog_icn:before {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    #gnav li.menu-sp-tog.open .tog_icn:after {
        background-color: transparent;
    } */

    #gnav li ul.dropdown {
        position: relative;
        top: 0;
        left: 0;

        display: none;
        width: 100%;
        padding: 15px 0;

        text-align: left;
        pointer-events: auto;

        opacity: 1;
        background: #333;
    }

    #gnav li ul.dropdown li {
        width: 100%;
        margin: 0 0 0;

        font-size: 11px;
        line-height: 1.8;

        color: #cecece;
        border-bottom: none;
    }

    #gnav li ul.dropdown li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 40px;
        padding: 0 28px;
        background: none;
        color: #cecece;
        font-size: 11px;
    }

    #gnav .g_navi_sns {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
        margin-top: 38px;
    }

    #gnav .g_navi_sns li a {
        height: 20px;
    }

    #gnav .g_navi_sns li a img {
        height: 28px;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.related_common {
    max-width: 1160px;
    margin-inline: auto;
    padding: 80px 20px 0 20px;
}

.related_common_title {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}

.related_common_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}

.related_common_list li {
    width: 163px;
}

@media only screen and (min-width: 980px) {
    .related_common_list li a {
        transition: opacity 0.3s ease;
    }
    .related_common_list li a:hover {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 979px) {
    .related_common {
        padding: 80px 15px 0 15px;
    }
    .related_common_title {
        font-size: 20px;
    }
    .related_common_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 18px;
        row-gap: 15px;
        margin-top: 28px;
    }
    .related_common_list li {
        width: 100%;
    }

    .related_common_list li img {
        width: 100%;
    }
}


#ft_tel {
    min-height: 88px;
    margin-top: 140px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

#ft_tel .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

#ft_tel .tel_col {
    display: flex;
    align-items: center;
    min-height: 88px;
}

#ft_tel .tel_copy {
    padding-right: 70px;
    font-size: 21px;
    letter-spacing: 0.1em;
}

#ft_tel .icon_mobile::before {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 30px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1;
    content: "\EA03";
    vertical-align: top;
}

#ft_tel .tel {
    display: inline-block;
    padding-left: 13px;

    font-size: 28px;
}

#ft_tel .tel .time {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-align: center;
}

#ft_tel .btn_gp {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

#ft_tel .btn_gp li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #FFF;
    background: #bba170;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#ft_tel .btn_gp li a:hover {
    color: #bba170;
}

#ft_tel .btn_gp li a:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    transform: translateX(-100%);
    transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#ft_tel .btn_gp li a .caption {
    position: relative;
    z-index: 2;
}


#ft_tel .btn_gp li a:hover:after {
    transform: translateX(0%);
}

#ft_breadcrumb {
    height: 40px;

    background-color: #000;
}

#ft_breadcrumb .inner {
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
    padding: 0 20px 0 20px;
}

#ft_breadcrumb .inner ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    height: 40px;
}

#ft_breadcrumb li {
    font-size: 10px;
    color: #cecece;
    line-height: 1;
}

#ft_breadcrumb li a {
    display: flex;
    align-items: center;
    color: #cecece;
    text-decoration: none;
}

#ft_breadcrumb li a:after {
    display: inline-block;
    margin-left: 15px;

    font-family: "icomoon" !important;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    content: "";
    content: "\e902";
    vertical-align: middle;
    text-transform: none;

    color: #646464;

    speak: never;
}

#ft_breadcrumb .ico_logo img {
    width: 22px;
}


@media only screen and (max-width: 979px) {
    #ft_breadcrumb .inner {
        padding-inline: 15px;
    }
}

footer {
    width: 100%;
    margin-top: 0;
    background-color: #000;
}

.footer_wrapper {
    max-width: 1160px;
    padding: 20px 20px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 979px) {
    footer {
        margin-top: 120px;
    }
    .footer_wrapper {
        padding: 0 0 10px;
    }
}
.footer_nav {
    width: 100%;
    display: flex;
    column-gap: 80px;
}
.footer_nav_item a {
    display: block;
    padding: 4px 0;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

.footer_nav_item .dropdown {
    margin-left: 1.1em;
}

.dropdown_clinic {
    column-count: 2;
}

.dropdown_clinic li {
    margin-right: 39px;
}

@media only screen and (min-width: 980px) {
    .footer_nav_item a {
        transition: opacity 0.3s ease;
    }
    .footer_nav_item a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 979px) {
    .footer_nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        column-gap: 0;
    }
    .footer_nav_item a {
        position: relative;
        display: block;
        padding: 22px 18px;
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
    }

    .footer_nav_item:not(.notdrop-sp) .dropdown {
        display: none;
        margin-left: 0;
    }

    .footer_nav_item.notdrop-sp .dropdown {
        margin-left: 0;
    }

    .dropdown_clinic {
        column-count: 2;
    }

    .dropdown_clinic li {
        margin-right: 39px;
    }

    .footer_nav_item:not(.notdrop-sp) .dropdown li a {
        background: #333333;
        padding-left: 36px;
        color: #CECECE;
        font-size: 11px;
    }

    .footer_nav_item a.parents::before,
    .footer_nav_item a.parents::after {
        content: "";
        width: 10px;
        height: 1px;
        background-color: #bba170;
        position: absolute;
        top: calc(50% - 1px);
        right: 20px;
        z-index: 99999;
        transform: rotate(0deg);
        transition: 0.3s ease-in-out;
    }

    .footer_nav_item a.parents::after {
        transform: rotate(90deg);
    }

    .footer_nav_item a.parents.open::after {
        transform: rotate(0deg);
    }

    .dropdown_clinic {
        column-count: 1;
    }

    .dropdown_clinic li {
        margin-right: 0;
    }
}

.footer_lower {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 72px;
}

.footer_logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 979px) {
    .footer_lower {
        margin-top: 0;
    }
    .footer_logo {
        margin-top: 55px;
    }
    .footer_logo img {
        width: 45.565px;
        height: 52.865px;
    }
}

.footer_sns {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 23px;
}

@media screen and (max-width: 979px) {
    .footer_sns {
        margin-top: 13px;
    }
}

.footer_sns li a {
    transition: 0.3s ease-in-out;
}
.footer_sns li a:hover {
    opacity: 0.5;
}
.footer_sns li a img {
    max-height: 24px;
}

.footer_copy {
    margin-top: 33px;
    font-size: 10px;
    text-align: center;
    color: #bba170;
}

@media screen and (max-width: 979px) {
    .footer_copy {
        margin-top: 23px;
        font-size: 8px;
    }
}
