
body {
	line-height:1;
	margin:0;
	font-size:16px;hotelcoco
	line-height:1.4em;
	background: #6e132b; /** ホテルイメージによって背景色（または画像）を設定 **/

}

.contents_outer {
	margin:5px;
	padding:5px 2px;
	background: #6e132b; /** ホテルイメージによって背景色（または画像）を設定**/
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #fcf5c1; /**　ボーダー（横線）の色の設定 **/
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
	margin-top:0px;
}

.pc_only {
	display:none;
}

.menu li {
	padding:10px 2px;
	line-height:1.4em;
	border-bottom:solid 1px #6e132b; /**　bodyの背景色と同色を設定 **/
	background: #fcf5c1; /**　メニューバーの背景色の設定 **/
	border-radius: 4px; /** 角丸 **/
	-webkit-border-radius:5px;
}

.menu li a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(153,153,153,0.40); /** iPhone用タップ時の色設定 **/
    display: block;
    text-decoration:none;
	text-shadow: 5px 5px 5px #cccccc; /** 影付き 文字の影の色設定**/ 
	font-size:17px;
	color: #592400; /**　メニューの文字色の設定 **/
	padding-left:3px;
	width:100%;
}

input, select {
    vertical-align:middle;
}

/*****************************************************/

.topic li {
	padding:10px 2px;
	line-height:1.4em;
	border-bottom:solid 1px #6e132b; /**　bodyの背景色と同色を設定 **/
	background: #fcf5c1; /**　TOP NEWの背景色の設定 **/
	border-radius: 4px; /** 角丸 **/
	-webkit-border-radius:5px;
}

.topic li a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(51,51,51,0.40); /** iPhone用タップ時の色設定 **/
    display: block;
    text-decoration:none;
	text-shadow: 5px 5px 5px #999999; /** 影付き 文字の影の色設定 **/
	font-size:17px;
	color: #592400 /**　TOP NEWの文字色の設定 **/
	padding-left:3px;
	width:100%;
}

a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(153,153,153,0.40); /** iPhone用タップ時の色設定 **/
    text-decoration:none;
	font-size:17px;
	color: #592400; /**リンクの文字色の設定 **/
	width:100%;

}

.link1 li {
	padding:10px 2px;
	line-height:1.4em;
	border-bottom:solid 1px #6e132b; /**　bodyの背景色と同色を設定 **/
	background: #fcf5c1; /** リンクのバーの背景色設定 **/
	border-radius: 4px; /** 角丸 **/
	-webkit-border-radius:5px;
}

.link1 li a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(153,153,153,0.40); /** iPhone用タップ時の色設定 **/
    display: block;
    text-decoration:none;
	text-shadow: 5px 5px 5px #cccccc; /** 影付き 文字の影の色設定 **/
	font-size:17px;
	color: #592400; /** リンク文字色の設定 **/
	padding-left:3px;
	width:100%;
}
.link li {
	padding:10px 2px;
	line-height:1.4em;
	border-bottom:solid 1px #fcf5c1; /** ボーダーの色設定 **/
}

.link li a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(153,153,153,0.40); /** iPhone用タップ時の色設定 **/
    display: block;
    text-decoration:none;
	font-size:17px;
	color: #ffffff; /**　リンク文字色の設定 **/
	width:100%;
}

.link1 img{
	border:solid 2px #fcf4c0; /*画像枠の色*/
}


.subtitle {
	background:url() #fcf4c0; /** 各ページの見出項目の背景色 **/
	color :#430213; /** 各ページの見出し文字色 **/
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
	margin-bottom:2px;
	padding:5px;
	text-align:center;
	border-radius: 4px; /** 角丸 **/
	text-shadow: 5px 5px 5px #999999; /** 影付き 文字の影の色設定 **/
	-webkit-border-radius:5px;
}

.title {
	background:url() #52071b; /**Top Menu の背景色の設定 **/
	border:1px solid #fcf4c0; /**Top Menu 囲み色の設定 **/
	color: #ffffff; /**Top Menu 文字色の設定 **/
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	border-radius: 4px; /** 角丸 **/
	text-shadow: 5px 5px 5px #999999; /** 影付き 文字の影の色設定 **/
	-webkit-border-radius:5px;
}

.accessmap {
 width:50%;
}

.roomtype {
	background:url();
	color: #ffffff; /** 各ランク名称の文字色の設定 **/
	font-weight:bold;
	font-size:17px;
	margin-top:10px;
	padding:5px;
	text-align:center;
}

.roomlist ul {
}

