/*body{background:url(../img/a1.png) 50% 90px repeat; }*/
H1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	background:#f4f4f4;
	border-bottom:1px solid #eaeaea;
	padding:5px 0px;
}
H1 P{
	font-size:10px;
	text-align:right;
	width:954px;
	margin:0px auto;
	color:#999;
}

/* header--------------------------------------------------------------------- */
#header{
	background:#333;
	/*background:url(../img/header_bokeh.jpg) 50% top no-repeat;*/
	color:#ccc;
	position:relative;
}

/*パンくず */
#breadCrumb{
	font-size:10px;
	/*width:1000px;*/
	margin:0px auto;
	padding:5px 0px;
	color:#fff;
	background:#333;
}
#breadCrumb A{
	color:#0997E9;
}

/*出発地ナビ*/
#nav{
	width: 1000px;
	margin:0px auto;
}
/* ヴィジュアル--------------------------------------------------------------------- */
#wrapper {
	/*position: relative;
	overflow: hidden;
	z-index: 0;*/

}

#center_bg {
	width:100%;
	height:300px;
	background:url(../img/bnr_daretoku.jpg) 50% top no-repeat;
}
#center_bg  H2{text-indent:-9999px;}
/* ツアーデータ--------------------------------------------------------------------- */
#data{
	width:950px;
	margin:0px auto;
	/*background: #fff url("../img/sks064-s.jpg") repeat fixed 0 0 / 100% auto;*/
	/*background:#fff;*/
	/*border:1px solid #ccc;*/
	}
/* ページ内リンク */
#page_nav{
	width:930px;
	margin:0px auto;
	padding:8px 0px 5px 0px;
	border-bottom:1px solid #ddd;
}
#page_nav LI{
	float:left;
	display:block;
	text-align:center;
}
/* 実データエリア */
#data_cnt{
	/*width:910px;*/
	margin:0px auto;
}
#data_cnt H3{
	padding-top:15px;
	/*float:left;*/
	padding-bottom:10px;
}
/* 色情報枠 */
.color_info{
	text-align:right;
	font-size:12px;
}
.color_info SPAN{padding-left:20px;}


/* イベント情報 */
.event,
.traffic{
	border:1px solid #999;
	padding:6px 0px;
	margin:5px 0px;
}
.event h5{
	font-size: 14px;
	padding:10px 15px 0px;
	line-height:140%;
}
.event h5.trekking{
	color: #6cf;
	border-top: none;
}
.event h5.family{
	color: #2DB200;
	border-top: none;
}
.event P,
.traffic p{
	font-size:14px;
	padding:5px 15px;
	line-height:140%;
}
#hokkaido,
#hokuriku,
#tohoku,
#kanto,
#kansai,
#chugoku,
#shikoku,
#kyusyu,
#okinawa,
#usj,
#huistenbosch,
#yakushima{
	border-bottom:1px solid #ccc;
}
.tours{
	/*padding-bottom: 20px;*/
	/*padding-top:15px;*/
	background-color: #fbf8ec;
}
#data_cnt DIV:nth-last-of-type(1) {
	/*border-bottom-width:0px;*/
}
/* 個別ツアー枠 */
.tour{
	width:444px;
	float:left;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
	position:relative;
}
.tour .tour_ttl{
	font-size:12px;
	color:#333;
	line-height:130%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:6px;
	padding-top:3px;
	min-height:50px;
}
.tour .tour_info{
	font-size:12px;
	color:#535353;
	line-height:130%;
	text-align:left;
	padding-bottom:3px;
	/*height:48px;*/
}
.tour .tour_price{
	text-align:center;
	font-weight:bold;
	color:#525252;
	font-size:16px;
	background:#eee;
	padding:3px 0px;
}
.tour .tour_price SPAN{
	font-weight:normal;
	color:#525252;
	font-size:12px;
}
/* 個別ツアーリンク */
.tour A{
	display:block;
	padding:7px;
	min-height:300px;
	text-decoration:none;
}
.tour A:hover .tour_ttl,
.tour A:hover .tour_info{
	color:#fff;
	text-decoration:none;
}

