@charset "UTF-8";
@import url("print.css");

/* 青の洞窟NAVI - サイト全体の基本設定です */

/*--------------------------------------------------------*/
html { overflow-y: scroll; } /* Firefox huck */
body {
	background: #0633AA url(/image/bg.jpg) center top repeat-x;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic" ,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color:#333333;
	font-size: 80%;
	margin: 0 auto;
	line-height: 150%;
	letter-spacing: 0.2px;
	text-align: center;
}

a:link,
a:visited {
	color: #0070AD;
	text-decoration: underline;
	outline:none;
}
a:hover,
a:active {
	color: #0190BF;
	text-decoration: none;
	outline:none;
}

/* リセット */
p,ul,ol,li,form,input,img {
	margin: 0;
	padding: 0;
}
img,fieldset { border: 0; }
ol,ul { list-style: none; }

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/
.clear { clear: both; }

.c-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.c-fix { display: inline-block; }
* html .c-fix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.c-fix { display: block; }

img { vertical-align: bottom; }
img.t { vertical-align: top; }
img.xb { vertical-align: text-bottom; }
img { -ms-interpolation-mode: bicubic; } /* IE huck */

/* 位置調整 */
.left { float: left; }
.right { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/* 区切り線 */
.border {
	background: url(/image/bor_b.gif) left bottom repeat-x;
	line-height: 6px;
}
#contents .border {
	clear: both;
	background: none;
	margin: 0 20px;
	border-bottom: 1px solid #CCCCCC;
}

/* タイトル */
.ttl { margin-bottom: 5px; }

/* 写真 */
img.photo {
	display: block;
	padding: 4px;
	border: 1px solid #B9B9B9;
}

/* 評価 */
p.eval span {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	margin-right: 3px;
}
p.eval img {
	vertical-align: text-bottom;
}

/* 余白 */
div#center .pb0 {
	padding-bottom: 0;
}

/* 表示・非表示 */
.disp { display: block; }
.nodisp { display: none; }


/*--------------------------------------------------------------
テキストスタイル
--------------------------------------------------------------*/
.tb { font-weight: bold; }
.tul { text-decoration: underline; }

/* Color */
.gray { color: #666666; }
.ltgray { color: #999999; }
.brown { color: #9E4D12; }
.dred { color: #CC0000; }
.red { color: #FF0000; }
.pink { color: #F74D9C; }
.orange { color: #FE9322; }
.green { color: #00FF00; }
.blue { color: #0000FF; }
.ltblue { color: #66CCFF; }
.ltbrown { color: #B3A69A; }

/* フォントサイズ */
.fs { font-size: 10px; }

/* 価格 */
.price {
	color: #FF3300;
	font-weight: bold;
}

/* エラーメッセージ */
.error {
	color: #FF0000;
	font-size: 90%;
}

/*--------------------------------------------------------------
wrap
--------------------------------------------------------------*/
div#wrap {
	background: url(/image/bg01.jpg) center top repeat-y;
	width: 900px;
	margin: 0 auto;
}
div#wrapBox {
	background: url(/image/bg02.jpg) center top no-repeat;
	padding-bottom: 5px;
	text-align: left;
}


/*--------------------------------------------------------------
ヘッダ
--------------------------------------------------------------*/
div#header {
	margin: 0 5px 0 14px;
	padding-top: 8px;
}
div#headerBox {
	width: 560px;
	color: #666666;
	margin-top: 18px;
	line-height: 120%;
}
div#header h1 {
	font-weight: normal;
}
/* IEhack */ * html div#header { margin: 0 0 0 21px }


/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
div.box {
	margin: 0 14px;
}
/* IEhack */ * html div.box { margin: 0;padding: 0 3px 0 21px; }
div.bx-l { background: url(/image/bg_l.gif) left top repeat-y; }
div.bx-r { background: url(/image/bg_r.gif) right top repeat-y; }
div.bx-r p,div.bx-r ul { padding:0 20px; }
div.bx-f { background: url(/image/bg_f.gif) left bottom no-repeat;text-align: right;padding-top: 7px;line-height: 12px; }

/* パンくずリスト */
p#topicpath {
	padding: 8px 0 11px 0;
}
p#topicpath a {
	text-decoration: underline;
}

/* ページ送り */
div#page-footer {
	font-size: 12px;
	margin: 15px 0 10px 0;
	padding: 7px 3px 7px 3px;
	line-height: 12px;
	border-top: 1px solid #B9B9B9;
}
p#pageList {
	color: #666666;
}
p#pageList a { text-decoration: none; }
p#pageList strong { color: #000000; }


/*--------------------------------------------------------------
メニュー
--------------------------------------------------------------*/
/* Menu */
ul#menu {
	margin: 10px 14px;
	border-bottom: 6px solid #0089CD;
}
/* IEhack */ * html ul#menu { width: 872px;margin: 10px 0 10px 21px; }
ul#menu li {
	float: left;
}
ul#menu li a {
	display: block;
	background: url(/image/menu.gif) no-repeat;
	height: 27px;
	margin-right: 4px;
	text-indent: -999em;
	/* outline: none; */
}
ul#menu li.menui07 a {
	margin-right: 0;
}

