@charset "utf-8";
/* CSS Document */
:root {
  --border-divider: #bababa;
}
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-feature-settings: 'palt';
  color: #030303;
}
a {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
a:hover {
  opacity: 0.7;
}
a[tabindex='-1']:hover {
  opacity: 1;
}
a:visited {
  color: inherit;
}
picture {
  display: block;
}
main.fs-l-main {
  display: block;
  width: 100%;
  max-width: unset;
  margin: 0;
  padding: 0;
}
section.fs-l-pageMain {
  max-width: unset;
}
br.pc {
  display: none;
}
br.sp {
  display: block;
}
@media screen and (min-width: 750px) {
  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
}

/* コンテンツ */
.info-wrap {
  width: calc(100% - 11vw);
  margin: 11% auto 20%;
}
.info-wrap h2 {
  text-align: center;
  margin-bottom: 11%;
}
.info-wrap h2 img {
  width: auto;
  height: 4.5vw;
}
.info-wrap h2 img.bigger-height {
  height: 5vw;
}
.info-wrap h2 span {
  display: none;
}

@media screen and (min-width: 750px) {
  .info-wrap {
    width: calc(100% - 28vw);
    margin: 6% auto 10%;
  }
  .info-wrap h2 {
    margin-bottom: 8%;
  }
  .info-wrap h2 img {
    height: 2.4vw;
  }
  .info-wrap h2 img.bigger-height {
    height: 2.7vw;
  }
  .info-wrap .shop-btn-container {
    padding: 0 8%;
  }
}

.info-wrap h3 {
  text-align: center;
  margin-bottom: 7%;
}
.info-wrap h3 img {
  width: auto;
  height: 3.8vw;
}
.info-wrap h3 img.bigger-height {
  height: 4.8vw;
}
.info-wrap h3 span {
  display: none;
}
@media screen and (min-width: 750px) {
  .info-wrap h3 img {
    height: 1.95vw;
  }
  .info-wrap h3 img.bigger-height {
    height: 2.53vw;
  }
}

/* イントロ */
.intro {
  text-align: center;
  padding-bottom: 12%;
  margin-bottom: 16%;
  border-bottom: 0.5px solid var(--border-divider);
}
.intro p {
  font-size: 3.7vw;
  letter-spacing: 0.15em;
  line-height: 2.4;
  margin-bottom: 0.6em;
}
.intro p.note {
  font-size: 2.9vw;
  letter-spacing: 0.15em;
  line-height: 2.15;
}
@media screen and (min-width: 750px) {
  .intro {
    padding-bottom: 10%;
    margin-bottom: 12%;
  }
  .intro p {
    font-size: 1.9vw;
    margin-bottom: 0;
  }
  .intro p.note {
    font-size: 1.4vw;
  }
}

/* オンラインストア */
#onlineStore {
  padding-bottom: 12%;
  margin-bottom: 16%;
  border-bottom: 1px solid var(--border-divider);
}
#onlineStore .to-shop-btn {
  display: block;
  width: 100%;
  margin-bottom: 5.7%;
}
#onlineStore .to-shop-btn img {
  width: 100%;
}
@media screen and (min-width: 750px) {
  #onlineStore {
    padding-bottom: 8.5%;
    margin-bottom: 12%;
  }
  #onlineStore .to-shop-btn {
    margin-bottom: 4.3%;
  }
}

