@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-justify: inter-ideograph;
}

main,
article,
aside,
details,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.no-js .hidden {
  visibility: visible;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

div, p, li, dt, dd, th, td, pre {
  line-break: strict;
  -ms-line-break: strict;
  -webkit-line-break: strict;
  word-break: break-strict;
  -ms-word-break: break-strict;
}

small {
  font-size: 80%;
}

ul,
ol {
  list-style: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf {
  zoom: 1;
}

/*
 * Easing function
 * Original：http://easings.net/
 */
.is-hidden {
  display: none !important;
}

.is-fixed {
  position: fixed !important;
  width: 100%;
}

.is-absolute {
  position: absolute;
}

.is-lock {
  position: fixed;
  overflow: hidden;
}

.is-invisible {
  opacity: 0 !important;
}

.is-fullPage {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 760px) {
  .is-fullPage {
    height: auto;
    overflow: auto;
  }
}

.type__base {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri;
  line-height: 1em;
}

.type__en {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri;
}

* {
  box-sizing: border-box;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
}

@media (max-width: 760px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  min-width: 960px;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri;
  line-height: 1em;
  font-size: 14px;
  color: #231815;
}

@media (max-width: 760px) {
  body {
    min-width: 320px;
  }
}

a {
  color: #231815;
}

p, pre, blockquote, figcaption {
  line-height: 1.7em;
  text-align: justify;
}

::-moz-selection {
  background-color: #f2f2f2;
}

::selection {
  background-color: #f2f2f2;
}

.content-wrap {
  width: 88%;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .content-wrap {
    width: 76%;
  }
}

@media (max-width: 760px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media (max-width: 760px) {
  .sp {
    display: inherit;
  }
}

@media (max-width: 760px) {
  .pc-nav {
    display: none !important;
  }
}

.sp-nav {
  display: none;
}

@media (max-width: 760px) {
  .sp-nav {
    display: inherit;
  }
}

.js-show h2 span {
  opacity: 0;
}

.js-show h2::before {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.js-show .js-show-inner-delay {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 0.5s 0.6s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.js-show.js-show-inner {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.js-show.is-open h2 span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.js-show.is-open h2::before {
  -webkit-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s 1 alternate forwards running icon-motion;
          animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s 1 alternate forwards running icon-motion;
}

.js-show.is-open .js-show-inner-delay, .js-show.is-open.js-show-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes icon-motion {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes icon-motion {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes logotext-motion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logotext-motion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 761px) {
  html.is-cursor {
    position: relative;
    cursor: none;
  }
  .custom-cursor .circle {
    position: fixed;
    top: -100px;
    left: -100px;
    cursor: none;
    border-radius: 50%;
    pointer-events: none;
    width: 20px;
    height: 20px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  .custom-cursor .circle.pointer.is-active {
    border-radius: 0;
    opacity: 1;
  }
  .custom-cursor .pointer {
    z-index: 99999;
  }
  .takane-golf .custom-cursor .circle.is-active0 {
    -webkit-transform: scale(5);
        -ms-transform: scale(5);
            transform: scale(5);
    -webkit-animation: 2s linear 0s infinite forwards cursor-rotate0;
            animation: 2s linear 0s infinite forwards cursor-rotate0;
  }
  .takane-golf .custom-cursor .circle.is-active1 {
    -webkit-transform: scale(7);
        -ms-transform: scale(7);
            transform: scale(7);
    -webkit-animation: 2s linear 0s infinite forwards cursor-rotate1;
            animation: 2s linear 0s infinite forwards cursor-rotate1;
  }
  .takane-golf .custom-cursor .circle.is-active2 {
    -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
            transform: scale(2.5);
    -webkit-animation: 2s linear 0s infinite forwards cursor-rotate2;
            animation: 2s linear 0s infinite forwards cursor-rotate2;
  }

}

@-webkit-keyframes cursor-rotate0 {
  0% {
    -webkit-transform: scale(5) rotate(0deg);
            transform: scale(5) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(5) rotate(360deg);
            transform: scale(5) rotate(360deg);
  }
}

@keyframes cursor-rotate0 {
  0% {
    -webkit-transform: scale(5) rotate(0deg);
            transform: scale(5) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(5) rotate(360deg);
            transform: scale(5) rotate(360deg);
  }
}

@-webkit-keyframes cursor-rotate1 {
  0% {
    -webkit-transform: scale(7) rotate(0deg);
            transform: scale(7) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(7) rotate(360deg);
            transform: scale(7) rotate(360deg);
  }
}

@keyframes cursor-rotate1 {
  0% {
    -webkit-transform: scale(7) rotate(0deg);
            transform: scale(7) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(7) rotate(360deg);
            transform: scale(7) rotate(360deg);
  }
}

@-webkit-keyframes cursor-rotate2 {
  0% {
    -webkit-transform: scale(2.5) rotate(0deg);
            transform: scale(2.5) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(2.5) rotate(360deg);
            transform: scale(2.5) rotate(360deg);
  }
}

@keyframes cursor-rotate2 {
  0% {
    -webkit-transform: scale(2.5) rotate(0deg);
            transform: scale(2.5) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(2.5) rotate(360deg);
            transform: scale(2.5) rotate(360deg);
  }
}

@-webkit-keyframes cursor-scale0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@keyframes cursor-scale0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@-webkit-keyframes cursor-scale1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(7);
            transform: scale(7);
  }
}

@keyframes cursor-scale1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(7);
            transform: scale(7);
  }
}

@-webkit-keyframes cursor-scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes cursor-scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

h2 {
  position: relative;
  display: table;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-bottom: 0.24em;
}

h2 span {
  display: table-cell;
  vertical-align: middle;
  height: 49px;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -61px;
  width: 49px;
  height: 49px;
  display: block;
}

h3 {
  font-size: 18.45px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  margin-right: -12%;
}

.text {
  font-size: 18.45px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  margin-right: -12%;
}

.text-16 {
  font-size: 16.4px;
  line-height: 1.65em;
  letter-spacing: 0.2em;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  margin-right: -12%;
}

.text-14 {
  font-size: 14.35px;
  line-height: 1.65em;
  letter-spacing: 0.2em;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  margin-right: -12%;
}

.item_imgs {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6.5px;
}

.item_imgs .img {
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 6.5px;
  margin-bottom: 13px;
}

.item_imgs .img-course {
  max-width: 100%;
  width: 100%;
  padding: 0 6.5px;
  margin-bottom: 13px;
}

.item_imgs .img img {
  width: 100%;
  height: auto;
}

.item_imgs .img-course img {
  width: 100%;
  height: auto;
}

.typo-lb {
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.typo-yak-kakko {
  margin-left: -0.25em;
}

.typo-yak-kakkotoji {
  margin-right: -0.35em;
}

.typo-num {
  padding: 0 0.5em;
}

.typo-prc-com {
  letter-spacing: 0.1em;
}

.spc {
  padding-left: 0.3em;
}

.spc-01 {
  padding-left: 0.1em;
}

.hero .logo {
  display: block;
  margin: 0 auto 40px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s 1 alternate forwards running icon-motion;
          animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s 1 alternate forwards running icon-motion;
}

.hero .title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s 1 alternate forwards running logotext-motion;
          animation: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s 1 alternate forwards running logotext-motion;
}

main {
  margin-bottom: 200px !important;
}

main section {
  margin-bottom: 85px;
}

footer {
  padding-bottom: 12px;
}

footer p {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 760px) {
  h2 {
    font-size: 20.3px;
    margin-left: 17px;
    padding-bottom: 0.4em;
  }
  h2 span {
    height: 36px;
  }
  h2::before {
    left: -44px;
    width: 36px;
    height: 36px;
  }
  h3 {
    font-size: 15px;
  }
  .item_imgs {
    margin: 0;
  }
  .item_imgs .img {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 13px;
  }

  .text {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .text-16 {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .text-14 {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  .hero .logo {
    width: 97px;
    height: 97px;
    margin-bottom: 32px;
  }
  .hero .title {
    width: 216px;
    height: 160px;
  }
  main {
    margin-bottom: 130px !important;
  }
  main section {
    margin-bottom: 55px;
  }
}

.ie .hero h1 .logo, .ie .js-show h2::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ie .hero .title,
.ie .takane-golf .main-img, .main-img__image {
  opacity: 1;
}

.takane-golf h2::before {
  background: url(../images/golf/icon-mark.svg) no-repeat;
  background-size: contain;
}

.takane-golf h3 {
  color: #ef9bb0;
}

.takane-golf a:hover {
  color: #ef9bb0;
  border-bottom: 1px solid;
  margin-bottom: -1px;
}

.takane-golf .content-wrap {
  max-width: 680px;
  padding-left: 38px;
}

.takane-golf .hero {
  margin: 130px auto 80px;
  padding-left: 15px;
}

.takane-golf .hero h1 .logo {
  width: 97px;
  height: 97px;
  margin-bottom: 33px;
  background: url(../images/golf/logo-icon.svg) no-repeat;
  background-size: contain;
}

.takane-golf .hero h1 .title {
  width: 300px;
  height: 160px;
  background: url(../images/golf/logo-title.svg) no-repeat;
  background-size: contain;
}

.takane-golf .main-img {
  width: 100%;
  height: auto;
}

.takane-golf .main-img .main-img__image {
  background: url(../images/golf/img-main.jpg) no-repeat center fixed;
  background-size: cover;
  opacity: 0;
  -webkit-animation: 1.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s 1 alternate forwards running logotext-motion;
          animation: 1.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s 1 alternate forwards running logotext-motion;
}

.takane-golf .main-img .main-img__image img {
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.takane-golf .sec_1 .inner {
  margin-bottom: 30px;
}

.takane-golf .sec_1 .inner p.text {
  letter-spacing: 0.16em;
}

.takane-golf .sec_2 .inner {
  padding-top: 6px;
}

.takane-golf .sec_2 .inner .course table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

.takane-golf .sec_2 .inner .course table th:first-child{
  border-radius: 5px 0 0 0;
}

.takane-golf .sec_2 .inner .course table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.takane-golf .sec_2 .inner .course table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

.takane-golf .sec_2 .inner .course table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

.takane-golf .sec_2 .inner .course table td:last-child{
  border-right: 1px solid #a8b7c5;
}

.takane-golf .sec_2 .inner .course table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.takane-golf .sec_2 .inner .course table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.takane-golf .sec_2 .inner .course {
  margin-bottom: 30px;
}


.takane-golf .sec_3 .inner {
  padding-top: 14px;
}

.takane-golf .sec_3 .inner .info {
  margin-bottom: 65px;
}

.takane-golf .sec_3 .inner .info dl {
  zoom: 1;
}

.takane-golf .sec_3 .inner .info dl:after {
  content: "";
  display: block;
  clear: both;
}

.takane-golf .sec_3 .inner .info dl dt {
  float: left;
}

.takane-golf .sec_3 .inner .info dl dd {
  zoom: 1;
  margin-left: 35%;
}

.takane-golf .sec_3 .inner .info dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.takane-golf .sec_3 .inner .info dl dd span.left, .takane-golf .sec_3 .inner .info dl dd span.right {
  float: left;
}

.takane-golf .sec_3 .inner .menu {
  margin-bottom: 44px;
}

.takane-golf .sec_3 .inner .menu .item {
  margin-bottom: 30px;
}

.takane-golf .sec_3 .inner .menu h3 span.note {
  font-size: 14.35px;
  vertical-align: top;
  letter-spacing: 0.2em;
}

.takane-golf .sec_3 .inner .menu p.title {
  margin-top: 6px;
}

.takane-golf .sec_3 .inner .menu p.note {
  font-size: 12.3px;
  text-align: right;
  padding: 3px 2px;
}

.takane-golf .sec_3 .inner .menu dl {
  zoom: 1;
  background: url(../images/golf/spac.svg) repeat-x 0 center;
}

.takane-golf .sec_3 .inner .menu dl:after {
  content: "";
  display: block;
  clear: both;
}

.takane-golf .sec_3 .inner .menu dl dt {
  float: left;
  min-width: 6.4em;
  background: #ffffff;
}

.takane-golf .sec_3 .inner .menu dl dt span.note {
  font-size: 14.35px;
  vertical-align: top;
  letter-spacing: 0.2em;
}

.takane-golf .sec_3 .inner .menu dl dt span.note.note1 {
  margin-right: -1em;
}

.takane-golf .sec_3 .inner .menu dl dd {
  float: right;
  width: 6.2em;
  background: #ffffff;
  text-align: right;
  letter-spacing: 0.1em;
}

.takane-golf .sec_3 .inner .treat p.note {
  font-size: 12.3px;
  padding: 3px 2px;
  letter-spacing: 0.1em;
}

.takane-golf .sec_3 .inner .treat ul li {
  margin-bottom: 26px;
}

.takane-golf .sec_3 .inner .treat dl dt {
  font-size: 16.4px;
  letter-spacing: 0.14em;
  line-height: 1.2em;
  padding-bottom: 4px;
}

.takane-golf .sec_3 .inner .treat dl dt span {
  padding: 0 0.2em;
}

.takane-golf .sec_3 .inner .treat dl dd {
  font-size: 14.35px;
  letter-spacing: 0.1em;
  line-height: 1.65em;
}

@media (min-width: 761px) {
  .takane-golf .sec_3 .inner .treat dl dd.srt {
    margin-right: -2em;
  }
}

.takane-golf .sec_3 .inner .item_imgs {
  margin-top: 40px;
}

.takane-golf .sec_4 .inner {
  padding-top: 18px;
}

.takane-golf .sec_4 .inner .people .item {
  zoom: 1;
}

.takane-golf .sec_4 .inner .people .item:after {
  content: "";
  display: block;
  clear: both;
}

.takane-golf .sec_4 .inner .people .item:not(:last-child) {
  margin-bottom: 50px;
}

.takane-golf .sec_4 .inner .people .img {
  float: left;
}

.takane-golf .sec_4 .inner .people .info {
  margin-left: 221px;
  margin-right: -8%;
}

.takane-golf .sec_4 .inner .people .info .position {
  font-size: 13.3px;
  line-height: 1.2em;
  letter-spacing: 0.18em;
  padding-bottom: 6px;
}

.takane-golf .sec_4 .inner .people .info .name {
  font-size: 20.5px;
  line-height: 1.2em;
  letter-spacing: 0.18em;
  padding-bottom: 4px;
}

.takane-golf .sec_4 .inner .people .info .officer {
  font-size: 13.32px;
  letter-spacing: 0.2em;
  padding-bottom: 22px;
}

.takane-golf .sec_4 .inner .people .info .profile {
  font-size: 13.32px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.takane-golf .sec_4 .inner .people .info .profile .em {
  font-size: 14.35px;
}

.takane-golf .sec_5 .inner {
  padding-top: 12px;
}

.takane-golf .sec_5 .inner .item_imgs {
  margin-top: 20px;
}

.takane-golf .sec_6 .inner {
  padding-top: 3px;
}

.takane-golf .sec_6 .inner p.text {
  font-size: 16.4px;
  line-height: 1.54em;
  text-align: left;
}

@media (min-width: 761px) {
  .takane-golf .circle {
    background: #ef9bb0;
  }
  .takane-golf .circle.is-active {
    background: url(../images/golf/icon-cursor.svg) no-repeat center;
  }
}

@media (max-width: 760px) {
  .takane-golf .content-wrap {
    padding-left: 0;
  }
  .takane-golf .main-img .main-img__image {
    height: 380px;
    background-attachment: local;
  }
  .takane-golf .hero {
    margin: 55px auto 55px;
    padding-left: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .takane-golf .sec_2 {
    margin-bottom: 55px;
  }
  .takane-golf .sec_2 .srt-sp {
    letter-spacing: 0.12em;
  }
  .takane-golf .sec_3 .inner .info dl dd {
    margin-left: 10em;
    margin-bottom: 0.3em;
  }
  .takane-golf .sec_3 .inner .menu {
    margin-bottom: 45px;
  }
  .takane-golf .sec_3 .inner .menu h3 span.note {
    font-size: 12.3px;
    letter-spacing: 0.14em;
  }
  .takane-golf .sec_3 .inner .menu p.title {
    padding: 0.7em 0 0.3em;
  }
  .takane-golf .sec_3 .inner .menu span.note1 {
    margin-right: -0.4em;
  }
  .takane-golf .sec_3 .inner .menu dl dt {
    padding-right: 0.4em;
    min-width: 5.0em;
  }
  .takane-golf .sec_3 .inner .menu dl dt span.note {
    font-size: 12.3px;
    letter-spacing: 0.14em;
  }
  .takane-golf .sec_3 .inner .menu .item-layout1-sp ul li p {
    line-height: 1.4em;
    padding-bottom: 0.8em;
  }
  .takane-golf .sec_3 .inner .menu .item-layout1-sp ul li p .note {
    font-size: 12.3px;
    letter-spacing: 0.12em;
    margin-left: -0.4em;
  }
  .takane-golf .sec_3 .inner .treat dl dt {
    font-size: 15px;
  }
  .takane-golf .sec_4 .inner .people .item:not(:last-child) {
    margin-bottom: 45px;
  }
  .takane-golf .sec_4 .inner .people .img {
    float: none;
  }
  .takane-golf .sec_4 .inner .people .info {
    margin-left: 0;
    margin-top: 15px;
  }
  .takane-golf .sec_4 .inner .people .info .position {
    letter-spacing: 0.12em;
  }
  .takane-golf .sec_4 .inner .people .info .officer {
    font-size: 12.3px;
    letter-spacing: 0.1em;
    padding-bottom: 17px;
  }
  .takane-golf .sec_5 {
    margin-bottom: 55px;
  }
  .takane-golf .sec_5 .inner p.text {
    font-size: 14px;
  }
  .takane-golf .sec_6 .inner p.text {
    font-size: 14px;
  }
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
}

#video-area{

    position: absolute;
    z-index: 0;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

@media (min-width: 761px) {

	#video {

    /*天地中央配置*/
    position: absolute;
    z-index: -1;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    /*縦横幅指定*/

    width: 177.77777778vh;  /*16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;  /*16:9の幅 → 9 ÷ 16 = 56.25% */

    min-height: 100%;
    min-width: 100%;

	}
}
@media (max-width: 760px) {

	#video {

	    /*天地中央配置*/
	    position: absolute;
	    z-index: -1;

	    top: 50%;
	    left: 50%;

	    transform: translate(-50%, -50%);
	    /*縦横幅指定*/

	    height: 177.77777778vh;  /*16:9 の幅→16 ÷ 9＝ 177.77% */
	    width: 56.25vw;  /*16:9の幅 → 9 ÷ 16 = 56.25% */

	    min-height: 100%;
	    min-width: 100%;

	}

}


.takane-golf .btn-rsrv {
  position: fixed;
  top: 55px;
  right: 3.5%;
  z-index: 9999;
}
.takane-golf .btn-rsrv a {
  width: 214px;
  height: 64px;
  display: block;
  border: 1px solid #006934;
  border-radius: 32px;
  background: url(../images/golf/txt-reservation.svg) no-repeat center rgba(255,255,255, 0.9);
  background-size: 76%;
  text-indent: -9999px;
}

@media (min-width: 761px) {
  .takane-golf .btn-rsrv a:hover {
    background: url(../images/golf/txt-reservation_on.svg) no-repeat center #006934;
    background-size: 76%;
  }
}

@media (max-width: 760px) {
  .takane-golf .btn-rsrv {
    top: 12px;
    right: 2%;
  }
  .takane-golf .btn-rsrv a {
    width: 193px;
    height: 55px;
    background-size: 76%;
  }
}



.takane-golf .btn-insta {
  position: fixed;
  top: 55px;
  left: 3.5%;
  z-index: 9999;
}
.takane-golf .btn-insta a {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 12px;
  background: url(../images/golf/icon-instagram.svg) no-repeat center rgba(255,255,255, 0.8);
  text-indent: -9999px;
  background-size: 100%;
}

@media (max-width: 760px) {
  .takane-golf .btn-insta {
    top: 12px;
    right: 2%;
  }
  .takane-golf .btn-insta a {
    width: 35px;
    height: 35px;
  }
}
