@charset "utf-8";
/***********************************************/
/*ツアー共通                                      */
/***********************************************/
body {
	margin: 0;
	color: #454545;
	font-family: HiraKakuPro-W3, "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', osaka, Arial, Helvetica, Verdana, sans-serif;
}
#wrapper{
	margin: 0 auto;
	width: 980px;
	margin-top: 15px;
	position: relative;
}
h1 {
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0 0 9px;
}

/*  メインビジュアル
--------------------------------------------------------*/
.main_visual.golf {
	position: relative;
	background: url(/tour/common/images/special/047_okinawa/golf/main.jpg) no-repeat 0 0;
	width: 980px;
	height: 250px;
	margin: 0 0 40px;
	/* box-shadow: inset 0 0 10px rgba(0, 56, 148, 0.5), inset 0 0 50px rgba(0, 56, 148, 0.2); */
	/* box-shadow: inset -100px 0 100px #fff; */
}
h2.mv_txt {
	position: absolute;
	left: 10px;
	bottom: 55px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333;
}
p.mv_txt {
	position: absolute;
	left: 10px;
	bottom: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 21px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333;
	padding-bottom: 15px;
	background: url(/tour/common/images/special/047_okinawa/golf/underBar.png) no-repeat 0 18px;
}
span.size-L {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}

/*  ナビゲーション
--------------------------------------------------------*/
.navTit {
	position: absolute;
	top: -12px;
	left: 170px;
	right: 170px;
	width: 640px;
	color: #1b1b1b;
	font-size: 24px;
	text-align: center;
	background: #fff;
}
.navBox {
	position: relative;
}
.navBtn {
	overflow: hidden;
	border: 1px solid #2f962b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 40px 10px 20px;
}
.navBtn li {
	position: relative;
	float: left;
	display: table;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background: #236e20;
    background: -moz-linear-gradient(top, #2f962b 0%, #236e20 100%);
    background: -webkit-linear-gradient(top, #2f962b 0%,#236e20 100%);
    background: linear-gradient(to bottom, #2f962b 0%,#236e20 100%);
	width: 150px;
	height: 61px;
	padding: 10px 70px 10px 10px;
	margin-right: 12px;
}
  .navBtn li:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	background: #fff;
  }
  .navBtn li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 8px solid transparent;
	border-top: 13px solid #236e20;
  }
.navBtn li:last-child {
	margin-right: 0;
}
.navBtn li:hover {
	opacity:0.8;
}
.navBtn li a {
	display: table-cell;
	color:#fff;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: middle;
}

/*  バナー
--------------------------------------------------------*/
ul.linkBox {
    overflow: hidden;
    width: 860px;
    margin: 0 auto 60px;
}
li.btn_link {
	float: left;
	background: url(/tour/common/images/special/047_okinawa/golf/btn_link.png) no-repeat 0 0;
	display: block;
	width: 420px;
	height: 80px;
	margin-right: 20px;
}
li.btn_link:last-child {
    margin-right: 0;
}
li.btn_link:hover {
	opacity: 0.8;
}
li.btn_link a {
	display: table-cell;
	width: 420px;
	height: 80px;
	padding: 0 2em;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}

/*  多用パーツ
--------------------------------------------------------*/
section {
	display: block;
	border: 1px solid #CBC2A0;
	padding: 20px;
	margin: 0 0 60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
h2.commonTit {
	color: #003894;
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 1em;
	padding: 0 0 0.25em;
	border-bottom: solid 1px #003894;
}
h2.commonTit:before {
	content: " ";
	float: left;
	width: 5px;
	margin-right: 7px;
	height: 33px;
	background: #003894;
}
	/* 特徴用アイコン classへtokucyoを追加して使用してください */
	h2.commonTit.tokucyo {
		position: relative;
		margin: 0 0 15px 80px;
	}
	h2.commonTit.tokucyo:before {
		position: absolute;
		content: "特徴";
		top: -5px;
		left: -108px;
		font-size: 24px;
		color: #fff;
		background: #236e20;
		margin-right: 0;
		padding: 6px 14px;
		width: 75px;
		-moz-border-radius: 0 2px 2px 0;
		-webkit-border-radius: 0 2px 2px 0;
		-o-border-radius: 0 2px 2px 0;
		-ms-border-radius: 0 2px 2px 0;
		border-radius: 0 2px 2px 0;
	}
	#sec_01 h2.commonTit.tokucyo:before {
		position: absolute;
		content: "特徴①";
	}
	#sec_02 h2.commonTit.tokucyo:before {
		position: absolute;
		content: "特徴②";
	}
	#sec_03 h2.commonTit.tokucyo:before {
		position: absolute;
		content: "特徴③";
	}
	#sec_04 h2.commonTit.tokucyo:before {
		position: absolute;
		content: "特徴④";
	}
	h2.commonTit.tokucyo:after {
		content: " ";
		position: absolute;
		top: 40px;
		left: -108px;
		width: 0;
		height: 0;
		border-width: 5px 0px 0px 7px;
		border-style: solid;
		border-color: transparent;
		border-top-color: #0c280b;
	}