.roomlist li {
	float:left;
	width:90px;
	margin:2px 2px 2px 5px;
	text-align:center;
	border-bottom:solid 0px #CCCCCC;
}

.roomlist li a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(153,153,153,0.40); /** iPhone用タップ時の色設定 **/
	display: block;
 	text-decoration:none;
	font-size:17px;
	color: #ffffff; /** 各部屋番号のリンクの文字色の設定 **/
	padding-left:3px;
}

.roomlist img {
	width:90px;
}

.emptyroomlist ul {
}

.emptyroomlist li {
	background:url() #ffffff; /*
	float:left;
	width:23%;
	height:30px;
	line-height:1.8em;
	margin:2px 2px 2px 5px;
	text-align:center;
	border-bottom:solid 0px #CCCCCC;
	border-radius: 4px; /** 角丸 **/
	-webkit-border-radius:5px;
	color: #000000; /** 全室達成など部屋一覧の文字色の設定 **/

}

.emptyroomlist li a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(153,153,153,0.40); /** iPhone用タップ時の色設定 **/
    display: block;
    text-decoration:none;
	font-size:25px;
	color: #000000; /** 空室情報部屋一覧の文字色の設定 **/
	padding-left:3px;
}

.emptyallroomlist ul {
}

.emptyallroomlist li {
	background:url() #ffffff;
	float:left;
	width:23%;
	height:60px;
	line-height:1.8em;
	margin:2px 2px 2px 5px;
	text-align:center;
	border-bottom:solid 0px #CCCCCC;
	border-radius: 4px; /** 角丸 **/
	-webkit-border-radius:5px;

}

.emptyallroomlist li a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(153,153,153,0.40);
    display: block;
    text-decoration:none;
	font-size:25px;
	color:#000000;
	padding-left:3px;
}

.roomdetail img {
	width:100%;
}

.center {
	text-align:center;
}

/* 入力フォームなど */
.form_radio{
    width:20px;
    height:20px;
    color: #555555;
    font-size:16px;
    margin:8px 2px;
}

.form_button10{
    width:100px;
    height:40px;
    color: #555555;
    font-size:24px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_button15{
    width:150px;
    height:40px;
    color: #555555;
    font-size:24px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_button20{
    width:200px;
    height:40px;
    color: #555555;
    font-size:24px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_button25{
    width:250px;
    height:40px;
    color: #555555;
    font-size:24px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_text5{
    width:50px;
    height:30px;
    color: #555555;
    font-size:16px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_text7{
    width:70px;
    height:30px;
    color: #555555;
    font-size:20px;
    margin:8px 2px;
}

.form_text10{
    width:100px;
    height:30px;
    color: #555555;
    font-size:16px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_text15{
    width:150px;
    height:30px;
    color: #555555;
    font-size:16px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_text20{
    width:200px;
    height:30px;
    color: #555555;
    font-size:16px;
    vertical-align:-0.5em;
    margin:8px 2px;
}

.form_select7{
    width:70px;
    height:30px;
    color: #555555;
    font-size:20px;
    margin:8px 2px;
}

.form_select10{
    width:100px;
    height:30px;
    color: #555555;
    font-size:20px;
    margin:8px 2px;
}

/**　ここから下部は　PC版のcontents.cssをコピーしてください　**/

/* 全ページ共通 テーブルの罫線、背景色、テキスト */
.hyouyou_bgcolor{
	background-color:#52071B;
}
.hyouyou_bordercolor{
	background-color:#FCF4C0;
}

.hyouyou_text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 160%;
	color: #35010F;
}

/* 全ページ共通　本文タイトルバー */
.honbuntitlebar_left {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FCF4C0;
	background-color:#52071B;
}

.honbuntitlebar_linecolor{
	background-color: #52071B;
	height: 16px;
}

.honbuntatitlebar_text{
	background-color: #52071B;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #FCF4C0;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #ffffff;
}

/* 全ページ共通　サブタイトルバー */
.subtitlebar_basecolor{
	background-color: #FCF4C0;
	border: none;
	height: 18px;
}
.subtitlebar_linecolor{
	background-color:#52071B;
	border: none;
	height: 18px;
}

.subtitle_text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #592400;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: none;
}

/* 全ページ共通　タイトルバー */
.titlebar {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #663333;
	background-color:#ffffff;
}

/* 全ページ共通　本文、テキスト部分 */
.honbun {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 160%;
	color: #ffffff;
	letter-spacing: 1px;
}

.honbun_margin{
 margin-left:10px;
}

.honbun2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 17px;
	line-height: 160%;
	color: #000000;
	letter-spacing: 1px;
	background-color:#ffffff;

}