@charset "UTF-8";
/*
LP：パナソニックオープンの観戦ペアチケット
*/
/* ---------------------------------------------
共通指定
--------------------------------------------- */
body,
a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

p {
  margin: 0 0 0.5rem;
}

img {
  vertical-align: bottom;
}

table {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse;
  margin: 1rem 0;
}
table th, table td {
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
}
table th {
  width: 30%;
  background-color: rgb(236, 245, 255);
}

.l-inner {
  width: calc(100vw - 2rem);
  margin-inline: auto;
}

.p-title--md {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 0.5rem 0;
  margin: 3rem 0 1rem;
  position: relative;
}
.p-title--md::after {
  content: "";
  background-color: rgb(0, 86, 177);
  width: 2rem;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.p-link {
  color: rgb(0, 86, 177);
  text-decoration: none;
  border-bottom: 1px solid rgb(0, 86, 177);
}

.p-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-list li p {
  text-indent: -0.875rem;
  padding: 0 0 0 1rem;
  margin: 0;
}
.p-list li p::before {
  content: "●";
  margin: 0 0.125rem 0 0;
}

.p-list.u-supplement {
  font-size: 0.875rem;
}
.p-list.u-supplement p {
  padding: 0 0 0 0.875rem;
}
.p-list.u-supplement p::before {
  content: "※";
}

/* ---------------------------------------------
モバイル用
--------------------------------------------- */
/* ---------------
ヘッダー（sm）
--------------- */
.l-header {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.75rem 0;
}
.l-header .p-logo,
.l-header .p-title {
  text-align: center;
}
.l-header .p-logo a {
  display: inline-block;
  vertical-align: bottom;
}
.l-header .p-logo img {
  width: 240px;
}
.l-header .p-title {
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
}

/* ---------------
メイン（sm）
--------------- */
section.p-hero .p-title--lg {
  font-size: 1.5rem;
  line-height: 1.5;
  white-space: normal;
}
section.p-hero .p-img {
  width: 100vw;
  margin: 1rem calc(50% - 50vw);
  background-color: rgb(0, 86, 177);
}
section.p-hero .p-img img {
  max-width: 1024px;
  margin-inline: auto;
}

section.p-cta .p-btn a {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 1rem;
  border-radius: 0.25rem;
  text-align: center;
}
section.p-cta .p-btn-primary {
  color: white;
  background-color: rgb(255, 69, 0);
}
section.p-cta .p-btn-secondary {
  color: white;
  background-color: rgb(0, 86, 177);
  margin: 0.75rem 0 0;
}

/* ---------------
フッター（sm）
--------------- */
.l-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  margin: 3rem 0 0;
}
.l-footer .p-logo,
.l-footer .p-copyright {
  text-align: center;
  margin: 0.5rem 0;
}
.l-footer .p-logo img {
  display: inline;
  width: 200px;
}
.l-footer .p-copyright {
  font-size: 0.75rem;
}

/* ---------------------------------------------
タブレット用
--------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: calc(768px - 4rem);
    margin-inline: auto;
  }
  /* ---------------
  ヘッダー（md）
  --------------- */
  /* ---------------
  メイン（md）
  --------------- */
  section.p-hero .p-title--lg {
    font-size: 2rem;
  }
  /* ---------------
  フッター（md）
  --------------- */
}
/* ---------------------------------------------
PC用
--------------------------------------------- */
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1024px;
    margin-inline: auto;
  }
  /* ---------------
  ヘッダー（lg）
  --------------- */
  /* ---------------
  メイン（lg）
  --------------- */
  /* ---------------
  フッター（lg）
  --------------- */
}

/*# sourceMappingURL=style-golf.css.map */