/* 色情報 */
.color_info SPAN.t_family{color:#2DB200;}
.color_info SPAN.t_love{color:#f69;}
.color_info SPAN.t_group{color:#00238C;}
.color_info SPAN.t_themapark{color:#FF4D4D;}
.color_info SPAN.t_trekking{color:#00A3D9;}
.color_info SPAN.t_powerspot{color:#D7C104;}
.color_info SPAN.t_spring {color:#CC6698;}

.family {border-top:2px solid #2DB200;}
.love {border-top:2px solid #f69;}
.group{border-top:2px solid #00238C;}
.themapark{border-top:2px solid #FF4D4D;}
.trekking{border-top:2px solid #00A3D9;}
.powerspot{border-top:2px solid #D7C104;}
.spring {border-top:2px solid #CC6698;}

.family A:hover{background:#2DB200;}
.love A:hover  {
	background-color: #f69;
}
.group A:hover{background:#00238C;}
.themapark A:hover{background:#FF4D4D;}
.trekking A:hover{background:#00A3D9;}
.powerspot A:hover{background:#D7C104;}
.spring A:hover{background:#CC6698;}

.cat{
	position:absolute;
	left:215px;
	color:#fff;
	font-size:10px;
	padding:5px 0px;
	width:80px;
	text-align:center;
}

.family .cat{background:#2DB200;}
.love .cat{background:#f69;}
.group .cat{background:#00238C;}
.themapark .cat{background:#FF4D4D;}
.trekking .cat{background:#00A3D9;}
.powerspot .cat{background:#D7C104;}
.spring .cat{background:#CC6698;}


/* その他関連特集ページ--------------------------------------------------------------------- */
#data_cnt .links{padding:7px;margin:10px 0px 20px 0px;}
#data_cnt .links H4{}
#data_cnt .links P{padding:7px;}
.button-rink, .button-rink:visited{
	 font-size:13px;
	 background:#82CEC3;
	 display:inline-block;
	 padding:5px 10px;
	 color:#333;
	 text-decoration:none;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 border-radius:4px;
	 border:none;
	 position:relative;
	 cursor:pointer;
	 margin:10px 10px 0 0;
	 vertical-align: middle;
}
a.button-rink {color:#333;}
.button-rink a:link{color:#333;}
.button-rink:hover{background:#555;color:#fff;}

/* 屋久島ファミリープランお申し込みの方へ--------------------------------------------------------------------- */
#yakushima_plan strong{
	display: block;
	padding-bottom: 5px;
}
#yakushima_plan{
	border:1px solid #ccc;
	padding:10px;
	margin:5px 0px;
	line-height: 130%;
	font-size: 11px;
	color: #e70000;
}


.pagetop{
	position:fixed;
	top:90%;
	right:0px;
}
.pagetop_txt{
	padding:10px 0px;
	text-align:right;
	font-size:12px;
}
.pagetop_txt A{color:#0080FF;}
.pagetop_txt A:hover{text-decoration:none;}

/* フッター--------------------------------------------------------------------- */
#footer {
	width:950px;
	margin:0px auto;
	text-align:left;
	background:#e0e0e0;
}
.titleArea{
	background:#A1A1A1;
	color:#fff;
	font-weight:bold;
	padding:3px;
	font-size:12px;
}
.listArea{
	width:900px;
	margin:0px auto;
}
.tourList1{
	width:160px;
	float:left;
}
.tourList2{
	width:240px;
	float:left;
}
.tourList3{
	width:200px;
	float:left;
}
.tourList4{
	width:300px;
	float:left;
}
.tourListLeft{
	width:140px;
	float:left;
}
.txt01{
	color:#333;
	padding:10px 0px;
	font-size:12px;
	font-weight:bold;
}
#footer LI{
	display:block;
	padding:5px 0px 5px 10px;
	font-size:12px;
}
#footer A{
	color:#333;
	text-decoration:none;
}
#footer A:hover{
	color:#333;
	text-decoration:underline;
}
.linkArea{
	font-size:12px;
	width:900px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}
address{
	text-align:right;
}
#size{
	/*background:#fbf8ec;*/
	position: relative;
	z-index: -200;
	height: 560px;
	/*background:url(../img/main_photo_b.png) 50% top no-repeat fixed;*/
	background: rgba(0, 0, 0, 0) url("../img/main_photo_b.png") no-repeat scroll center top / 100% 100%;
}
#gazo{
	margin: 0 auto;
  width: 950px;
	position: relative;
	z-index: -100;
}
#gazo img{
	/*margin-top: 25px;*/
	/*margin-bottom: 38px;*/
	/*margin: 0 13%;*/
}
#subtext{
	width: 100%;
	height: 30px;
	/*background-color: #faff44;*/
	background:url(../img/header_bokeh.jpg) 50% top no-repeat;
	/*border-top:3px dotted #fa8072;*/
	/*border-bottom:3px dashed #fa2f72;*/
}
#subtext p{
	color:#234;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin: 0 auto;
	width: 950px;
}
/*#gazo10000{
	margin: 0 auto;
  width: 950px;
	margin-bottom: -33px;
}
#gazo10000 img{
	margin-top: -67px;
}*/
#catch{
	margin: 0 auto;
  width: 950px;
	margin-bottom: -30px;
}
#tokuten_content {
	background: rgba(0, 0, 0, 0) url("../img/tokuten_bg.png") no-repeat scroll center top / 100% auto;
	margin-top: -3px;
	padding-bottom: 22px;
}
#tokuten {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
}
#plan_content {
	/*background: #fff url("../img/kawahira.jpg") repeat fixed 0 0 / 100% auto;*/
	/*background: rgba(0, 0, 0, 0) url("../img/bg_2day.png") no-repeat scroll center top / 100% 100%;*/
	margin-top: -20px;
	padding-bottom: 22px;
}
#plan {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.text span {
	color:#333;
}
section h2 {
		background-color: rgba(226, 226, 226, 0.83);
    /*font-size: 26px;*/
    font-weight: lighter;
    /*line-height: 40px;*/
    /*margin-bottom: 9px;*/
		margin-top: 19px;
    padding-left: 10px;
		border-left: solid 5px #fb445a;
		color:#2b86b9;
}
section .box {
    background-color: #f2f2f5;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
		color: #383838;
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 20px;
		border: 1px dashed;
}
section .box p {
    line-height: 22px;
}
.text{
	line-height: 22px;
}
#recommend img{
	margin-top: 20px;
	margin-left: 5%;
}
/*#recommend a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}*/

.tile {
  /*width: 950px;*/
	/*margin-left:auto;
	margin-right:auto;*/
	/*margin-left: 22px;*/
}
.tile_box {
  width: 470px;
	/*height: 740px;*/
  /*padding: 10px;*/
  /*border: 1px dashed #5BAEC0;*/
  /*margin: 5px;*/
  float: left;
  display: block;
	/*background-color: rgba( 204, 204, 204, 0.55 );*/
}
.tile_box img{
	/*width:385px;*/
	/*margin:7px;*/
	/*margin-left: 40px;*/
	width: 100%;
}
#titleMain{
	width: 270px;
}
.tile_box a{
	text-decoration: none;
}
/*.tile_box:hover{
	background-color: #0097c9;
}*/
/*.tile_box:hover .text_name {
	color: #fff;
}
.tile_box:hover .text_sub{
	color: #fff;
}*/


.tile_box_o {
  width: 400px;
  /*padding: 10px;*/
  border: 1px dashed #5BAEC0;
  margin: 5px;
  float: left;
  display: block;
}
.tile_box_o img{
	width:385px;
	margin:7px;
}
.tile_box_o a{
	text-decoration: none;
}
.tile_box_o:hover{
	/*color: #fff;*/
	background-color: #f95d75;
	/*text-decoration: none;*/
}
.tile_box_o:hover .text_sub{
	color: #fff;
}

.column li{
	list-style: none;
	margin-bottom: 10px;
	/*border-left:5px solid #ff1493;*/
}
.column p{
	border-left: 3px solid #0097c9;
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 5px;
	margin-top: 18px;
	padding-left: 10px;
}

.text_name {
	padding: 10px;
	font-size: 25px;
	color:#4477fb;
	font-weight: bold;
	border-left: 3px solid;
	/*margin-left: 10px;*/
}
p.tour_price {
    background: #34495e;
    color: #fff;
    font-size: 20px;
    /*padding: 8px 0;*/
		line-height: 40px;
    text-align: center;
		/*margin-top:auto;*/
		/*margin-bottom: 0px;*/
}
.text_sub{
	font-weight: lighter;
	font-size: 17px;
	color:#4e4d4d;
	padding: 10px;
	/*margin-bottom: 10px;*/
}
#ticket_gazo img{
	width: 500px;
	margin-left: 15%;
  margin-top: 20px;
  margin-bottom: 20px;
	border: solid 1px;
}

.lead{
	margin: 50px;
}
.lead p{
	font-weight: bold;
}
#menu dt{
    display:block;
    width:100%;
		margin-left: auto;
		margin-right: auto;
    /*height:50px;*/
    /*line-height:50px;*/
    text-align:center;
    /*border:#16a6b6 1px solid;*/
		border-radius: 10px;
    cursor:pointer;
    }
#menu dd{
    /*background:#f2f2f2;*/
		width:87%;
		padding: 16px;
		margin-left: auto;
		margin-right: auto;
		margin-top:-3px;
		/*border-top:3px solid #16a6b6;*/
		border: 1px dashed #0097c9;
		/*border-radius: 0 0 10px 10px;*/
    /*text-align:center;*/
    /*border:#666 1px solid;*/
    display:none;
}



#model_content {
		/*background: #ff9933;*/
		background: #fbe0be;
		/*background: rgba(0, 0, 0, 0) url("../img/bg_top_1.jpg") repeat scroll 0 0;*/
    /*background: rgba(0, 0, 0, 0) url("../img/171584.png") no-repeat scroll center 0  / 100% auto;*/
    /*margin-bottom: 40px;*/
    overflow: hidden;
    padding: 30px 0 0;
    position: relative;
}
#model {
	width: 950px;
	margin-left: auto;
  margin-right: auto;
}
#model_box_content {
	background: rgba(0, 0, 0, 0) url("../img/common/bg_white.jpg") repeat scroll left top;
	/*background-color: #f5eecc;*/
	position:relative;
}
/*0*/
#model_box_0 {
	/*width: 400px;*/
}
#model_title_0 {
		background: #ff9933 none repeat scroll 0 0;
    border-radius: 800px;
    color: #fff;
    display: table-cell;
    font-size: 45px;
    font-weight: lighter;
    height: 79px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100px;
		float:left;
		padding-top: 20px;
}
#model_title_sub_0 {
	color:#147fb4;
	font-size:30px;
	padding:7px;
	background: #fff;
}
#model_hr_0 {
	border:3px solid #ff9933;
}

#mode_obi_0 img {
	height: 22px;
	margin-top: -6px;
	position: absolute;
	width: 850px;
}
#model_gazo_0{
	margin-bottom: -29px;
}
#model_gazo_0 img{
	position: absolute;
	right: 16px;
	top: 8px;
	width: 26%;
}
#model_icon_0 {
	left: 22px;
	position: absolute;
	top: 100px;
}
#model_icon_0 img {
	width: 74px;
}
#model_come {
	left: 101px;
	position: absolute;
	top: 114px;
	font-weight: bold;
}
#model_air {
	left: 101px;
	position: absolute;
	top: 147px;
	font-weight: bold;
}
/*0*/
/*1*/
#model_box_1 {
	float: left;
    width: 49%;
}
#model_title_1 {
	background: #e75f6d none repeat scroll 0 0;
	border-radius: 800px;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 27px;
	font-weight: lighter;
	height: 45px;
	margin-top: 31px;
	overflow: hidden;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	width: 55px;
}
#model_title_sub_1 {
	color:#121e36;
	font-size:15px;
	padding:7px;
	margin-top: 12px;
	/*font-weight: bold;*/
	/*margin-left: 211px;*/
}
#model_hr_1 {
	border:3px solid #ff9933;
}
#mode_obi_1 img {
	height: 12px;
	margin-top: -7px;
	position: absolute;
	width: 410px;
}
#model_gazo_1 img{
	left: 403px;
	position: absolute;
	top: 185px;
	width: 8%;
}
#model_photo_1 {

}
#model_photo_1 img{
	width:82%;
	float:left;
	    background: rgba(0, 0, 0, 0) url("../img/top4.png") no-repeat scroll 21px 170px / 32% auto;
	margin-left: 30px;
}
#model_icon_1 {
	left: 435px;
	position: absolute;
	top: 104px;
	/*transform: rotate(-20deg);*/
}
#model_icon_1 img {
	width: 102px;
}

