@charset "UTF-8";
h2, h3 {
  font-weight: 600;
  color: #242424; }

a {
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

br.spOnly {
  display: none; }
  @media screen and (max-width: 640px) {
    br.spOnly {
      display: block; } }

.footer, .top {
  padding-top: 0 !important; }

.footer__link {
  margin-top: 0 !important; }

/* -----------------------------------------------------------------
 PC
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .lpWrap .pc {
    display: inline-block; }
  .lpWrap .sp {
    display: none; } }

/* -----------------------------------------------------------------
 SP
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .lpWrap .pc {
    display: none; } }

/*
 section golfArea
----------------------------------------------------------------- */
header.fixed {
  z-index: 50; }

.lpWrap {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 5px auto 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.75;
  color: #000; }
  @media screen and (max-width: 768px) {
    .lpWrap {
      max-width: 768px;
		margin: 5px 0 0; } }
  .lpWrap .lpArea {
    background: #fef1e1;
text-align: center;}
    .lpWrap .lpArea figure {
      line-height: 0;  margin: 0 auto;
  width: 95%;
} }
      .lpWrap .lpArea figure img {
        width: 80%;}
    .lpWrap .lpArea .planBtn {
      position: relative;
      /*top: -100px;*/
      display: flex;
      width: 100%;
      padding: 0 20px;
      justify-content: center;
      box-sizing: border-box; }
      @media screen and (max-width: 1080px) {
        .lpWrap .lpArea .planBtn {
          top: -70px; }
.lpWrap .lpArea figure {
        width: 95%;
}}
      @media screen and (max-width: 768px) {
        .lpWrap .lpArea .planBtn {
          display: block;
          padding: 15px 30px;
		  top:8px;} }
      .lpWrap .lpArea .planBtn li {
        padding: 20px;
        line-height: 0;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .lpWrap .lpArea .planBtn li {
            text-align: center;
            padding: 10px 0; } }
        .lpWrap .lpArea .planBtn li a {
          display: inline-block; }
          .lpWrap .lpArea .planBtn li a img {
            max-width: 100%; }
/*    .lpWrap .lpArea p {
      position: relative;
      top: -60px;
      padding: 0 30px;
      text-align: center;
      line-height: 2em;
      box-sizing: border-box; 
font-size: 20px;}
      .lpWrap .lpArea p img {
        max-width: 100%;
}
@media screen and (max-width: 768px) {
	.lpWrap .lpArea p {
	font-size: 15px;
	}
}
*/
.youtubeBox {
  position: relative;
  padding-bottom: 30px;
  /*background: url(../images/movie/bg_youtube.png") top center / cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;*/
}
.youtubeBox h3{
  background-color: #F80004; 
	color: #FFFFFF; 
	font-size: 30px; 
	font-weight: 800; 
	text-align: center;
}
.youtubeBox h3 img{
  max-width: 100%;
}
.youtubeBox .setBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 28px auto 0;
}
.youtubeBox .setBox .setBox__item{
  width: 30%;
}
.youtubeBox .setBox .setBox__item:nth-of-type(n+4){
  margin-top: 22px;
}
.youtubeBox .setBox .setBox__item a{
  display: block;
}
.youtubeBox .setBox .setBox__item a img{
  max-width: 100%;
}

.youtubeBox .setBox .setBox__item_w24{
  width: 48%;
 margin-bottom: 10px;
}
.youtubeBox .setBox p {
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	font-weight: 600;
	padding: 30px 0;
}
.youtubeBox .setBox p span{
	color: #FF0004;
}
/*
.youtubeBox .setBox .setBox__item_w24:nth-of-type(n+4){
  margin-top: 22px;
}
*/
@media screen and (max-width: 414px){
  .youtubeBox{
    margin-bottom: 30px;
	  padding: 0 5px;
  }
	.youtubeBox h3{
	font-size: 18px;
	}
  .youtubeBox .setBox{
    flex-wrap: wrap;
  }
  .youtubeBox .setBox .setBox__item{
    width: 48%;
  }
  .youtubeBox .setBox .setBox__item:nth-of-type(n+3){
    margin-top: 20px;
  }
  .youtubeBox .setBox .setBox__item_w24{
  width: 100%;
}
.youtubeBox .setBox p {
	font-size: 20px;
}	
}

.title h3{
	color: #FF0004;
	font-size: 30px;
	font-weight: 900;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	.title h3{
	font-size: 16px;
		padding: 0 5px;
}
}
.title h4{
	font-size: 25px;
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.title h4{
	font-size: 16px;
		padding: 0 5px;
}
}
.notes {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.notes {
	width: auto;
		padding: 10px 15px; 
}
}
.notes ul{
	padding: 20px 0;
}
.notes li{
	text-align: left;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.notes li{
	font-size: 16px;
}
}
.notes li.attention{
	font-weight: 900;
}
.btn {
	padding-bottom: 50px;
}
.btn p{
	width: 450px;
	margin: 0 auto;
	background-color: #FF0004;
	color: #FFF8F8;
	font-size: 30px;
}
@media screen and (max-width: 768px) {
	.btn p{
	width: auto;
	font-size: 18px;
}
}