@charset "UTF-8";


/* 0. common
---------------------------------------------- */

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	
	font-family:"ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	color: #3d3d3d;
}
#container {
	margin: 0 auto;
	max-width: 100%;
	min-width: 980px;
	/* height: 100%; */
	background: url(../images/common/main_bg.jpg) center top repeat-y;
	overflow: hidden;
}

.clearfix {
	clear: both;
}


/* 0. header
---------------------------------------------- */

#header {
	width: 955px;
	height: 62px;
	position: relative;
	margin: 0 auto;
	margin-top: 0;
	z-index: 30;
}
#header h1 {
	float: left;
	margin-top: 63px;
	position: relative;
}
#header h1 img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#header ul {
	width: 425px;
	float: right;
	margin-right: 10px;
	margin-top: 63px;
}
#header li {
	float: left;
}
#header li.ss {
	margin-left: 163px;
}
#header #header-flower {
	width: 3000px;
	height: 78px;
	background: url(../images/common/header_flower.png) center top repeat-x;
	position: absolute;
	top: 0;
	left: -1024px;
	z-index: 0;
}

/* 0. main
---------------------------------------------- */
#main {
	margin: 0 auto;
	max-width: 100%;
	min-width: 980px;
	height: 746px;
	position: relative;
}
#main-line {
	width: 1400px;
	height: 69px;
	background: url(../images/top/main_line.png) left top repeat-x;
	position: absolute;
	z-index: 10;
	bottom: 0;
}

#title {
	width: 630px;
	height: 296px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	top: -76px;
	left: -10px;
}


/* お得なキャンペーン情報
---------------------------------------------- */

#campaign {
	width: 941px;
	height: 74px;
	background: url(../images/top/campaign_bg.png) left top no-repeat;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	top: -33px;
}
#campaign h3 {
	width: 479px;
	height: 115px;
	position: absolute;
	top: -56px;
	left: 24px;
}
#campaign p {
	width: 640px;
	height: 40px;
	padding: 33px 0 0 140px; 
}
#campaign p a {
	text-decoration: underline;
	color: #0068b7;
	font-weight: bold;
}
#campaign p a:hover {
	color: #408ec9;
}
#campaign-tree {
	background: url(../images/top/campaign_tree.png) left top no-repeat;
	width: 120px;
	height: 160px;
	position: absolute;
	bottom: -30px;
	right: 16px;
}

/* 島から選ぶ
---------------------------------------------- */

#islands {
	width: 973px;
	height: 280px;
	background: url(../images/top/islands_bg.png) left top no-repeat;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	top: -120px;
}
#islands h3 {
	width: 190px;
	height: 63px;
	position: absolute;
	top: 26px;
	left: 136px;
}
#islands p {
	width: 640px;
	height: 40px;
	padding: -8px 0 0 148px;
	position: absolute;
	top: -10px;
	left: 148px; 
}
#islands p a {
	text-decoration: underline;
	color: #0068b7;
	font-weight: bold;
}
#islands p a:hover {
	color: #408ec9;
}
#islands ul {
	width: 736px;
	margin: 55px 0 0 34px;
	padding-top: 87px;
}
#islands ul li {
	float: left;
	padding-right: 9px;
	padding-bottom: 9px;
}

/* 新着ツアー情報
---------------------------------------------- */

#info-frame {
	width: 941px;
	margin: 0 auto;
	position: relative;
	top: -120px;
}

#info {
	width: 941px;
	height: 239px;
	/* background: url(../images/top/info_bg.png) left top no-repeat; */
	position: absolute;
	margin: 0 auto;
	z-index: 2;
	top: 0;
}
#info h3 {
	width: 154px;
	height: 193px;
	position: relative;
	padding: 7px 0 0 4px;
	float: left;
}
#info ul {
	width: 514px;
}
#info ul li {
	background: url(../images/top/info_line.png) left bottom no-repeat;
	width: 480px;
	padding: 10px 0 20px 5px;
}
#info ul li:last-child {
	background-image: none;
	padding-bottom: 30px;
}
#info ul a {
	font-size:14px;
	color: #3d3d3d;
	text-decoration: none;
	display: block;
}
#info ul a:hover .txt {
	font-size:14px;
	color: #696969;
	text-decoration: underline;
}
#info ul .date {
	color: #0068b7;
	font-weight: bold;
}
#info ul .price {
	color: #e63600;
}

/* Right Banner
---------------------------------------------- */

.rbanner {
	width: 254px;
	position: absolute;
	top: -241px;
	right: 0px;
	z-index: 20;
	clear: both;
	margin: 0;
	padding: 0;
}

