@charset "utf-8";
/* CSS Document */
#container{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222222;
}
.c-f:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.c-f{
	min-height:1%;
	display:block;
}
h2.rs_h2_title_bar {
	padding: 10px 15px;
	background-color:#3695d6;
	color: #fff;
	font-size: 16px;
	margin-top:20px;
	text-align: left;
}
h3.rs_h3_title_bar{
	padding: 5px 15px !important;
	background-color:#666666;
	color: #fff;
	font-size: 16px;
	font-weight:normal !important;
	border-left:none !important;
	margin-top:20px !important;
}
h4.rs_h4_title_bar{
	border-left:5px solid #898989;
	padding:0 15px;
	color:#434343;
	font-size: 16px !important;
	font-weight:normal !important;
	margin-top:20px !important;
}
.lead {
    font-size:14px;
    line-height:1.7;
}
.lead  a{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.txt-red{
	color:#eb4055;
}
.txt-gray{
	color:#434343;
}
.txt-kome{
	font-size:12px;
	color:#434343;
}
.txt-o{ color:#fb7d21;}
.txt-b{ color:#0974e3;}
.txt-r{ text-align:right;}
.txt-l{ text-align:left;}
.txt-c{ text-align:center;}

.mt30{margin-top:30px;}
.bnrImg img:hover {
	filter:alpha(opacity=70); /* IE 6,7*/
  -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
  -moz-opacity:0.7; /* FF , Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity:0.7;
  zoom:1; /*IE*/
}
/*--------------------------------------
  　　ボタン赤
--------------------------------------*/
.btn-red a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #eb4055;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #bf3646;
	-moz-box-shadow: 0px 5px 0px 0px #bf3646;
	-webkit-box-shadow: 0px 5px 0px 0px #bf3646;
	color: #FFF;
	font-size:28px;
	text-align: center;
}
.golf-course .btn-red a {
	width: auto;
	margin-top:10px;
	font-size:18px;
	background-color: #d32f2f;
	display:block;
}
.btn-red a:hover {
	color: #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-red-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #5f1b23;
	-moz-box-shadow: 0px 5px 0px 0px #5f1b23;
	-webkit-box-shadow: 0px 5px 0px 0px #5f1b23;
	color: #7f7f7f;
	font-size:28px;
	text-align: center;
}

/*------------------------------------------------
  　ヘッダ下のキャンペーン期間＆プレー対象期間
--------------------------------------------------*/
.deadline {
    background-color: #fff;
	color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    height: 40px;
    text-align: center;
	margin: 20px 0;
}
.deadline ul {
    border: 1px solid #acacaa;
    line-height: 2.5;
}
.deadline ul li {
    background-color: #ffffff;
    color: #313131;
    display: table-cell;
    font-weight: bold;
    padding: 0 16px;/*年をまたぐ時は9px*/
}
.deadline ul li.ulTitle01 {
    background-color: #c0c0c0;
}
.deadline ul li.ulTitle02 {
    background-color: #c0c0c0;
}

/*---------------------------------
  　コンテンツエリア
-----------------------------------*/
.contents-area{
	text-align:center;
	font-size:18px;
}
.contents-area p{
	margin-top:20px;
}
#str_container .contents-area h4 {
	position:relative;
	height: 45px;
	margin: 0px 20px;
	box-sizing: border-box;
	font-size: 95%;
}
.contents-area h4 span.txt-c{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	margin: auto;
	width: 270px;
	height: 20px;
}
.contents-area .box01{
	text-align:left;
	margin-top:20px;
	font-size:18px;
	background-image:url("../images/box01-h3-left.png"),url("../images/box01-h3-right.png");
	background-repeat:no-repeat,no-repeat;
	background-position:left top,right top;
}
.contents-area .box01 p{
	line-height: 1.5;
	font-size: 16px;
}
.contents-area .box02{
	text-align:left;
	margin-top:20px;
	font-size:18px;
  background-image:url("../images/box02-h3-left.png"),url("../images/box02-h3-right.png");
  background-repeat:no-repeat,no-repeat;
  background-position:left top,right top;}

.contents-area .box01 h4{
	border-top:1px solid #fb7d21;
	border-bottom:1px solid #fb7d21;
}
.contents-area .box02 h4{
	border-top:1px solid #0974e3;
	border-bottom:1px solid #0974e3;
}
.contents-area .box01 h4:before{
	content:"";
	background:url("../images/box01-h3-icon.png") no-repeat;
	width:19px;
	height:33px;
	position:absolute;
	top: 50%;
	left: 10px;
	margin-top: -16px;
}
.contents-area .box02 h4:before{
	content:"";
  background:url("../images/box02-h3-icon.png") no-repeat;
	width:40px;
	height:23px;
	position:absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
}
.colume2 .colume-box{
	display: inline-block;
	box-sizing:border-box;
}
.box01 .colume2 .colume-box{
	vertical-align:middle;
}
.colume2 .colume-box p .caption{
	display: block;
	margin-top: 10px;
}
.colume2 .colume-box p .caption span.small{
	font-size: 14px;
}
.box01 .colume2 .colume-box:first-child{
	width: 40%;
}
.box01 .colume2 .colume-box:last-child{
	width: 46%;
}
.box01 .colume-box-inner p{
	display: inline-block;
	width: 49%;
	box-sizing:border-box;
	text-align: center;
}
.box01 .colume2 .colume-box.arrow{
	width:10%;
	vertical-align: middle;
	text-align: center;
}
.box02 .colume2 .colume-box{
	width: 52%;
	vertical-align:top;
}
.box02 .colume2 .colume-box:first-child{
	width: 47%;
}
.box02 .txt-area p{
	margin-top: 10px;
	font-size:18px;
}
.box02 .txt-area p.box02-title{
	font-size:24px;
	font-weight:bold;
}
.box02 .txt-area .money{
	font-size:30px;
	font-weight:bold;
	color:#e7364a;
}

.box02 .colume2 .colume-box a img:hover {
	filter:alpha(opacity=70); /* IE 6,7*/
  -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
  -moz-opacity:0.7; /* FF , Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity:0.7;
  zoom:1; /*IE*/
}



/*---------------------------------
  　　エリアタブ
-----------------------------------*/
.tab-area{
	width:960px;
	margin:15px 0;
}
.tab-area p a{
	display: block;
	padding:15px 0;
	border: 1px solid #5A5A5A;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #fff;
	color: #333;
	font-size: 18px;
	text-align: center;
	box-shadow: 0px 3px 0px 0px #5A5A5A;
	-moz-box-shadow: 0px 3px 0px 0px #5A5A5A;
	-webkit-box-shadow: 0px 3px 0px 0px #5A5A5A;
}
.tab-area p a:hover{
	background:#FFFFFF;
	border:#e7364a 1px solid;
	color:#e7364a;
	box-shadow: 0px 3px 0px 0px #e7364a;
	-moz-box-shadow: 0px 3px 0px 0px #e7364a;
	-webkit-box-shadow: 0px 3px 0px 0px #e7364a;
}
.tab-area p span{
	display: block;
	padding:15px 0;
	border: 1px solid #e7364a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #fff;
	color: #eb4055;
	font-size: 18px;
	text-align: center;
	box-shadow: 0px 3px 0px 0px #e7364a;
	-moz-box-shadow: 0px 3px 0px 0px #e7364a;
	-webkit-box-shadow: 0px 3px 0px 0px #e7364a;
}
.tab-area-6area p{
	width:155px;
	margin-right:5px;
	float:left;
}
.tab-area-2area p{
	width:470px;
	margin-right:15px;
	float:left;
}
.tab-area p.last{
	margin-right:0;
}

/*---------------------------------
  　　ご予約からプレー日までの流れ
-----------------------------------*/
/*4STEP*/
.reservation-step{ margin: 0 10px; overflow: hidden;}
.reservation-step li{ white-space:nowrap;}
.step{
	width:auto;
	float:left;
	border:1px solid #898989;
	padding: 20px 15px 0;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: start;
}
.txt-horizontal{
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode:horizontal-tb;
}
.step:last-child{
	padding:0;
	position: relative;
}
.step:last-child span.txt-position{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
}
.step p,.step02 p{
	font-size:14px;
	padding:0 10px 10px;
	margin-top:0;
}
.step-title{
	background-color:#666666;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.step > img,.step02 > img {
    display: block;
    margin: 0 auto;
}
.step .bold,.step02 .bold{
	display: inline-block;
	padding-bottom:5px;
}
.triangle {
	float:left;
	width:5%;
	position: relative;
}
.triangle .ic{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #666666;
	position:absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.step .btn,.step02 .btn{
	position:relative;
}
.step .btn a,.step02 .btn a{
	background-color:#02c2f2;
	border-radius: 18px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	padding:8px;
}
.step .btn a:hover,.step02 .btn a:hover{
	background-color:#31c8ee;
}
.step .btn .arrow,.step02 .btn .arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	position: absolute;
	right: 20px;
    top: 40%;
}
/*3STEP*/
.step02{
	width:298px;
	float:left;
	border:1px solid #898989;
	padding-bottom:10px;
}
.triangle02 {
    display: flex;
	float:left;
	width:30px;
	position: relative;
}
.triangle02 .ic{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #666666;
	position:absolute;
	top: 45%;
	left: 30%;
}

/*--------------------------------------
  　　賞品一覧
--------------------------------------*/
.pre-2box div{
	float:left;
	margin-right:20px;
	width:470px;
	margin-top:0;
}
.pre-2box p.txt{
	width:440px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:15px;
	margin-top: 0;
	display: inline-block;
}
.pre-2box p span.name-txt{
	width:330px;
	float:left;
}
.pre-2box p span.number{
	width:110px;
	font-size:24px;
	display: inline-block;
	text-align:right;
}
.pre-2box p span.number .big-txt{
	font-size:40px;
}
.pre-3box .box-cont{
	float:left;
}
.pre-3box .box-cont a:hover{
	opacity:0.8;
}
.pre-3box div{
	margin-right:22px;
	width:305px;
	margin-top:0;
	text-align: center;
	position: relative;
}
.pre-3box div:last-child{
	margin-right:0;
}
.pre-3box .move-area p{
	margin: 0;
	padding: 20px;
}
.pre-3box .move-area p:after{
	content:"";
	background:url(../images/move_bk.gif) repeat-y;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3px;
	width: 5px;
	height: 70px;
	z-index: -99;
}
.pre-3box p.txt{
	width:275px;
 background-color:rgba(0,0,0,0.5);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	margin-top: 0;
	display: inline-block;
	text-align: left;
	position: absolute;
	bottom: 73px;
	left: 0;
}

.pre-3box p.detail{
	width:305px;
	background-color:#898989;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding:15px;
	margin-top: 0;
	display: inline-block;
	line-height: 1.5;
	box-sizing: border-box;
}
.pre-3box p.detail .txt-kome {
    font-size: 14px;
    color: #fff;
		display:block;
}
.move-area span{
	display:inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 35px;
}
.move-area span.minute{
	font-weight:bold;
	font-size:18px;
}
.pre-3box p span.name-txt{
	font-weight:bold;
	font-size:16px;
	display: block;
	margin-bottom: 10px;
}
.pre-3box p span.number{
	width:100px;
	font-size:22px;
	display: inline-block;
	text-align:right;
	margin-top: 4px;
}
.pre-3box p span.star{
	font-size:14px;
}
.pre-3box p span.yellow{
	color:#fdb031;
}
.pre-3box p span.number .big-txt{
	font-size:36px;
}
.pre-4box div{
	float:left;
	margin-right:20px;
	width:225px;
	margin-top:0;
	text-align: center;
	box-sizing: border-box;
	position:relative;
}
.pre-4box.bottom .place:before{
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -15px;
	z-index: -99;
	width:30px;
	height:80px;
}
.pre-4box.top div:after{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	z-index: -99;
	width:30px;
	height:60px;
}
.pre-4box div.osaki p{
	border:1px solid #ccf1fe;
	background-color:#ccf1fe;
}
.pre-4box.top div.osaki:after,
.pre-4box.bottom div.osaki .place:before{
	content:"";
	background:url(../images/osaki_bk.gif) repeat-y;
	background-size: 100%;
}
.pre-4box div.yokohama p{
	border:1px solid #dbe0f8;
	background-color:#dbe0f8;
}
.pre-4box.top div.yokohama:after,
.pre-4box.bottom div.yokohama .place:before{
	content:"";
	background:url(../images/yokohama_bk.gif) repeat-y;
	background-size: 100%;
}
.pre-4box div.ueno p{
	border:1px solid #fcdeeb;
	background-color:#fcdeeb;
}
.pre-4box.top div.ueno:after,
.pre-4box.bottom div.ueno .place:before{
	content:"";
	background:url(../images/ueno_bk.gif) repeat-y;
	background-size: 100%;
}
.pre-4box div.tokyo p{
	border:1px solid #fdecc3;
	background-color:#fdecc3;
}
.pre-4box.top div.tokyo:after,
.pre-4box.bottom div.tokyo .place:before{
	content:"";
	background:url(../images/tokyo_bk.gif) repeat-y;
	background-size: 100%;
}
.tour-bus-area .pre-4box p.detail{
	background-color:#fff;
	margin-top: 0;
	padding:10px 0;
	font-size: 14px;
	line-height: 1.5;
}
.tour-bus-area .pre-4box p.detail a{
	font-weight:bold;
}
.pre-4box p.place{
	width:203px;
	font-size: 24px;
	font-weight:bold;
	padding:27px 10px;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}
.pre-4box p.place span{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 220px;
	height: 25px;
}
.pre-4box .line2 p.place span{
	height: 35px;
	font-size: 15px;
}
.pre-4box p.txt{
	width:205px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	margin-top: 0;
	display: inline-block;
}
.pre-4box p span.name-txt{
	width:145px;
	float:left;
}
.pre-4box p span.number{
	width:60px;
	font-size:14px;
	display: inline-block;
	text-align:right;
}
.pre-4box p span.number .big-txt{
	font-size:21px;
}

.pre-5box p{
	float:left;
	width:180px;
	margin-right:15px;
	margin-top:0;
	position:relative;
}
.pre-5box p span.number{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 60px;
	width: 100px;
	color:#FFFFFF;
}
.pre-5box p span.number .big-txt{
	font-size:24px;
}
.pre-5box p span{
	padding-top:5px;
	display: inline-block;
}
.mr0{
	margin-right:0;
}
.contents-area .tarminal{
	background-color: #e5e5e5;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c9c9c9;
	margin: 0;
}
/*---------------------------------
  　ゴルフ場コース
-----------------------------------*/
.rs_course .cbox{width: 930px; margin-left: auto; margin-right: auto; background: #eee; margin-top: 20px; padding: 14px; border: 1px solid #ccc;line-height:1.5;}
.rs_course .limg{padding: 6px; background: #fff; width: 410px;}
.rs_course .simg{width:430px;}
.rs_course .simg img{margin:6px 6px 0 0; padding: 5px; background: #fff; float:left; cursor:pointer;}
.rs_course .imbox{float: left;width:410px;}
.rs_course .cbox .course-name{font-size: 24px; font-weight:bold; }
.rs_course .acs{color: #009900}
.rs_course .copy{font-size:14px; margin-top: 5px;}
.rs_course .detailbox {width:480px;float:right;}
.rs_course .star {display:inline-block;float:left;}
.rs_course .detail-right {width:300px;}
.rs_course .detail-left {width:320px;}
.rs_course .txt-yellow {color:#FFAE00;}
.rs_course .txt-14{font-size:105%;}
.rs_course .as{font-size:90%;}
.rs_course .btn-red a {
	display: block;
	width: 400px;
	margin:20px 30px 28px 35px;
	padding: 15px 0;
	background-color: #eb4055;
	border-radius: 4px;
	box-shadow: 0px 4px 0px 0px #bf3646;
	-moz-box-shadow: 0px 4px 0px 0px #bf3646;
	-webkit-box-shadow: 0px 4px 0px 0px #bf3646;
	color: #fff;
	font-size:16px;
	text-align: center;
}
.rs_course .btn-red a:hover {
	color: #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3
}
.rs_course .btn-red-fin span {
	display: block;
	width: 400px;
	margin:20px 30px 28px 35px;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 4px;
	box-shadow: 0px 4px 0px 0px #5f1b23;
	-moz-box-shadow: 0px 4px 0px 0px #5f1b23;
	-webkit-box-shadow: 0px 4px 0px 0px #5f1b23;
	color: #7f7f7f;
	font-size:16px;
	text-align: center;
}
.label-pink {
	background-color: #ff6699;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	margin-right: 3px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label-orange {
	background-color: #ff7e00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label-blue {
	background-color: #3695d6;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label-gray {
	background-color: #898989;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.mr3{
	margin-right:3px;
}

/*---------------------------------
  　ページTOP
-----------------------------------*/
#page-top {
	bottom: 20px;
	display: block;
	position: fixed;
	margin-left: 980px;
	width: 960px;
}
/*--------------------------------------
  　　キャンペーン概要
--------------------------------------*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #3695d6;
	font-size: 1.2em;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#3695d6;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}

/*--------------------------------------
  　　注意事項
--------------------------------------*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
	font-size: 1.2em;
}
#notice_box {
	margin: 0 0 10px;
	width:956px;
	border: 2px solid #ccc;
	font-size: 1.2em;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}

/*--------------------------------------
  　　キャンペーン終了対応
--------------------------------------*/
#str_container #header{
	width:960px;
	position:relative;
}
#str_container #header .h-txt{
	display:none;
}
#str_container #header-fin{
	width:960px;
	position:relative;
	background:#000;
}
#str_container #header-fin .h-overlay{
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:290px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
	font-family:"メイリオ", Meiryo, Osaka;
}
#str_container #header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}