@charset "utf-8";


/*-----------------------------------------------------*/
/* PC版 基本スタイル
/*-----------------------------------------------------*/
.clearfix {
    display: block;
}

img {
    -webkit-backface-visibility: hidden;
}

html{height:100%;}
body{height:100%;}

body,
*{
  margin:0;
  padding:0;
  line-height:1.5em;
}
div {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight:normal;
  text-align:left;
  vertical-align:baseline;
  background:transparent;
}

hr {
    display: none;
}


.sp {
    display:none;
}

#container{
    width:100%;
    margin:0 auto;
    text-align:left;
}

.inner{
	width: 1260px;
	margin: 0 auto;
	text-align: left;
}

ul#gnavi.menu6 li{width:15%;}

.textmin{
	font-family: "Crimson Text", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bg-fit {
    position: relative;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.leadbox{
	font-size: 15px;
	line-height: 1.6;
}

.lead{
	margin: 12px 0;
}

.attention-red {
	color:#CC0000;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
position: relative;
padding: 0 65px;
text-align: center;
font-size: 20px;
margin-top: 40px;
color: #555;
}

h4:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #555;
  }
  
  h4 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
	font-size: 24px;
  }

h4 p {
text-align: center;

}

/*-----------------------------------------------------*/
/* パンくずエリアのスタイル
/*-----------------------------------------------------*/

div#breadSns{
  width:980px;
  margin:5px auto 0;
  padding:0;
  height:32px;
}

/*     パンくず
------------------------------------------*/

div#bread{
	float:left;
	margin:6px 0 0 5px;
}

div#bread p.crumbs{
	font-size:10px;
}


/*    IE用　　*/
div#bread{
	margin/*\**/: 0 0 0 5px\9;
}

/*     SNSボタン用
------------------------------------------*/

#snsBox{
/*	width:400px;*/
	float:right;
    margin: 5px 0px 0px 0;
	vertical-align: top;
}

/*    IE用　　*/
#snsBox{
	margin/*\**/: 0 0 7px 0\9;
}


#snsBox ul li{
  float: left;
	padding: 0px;
	display: inline;
}

#snsBox ul li.fb{
  margin: 0px 10px 5px 0px;
}

#snsBox ul li.fb div{
  width:110px!important;
}

#snsBox ul li.gg{
  margin: 0px 10px 5px -10px;
}

#snsBox ul li.tw{
  margin: 0px 10px 5px -10px;
}

  /* ページTOPへ戻るボタン */
#pagetop {position: fixed;z-index: 20;opacity: 0;transform: translateX(100px);display: block;cursor: pointer;right: 30px;bottom: 20px;font-size:16px;}
#pagetop a{display: inline-block;transition:all 0.3s;color: #fff;width: 100px;height:100px;border-radius:100px;box-sizing:border-box;text-decoration: none;padding: 3em 0;position:relative;text-align: center;background-color:rgba(33%,33%,33%,0.85);}
#pagetop a span{position: absolute;top: 25px;left: 50%;width: 20px;height: 20px;margin-left: -10px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: rotate(135deg);transform: rotate(135deg);-webkit-animation: sdb 2s infinite;animation: sdb 2s infinite;opacity: 0;box-sizing: border-box;}
#pagetop a:hover {text-decoration: none;background: #929292;}
/*　左の動き　*/
#pagetop.LeftMove{animation: LeftAnime 0.5s forwards;}
 @keyframes LeftAnime{from {opacity: 0;transform: translateX(130px);}to {opacity: 1;transform: translateX(0);}}
  /*　右の動き　*/
  #pagetop.RightMove{animation: RightAnime 0.5s forwards;}
  @keyframes RightAnime{from {opacity: 1;transform: translateX(0);}to{opacity: 1;transform: translateX(130px);}}
  @-webkit-keyframes sdb {0% {opacity: 0;}50% {opacity: 1;}100% {opacity: 0;}}
  @keyframes sdb {0% {opacity: 0;}50% {opacity: 1;}100% {opacity: 0;}}
/* ページTOPへ戻るボタン */