#model_text_1 {
	float: left;
	font-size: 15px;
	margin-left: 100px;
	margin-top: 14px;
}
#model_text_1 p {
	/*margin-left: 65px;
  margin-right: 87px;*/
  padding: 17px;
	border-radius: 7px;
	background:#fff;
}
#model_text_box_1{
	background: rgba(0, 0, 0, 0) url("../img/251701.png") no-repeat scroll 48px 261px / 81% auto;
	height: 417px;
}
#model_text_bg_1 {
	background: rgba(0, 0, 0, 0) url("../img/196990.png") no-repeat scroll 40px -5px / 89% auto;
}
/*1*/
/*2*/
#model_box_2 {
	float: right;
	width: 49%;
}
#model_title_2 {
	background: #121e36 none repeat scroll 0 0;
	border-radius: 800px;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 27px;
	font-weight: lighter;
	height: 45px;
	margin-top: 29px;
	overflow: hidden;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	width: 55px;
}
#model_title_sub_2 {
	/*color: #147fb4;*/
	font-size: 15px;
	margin-top: 15px;
	/*padding: 7px;*/
}
#model_hr_2 {
	border:3px solid #ff9933;
}
#mode_obi_2 img {
	height: 12px;
	margin-top: -0px;
	position: absolute;
	width: 410px;
}
#model_gazo_2 img{
	position: absolute;
	right: 115px;
	top: 58px;
	width: 142px;
}
#model_photo_2 {

}
#model_photo_2 img{
  background: rgba(0, 0, 0, 0) url("../img/top3.png") no-repeat scroll 67px 38px / 47% auto;
	width:82%;
	float:right;
	margin-top: -32px;
	/*margin-left: 594px;
  margin-top: -122px;*/
}
#model_icon_2 {
	position: absolute;
	right: 8px;
	top: 669px;
}
#model_icon_2 img {
	width: 94px;
}
#model_text_2 {
	/*color: #58373d;*/
	float: right;
	font-size: 15px;
	margin-right: 37px;
	margin-top: 25px;
	width: 384px;
}
#model_text_2 p {
	padding: 5px;
	/*margin-left: 41px;
  margin-right: 41px;
  margin-top: 15px;*/
	background:#fff;
	border-radius: 7px;
}
#model_text_box_2{
	background: rgba(0, 0, 0, 0) url("../img/251701.png") no-repeat scroll 13px 244px / 95% auto;
	height: 455px;
}
#model_text_bg_2 {
  background: rgba(0, 0, 0, 0) url("../img/196990.png") no-repeat scroll 11px 128px / 93% auto;
}
/*2*/
/*3*/
#model_box_3 {
	float: right;
	width: 49%;
}
#model_title_3 {
	background: #e75f6d none repeat scroll 0 0;
	border-radius: 800px;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 27px;
	font-weight: lighter;
	height: 45px;
	margin-top: 33px;
	overflow: hidden;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	width: 55px;
}
#model_title_sub_3 {
	/*color: #147fb4;*/
	font-size: 15px;
	margin-top: -3px;
	padding: 7px;
}
#model_hr_3 {
	border:3px solid #ff9933;
}

