@charset "utf-8";

/**___________ 全体 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(/image/bg.png) repeat-x fixed;
	color: #333333;
	font-size: small;
}
#WRAP {
	width:1000px;
	margin:0 auto;
	color: #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align: left;
}
ul {
	margin: 0;
	padding: 0;
}

/** a */
a {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #CC6633;
	/*color: #CC3300;*/
	text-decoration: underline;
}

/** ____ ナビゲーションリンク ____ */

a.navi {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:hover,
a.navi:active,
a.navi:focus {
	color: #E5E5E5;
	text-decoration: underline;
}

/** h2 a */
h2 a,
h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:hover,
h2 a:active,
h2 a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
a.image:hover {
	text-decoration: none;
}


/**___________ 【ヘッダー】 ___________ */
div#h1 {
	background-color: #91807D;
	margin: 0;
	padding: 0;
}
h1 {
	text-align: left;
	width: 1000px;
	font-size:12px;
	color:  #FFFFFF;
	font-weight: normal;
	margin:0 auto;
	padding: 2px 0 2px 0px;
}
#HEADER {
	width: 1000px;
	height: 70px;
	background: url(../image/header.png) no-repeat;
	position: relative;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#BANNER-full {
		position: relative;
	top: 5px;
	left: 310px;
	width: 468px;
	height: 60px;
}
#HEADER-menu {
	width: 200px;
	margin: 5px;
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
	font-size: 110%;
}
#HEADER-menu a {
	display: block;
}


/**___________ 【ナビゲーション】 ___________ */

#MENU {
	width: 1000px;
	height: 32px;
	background: url(../image/menu_bg.png) no-repeat;
	float:left;
	margin: 0;
}

#tab a {
		background: url(../image/tab_l.png) no-repeat top left;
	height: 32px;
	float: left;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tab a span {
		background: url(../image/tab_r.png) no-repeat top right;
	margin: 0;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	height: 11px;
}
#tab a span {
		float: none;
}
#tab a:hover {
		background-position: left -32px;
}
#tab a:hover span {
		background-position: 100% -32px;
}

.margin-left-10 {
		margin-left: 10px;
}

/**___________ 【メイン】 ___________ */
#MAIN {
			 position: relative;
}
#MAIN-padding {
	margin: 0;
	padding: 5px 10px;
}

/**___________ 【コンテンツ（中央）】 ___________ */
#CONTENTS {
	width:600px;
		float:right;
		margin-right: 125px;
		padding: 0 4px 0 0;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	background: url(../image/h2.png) no-repeat;
	padding: 10px 0 8px 15px;
	margin: 0;
	height: 32px;
}

#CONTENTS h3 {
	font-size:14px;
	color: #333333;
	background: url(../image/h3.png) no-repeat;
	padding: 10px 0 8px 15px;
	margin: 0;
}

#CONTENTS h4 {
	font-size:14px;
	color: #333333;
	background: url(../image/h4.png) no-repeat;
	padding: 10px 0 8px 25px;
	margin: 0;
}

#CONTENTS h5 {
	font-size:12px;
	color: #333333;
	background: url(../image/h5.png) no-repeat;
	padding: 4px 0 4px 15px;
	margin: 0;
	font-weight: normal;
}

.ue {
		 text-align: right;
	 font-size: 11px;
	 margin: 0;
}

.pagetop {
	text-align: right;
	clear: both;
	font-size: 11px;
	margin-top: 10px;
	background: url(../image/ico_pagetop01.gif) no-repeat right center;
}

.kodawari {
		margin: 3px;
	float: left;
}
.footer_link_cloud {
	clear: left;
	margin: 1ex 0;
	font-size: small;
	text-align: center;
}
.footer_link_cloud a {
	display: inline-block;
	margin: 0 0.25em;
	line-height: 1.2;
	padding: 0;
	font-size: x-small;
}

/**___________ 【地図・ツイッター】 ___________ */

