@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:#0071BE;
	color: #fff;
	font-size: 16px;
	margin-top:20px;
}
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:11px;
	color:#434343;
}
.font30{
	font-size: 30px !important;
}

/*--------------------------------------
  　　ボタン赤
--------------------------------------*/
.btn-red a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background: #eb4055;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size:26px;
}
.btn-red a:hover {
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn-red-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	color: #7f7f7f;
	font-size:26px;
	text-align: center;
}
.btn-red a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*------------------------------------------------
  　ヘッダ下のキャンペーン期間＆プレー対象期間
--------------------------------------------------*/
.deadline {
    background-color: #fff;
	color: #fff;
    font-size: 1.2em;
    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{
	background-color:#d2d2d2;
	text-align:center;
	padding:130px 0;
	margin-top:20px;
	font-size:18px;
}

/*---------------------------------
  　　エリアタブ
-----------------------------------*/
.tab-area{
	width:960px;
	margin:15px 0;
}
.tab-area p a{
    display: block;
	padding:15px 0;
    border: 1px solid #5A5A5A;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 18px;
    text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
}
.tab-area p a:hover{
	background:#FFFFFF;
	border:#e7364a 1px solid;
	color:#e7364a;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}
.tab-area p span{
    display: block;
	padding:15px 0;
    border: 1px solid #e7364a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #fff;
    color: #eb4055;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
}
.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;
}
.tab-area p a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*---------------------------------
  　　応募ステップ
-----------------------------------*/
/*4STEP*/
.step{
	width:223px;
	float:left;
	border:1px solid #898989;
	padding-bottom:10px;
}
.step p,.step02 p{
	font-size:14px;
	padding:10px;
	margin-top:0;
}
.step-title{
	background-color:#535353;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.step > img,.step02 > img {
    display: block;
    margin: 0 auto;
}
.step .bold,.step02 .bold{
	display: inline-block;
    font-weight: bold;
	padding-bottom:5px;
}
.triangle {
    display: flex;
	float:left;
	width:20px;
	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: 45%;
	left: 25%;
}
.step .btn,.step02 .btn, .btn-cp-entry{
	position:relative;
}
.step .btn a,.step02 .btn a{
	background-color: #0071BE;
	border-radius: 18px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	padding:8px;
	transition: .3s ease-out;/*変化を緩やかに*/
}
.btn-cp-entry a{
	background-color:#f17988;
	border-radius: 5px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	padding:8px;
	transition: .3s ease-out;/*変化を緩やかに*/
	position: relative;
	box-shadow: #ad5a64 0 4px 0;
}
.step02 .btn-cp-entry{
	margin-top: 20px;
}

.step02 .btn-cp-entry a:hover{
	opacity: 1;
}
/* .btn-cp-entry a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 0;
    background-color: #ad5a64;
	transition: .3s ease-out;
}
.btn-cp-entry a:hover:after{
	z-index: -1;
} */
.btn-cp-entry.col-1{
	width: 480px;
	margin: 30px auto;
}
.btn-cp-entry.col-1.course{
	margin: 0 auto;
	letter-spacing: -1px;
	font-feature-settings: "palt";
}
.btn-cp-entry.course a{
	background-color: #0071BE;
	box-shadow: #003a61 0 4px 0;
}
.btn-cp-entry.col-1 a{
	font-size: 18px;
	padding: 15px;
}
.step .btn a:hover,.step02 .btn a:hover, .btn-cp-entry a:hover{
	color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.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%;
}
/* STEP  縦*/
.contents-area.stamp{
	background: #fff100;
    padding: 30px 30px 50px;
    margin: 0 auto 50px;
}

h2.stamp{
	/* background: #ff008a; */
	margin-top: 0;
}
.stamp .step-title{
	background: #0071BE;
}

.stamp .stamp{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.stamp .step03, .postcard {
    background: #fff;
    border: none;
}
.step03{
	width:100%;
	float:left;
	/* border:1px solid #898989; */
	/* padding-bottom:10px; */
	display: flex;
	align-items: stretch;
}
.step03 p{
   padding: 20px 10px;
    margin-top: 0;
	align-content: center;
}
.step03 p:not(.step-title){
	font-size: 15px;
	letter-spacing: -1px;
 }
 .stamp .btn-cp-entry.course {
    padding: 20px;
    width: 260px;
}
.triangle03 {
    display: flex;
	float:left;
	width:40px;
	height: 45px;
	position: relative;
}
.triangle03 .ic{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 15.5px 0 15.5px;
	border-color:  #535353 transparent transparent transparent;
	position:absolute;
	top: 40%;
}
.step03 .step-title{
	width: 110px;
	text-align: center;

}
.step03 p:nth-child(2){
	/* width: 500px; */
	padding-left: 20px;
}



.flex{
	display: flex;
}
.postcard{
	margin-top: 80px;
	padding: 2rem 1.4rem 3rem;
	flex-direction: column;
	align-items: center;
}
.postcard .flex{
	gap: 3rem;
	width: 80%;
	justify-content: center;
}
.postcard p{
	/* padding: 0 0 26px; */
	font-size: 14px;
}
.postcard .ttl{
	/* padding: 0;
	font-size: 20px;
	font-weight: 700; */
	border: 5px solid #0071be;
    border-radius: 42px;
    padding: 10px 70px;
    margin: -60px auto 40px;
    background: #fff;
}
.postcard + h2.rs_h2_title_bar {
    margin-top: 80px;
}
.postcard .flex img{
	width: 100%;
}
.postcard .flex img:first-child {
    border: 1px solid #f0f0f0;
}

.box {
    border: 2px solid #0071BE;
}
.box h2.rs_h2_title_bar {
    margin-top: 0;
}
/*.mission .box ul {
    counter-reset: number;
}
.mission .box ul li {
    font-size: 16px;
    padding: 13px;
    border-bottom: 2px #ddd dashed;
    position: relative;
    padding-left: 60px;
}
.mission .box ul li:last-child {
	border-bottom: none;
}
.mission .box ul li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: linear-gradient(60deg, #DB471D, #DC7D37);
    color: white;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    left: 25px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

/*---------------------------------
ゴルフ場一覧（別ウィンドウ）
-----------------------------------*/

#modal-content{
	width: 900px ;
	margin: 0 auto;
	/*padding: 10px 20px ;*/
	border: 2px solid #aaa ;
	background: #fff ;
	/* position: fixed ;
	display: none ; 
	z-index: 2 ;
  top: 50px!important; */
  max-height: 90%;
  overflow: scroll;
}
#modal-content > .ttl {
    background-color: #0071be;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
	position: relative;
}

