@charset "utf-8";

/*--------------------------------------------------------------
	共通の設定
-----------------------------------------------------------------*/
.f_txts {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    color: #333;
    font-size: 10px;
    margin: 0 auto 10px;
    padding: 5px 3px;
    text-align: left;
    width: 95%;
}

.span01{
	padding:2px 5px;
	margin-right:2px;
	color:#FFFFFF;
	font-size:1.0rem;
	background:#6699ff;
}
.price{
	color:#FF0000;
	font-weight:bold;
}

.box01{
	width:90%;
	padding:8px;
	margin:3% auto;
	display:block;
	background:#FFF;
	border:#CCCCCC solid 1px;
	position: relative;
}

.box01:before, .box01:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 10px 10px #777;
  -moz-box-shadow: 0 10px 10px #777;
  box-shadow: 0 10px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.box01:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.box01 .top-left-icon {
position: absolute;
width: 36px;
height: 50px;
top: 0;
left:5px;
}

.box01 a{
	text-decoration:none;
}

.box01 h3{
	font-size:1.8rem;
	font-weight:bold;
	border-bottom: #6699ff solid 1px;
}

.box01 p{
margin:8px 0 ;
}
	
.btn09 a, input.btn09 {
	text-decoration: none;
	background: #fd6b92;
	background: url(../images/sp_btn_icon01.png) no-repeat 4% center, -moz-linear-gradient(top, #fd6b92 fd6b92);
	background: url(../images/sp_btn_icon01.png) no-repeat 4% center, -webkit-gradient(linear, left top, left bottom, from(#fd6b92), to(#fd6b92));
	background-size: 15px, auto;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 auto 16px;
	padding: 14px 0;
	width: 92%;
	display: block;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
}

.itemList6 li {
	width: 46%;
	float: left;!important;
    margin:auto 2%;
	padding-bottom:2%;
}

.titleBar01.bg_on {
    background: url(../../images/bg_tit.gif) no-repeat;
    color: #111;
    height: 67px;
    font-size: 22px;
    padding-top: 8px;
}

/*----------*/
.title_txt {
font-size:30px;
color:#818181;
margin:15px 0 5px 0;
    text-align: center;
}

#bnr {
    margin: 25px 0 0 0;
}

.listBtn1 a {
    display: block;
    width: 95%;
    margin: 0px auto 15px;
    padding: 15px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #4EAB26 url("/shared2015/common/images/im_arrow.png") no-repeat scroll 5% center;
    font-size: 16px;
    text-decoration: none !important;
}

.listBtn2 a {
    display: block;
    width: 95%;
    margin: 0px auto 25px;
    padding: 15px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #FF7290 url("/shared2015/common/images/im_arrow.png") no-repeat scroll 5% center;
    font-size: 16px;
    text-decoration: none !important;
}

#familyBnr{
	display:block;
	overflow:hidden;
}

#familyBnr * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }

#familyBnr li{
	margin-bottom:10px;
	padding:0 5px 7px;
	font-size:12px;
	width:33.333%;
	float:left;
}

#familyBnr li:last-child{
	border-bottom:none;
}

#familyBnr li img{
	height:auto;
	margin:0 0 5px 0;
	display:block;
	width:100%;
}

#NTA_JR2_AreaCombo {display:none;}
#NTA_JR2_DistrictCombo {display:none;}
#NTA_JR2_Pax {display:none;}
#NTA_JR2_RoomType {display:none;}
#NTA_JR2_MealCond {display:none;}
#NTA_stayNights {display:none;}
#NTA_district {display:none;}
#NTA_pax {display:none;}
#NTA_MultiDays {display:none;}
#NTA_roomType {display:none;}
#NTA_meal {display:none;}
						
/*check*/
#cell07{width: 10%;}

.container .content section table {
    border-left: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    font-size: 1em;
    margin: 0 5px;
	width: 98%;
}

.container .content section table td {
    padding: 5px;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    font-size: 1em;
}

#cell02,#cell03,#cell04,#cell07{
    background: #f4f8ff;
}

.checkfield{
	display: none;
}

span.checkfield_text{
	padding-left: 32px;
	position: relative;
	font-size: 18px;
}
span.checkfield_text:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10%;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	border-radius: 4px;
}

.checkfield:checked + span.checkfield_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 5%;
	left: 35%;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 4px solid #222;
	border-right: 4px solid #222;
}