@charset "UTF-8";
/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ
5.サブページ

*****************************************/
/*レスポンシブ*/
/*フォントサイズ*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap");
/****************************************


フッター


*****************************************/
footer {
  padding: 120px 0 120px 0;
  font-family: "chapman", sans-serif;
  font-weight: 400; }
  @media all and (max-width: 1024px) {
    footer {
      padding: 50px 0 120px 0; } }
  footer .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    footer .inner .wrap {
      display: flex;
      justify-content: center;
      gap: 80px;
      margin-bottom: 80px; }
      @media all and (max-width: 1024px) {
        footer .inner .wrap {
          gap: 30px;
          margin-bottom: 50px; } }
      footer .inner .wrap .box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        footer .inner .wrap .box .footLogo {
          max-width: 140px;
          margin-bottom: 15px; }
          @media all and (max-width: 1024px) {
            footer .inner .wrap .box .footLogo {
              max-width: 90px; } }
          footer .inner .wrap .box .footLogo img {
            width: 100%;
            height: auto; }
        footer .inner .wrap .box .instagram a {
          display: flex;
          gap: 15px;
          text-decoration: none; }
          @media all and (max-width: 1024px) {
            footer .inner .wrap .box .instagram a {
              gap: 5px; } }
          footer .inner .wrap .box .instagram a img {
            width: 15px;
            height: auto; }
            @media all and (max-width: 1024px) {
              footer .inner .wrap .box .instagram a img {
                width: 10px; } }
          footer .inner .wrap .box .instagram a span {
            font-size: clamp(10px, 1.4vw, 16px);
            color: #FFF;
            text-decoration: none; }
    footer .inner .footBottom {
      display: flex;
      flex-direction: column;
      align-items: center; }
      footer .inner .footBottom .logoWc {
        margin-bottom: 10px; }
        @media all and (max-width: 1024px) {
          footer .inner .footBottom .logoWc {
            margin-bottom: 20px; } }
      footer .inner .footBottom .footTel {
        display: flex;
        gap: 15px;
        text-decoration: none;
        margin-bottom: 50px; }
        footer .inner .footBottom .footTel img {
          width: 15px;
          height: auto; }
        footer .inner .footBottom .footTel span {
          font-size: clamp(16px, 1.6vw, 16px);
          font-weight: bold;
          color: #FFF;
          text-decoration: none; }
    footer .inner small {
      display: block;
      text-align: center;
      color: #fff;
      letter-spacing: 0.1rem; }

.home footer {
  background-color: #9F2020; }

.page-thecasablanca footer {
  background-color: #31334B; }

.page-fair footer,
.page-reservation-thanks footer {
  background-color: #2B2B2B; }

/*# sourceMappingURL=footer.css.map */