#modal-content01 .ttl,
#modal-content02 .ttl,
#modal-content03 .ttl{
  margin-top: 0;
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
/* .button-link {
	color: #00f ;
	text-decoration: underline ;
}*/
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
} 


/* #modal-open01 {
  position: absolute;
	top: 158px;
	right: 47px;
} */
#modal-content01 {
  border: 6px solid #3888e8;
}
#modal-content01 .ttl {
  padding: 30px 10px;
  background: #3888e8;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.mapImg .modal-close {
  display: block;
  float: right;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.listWrap {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
	font-size: 14px;
	width: 100%;
}
.listWrap .list01 {
  float: left;
  width: 50%;
}
.listWrap .list02 {
  float: right;
  width: 50%;
}

.listWrap li {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
  list-style: disc;
  list-style-position: inside;
  font-weight: 700;
}
.listWrap li:first-child {
  margin-top: 0;
}
/* .listWrap .map-note{
	font-size: 12px;
	text-indent: 1.5em;
	display: inline-block;
} */
#modal-content .list-note {
	color: #fff;
	padding: 10px 0 4px;
	text-align: center;
	font-size: 14px;
}
#modal-content01  .list-note{
	background: #3888e8;
}
#modal-content02  .list-note{
	background: #35bc22;
}
#modal-content03  .list-note{
	background: #ea7236;
}
#modal-content01 .listWrap li .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background: #3fa9f5;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  text-indent: 0;
}
.listWrap li a {
  color: #3695d6;
  text-decoration: underline;
}

