@charset "UTF-8";

::-moz-selection {
background-color: #91D8f7;
color: #fff;
}
::selection {
	background-color: #91D8f7;
	color: #fff;
}
a {
	outline: 0;
	color: #335FAC;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
	position: relative;
	top: 1px;
}
.clearfix {
	clear: both;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
p + h3, ol + h2, p + h2, table + h2, table + h3, ul + h3, ul + h2, ol + h2, ol + h3, div + h3, h3 + h3, div + h2, section + h2 {
	clear: both;
	margin-top: 1.5em;
}

/*------------------------------------*\
  基本
\*------------------------------------*/
html { overflow-y: scroll; } /* CSS3でスクロールバーを常に表示 */
body {
	color: #333;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 87.5%;
	line-height: 180%;
	min-width: 980px; /*横スクロールで内容が消えないように*/
	background: #fff url(../img/bg.jpg);
	padding:0;
	margin:0;
}
img {
	border: none;
	vertical-align: bottom; /* IEでの画像の下の余白を無くす*/
	-ms-interpolation-mode: bicubic; /* IEでサムネイルを小さくしてもきれいに見える*/
}

h1 {
	padding: 0px;
	margin: 0;
}
h2 {
	padding: 0px;
	margin: 0px;
}
h3 {
	padding: 0px;
	margin: 0px;
}

p {
	margin:0px 0px 5px;
	padding: 0 0px 0 0px;
	line-height: 180%;
	text-align: justify;
	text-justify: auto;
}
small {
	font-size: 0.85em;
	line-height: 130%;
	font-weight: normal;
}
#header .readCopy {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*-------------------------------------------------
定義リスト
-------------------------------------------------*/
dl {
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0;
}
dd p {
	margin-bottom: 10px;
}
/*-------------------------------------------------
UL/OL
-------------------------------------------------*/
ul {
	list-style: none;
}

/*** 番号リスト ***/
ol {
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
	margin: 0 0 20px 0;
}
ol li {
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:2px 8px;
	position: relative;
}
ol li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
    position:absolute;
	top:0;
	left:-2em;
	width:2em;
	padding:0px 0;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

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

画像

-------------------------------------------------*/
figure {
	margin: 0;
}
/*画像*/
.imgL, .imgR {
	clear: both;
	margin: 0px 20px 50px;
	padding: 5px 0px 0px;
	overflow: hidden;
}
.imgR p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	margin: 0 0 0 16px;
	padding: 0;
}
.imgL p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	margin: 0;
	padding: 0 16px 0px 0;
}
.imgL img {
	float: left;
	padding: 0;
	margin: 5px 20px 0 16px;
	display:inline;
}
.imgR img {
	float: right;
	padding: 0;
	margin: 5px 16px 0 20px;
	display:inline;
}
.imgL figure img {
	float: left;
	padding: 0px;
	margin: 0px 20px;
	display:inline;
}
.imgR figure img {
	float: right;
	margin: 5px 0px 15px 20px;
	padding: 0px;
	display:inline;
}
.imgL div {
	padding: 0px;
	margin: 0px 20px 15px 0px;
	width: 644px;
	float: left;
	display: inline;
}
.imgR div {
	padding: 0px;
	margin: 0px 0px 15px 20px;
	width: 644px;
	text-align: right;
	float: right;
	display: inline;
}
.imgL div img {
	margin: 0px;
}

/*-------------------------------------------------
レイアウト用
-------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 900px;
	text-align: center;
}
section {
	margin-bottom: 40px;
}
#totop {
	bottom: 50px;
	position: fixed;
	height: 80px;
	width: 80px;
	right: 100px;
}
.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
/*2列カラム*/
.twoColumnArea {
	margin: 0 0 0 -20px;
	position: relative; /*IE6ネガティブマージン*/
}
.twoColumnArea div {
	width: 460px;
	float: left;
	margin: 0 0 0 20px;
	display:inline; /*IE6マージン2倍防止*/
}
/*3列カラム*/
.threeColumnArea {
	margin: 0 0 0 -20px;
	position: relative; /*IE6ネガティブマージン*/
}
.threeColumnArea div, .threeColumnArea section {
	width: 210px;
	float: left;
	margin: 0 0 0 20px; /*IE6マージン2倍防止*/
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
/*4列カラム*/
.fourColumnArea {
	margin: 0 0 0 0px;
}
#facilityList .fourColumnArea, #hotelList .fourColumnArea {
	background: url(../img/jigoku/bg.gif);
	overflow: hidden;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
}

