@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: 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;
}

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

body {
	min-width: 360px;
}

/* メインナビゲーション */
#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 {
	margin-bottom: 10px;
}
#main-h2 img{
	width:100%;
}
#main-h h1 {
	text-align: center;
	color: #fff;
	padding: 20px 0 10px ;
	font-size: 18px;
	letter-spacing: 4px;
}
#main-h h1 span {
	display: block;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
#main-h h1 span.main-title {
	height: 90px;
	background: url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/main-title-sp.png) center center no-repeat;
	text-align: left;
	text-indent: -9999px;
	margin-top: 5px;
}
#main-h h1 span.present-h {
	background: #000;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-bottom: 10px;
}
#main-nav ul {
	margin: 0 10px;
	list-style: none;
}
#main-nav ul li {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
#main-nav ul li div.nav-box {
	margin: 0 10px;
	padding: 10px 0 0 0;
}
#drive-btn div.nav-box {
	color: #fff;
	background: #ec7aac;
	position: relative;
}
#retreat-btn div.nav-box {
	color: #fff;
	background: #87bd69;
}
#main-nav ul li div a {
	display: block;
	width: 100%;
	height: 290px;
	text-align: center;
	overflow: hidden;
	transition: all .5s;
}
li#drive-btn div a {
	background: #ec7aac url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/drive/drive-h-bg-sp.jpg) center bottom no-repeat;
}
li#retreat-btn div a {
	background: #87bd69 url(http://img.travel.rakuten.co.jp/movement/mie/201503/images/retreat/retreat-h-bg-sp.jpg) center bottom no-repeat;
}
#main-nav ul li div a:hover {
	opacity: .8;
}
#main-nav ul li div a img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#main-nav ul li div p.read {
	padding: 10px 10px 20px 10px;
	font-size: 12px;
	text-align: center;
}
.nav-btn {
	text-align: right;
	font-size: 13px;
	padding: 0 10px;
	margin-top: 10px;
}
.nav-btn a:after {
	content: " ＞"
}
.arrow-btn {
	display: none;
}

/* ナビゲーション */
#toba-nav ul {
	margin: 0;
	padding: 0;
	border-left: solid 1px #fff;
}
#toba-nav li {
	height: 50px;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	background: #ffdfe2;
	border-bottom: solid 2px #fff;
	transition: all .5s;
}
#toba-nav li:hover {
	background: #ffbfc7;
}
#toba-nav li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	text-align: center;
	letter-spacing: 1px;
	border-right: solid 2px #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;
}
#retreat #toba-nav li,
#retreat #toba-nav li a {
	height: 60px;
	line-height: 60px;
}
#retreat #toba-nav li.line2 a {
	line-height: 20px;
	padding-top: 13px;
	height: 60px;
}
#retreat #toba-nav li.line2 span {
	display: block;
}



#toba-nav li a:hover {
	background-position: left top;
}
#toba-nav li a span.free {
	margin-left: 10px;
}
#retreat #toba-nav li {
	background: #f4edca;
}
#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 {
	border-left: solid 10px #ffbfc7;
	padding: 0 40px 0 20px;
	background: #ffdaea;
}
section.group.even .title-box {
	background: #d7e0ed !important;
	border-left: solid 10px #9edced !important;
}
section.group .title-box h1 {
	font-size: 24px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	margin: 0;
	padding: 15px 0 5px 0;
}
#retreat section.group .title-box {
	background: #e5e0b6;
	border-left: solid 10px #8cc66c;
}
section.group .title-box p {
	font-size: 13px;
	line-height: 1.8;
	padding-bottom: 15px;
}
section.group .title-box p.line3 {
	line-height: 1.5;
}
section.group .title-box p.line3 strong {
	color: #00b9e3;
	font-size: 14px;
}
section.group .main-box .photo img {
	width: 100%;
	height: auto;
}
section.group .main-box .read {
	background: #f3f3f3;
}
section.group .main-box .read strong {
	display: block;
	margin: 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: 0 20px;
	padding: 15px 0 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: 0 20px;
	padding: 15px 0 5px 0;
	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 p {
	margin-bottom: 10px;
}
section.group .details-box .col2 .col {
	padding: 0 0 15px 0;
}
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: 5px;
}
section.group .details-box .col dt strong {
	display: block;
	font-size: 21px;
	padding-top: 15px;
}
section.group .details-box .col dd {
	font-size: 12px;
}
section.group .details-box .col .aligncenter img {
	width: 100%;
	max-width: 410px;
	margin-bottom: 30px;
}
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;
}
section.group .details-box .col2 .col2-photo {
	text-align: center;
}
section.group .details-box .col2 .col2-photo img {
	width: 100%;
	max-width: 410px;
}

/* col3 */
section.group .details-box .col3 {
	margin-bottom: 15px;
}
section.group .details-box .col3 .col {
	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 dd img {
	margin-right: 15px;
	float: left;
}

/* car-box */
section.group.car-box {
	background: #fffded;
}
section.group.car-box h1 {
	background: #fff9b0;
	border: solid 1px #fbd7a1;
	text-align: center;
	padding: 15px 15px 10px 15px;
	font-size: 14px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: normal;
	margin-bottom: 30px;
}
section.group.car-box h1 span {
	display: block;
}
section.group.car-box h1 strong {
	font-size: 24px;
	color: #0098d9;
	white-space: nowrap;
}
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: #99cc66;
}
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 {
	border-left: solid 10px #60502e;
	padding: 10px 15px;
	margin-bottom: 15px;
	background: #decdb4;
	font-size: 18px;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
.lodging-h strong {
	display: block;
	color: #60502e;
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.htlBox .basic .area {
	background: #ec7aac;
	color: #fff;
	font-size: 14px;
	padding: 5px;
}
#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;
}


@media screen and (max-width: 600px) {
	section.group.car-box .car-list h2 {
		background: #000;
		color: #fff;
		font-weight: normal;
		letter-spacing: 2px;
		white-space: nowrap;
		height: 30px;
		line-height: 30px;
		padding-left: 15px;
	}
	section.group.car-box .car-list .icon-set {
		position: relative;
		top: 5px;
		right: 0;
	}
	section.group.car-box .car-list .car-img {
		width: auto;
		float: none;
	}
	section.group.car-box .car-list .car-info {
		margin: 0;
		padding-top: 10px;
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	#page-tab {
		right: -50px;
	}
	#page-tab.show {
		right: -7px;
	}
	#page-tab.hide {
		right: -50px;
	}
	#page-tab a:hover {
		margin-left: -4px;
	}
	#page-tab a img {
		width: 40px;
		height: auto;
	}
	#main-nav ul li {
		width: 100%;
		float: none;
	}
	section.group .details-box .col .photo {
		width: auto;
		float: none;
		text-align: center;
	}
	section.group .details-box .col3 .col {
		padding: 5px 0;
	}
	section.group .details-box .col dt {
		text-align: center;
	}
	section.group .details-box .col .read {
		margin: 0;
		padding: 0 15px;
	}
	section.group .details-box .col3 .col dd {
		text-align: center;
	}
	section.group .details-box .col3 .col dd img {
		margin: 0 0 10px 0;
		float: none;
	}
	section.group .details-box .col3 .col dd p {
		text-align: left;
	}
}


.dspn{display:none !important;}