@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 {
	line-height: 1.5;
	color: #584c40;
}

#MAIN a:link {
	color:#1879b6;
}

#MAIN a:visited {
	color:#1879b6;
}

#MAIN a:hover {
	color:#ed67a6;
}

#MAIN a:active {
	color:#ed67a6;
}

/* 基本のボタン */
#MAIN a.btDetail {
	display: inline-block;
	background: #f39945;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	padding: 12px 40px 10px;
	border-radius: 5px;
	letter-spacing: 2px;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	font-weight: bold;
}

#MAIN a.btDetail span {
	background: url(../images/point_next_w_l.png) no-repeat left 5px;
	padding-left: 35px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
}

#MAIN a.btDetail:link, #MAIN a.btDetail:visited {
	text-decoration: none;
	color: #fff;
}

#MAIN a.btDetail:hover, #MAIN a.btDetail:active {
	color: #fff;
	text-decoration: none;
	background-color: #f5a861;
}


/* 基本のボタン紫 */
#MAIN a.btDetail.btDetailV {
	background: #a661a4;
}

#MAIN a.btDetail.btDetailV:hover, #MAIN a.btDetail.btDetailV:active {
	background-color: #bf7fbd;
}

/* 基本のボタンピンク */
#MAIN a.btDetail.btDetailP {
	background: #f7798f;
}

#MAIN a.btDetail.btDetailP:hover, #MAIN a.btDetail.btDetailP:active {
	background-color: #e46e8d;
}


/* 薄いのボタン */
#MAIN a.btDetailTh {
	display: inline-block;
	background: #31ac91;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	padding: 5px 15px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
}

#MAIN a.btDetailTh span {
	background: url(../images/point_next_w_s.png) no-repeat left center;
	padding-left: 25px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
}

#MAIN a.btDetailTh:link, #MAIN a.btDetailTh:visited {
	text-decoration: none;
	color: #fff;
}

#MAIN a.btDetailTh:hover, #MAIN a.btDetailTh:active {
	color: #fff;
	text-decoration: none;
	background-color: #4ec0a7;
}


/* 小さいボタン */
#MAIN a.btDetailS {
	display: inline-block;
	background: #fff;
	color: #555;
	font-size: 13px;
	line-height: 1.3;
	padding: 5px 15px;
	border-radius: 3px;
}

#MAIN a.btDetailS span {
	background: url(../images/point_next_b.png) no-repeat left center;
	padding-left: 20px;
}

#MAIN a.btDetailS:link, #MAIN a.btDetailS:visited {
	text-decoration: none;
	color: #555;
}

#MAIN a.btDetailS:hover, #MAIN a.btDetailS:active {
	color: #555;
	text-decoration: none;
	opacity:0.8;
}

/* プランボタンエリア */
#MAIN .planBtArea {
	text-align: center;
	margin-top: 40px;
}



/* ========================================== 
	レイアウト
========================================== */
/* タイトル */
#MAIN .titleArea {
	background: url(../images/title_bk.jpg) no-repeat left bottom;
	position: relative;
	width: 860px;
	height: 320px;
}

#MAIN .titleArea h2 {
	position: absolute;
	top: 0px;
	left: 5px;
}

#MAIN .titleArea p.copy {
	position: absolute;
	top: 25px;
	left: 305px;
}

#MAIN .titleArea p.catchTxt {
	position: absolute;
	top: 90px;
	left: 310px;
	background: rgba(18,53,2,0.3);
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	font-size: 17px;
	width: 500px;
	padding: 15px;
	border-radius: 5px;
	color: #fff;
}

/* プラン詳細 */
#MAIN .privilege {
	background: url(../images/plan_bk.jpg);
	margin-top: 40px;
}

#MAIN .privilege p.planImg {
	float: left;
}

#MAIN .privilege p.planImg img {
	margin: -15px -30px -30px -50px;
}

#MAIN .privilege .detail {
	width: 470px;
	padding: 15px 15px 15px 0;
	float: right;
}

#MAIN .privilege .detail h3 {
	font-size: 22px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	background: url(../images/point_leaf.png) no-repeat 12px center #88ba00;
	color: #fff;
	line-height: 1.1;
	padding: 5px 0 3px 35px;
	font-weight: normal;
	margin-top: 25px;
}

#MAIN .privilege .detail h3:first-child {
	margin-top: 0px;
}

#MAIN .privilege .detail h3.planD {
	background-color: #ff9900;
}

#MAIN .privilege .detail dl {
	line-height: 1.1;
	margin-top: 5px;
}