/*-------------------------------------------------
装飾
-------------------------------------------------*/
strong {
	font-weight: bold;
	color: #BF1D20;
}
.column {
	border: 1px solid #E2DFD9;
	padding: 20px 40px;
	background: #FFF;
	margin-bottom: 30px;
	clear: both;
	height: 100%;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
}
hr {
	border:0;
	height: 12px;
	background:url(../img/hr.gif) no-repeat 0px 0px;
	clear: both;
	margin: 20px auto;
	width: 940px;
}

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

header

-------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto 0px;
	padding: 0px 0;
	background: url(../img/headerBg.jpg) repeat-x;
	height: 68px;
	text-align: center;
}

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

影・角丸

-------------------------------------------------*/
.boxShadow {
	-moz-box-shadow: 0px 1px 2px #CCC; /* 影 */
	-webkit-box-shadow: 0px 1px 2px #CCC; /* 影 */
	-o-box-shadow: 0px 1px 2px #CCC; /* 影 */
	-ms-box-shadow: 0px 1px 2px #CCC; /* 影 */
	box-shadow: 0px 1px 2px #CCC; /* 影 */
	/*behavior: url(https://www.jalan.net/jalan/doc/news/button/0360099401/PIE.htc); IE */
	position:relative; /* PIEを動作させるために追加 */
}
.radius {
	-webkit-border-radius: 5px; /* 角丸 */
	-moz-border-radius: 5px; /* 角丸 */
	border-radius: 5px; /* 角丸 */
	/*behavior: url(https://www.jalan.net/jalan/doc/news/button/0360099401/PIE.htc); IE */
	position:relative; /* PIEを動作させるために追加 */
	overflow: hidden;
}

/*-------------------------------------------------
footer
-------------------------------------------------*/
#footerArea {
	background: #FFF;
	width: 100%;
}
#footer {
	clear: both;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 30px;
	padding: 0px;
}
#footer #footer_logo {
	margin: 0 auto 20px;
	width: 178px;
	text-align: center;
}
#footer .footerHotel {
	margin: 0px 0px 0px 5px;
	float: left;
	width: 155px;
	font-size: 0.9em;
	line-height: 130%;
	text-align: left;
}
#footer_logo img {
	margin-bottom: 10px;
}

/*-------------------------------------------------
table
-------------------------------------------------*/
table {
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
th {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	background: #c8d1d3;
	border-bottom: 1px solid #CCC;
	line-height: 1.4;
}
td {
	padding: 12px;
	background: #fff;
	border-bottom: 1px solid #CCC;
	line-height: 1.4;
}
tr:last-child th {
	border-style: none;

} 
tr:last-child td {
	border-style: none;
}
caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0px;
	color: #335FAC;
}


/*	dl.data
----------------------------------------------------*/
.data{
	width: 180px;
	background: #FAF6EF;
	padding: 10px 10px;
	font-size: 1.1rem;
	font-size: 11px;
	overflow: hidden;
}
.data dt{
	display: none;
}
.data dd{
	margin: 0 5px 0 0;
	float: left;
	line-height: 1.5;
	
	*float: none;
} 
/*	icn
----------------------------------------------------*/
i.icn-contact,
i.icn-address,
i.icn-price,
i.icn-parking,
i.icn-access,
i.icn-time,
i.icn-holiday{
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin: 0 2px 0px 0;
	overflow: hidden;
	background: url(../img/icn_jalan_bl.gif) no-repeat 0 0;
	vertical-align: middle;

	*display: inline;
	*zoom: 1;
}
i.icn-contact{	background-position: -24px -12px;}
i.icn-address{	background-position: -24px 0;}
i.icn-price{	background-position: -12px -12px;}
i.icn-parking{	background-position: -12px -24px;}
i.icn-access{	background-position: 0 -24px;}
i.icn-holiday{	background-position: 0 -12px;}
i.icn-time{	background-position: -12px 0;}


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

PR企画

-------------------------------------------------*/
p.pr {
	margin-top: 20px;
}
p.pr small {
	border: 1px solid #666;
	color: #666;
	display: inline;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 4px 12px 4px 14px;
	position: relative;
	float: none;
	margin: 40px auto 5px -40px;
	left: 50%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
