@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

fieldset {
  display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

body/**/table {
  line-height: 1.5;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

img {
  border: 0;
  max-width: 100%;
}

i {
  padding: 5px 5px 2px 0;
}

p {
  word-break: break-all;
}

/* Flexible Images */
img {
  max-width: 100%;
  height: auto;
  width/***/	: auto;
}

submit {
  -webkit-appearance: none;
}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans JP", Meiryo, MS PGothic, arial, sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  font-smoothing: auto;
}
body *,
body *:before,
body *:after {
  box-sizing: border-box;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contents {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

#wrap {
  margin: 0 auto;
  text-align: center;
}

body > #wrap {
  height: auto;
}

.spStyle {
  display: none;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .spStyle {
    display: block;
  }
  .pcStyle {
    display: none;
  }
  .contents {
    padding: 0 10px;
  }
  #wrap {
  }
}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img {
  opacity: 0.85;
}

a:link {
  text-decoration: none;
  color: #231815;
}

a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a.telLink {
    pointer-events: none;
  }
}

/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

header .inner {
  max-width: 1600px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

header .inner h1 {
  justify-content: center;
  max-width: 765px;
  width: 45%;
  padding-left: 10px;
}

header .inner h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 353px;
  width: 100%;
}

header .inner h1 img {
  transform: translateY(7px);
}
header .inner ul {
  align-items: stretch;
  margin-left: 20px;
  max-width: 650px;
  width: 80%;
}
header .inner ul li {
  border-left: solid 1px #fff;
}
header .inner ul li:first-child {
  border-left: none;
}
header .inner ul li.li_taiken {
  max-width: 340px;
  width: 57%;
}
header .inner ul li.li_visitor {
  max-width: 260px;
  width: 44%;
}

header .inner ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231815;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
header .inner ul li a span.i-rap {
  position: relative;
  line-height: 1.1;
}
header .inner ul li.li_taiken a span.i-rap::before {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/icon_beginner_2x.png") no-repeat center / contain;
  width: 17px;
  height: 24px;
  transform: translateY(4px);
  margin-right: 10px;
}
header .inner ul li.li_visitor a span.i-rap::before {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/icon_golfball.svg") no-repeat center / contain;
  width: 18px;
  height: 24px;
  transform: translateY(3px);
  margin-right: 10px;
}
header .inner ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header .inner ul li a span.min {
  display: inline-block;
  line-height: 1.3;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  header .inner ul li a {
    font-size: 1.8rem;
  }
  header .inner ul li a span.min {
    font-size: 1rem;
  }
  header .inner ul li.li_visitor a span.i-rap::before {
    width: 15px;
    height: 20px;
  }
  header .inner ul li.li_taiken a span.i-rap::before {
    width: 14px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  header {
    height: 50px;
  }
  header .inner h1 {
    padding-left: 10px;
    max-width: 250px;
    width: 55%;
  }
  header .inner h1 img {
    transform: translateY(2px);
  }
  header .inner ul {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 14px;
    max-width: inherit;
    z-index: 100;
    border-top: solid 1px #fff;
    margin-left: 0;
  }
  header .inner ul li.li_taiken,
  header .inner ul li.li_visitor {
    max-width: inherit;
    width: 50%;
  }
  header .inner ul li a {
    font-size: clamp(1.2rem, 0.346rem + 1.395vw, 1.6rem);
    height: 55px;
    padding: 0 5px;
  }
  header .inner ul li a.llink_red {
    background: #B29137;
  }
  header .inner ul li a span.i-rap {
    line-height: 1.2;
  }
  header .inner ul li.li_taiken a span.i-rap::before {
    width: 10px;
    height: 17px;
  }
  header .inner ul li.li_visitor a span.i-rap::before {
    width: 11px;
    height: 17px;
  }

}

/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock {
  clear: both;
}
.dlStyle01 dt,
.dlStyle01 dd {
  text-align: left;
}
.dlStyle01 dt {
  font-weight: 500;
  float: left;
}
.dlStyle01 dd {
  margin-bottom: 10px;
  padding-left: 16em;
}
.dlStyle01 dd::after {
  content: "";
  display: block;
  clear: both;
}

/* news
/* ----------------------------------------- */
.newsContainer dt,
.newsContainer dd {
  text-align: left;
}
.newsContainer dt {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.newsContainer dt .catLabel {
  margin-left: 10px;
  background: #231815;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 20px;
  padding: 3px 5px 5px;
  min-width: 100px;
  text-align: center;
}
.newsContainer dd {
  border-bottom: solid 1px #231815;
  padding: 20px 0;
  padding-left: 13.75em;
}
.newsContainer dd:first-of-type {
  border-top: solid 1px #231815;
}
.newsContainer dd::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 500px) {
  .newsContainer dt {
    float: none;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .newsContainer dt:first-of-type {
    border-top: solid 1px #231815;
  }
  .newsContainer dd {
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .newsContainer dd:first-of-type {
    border-top: none;
  }
  .newsContainer dt .catLabel {
    font-size: 1rem;
    min-width: 80px;
    line-height: 16px;
  }
}

/* FAQ
/* ----------------------------------------- */
.faqContainer {
  border-top: solid 1px #231815;
}
.faqContainer dl {
  border-bottom: solid 1px #231815;
  padding: 20px 0 0;
}
.faqContainer dl dt,
.faqContainer dl dd {
  text-align: left;
  position: relative;
  font-weight: 500;
}
.faqContainer dl dt::before,
.faqContainer dl dd::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
}
.faqContainer dl dt {
  padding: 0 60px 20px 65px;
  font-size: 2rem;
  cursor: pointer;
}
.faqContainer dl dt::before {
  background: url("/img/p_q_2x.png") no-repeat center / contain;
  top: 2px;
  width: 24px;
  height: 24px;
}
.faqContainer dl dt .dli-plus {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 30%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: solid 1px #231815;
}
.faqContainer dl dt .dli-plus::before,
.faqContainer dl dt .dli-plus::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 15px;
  background: #333;
  position: absolute;
  top: 13px;
  right: 6px;
  transition: transform 0.3s ease;
}
.faqContainer dl dt .dli-plus::before {
  transform: rotate(90deg);
}
.faqContainer dl dt.open .dli-plus::before {
  transform: rotate(0);
}
.faqContainer dl dt.open .dli-plus::after {
  transform: rotate(180deg);
}

.faqContainer dl dd {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 65px;
  display: none;
}
.faqContainer dl dd::before {
  background: url("/img/p_a_2x.png") no-repeat center / contain;
  top: 20px;
  width: 20px;
  height: 23px;
}

@media screen and (max-width: 767px) {
  .faqContainer dl {
    padding: 10px 0 0;
  }
  .faqContainer dl dt {
    font-size: 1.6rem;
    padding: 0 40px 15px 40px;
  }
  .faqContainer dl dd {
    padding: 15px 15px 15px 40px;
  }
  .faqContainer dl dt::before,
  .faqContainer dl dd::before {
    left: 10px;
  }
  .faqContainer dl dt::before {
    width: 21px;
    height: 21px;
  }
  .faqContainer dl dd::before {
    width: 19px;
    height: 20px;
  }
  .faqContainer dl dt .dli-plus {
    width: 25px;
    height: 25px;
    top: 38%;
    right: 8px;
  }
  .faqContainer dl dt .dli-plus::before,
  .faqContainer dl dt .dli-plus::after {
    width: 13px;
    top: 11px;
    right: 5px;
  }
}

/* #bd_under
/* ----------------------------------------- */
#bd_under .keyVisual {
  background: url("/common/img/keyVisual.jpg") no-repeat center 70% / cover;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#bd_under .keyVisual .ttl {
  text-align: left;
  color: #fff;
  font-size: 3rem;
}

