#footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #666464; }
  #footer a {
    color: #666464; }
  #footer .footer-gray {
    background: #F2F5F5;
    padding: 40px 0 60px; }
  #footer .footer-logo {
    max-width: 150px;
    width: 100%;
    margin: auto; }
  #footer .footer-address {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 24px 0 32px; }
  #footer .footer-btns {
    width: 260px;
    max-width: 100%;
    margin: 0 auto 60px; }
  #footer .footer-btns-item + .footer-btns-item {
    margin-top: 15px; }
  #footer .footer-btns-item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 8px 20px;
    position: relative;
    border: 1px solid #6D6D6F;
    background: #fff;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: -0.02em; }
  #footer .footer-btns-item-a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  #footer .grandtop-btn {
    background-color: #bfaa91;
    color: #fff;
    max-width: 152px;
    width: 100%;
    height: 34px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    margin-bottom: 30px; }
  #footer .grandtop-btn::before {
    content: "";
    width: 15px;
    height: 15px;
    padding-left: 20px;
    background-image: url(../img/header/home-sp.png);
    background-repeat: no-repeat;
    background-size: 15px 12px;
    background-position: center; }
  #footer .footer-nav {
    width: 80%;
    margin: 0 auto; }
  #footer .footer-nav-col-ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.06em;
    position: relative;
    margin: 40px 0 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #6D6D6F; }
  #footer .footer-nav-col-ttl:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #0C0C0C;
    position: absolute;
    left: -16px;
    top: 0.5em; }
  #footer .footer-nav-col-item {
    border-bottom: 1px solid #6D6D6F; }
  #footer .footer-nav-col-item a {
    font-size: 16px;
    letter-spacing: 0.04em;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #footer .footer-nav-col-item a[target="_blank"]:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/footer2025/link.png) no-repeat center/contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 6px; }
  #footer .footer-nav .footer-li {
    border-bottom: 1px solid #ffffff; }
  #footer .footer-nav .footer-li:first-child {
    border-top: 1px solid #cccccc; }
  #footer .footer-nav .footer-li:first-child .footer-li-a {
    border-top: 1px solid #ffffff; }
  #footer .footer-nav .footer-li:first-child .footer-li-modal {
    border-top: 1px solid #ffffff; }
  #footer .footer-nav .footer-li-a {
    display: block;
    font-size: 13px;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    background-image: url(../img/footer/arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: center right 24px; }
  #footer .footer-nav .footer-li-modal {
    display: block;
    font-size: 13px;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    background-image: url(../img/footer/plus.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 20px; }
  #footer .footer-nav .footer-li-modal.clicked {
    background-image: url(../img/footer/minus.png); }
  #footer .footer-li-modal-nav li {
    border-bottom: 1px solid #ffffff; }
  #footer .footer-li-modal-nav li:first-child {
    border-top: 1px solid #ffffff; }
  #footer .footer-li-modal-nav li:last-child {
    border: none; }
  #footer .footer-li-modal-nav li a {
    display: block;
    font-size: 13px;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    background-image: url(../img/footer/arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: center right 24px; }
  #footer .footer-li-modal-nav li .footer-li-modal-open-btn {
    display: block;
    font-size: 13px;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    background-image: url(../img/footer/plus.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center right 24px; }
  #footer .footer-li-modal-nav li .footer-li-modal-open-btn.clicked {
    background-image: url(../img/footer/minus.png);
    background-size: 5.5px 1.5px;
    background-position: center right 26px; }
  #footer .footer-li-modal-list {
    display: none; }
  #footer .footer-li-link {
    display: none; }
  #footer .footer-li-modal-nav-sp-first .footer-li-modal-nav-li:first-child {
    border-top: 1px solid #cccccc; }
  #footer .footer-li-modal-nav-sp-first
