@charset "utf-8";

/* clerfix */
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
	*zoom: 1;
}

.clearboth {
	clear: both;
}
.aligncenter {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatleft img {
	margin-right: 15px;
}
.floatright {
	float: right;
}
.floatright img {
	margin-left: 15px;
}
.s-txt {
	font-size: 12px;
}
#page-tab {
	position: fixed;
	bottom: 100px;
	right: -70px;
	transition: all .5s;
}
#page-tab.show {
	right: -10px;
}
#page-tab.hide {
	right: -70px;
}
#page-tab li {
	margin:10px 0 0 0;
	padding: 0;
	line-height: .5;
}
#page-tab a {
	display: block;
	transition: all .4s;
}
#page-tab a:hover {
	opacity: 1px;
	margin-left: -10px;
}
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#page-top a {
	display: block;
	font-size: 14px;
	color: #fff !important;
	background: #00afec;
	padding: 15px 20px;
	border-radius: 4px;
	transition: all .5s;
}
#page-top a:hover {
	text-decoration: none !important;
	opacity: .8;
}
.parent-link {
	text-align: right;
	font-size: 13px;
	margin-bottom: 10px;
}
.note {
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.note li ul {
	list-style: disc;
	margin-left: 20px;
}
.note a {
	text-decoration: underline !important;
}

/* レイアウト
-------------------------------------------------------------------------------- */

/* メインナビゲーション */
#main-h {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/main-h-bg.jpg) left top repeat-x;
	min-height: 550px;
	margin-bottom: 10px;
}
#main-h2 {
	background: url(../images/main-pc.jpg) left top repeat-x;
	height: 400px;
	margin-bottom: 10px;
	text-indent:-9999px;
}
#main-h h1 {
	width: 950px;
	height: 120px;
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/main-h.png) left top no-repeat;
	text-indent: -9999px;
}
#main-nav ul {
	margin: 0 10px;
	list-style: none;
}
#main-nav ul li {
	width: 50%;
	float: left;
	padding-bottom: 20px;
	position: relative;
}
#main-nav ul li div.nav-box {
	margin: 0 10px;
	padding: 10px 0 0 0;
}
#drive #drive-btn div.nav-box {
	color: #fff;
	background: #ec7aac;
}
#drive #retreat-btn div.nav-box {
	color: #000;
	background: #e5e0b6;
}
#retreat #drive-btn div.nav-box {
	color: #000;
	background: #ffbfc7;
}
#retreat #retreat-btn div.nav-box {
	color: #fff;
	background: #87bd69;
}
#main-nav ul li div a {
	display: block;
	width: 445px;
	height: 360px;
	overflow: hidden;
	transition: all .5s;
}
#main-nav ul li div p.photo {
	background: #fff;
}
li#drive-btn div a {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/drive/drive-h-bg.jpg) left top no-repeat;
}
li#retreat-btn div a {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/retreat/retreat-h-bg.jpg) left top no-repeat;
}
#main-nav ul li div a:hover {
	opacity: .8;
}
#main-nav ul li div p.read {
	padding: 15px 20px 25px 20px;
	font-size: 13px;
	line-height: 1.4;
}
#main-nav ul li div p.read span {
	display: block;
}
.nav-btn {
	width: 120px;
	height: 24px;
	position: absolute;
	left: 50%;
	bottom: 8px;
	white-space: nowrap;
	margin-left: -60px;
}
.nav-btn a {
	display: block;
	background: #87bd69;
	font-size: 14px;
	color: #fff !important;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	transition: all .5s;
}
#retreat .nav-btn a {
	background: #ec7aac;
}
.nav-btn a:hover {
	text-decoration: none !important;
	background: #000;
}
.arrow-btn {
	width: 100%;
	height: 20px;
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/drive/arrow.png) center bottom no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#retreat .arrow-btn {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/retreat/arrow.png) center bottom no-repeat;
}

/* ナビゲーション */
#toba-nav ul {
	margin: 0;
	padding: 0;
	border-left: solid 1px #fff;
}
#toba-nav li {
	height: 80px;
	width: 16.66%;
	float: left;
	margin: 0;
	padding: 0;
	background: #ffdfe2;
	transition: all .5s;
}
#toba-nav li:hover {
	background: #ffbfc7;
}
#toba-nav li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	text-align: center;
	border-right: solid 1px #fff;
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/nav-bg.png) left center no-repeat;
	text-decoration: none !important;
	transition: all .5s;
}
#toba-nav li a:hover {
	background-position: left top;
}
#toba-nav li.line2 a {
	line-height: 20px;
	padding-top: 20px;
	height: 60px;
}
#toba-nav li.line2 span {
	display: block;
}
#retreat #toba-nav li {
	width: 25%;
	background: #e8f0c9;
}
#retreat #toba-nav li:hover {
	background: #c8f4b8;
}