.courseIntroduction {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 35px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

/*  コースの情報
--------------------------------------------------------*/
.courseInformation {
	margin-bottom: 50px;
}
h3.courseTit {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 25px;
}
	/* おすすめ用アイコン classへosusumeを追加して使用してください */
	h3.courseTit.osusume {
		position: relative;
		margin-left: 60px;
	}
	h3.courseTit.osusume:before {
		position: absolute;
		top: 5px;
		left: -60px;
		content: "おすすめ";
		color: #fff;
		font-size: 11px;
		padding: 5px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		background: #e52121;
		background: -moz-linear-gradient(top, #e52121 0%, #C82119 100%);
		background: -webkit-linear-gradient(top, #e52121 0%,#C82119 100%);
		background: linear-gradient(to bottom, #e52121 0%,#C82119 100%);
	}
.info_1 {
	overflow: hidden;
	margin-bottom: 30px;
}
.flt-leftBox {
	float: left;
	margin-right: 20px;
}
.courseImg {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 200px;
}
.courseImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
ul.difficulty {
	display: table;
	width: 300px;
	overflow: hidden;
	color: #EFB84C;
	font-size: 18px;
	margin: 10px 0 0;
}
ul.difficulty li {
	display: table-cell;
	float: left;
	padding: 4px;
}
ul.difficulty li:first-child {
	color: #81614c;
	font-size: 14px;
	padding: 5px;
	margin-right: 5px;
	border: solid 1px #81614c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.infoInnerBox {
	float: right;
	width: 618px;
}
.innerTit {
	color: #fff;
	font-size: 15px;
	width: 220px;
	padding: 5px;
	text-align: center;
	background: #b38f00;
	border-radius: 3px 3px 0 0;
}
.innerTxt {
	font-size: 14px;
	line-height: 1.7;
	background: #fff;
	border: 1px solid #b38f00;
	border-radius: 0 3px 3px 3px;
	padding: 10px;
}
.innerTxt + .innerTit {
	margin-top: 20px;
}
table.info_2 {
	border-collapse: collapse;
	border: none;
	width: 938px;
	font-size: 15px;
	table-layout: fixed;
    background: #fff;
	border: solid 1px #CBC2A0;
}
table.info_2 tr {
	border-bottom: dotted 1px #CBC2A0;
}
table.info_2 tr:last-child {
	border-bottom: none;
}
table.info_2 th {
	width: 280px;
	min-height: 13px;
	padding: 5px 10px;
	color: #1b1b1b;
	text-align: center;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
	overflow: visible;
	background: #F9F8F2;
}
table.info_2 td {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border: none;
	line-height: 1.5;
}

/*  よくある質問（Ｑ＆Ａ）
--------------------------------------------------------*/
.infoBox {
	display: table;
	width: 940px;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.infoBox+.infoBox {
	margin-top: 24px;
}
.ico-question {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	float: left;
	width: 85px;
	margin-right: 15px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	color: #003894;
	line-height: 1;
	font-weight: bold;
	font-size: 65px;
}
h4.question-text {
	float: right;
	position: relative;
	width: 840px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background: #eee;
	vertical-align: middle;
	color: #003894;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
}
h4.question-text:before {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: -30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right: 27px solid #eeeeee;
}
figure.answer-text {
	clear: both;
}
figure.answer-text img {
	width: 500px;
	height: 290px;
}
figcaption {
	float: right;
	padding: 15px 18px;
	box-sizing: border-box;
	background: #fff;
	color: #81614c;
	font-size: 16px;
	line-height: 1.5;
	border: solid 3px #b38f00;
}

.pl-info {
    width: 100%;
    font-size: 15px;
    background: #fff;
    border: 1px solid #003894;
    margin-top: 20px;
    border-radius: 3px;
}
.pl-info__headline {
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    background: #003894;
    box-sizing: border-box;
    font-size: 20px;
}
.pl-info__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.pl-info__list__item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 48%;
    font-size: 14px;
    line-height: 1.7;
}
.pl-info__list__item:first-child {
	font-size: 16px;
    font-weight: bold;
}
.pl-info__list__item:nth-child(n + 3) {
    margin-top: 15px;
}
.pl-info__list__item:nth-child(odd) {
    width: 35%;
}
.pl-info__list__item:nth-child(even) {
    width: 60%;
}
.pl-info__list__item.\--isTell {
    display: flex;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    justify-content: center;
    padding-left: 56px;
    background: url(/tour/common/images/special/047_okinawa/golf/ico_tell.png) no-repeat left center;
    background-size: 46px;
    height: 46px;
}