/* アンカーリンクの設定 */
#daitakarazuka,#ami {
	padding-top: 70px;
    margin-top: -70px;
}
/* ページTOPへ戻るボタン */

/*--------------------------------------------------------------------*/
/* G-Naviのスタイル
/*--------------------------------------------------------------------*/
ul#gnavi{
	display:block;
	margin:15px auto;
	border-right:1px solid #E4E4E4;
}
ul#gnavi li{
	float:left;
	padding:5px 0.7% 0 0.7%;
	text-align:left;
	border-right:1px solid #E4E4E4;
}
ul#gnavi li:first-child{
	border-left:1px solid #E4E4E4;
}
ul#gnavi li:last-child{
	border-right:none;
}
ul#gnavi.menu6 li{width:15%;}
ul#gnavi.menu5 li{width:18.4%;}
ul#gnavi.menu4 li{width:23.4%;}
ul#gnavi.menu3 li{width:31.7%;}
ul#gnavi.menu2 li{width:48.4%;}

ul#gnavi li a{
	display:block;
	width:100%;
	padding-bottom:10px;
	border-bottom:3px solid #CCCCCC;
	text-decoration:none;
}
ul#gnavi li a:link{color:#454545;}
ul#gnavi li a:visited{color:#454545;}
ul#gnavi li a:hover{color:#DD0000;}

ul#gnavi li.selected a{
	border-bottom:5px solid #0086CD;
	color:#0086CD;
}

ul#gnavi li strong{
	display:block;
	margin-top:3px;
	font-size:140%;
}

/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/
.mainvisual{
	background:url(/images/campaign/freeplay/202011/bg_mainvisual.png) no-repeat;
	padding: 0;
	margin: 0 auto;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.mainvisual h1{
	width: 980px;
	margin: 0 auto;
}

/*-----------------------------------------------------*/
/* 各種期間表示エリアのスタイル
/*-----------------------------------------------------*/
#term{
	background-color:#c30d23;
}
#term dl.sp{
	display: none;
}
#term p.term{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 2px;
}


	.img_finish img{
		width: 980px;
		margin: 0 auto;
		display: block;
	}


/*--------------------------------------------------------------*/
/* 無料プレー権対象ゴルフ場　一覧エリア
/*--------------------------------------------------------------*/

/* エリア別ページ内ジャンプ */

.courseArea {
	padding: 0;
}
.courseArea ul[class^="anker"] {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0 -4px;
}
.courseArea ul[class^="anker"] li {
    padding: 0 0 25px 4px;
    box-sizing: border-box;
}
.courseArea ul[class^="anker"] li a {
    display: block;
    color: #fff;
    background: #c0b50f;
    text-align: center;
    border-radius: 30px;
    font-size: 19px;
    text-decoration: none;
    padding: 12px 10px;
    /* position: relative; */
}
.courseArea ul[class^="anker"] li a:hover {
    opacity: 0.8;
}

.courseArea ul.anker-6 li {
    width: calc(100% / 6);
}

.courseArea ul.anker-5 li {
    width: calc(100% / 5);
}
.courseArea ul.anker-4 li {
    width: calc(100% / 4);
}
.courseArea ul.anker-3 li {
    width: 33.33333%;
}
.courseArea ul.course {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 15px -15px;
}
.courseArea ul.course li {
	width: 33.33333%;
	box-sizing: border-box;
	padding: 0 0 25px 15px;
}
.courseArea figure img {
	width: 100%;
}
.courseArea .courseName {
	padding: 10px 5px;
	background: #0086cd;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.courseArea .courseName.gpgm {
    background: #30353a;
}
.courseArea .courseName em {
	font-size: 12px;
	color: #0086cd;
    background: #fff;
    border-radius: 4px;
    padding: 10px 5px;
    margin-right: 5px;
    width: 17%;
    text-align: center;
    font-style: normal;
}
.courseArea .courseName.gpgm em {
    color: #30353a;
}
.courseArea .courseName p {
    width: 83%;
}
/* コース一覧の横並び */
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
    gap: 2.1vw;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
	padding-top: 30px;
}

@media screen and (max-width:1080px) {
	.flex{gap: 4vw;}
}

