@charset "utf-8";

/*  ------------------------------------------
	Description:	CSS file for screen media
	Filename:		import.css
	Version:		1.00
-------------------------------------------------------------- */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
*{zoom: 1;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-size: 75%;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 1em;
	margin-bottom: 10px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	outline: none;
}

/* =Fonts
-------------------------------------------------------------- */
body, input, textarea{ font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; }
input[type=submit] { font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; }
pre { font-family: "Courier 10 Pitch", Courier, monospace;}
code { font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; }


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	color: #000;
}
input,
textarea {
	color: #333;
}
hr {
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 60px;
	border-bottom: 1px dotted #ccc;
}

/* Text elements */
p {	margin-bottom: 18px;}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {	list-style: upper-alpha;}
ol ol ol {	list-style: lower-roman;}
ol ol ol ol {	list-style: lower-alpha;}
ul ul,
ol ol,
ul ol,
ol ul {	margin-bottom: 0;}
dl {	margin: 0 0 24px 0;}
dt {	font-weight: bold;}
dd {	margin-bottom: 10px;}
th,
td {
	padding: 10px 15px;
	text-align: left;
}


strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: normal;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a,
a:link,
a:visited  {
	color: #999;
	cursor: hand;
	cursor: pointer;
	outline: none;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #fff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}



/* Extension CSS
-------------------------------------------------------------*/

/* 文字サイズ */
.fs08 {font-size: .75em;}
.fs09 {font-size: .9em;}
.fs11 {font-size: 1.1em;}
.fs12 {font-size: 1.2em;}
.fs13 {font-size: 1.3em;}
.fs14 {font-size: 1.4em;}
.fs15 {font-size: 1.5em;}
.fs20 {font-size: 2.0em;}
.fs24b {font-size: 2.4em; font-weight:bold; line-height:1em;}
.fs40b {font-size: 4.0em; font-weight:bold; line-height:1em;}

/* 文字寄せ */
.TaL{text-align: left !important}
.TaR{text-align: right !important}
.TaC{text-align: center !important}

/* 画像回りこみ */
#main .imgFR {float: right; padding: 0 10px 0 20px;}
#main .imgFR2 {float: right; padding: 0 0px 0 20px;}
#main .imgFR3 {float: right; padding: 0 ;}
#main .imgFL {float: left; padding: 0 20px 0 10px;}
#main .imgFL2 {float: left; padding: 0 20px 0 0px;}
#main .imgFL3 {float: left; padding: 0;}

/* カラー */
.blue {color: #676baa;}
.red {color: red;}
.grey {color: #cbcbcb;}

/* マージン */
.M0		{margin: 0}
.M5		{margin: 5px}
.M10	{margin: 10px;}
.M15	{margin: 15px;}
.M20	{margin: 20px;}

.MB0	{margin-bottom: 0 !important}
.MB5	{margin-bottom: 5px !important}
.MB10	{margin-bottom: 10px !important}
.MB15	{margin-bottom: 15px !important}
.MB20	{margin-bottom: 20px !important}
.MB25	{margin-bottom: 25px !important}
.MB30	{margin-bottom: 30px !important}
.MB40	{margin-bottom: 40px !important}
.MB50	{margin-bottom: 50px !important}
.MB60	{margin-bottom: 60px !important}
.MB70	{margin-bottom: 70px !important}
.MB80	{margin-bottom: 80px !important}
.MB90	{margin-bottom: 90px !important}
.MB100	{margin-bottom: 100px !important}

.ML10	{margin-left: 10px;}
.MR06	{margin-right: 6px;}
.MR10	{margin-right: 10px;}

.MLR5	{margin:0 5px;}

/* パディング */
.P0		{padding: 0}
.P5		{padding: 5px}
.P10	{padding: 10px;}
.P15	{padding: 15px;}
.P20	{padding: 20px;}

.PB0	{padding-bittom: 0}
.PB5	{padding-bittom: 5px}
.PB10	{padding-bittom: 10px;}
.PB15	{padding-bittom: 15px;}
.PB20	{padding-bittom: 20px;}

.PL10	{padding-left: 10px;}
.PR10	{padding-right: 10px;}
.PR20	{padding-right: 20px;}
.PR30	{padding-right: 30px;}

.PLR5	{padding-left: 5px;padding-right: 5px;}
.PLR10	{padding-left: 10px;padding-right: 10px;}
.PLR15	{padding-left: 15px;padding-right: 15px;}
.PLR20	{padding-left: 20px;padding-right: 20px;}
.PLR25	{padding-left: 25px;padding-right: 25px;}


.W-381{width:381px;}
.W-640{width:640px;}

/* 回り込み */
.F-Right{float:right;}
.F-Left{float:left;}
.ClearBoth {clear:both;width: 100%;}

/* 注意書き */
.cautionSmall {font-size: .9em;}
.caption{
	clear: both;
	text-align: right;
	font-size: .8em;
	margin: 10px 0 20px;
}


/* =common css
-------------------------------------------------------------- */
body{
	background: #fff;
	position: relative;
}

#wrapper{
	float: left;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}

#header,
#key,
#footer{
	float: left;
	width: 100%;
}

#container{
	display: block;
	clear: none;
	width: 910px;
	padding: 0 16px 20px;
	margin: 0 auto;
}