#modal-open02 {
  position: absolute;
	bottom: 195px;
	left: 42px;
}
#modal-content02 {
  border: 6px solid #35bc22;
}
#modal-content02 .ttl {
  padding: 30px 10px;
  background: #35bc22;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#modal-content02 .listWrap li .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: #63db52;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  text-indent: 0;
}

#modal-open03 {
  position: absolute;
	bottom: 48px;
	right: 82px;
}
#modal-content03 {
  border: 6px solid #ea7236;
}
#modal-content03 .ttl {
  padding: 30px 10px;
  background: #ea7236;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#modal-content03 .listWrap li .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fbb03b;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  text-indent: 0;
}
#modal-content01 .ttl.clearfix,
#modal-content02 .ttl.clearfix,
#modal-content03 .ttl.clearfix {
  display: block!important;
}
#modal-open01:hover,
#modal-open02:hover,
#modal-open03:hover{
	opacity: 0.7;
}
/*--------------------------------------
  　　賞品一覧
--------------------------------------*/
.pre-2box div:not(.clr-cnt, .imgBox){
	float:left;
	/* margin-right:20px; */
	width:215px;
	margin-top:0;
}
.pre-2box .c-f:after{
	content: none;
}
/* .pre-2box div:nth-child(4) {
    width: 380px;
	background-color: #eee;
	border: #666 1px solid;
	box-sizing: border-box;
} */
.pre-2box .imgBox{
	padding: 10px;
}
.pre-2box p.txt{
	width: 195px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;/*14*/
	font-weight:bold;
	padding:10px;/*15*/
	padding-bottom: 0;
	margin-top: 0;
	display: inline-block;
	height: 59px;
}
/* .pre-2box div:nth-child(4) .txt {
    width: 359px;
} */
.pre-2box p span.name-txt{
	width: 100%;/*330px*/
	height: 52px;
	float:left;
	font-feature-settings: "palt";
}
.pre-2box  .Box2col p span.name-txt{
	width: 218px;
}
.pre-2box  .Box2col p span.name-txt small{font-weight: normal;}

.pre-2box p span.number{
	width: fit-content;
	font-size:15px;
	text-align:right;
	float: right;
	margin-top: -30px;
}
.pre-2box p span.number:has(br) {
    margin-top: -45px;
	line-height: 1.1;
}
/* .pre-2box div:nth-child(4) span.number {
    width: 140px;
    margin-top: 29px;
} */
.pre-2box p span.number .big-txt{
	font-size:25px;/*40*/
}

.pre-2box.box {
    padding: 40px 20px 20px;
	position: relative;
	margin-top: 50px;
}

.box .clr-cnt {
    margin: 0 auto;
    width: fit-content;
	display: flex;
	align-items: center;
	gap: 20px;
}
.box .clr-cnt > p {
    background: #fff100;
    line-height: 1;
    font-size: 18px;
    width: fit-content;
    padding: 10px 95px;
    border-radius: 20px;
    color: #0071BE;
    font-weight: 800;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
	font-feature-settings: "palt";
}
.ladies{
	background: #fff100;
    border: none;
 }
 .ladies .clr-cnt > p {
    background: #ff008a;
    color: #fff;
}

.pre-2box .Box2col .txtBox {
    float: left;
    width: 170px;
    margin-top: 10px;
    font-size: 12px;
	line-height: 1.8;
}
.pre-2box .Box2col .txtBox:nth-child(3) {
	width: 185px;
}

.pre-3box div{
	float:left;
	margin-right:15px;
	width:310px;
	margin-top:0;
}
.pre-3box p.txt{
	width:280px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:15px;
	margin-top: 0;
	display: inline-block;
}
.pre-3box p span.name-txt{
	width:180px;
	float:left;
}
.pre-3box p span.number{
	width:100px;
	font-size:22px;
	display: inline-block;
	text-align:right;
	margin-top: 4px;
}
.pre-3box p span.number .big-txt{
	font-size:36px;
}

