@charset "UTF-8";
/*---------- 共通設定 ----------*/
html {
  overflow: auto;
}
html.open {
  overflow: hidden;
}
body {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

@media (max-width: 750px) {
  body {
    font-size: 3.2vw;
  }
}

h1, h2, h3, h4, div, p, ul, li, a {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}
img.pc {display: block;}
img.sp {display: none;}

@media (max-width: 750px) {
  img.pc {display: none;}
  img.sp {display: block !important;}
}
header.mainHeader {
  display: none;
}
div.wrap {
  padding-top: 0 !important;
}
footer.mainFooter {
  display: none;
}

/*---------- コンテンツ設定 ----------*/
.tpl__content {
  background-color: #f4f4f4;
}
.tpl__content--wrap {
  width: 750px;
  background-color: #fff;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .tpl__content--wrap {
    width: 100%;
  }
}

/*---------- 共通タイトル設定 ----------*/
.tpl__content_cmn-title {
  width: 670px;
  color: #576995;
  font-size: 28px;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: .08em;
  line-height: 1;
  /* border-bottom: 1px solid #576995; */
  /* padding: 0 0 20px; */
  margin: 0 40px 40px;
}
@media (max-width: 750px) {
  .tpl__content_cmn-title {
    width: calc(100% - 10.6vw);
    font-size: 5.5vw;
    letter-spacing: .04em;
    line-height: 1.5;
    /* padding: 0 0 2.67vw; */
    margin: 0 5.3vw 5.3vw;
  }
}