.footer-li-modal-nav-li:first-child
.footer-li-link {
    border-top: 1px solid #fff; }
  #footer .footer-li-modal-nav-sp-first
.footer-li-modal-nav-li:last-child
.footer-li-link {
    border: none; }
  #footer .footer-wht {
    padding: 45px 0 36px; }
  #footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin: 0 0 48px; }
  #footer .footer-sns-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44px;
            flex: 0 1 44px; }
  #footer .footer-wht-flex-lft {
    width: 84%;
    margin: 0 auto; }
  #footer .footer-subnav-item + .footer-subnav-item {
    margin-top: 12px; }
  #footer .footer-subnav-item-a {
    color: #333333;
    font-size: 15px;
    letter-spacing: 0.08em; }
  #footer .footer-copyright {
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #0C0C0C; }
  #footer #side-bnr {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100000; }
  #footer .side-bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #footer .side-bnr-list a {
    display: block;
    width: 100%; }
  #footer .side-bnr-list a img {
    width: 100%; }
  #footer .side-bnr-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%; }
  #footer #side-bnr.side-bnr03 .side-bnr-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
  #footer .pcv {
    display: none; }
  #footer .spv {
    display: block; }

@media screen and (min-width: 767px) {
  #footer .side-bnr-spv {
    display: none; }
  #footer small {
    margin-bottom: 0; } }

@media screen and (min-width: 1000px) {
  #footer .footer-gray {
    padding: 70px 0 110px; }
  #footer .footer-rig {
    padding-top: 16px; }
  #footer .footer-li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%; }
  #footer .footer-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px; }
  #footer .footer-nav-col-ttl {
    font-size: 16px;
    margin: 48px 0 15px;
    padding: 0 0 0 15px;
    border: 0; }
  #footer .footer-nav-col-ttl:before {
    width: 8px;
    left: 0; }
  #footer .footer-nav-col-list:first-child .footer-nav-col-ttl:first-child {
    margin-top: 0; }
  #footer .footer-nav-col-item {
    border: 0; }
  #footer .footer-nav-col-item + .footer-nav-col-item {
    margin-top: 12px; }
  #footer .footer-nav-col-item a {
    font-size: 15px;
    padding: 0; }
  #footer .footer-nav-col-item a:hover {
    text-decoration: underline; }
  #footer .footer-li-modal-nav {
    display: block; }
  #footer .footer-nav .footer-li-modal {
    display: none; }
  #footer .footer-nav .footer-li:first-child {
    border: none; }
  #footer .footer-nav .footer-li {
    border: none;
    margin-bottom: 70px; }
  #footer .footer-li-modal-nav li a {
    border: none; }
  #footer .footer-li-modal-nav li .footer-li-modal-open-btn {
    border: none;
    background-position: center left;
    padding: 0;
    display: inline-block;
    color: #666464;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-left: 15px;
    cursor: pointer; }
  #footer .footer-li-modal-nav li .footer-li-modal-open-btn.clicked {
    background-position: center left; }
  #footer .footer-li-modal-nav li .footer-li-modal-list li a {
    font-size: 1.4rem;
    margin-left: 20px;
    text-indent: -16px; }
  #footer .footer-li-modal-nav li {
    border: none; }
  #footer .footer-li-modal-nav li:first-child {
    border: none; }
  #footer .footer-li-modal-nav li a {
    border: none;
    background-image: none;
    display: inline-block;
    padding: 0; }
  #footer .footer-nav .footer-li-a {
    border: none;
    background-image: none;
    display: inline-block;
    padding: 0; }
  #footer .footer-flex {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  #footer .footer-logo {
    margin: 0; }
  #footer .footer-address {
    line-height: 1.67;
    text-align: left;
    margin: 24px 0 50px; }
  #footer .footer-btns {
    margin: 0; }
  #footer .grandtop-btn {
    margin: 0;
    margin-bottom: 30px; }
  #footer .footer-li-link {
    display: inline-block;
    margin-bottom: 15px; }
  #footer .footer-li-link:hover {
    text-decoration: underline; }
  #footer .footer-li-modal-nav li a:hover {
    text-decoration: underline; }
  #footer .footer-li-link:before {
    content: "";
    padding-left: 10px;
    margin-right: 5px;
    background-image: url(../img/base/arrow03.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: center; }
  #footer .footer-li-modal-nav li a {
    display: inline-block;
    color: #666464;
    margin-bottom: 15px;
    font-size: 1.6rem;
    margin-bottom: 20px; }
  #footer .footer-li-modal-nav-li-link:before {
    content: "";
    padding-left: 15px;
    background-image: url(../img/base/arrow03.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: center; }
  #footer .footer-li-modal-nav-ml0 {
    padding-left: 0; }
  #footer .footer-li-modal-nav-sp-first .footer-li-modal-nav-li:first-child {
    border-top: none; }
  #footer .footer-li-modal-nav-sp-first