table.maptwitter-ta {
		width: 600px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.cl-t {
		width: 360px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.cr-t {
		width: 239px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

div.cl-midashi {
		background: url(../image/cl_midashi.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 37px;
}
div.cr-midashi {
		background: url(../image/cr_midashi.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 239px;
	height: 37px;
}

p.cl-txt {
		font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 15px 0 0 25px;
	font-weight: bold;
}
p.cr-txt {
		font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 15px 0 0 25px;
	font-weight: bold;
}

div.cl-f {
		background: url(../image/cl_fotter.png) no-repeat center bottom;
	margin: -1px;
	padding: 0;
	width: 360px;
	height: 443px;
}
div.cr-f {
		background: url(../image/cr_fotter.png) no-repeat center bottom;
	margin: -1px 0 0 -1px;
	padding: 0;
	width: 239px;
	height: 443px;
}

div.c-map {
		margin: 0;
	padding: 0 16px;
}

div.map-padding {
		margin: 0;
	padding: 0 0 0 16px;
}

div.c-twitter {
		margin: 0;
	padding: 12px;
}

div.tw-overflow {
		width: 212px;
	height: 430px;
	margin: 0 0 0 14px;
	overflow: auto;
}

div.tw-group {
		width: 168px;
	margin: 0;
	padding: 13px;
}

p.tw-txt {
		font-size: 11px;
	color: #333333;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

li.cl-listmark {
		background: url(../image/map_listmark.png) no-repeat;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0 0 3px 12px;
	list-style-type: none;
}

li.contents-list {
		list-style-type: none;
	background: url(../image/li_contents-list.png) no-repeat;
	font-size: 12px;
	display: inline;
	float: left;
	margin: 10px;
	padding: 0 0 0 20px;
}

#affiliate_in_contents, #recommended {
	margin-top: 5px;
	clear: both;
}
#affiliate_in_contents .affiliate_in_contents_block {
	/*display: inline-block;*/
	width: 130px;
	margin: 0 5px;
	text-align: center;
	font-size: x-small;
	/*vertical-align: top;*/
	float: left;
}

/**___________ 【左カラム】 ___________ */
#SIDE-left {
	width:234px;
	float:left;
}
#SIDE-left h2 {
	font-size:14px;
	color: #FFFFFF;
	background: url(../image/side_h2-l.png) no-repeat;
	margin: 0;
	padding: 10px 0 8px 15px;
}
.side-f-l {
	background: url(../image/side-f-l.png) no-repeat center bottom;
	margin: -4px 0 10px 0;
	padding: 8px 8px 10px 8px;
}
li.list-left {
		list-style-type: none;
	background: url(../image/aicon01.png) no-repeat 0 2px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 0 0 0 17px;
}

/**___________ 【ショップランキング設定】 ___________ */

div.side-rank {
		margin: 0;
}

.shop-txt {
		font-size: 11px;
	margin: 0 0 6px 0;
	padding: 4px 0 6px 17px;
	color: #333333;
	list-style-type: none;
}

li.side-l-rank01 {
		list-style-type: none;
	background: url(../image/side_li-rank01.png) no-repeat;
	font-size: 12px;
	margin: 0 0 0 90px;
	padding: 3px 0 3px 25px;
}

li.side-l-rank02 {
		list-style-type: none;
	background: url(../image/side_li-rank02.png) no-repeat;
	font-size: 12px;
	margin: 0 0 0 90px;
	padding: 3px 0 3px 25px;
}

li.side-l-rank03 {
		list-style-type: none;
	background: url(../image/side_li-rank03.png) no-repeat;
	font-size: 12px;
	margin: 0 0 0 90px;
	padding: 3px 0 3px 25px;
}

.side-rank-txt {
		list-style-type: none;
	margin: 0 0 0 90px;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
}

/**___________ 【左カラム空室検索フォーム設定】 ___________ */
.form-title {
		font-size: 12px;
		border-bottom: dashed 1px;
	margin: 0.5ex 0;
	padding: 0;
	position: relative;
}
.form-select {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.form-select select {
	text-align: right;
}
.form-select .full-line {
	min-width: 85%;
}
.form-check {
		font-size: 12px;
	margin: 0.5ex 0 0.5ex 1em;
	padding: 0;
}

/**___________ 【右カラム】 ___________ */
#SIDE-right {
	width: 120px;
		padding: 5px 6px 0 0;
		position: absolute;
		right: 0px;
		top: 0px;
}
#SIDE-right h2 {
	font-size:14px;
	color: #FFFFFF;
	background: url(../image/side_h2-r.png) no-repeat;
	margin: 0;
	padding: 10px 0 8px 15px;
}

/**___________ 【フッター】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../image/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #91807D;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/**___________ clear（float解除時に＜br /＞に使う） ___________ */
.clear {
	clear:both;
}

/** ____ テキスト（文字装飾・文字サイズ） ____ */
em {
	font-style: normal;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f10 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}

/** ____ テキスト配置 ____ */
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}

/** ____ 画像配置 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}

/** 宿泊施設リスト */
.hotel_list_catchcopy {
	font-size: medium;
	margin: 0 1em 1ex 1ex;
	padding: 0;
	font-weight: bold;
}
.hotel_list_description {
		font-size: small;
	margin: 0 1em 1ex 1em;
	padding: 0;
}

/** Pager */
p.page-number {
		font-size: 12px;
	text-align: center;
	margin: 15px 0 3px 0;
	padding: 0;
}


/** 左カラム「こだわり」 */