#main{
	float: left;
	clear: none;
	width: 968px;
	min-height:592px;
	padding-top: 20px;
}




/* header CSS 
-------------------------------------------------------------- */
#header {
	height: 141px;
	background: left top repeat-x url(../images/common/bg-head.png);
}
#header .inner{
	display: block;
	clear: both;
	width: 919px;
	height: 61px;
	padding: 14px 0px 10px 0px;
	margin: 0 auto;
	}
	/*logo area*/
	#siteLogo,
	#siteLogo a{
		float: left;
		width: 155px;
		height: 50px;
	}
	/*header Menu area*/
	#hMenu{
		float: right;
		width: 666px;
		height: 54px;
		overflow: hidden;
		margin: 0;
		list-style: none;
		text-align: right;
		}
		#hMenu li{
			display: inline;
			padding-left: 7px;
}


#headInfo{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 95px;
	border-bottom: 1px solid #fff;
	background: #000;
	background: rgba(0,0,0,0.8);
	}
	#headInfo .inner{
		display: block;
		clear: both;
		width: 919px;
		height: 95px;
		padding: 0 12px 0 0;
		margin: 0 auto;
		}
		#headInfo .inner h3{
			float: left;
			width: 155px;
			height: 54px;
			padding: 20px 0 0 20px
			}
			#headInfo .inner h3 a{
				float: left;
				width: 155px;
				height: 54px;
				padding: 0;
				overflow: hidden;
				text-indent:-9999em;
				background: url(../images/common/logo2.png) no-repeat;
	}
	#headInfo .pagetop{
		float: right;
		width: 132px;
		height: 23px;
		margin-bottom: 12px;
	}
	
	/*header Menu area2*/
	#hMenu2{
		float: right;
		width: 700px;
		height: 41px;
		overflow: hidden;
		margin: 0;
		list-style: none;
		text-align: right;
		}
		#hMenu2 li.hMenuShiryo{
			float: right;
			width: 132px;
			height: 33px;
			padding-left: 4px;
		}
		#hMenu2 li.hMenuTel{
			float: right;
			width: 0;
			height: 41px;
			padding-left: 335px;
			overflow: hidden;
			background: left -4px no-repeat url(../images/common/tel2.png);
}