#mode_obi_3 img {
    height: 12px;
    margin-top: -7px;
    position: absolute;
    width: 410px;
}
#model_gazo_3 img{
	position: absolute;
  right: 16px;
  top: 822px;
  width: 10%;
}
#model_photo_3 img{
  background: rgba(0, 0, 0, 0) url("../img/top4.png") no-repeat scroll 252px 186px / 29% auto;
	float: left;
	margin-left: 30px;
	width: 82%;
}
#model_icon_3 {
	position: absolute;
	right: 429px;
	top: 687px;
}
#model_icon_3 img {
	width: 102px;
}
#model_text_3 {
	/*color: #58373d;*/
	float: right;
	font-size: 15px;
	margin-right: 53px;
	margin-top: 39px;
	width: 342px;
}
#model_text_3 p {
	background: #fff none repeat scroll 0 0;
    border-radius: 7px;
    /*margin-left: 65px;
    margin-right: 87px;*/
    padding: 12px;
}
#model_text_box_3{
	    background: rgba(0, 0, 0, 0) url("../img/251701.png") no-repeat scroll 19px 287px / 94% auto;
	height: 460px;
}
#model_text_bg_3 {
    background: rgba(0, 0, 0, 0) url("../img/196990.png") no-repeat scroll 11px 193px / 99% auto;
}
/*3*/
/*4*/
#model_box_4 {
	float: left;
	width: 49%;
}
#model_title_4 {
	background: #ff9933 none repeat scroll 0 0;
	border-radius: 800px;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 27px;
	font-weight: lighter;
	height: 45px;
	margin-top: 34px;
	overflow: hidden;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	width: 55px;
}
#model_title_sub_4 {
	/*color: #147fb4;*/
	font-size: 15px;
	margin-top: -3px;
	padding: 7px;
}
#model_hr_4 {
	border:3px solid #ff9933;
}

