@charset "utf-8";
/* CSS Document */
body {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo;
  color: #000;
  font-weight: bold;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

img {
  vertical-align: bottom;
}

#wrapper {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  min-width: 1060px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 8888;
}

#wrapper .spnone {
  display: block !important;
}

#wrapper .spnone2 {
  display: inline-block !important;
}

#wrapper .pcnone {
  display: none !important;
}

#wrapper .pcnone2 {
  display: none !important;
}

a[href^='tel:'] {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}

#wrapper * {
  box-sizing: border-box;
}

.floatbox {
  overflow: hidden;
}

a.a_nolink:hover {
  cursor: default;
  opacity: 1;
}

#pagemap {
  color: #fff;
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, 'serif';
  background: #700c13;
  padding: 5px 0;
}

#menu_wrap {
  background: url('../img/kyushugolf_top_bg1.png') repeat-x;
  height: 336px;
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: left;
}

#menu_wrap ul {
  position: relative;
  z-index: 100;
  padding-left: 30px;
  padding-bottom: 16px;
  /*width: 1035px;ENTRY表示・ギャラリー未追加*/
  width: 1125px;
  margin: 10px auto;
  /*text-align: left;*/
  text-align: center;
}

#menu_wrap ul li {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-family: Georgia, 'Times New Roman', Times, 'serif';
  font-weight: normal;
  margin-right: 12px;
  line-height: 1;
  vertical-align: top;
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #menu_wrap ul li {
    transform: rotate(0.05deg);
  }
}

/* Firefox */
@-moz-document url-prefix() {
  #menu_wrap ul li {
    transform: rotate(0.03deg);
  }
}

/* safari */
_::-webkit-full-page-media,
_:future,
:root #menu_wrap ul li {
  transform: rotate(0.03deg);
}

/* Edge */
_:-ms-lang(x)::backdrop,
#menu_wrap ul li {
  transform: rotate(0.03deg);
}

_:-ms-lang(x)::-ms-backdrop,
#menu_wrap ul li {
  transform: rotate(0.03deg);
}

#menu_wrap ul li a.gray {
  color: #677688;
}

#menu_wrap ul li a:hover {
  opacity: inherit;
}

#menu_wrap ul li p {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo;
  font-size: 11px;
  font-weight: bold;
}

#menu_wrap ul li.menu a {
  display: inline-block;
  padding: 8px;
}

#menu_wrap ul li.menu a p {
  position: relative;
  /*transition: .3s;*/
  display: inline-block;
  line-height: 1.3;
  margin-top: 5px;
}

#menu_wrap ul li.menu a p::after {
  position: absolute;
  z-index: 100;
  bottom: -19px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #700c13;
}

#menu_wrap ul li.menu a:hover p::after {
  /*width: 100%;*/
}

#menu_wrap ul li.menu a.on p::after {
  /*width: 100%;*/
}

#menu_wrap ul li a.gray:hover p::after {
  width: 0;
}

#menu_wrap ul li.menu a.on,
.overview #menu_wrap ul li.menu a.overview,
.guide #menu_wrap ul li.menu a.guide,
.golfcourse #menu_wrap ul li.menu a.golfcourse,
.schedule #menu_wrap ul li.menu a.schedule,
.gallery #menu_wrap ul li.menu a.gallery,
.faq #menu_wrap ul li.menu a.faq,
.support #menu_wrap ul li.menu a.support {
  background: #fff;
  padding: 8px;
  border-radius: 5px;
  color: #000;
}

#menu_wrap ul li.menu a:hover {
  background: #fff;
  padding: 8px;
  border-radius: 5px;
  color: #000;
}

#toggle_wrap {
  display: none;
}

#entry_btn {
  color: #fff;
  font-size: 19px;
  position: absolute;
  right: 0;
  padding: 24px 34px;
  z-index: 99;
  font-family: arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  background: #1c6228;
  top: 31px;
}

#entry_btn p {
  font-size: 13px;
  font-weight: bold;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo;
  text-align: center;
}

/*ボタン*/
.btn1 {
  display: block;
  width: 540px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  color: #fff;
  margin: 0 auto;
  font-size: 22px;
  border-radius: 5px;
  padding: 20px 0;
  line-height: 1;
}

.btn1:before {
  content: '\f105';
  line-height: 1;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 33px;
  top: 13px;
  right: 23px;
}

.btn2 {
  background: #700c13;
}

.btn2_medical {
  background: #000;
  margin-top: 15px;
}

.entrysheet {
  margin-bottom: 15px;
}

.link_style1 {
  color: #004f99 !important;
  text-decoration: underline !important;
}

/*innerbox*/

/*footer*/
footer {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  padding: 50px 0;
  background: #700c13;
  color: #fff;
}