/* Menu Link */
ul#menu li.menui00 a {
	background-position: 0 0;
	width: 72px;
}
ul#menu li.menui01 a {
	background-position: -76px 0;
	width: 100px;
}
ul#menu li.menui02 a {
	background-position: -180px 0;
	width: 98px;
}
ul#menu li.menui03 a {
	background-position: -282px 0;
	width: 92px;
}
ul#menu li.menui04 a {
	background-position: -378px 0;
	width: 135px;
}
ul#menu li.menui05 a {
	background-position: -517px 0;
	width: 174px;
}
ul#menu li.menui06 a {
	background-position: -695px 0;
	width: 72px;
}
ul#menu li.menui07 a {
	background-position: -771px 0;
	width: 98px;
}
ul#menu li.menui08 a {
	background-position: -873px 0;
	width: 79px;
}
ul#menu li.menui09 a {
	background-position: -956px 0;
	width: 90px;
}

/* on */
ul#menu li.menui00 a.on { background-position: 0 -32px; }
ul#menu li.menui01 a.on { background-position: -76px -32px; }
ul#menu li.menui02 a.on { background-position: -180px -32px; }
ul#menu li.menui03 a.on { background-position: -282px -32px; }
ul#menu li.menui04 a.on { background-position: -378px -32px; }
ul#menu li.menui05 a.on { background-position: -517px -32px; }
ul#menu li.menui06 a.on { background-position: -695px -32px; }
ul#menu li.menui07 a.on { background-position: -771px -32px; }
ul#menu li.menui08 a.on { background-position: -873px -32px; }
ul#menu li.menui09 a.on { background-position: -956px -32px; }

/*--------------------------------------------------------------
ニュース
--------------------------------------------------------------*/
div#news ul {
	margin: 7px 0 0 10px;
	padding: 0 5px;
}
div#news h2 {
width:140px;
height:41px;
position:relative;
font-size:12px;
/*HideMacIE¥*/
overflow:hidden;
/**/
}
div#news h2 span {
display:block;
width:100%;
height:100%;
background:url(/image/top/ttl_new.gif) no-repeat;
position:absolute;
top:0;
left:0;
}
div#news ul li {
	background: url(/image/icon/gray.gif) left center no-repeat;
	margin-bottom: 3px;
	padding: 0 0 5px 10px;
	line-height: 9px;	
}
div#news ul li img {
	vertical-align: text-bottom;
}

/* Event Coupon */
div#announce {
	width: 584px;
	margin-top: 10px;
}
div#announce h2 {
width:140px;
height:41px;
position:relative;
font-size:12px;
/*HideMacIE¥*/
overflow:hidden;
/**/
}
div#announce h2 span {
display:block;
width:100%;
height:100%;
background:url(/image/top/ttl_coupon.gif) no-repeat;
position:absolute;
top:0;
left:0;
}
div#announce a {
	float: left;
	display: block;
	background: url(/image/top/bg_new.gif) left top no-repeat;
	width: 138px;
	height: 164px;
	font-size: 11px;
	color: #973404;
	margin-left: 8px;
	line-height: 120%;
	overflow: hidden;
	text-decoration: none;
}
/* IEhack */ * html div#announce { width: 446px;margin-right: 4px; }
div#announce a span {
	display: block;
	margin: 15px 9px;
}
div#announce a span img {
	margin-bottom: 4px;
}


/*--------------------------------------------------------------
店舗情報
--------------------------------------------------------------*/
dl#sInfo {
	width: 214px;
	margin: 10px 6px 10px 13px;
	line-height: 120%;
}
dl#sInfo dt {
	clear: both;
	float: left;
	width: 65px;
	margin: 0 0 6px 0;
	padding: 0;
}
dl#sInfo dd {
	width: 140px;
	margin: 0 0 6px 70px;
	padding: 0;
}
dl#sInfo dd img {
	margin: 0 7px 0 0;
	vertical-align: middle;
}