/*---------- 共通ボタン設定 ----------*/
.tpl__content_cmn-btn {
  width: 330px;
  margin: 30px auto 0;
}
.tpl__content_cmn-btn02 {
  width: 330px;
  margin: 60px auto 0;
}
.tpl__content_cmn-btn a,
.tpl__content_cmn-btn02 a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 0;
  background-color: #00b900;
  overflow: hidden;
  transition: opacity .4s, filter .4s;
}
.tpl__content_cmn-btn a,
.tpl__content_cmn-btn02 a {
  height: 80px;
  border-radius: calc(80px / 2);
}
.tpl__content_cmn-btn a {
  background-color: #00b900;
}
.tpl__content_cmn-btn02 a {
  background-color: #ffc000;
}
.tpl__content_cmn-btn a:hover,
.tpl__content_cmn-btn02 a:hover {
  opacity: .7;
}
.tpl__content_cmn-btn a > span,
.tpl__content_cmn-btn02 a > span {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
.tpl__content_cmn-btn a::before,
.tpl__content_cmn-btn02 a::before {
  pointer-events: none;
  display: inline-block;
  position: absolute;
  content: '';
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.tpl__content_cmn-btn-logo, .tpl__content_cmn-btn-text,
.tpl__content_cmn-btn02-logo, .tpl__content_cmn-btn02-text {
  display: inline-block;
  vertical-align: middle;
}
.tpl__content_cmn-btn-logo {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: calc(50px / 2);
  background-color: #fff;
}
.tpl__content_cmn-btn02-logo {
  width: 150px;
}
.tpl__content_cmn-btn02-logo img {
  width: 100%;
}
.tpl__content_cmn-btn-logo::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 30px;
  background-image: url("/img/pgc_makuake/logo_transit.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}
.tpl__content_cmn-btn-text {
  margin-left: 10px;
}
.tpl__content_cmn-btn-text p {
  color: #fff;
  letter-spacing: .06em;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
.tpl__content_cmn-btn-text p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 3px;
}
.tpl__content_cmn-btn-text p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 300;
}
.tpl__content_cmn-btn02-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-left: 10px;
}

.tpl__content_cmn-btn.menu,
.tpl__content_cmn-btn02.menu {
  width: 250px;
}
.tpl__content_cmn-btn.menu {
  margin: 0 auto 40px;
}
.tpl__content_cmn-btn02.menu {
  margin: 0 auto 20px;
}

.tpl__content_cmn-btn.menu a {
height: 80px;
border-radius: calc(80px / 2);
}
.tpl__content_cmn-btn02.menu a {
height: 60px;
border-radius: calc(60px / 2);
}
.tpl__content_cmn-btn.menu a:hover,
.tpl__content_cmn-btn02.menu a:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.menu .tpl__content_cmn-btn02-logo {
  width: 110px;
}
.menu .tpl__content_cmn-btn-text {
  width: 170px;
}
.menu .tpl__content_cmn-btn-text p:nth-of-type(1) {
  font-size: 18px;
}
.menu .tpl__content_cmn-btn-text p:nth-of-type(2) {
  font-size: 12px;
  line-height: 1.2;
}
.menu .tpl__content_cmn-btn02-text {
  font-size: 16px;
}

.tpl__content_cmn-text,
.tpl__content_cmn-annotation {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  text-align: center;
  letter-spacing: .04em;
  line-height: 1;
}
.tpl__content_cmn-text {
  color: #161616;
  margin: 20px 0 0;
}
.tpl__content_cmn-annotation {
  color: #ccc;
  margin: 10px 0 0;
}

@media (max-width: 400px) {
  .tpl__content_cmn-btn,
  .tpl__content_cmn-btn02 {
    width: 82.5vw;
  }
  .tpl__content_cmn-btn {
    margin: 8vw auto 0;
  }
  .tpl__content_cmn-btn02 {
    margin: 4vw auto 0;
  }
  .tpl__content_cmn-btn a,
  .tpl__content_cmn-btn02 a {
    height: 19.5vw;
    border-radius: calc(19.5vw / 2);
  }
  .tpl__content_cmn-btn a:hover,
  .tpl__content_cmn-btn02 a:hover {
    opacity: 1;
  }
  .tpl__content_cmn-btn-logo {
    width: 12.5vw;
    height: 12.5vw;
    border-radius: calc(12.5vw / 2);
  }
  .tpl__content_cmn-btn-logo::after {
    width: 5vw;
    height: 7.5vw;
  }
  .tpl__content_cmn-btn02-logo {
    width: 40vw;
  }
  .tpl__content_cmn-btn-text {
    width: 60vw;
    margin-left: 2.5vw;
  }
  .tpl__content_cmn-btn-text p:nth-of-type(1) {
    font-size: 5.5vw;
  }
  .tpl__content_cmn-btn-text p:nth-of-type(2) {
    font-size: 3.5vw;
  }
  .tpl__content_cmn-btn02-text {
    margin-left: 2vw;
  }

  .tpl__content_cmn-btn.menu,
  .tpl__content_cmn-btn02.menu {
    width: calc(77vw - 5.34vw);
  }
  .tpl__content_cmn-btn.menu {
    margin: 0 auto 5.3vw;
  }
  .menu .tpl__content_cmn-btn02.menu {
    margin: 0 auto 2.5vw;
  }
  .tpl__content_cmn-btn.menu a:hover {
    filter: brightness(1);
  }
  .menu .tpl__content_cmn-btn02-logo {
    width: 30vw;
  }
  .menu .tpl__content_cmn-btn-text {
    width: calc(100% - 23.5vw);
  }
  .menu .tpl__content_cmn-btn-text p:nth-of-type(1) {
    font-size: 4.5vw;
  }
  .menu .tpl__content_cmn-btn-text p:nth-of-type(2) {
    font-size: 3vw;
  }
  .tpl__content_cmn-text,
  .tpl__content_cmn-annotation {
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .tpl__content_cmn-text {
    text-align: center;
    margin: 5.3vw 5.3vw 0;
  }
  .tpl__content_cmn-annotation {
    text-align: left;
    margin: 2.3vw 5.3vw 0;
  }
  .tpl__content_cmn-annotation.special {
    text-indent: 0;
    padding-left: 0;
    margin: 5.3vw 0 0;
  }
}

/*---------- ヘッダー要素 ----------*/
.tpl__content_header {
  box-sizing: border-box;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
  width: 750px;
  font-size: 0;
  background-color: #fff;
  padding: 10px 0;
  margin: 0 auto;
}
.tpl__content_header-logo,
.tpl__content_header-hamburger {
  display: inline-block;
  vertical-align: middle;
}
.tpl__content_header-logo {
  width: 100%;
  text-align: left;
}
.tpl__content_header-logo img {
  height: 50px;
  margin-left: 20px;
}
.tpl__content_header-hamburger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #161616;
  transition: opacity .4s;
  margin: auto;
}
.tpl__content_header-hamburger span {
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: transform .4s;
  margin: auto;
}
.tpl__content_header-hamburger:hover {
  opacity: .7;
}
.tpl__content_header-hamburger span:nth-of-type(1) {
  top: 17px;
}
.tpl__content_header-hamburger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.tpl__content_header-hamburger span:nth-of-type(3) {
  bottom: 17px;
}
.tpl__content_header-hamburger.open span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg)
}
.tpl__content_header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.tpl__content_header-hamburger.open span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg)
}
@media (max-width: 750px) {
  .tpl__content_header {
    width: 100%;
  }
  .tpl__content_header-logo img {
    height: 40px;
    margin-left: 10px;
  }
  .tpl__content_header-hamburger {
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .tpl__content_header-hamburger span {
    width: 20px;
    height: 2px;
  }
  .tpl__content_header-hamburger:hover {
    opacity: 1;
  }
  .tpl__content_header-hamburger span:nth-of-type(1) {
    top: 12px;
  }
  .tpl__content_header-hamburger span:nth-of-type(3) {
    bottom: 12px;
  }
  .tpl__content_header-hamburger.open span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg)
  }
  .tpl__content_header-hamburger.open span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg)
  }
}