#bd_under #contentsBlock {
  padding: 60px 0;
}
#bd_under #contentsBlock p,
#bd_under #contentsBlock ul,
#bd_under #contentsBlock ol {
  text-align: left;
  margin-bottom: 20px;
}
#bd_under #contentsBlock ul > li,
#bd_under #contentsBlock ol > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.25em;
}

#bd_under #contentsBlock .lead {
  margin-bottom: 40px;
}

#bd_under #contentsBlock .container {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #bd_under .keyVisual {
    height: 200px;
  }
  #bd_under .keyVisual .ttl {
    font-size: 2.5rem;
  }
  #bd_under #contentsBlock {
    padding: 40px 0;
  }
  #bd_under #contentsBlock .container {
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer {
  background: #231815;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 30px 20px 7px;
  position: relative;
  z-index: 10;
}
footer .linkContainer {
  justify-content: center;
  padding: 20px 0;
}
footer .linkContainer li a {
  display: inline-block;
  color: #fff;
  border-right: solid 1px #fff;
  padding: 0 10px;
}
footer .linkContainer li:last-child a {
  border-right: none;
}

footer .snsContainer {
  justify-content: center;
  margin-bottom: 10px;
}
footer .snsContainer li:first-child {
  margin-right: 20px;
}
footer .snsContainer li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  color: #000;
  font-size: 3.2rem;
  padding: 0;
  margin: 0;
  transition: 0.2s;
}
footer .snsContainer li.line a {
  font-size: 3.5rem;
}
footer .snsContainer li a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
footer .snsContainer li a i {
  padding: 0;
  margin: 0;
}
footer .snsContainer li.line a i {
  transform: translateX(1px);
}

@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 28%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 424px) {
  footer .linkContainer {
    display: block;
  }
  footer .linkContainer li a {
    border-right: none;
    border-bottom: solid 1px #fff;
    padding: 8px 0;
  }
  footer .linkContainer li:last-child a {
    border: none;
  }
}

/* ------------------------------------------------------------------------ */

/* commands

/* ------------------------------------------------------------------------ */

.ifsp {
  display: none;
}

@media screen and (max-width: 424px) {
  .ifpc {
    display: none;
  }
}