#mode_obi_4 img {
	height: 12px;
	margin-top: -7px;
	position: absolute;
	width: 410px;
}
#model_gazo_4 img{
	left: 376px;
	position: absolute;
	top: 800px;
	width: 9%;
}
#model_photo_4 img{
  background: rgba(0, 0, 0, 0) url("../img/top2.png") no-repeat scroll 79px 6px / 27% auto;
	float: left;
	margin-left: 30px;
	width: 82%;
}
#model_icon_4 {
	left: 11px;
	position: absolute;
	top: 1322px;
}
#model_icon_4 img {
	width: 90px;
}
#model_text_4 {
	float: right;
	font-size: 15px;
	margin-right: 41px;
	margin-top: 58px;
	width: 347px;
}
#model_text_4 p {
	background: #fff none repeat scroll 0 0;
  border-radius: 7px;
  /*margin-left: 41px;
  margin-right: 109px;
  margin-top: 15px;*/
  padding: 8px;
}
#model_text_box_4{
	background: rgba(0, 0, 0, 0) url("../img/251701.png") no-repeat scroll 56px 301px / 84% auto;
	height: 481px;
}
#model_text_bg_4 {
	background: rgba(0, 0, 0, 0) url("../img/196990.png") no-repeat scroll 11px 193px / 99% auto;
}
/*4*/
/*5*/
#model_box_5 {
	float: left;
	width: 49%;
}
#model_title_5 {
	background: #e75f6d none repeat scroll 0 0;
	border-radius: 800px;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 27px;
	font-weight: lighter;
	height: 45px;
	margin-top: 43px;
	overflow: hidden;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	width: 55px;
}
#model_title_sub_5 {
	/*color: #147fb4;*/
	font-size: 15px;
	margin-top: 4px;
	padding: 7px;
}
#model_hr_5 {
	border:3px solid #ff9933;
}