/*---------- メニュー要素 ----------*/
.tpl__content_menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -290px;
  z-index: 2;
  width: 290px;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  transition: top .2s ease, right .4s;
  overflow-y: auto;
  padding: 20px;
}
.tpl__content_menu.open {
  right: 0;
}
.tpl__content_menu ul {
  width: 250px;
  margin: 0 auto 40px;
}
.tpl__content_menu ul li {
  border-bottom: 1px solid rgba(255,255,255,.4);
}
.tpl__content_menu ul a {
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  letter-spacing: .04em;
  line-height: 1;
  text-align: left;
  background-color: rgba(255,255,255,0);
  transition: background-color .4s;
  padding: 20px 10px;
}
.tpl__content_menu ul a:hover {
  background-color: rgba(255,255,255,.2);
}
.tpl__content_menu ul a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  content: "";
  width: 15px;
  height: 9px;
  background-image: url("/img/pgc_makuake/icon_menu-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
.tpl__content_menu-link {
  font-size: 0;
  margin-bottom: 80px;
}
.tpl__content_menu-link div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.tpl__content_menu-link div a {
  transition: opacity .4s, filter .4s;
}
.tpl__content_menu-link div:nth-of-type(1) img {
  width: 60px;
}
.tpl__content_menu-link div:nth-of-type(1) a:hover {
  filter: brightness(1.2);
}
.tpl__content_menu-link div:nth-of-type(2) img {
  width: 30px;
}
.tpl__content_menu-link div:nth-of-type(2) a:hover {
  opacity: .7;
}
.tpl__content_menu-close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  letter-spacing: .08em;
  line-height: 1;
  transition: opacity .4s;
  padding-right: 15px;
}
.tpl__content_menu-close::before,
.tpl__content_menu-close::after {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.tpl__content_menu-close::before {
  transform: translateY(4px) rotate(-45deg);
}
.tpl__content_menu-close::after {
  transform: translateY(4px) rotate(45deg);
}
.tpl__content_menu-close:hover {
  opacity: .7;
}

@media (max-width: 750px) {
  .tpl__content_menu {
    right: -77vw;
    width: 77vw;
    padding: 2.67vw;
  }
  .tpl__content_menu ul {
    width: calc(77vw - 5.34vw);
    margin: 0 auto 5.3vw;
  }
  .tpl__content_menu ul a {
    font-size: 3.73vw;
    padding: 5.3vw 2.67vw;
  }
  .tpl__content_menu ul a:hover {
    background-color: rgba(255,255,255,0);
  }
  .tpl__content_menu ul a::after {
    right: 2.67vw;
    width: 4vw;
    height: 2.4vw;
  }
  .tpl__content_menu-link {
    margin-bottom: 10.67vw;
  }
  .tpl__content_menu-link div:nth-of-type(1) img {
    width: 16vw;
  }
  .tpl__content_menu-link div:nth-of-type(1) a:hover {
    filter: brightness(1.0);
  }
  .tpl__content_menu-link div:nth-of-type(2) img {
    width: 8vw;
  }
  .tpl__content_menu-link div:nth-of-type(2) a:hover {
    opacity: 1;
  }
  .tpl__content_menu-close {
    font-size: 4.27vw;
    padding-right: 4vw;
  }
  .tpl__content_menu-close::before,
  .tpl__content_menu-close::after {
    top: 1.067vw;
    width: 4vw;
    height: .267vw;
  }
  .tpl__content_menu-close::before {
    transform: translateY(1.067vw) rotate(-45deg);
  }
  .tpl__content_menu-close::after {
    transform: translateY(1.067vw) rotate(45deg);
  }
  .tpl__content_menu-close:hover {
    opacity: 1;
  }
}

/*---------- キービジュアル ----------*/
.tpl__content_kv {
  position: relative;
  width: 750px;
  padding: 70px 0 80px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_kv-title {
  pointer-events: none;
  width: 450px;
  text-align: center;
  margin: 0 auto 40px;
}
.tpl__content_kv-title img {
  width: 100%;
}
.tpl__content_kv-bg {
  width: 100%;
  margin: 0 auto 40px;
}
.tpl__content_kv-bg > div:not(:first-child) {
  display: none;
}
.tpl__content_kv-bg img {
  width: 100%;
  object-fit: cover;
}
.tpl__content_kv-text {
  color: #161616;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  text-align: left;
  line-height: 1.6;
  letter-spacing: .03em;
  margin: 0 40px;
}
.tpl__content_kv-text span {
  font-weight: 700;
}
.tpl__content_kv-movie {
  width: 670px;
  margin: 40px auto;
}
.tpl__content_kv-movie iframe {
  width: 100%;
  height: 377px;
  border: none;
}

@media (max-width: 750px) {
  .tpl__content_kv {
    width: 100%;
    padding: 70px 0;
  }
  .tpl__content_kv-title {
    width: 60vw;
    margin: 0 auto 5.3vw;
  }
  .tpl__content_kv-bg {
    margin: 0 auto 5.3vw;
  }
  .tpl__content_kv-text {
    font-size: 4.27vw;
    margin: 0 5.3vw;
  }
  .tpl__content_kv-movie {
    width: calc(100% - 10.6vw);
    margin: 5.3vw auto;
  }
  .tpl__content_kv-movie iframe {
    height: 50.267vw;
  }
}

/*---------- 製品コンテンツ要素 ----------*/
.tpl__content_goods {
  background-color: #f1f4ff;
}
.tpl__content_goods.goods01 {
  padding: 80px 0 40px;
}
.tpl__content_goods.goods02 {
  padding: 40px 0 80px;
}
.tpl__content_goods-icon {
  pointer-events: none;
  width: 200px;
  margin: 0 auto 20px;
}
.tpl__content_goods-icon img {
  width: 100%;
}
.tpl__content_goods-slide {
  position: relative;
  width: 670px;
  margin: 0 auto;
}
.tpl__content_goods-slide > div:not(:nth-of-type(1)) {
  display: none;
}
.tpl__content_goods-slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 170px;
  width: 20px;
  height: 35px;
  margin: auto;
}
.tpl__content_goods-slide .prev-arrow {
  left: 20px;
  transform: scale(-1,1);
}
.tpl__content_goods-slide .next-arrow {
  right: 20px;
}
.tpl__content_goods-slide img {
  width: 100%;
}
.tpl__content_goods-slide--wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  margin: 40px auto 0;
}
.tpl__content_goods-slide--wrap p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  text-align: left;
  letter-spacing: .04em;
  line-height: 1.5;
}
.tpl__content_goods-slide--wrap p:nth-of-type(1) {
  color: #576995;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 750px) {
  .tpl__content_goods.goods01 {
    padding: 70px 0 40px;
  }
  .tpl__content_goods.goods02 {
    padding: 40px 0 70px;
  }
  .tpl__content_goods-icon {
    width: 53.3vw;
    margin: 0 auto 2.67vw;
  }
  .tpl__content_goods-slide {
    width: 100%;
  }
  .tpl__content_goods-slide .slick-arrow {
    top: 28vw;
    width: 2.67vw;
    height: 4.67vw;
  }
  .tpl__content_goods-slide .prev-arrow {
    left: 2.67vw;
  }
  .tpl__content_goods-slide .next-arrow {
    right: 2.67vw;
  }
  .tpl__content_goods-slide--wrap {
    padding: 0 5.3vw;
    margin: 5.3vw auto 0;
  }
  .tpl__content_goods-slide--wrap p {
    font-size: 4.27vw;
  }
  .tpl__content_goods-slide--wrap p:nth-of-type(1) {
    margin-bottom: 1.3vw;
  }
}