/* Navigation CSS
-------------------------------------------------------------- */
#gNav{
	display: block;
	clear: none;
	width: 948px;
	height: 56px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
	#gNav li,
	#gNav li a{
		float: left;
		clear: none;
		height: 56px;
		overflow: hidden;
		background: left top no-repeat url(../images/common/gnav.png);
		}
		#gNav li a{
			text-indent: -9999em;
	}
	#gNav li.gNav01 a { background-position: 0px 0px; width: 190px;}
	#gNav li.gNav02 a { background-position: -190px 0px; width: 190px;}
	#gNav li.gNav03 a { background-position: -379px 0px; width: 189px;}
	#gNav li.gNav04 a { background-position: -568px 0px; width: 189px;}
	#gNav li.gNav05 a { background-position: -758px 0px; width: 190px;
	}
	#gNav li.gNav01 { background-position: 0px -56px; width: 190px;}
	#gNav li.gNav02 { background-position: -190px -56px; width: 190px;}
	#gNav li.gNav03 { background-position: -379px -56px; width: 189px;}
	#gNav li.gNav04 { background-position: -568px -56px; width: 189px;}
	#gNav li.gNav05 { background-position: -758px -56px; width: 190px;
	}
	#gNav li.gNav01.on a { background-position: 0px -56px; width: 190px;}
	#gNav li.gNav02.on a { background-position: -190px -56px; width: 190px;}
	#gNav li.gNav03.on a { background-position: -379px -56px; width: 189px;}
	#gNav li.gNav04.on a { background-position: -568px -56px; width: 189px;}
	#gNav li.gNav05.on a { background-position: -758px -56px; width: 190px;}



/* breadcrumb CSS 
-------------------------------------------------------------- */

#breadcrumb{
	float: left;
	width: 100%;
	height: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	list-style: none;
	}
	#breadcrumb li{
		display: inline;
	}
	#breadcrumb li.first{
		padding-left: 0px;
		background: none;
}



/* /index.html CSS
-------------------------------------------------------------- */
#key{
	height: 523px;
	text-align: center;
	background: url(../images/index/main-head.jpg) bottom repeat-x #fff;
	overflow: hidden;
}

.indexTitle{
	float: left;
	width: 910px;
	height: 43px;
	background:url(../images/common/title-bg.gif);
	margin-bottom: 0;
	position: relative;
}

.indexTitle h2 {
	float: left;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	margin: 7px 0 0 24px;
}

h2.heading02{
	color:#05213b;
}

.h2_mds{
	background: #8f0000;
	float: left;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	padding: 10px;
	width: 895px;
}
.h2_mds p{
	margin: 0 0 0 10px;
	border-left: 5px solid #C9BC9C;
	padding-left: 10px;
}

.h3_mds{
	font-size:1.4em;
	font-weight:bold;
	padding: 0;
	margin: 0;
}

.h3_mds:before{
	content: "■";
	color: #1a1e45;
}

.h4_mds{
	font-size:1.2em;
	font-weight:bold;
	padding: 8px 0 0 0;
	margin: 0;
}

.h4_mds:before{
	content: "・";
	color: #1a1e45;
}


#indexContent {
	float: left;
	color:#333;
	width: 830px;
	border:20px solid #efefef;
	padding: 20px 20px 20px 20px;
	margin-bottom:30px;
	font-size: 1.1em;
	line-height: 1.8;
	clear:both;
}


#indexContent2 {
	float: left;
	color:#333;
	width: 910px;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom:60px;
}



/* roomtype CSS
-------------------------------------------------------------- */
#roomtypebox{
	float:left;
	width:400px;
	padding:0;
	margin:0 6px 0 6px;
	}

.shousaibt{
	border:0;
	text-decoration:none;
	padding: 5px 0 0 0;
	margin: 0;
	clear:both;
	}
	
	
	
/* equipment CSS
-------------------------------------------------------------- */	
	
#equipment{
	padding: 0;
	margin: 0;
	word-wrap: break-word;
	}
	
#equipmentname {
	padding: 0;
	margin: 0 0 5px 0;
	width: 198px;
	word-wrap: break-word;
	}