.flex:after {
    content: "";
    display: block;
	width: 33%;  /*.courseに指定したwidthと同じ幅を指定する */
    height: 0;
	margin-bottom: 30px;
}

.course_image{
	width: 100%;

}
	
.course_image img{
	width: 100%;
	margin: auto;
	display: block;
}

/* コース一覧の横並びEND */

/* キャッチコピー START */
.course .flex_course .catch {
	margin-top: 10px;
	line-height: 1.6em;
}
/* キャッチコピー END */

.index h2{
	color: #FFF;
    background: #51a6dc;
    text-align: center;
	font-size: 24px;
	margin-bottom: -14px;
	
}

.list_all{
	display: flex;
	justify-content: space-between;
}

.column2{
	columns: 2;
	width: 670px;
}

.column_kanto{
	columns: 3;
	width: 980px;
}


.column_margin{
	padding-left: 37px;
}

div.index {
	width: 980px;
	margin:20px auto 16px auto; 
	padding:0; 
}
.index a{
	text-decoration:none!important;
	display: block;
}

.areaLink a:link,
.areaLink a:visited{
	background:#7d7c7c;
	color:#FFF;
}

.pc_areaLink a:link,
.pc_areaLink a:visited{
	background:#7d7c7c;
	color:#FFF;
}

/* div.index li a:link,
div.index li a:visited{
	color:#0086cd;
	background: #fff;
} */

div.index a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


.pc_areaLink a{
	position: relative;
}


.pc_areaLink a:before {
    display: block;
    content: "";
    position: absolute;
    right: 26px;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}


.pc_areaLink a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    right: 30px;
    height: 0;
    margin-top: -42px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #7d7c7c;
}


.areaLink {
	pointer-events:none;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background: #7d7c7c;
	padding: 2px 0;
	margin: 2px 0;

}
.pc_areaLink{
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background: #7d7c7c;
	padding: 2px 0;
	margin: 20px 0 4px 0;

}

.areaLink{
    pointer-events: none;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background: #7d7c7c;
	padding: 2px 0;
	margin: 2px 0;
}

.pc_areaLink img,
.areaLink img {
	position:relative; top:-4px; 
}


div.index th {
	text-align:center;
	font-size:14px;
	font-weight:900;
	color:#fff;
	padding:0 2px;
}

div.index td {
	padding:8px 8px;
	background:#FFF;
}


.index table td {
vertical-align: top;
	
}

/*--------------------------------------------------------------*/
/*コース詳細・予約ボタンエリア
/*--------------------------------------------------------------*/

.pagetop{
	text-align:right;
	margin:10px 20px 40px 20px;
}


h4{
	text-align: center;
}


h3{
	font-size: 17px;
	margin: 0 auto;
	/* text-align: center;
	width: 20em; */
}
#hokkaido_tohoku,
#kanto_koushinetsu,
#tokai_hokuriku,
#kansai,
#chugoku_shikoku,
#kyusyu{
	padding-top: 68px;
    margin-top: -68px;
	
}

.course h3 a{
	text-align: center;
}

.course h3 a:link,
.course h3 a:visited{
	color:#0086cd;
}


.grand h3 a:link, 
.grand h3 a:visited {
    color: #000000;
}

.course h3 a:hover {
	filter:alpha(opacity=80);
      -moz-opacity:0.8;
      opacity:0.8;
}

