@charset "Shift_JIS";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Roboto:900i');

.contentsInr {
    -webkit-text-size-adjust: 100%;
	max-height: 999999px;  
}

/* float */
.flL{ display: inline; float: left;}
.flR{ display: inline; float: right;}
.block{display:block;}

.bold{font-weight:bold;}
.taC{text-align:center !important;}
.taR{text-align:right !important;}
.taL{text-align:left !important;}
.cap{font-size:93% !important;}
.imgCap{
	font-size:86%;
	text-align:right;
}
.uLine{text-decoration:underline;}

.f15{font-size:15px !important;}
.f16{font-size:16px !important;}

.lh20{line-height: 2;}
.lh22{line-height: 2.2;}

.black{color:#000;}
.brown{color:#663300;}

/*margin*/
/*top*/
.mt-3{margin-top:-3px !important;}
.mt-5{margin-top:-5px !important;}
.mt20{margin-top:20px !important;}
/*left*/
.ml20{margin-left:20px !important;}
/*right*/
.mr15{margin-right:15px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
/*bottom*/
.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}

/*padding*/
/*top*/
.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
/*bottom*/
.pb0{padding-bottom:0 !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

/* width */
.w520{width:520px;}
.w560{width:560px;}
.w640{width:640px;}

/* clearfix ------------------------------------------------------------------- */
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.cf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display:block;
}

/*bg*/
.bgGrn{
	clear:both;
	background-color:#e3fae3;
	padding:25px 20px;
	box-sizing: border-box;
}
.bgBl02{
	clear:both;
	background-color:#eef7ff;
	padding:25px 0;
	box-sizing: border-box;
}
.bgWt{
	clear:both;
	background-color:#fff;
	padding:25px 20px;
	box-sizing: border-box;
}



/*mv*/
#mv{
	width:950px;
	height: 634px;
	position: relative;
}
#mv img{
	z-index: 1;
}
#mv .anchorLink{
	position: absolute;
	top:570px;
	right: 20px;
}
#mv .anchorLink li a{
	color: #0f0f69;
  text-decoration: none;
	background-color: #fff;
	border: 1px solid #cc0000;
	padding: 10px 20px;
}
#mv .anchorLink li a:hover{
	text-decoration: underline;
}
#mv .anchorLink li a:before{
	content: url(/common_rn/img/icon_arrow_001.gif);
  margin-right: 10px;
}

/*sec*/
.contSec{
	clear: both;
	display: block;
	margin-bottom:50px;
}

/* ttl */
.ttlBar{
	display:block;
	font-weight: 700;
	color:#222;
	font-size: 24px;
	box-sizing: border-box;
	padding: 12px 24px;
	background: -webkit-linear-gradient(left, #98e998 0%,#30c5fc 100%); 
	background: linear-gradient(to right, #98e998 0%,#30c5fc 100%);
	
}
.ttlBar span{
	font-weight: bold;
	font-size:22px;
	padding:10px 10px 5px;
	margin-left: 15px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* startDate */
.startDate{
	display: table;
}
.startDate li{
	display: table-cell;
	vertical-align: middle;
}
.date{
	display:block;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px 0 7px;
	box-sizing: border-box;
	text-align: center;
	font-weight:bold;
	font-size:18px;
	width: 110px;
	line-height:1.2 !important;
}
.dateTxt{
	font-size:20px;
	font-weight: bold;
	padding-left: 0.5em;
}
.dateTxt span{
	font-size:16px;
	padding-left: 0.5em;
}


/*profile*/
.profile{
	box-sizing: border-box;
	border:solid 1px #ccc;
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
.photo{
	width:380px;
	float:left;
}
.profileTxt{
	width: 445px;
	float: right;
}
.name{
	font-size:20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.name span{
	font-size:13px;
}

.mdl{vertical-align: middle !important;}
.txtBox{
	display: inline-block;
	border:solid 1px #ccc;
	padding: 5px;
	line-height: 1;
	margin: 5px 0;
	font-size: 13px;
}

/* hotelLink */
.btnHotelDetail{
	display: block;
}
.btnHotelDetail a{
	display: inline-block;
	border:solid 1px #ccc;
	padding: 11px 25px 11px 15px;
	line-height: 1;
	margin: 5px 0;
	background-color: #fff;
}
.btnHotelDetail a:before{
	content: url(/common_rn/img/icon_popup_p_001.gif);
  margin-right: 10px;
}



/**APPLY**/
#APPLY{margin-top:40px;}
#APPLY .boxApply{
	padding:25px 20px 15px;
	border:1px solid #d02d2d;
}
#APPLY .boxApply h2{
	padding-bottom:5px;
	font-size:17px;
	font-weight:bold;
	color:#d02d2d;
	border-bottom:1px solid #d02d2d;
}