/* section */
section.group {
	padding: 20px;
	background: #ffeff0;
	line-height: 1.6;
}
#retreat section.group {
	background: #faf5e4;
}
section.group.even {
	background: #ebeff5 !important;
}
section.group .set {
	background: #fff;
}
section.group .title-box {
	background: #ffdaea;
}
section.group.even .title-box {
	background: #d7e0ed !important;
}
section.group .title-box h1 {
	height: 90px;
	line-height: 90px;
	white-space: nowrap;
	border-left: solid 10px #ffbfc7;
	padding: 0 40px 0 20px;
	float: left;
	font-size: 24px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
#retreat section.group .title-box {
	background: #e5e0b6;
}
#retreat section.group .title-box h1 {
	border-left: solid 10px #8cc66c;
}
section.group.even .title-box h1 {
	border-left: solid 10px #9edced !important;
}
section.group .title-box p {
	font-size: 13px;
	line-height: 1.8;
	padding-top: 24px;
	white-space: nowrap;
}
section.group .title-box p.line3 {
	line-height: 1.5;
	padding-top: 15px;
}
section.group .title-box p.line3 strong {
	color: #00b9e3;
	font-size: 14px;
}
section.group .main-box .photo {
	width: 630px;
	height: auto;
	float: left;
}
section.group .main-box .read {
	width: 280px;
	height: 380px;
	float: right;
	background: #f3f3f3;
}
section.group .main-box .read dd span {
	display: block;
}
section.group .main-box .read strong {
	display: block;
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
#drive section.group .main-box .read.read01 {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/drive/img01-bg.jpg) center top no-repeat;
}
#drive section.group .main-box .read.read05 {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/drive/img05-bg.jpg) center top no-repeat;
}
#drive section.group .main-box .read.read15 {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/drive/img15-bg.jpg) center top no-repeat;
}
#retreat section.group .main-box .read.read01 {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/retreat/img01-bg.jpg) center top no-repeat;
}
#retreat section.group .main-box .read.read08 {
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/retreat/img08-bg.jpg) center top no-repeat;
}
section.group .main-box .read dt {
	margin: 20px;
	padding: 10px 0;
	font-size: 21px;
	letter-spacing: 2px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	border-bottom: solid 1px #000;
}
section.group .main-box .read dd {
	margin: 20px;
	font-size: 13px;
	line-height: 1.68;
}
section.group .main-box .read dd p {
	margin-bottom: 10px;
}
section.group .details-box {
	padding: 15px;
}
section.group .details-box h2 {
	font-size: 21px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	border-bottom: solid 1px #000;
	margin: 0 15px 10px 15px;
	padding-bottom: 10px;
}
section.group .details-box p {
	margin-bottom: 15px;
}
section.group .details-box .col2 .col {
	width: 50%;
	float: left;
	padding: 15px 0;
}
section.group .details-box .col2.leftimg .col {
	float: right;
}
section.group .details-box .col dl {
	padding: 0 15px;
}
section.group .details-box .col dt {
	font-size: 16px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	border-bottom: solid 1px #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
section.group .details-box .col dt.l-txt {
	font-size: 21px;
	border: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
section.group .details-box .col dt strong {
	font-size: 21px;
}
section.group .details-box .col dd {
	font-size: 12px;
}
section.group .details-box .col .photo {
	width: 230px;
	float: left;
	text-align: center;
}
section.group .details-box .col .read {
	margin-left: 230px;
	padding-left: 0;
}

/* col3 */
section.group .details-box .col3 .col {
	width: 33.3333%;
	float: left;
	padding: 15px 0;
}
section.group .details-box .col3 .col dt {
	height: 35px;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
section.group .details-box .col3 .col dt.line2 {
	line-height: 1.2;
	position: relative;
	top: -10px;
}
section.group .details-box .col3 .col dt.line2 span {
	display: block;
}
section.group .details-box .col3 .col dd img {
	margin-bottom: 5px;
}

/* car-box */
section.group.car-box {
	background: #fffded;
}
section.group.car-box h1 {
	line-height: 1;
	margin-bottom: 30px;
	width: 910px;
	height: 120px;
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/drive/car-h-pc.jpg) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
section.group.car-box .car-list li {
	margin: 0 30px;
	padding-bottom: 30px;
}
section.group.car-box .car-list .hgroup {
	position: relative;
	margin-bottom: 20px;
}
section.group.car-box .car-list h2 {
	background: #000;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
}
section.group.car-box .car-list .icon-set {
	position: absolute;
	top: 8px;
	right: 8px;
}
section.group.car-box .car-list .icon-set span {
	background: #999;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 4px 6px;
	border-radius: 3px;
}
section.group.car-box .car-list .icon-set span.icon01 {
	background: #ec7aac;
}
section.group.car-box .car-list .icon-set span.icon02 {
	background: #0098d9;
}
section.group.car-box .car-list .icon-set span.icon03 {
	background: #8cc66c;
}
section.group.car-box .car-list .car-img {
	width: 240px;
	float: left;
}
section.group.car-box .car-list .car-info {
	margin-left: 240px;
	padding-top: 10px;
	font-size: 13px;
}
section.group.car-box .car-list .car-info p {
	margin-bottom: 10px;
}
section.group.car-box .car-list .car-info p strong {
	font-size: 16px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
section.group.car-box .car-list .car-info a:hover {
	text-decoration: none !important;
}
section.group.car-box .car-list .car-info .price {
	font-size: 16px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: bold;
	color: #c00;
}
section.group.car-box .car-list .car-info .price strong {
	font-size: 21px;
}
.lodging-h {
	white-space: nowrap;
	border-left: solid 10px #ec7aac;
	padding: 20px;
	margin-bottom: 15px;
	font-size: 24px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
#retreat .lodging-h {
	border-left: solid 10px #8cc66c;
}
.lodging-h strong {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal !important;
	letter-spacing: 2px;
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.htlBox .basic .area {
	background: #ec7aac;
	color: #fff;
	font-size: 12px;
}
#retreat .htlBox .basic .area {
	background: #8cc66c;
}
.htlBox .basic h1 {
	font-size: 18px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	margin-right: 5px;
}
.htlBox .plan h2.planName {
	font-size: 14px !important;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #000;
}
.htlBox .btn li a {
	background: #000;
	font-size: 16px;
	letter-spacing: 2px;
	transition: all .5s;
}
.htlBox .btn li a:hover {
	text-decoration: none !important;
	background: #666;
}
.htlBox .icon {
	margin: 0 10px 10px 10px;
	padding: 5px;
	font-size: 13px;
	text-align: center;
	background: #0099d9;
	color: #fff;
	border-radius: 4px;
}


.dspn{display:none !important;}