@charset "shift_jis";

@import "/styles/import_sp.css";
@import "/inc/css/recommend_style.css";
@import "http://rurubu.travel/sns/css/snsButtons.css";

/*調整用CSS*/
@import "/common/css/adjust.css";

/* ========================================== 

	Common

========================================== */

body { 
	background: #FFFFFF;
	} 

h2{ 
/*	border: none; 
	margin-bottom:18px;
	padding-top:25px;
	font-size: 14px;
*/	}


/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* IE6 hack */
* html .clearfix {
	height: 1%;
}

/* IE7 hack */
*:first-child+html .clearfix {
	min-height: 1%;
}

#MAIN h3 {
	background: none;
	border: none;
	padding: 0;
}

#MAIN .button:hover {
	filter: alpha(opacity=70);
	opacity:0.7;
}

#MAIN .contents {
	border-left: 3px solid #ff7e00;
	border-right: 3px solid #ff7e00;
	border-bottom: 3px solid #ff7e00;
	background: #fffbe4;
	text-shadow: 1px 1px 0px #fff;
	line-height: 1.5;
	padding: 0 30px 25px 30px;
}

/* ========================================== 
	特典1
========================================== */
#MAIN #sp01 .contents .imgArea {
	float: left;
	width: 406px;
}

#MAIN #sp01 .contents .imgArea ul li {
	text-indent: -1.1em;
	margin-left: 1.2em;
	font-size: 14px;
	margin-top: 15px;
}


#MAIN #sp01 .contents .btArea {
	float: right;
	width: 358px;
}

#MAIN #sp01 .contents .btArea p {
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 1.5;
}

#MAIN #sp01 .contents .btArea img.bt02 {
	margin-top: 10px;
}

/* ========================================== 
	カニプラン
========================================== */
#MAIN #kani {
	margin-top: 50px;
}

/* ========================================== 
	チェックポイント1
========================================== */
#MAIN #cp01 {
	margin-top: 50px;
}

/* ========================================== 
	特典2
========================================== */
#MAIN #sp02 {
	margin-top: 35px;
}

#MAIN #sp02 .contents .yoyaku {
	background: url(../images/sp02_ten.gif) no-repeat left bottom;
	padding-bottom: 20px;
	padding-top: 20px;
}

#MAIN #sp02 .contents .yoyaku:first-child {
	padding-top: 0px;
}

#MAIN #sp02 .contents .yoyaku p.yoyakuPoint {
	float: left;
}

#MAIN #sp02 .contents .yoyaku .txtArea {
	width: 680px;
	float: right;
}

#MAIN #sp02 .contents .yoyaku .txtArea h4 span {
    background: #ff7e00;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
    font-size: 25px;
	text-shadow: 1px 1px 0px #c76200;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.price {
	padding-top: 10px;
	line-height: 1.2;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.price .normal {
	font-size: 20px;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.price .normal .strike {
	text-decoration: line-through;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.price img.next {
	margin: 0 10px;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.price .special {
	color: #cc0000;
	font-size: 30px;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.price .att {
	color: #cc0000;
	font-size: 20px;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.subTxt {
	font-size: 14px;
	margin-top: 5px;
}

#MAIN #sp02 .contents .yoyaku .txtArea p.subTxt em {
	color: #cc0000;
}

#MAIN #sp02 .contents p.kijitsu {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}

#MAIN #sp02 .contents p.kijitsu em {
	color: #cc0000;
	font-weight: normal;
}

#MAIN #sp02 .contents p.tel {
	margin-top: 30px;
}

#MAIN #sp02 .contents .attentionList {
	margin-top: 30px;
}

#MAIN #sp02 .contents .attentionList ul {
	padding-top: 7px;
}

#MAIN #sp02 .contents .attentionList ul li {
	text-indent: -1.1em;
	margin-left: 1.2em;
	font-size: 14px;
	margin-top: 8px;
}

#MAIN #sp02 .contents .attentionList ul li em {
	color: #cc0000;
}

#MAIN #sp02 .contents .kisenHP {
	border-top: 1px solid #c4c1af;
	margin-top: 20px;
	padding-top: 20px;
}

#MAIN #sp02 .contents .kisenHP .txtL {
	float: left;
	padding-top: 18px;
}

#MAIN #sp02 .contents .kisenHP .txtR {
	float: right;
}

/* ========================================== 
	チェックポイント2
========================================== */
#MAIN #cp02 {
	margin-top: 50px;
}

#MAIN #cp02 .wrap .box {
	width: 377px;
	border-top: 1px solid #b99e76;
	padding-top: 15px;
	margin-top: 15px;
}

#MAIN #cp02 .wrap .box.boxTop {
	border-top: none;
	padding-top: 15px;
}

#MAIN #cp02 .wrap .box.boxL {
	float: left;
}

#MAIN #cp02 .wrap .box.boxR {
	float: right;
}

#MAIN #cp02 .wrap .box .txtArea {
	width: 185px;
	float: left;
}

