﻿@charset "utf-8";

@media screen and (max-width:768px){

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 COMMON

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Yu Gothic','Hiragino Kaku Gothic',Sans-serif;
	background: #EEE;
	}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
a img { border: 0;}
ul,li { list-style: none;}
table,th,td {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	text-align: left;
	}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	}
.pc { display: none; }
img {
	width: 100%;
	height: auto;
	}
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

nav {
	float: left;
	width: 100%;
	margin-bottom: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	}
.mod_nav {
	height: auto;
	background: #000;
	}
.mod_nav p.navtitle {
	cursor: pointer;
	display: block;
	line-height: 45px;
	color: #FFF;
	padding: 0 0 0 50px;
	font-size: 110%;
	font-weight: bold;
	background: transparent url('../images/bg_menu.gif') 9px 9px no-repeat;
	}
.mod_nav ul {
	width: 100%;
	display: none;
	}
.mod_nav ul li {
	float: none;
	width: 99%;
	padding: 2% 0% 1% 2%;
	text-align: left;
	background: #000;
	border-top: 1px dashed #999;
	}
.mod_nav ul li a {
	color: #FFF;
	text-decoration: none;
	}
.mod_nav ul li img {
	display: none;
	}

/* HEADER */

header {
	width: 100%;
	margin: 0 auto;
	margin: 100px auto 60px auto;
	text-align: center;
}
header h1 {	
	width: 90%;
	margin: 20px auto;
}
header h1 img {	
	width: 100%;
	height: auto;
}
p.catch {
	font-size: 1.4em;
	font-weight: bold;
}
p.subttl {letter-spacing: 0.1em;}
section.main {
	width: 100%;
	height: auto;
}


/* 共通項目 */

section#room,section#outline,section#equipment,section#plan,section#photos {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
section#room h2 img,section#outline h2 img,section#access h2 img,section#equipment h2 img,section#plan h2 img,section#photos h2 img,footer h2 img {
	width: 100%;
	height: auto;
}
p.subttl {
	font-size: 0.8em;
	text-align: center;
}

/* AVAILABLE ROOM */

section#room h2 {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
section#room ul {
	width: 100%;
	margin: 20px 0;
}
section#room li {
	width: 40%;
	height: auto;
	background: #666;
	display: inline-block;
	letter-spacing:normal;
	margin: 5px 0 0 5%;
	text-align: center;
}
section#room li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
section#room li a:hover {
	text-decoration: underline;
}
section#room li span {}

/* OUTLINE */

section#outline h2 {
	width: 22%;
	height: auto;
	margin: 0 auto;
}
section#outline table {
	width: 90%;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.8em;
	margin: 20px auto;
}
section#outline table th {
	width: 100px;
	padding: 0.3em 1.0em;
	border-right: 1px dashed #999;
	border-bottom: 1px solid #999;
}
section#outline table td {
	padding: 0.3em 1.0em;
	border-bottom: 1px solid #999;
}

/* ACCESS */

section#access h2 {
	width: 23%;
	height: auto;
	margin: 0 auto;
}
section#access {
	width: 100%;
	height: auto;
	margin: 100px auto 0 auto;
}
section#access iframe {
	width: 100%;
	height: 300px;
	border: 0;
	display: block;
	margin: 40px auto 0 auto;
}

/* EQUIPMENT */

section#equipment h2 {
	width: 30%;
	height: auto;
	margin: 0 auto;
}
section#equipment ul {
	width: 90%;
	list-style: none;
	margin: 40px auto 0 auto;
}
section#equipment ul li {
	font-size: 0.8em;
	margin-bottom: 10px;
}
section#equipment ul li img {
	width: 10%;
	height: auto;
	vertical-align: middle;
}


/* PHOTOS */

section#photos h2 {
	width: 20%;
	height: auto;
	margin: 0 auto;
}
section#photos ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 20px auto 0 auto;
}
section#photos ul li {
	width: 20%;
	height: 60px;
	overflow: hidden;
	display: inline-block;
	letter-spacing:normal;
	margin: 0 2% 10px 2%;
}
section#photos ul li img {
	width: 100%;
	height: auto;
}


/* FOOTER */

footer {
	width: 100%;
	background: #090909;
	color: #FFF;
	padding: 40px 0;
	margin: 40px 0 0 0;
}
footer h2 {
	width: 24%;
	height: auto;
	margin: 0 auto;
}
footer p {
	font-size: 0.75em;
	text-align: center;
	color: #FFF;
}
footer p a {
	color: #FFF;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}
p.pm {margin-top: 20px;}
p.number {
	font-size: 2.0em;
	font-weight: bold;
}
div.chukai {
	width: 80%;
	height: auto;
	margin: 20px auto;
}
div.chukai img {
	width: 100%;
	height: auto;
}


}/*ここまで*/