footer #foot_p1 {
  font-size: 18px;
  margin: 30px 0 10px;
}

footer .foot_p2 {
  margin-bottom: 10px;
}

footer #copy {
  margin-top: 30px;
}

footer .foot_line {
  margin-top: 20px;
  display: inline-block;
}
footer .foot_line-title {
  margin-bottom: 5px;
  font-size: 16px;
}
footer .foot_line-img {
  margin: 0 auto;
  width: 140px;
  img {
    width: 100%;
  }
}

/*パンくずリスト*/
#breadcrumb {
  font-size: 12px;
  margin-top: 20px;
  margin-left: 15px;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li::after {
  content: '>';
  margin: 0 4px;
}

#breadcrumb li:last-child::after {
  display: none;
}

#breadcrumb li:last-child {
  color: #700c13;
}

.past_bn {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 99;
}

@media screen and (max-width: 1350px) {
  /*innerbox*/
  #menu_wrap ul {
    width: 100% !important;
    min-width: 960px;
    padding-left: 10px;
    text-align: left;
  }

  .menu_wrap_center ul {
    text-align: center !important;
  }

  #menu_wrap ul li {
    font-size: 15px;
  }

  #menu_wrap ul li.menu a {
    padding: 7px;
  }

  #menu_wrap ul li.menu a.on,
  .overview #menu_wrap ul li.menu a.overview,
  .guide #menu_wrap ul li.menu a.guide,
  .golfcourse #menu_wrap ul li.menu a.golfcourse,
  .schedule #menu_wrap ul li.menu a.schedule,
  .gallery #menu_wrap ul li.menu a.gallery,
  .faq #menu_wrap ul li.menu a.faq,
  .support #menu_wrap ul li.menu a.support {
    padding: 7px;
  }

  #menu_wrap ul li.menu a:hover {
    padding: 7px;
  }

  #menu_wrap ul li {
    font-size: 17px;
  }
}