/*--------------------------------------------------------------
ツアー
--------------------------------------------------------------*/
/* 注目のツアー */
div#puTour .item02 {
/*	background: url(/image/bor_hb.gif) left top repeat-y;
	float: right;
	width: 280px;
	margin: 0 18px 0 0;
	padding: 1px 0 0 12px;*/
	padding: 0 30px;
}
div#puTour .item02 h2 {
	font-weight: normal;
	margin-bottom: 8px;
}
div#puTour .item02 img {
	float: left;
	margin: 2px 5px 8px 0;
}

/* ツアーリスト */
div#tour h2,div#tour .price { font-size: 130%;font-weight: bold;letter-spacing: 0; }
div#tour h2 a { margin-right: 5px; }
div#tour h2 img {
	padding-left: 2px;
	vertical-align: middle;
}
div#tour ul.icon {
	margin-bottom: 8px;
}
div#tour .price {
	margin-bottom: 5px;
}
div.tour {
	clear: both;
	background: #E1F3FF url(/image/bg_bog.gif) left top repeat;
	margin: 3px 0 10px 0;
	padding: 10px 8px;
}
div.tour a:link,
div.tour a:visited {
	color: #0066cc;
	text-decoration: underline;
}
div.tour .right { width: 442px; }
div.tour p {
	line-height: 130%;
}
div.tour .text div.button {
	float: right;
}

/* キーワードで探す */
div#sKeywordBox {
	padding: 0 11px 15px 11px;
	line-height: 160%;
}

/* 人気ワード */
div#popWord ul {
	margin: 0 11px 10px 11px;
}
div#popWord li {
	background: url(/image/icon/gray.gif) left center no-repeat;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 12px;
}

/* カテゴリ */
div#tour p#spot {
	background: url(/image/icon/bg_spot.gif) left center no-repeat;
	font-size: 170%;
	font-weight: bold;
	margin: 10px 0 12px 0;
	padding: 0 0 0 8px;
	line-height: 120%;
}
/*
ul#tourCate {
	margin: 0 0 3px 0;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D2D2D2;
}
ul#tourCate li {
	float: left;
	background: url(/image/icon/cat.gif) left center no-repeat;	
	margin: 0 0 0 13px;
	padding: 0 0 0 15px;
	white-space: nowrap;
}
ul#tourCate li a {
	text-decoration: none;
}
*/

/* 並べ替え */
ul#listTab {
	background: url(/image/bor_g.gif) 0 25% repeat-x;
	font-size: 12px;
	line-height: 12px;
}
ul#listTab li {
	float: left;
	margin: 16px 7px 0 0;
	padding-right: 6px;
	border-right: 1px solid #999999;
}
ul#listTab li.on {
	margin: 0px 3px 0 0;
	padding-right: 0px;
	border-right: none;
}
ul#listTab li a {
	margin-right: 3px;
}
ul#listTab li.on a {
	display: block;
	background: url(/image/tab_on.gif) left top no-repeat;
	width: 106px;
	height: 39px;
	color: #0070AD;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 31px;
	letter-spacing: 0;
	overflow: hidden;
}

/* プランアイコン */
ul.p-icon,div.button { margin-top: 10px; }
ul.p-icon li {
	display: inline;
}


/*--------------------------------------------------------------
タグ
--------------------------------------------------------------*/
p#tag { font-size: 120%; }
ul.tag-box {
	background: #E1F3FF url(/image/bg_bog.gif) left top repeat;
	margin: 10px 1px 3px 1px;
	padding: 1px 7px;
}
ul.tag-box li {
	display: inline;
	line-height: 140%;
	word-break: break-all;
	word-wrap: break-word;
}
ul.tag-box a {
	margin-right: 4px
}
ul.tag-box a:link,
ul.tag-box a:visited {
	color: #0066cc;
	text-decoration: underline;
}
/*
ul.tag-box li.t1 { font-size: 100%; }
ul.tag-box li.t2 { font-size: 120%; }
ul.tag-box li.t3 { font-size: 150%; font-weight: bold; }
ul.tag-box li.t4 { font-size: 180%; font-weight: bold; }
*/


/*--------------------------------------------------------------
クチコミ
--------------------------------------------------------------*/
div#review #page-footer { margin-right: 23px; }