#mode_obi_5 img {
    height: 12px;
    /*margin-top: 10px;*/
    position: absolute;
    width: 410px;
		margin-top: -7px;
}
#model_gazo_5 img{
	left: 353px;
	position: absolute;
	top: 1432px;
	width: 11%;
}
#model_photo_5 img{
	    background: rgba(0, 0, 0, 0) url("../img/top2.png") no-repeat scroll 278px 0 / 25% auto;
	float: left;
	margin-left: 30px;
	width: 82%;
}
#model_icon_5 {
	position: absolute;
	right: 424px;
	top: 1342px;
}
#model_icon_5 img {
	width: 102px;
}
#model_text_5 {
	float: right;
  width: 411px;
	font-size: 15px;
	margin-right: 18px;
	margin-top: 65px;
	/*color:#58373d;*/
}
#model_text_5 p {
	background: #fff none repeat scroll 0 0;
	border-radius: 7px;
	/*margin-left: 65px;
	margin-right: 30px;*/
	padding: 5px;
}
#model_text_box_5 {
	background: rgba(0, 0, 0, 0) url("../img/251701.png") no-repeat scroll 22px 300px / 95% 41%;
	height: 526px;
}
#model_text_bg_5 {
    background: rgba(0, 0, 0, 0) url("../img/196990.png") no-repeat scroll 11px 193px / 97% auto;
}
/*5*/
/*6*/
#model_box_6 {
	float: right;
	width: 49%;
}
#model_title_6 {
	background: #121e36 none repeat scroll 0 0;
	border-radius: 800px;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 27px;
	font-weight: lighter;
	height: 45px;
	margin-top: 42px;
	overflow: hidden;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	width: 55px;
}
#model_title_sub_6 {
	/*color: #147fb4;*/
	font-size: 15px;
	/*margin-top: -12px;*/
	padding: 7px;
	margin-top: 4px;
}
#model_hr_6 {
	border:3px solid #ff9933;
}

#mode_obi_6 img {
    height: 12px;
    margin-top: -7px;
    position: absolute;
    width: 410px;
}
#model_gazo_6 img{
	position: absolute;
	right: 245px;
	top: 1306px;
	width: 132px;
}
#model_photo_6 img{
  background: rgba(0, 0, 0, 0) url("../img/top5.png") no-repeat scroll 217px 1px / 32% auto;
	float: left;
	margin-left: 30px;
	width: 82%;
}
#model_icon_6 {
	position: absolute;
	right: 272px;
	top: 2052px;
}
#model_icon_6 img {
	width: 102px;
}
#model_text_6 {
	/*color: #58373d;*/
	float: right;
	font-size: 15px;
	margin-right: 18px;
	margin-top: 53px;
	width: 424px;
}
#model_text_6 p {
	background: #fff none repeat scroll 0 0;
  border-radius: 7px;
  /*margin-left: 41px;
  margin-right: 41px;
  margin-top: 15px;*/
  padding: 5px;
}
#model_text_box_6{
  background: rgba(0, 0, 0, 0) url("../img/251701.png") no-repeat scroll 12px 293px / 96% 41%;
	height: 548px;
}
#model_text_bg_6 {
  background: rgba(0, 0, 0, 0) url("../img/196990.png") no-repeat scroll 11px 193px / 97% auto;
}
/*6*/
/*7*/
#model_box_7 {
	padding-top: 15px;
}
#model_title_7 {
	background: #ff9933 none repeat scroll 0 0;
	border-radius: 800px;
	color: #fff;
	display: table-cell;
	float: right;
	font-size: 40px;
	font-weight: lighter;
	height: 73px;
	margin-top: 6px;
	overflow: hidden;
	padding-top: 26px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