.course { 
	width: 28%;
	padding:20px; 
	vertical-align:top;
	background-color:#f3f3f3;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}

.grand { 
	padding:20px; 
	vertical-align:top;
	background-color:#edeae0;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}



	.cAnchor {
	padding-top: 140px;
	margin-top: -140px;
}


.course_txt{
	margin-top: 90px;
	margin-left: 20px;
}

.course_name{
	margin:0 auto;
	display: inline-block;
	position: absolute;

}

.txt_present{
	font-size: 20px;
	font-weight: bold;
	color: #ff410d
}


.grand .txt_present {
    font-size: 20px;
    font-weight: bold;
    color: #73632b;
}

.icon_pre { 
	top:-2px; 
	padding:0 7px 0 0; 
}


.attention{
	margin: 0 10px;
	font-size: 14px;
}

p.attention {
    font-size:14px;
    margin-bottom:10px;
    padding:0 5px 0 0;
}



/*-----------------------------------------------------*/
/* ボタンエリアのスタイル
/*-----------------------------------------------------*/
/*キャンペーン詳細を確認する*/
    ul.btnArea_top li{
        width:450px;
        margin:20px auto;
    }
	ul.btnArea_top li a:hover{
        filter:alpha(opacity=60);
        -moz-opacity:0.6;
        opacity:0.6;
    }

	/*チェックボックス*/
.agreeBlock {
    width: 100%;
    margin: 4em auto 5em;
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.7em;
    border:  4px solid red;
    padding: 1.5em;
    box-sizing: border-box;
	background-color: #fff;
}

.agreeBlock h3{
	font-size: 23px;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.agreeBlock h3:before, .agreeBlock h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
  }
  
  .agreeBlock h3:before {
	left:0;
  }
  .agreeBlock h3:after {
	right: 0;
  }

.agreeBlock p {
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 2;
}


.agree {
    width: 50%;
    margin: 18px auto 0;
    padding: 20px 8px 20px 16px;
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    font-size: 108%;
    font-weight: bold;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}

.agree .agree_button{
	font-size: 20px;
	padding-left:10px
}

.agree input {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    border: 1px solid #999;
    cursor: pointer;
}

/*応募・予約ボタン*/
.btnArea{
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.btnArea a{
	display: block;
}

.btnArea img {
	margin: auto;
	display: block;
}

  ul.btnArea li{
    width:400px;
      margin:18px;
    display: inline-block;
    vertical-align: top;
  }

  ul.btnArea li.btn_center{
    margin: 0 auto;
    display: block;
    padding-bottom: 0;
    }


.btnArea :hover{
      filter:alpha(opacity=90);
      -moz-opacity:0.9;
      opacity:0.9;
  }

.btnArea_sp:hover{
      filter:alpha(opacity=90);
      -moz-opacity:0.9;
      opacity:0.9;
  }

.btn_off{
	pointer-events : none;
	margin-bottom: 5%;

}

.flex_course{

margin:60px auto 0 
} 



/*-----------------------------------------------------*/
/* キャンペーン概要エリアのスタイル
/*-----------------------------------------------------*/

#outline{
	padding-top: 80px;
	margin-top: -80px;
}


#outline h2{
	padding: 7px;
    border-left: 10px solid #2ca6e0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
	margin-top:30px;
}

#outline .inner p.details_note{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}

#outline table{
    border-collapse:collapse;
    font-size:13px;
	border-top: 1px solid #dedede;
	width: 1260px;
}
#outline th{
    width:150px;
    padding:10 5px;
	font-size:14px;
    text-align:left;
    vertical-align:middle;
    color:#333333;
    border-bottom:1px solid #dedede;
}
#outline td{
    width:800px;
    padding:10px 5px;
    border-bottom:1px solid #dedede;
    line-height:1.3;
}
#outline dt{
    margin-bottom:5px;
    font-weight:bold;
}
/* #outline ul li,
#outline ol li{
    text-indent:-1.1em;
    padding-left:1.5em;
} */
#outline .txtBold{
    font-weight:bold;
}
#outline table.cp_attentiontable{
	background:#eee;
	border:1px dotted #666666;
}
#outline table.cp_attentiontable th{
	background:#eee;
	font-weight:bold;
	color:#333;
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
	text-align:center;
}
#outline table.cp_attentiontable td{
	padding:2px;
	text-align:center;
	background:#FFFFFF;
	border-bottom:1px dotted #666666;
	border-right:1px dotted #666666;
}

#outline ul.prizedetails li{
	margin-bottom: 8px;
	text-indent: 0;
	padding-left: 0.8em;
}

#outline dl.inde dd{
    text-indent:-1.1em;
    padding-left:1.5em;
}

p.attention {
    font-size:12px;
    margin-bottom:10px;
    padding:0 5px 0 0;
}


.note{
	margin: 30px 0 20px 0;
    text-align: center;
    line-height: 1.5;
}

#outline h5 {
    padding: 7px;
    border-left: 10px solid #2ca6e0;
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    font-weight: bold;
}