.footer-li-modal-nav-li:first-child
.footer-li-link {
    border-top: none; }
  #footer .footer-wht {
    padding: 36px 0; }
  #footer .footer-wht-flex {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #footer .footer-wht-flex-rig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  #footer .footer-sns {
    margin: 0;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #footer .footer-sns-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40px;
            flex: 0 1 40px; }
  #footer .footer-wht-flex-lft {
    width: auto;
    margin: 0; }
  #footer .footer-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px; }
  #footer .footer-subnav-item + .footer-subnav-item {
    margin-top: 0; }
  #footer .footer-subnav-item-a {
    color: #666464; }
  #footer .footer-copyright {
    margin-top: 15px; }
  #footer #side-bnr {
    width: auto;
    height: 500px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000000; }
  #footer #side-bnr.side-bnr-list-restaurant {
    height: 110px; }
  #footer #side-bnr.side-bnr03 {
    height: 500px; }
  #footer .side-bnr-list {
    display: block; }
  #footer .side-bnr-list a {
    max-width: 50px; }
  #footer .side-bnr-list a:first-child {
    margin-bottom: 10px; }
  #footer .footer-li-modal-open-btn {
    display: block; }
  #footer .pcv {
    display: block; }
  #footer .spv {
    display: none; } }

#side-bnr-2022.side-bnr03 {
  position: fixed;
  bottom: 0;
  z-index: 1000000; }
  #side-bnr-2022.side-bnr03 .side-bnr-list {
    background-color: #fff;
    padding: 5px; }
  #side-bnr-2022.side-bnr03 .side-bnr-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%; }

@media screen and (min-width: 767px) {
  #side-bnr-2022.side-bnr03 {
    right: 0;
    top: 0;
    height: 410px;
    margin: auto; }
    #side-bnr-2022.side-bnr03 .side-bnr-list {
      display: block; }
    #side-bnr-2022.side-bnr03 .side-bnr-list a {
      display: block;
      max-width: 110px;
      width: 100%; }
    #side-bnr-2022.side-bnr03 .side-bnr-list {
      background-color: transparent;
      padding: 0; }
    #side-bnr-2022.side-bnr03 .pcv {
      display: block; } }

#side-bnr-2022.side-bnr02 {
  position: fixed;
  bottom: 0;
  z-index: 1000000; }
  #side-bnr-2022.side-bnr02 .side-bnr-list {
    background-color: #fff;
    padding: 5px; }
  #side-bnr-2022.side-bnr02 .side-bnr-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%; }

@media screen and (min-width: 767px) {
  #side-bnr-2022.side-bnr02 {
    right: 0;
    top: 0;
    height: 270px;
    margin: auto; }
    #side-bnr-2022.side-bnr02 .side-bnr-list {
      display: block; }
    #side-bnr-2022.side-bnr02 .side-bnr-list a {
      display: block;
      max-width: 110px;
      width: 100%; }
    #side-bnr-2022.side-bnr02 .side-bnr-list {
      background-color: transparent;
      padding: 0; }
    #side-bnr-2022.side-bnr02 .pcv {
      display: block; } }
/*# sourceMappingURL=footer2025.css.map */