#equipment ul.thumbnail { list-style-type: none; }
ul.thumbnail li {
 float: left;
 margin: 0 5px 8px 4px;
}
#equipment ul.thumbnail li img {
 border: 0;
 width: 198px;
 height: 145px;
}
#equipment ul.thumbnail li a { display: block; }

#equipment .clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
#equipment .clearfix { display: inline-block; }

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* location CSS
-------------------------------------------------------------- */

#location {
	width: 960px;
	margin: 0;
	}
#location .inner {
	width: 960px;
	margin: 0;
}

#location #gmap {width:830px; height:300px; margin:0 auto; padding:0; overflow:hidden; border:0;}

#mapContainer {width:830px; height:300px;}
#mapContainer td {vertical-align:top;}
#mapContainer td.colL {width:600px; height:300px;}
#mapContainer td.colR {width:230px; height:300px;}
#mapContainer td.colR #searchParking {width:230px; height:40px; margin:20px}
#mapContainer td.colR #searchParking #address {width:120px;}
#mapContainer td.colR #parkinglist {width:230px; height:300px; margin:0 0 0 20px; border:solid 1px #CCCCCC; overflow-x:hidden;}
#mapContainer td.colR #parkinglist #resultItems {width:100%;}
#mapContainer td.colR #parkinglist #resultItems td {text-align:left; padding:8px 8px 8px 10px; background:#ffffff;}
#mapContainer td.colR #parkinglist #resultItems td a {text-decoration:none;}
#mapContainer td.colR #parkinglist #resultItems td.on {background:#f7f7f7;}

#locationname {
	padding: 0;
	margin: 0 0 5px 0;
	width: 198px;
	word-wrap: break-word;
	}

ul.thumbnail { list-style-type: none; }
ul.thumbnail li {
 float: left;
 margin: 0 13px 13px 0;
}

ul.thumbnail li:nth-child(4n) {
 margin: 0 0 13px 0;
}

ul.thumbnail li img {
 border: 0;
 width: 230px;
}
ul.thumbnail li a { display: block; }

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
#location .clearfix { display: inline-block; }

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



/* largebanner CSS
-------------------------------------------------------------- */

#largebanner {
	width: 910px;
	height: 80px;
	padding: 0 0 10px 0;
	}
	
	
	
	
/* outline CSS
-------------------------------------------------------------- */	

.outline{
	margin-top:20px;
	}

table.outline-tb {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

table.outline-tb th {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 5px 10px;
	background: #f9f7f3;
}

table.outline-tb td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 5px 10px;
}

.bt-left{
	float: left;
	width:450px;
	text-align:center;
	}
	
.bt-right{
	float: right;
	width:450px;
	text-align:center;
	}



/* footer CSS
-------------------------------------------------------------- */
#footer{
	padding-top: 2em;
	background: #dcdddd;
	overflow: hidden;
	border-top: solid 5px #000000;
}
#footer .inner{
	clear: none;
	width: 942px;
	height: 110px;
	margin: 0 auto;
	padding: 0 10px 33px 10px;
	_padding: 0 10px 30px 10px;
}
#footer .copy{
	background: #000000;
	clear: none;
	text-align: center;
	padding: 10px;
	color:#FFFFFF;
	border-top: solid 1px #655341;
}

ul#fNav{
	float: right;
	width: 640px;
	margin: 0;
	list-style: none;
	text-align: right;
	}
	ul#fNav li{
		display: inline;
		padding: 0 5px;
		}
		ul#fNav li a{
			padding-left: 15px;
			text-decoration: none;
			color: #000;
			background: left top no-repeat url(../images/common/foot-arrow.png);
		}
		ul#fNav li a:hover{ text-decoration: underline;
}

#footLogo{
	float: left;
	clear: left;
	width: 252px;
	height: 72px;
	margin: 0;
}

#footer #bnrJasdaq{
	float: left;
	clear: none;
	width: 162px;
	height: 43px;
	margin: 0;
}