/*--------------------------------------------------------------------*/
/* レスポンシブル対応
/*--------------------------------------------------------------------*/

@font-face {
    font-family: 'WebSymbolsgfeditRegular';
    src: url('/css/font/websymbols_gf-edit-webfont.eot');
    src: url('/css/font/websymbols_gf-edit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/font/websymbols_gf-edit-webfont.woff') format('woff'),
         url('/css/font/websymbols_gf-edit-webfont.ttf') format('truetype'),
         url('/css/font/websymbols_gf-edit-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width:980px) {
	#container{
		margin: 18px auto 0;
	}
	
	div#breadSns, #container, dl#display_terms {
		width: auto !important;
	}
	
	.inner {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	dl.display_terms{
		width: auto;
	}
	
	/* メインビジュアル */
	.mainvisual h1{
		width: 100%;
	}

	#term p.term{
		width: 98%;
		margin: 0 1%;
	}
	
	.img_finish img{
		width: 100%;
	}
	
/* 無料プレー権対象ゴルフ場　一覧エリア*/
	
	.index h2 {
	font-size: 3vw;
}
	
	div.index{
		width: 98%;
	}
	
	
	.column_kanto {
	width: 92vw;
}
	
	.column2 {
    columns: 3;
	width: 100%;
	}
	
	.column3{
	columns: 3;
	}
	
	.list_all{
	display: block;
	}
	
	
	.column_margin {
    padding-left: 0;
}
	
.pc_areaLink a:before {
    display: block;
    content: "";
    position: absolute;
    right: 2vw;
    top: 0.3vw;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}


.pc_areaLink a:after {
    display: block;
    content: "";
    position: absolute;
    top: 3.8vw;
    right: 2.3vw;
    width: 0vw;
    height: 0;
    margin-top: -2.9vw;
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 0.9vw solid #7d7c7c;
}

.courseArea ul[class^="anker"] li{
	width:33.33333%
}
	

/* ボタンエリアのスタイル */
	.course{
		width: 43%;
	}
		
	.course_image{
	width: 100%;

	}
	
	.course_image img{
		width: 100%;
	}
	
	/* .course_name{
		margin-left: 34vw;
	} */

	.btnArea{
		text-align: center;
	}
	
	.btnArea img{
		width: 30vw;
		display: inline-block;
	}
	
	.attention {
    font-size: 1.4vw;
	width:  29vw;
}
	.course_txt{
		font-size: 1vw;
		margin-top: 10vw;
		margin-left: 3vw;
	}
	
	.txt_present {
    font-size: 2vw;
}
	
h3 {
    font-size: 2.3vw;
}	

h4 {
    font-size: 2.2vw;

}

	
.course_txt {
	font-size: 1.6vw;
	width: 54vw;
}
	
	
	
}

@media screen and (max-width:1080px) {

.course{
	width: 43%;
}

}

@media screen and (max-width: 850px) {
    .course {
        width: 42%;
    }
}

@media screen and (max-width:725px) {

.course{
	width: 41%;
}

}


@media screen and (max-width:640px) {
	
div.cp_btn img {
    width: 100%;
}
    .sp {
        display: block;
    }
    .pc  {
        display: none !important;
    }
    #footer {
        display: none;
    }
    #breadSns {
        display: none;
    }
    header.common .logo {
        float: left;
        width: 275px;
    }
    header.common .navi li {
        float: right;
        padding-top: 15px;
    }

    #container{
        width:100% !important;
        position:relative;
		margin: 0;
    }
	
	ul.btnArea_top {
    float: none;
    width: 100%;
    display: block!important;
    padding-bottom: 0;
}
	
	ul.btnArea_top li {
    width: 100%;
    padding: 3px 0;
    box-sizing: border-box;
}

/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/

	.mainvisual{
		background: none;
	}
	