.pre-4box div{
	float:left;
	margin-right:20px;
	width:225px;
	margin-top:0;
}
.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;
}

/*---------------------------------
    エリア別クーポン
-----------------------------------*/
.map{
	display: grid;
	grid-template-columns: 50% 50%;
	padding-top: 35px;
   }
   .map img{
	   grid-row: 1;
	   grid-column: 1;
   
   }
   .map .area-coupon{
	   grid-row: 1;
	   grid-column: 1;
   
	   display: grid;
	   grid-template-rows: 29% 30% 30% 11%;
	   margin: 255px 0 0 50px;
   }
   .map .area-coupon .coupon{
	   position: relative;
   }
   .map .area-coupon .coupon>a{
	   position: absolute;
	   top: 135px;
	   left: 28%;
   }
/*   .map .area-coupon .coupon .course-list{
	   position: relative;
	   top: -35px;
	   left: 24%;
   }
   .map .area-coupon .coupon .course-list a {
	   color: #fff;
	   display: inline-block;
	   text-align: center;
	   width: 50%;
	   height: 40px;
	   line-height: 40px;
	   border-radius: 20px;
	   box-shadow: 0 2px 10px #999;
   }
   .map .area-coupon .coupon01 .course-list a {
	   background-color: #3888e8;
   }
   .map .area-coupon .coupon02 .course-list a {
	   background-color: #35bc22;
   }
   .map .area-coupon .coupon03 .course-list a {
	   background-color: #ea7236;
   }
   
   .map .area-coupon .coupon .course-list a::after {
	   content: '';
	   border-top: 2px solid #fff;
	   border-right: 2px solid #fff;
	   width: 8px;
	   height: 8px;
	   display: inline-block;
	   transform: rotate(45deg);
	   position: relative;
	   left: 25px;
   }*/

   .coupon_u35{
		padding: 35px 0 0 0;
		width: auto !important;
	}
	 .note{
		margin: 20px 13px;
		list-style-type: '※';
		list-style-position: outside;
		font-size: 14px;
		font-weight: 800;
	}

	.map > img, .coupon_u35 img {
		box-shadow: 0 0 15px rgba(1, 61, 108, 0.15);
	}
	   
/*---------------------------------
  　ゴルフ場コース
-----------------------------------*/
.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: #eb4055;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size:16px;
}
.rs_course .btn-red a:hover {
	color: #FFF;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.rs_course .btn-red-fin span {
	display: block;
	width: 400px;
	margin:20px 30px 28px 35px;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	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: #0071BE;
    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;
}
/*--------------------------------------
  　　キャンペーン概要
--------------------------------------*/
.borderB_none {
	border-bottom: none!important;
  }
  
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #0071BE;
	font-size: 1.2em;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#0071BE;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}
#outline_box .ttl {
	width: 100%;
	background: #cccccc;
	margin: 0;
  }
  #outline_box .ttl dt {
	width: 100%;
	background: #cccccc;
	padding: 10px 0 10px 15px;
	box-sizing: border-box;
	float: none;
	color: #222222;
  }
  #outline_box .presentDetail{
	  margin-bottom: 10px;
  }
  

/*--------------------------------------
  　　注意事項
--------------------------------------*/
.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;
}
#notice_box .list-none li{
	list-style: none;
}


/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
	display: block;width: 40%;
	padding: 15px 0;
	margin: 0 auto;
	text-decoration: none;
	border:1px solid #0071BE;
	color: #0071BE;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;transition: .3s ease-out;
}
.btn_info a:hover{
	color: #5fb0e7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn_info a:active{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*--------------------------------------
  　　キャンペーン終了対応
--------------------------------------*/
#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;
}



