@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------
// footer
--------------------------------------------------------------*/
.gk-footer {
  margin: 0;
  padding: 0;
}

.gk-footer .gk-footer-info {
  background-color: #fff;
  box-shadow: 0 -3px 6px -6px rgba(0, 0, 0, .15);
  margin: -40px 0 0;
}

/*---------- お問い合わせ ----------*/
.gk-footer-ct {
  background-color: #6F9283;
  padding: 1px 35px 136px;
}

.gk-footer-ct .sec-ttl {
  color: #fff;
}

.gk-footer-ct ul {
  display: -webkit-box;
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 380px;
}

.gk-footer-ct ul .gk-footer-ct-btn {
  width: 100%;
}

.gk-footer-ct .gk-footer-ct-btn a {
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .15);
  display: block;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 30px 10px;
  text-align: center;
}

.gk-footer-ct .gk-footer-ct-btn a:hover {
  text-decoration: none;
}

.gk-footer-ct .gk-footer-ct-btn a img {
  margin: 0 auto 20px;
  width: 30px;
}

@media screen and (min-width: 960px){
  .gk-footer-ct ul {
    column-gap: 40px;
    max-width: 900px;
  }

  .gk-footer-ct .gk-footer-ct-btn a {
    aspect-ratio: auto;
    border-radius: 100px;
    font-size: 1rem;
    padding: 30px 20px;
    text-align: left;
  }

  .gk-footer-ct .gk-footer-ct-btn a img {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    width: 40px;
  }

  .gk-footer-ct .gk-footer-ct-btn a span {
    display: inline-block;
    vertical-align: middle;
  }
}

/*---------- フッターロゴ ----------*/
.gk-footer-logo {
  border-bottom: 1px solid #f6f6f9;
  margin: 0 0 1.6rem;
  padding: 0 0 1.6rem;
}

.gk-footer-logo img {
  margin: 0 auto 1rem;
  width: 140px;
}

.gk-footer-logo .gk-footer-txt {
  font-size: .85rem;
  line-height: 1.4;
  text-align: center;
}

.gk-footer-logo .gk-footer-txt p {
  margin-bottom: .5rem;
}

@media screen and (min-width: 960px){
  .gk-footer-logo {
    border-bottom: none;
  }
  
  .gk-footer-logo img {
    margin: 0 0 1.2rem;
  }
  
  .gk-footer-logo .gk-footer-txt {
    text-align: left;
  }
}

/*---------- フッターカテゴリーメニュー ----------*/
.gk-footer-menu {
  border-bottom: 1px solid #f6f6f9;
  margin: 0 0 1.6rem;
  padding: 2.5rem 0 1.6rem;
}

.gk-footer-menu h4 {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: .4rem;
}

.gk-footer-menu .gk-footer-cat {
  column-count: 2;
  line-height: 1.6;
}

.gk-footer-menu .gk-footer-cat li a {
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
}

.gk-footer-menu .gk-footer-cat li a::before {
  content: "─";
  margin-right: .5em;
  opacity: .2;
  vertical-align: 1px;
}

.gk-footer-menu .gk-footer-cont {
  column-count: 1;
}

@media screen and (min-width: 960px){
  .gk-footer-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    padding: 6rem 0 1.6rem;
  }  
}

/*---------- 決済方法 ----------*/
.gk-footer-info .gk-pay {
  border-bottom: 1px solid #f6f6f9;
  margin: 0 0 1.6rem;
  padding: 0 0 1.6rem;
  width: 100%;
}

.gk-footer-info .gk-pay img {
  width: 100%;
}

@media screen and (min-width: 960px){
  .gk-footer-info .gk-pay img {
    width: 350px;
  }
}

/*---------- フッターナビ ----------*/
.gk-footer-info .gk-footer-nav {
  line-height: 1.5;
  padding: 0 0 .8rem;
}

.gk-footer-info .gk-footer-nav li {
  display: inline-block;
}

.gk-footer-info .gk-footer-nav li a {
  font-size: .75rem;
  text-decoration: none;
}

.gk-footer-info .gk-footer-nav li a::after {
  content: "／";
  color: #222;
  margin: 0 10px;
}

.gk-footer-info .gk-footer-nav li:last-child a::after {
  display: none;
}

/*---------- コピーライト ----------*/
.gk-copyright {
  color: #222;
  font-size: .6rem;
  line-height: 1;
  padding: 0 20px 12px;
}

@media screen and (min-width: 960px){
  .gk-copyright {
    margin: 0 auto;
    max-width: 1200px;
  }
}