/*-----------------------------------------------------*/
/* 各種期間表示エリアのスタイル
/*-----------------------------------------------------*/

	#term{
		margin-bottom: 10px;
		padding:10px;
		color:#FFFFFF;
		height: auto;
	}
	#term p.pc{
		display: none;
	}
	#term dl.sp{
		display: block;
		text-align: center;
	}
	#term dl{
		letter-spacing:-0.4em;
		text-align:left;
	}
	#term dt,
	#term dd{
		*display:inline;
		*zoom:1;
		letter-spacing:normal;
		font-size: 4.3vw;
		line-height: 146%;
		font-weight:bold
	}
	
	
	.img_finish img{
		width: 90%;
		margin: 4% 5%;
		text-align: center;
	}

/*--------------------------------------------------------------*/
/* チェック項目
/*--------------------------------------------------------------*/

.agree{
	width: 90%;
}

.agreeBlock h3{
	font-size: 18px;
}

.agreeBlock p{
	font-size: 16px;
}
	
/*--------------------------------------------------------------*/
/* 無料プレー権対象ゴルフ場　一覧エリア
/*--------------------------------------------------------------*/
	h2 {
	padding: 2% 0;
	margin: 0;
	}

	/* キャッチコピー START */
.course .flex_course .catch {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.6em;
}
/* キャッチコピー END */
	
	.list1, .list2, .list3 {
	display: block;
	}
	
	.areaLink {
	pointer-events:all;
	font-size: 3.5vw;
	}
	
	.column_kanto {
	columns: 1;
}
	
	.column2{
		columns: 1;
	}
	
	.column3{
		columns:1;
	}
	
	.column_margin {
    padding-left: 0;
}
	
	.index h2 {
    font-size: 4vw;
	margin-bottom: 1vw;
}
	
	div.index {
	width:100%;
	}
	
	
	.index ul{
		display: none;
		font-size: 1.3rem;
		margin-left:3%;
		
	}
	
	.index ul li {
	font-size: 3.5vw;

}
	
.areaLink{
	padding: 1.3vw 0;
	display: block;
	border-bottom: #fff 2px solid;
	position: relative;
}
	
.areaLink img {
top: -3px;
width: 4vw;
height:4vw; 
}

.areaLink:before {
    display: block;
    content: "";
    position: absolute;
    right: 2vw;
    top: 1.3vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}

.index h2 {
	font-size: 23px;
}

h4 span {
	font-size: 20px;
}

	
/* 開閉前　矢印*/
/*
.areaLink:after {
    display: block;
    content: "";
    position: absolute;
    top: 6vw;
    right: 2.8vw;
    width: 0vw;
    height: 0;
    margin-top: -2.9vw;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    border-top: 2vw solid #7d7c7c;
}
*/
	
	
/* 開閉後　矢印*/
.areaLink:after {
    display: block;
    content: "";
    position: absolute;
    top: 6.1vw;
    right: 2.9vw;
    width: 0vw;
    height: 0;
    margin-top: -2.9vw;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    border-top: 2vw solid #7d7c7c;
}

.courseArea ul[class^="anker"] li a {
	font-size: 16px;
}
	
/*--------------------------------------------------------------*/
/*コース詳細・予約ボタンエリア
/*--------------------------------------------------------------*/

	.flex_course{
		margin:5px auto 0;
	}	
	.course { 
	width: 100%;
	height: 100%;
	margin: 6% 0 1% 0;
	vertical-align:top;
	background-color:#f3f3f3;
	font-size: 17px;
	font-weight: bold;
/*	position: relative;*/
	box-sizing: border-box;
	padding: 2vw;
}
	
	.grand{
	width: 100%;
	height: 100%;
	margin: 6% 0 1% 0;
	vertical-align:top;
	background-color:#edeae0;
	font-size: 17px;
	font-weight: bold;
/*	position: relative;*/
	box-sizing: border-box;
	padding: 2vw;
	}
	
	.course_name{
		display: block;
		margin: 0 auto;
		padding:1% 0;
		position: static;
	}
	
	.flex_course{
	display: block;
}
	
	.cAnchor {
    padding-top: 0;
   	margin-top: 0;
}
	
	h3{
		font-size: 5vw;
		text-align: center;
	}
	
	h4 {
		font-size: 3.5vw;
	}
	
	.icon_pre {
	padding: 0 1vw 1.3vw 0;
	width: 8vw;
	height: 8vw;
}
	
	.txt_present{
		margin-bottom: 1%;
		font-size: 5vw;
		text-align: center;
	}
	