/* 実店舗インフォ */
#shopInfo {
}
#shopInfo .shop-group {
  margin-bottom: 16.5%;
}
#shopInfo .shop-group::after {
  content: '';
  display: block;
  width: 28%;
  height: 0.5px;
  margin: 0 auto;
  background-color: var(--border-divider);
}
#shopInfo .shop-group.no-divider::after {
  content: none;
}
#shopInfo .shop-group.end::after {
  width: 100%;
}
#shopInfo .shop-container {
  margin-bottom: 16%;
}
#shopInfo .shop-image {
  width: 100%;
  margin-bottom: 5%;
}
#shopInfo h4 {
  font-size: 4.4vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 3.8%;
}
#shopInfo dl dt {
  font-weight: 300;
  font-size: 2.6vw;
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 0.6% 1.4% 0.13%;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
#shopInfo dl dd {
  font-size: 3.3vw;
  letter-spacing: 0.1em;
}
#shopInfo dl dd span {
  font-size: 0.74em;
  margin-left: 0.5em;
  letter-spacing: 0.12em;
}
#shopInfo dl dd + dt {
  margin-top: 2.1%;
}
@media screen and (min-width: 750px) {
  #shopInfo .shop-group {
    margin-bottom: 11%;
  }
  #shopInfo .shop-group::after {
    width: 17%;
  }
  #shopInfo .shop-container {
    margin-bottom: 11%;
    display: flex;
    gap: 3%;
  }
  #shopInfo .shop-group .shop-container:not(.golf):not(:last-child):not(:only-child) {
    margin-bottom: 8%;
  }
  #shopInfo .shop-image {
    flex-shrink: 0;
    width: 47.5%;
    margin-bottom: 0;
  }
  #shopInfo .shop-image img {
    margin-top: 1%;
  }
  #shopInfo h4 {
    font-size: 1.8vw;
    letter-spacing: 0.12em;
    margin-bottom: 5%;
    line-height: 1.4;
  }
  #shopInfo dl dt {
    font-size: 1.2vw;
    margin-bottom: 0.3em;
  }
  #shopInfo dl dd {
    font-size: 1.46vw;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  #shopInfo dl dd + dt {
    margin-top: 2.6%;
  }
}

/* 全国GOLF SHOP */
#shopInfo .shop-container.golf {
  margin-bottom: 11%;
  border-left: 3px solid #000;
  padding-left: 5%;
}
#shopInfo .shop-container.golf:last-of-type {
  margin-bottom: 16%;
}
#shopInfo .shop-container.golf h4 {
  margin-bottom: 3%;
}
#shopInfo .shop-container.golf dl .row {
  display: flex;
  align-items: flex-start;
  gap: 1.8%;
}
#shopInfo .shop-container.golf dl .row:first-of-type {
  margin-bottom: 1.8%;
}
@media screen and (min-width: 750px) {
  #shopInfo .shop-container.golf {
    display: block;
    margin-bottom: 5.8%;
    border-left: 5px solid #000;
    padding-left: 3.3%;
  }
  #shopInfo .shop-container.golf:last-of-type {
    margin-bottom: 11%;
  }
  #shopInfo .shop-container.golf h4 {
    margin-bottom: 1.7%;
  }
  #shopInfo .shop-container.golf dl .row {
    gap: 1.3%;
  }
  #shopInfo .shop-container.golf dl .row:first-of-type {
    margin-bottom: 1.2%;
  }
  #shopInfo .shop-container.golf dl dt {
    padding: 0.5% 1% 0.13%;
  }
}

/* TOPへ */
.top-link-area {
  text-align: center;
  margin-bottom: 16%;
}
.top-link-area a {
  display: inline-block;
}
.top-link-area a img {
  width: 10vw;
}
@media screen and (min-width: 750px) {
  .top-link-area {
    padding-top: 4%;
    margin-bottom: 12%;
  }
  .top-link-area a img {
    width: 4.5vw;
  }
}

/* フッター */
/* footer {
  position: relative;
}
footer .footer-logo-flex {
  position: absolute;
  bottom: 7%;
  right: 5%;
  width: 82%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .footer-logo-flex .insta {
  width: 28%;
}
footer .footer-logo-flex .logo {
  width: 58%;
}

@media (min-width: 451px) {
  footer .footer-logo-flex {
    bottom: 20%;
    right: 4.2%;
    width: 42%;
  }
  footer .footer-logo-flex .insta {
    width: 25%;
  }
  footer .footer-logo-flex .logo {
    width: 65%;
  }
} */