div#reviewBox { padding: 5px 23px 0 46px; }
div#review .shop,div#review .plan { background-color: #FFFFFF; }
div#commentImg {
	background: url(/image/shop/img/bg_comment.gif) left bottom repeat-x;
}
div#comment {
	background: #E1F3FF url(/image/bg_bog.gif) left top repeat;
	margin-bottom: 7px;
}
div#reviewBox div#comment { margin-right: 23px; }
div#review .shop,div#review .plan {
	margin: 0 7px 8px 7px;
	padding: 10px;
}
div#comment .commentBox .text img {
	margin-bottom: 10px;
}
div#comment .commentBox .text {
	background: url(/image/bor_g.gif) left bottom repeat-x;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

/* 評価ボックス */
div#reviewAll_Box {
	margin: 0 15px;
}
div#reviewAll_Box h2,div#reviewAll_Box h3 {
	width: 340px;
	color: #006666;
	line-height: 140%;
	font-weight: normal;
}
div#reviewAll_Box p.eval { padding-top: 5px; }

/* ボックス内部 */
div.commentBox { clear: both; }
div#comment h4 {
	font-size: 130%;
	padding: 2px 8px 12px 6px;
}
div#comment h5 {
	padding: 2px 8px 4px 6px;
}
div#comment .name {
	line-height: 180%;
}
div#comment .text {
	clear: both;
}
div#comment .text img {
	margin-left: 15px;
}
div#comment .resBtn {
	width: 60%;
	padding-bottom: 10px;
}
div#comment .gray {
	clear: both;
}
div#comment .gray img {
	vertical-align: middle;
}

/* ショップ用クチコミ */
div#comment .shop h4 { color: #01ADB8; }
div#comment .shop h5 { color: #01ADB8; }

/* ツアー用クチコミ */
div#comment .plan h4 { color: #ED4B9F; }
div#comment .plan h5 { color: #ED4B9F; }

div#comment .repo {
	background: url(/image/icon/blue.gif) left center no-repeat;
	margin-top: 7px;
	padding-left: 12px;
}
div#comment .date {
	margin-bottom: 8px;
	padding: 5px 0;
}

/* 返信 */
div#comment .resBox {
	margin-left: 20px;
	padding: 5px 0 0 0;
}
div#comment .resBox .text {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* 投稿 */
.reviewForm {
	margin: 25px 10px 15px 35px;
	padding: 10px 15px 15px 15px;
	border: 1px dashed #B9B9B9;
}
div#review form .ttl {
	margin: 5px 0 20px 0;
}
div#comment .reviewForm {
	padding: 10px 20px 15px 20px;
}
.reviewForm .ar {
	background-color: inherit;
	font-size: 80%;
	color: #777777;
}
.reviewForm dl {
	text-align: left;
	margin: 0 auto 5px auto;
}
.reviewForm dt {
	clear: both;
	float: left;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	margin: 0 0 0 0;
}
.reviewForm dd {
	margin: 0 0 0 0;
}
.reviewForm dd input {
	width: 200px;
	margin-right: 10px;
	vertical-align: middle;
}
.reviewForm dd input.t { width: 350px; }
.reviewForm dd input.fi { width: 300px; }
.reviewForm dd textarea { width: 520px;height: 200px; }

.reviewForm .er{
	font-size: 80%;
	color: #ff0000;
    clear:both;
    padding:0 0 7px 81px;
}


/*--------------------------------------------------------------
フッタ
--------------------------------------------------------------*/
div#footer {
	margin-top: 34px;
	padding-bottom: 16px;
}
/* IEhack */ * html div#footer { margin-right: 21px; }
div#footer ul#navi {
	color: #0070AD;
	margin: 0 3px 7px 3px;
}
div#footer ul#navi li {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 4px;
	white-space: nowrap;
	border-right: 1px solid #CCC;
}
div#footer ul#navi li.end {
    border-right: none;
}
div#footer ul#navi li a {
	padding: 0 4px;
}
div#footer ul#navi li.r a {
	padding: 0;
}

/**/

/* IEhack */ * html div#footer { margin-right: 21px; }
div#footer ul.link {
	color: #0070AD;
	margin: 0 3px 7px 3px;
}
div#footer ul.link li {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 4px;
	white-space: nowrap;
	border-right: 1px solid #CCC;
}
div#footer ul.link li.end {
    border-right: none;
}
div#footer ul.link li a {
	padding: 0 4px;
}
div#footer ul.link li.r a {
	padding: 0;
}

/* Sponsor */
ul#sponsor {
	margin: 0 auto;
	padding-top: 14px;
	border-top: 2px solid #CCCCCC;
}
/* IEhack */ * html ul#sponsor { width: 872px;margin: 0; }
ul#sponsor li {
	display: inline;
	margin-right: 8px;
}
div#footer ul#sponsor li.r {
	margin-right: 0;
}


