@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　ジョージアワインLP　テンプレート設定(template-style.css)ver.1 2025.10.14
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*ワインレッド*/
/*青紫*/
/*■■■■■■ HEADER ■■■■■■■*/
/*■■■■■■ CONTENTS MAIN ■■■■■■■*/
.footer-flex-box {
  padding: 0;
  width: 100%;
  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;
}

/*■■■■■■ FOOTER ■■■■■■■*/
footer {
  margin: 0;
  padding: 40px 0;
}

.text-copyright {
  margin: auto;
  width: auto;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-copy-read {
  margin: 10px auto;
  font-size: 1.4rem;
}

.footer-decoration {
  width: 100%;
  height: 200px;
}

.footer-leaf {
  margin: 0 0 80px;
  background: url("../images/footer-deco-leaf.png") center center repeat-x;
  background-size: auto 100%;
}

/*■■■■■■■ Map 埋め込み ■■■■■■*/
.gglmap-box {
  display: block;
  width: 100%;
  height: 0;
  padding: 75% 0 0 0;
  margin: 0;
  position: relative;
}
.gglmap-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/*■■■■■■■■■■■■■*/
/*■■■■■■■ トップに戻るボタン ■■■■■■*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 16px;
  bottom: 16px;
  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;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #822C3E;
  /*   デフォルトは非表示 */
  opacity: 0;
}

.pagetop:hover {
  background: #402B40;
}

.pagetop:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-width: 6px 0 0 6px;
  border-color: #FFF;
  border-style: solid;
  position: absolute;
  bottom: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 566px) {
  /*■■■■■■ HEADER (XS) ■■■■■■■*/
  header {
    margin: 0;
    padding: 0;
    background-color: #FFF;
  }
  .header-logo-box {
    margin: 0;
  }
  .header-logo-box a {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; /*左右のセンター*/
    gap: 15px;
    z-index: 399;
  }
  .header-logo-box a img {
    width: auto;
    height: 60px;
  }
  .logo-type {
    padding: 0;
    font-size: 3.4rem;
    color: #222;
    font-weight: 700;
    line-height: 1.2;
  }
  .logo-type small {
    font-size: 1.2rem;
    display: block;
  }
  /*■■■■■■ FOOTER ■■■■■■■*/
  .footer-decoration {
    width: 100%;
    height: 100px;
  }
  .footer-leaf {
    margin: 0 0 80px;
    background: url("../images/footer-deco-leaf.png") center center repeat-x;
    background-size: auto 100%;
  }
  /*■■■■■■■ トップに戻るボタン ■■■■■■*/
  .pagetop {
    bottom: 16px;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 567px) and (max-width: 767px) {
  /*■■■■■■ FOOTER ■■■■■■■*/
  .footer-decoration {
    width: 100%;
    height: 120px;
  }
  .footer-leaf {
    margin: 0 0 80px;
    background: url("../images/footer-deco-leaf.png") center center repeat-x;
    background-size: auto 100%;
  }
} /*SM*/
/*------------(MD)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*ヘッダー（MD）*/
  /*■■■■■■ FOOTER ■■■■■■■*/
  .footer-decoration {
    width: 100%;
    height: 160px;
  }
  .footer-leaf {
    margin: 0 0 80px;
    background: url("../images/footer-deco-leaf.png") center center repeat-x;
    background-size: auto 100%;
  }
} /*//MD*/
/*------------(LG)------------*/
/*//LG*/
/*------------(XL)------------*/
/*//XL*/
/*----------特殊　320px~1024 ハンバーガーメニュー共有----------*/
/*------------(XS)------------*/
/*//(XXS)*/