/* F
-----------------------------------------------------------------------------------------------------------*/
body{
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    color:#808080;
    letter-spacing: 3px;
}
.header{
    position: relative; top: 20px;
	width: 900px;
	margin: 0 auto;  
}
.left{
	float:left;
}
.eyecatch{
    position: relative;top: 15px;
}
#jetlogo{
    position: relative; top: 3px;
    width:195px;
}
#skitop{
	display: none;
}
#telno2{
	display: none;
}
.right{
	text-align: right;
}

#gerende{
	width:600px;
}
#coasemap{
	width:300px;
	height:300px;
}
.mainmenu{
	z-index: 3;
    position: relative; top: 12px;
    width: 900px;
}

#menu {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
    font-size:12px;
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 15px 10px;
	background-color: #ff6b9c;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #fff;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #ff90cb;
}
#toggle {
	display: none;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	#menu li {
    font-size:12px;
		width: 25%;
		border-bottom: 1px solid #4baacb;
	}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #2a83a2;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #4baacb;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #2a83a2;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}

.topimg{
    clear: left;
    position: relative;
    left: -26px;
    top: 3px;
}
.imgtitle{
    position: relative;left:0px;top:-315px;
	background-color: #fff;
	border: 2px solid #ff6b9c;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ff6b9c;
    width:234px;
    padding: 10px 30px;
    font-size:20px;
    font-weight: bold;
}



.orderbutton{
    position: relative;left:30px;top:-120px;
}
.orderbutton1{
}
.orderbutton1 img{
    position: relative;left:3px;top:5px;
	width:20px;
	height:20px;
}

.orderbutton li{
	display: inline;
}
.headline{
    position: absolute; top:505px;
}
.pankuzu ol li {
	/* liを横並び＆ブレットを消す */
	display: inline;
    font-size: 13px;
    background-color: #eff;
	list-style-type: none;
}
.pankuzu ol li:before {
	/* liの後に記号追加 */
	content:" > ";
}
.pankuzu span{
	color: #ff0000;
    font-weight: bold;
}

h1 {
	width:100%;
    background-color: #ff6b9c;
	color: #fff;
    position: relative;top:10px;
	padding: .25em 0 .25em .75em;
    font-weight: bold;
}