/* TOP-Slider
---------------------------------------------- */

#slider {
	width: 1300px;
	height: 746px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: none;
}
#slider-cover {
	width: 1300px;
	height: 746px;
	background-color: #fff;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
}
#top-slider-gr {
	background: url(../images/common/top_pic_gr.png) left bottom repeat-x;
	width: 100%;
	height: 417px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
}

/* 
---------------------------------------------- */

#wave {
	width: 722px;
	height: 180px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 60px;
	padding-left: 0;
	position: relative;
	z-index: 1;
}


/* 0. access
---------------------------------------------- */

#detail {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	background: url(../images/common/top_bg.jpg) center top repeat-x;
	background-color: #d0b88c;
	color: #45453f;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.7;
}
#detail #bg-gr {
	width: 100%;
	height: 420px;
	background: url(../images/common/top_bg_gr.png) center top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}

#detail-inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#detail-left,
#detail-right {
	width: 454px;
	float: left;
}
#detail-left {
	padding-left: 36px;
}
#detail-right {
	padding-left: 24px;
	padding-top: 10px
}

/* テーマ&目的から選ぶ
---------------------------------------------- */

#themes {
	width: 442px;
	position: relative;
	display: inline;
	z-index: 1;

}
#themes h3 {
	width: 442px;
	height: 187px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -73px;
	left: 0;
}
#themes ul {
	width: 442px;
	min-height: 583px;
	background: url(../images/top/theme_bg.png) left top repeat-y;
	margin-top: 114px;
}
#themes ul li {
	width: 442px;
	height: 116px;
	position: relative;
}
#themes ul li:first-child {
	height: 119px;
}
#themes ul li .thumb-1 {
	width: 119px;
	height: 82px;
	position: absolute;
	top: 24px;
	left: 9px;
}
#themes ul li a {
	text-decoration: none;
}
#themes ul li a:hover p {
	opacity: 0.6;
}
#themes ul li p.title {
	width: 250px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 141px;
	color: #2f98d0;
}
#themes ul li p.ss {
	font-size: 15px;
	top: 24px;
}
#themes ul li p.txt {
	width: 226px;
	font-size: 13px;
	letter-spacing: 0;
	position: absolute;
	top: 71px;
	left: 156px;
	color: #3d3d3d;
}
#themes ul li .thumb-2 {
	width: 119px;
	height: 82px;
	position: absolute;
	top: 11px;
	left: 9px;
}
#themes #themes-bottom {
	width: 442px;
	height: 72px;
	background: url(../images/top/theme_bottom.png) left top no-repeat;
}

#map {
	position: relative;
	z-index: 1;
}

/* ホテルから簡単検索
---------------------------------------------- */

#search {
	width: 426px;
	height: 525px;
	background: url(../images/top/search_bg.png) left top no-repeat;
	position: relative;
	z-index: 1;
}
#search h3 {
	width: 306px;
	height: 58px;
	padding: 7px 0 0 60px;
}

#searchBox {
	width: 370px;
	font-size: 11px;
	margin: 13px 0 0 28px;
}
#searchBox .item {
	height: 37px;
	background: url(../images/top/search_line.png) left bottom no-repeat;
	padding: 4px 0 10px;
}
#searchBox select {
	margin-bottom: 8px;
}
#searchBox #dt {
	height: 50px;
	background-image: none;
	padding-top: 10px;
	padding-bottom: 5px;
}
#searchBox #dt img {
	float: left;
}
#searchBox #sbmt {
	width: 267px;
	margin: 0 auto;
}



/* 
---------------------------------------------- */

#moreinfo {
	width: 980px;
	height: 236px;
	background: url(../images/top/moreinfo_bg.png) left -24px no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
#moreinfo ul {
	width: 808px;
	height: 130px;
	margin: 0 0 0 78px;
	padding-top: 24px;
}
#moreinfo ul li {
	width: 404px;
	height: 130px;
	float: left;
}
#moreinfo ul li:last-child img {
	padding-left: 4px;
}


#detail-inner-bg {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#bg-item-left {
	background: url(../images/top/bg_item_left.png) left top no-repeat;
	width: 460px;
	height: 1190px;
	position: absolute;
	z-index: 0;
	top: -1170px;
	left: -190px;
}

#bg-item-right {
	background: url(../images/top/bg_item_right.png) left top no-repeat;
	width: 530px;
	height: 1000px;
	position: absolute;
	z-index: 0;
	top: -1040px;
	right: -375px;
}

/* 
---------------------------------------------- */


#pagetop-btn {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	display: none;
}
#debug {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 2000;
	padding: 20px;
}