#MAIN .privilege .detail dl dt {
	float: left;
	font-size: 14px;
	color: #fff;
	background: #e45182;
	border-radius: 3px;
	padding: 3px 10px;
	clear: both;
	margin-top: 10px;
}

#MAIN .privilege .detail dl dd {
	font-size: 17px;
	color: #b62c5a;
	padding: 12px 0 0 10px;
	float: left;
	text-shadow: 1px 0 2px #fff, 1px 1px 2px #fff, 0 1px 2px #fff, -1px 1px 2px #fff, -1px 0 2px #fff, -1px -1px 2px #fff, 0 -1px 2px #fff, 1px -1px 2px #fff;
}

#MAIN .privilege .detail p.kome {
	text-shadow: 1px 0 2px #fff, 1px 1px 2px #fff, 0 1px 2px #fff, -1px 1px 2px #fff, -1px 0 2px #fff, -1px -1px 2px #fff, 0 -1px 2px #fff, 1px -1px 2px #fff;
	margin-top: 10px;
}

#MAIN .privilege .detail ol li {
	text-indent: -1.8em;
	margin-left: 1.9em;
	text-shadow: 1px 0 1px #fff, 1px 1px 1px #fff, 0 1px 1px #fff, -1px 1px 1px #fff, -1px 0 2px #fff, -1px -1px 1px #fff, 0 -1px 1px #fff, 1px -1px 1px #fff;
	font-size: 15px;
	margin-top: 10px;
}

#MAIN .privilege .detail ul li {
	text-indent: -1.1em;
	margin-left: 1.2em;
	text-shadow: 1px 0 1px #fff, 1px 1px 1px #fff, 0 1px 1px #fff, -1px 1px 1px #fff, -1px 0 2px #fff, -1px -1px 1px #fff, 0 -1px 1px #fff, 1px -1px 1px #fff;
	font-size: 15px;
	margin-top: 10px;
}

/* どんな */
#MAIN .about {
	margin-top: 40px;
	background: url(../images/about_img.png) no-repeat right bottom;
	padding-bottom: 40px;
}

#MAIN .about h3 {
	font-size: 28px;
	font-weight: normal;
	color: #056597;
}

#MAIN .about p.aboutTxt {
	font-size: 15px;
	width: 520px;
	margin-top: 5px;
	line-height: 1.6;
}

#MAIN .about p.btArea {
	margin-top: 15px;
}

/* 施設一覧 */
#MAIN .hotelList {
	background: url(../images/shisetsu_bk.gif);
	padding: 10px;
}

#MAIN .hotelList ul {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

#MAIN .hotelList ul:first-child {
	margin-top: 0;
}

#MAIN .hotelList ul.listC {
	margin-left: 55px;
	margin-right: 55px;
}

#MAIN .hotelList ul li {
	text-align: center;
}

#MAIN .hotelList ul li p.txtArea {
	font-size: 18px;
	color: #e45182;
	text-shadow: 1px 0 1px #fff, 1px 1px 1px #fff, 0 1px 1px #fff, -1px 1px 1px #fff, -1px 0 2px #fff, -1px -1px 1px #fff, 0 -1px 1px #fff, 1px -1px 1px #fff;
	line-height: 1.2;
	margin-top: -5px;
}

#MAIN .hotelList ul li p.txtArea.line2 {
	margin-top: -27px;
}

#MAIN .hotelList ul li p.btArea {
	margin-top: 7px;
}

/* 観光スポット */
#MAIN .spot {
	margin-top: 40px;
}

#MAIN .spot h3 {
	background: url(../images/spot_title_bk.jpg) left center;
	font-size: 26px;
	color: #b61e39;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	line-height: 1.1;
	font-weight: normal;
	padding: 10px 0 8px;
}

#MAIN .spot ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#MAIN .spot ul li {
	background: #f9f1e1;
	width: 405px;
	padding: 10px;
	border-radius: 3px;
	margin-top: 10px;
	position: relative;
}

#MAIN .spot ul li h4 {
	background: url(../images/point_flower.png) no-repeat left center;
	font-size: 17px;
	font-weight: normal;
	padding-left: 20px;
}

#MAIN .spot ul li p.linkTxt {
	position: absolute;
	top: 10px;
	right: 10px;
}

#MAIN .spot ul li p.linkTxt a {
	background: url(../images/point_next_b.png) no-repeat left center;
	padding-left: 17px;
	font-size: 14px;
}

#MAIN .spot ul li .detail {
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

#MAIN .spot ul li .detail .txtArea {
	padding: 10px;
	font-size: 14px;
	line-height: 1.4;
}
