@media screen and (max-width: 1190px) {
  #menu_wrap ul li.menu a {
    padding: 5px;
  }

  #menu_wrap ul li.menu a.on,
  .overview #menu_wrap ul li.menu a.overview,
  .guide #menu_wrap ul li.menu a.guide,
  .golfcourse #menu_wrap ul li.menu a.golfcourse,
  .schedule #menu_wrap ul li.menu a.schedule,
  .gallery #menu_wrap ul li.menu a.gallery,
  .faq #menu_wrap ul li.menu a.faq,
  .support #menu_wrap ul li.menu a.support {
    padding: 5px;
  }

  #menu_wrap ul li.menu a:hover {
    padding: 5px;
  }

  #menu_wrap ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1110px) {
  #menu_wrap ul li {
    margin-right: 7px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    width: 100%;
  }

  img {
    width: 100%;
  }

  a {
    transition: none;
  }

  a:hover {
    opacity: inherit;
    transition: none;
  }

  a[href^='tel:'] {
    pointer-events: auto;
  }

  #wrapper {
    font-size: 13px;
    min-width: auto;
  }

  .innerbox1 {
    min-width: auto;
  }

  .innerbox2 {
    min-width: auto;
  }

  #wrapper .over1 {
    opacity: 1 !important;
  }

  #pagetop {
    display: none !important;
  }

  #wrapper .spnone {
    display: none !important;
  }

  #wrapper .spnone2 {
    display: none !important;
  }

  #wrapper .pcnone {
    display: block !important;
  }

  #wrapper .pcnone2 {
    display: inline-block !important;
  }

  #pagemap {
    display: none;
  }

  #menu_wrap {
    z-index: 1000;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    width: 100%;
    transition: all 0.6s;
    top: -500px;
    height: auto;
  }

  #menu_wrap ul {
    background: #000;
    border-top: 1px dashed #545454;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: static;
    min-width: auto;
    z-index: 1000;
    border-bottom: none;
  }

  #menu_wrap ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dashed #545454;
    margin-right: 0;
  }

  #menu_wrap ul li:nth-child(2),
  #menu_wrap ul li:nth-child(4) {
    margin: 0;
  }

  #menu_wrap ul li.logo {
    display: none;
  }

  #menu_wrap ul li:last-child {
    border-bottom: none;
  }

  #menu_wrap ul li a {
    color: #fff;
    padding: 2% 0;
    font-size: 3vw;
    width: 100%;
    line-height: 1;
  }

  #menu_wrap ul li p {
    font-size: 1.5vw;
  }

  #menu_wrap ul li.menu a:hover p::after {
    width: 0%;
  }

  #menu_wrap ul li.menu a.on p::after {
    width: 0%;
  }

  #menu_wrap.active {
    -moz-transform: translateY(542px);
    -webkit-transform: translateY(542px);
    transform: translateY(542px);
    width: 100%;
  }

  #menu_wrap.fixed {
    position: fixed;
    top: -500px;
  }

  #toggle_wrap {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 1001;
    color: #fff;
    background: #700c13;
  }

  #toggle_wrap a {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 10px;
    line-height: 1.4;
  }

  .Toggle {
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    float: right;
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    right: 10px;
  }

  .Toggle span:nth-child(1) {
    top: 10px;
  }

  .Toggle span:nth-child(2) {
    top: 19px;
  }

  .Toggle span:nth-child(3) {
    top: 28px;
  }

  .Toggle.active span:nth-child(1) {
    top: 19px;
    right: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8px;
  }

  #slide_wrap {
    height: 165px;
    border-bottom: 5px solid #b1986c;
    margin-top: 42px;
  }

  .top_wrap #slide_wrap {
    margin-top: 0;
  }

  #entry_btn {
    font-size: 15px;
    position: fixed;
    top: 62px;
    right: 0;
    z-index: 999;
    padding: 12px 12px;
    line-height: 1.1;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    letter-spacing: -3px;
    font-family: Georgia, 'Times New Roman', Times, 'serif';
    font-weight: normal;
  }

  #entry_btn p {
    font-size: 10px;
    letter-spacing: 0;
  }

  footer {
    padding: 5vw 0 5vw;
    font-size: 12px;
  }

  footer img {
    width: 90%;
    max-width: 397px;
  }

  footer #foot_p1 {
    font-size: 15px;
    margin: 7px 0 5px;
  }

  footer .foot_p2 {
    width: 90%;
    margin: 0 auto 10px;
    line-height: 1.3;
  }

  footer #copy {
    width: 90%;
    margin: 25px auto 0;
    font-size: 11px;
    line-height: 1.3;
  }

  footer .foot_line {
    margin-top: 15px;
  }
  footer .foot_line-title {
    font-size: 15px;
  }
  footer .foot_line-img {
    width: 120px;
    img {
      width: 100%;
    }
  }

  /*パンくずリスト*/
  #breadcrumb {
    font-size: 10px;
    width: 90%;
    margin: 10px auto 0;
  }

  #link1,
  #link2,
  #link3 {
    padding-top: 42px;
    margin-top: -42px;
  }

  .btn1 {
    width: 100%;
    font-size: 17px;
    padding: 13px 0;
  }

  .btn1:before {
    font-size: 25px;
    top: 8px;
    right: 11px;
  }

  .link_style2 {
    color: #004f99 !important;
    text-decoration: underline !important;
  }

  .btn2_medical,
  .entrysheet {
    margin-bottom: 2vw;
  }

  #menu_wrap ul li.menu a.on,
  .overview #menu_wrap ul li.menu a.overview,
  .guide #menu_wrap ul li.menu a.guide,
  .golfcourse #menu_wrap ul li.menu a.golfcourse,
  .schedule #menu_wrap ul li.menu a.schedule,
  .gallery #menu_wrap ul li.menu a.gallery,
  .faq #menu_wrap ul li.menu a.faq,
  .support #menu_wrap ul li.menu a.support,
  #menu_wrap ul li.menu a:hover {
    background: #000;
    color: #fff;
    padding: 5px;
  }

  .past_bn {
    position: static;
    top: auto;
    right: auto;
    z-index: 99;
  }
}

@media screen and (max-width: 500px) {
  #topbox1 h2 {
    padding: 3% 5% 2%;
  }

  #topbox1 {
    padding: 14% 0 29.5%;
  }

  #menu_wrap ul li a {
    font-size: 15px;
  }

  #menu_wrap ul li p {
    font-size: 10px;
  }
}

@media screen and (max-width: 390px) {
  #entry_btn {
    padding: 10px 8px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  #menu_wrap ul li.menu a {
    padding: 1vw !important;
  }

  #menu_wrap ul li a {
    font-size: 2vw;
  }
}

@media (orientation: landscape) and (max-width: 655px) {
  #menu_wrap ul li.menu a {
    padding: 1vw;
  }

  #menu_wrap ul li a {
    font-size: 1.5vw;
    line-height: 0.5;
  }

  #menu_wrap ul li.menu a p {
    margin-top: 3px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  #menu_wrap ul li.menu a {
    padding: 0.8vw !important;
  }

  #menu_wrap ul li a {
    font-size: 1.5vw;
  }

  #menu_wrap ul li p {
    font-size: 1vw;
    margin-top: 0.5vw;
  }

  #menu_wrap.active {
    height: inherit !important;
    min-height: 85vh;
    background-color: transparent;
    overflow-y: scroll;
  }
}