/*---------------------------------
  　クーポンエリア
-----------------------------------*/
.contents-area.coupon-area {
  padding: 0;
  background: none;
  text-align: left;
}
/*---------------------------------
  　クーポンコピー型
-----------------------------------*/
.coupon-item.js-copy-coupon {
  position: relative;
}
.coupon-item.js-copy-coupon .btn-txt{
  position: absolute;
  bottom: 60px;
  right: 8px;
  font-size: 22px;
  font-weight: bold;
  width: 188px;
  text-align: center;
}
.coupon-item.js-copy-coupon .js-clipboard{
  position: absolute;
  bottom: 20px;
  right: 24px;
}
.coupon-item.js-copy-coupon .js-clipboard textarea{
  display: none;
}
.coupon-item.js-copy-coupon .js-clipboard button{
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
  border-radius: 50px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
.coupon-item.js-copy-coupon .js-clipboard button:hover{
  opacity: 0.7;
}
.coupon-item.js-copy-coupon {
  width: 478px;
  margin: 0 auto;
}
.coupon-copy-2col {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.coupon-copy-2col .coupon-item.js-copy-coupon {
  width: 402px;
  margin: 0 15px;
}
.coupon-copy-2col .coupon-item.js-copy-coupon .btn-txt {
  right: inherit;
  left: 8px;
  bottom: 15px;
}
.coupon-copy-3col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.coupon-copy-3col .coupon-item.js-copy-coupon {
  width: 310px;
  margin: 0;
}
.coupon-copy-3col .coupon-item.js-copy-coupon .btn-txt {
  right: inherit;
  left: 8px;
  bottom: 15px;
  width: 140px;
  font-size: 20px;
}
.coupon-copy-3col .coupon-item.js-copy-coupon .js-clipboard {
  right: 18px;
}
/*add*/
.contents-area{
	padding: 10px 0 50px;
	background-color: transparent;
}
.cp-3col{
	align-items: flex-end;
}

/*---------------------------------
  　クーポンボタン
-----------------------------------*/
.coupon-item.js-copy-coupon .coupon-tooltip {
  position: relative;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 0;
  opacity: 0;
  transition: opacity 500ms ease 500ms;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext.show {
  visibility: visible;
  opacity: 1;
}
/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-copy-coupon p.coupon-fin{
  position:relative;
}
.coupon-item.js-copy-coupon p.coupon-fin::before{
  content:"";
  position:absolute;
  width: 100%;
  height:100%;
  background-color:#000;
  border-radius: 5px;
  opacity:0.4;
  z-index:999;
  left: 0;
}
.coupon-item.js-copy-coupon .js-clipboard button.-fin {
  pointer-events: none!important;
}
.coupon-item.js-copy-coupon p.coupon-fin span {
  position: absolute;
  background: #fff;
  top: 30%;
  left: 10%;
  padding: 20px 10px;
  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;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
}
.coupon-copy-2col .coupon-item.js-copy-coupon p.coupon-fin span {
  top: 33%;
}
.coupon-copy-3col .coupon-item.js-copy-coupon p.coupon-fin span {
  top: 33%;
}


/*---------------------------------
  クーポンゲット型
-----------------------------------*/
.coupon-item.js-get-coupon {
  text-align: center;
}
.coupon-item.js-get-coupon a {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.coupon-item.js-get-coupon a:hover {
  color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.coupon-item.js-get-coupon a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  border-radius: 4px;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  width: 400px;
}
.coupon-item.js-get-coupon .js-coupon-detail p {
  font-size: 14px;
}
.coupon-get-2col {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.coupon-get-2col .coupon-item.js-get-coupon {
  width: 400px;
  margin: 0 20px;
}

/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-get-coupon .js-coupon-notfound p {
  position: relative;
  display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 10px;
  z-index: 999999;
  text-align: center;
  width: 80%;
  font-size: 16px;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  width: 400px;
}
.coupon-item.js-get-coupon .js-coupon-notfound p {
  font-size: 14px;
}
.coupon-item.js-get-coupon .js-coupon-notfound.comingsoon span {

  width: 400px;
}


/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}