#footer address{
	float: right;
	width: 380px;
	margin: 12px 0 0 0;
	text-align: right;
	font-style: normal;
	color: #fff;
}


/* Clearfix Module
-------------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/* =Print Style
-------------------------------------------------------------- */

@media print {
	img{
		display: none;
	}
}


.manshitsu{background:#ff0000; border-radius:10px; font-size:180%; font-weight:bold; color:#ffff00; text-align:center;}


.main-pic{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: url(../images/index/back_keyvisual.jpg) no-repeat center;
}

.web-bnr{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background:url("../images/index/bg_obi.png");
}

.room{
	width: 960px;
	margin-bottom:6em;
	clear: both;
}

.room_m{
	float: left;
	width: 300px;
	padding-right:60px;
}

.room_m p{
margin: .5em 0;
    text-align: right;
}

.room_pic{
	width: 600px;
	padding-left: 360px;
}
.room_pic ul,li{
	margin: 0;
	padding: 0;
}

.room_pic li{
	list-style: none;
	float: left;
}

.room_pic li:nth-child(1),.room_pic li:nth-child(2),.room_pic li:nth-child(4),.room_pic li:nth-child(5){
	padding-right: 6px;
}

.room .btn{}

.room .btn_detail a{
	margin-bottom: 40px;
}

.btn_detail{
	text-align: center;
	margin-bottom: 40px;
}

.btn_detail a{
	background: #195980;
	padding: 10px 100px;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: center;
}

div.box1{
	background: #dee3e7;
	color: #000;
}

div.box2{
	background: #fff;
	color:#454545;
}

div.box3{
	background: #dee3e7;
	color:#000;
}

div.box4{
	background: #fff;
color:#333333;
}

div.box5{
	background: #dee3e7;
color:#454545;
}


div.box1-inner,div.box2-inner,div.box3-inner,div.box4-inner,div.box5-inner{
	width: 960px;
	margin: 0 auto;
	padding: 4em 0;
}

div.box1 h2,div.box2 h2,div.box3 h2,div.box4 h2,div.box5 h2{
	font-size: 3em;
	text-align: center;
	font-weight: normal;
	margin:0 0 .5em 0;
}

div.box1 h2 span,div.box2 h2 span,div.box3 h2 span,div.box4 h2 span,div.box5 h2 span{
	font-size: .5em;
}

div.box1 h3{
	position: relative;
  padding: 0 65px;
  text-align: center;
	font-size:2em;
	font-weight:400;
}

div.box1 h3::before{
	position: absolute;
  top: calc(50% - 1px);
  left: 10%;
  width: 80%;
  height: 2px;
  content: '';
  background: #000;
}

div.box1 h3 span{
	position: relative;
  padding: 0 1em;
  background: #dee3e7;
}

.pic_madori ul,li{list-style: none;margin: 0;padding: 0;}
.pic_madori li{
	float: left;
	text-align: center;
	width: 310px;
	margin-bottom:4em;
}

.pic_madori li:nth-child(1), .pic_madori li:nth-child(2){
	padding-right:15px;
}

.box_comment .comment p{
	position: relative;
	display: block;
 	margin: 0 0 0 15px;
	padding: 20px 20px;
 	max-width: 100%;
 	color: #222;
	font-size: 16px;
	background: #fff;
	font-size: 1.1em;
}
.box_comment .comment p:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 20px solid #fff;
}
.box_comment .comment{
	padding-left: 160px;
}

.box_comment .comment span{ 
	margin-left: 25px;
}

.box_comment .ttl_rcm{
	float:left;
	width: 160px;
	padding: 20px 15px 15px 15px;
	font-size:1.2em;
}

.box_comment{
margin-bottom: 1em;
background:#094f8f;
color:#fff;
}

.box_icon img {
    margin: .2em;
}

.outline-tb td{
	background: #fff;
}
