﻿@charset "utf-8";

body {
	background-color: #FFFFFF;
	width: 600px;
	margin: 0 auto;
}

#contents {
	width: auto !important;
}

h3 {
	background-position: 0px 15px;
	width: 530px;
	height: 30px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 16px;
	color: #996600;
	display: block;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-top: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url('../room/h3_back.gif');
	background-repeat: no-repeat;
	text-align: left;
}

.left,
.right {
	float: left;
	display: inline;
	width: 250px;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 16px;
	margin-left: 40px;
	text-align: center;
	margin-top: 30px;
	color: #000;
}

.right:after {
	/* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
}

.window_close {
	text-align: center;
}

/* floor_guide.htmlのCSS */
#floor_guide {
	text-align: center;
}

/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/
.click_sp {
	display: none;
}

/*スマホ用表示*/
@media screen and (max-width: 750px) {

	body {
		width: 100%;
		box-sizing: border-box;
	}

	h3 {
		background-position: 0px 15px;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		font-size: medium;
		margin-bottom: 1em;
		margin: 0;
		padding: 1em;
		background-image: url('../room/h3_back.gif');
		background-repeat: no-repeat;
		text-align: left;
	}

	.left,
	.right {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.left img,
	.right img {
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}

	.right:after {
		/* for Modern Browser */
		content: ".";
		display: block;
		clear: both;
		height: 0px;
		visibility: hidden;
		font-size: 0;
	}

	.click_pc {
		display: none;
	}

	.click_sp {
		display: block;
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 1em;
		color: #000;
	}

	/* floor_guide.htmlのCSS */
	#floor_guide {
		width: 100%;
	}

	#floor_guide img {
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}

}