#MAIN #cp02 .wrap .box .txtArea h4 {
    background: #ff7e00;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px 3px;
    font-size: 16px;
	text-shadow: 1px 1px 0px #c76200;
	line-height: 1.1;
}

#MAIN #cp02 .wrap .box .txtArea p {
	margin-top: 10px;
	font-size: 13px;
}

#MAIN #cp02 .wrap .box .txtArea p em {
	color: #cc0000;
	font-weight: normal;
}

#MAIN #cp02 .wrap .box .txtArea p a:link {
	color:#2694c8;
}

#MAIN #cp02 .wrap .box .txtArea p a:visited {
	color:#2694c8;
}

#MAIN #cp02 .wrap .box .txtArea p a:hover {
	color:#dc557b;
}

#MAIN #cp02 .wrap .box .txtArea p a:active {
	color:#dc557b;
}

#MAIN #cp02 .wrap .box .txtArea p.link a {
	display: block;
	background: url(../images/cp02_linkpoint.gif) no-repeat left center;
	padding-left: 20px;
}

#MAIN #cp02 .wrap .box img.image {
	float: right;
}

/* ========================================== 
	チェックポイント3
========================================== */
#MAIN #cp03 {
	margin-top: 50px;
}

#MAIN #cp03 .contents {
	padding-top: 30px;
	border-top: 3px solid #ff7e00;
}

#MAIN #cp03 .contents p {
	font-size: 15px;
	margin-top: 15px;
}

#MAIN #cp03 .contents p.btArea {
	text-align: center;
}

#MAIN #cp03 table.basic {
	width: 100%;
	border-top: 1px solid #2788bb;
	border-left: 1px solid #2788bb;
	margin-top: 15px;
	font-size: 13px;
}

#MAIN #cp03 table.basic th,
#MAIN #cp03 table.basic td {
	padding: 8px 10px;
	line-height: 1.3;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #2788bb;
	border-right: 1px solid #2788bb;
}

#MAIN #cp03 table.basic th {
	background: #2788bb;
	font-weight: normal;
	text-shadow: none;
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
}

#MAIN #cp03 table.basic th.end {
	border-right: 1px solid #2788bb;
}

#MAIN #cp03 table.basic td {
	background: #ecf6fb;
}

#MAIN #cp03  table.basic tr.odd td {
	background: #fff;
}


/* ========================================== 
	蟹ページ
========================================== */
#MAIN #kaniPage #kaniImage {
	background: #fff6e9;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #fff;
	padding: 20px;
}

#MAIN #kaniPage #kaniImage p {
	width: 510px;
	float: left;
	font-size: 15px;
	line-height: 1.9;
}

#MAIN #kaniPage #kaniImage img {
	float: right;
}

#MAIN #kaniPage p.kani3 {
	margin-top: 20px;
}

#MAIN #kaniPage p.kaniButton {
	margin-top: 20px;
	text-align:center;
}

#MAIN #kaniPage p.kaniBack {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #bfbfbf;
}


/* ========================================== 
	追加あかね
========================================== */
#MAIN #akane {
	margin-top: 50px;
	position: relative;
}

#MAIN #akane p.catchTxt {
	position: absolute;
	top: 95px;
	left: 190px;
	font-size: 18px;
	line-height: 1.5;
}

#MAIN #akane .contents {
	padding-top: 20px;
}

#MAIN #akane .contents img.akaneImg {
	float: left;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

#MAIN #akane .contents .txtArea {
	width: 375px;
	float: right;
}

#MAIN #akane .contents .txtArea h4 {
	color: #1272a7;
	text-align: center;
	font-size: 15px;
}

#MAIN #akane .contents .txtArea table {
	width: 100%;
	border-top: 1px solid #2788bb;
	border-left: 1px solid #2788bb;
	margin-top: 5px;
	font-size: 13px;
}

#MAIN #akane .contents .txtArea table th,
#MAIN #akane .contents .txtArea table td {
	padding: 8px 10px;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #2788bb;
	border-right: 1px solid #2788bb;
}

#MAIN #akane .contents .txtArea table th {
	background: #2788bb;
	font-weight: normal;
	color: #fff;
	border-right: 1px solid #fff;
	text-shadow: none;
}

#MAIN #akane .contents .txtArea table td {
	background: #fff;
}

#MAIN #akane .contents .txtArea table th.end {
	border-right: 1px solid #2788bb;
}

#MAIN #akane .contents .txtArea ul {

}

#MAIN #akane .contents .txtArea ul li {
	font-size: 13px;
	text-indent: -1.1em;
	margin-left: 1.2em;
	line-height: 1.4;
	margin-top: 10px;
}

#MAIN #akane .contents .txtArea ul li a:link {
	color:#2694c8;
}

#MAIN #akane .contents .txtArea ul li a:visited {
	color:#2694c8;
}

#MAIN #akane .contents .txtArea ul li a:hover {
	color:#dc557b;
}

#MAIN #akane .contents .txtArea ul li a:active {
	color:#dc557b;
}