/*---------- 製品コンテンツ（色・サイズ）要素 ----------*/
.tpl__content_sc {
  background-color: #f1f4ff;
}
.tpl__content_sc--wrap {
  box-sizing: border-box;
  width: 670px;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
}
.tpl__content_sc-text {
  font-size: 21px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  text-align: center;
  letter-spacing: .06em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.tpl__content_sc-text span {
  font-size: 16px;
  font-weight: 300;
}
.tpl__content_sc-img {
  font-size: 0;
}
.tpl__content_sc-img div {
  display: inline-block;
  pointer-events: none;
  width: calc(100% / 3);
  vertical-align: top;
}
.tpl__content_sc-img div img {
  width: 100%;
}

@media (max-width: 750px) {
  .tpl__content_sc--wrap {
    width: calc(100% - 10.6vw);
    padding: 5.3vw;
  }
  .tpl__content_sc-text {
    font-size: 5.5vw;
    margin-bottom: 2.67vw;
  }
  .tpl__content_sc-text span {
    font-size: 4.27vw;
  }
  .tpl__content_sc-img div {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

/*---------- 特典要素 ----------*/
.tpl__content_special {
  width: 670px;
  padding: 80px 0;
  margin: 0 auto;
}
.tpl__content_special-text {
  pointer-events: none;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_special-text.text01 {
  width: 50%;
  margin-bottom: 40px;
}
.tpl__content_special-text.text02 {
  width: 75%;
  margin-bottom: 40px;
}
.tpl__content_special-text.text03 {
  width: 90%;
}
.tpl__content_special-text img {
  width: 100%;
}
.tpl__content_special-img {
  width: 70%;
  margin: 60px auto 0;
}
.tpl__content_special-img img {
  width: 100%;
}

@media (max-width: 750px) {
  .tpl__content_special {
    width: calc(100% - 10.6vw);
    padding: 70px 0 0;
  }
  .tpl__content_special-text.text01 {
    width: 70%;
    margin-bottom: 5.3vw;
  }
  .tpl__content_special-text.text02 {
    width: 100%;
    margin-bottom: 5.3vw;
  }
  .tpl__content_special-text.text03 {
    width: 100%;
  }
  .tpl__content_special-img {
    position: relative;
    left: -5.3vw;
    width: calc(100% + 10.6vw);
    margin: 8vw auto 0;
  }
}

/*---------- ゴルフ場要素 ----------*/
.tpl__content_golf {
  background-color: #f1f4ff;
  padding: 80px 0;
}
.tpl__content_golf-logo {
  pointer-events: none;
  width: 130px;
  margin: 0 auto 20px;
}
.tpl__content_golf-logo img {
  width: 100%;
}
.tpl__content_golf-slide {
  position: relative;
  width: 670px;
  margin: 0 auto;
}
.tpl__content_golf-slide > div:not(:nth-of-type(1)) {
  display: none;
}
.tpl__content_golf-slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 170px;
  width: 20px;
  height: 35px;
  margin: auto;
}
.tpl__content_golf-slide .prev-arrow {
  left: 20px;
  transform: scale(-1,1);
}
.tpl__content_golf-slide .next-arrow {
  right: 20px;
}
.tpl__content_golf-slide img {
  width: 100%;
}
.tpl__content_golf-text {
  box-sizing: border-box;
  width: 630px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  text-align: left;
  letter-spacing: .04em;
  line-height: 1.5;
  margin: 40px auto 0;
}
.tpl__content_golf-text span.item {
  color: #576995;
  font-weight: 600;
}
.tpl__content_golf-text span.annotation {
  font-size: 12px;
  font-weight: 300;
}

@media (max-width: 750px) {
  .tpl__content_golf {
    padding: 70px 0;
  }
  .tpl__content_golf-logo {
    width: 34.67vw;
    margin: 0 auto 2.67vw;
  }
  .tpl__content_golf-slide {
    width: 100%;
  }
  .tpl__content_golf-slide .slick-arrow {
    top: 28vw;
    width: 2.67vw;
    height: 4.67vw;
  }
  .tpl__content_golf-slide .prev-arrow {
    left: 2.67vw;
  }
  .tpl__content_golf-slide .next-arrow {
    right: 2.67vw;
  }
  .tpl__content_golf-text {
    width: calc(100% - 10.6vw);
    font-size: 4.27vw;
    margin: 5.3vw auto 0;
  }
  .tpl__content_golf-text span.annotation {
    font-size: 3.5vw;
  }
}

/*---------- 住所関連 ----------*/
.tpl__content_access {
  padding: 40px 0;
  margin: 0 40px;
}
.tpl__content_access-logo {
  width: 80px;
  margin: 0 auto 40px;
}
.tpl__content_access-logo img {
  width: 100%;
}
.tpl__content_access-text {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  letter-spacing: .04em;
  line-height: 1.5;
}
.tpl__content_access-text span {
  font-weight: 600;
}
@media (max-width: 799px) {
  .tpl__content_access {
    padding: 10.6vw 0;
    margin: 0 5.3vw;
  }
  .tpl__content_access-logo {
    width: 20vw;
    margin: 0 auto 5.3vw;
  }
  .tpl__content_access-text {
    font-size: 3.5vw;
  }
}

/*---------- フッター要素 ----------*/
.tpl__content_footer {
  padding: 20px 0;
}
.tpl__content_footer p a {
  font-size: 12px;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  letter-spacing: .08em;
  line-height: 1;
  transition: opacity .4s;
}
.tpl__content_footer p a:hover {
  opacity: .7;
}
@media (max-width: 750px) {
  .tpl__content_footer {
    padding: 2.67vw 0;
  }
  .tpl__content_footer p a {
    font-size: 2.8vw;
  }
  .tpl__content_footer p a:hover {
    opacity: 1;
  }
}

/*---------- ページTOPに戻る矢印 ----------*/
.tpl__content_totop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 45px;
  opacity: 0;
  text-align: center;
  transition: top .7s, opacity .4s;
  margin: auto;
}
.tpl__content_totop a {
  pointer-events: none;
  display: block;
}
.tpl__content_totop.scroll {
  opacity: 1;
}
.tpl__content_totop.scroll a {
  pointer-events: painted;
}
.tpl__content_totop:hover {
  top: -40px;
}
.tpl__content_totop img {
  width: 7px;
  height: 45px;
}
@media (max-width: 799px) {
  .tpl__content_totop {
    width: 35px;
    height: 56px;
  }
  .tpl__content_totop:hover {
    top: 0;
  }
  .tpl__content_totop img {
    width: 8px;
    height: 56px;
  }
}

/*---------- アニメーション詳細 ----------*/
@-webkit-keyframes shinyshiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