#model_title_sub_7 {
	color: #147fb4;
	font-size: 30px;
	margin-left: 46px;
	padding: 7px;
}
#model_hr_7 {
	border:3px solid #ff9933;
}

#mode_obi_7 img {
    height: 22px;
    margin-top: 3px;
    position: absolute;
    width: 850px;
}
#model_gazo_7 img{
	bottom: 22px;
	left: 10px;
	position: absolute;
	width: 21%;
}
#model_icon_7 {
	text-align: center;
	transform: rotate( -155deg );
	/*transform: rotateX( 180deg );*/
}
#model_come_last {
	/*font-size: 21px;*/
	left: 431px;
	position: absolute;
	top: 2081px;
	font-weight: bold;
}
/*7*/

#model_ul {
	/*clear: both;*/
	padding:7px;
	margin-top: 18px;
}
#model_li {
	font-size: 17px;
  font-weight: bold;
}
#model_li span {
	color:#147fb4;
	font-weight: bold;
}




#model_text {
	/*background-color:#1baef6;*/
	/*width: 300px;*/
	float: right;
	/*padding: 10px;*/
  width: 505px;
	/*color:#fff;*/
	font-size: 23px;
	/*border-radius: 8px;*/
	/*border: 3px dotted #fff;*/
}
#plan_box_0 h2 {
	background-color: rgba(226, 226, 226, 0.83);
	border-left: 5px solid #af0000;
	color: #af0000;
	font-weight: lighter;
	margin-top: 19px;
	padding-left: 10px;
	font-size: 33px;
}
#plan_box_1 h2 {
	background-color: rgba(226, 226, 226, 0.83);
	border-left: 5px solid #0c44b6;
	color: #0c44b6;
	font-weight: lighter;
	margin-top: 19px;
	padding-left: 10px;
	font-size: 29px;
}
#plan_box_2 h2 {
	background-color: rgba(226, 226, 226, 0.83);
	border-left: 5px solid #1a7d1d;
	color: #1a7d1d;
	font-weight: lighter;
	margin-top: 19px;
	padding-left: 10px;
	font-size: 33px;
}

#obi_top img {
	/*background: #f7f51b none repeat scroll 0 0;*/
	/*border-bottom: 2px dashed #fff;*/
	/*border-top: 2px dashed #fff;*/
	/*border-top: 21px solid #ff73b6;*/
	clear: both;
	padding-bottom: 0;
	padding-top: 21px;
	position: relative;
	top: -63px;
	width: 100%;
	z-index: -1;
	/*border-width: 0;*/
}



/*hotel*/
#hotel_content {
	/*background: rgba(0, 0, 0, 0) url("./img/103357g.png") repeat scroll 10% 0 / 32% auto;*/
	/*background: rgba(0, 0, 0, 0) url("./img/op.jpg") no-repeat scroll center 0  / 100% auto;*/
	/*margin-bottom: 40px;*/
	overflow: hidden;
	padding: 30px 0 0;
	position: relative;
}
#hotel {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	/*background: rgba(0, 0, 0, 0) url("./img/bg_box02.png") repeat scroll 0 0;*/
	margin-top: 53px;
}

#start_ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#start_li_0 {
    display: table-cell;
    text-align: center;
}

#start_li_0 a {
    background: #00bed7 none repeat scroll 0 0;
    border: 3px solid #00bed7;
    box-shadow: 0 0 0 2px #ffffff inset;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 22px;
    margin: 0;
    padding: 4px;
    text-align: center;
    width: 100%;
}
#start_li_0 a:hover {
	background: #fff none repeat scroll 0 0;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #00bed7 inset;
	color:#00bed7;
}


#start_li_0 #off_li {
    background: #9c9c9c none repeat scroll 0 0;
    border: 3px solid #00bed7;
    box-shadow: 0 0 0 2px #ffffff inset;
    box-sizing: border-box;
    color: #5c5c5c;
    display: block;
    font-size: 22px;
    margin: 0;
    padding: 4px;
    text-align: center;
    width: 100%;
}
#start_li_1 #off_li {
	background: #9c9c9c none repeat scroll 0 0;
	border: 3px solid #da5c91;
	box-shadow: 0 0 0 2px #ffffff inset;
	box-sizing: border-box;
	color: #5c5c5c;
	display: block;
	font-size: 22px;
	margin: 0;
	padding: 4px;
	text-align: center;
	width: 100%;
}