li.kodawari01 {
		background: url(/image/side_kodawari01.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari02 {
		background: url(/image/side_kodawari02.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari03 {
		background: url(/image/side_kodawari03.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari04 {
		background: url(/image/side_kodawari04.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari05 {
		background: url(/image/side_kodawari05.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari06 {
		background: url(/image/side_kodawari06.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari07 {
		background: url(/image/side_kodawari07.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari08 {
		background: url(/image/side_kodawari08.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari09 {
		background: url(/image/side_kodawari09.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari10 {
		background: url(/image/side_kodawari10.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari11 {
		background: url(/image/side_kodawari11.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari12 {
		background: url(/image/side_kodawari12.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari13 {
		background: url(/image/side_kodawari13.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari14 {
		background: url(/image/side_kodawari14.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari15 {
		background: url(/image/side_kodawari15.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}

li.kodawari16 {
		background: url(/image/side_kodawari16.png) no-repeat 0 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 35px;
}


/** 口コミ */

div.onsen_index_region_box {
		float: left;
	width: 300px;
	margin: 5px 0 0 0;
	padding: 0;
}

.kc-midashi {
		background: url(/image/kc-midashi.png) no-repeat center top;
	width: 298px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.kc-fotter {
		background: url(/image/kc_f.png) no-repeat center bottom;
	margin: 0;
	padding: 6px 0 6px 0;
	width: 298px;
	height: 125px;
}

.k-midashi-txt {
		font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 0 0 25px;
	font-weight: bold;
}

.kc-area-midashi {
		background: url(/image/area_midashi.png) no-repeat;
	margin: 8px;
	padding: 4px 0 4px 20px;
	font-size: 12px;
	color: #333333;
}

.kc-area-txt {
		margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
}

/**  「人気のある温泉」 */
#index_onsen_list_recommended {
	text-align: center;
}
#index_onsen_list_recommended a {
	font-size: small;
	display: inline-block;
	padding: 0 1ex;
	margin: 0.5ex -0.5px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}


/** 宿個別詳細 */
div.waku-l {
		display: block;
	width: 298px;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}
div.hotel_detail_picture {
		display: block;
	width: 70%;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

div.waku-r {
		display: block;
	width: 298px;
	float: left;
	margin: 3px 0 0 2px;
	padding: 0;
}
div.hotel_detail_ads_line {
		display: block;
	width: 28%;
	float: right;
	margin: 3px 0 0 2px;
	padding: 0;
}

div.waku-l-photo {
		margin: 2px;
	float: left;
	font-size: small;
}

table.end-ta {
		width: 600px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin: 3px 0 0 0;
	padding: 0;
}

td.end-td-l {
		border: 1px solid #999999;
	background-color: #E8E8E8;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 150px;
}

td.end-td-r {
		border: 1px solid #999999;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td.end-yoyaku-title {
	border: 1px solid #999999;
	background-color: #EFD8D8;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td.end-td-l-yoyaku {
	border: 1px solid #999999;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td.end-td-yoyaku {
	border: transparent;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 95px;
	text-align: center;
}

p.end-txt {
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 5px;
}

.detail_title_address {
	margin-right: 1em;
	font-size: 90%;
}


/** 左サイドバー 都道府県リスト */
#side-left-prefecture-list ul, #side-left-prefecture-list li {
	list-style: none;
	font-size: small;
}
#side-left-prefecture-list > ul > li ul {
	display:none;
	position:absolute;
}
#side-left-prefecture-list > ul > li:hover > a {
	background-color:#f60;
	display: block;
	width: 12em;
}
#side-left-prefecture-list > ul > li:hover ul {
	display: block;
	margin-left: 4em;
	background-color:#fa0;
	margin-top: -1ex;
	width: 12em;
}
#side-left-prefecture-list > ul > li li {
	float:none;
	display:list-item;
}
#side-left-prefecture-list li a {
	display: block;
	/*boxの扱いの差が出るのでpaddingは使わない*/
	text-indent:0.3em;
	line-height:1.8em;
	/*color:#fff;*/
	/*background-color: #666;*/
	text-decoration:none;
}
#side-left-prefecture-list li a:hover {
	color:#fff;
	/*background-color:#fff;*/
	text-decoration: underline;
}

.jtb-infomation {
	width: 100px;
	height: 20px;
	float: right;
	margin-top: -3px;
	margin-right: 1em;
}

.company {
	margin: auto;
	border: solid 2px #222;
	font-size: small;
}
.company td {
	border-bottom: solid 1px #333;
	padding: 1ex 1em;
}
.company-td-l {
	text-align: right;
}
.company-td-r li {
	list-style-position: inside;
}