.txt_present {
    margin-bottom: 1%;
    font-size: 5vw;
    text-align: center;
}
	
	.grand .txt_present {
    margin-bottom: 1%;
    font-size: 5vw;
    text-align: center;
}

	.btnArea{
	display: block;
	margin: 0 auto;
	text-align: center;
	}
	
	.course_image {
		margin: 0 auto;
	}
	.course_image img{
		margin-bottom: 20px;
		width: 100%;
	}
	
	.course_txt{
		font-size: 4vw;
		margin: 2vw auto;
		width: 88vw;
	}
	
	.btn_sp a,
	.btn_sp_iriki a{
	display: block;
	width: 80vw;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: 5vw;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	padding: 2vw 3vw 2vw 0;
	letter-spacing: 0;
	background: #ff410d;
	box-sizing: content-box;
	text-align: center;
	}
	
	
	.btn_grand_sp a{
	display: block;
	width: 80vw;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: 5vw;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	padding: 2vw 3vw 2vw 0;
	letter-spacing: 0;
	background: #8f5900;
	box-sizing: content-box;
	text-align: center;
	}
	
	
	.attention{
	text-align: center;
	margin: 2% 0;
	font-size: 3.3vw;
	width: 92vw;
	}
	
	
	/*IE行間調整 IE10以上*/
@media all and (-ms-high-contrast: none) {
    .btn_sp a ,
	.btn_grand_sp a{
        padding-top: 20px;
    }
}

.btn_sp a:hover {
    opacity: 0.8;
}
	
.btn_grand_sp a:hover {
    opacity: 0.8;
}
	
.btn_sp a:before {
	display: block;
    content: "";
    position: absolute;
    right: 2vw;
    top: 2.6vw;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}
	
.btn_sp a:after {
    display: block;
    content: "";
    position: absolute;
    top: 7.2vw;
    right: 0.7vw;
    width: 0.8vw;
    height: 0;
    margin-top: -3.2vw;
    border: 1.8vw solid transparent;
    border-left: 3vw solid #ff410d;
}
	
	
	
	.btn_sp_iriki a:before {
    display: block;
    content: "";
    position: absolute;
    right: 2vw;
    top: 5.6vw;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}
	
	
	.btn_sp_iriki a:after {
    display: block;
    content: "";
    position: absolute;
    top: 10.2vw;
    right: 0.7vw;
    width: 0.8vw;
    height: 0;
    margin-top: -3.2vw;
    border: 1.8vw solid transparent;
    border-left: 3vw solid #ff410d;
}
	
	
	
.btn_grand_sp a:before {
	display: block;
    content: "";
    position: absolute;
    right: 2vw;
    top: 2.6vw;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}
.btn_grand_sp a:after {
    display: block;
    content: "";
    position: absolute;
    top: 6.9vw;
    right: 0.5vw;
    width: 0.8vw;
    height: 0;
    margin-top: -3.2vw;
    border: 1.8vw solid transparent;
    border-left: 3vw solid #8f5900;
}
	
	
	
	
	.btn_sp_off {
	display: block;
	width: 73vw;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: 3.6vw;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	padding: 3% 11% 3% 5%;
	letter-spacing: 0;
	background: #565656;
	box-sizing: content-box;
	text-align: center;
	pointer-events : none;
}
	

	
	
/*-----------------------------------------------------*/
/* キャンペーン概要エリアのスタイル
/*-----------------------------------------------------*/
	#outline h5{
	margin: 20px 0 0 0 !important;
	padding: 7px;
	border-left: 10px solid #2ca6e0;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	}

	#outline th {
	padding: 10px 5px;
	display: block;
	width: auto;
	text-align: left;
	padding-left: 17px;
	}
	
	#outline td {
	display: block;
	width: auto;
	text-align: left;
	padding-left: 17px;
	}
	
	#outline {
    padding-top: 0;
    margin-top: 0;
}
	
}

@media screen and (max-width:400px) {
.courseArea ul[class^="anker"] li a {
	font-size: 4vw;
}
}