h1 span a{
    position: relative;left: 650px;
    text-decoration: none;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    padding: 1px 5px;
	line-height: 20px;
	color: #ff6b9c;
    font-size: 9px;
    font-weight: bold;
}
.main{
    position: relative;top:340px;
}
.headlinenews{
    position: relative;top:-284px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.headlinenews div{
    position: relative;top:15px;
    font-size: 14px;
	padding: 5px 15px;
	line-height: 20px;
}
.headlinenews li a {
    display: inline-block;
	text-align: center;
	width:98px;
   text-decoration:none;
   font-size:9px;
   line-height:2.0;
   border-bottom: 1px dotted #999;
   color:#099;
   border:1px solid #D1D1D1;
	margin: 1px -3px;

}
.headlinenews li a:hover {
	color : #446303;		/*マウスオーバー時の文字色▼*/
   background:#c7e9e9 url("img/bg_list.gif");
}
.headlinenews2{
    position: relative;top:0px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.headlinenews2 div{
    position: relative;top:15px;
    font-size: 14px;
	padding: 5px 15px;
	line-height: 20px;
}
.headlinenews2 li a {
    display: inline-block;
	text-align: center;
	width:98px;
   text-decoration:none;
   font-size:9px;
   line-height:2.0;
   border-bottom: 1px dotted #999;
   color:#099;
   border:1px solid #D1D1D1;
	margin: 1px -3px;

}
.headlinenews2 li a:hover {
	color : #446303;		/*マウスオーバー時の文字色▼*/
   background:#c7e9e9 url("img/bg_list.gif");
}

.theme{
    position: relative;top:-200px;left:20px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.thememsg{
	margin: 0 50px;
	padding: 0px;
}
.thememsg span{
    position: relative;top:-20px;
	font-size:25px;
    font-weight: bold;
}
.themedetail{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}

.themedtli1{
    display: inline-block;
	width:30%;
	text-align:center;
	vertical-align:top;
}
.themedtli1-1 img{
	height:150px;
	border-radius: 70px;
}
.themedtli2{
	font-size:18px;
    font-weight: bold;
    color:#1E90FF;
}
.themedtli3 img{
    position: relative;left:3px;top:5px;
	width:10px;
	height:10px;
}
.skijo{
    position: relative;top:-200px;left:20px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.skijomsg{
	margin: 0 200px;
	padding: 0px;
}
.skijomsg span{
    position: relative;top:-20px;
	font-size:25px;
    font-weight: bold;
}
.skijodetail{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}

.skijodtli1{
    display: inline-block;
	width:275px;
	text-align:center;
	vertical-align:top;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
	margin: 10px 0px;

}
.skijodetail ul li ul li img{
	width:275px;
	margin: 0px 0px;
}


.skijodtli2 a{
    text-decoration: none;
}
.skijodtli2{
    text-decoration: none;
    display: block;
    position: relative; top: 0px;
    background-color: #ccc;
	margin: -7px 0px;
    font-size:17px;
    font-weight: bold;
    color:#1E90FF;
}
.sonota{
    position: relative;top:-100px; z-index: 1;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
}
.sonota1{
    position: relative;left:0px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.contact{
    position: relative;top:0px; z-index: 1;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.contactmsg{
	margin: 0 300px;
	padding: 0px;
}
.contactmsg span{
    position: relative;top:-20px;
	font-size:25px;
    font-weight: bold;
}

.contact1{
    position: relative;left:70px;
}
.contact2{
    position: relative;left:10px;
	margin: 10px 10px;
}
.img1{
	width:250px;
}

.orderstep {
	width: 250px;
	margin: 0px 20px;
    font-size: 10px;
}
.orderstep h3{
    min-height: 38px;
    background-color: transparent;
    color: #4C566C;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    font-family: '__Gotham_5';
    font-weight: 700;
    position: relative;
}

.orderstep span{
    color: #a22;
}

.orderstep h4{
    min-height: 38px;
    background-color: transparent;
    color: #4C566C;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    font-family: '__Gotham_5';
    font-weight: 700;
    font-style: italic;
    position: relative;
}
.footer{
}
.footerlink{
    position: relative;top:300px;
}
.copy_r{
    position: relative;top:300px;
}
.tourdetailbtn li{
	display: inline;
}
.button {
    text-decoration: none;
	background-color: #fff;
	border: 2px solid #ff8000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ff8000;
	line-height: 50px;
    width: 100px;
    padding: 8px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button:hover {
	background-color: #ccc;
}

.button2 {
    text-decoration: none;
	background-color: #fff;
	border: 2px solid #59b1eb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #59b1eb;
	line-height: 50px;
	width: 100px;
    padding: 8px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button2:hover {
	background-color: #ddd;
}
.button3 {
    text-decoration: none;
	background-color: #ff8000;
	border: 2px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	line-height: 50px;
    width: 100px;
    padding: 8px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button3:hover {
	background-color: #ccc;
}

.button4 {
    text-decoration: none;
	background-color: #fff;
	border: 2px solid #59b1eb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #59b1eb;
	line-height: 50px;
	width: 100px;
    padding: 8px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button5 {
    text-decoration: none;
	background-color: #ff8000;
	border: 2px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	line-height: 50px;
    width: 100px;
    padding: 8px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button5:hover {
	background-color: #ccc;
}

.button6 {
    text-decoration: none;
	background-color: #0080ff;
	border: 2px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	line-height: 50px;
    width: 100px;
    padding: 8px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button6:hover {
	background-color: #ccc;
}
.button7 {
    text-decoration: none;
	background-color: #ff8000;
	border: 2px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	line-height: 50px;
    width: 100px;
    padding: 4px 15px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button7:hover {
	background-color: #ccc;
}
.button7 img{
    position: relative;left:3px;top:5px;
	width:20px;
	height:20px;
}
.button9 {
    text-decoration: none;
	background-color: #ccc;
	border: 2px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	line-height: 50px;
    width: 100px;
    padding: 4px 15px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}
.button9:hover {
	background-color: #ccc;
}
.button9 img{
    position: relative;left:3px;top:5px;
	width:20px;
	height:20px;
}
.footer {
	font-size: 12px;
	color: #666666;	
	position:relative;top:120px;
    clear: left;
	padding: 30px 30px;
}
.footer ul{
	color:#b4b4b4;
	margin: 0 auto;
    display:table;
}
.footer ul li{
	color : #446303;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray;
	padding-left: 6px;
	padding-right: 4px;
	display: inline;
}
.footer ul li.last {
	border-right-width: 1px;	/*リンク部分の一番右端に表示される線太さ*/
	border-right-style: solid;	/*リンク部分の一番右端に表示される線スタイル*/
	border-right-color: #999999;	/*リンク部分の一番右端に表示される線の色▼*/
	padding-right: 6px;
}
.footer ul li a {
	color: #666666;		/*文字色▼*/
}

.footer ul li a:hover {
	color : #446303;		/*マウスオーバー時の文字色▼*/
}
.copy_r{
	font-size: 11px;
	color: #666666;	
	text-align: center;
}
.pagemenu{z-index: 1;
      position: fixed;
  left: 50%;

}
.pagemenu li{
	background-color: rgba(255,255,255,0.6); 
	display: inline-block;
}
.pagemenu li a {
   text-decoration:none;
   display:block;
   padding: 0px 3px 0px 8px;
   font-size:9px;
   line-height:2.0;
   border-bottom: 1px dotted #999;
   color:#099;
   border:1px solid #D1D1D1;
}
.pagemenu li a:hover {
	color : #446303;		/*マウスオーバー時の文字色▼*/
   background:#c7e9e9 url("img/bg_list.gif");
}
.noribamap {
	text-align:center;
	z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -100px;
  background:#ffaa66;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.noribamap a{
	background:#fff;
	text-decoration:none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
   padding: 0px 3px 0px 8px;
   	font-size:13px;
   	color:#f80;
    font-weight: bold;
}

.noribamap img{
	width:250px;
}
.noribalist{
	text-align:center;
	z-index: 1;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -150px;
  margin-left: -100px;
  background:#ffaa66;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.noribalist img{
	height:22px;
    position: relative;top:2px;
}
.noribalist div a{
	background:#fff;
	text-decoration:none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
   padding: 0px 3px 0px 8px;
   	font-size:13px;
   	color:#f80;
    font-weight: bold;
}

.nlist-t1{
	display: inline-block;
	width:100px;
	background:#FFE4B5;
}
.nlist-t2{
	display: inline-block;
	width:100px;
	background:#0000FF;
   	color:#fff;
    font-weight: bold;
}
.nlist-t3{
	display: inline-block;
	width:100px;
	background:#FF1493;
   	color:#fff;
    font-weight: bold;
}
.nlist-1{
	display: inline-block;
	width:100px;
	background:#FFFACD;
}
.nlist-2{
	display: inline-block;
	width:100px;
	background:	#B0E0E6;
}
.nlist-3{
	display: inline-block;
	width:100px;
	background:#FFC0CB;
}
.nlist-f1{
	display: inline-block;
	width:100px;
	background:#fff;
   	color:#f80;
    font-weight: bold;	
}

.servicedetail {
	z-index: 1;
	text-align:center;
	width:200px;
	font-size:18px;
	background:#fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -152px;
  margin-left: -170px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.servicedetail a{
	background:#f80;
	text-decoration:none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
   padding: 0px 3px 0px 8px;
   	font-size:13px;
   	color:#fff;
    font-weight: bold;
}
.busmapdetail {
	margin: -40px auto;
	z-index: 2;
	padding: 0px;
}
.busmapdetail ul{
	z-index: 2;
	width:900px;
    text-align: center;
	float:left;
	padding: 0px;
}
.busmapdetail li img{
	list-style: none;
	width:260px;
	height:260px;
	float:left;
}
.busmapdetail li a{
	list-style: none;
	width:260px;
	height:260px;
	float:left;
	margin:10px;
}
.headlinenews h2 {
	width:100%;
    background-color: #ff6b9c;
	color: #fff;
    position: relative;top:10px;
	padding: .25em 0 .25em .75em;
    font-weight: bold;
}
.headlinenews h3 {
	font-size: 150%;	/*文字サイズ*/
	color : #446303;		/*文字色▼*/
	line-height: 25px;
	border-left-color : #5c8705;	/*左サイドボーダーカラー▼*/
	border-left-style: solid;	/*左サイドボーダースタイル*/
	border-left-width: 5px;		/*左サイドボーダー幅*/
	margin-bottom: 10px;
	padding-left: 7px;
}
.cancel{
	margin: -40px auto;
	padding: 0px;
}
.infomation{
	margin: -40px auto;
	padding: 0px;
}
.sonota1 iframe {
width: 480px;
height: 395px;
}
.recommend{
    position: relative;top:-200px;left:20px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.recommendmsg{
	margin: 0 200px;
	padding: 0px;
}
.recommendmsg span{
    position: relative;top:-20px;
	font-size:25px;
    font-weight: bold;
}
.recommenddetail{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}

.recommenddtli1{
    display: inline-block;
	width:275px;
	text-align:center;
	vertical-align:top;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
	margin: 10px 0px;

}

.recommenddetail ul li ul li img{
	width:275px;
	margin: 0px 0px;
}


.recommenddtli2 a{
    text-decoration: none;
}
.recommenddtli2{
    text-decoration: none;
    display: block;
    position: relative; top: 0px;
    background-color: #ccc;
	margin: -7px 0px;
    font-size:17px;
    font-weight: bold;
    color:#1E90FF;
}
.box-youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.box-youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}