#plan_0 {
	padding:5px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	background-color:#00bed7;
	text-align: center;
	border-radius: 15px 15px 0 0;
}

#start_li_1 {
    display: table-cell;
    text-align: center;
}
#start_li_1 a {
    background: #da5c91 none repeat scroll 0 0;
    border: 3px solid #da5c91;
    box-shadow: 0 0 0 2px #ffffff inset;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 22px;
    margin: 0;
    padding: 4px;
    text-align: center;
    width: 100%;
}
#start_li_1 a:hover {
	background: #fff none repeat scroll 0 0;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #da5c91 inset;
	color:#da5c91;
}
#plan_1 {
	padding:5px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	background-color:#da5c91;
	margin-top: 2px;
	text-align: center;
	/*border-radius: 15px 15px 0 0;*/
}

#option_content {
	/*background: rgba(0, 0, 0, 0) url("./img/okinawa_nuno.jpg") no-repeat scroll center 0  / 100% auto;*/
	/*margin-bottom: 40px;
	overflow: hidden;
	padding: 30px 0 0;
	position: relative;*/
	/*background:rgba(0, 0, 0, 0) url("./img/bg3.jpg") repeat scroll center 0 / 13% auto;*/
	margin-bottom: 40px;
	overflow: hidden;
	padding: 66px 0 0;
	position: relative;
}

#option {
	background: rgba(0, 0, 0, 0) url("../img/common/bg_c_3.png") repeat scroll 0 0;
	/*background: rgba(0, 0, 0, 0) url("./img/okinawa_nuno.jpg") repeat scroll 0 0;*/
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
#list-box_content {
	width: 473px;
	float: left;
}
#list-box_content_1 {
	width: 473px;
	float: right;
}
.list-box {
border-bottom: 3px solid #eee;
display: table;
width: 100%;
}

.list-img,
.list-text {
display: table-cell;
vertical-align: middle;
padding-top: 10px;
/*padding-bottom: 30px;*/

background-color:rgba(238, 238, 238, 0.4);
}
.list-img img {
width: 180px;
margin: 5px;
}
.list-cat {
background-color: #3ae;
border-radius: 10px;
color: #fff;
font-size: 13px;
/*padding: 4px 5px;*/
padding: 4px 12px;
}
.list-date {
color: #3b3b3b;
font-size: 10px;
margin-left: 10px;
margin-top: 26px;
}
.list-text p {
	color: #2f2f2f;
	font-size: 13px;

	padding: 10px;
	font-weight: bold;
}
.list-text #h2_2 {

font-size: 13px;
/*line-height: 1.4;*/
/*margin-right: 10px;*/
/*margin-top: 10px;*/
/*margin-bottom: 0px;*/
padding: 10px;
font-weight: bold;
/*color: #2f2f2f;*/
}

#option_img img {
	width: 430px;
}
#option_ul {
	position: relative;
}
#option_ul li {
	position: absolute;
	color: #587dff;
  font-size: 20px;
	font-weight: bold;
}
#option_li_0 {
	left: 567px;
  top: 65px;
}
#hotel_option {
	background: #fbe0be none repeat scroll 0 0;
	/*background: rgba(0, 0, 0, 0) url("../img/op.jpg") no-repeat scroll center top / 100% 100%;*/
}
#h2_text {
	color:#1e2587;
}
#h2_text_0 {
	/*color:#8c2424;*/
	font-size: 16px;

	color: #FFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #e64444,
	-2px 2px 1px #e64444,
	2px -2px 1px #e64444,
	-2px -2px 1px #e64444;
}
#h2_text_1 {
	color:#2e2e2e;
}



table#table-01 {
		width: 915px;
    border: 1px #939393 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #939393 solid;
    border-width: 0 0 1px 1px;
    background: #1a7d1d;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
		color: #fff;
}
table#table-01 td {
    padding: 5px;
    border: 1px #939393 solid;
    border-width: 0 0 1px 1px;
    /*text-align: center;*/
}
#text_size {
	font-size: 15px;
	color:000;
}

#model_car_0 img {
	position: absolute;
	right: 553px;
	top: 119px;
	width: 139px;
	transform: rotateY(180deg);
}
#model_car_1 img {
	position: absolute;
	right: 101px;
	top: 2065px;
	width: 139px;
}
#small_text {
	font-size: 12px;
}
#shadow {
	text-shadow:
	-1px -1px #545454,
	1px -1px #545454,
	-1px 1px #545454,
	1px 1px #545454;
	border:  solid 0px;
}
