/* CSS Document */

#main {
	font-family: "Sawarabi Gothic"
}

@media (min-width:641px){

#main {
	font-family: "Sawarabi Gothic"
}

#main #main_title img {
	width:100%;
	text-align: center;
}

 p.c_copy {
 	/*width:1000px;*/
	margin:auto;
	text-align: center;
	margin-bottom:40px;
}

#main section {
	margin-bottom: 80px;
}
#main section h2 {
	/*margin-bottom:50px;*/
	margin-bottom:20px;
	text-align: center;
}
#main div.inner {
	width:1000px;
	margin:auto;	
}
#main div.inner img {
	width:100%;
}
ul.game {
	width:930px;
	margin:auto;
}
ul.game li {
	width:170px;
	height:220px;
	float: left;
	margin-right: 20px;
}
ul.game li:nth-child(even) {
	margin-top:20px;
}
ul.game li:last-child {
	margin-right: 0;
}
ul.fac_room li {
	width:480px;
	/*float: left;*/
	display:inline-block;
	margin-right: 30px;
	margin-bottom:30px;
	vertical-align: top;
	/*letter-spacing: -5em;*/
}
ul.fac_room li img {
	width:100%;
}
ul.fac_room li:nth-child(even) {
	margin-right: 0;
}
ul.fac_room li p{
	width:468px;
	margin-left: 12px;
	margin-top:5px;
	letter-spacing: normal;
	line-height: 1.5;
	font-size: 14px;
}
table tr th {
	width:215px;
	background-color: #ddd4c3;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
	border-right: 5px solid rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);	
	font-weight: normal;
	box-sizing:border-box;
	padding:10px;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1.2px;
}
table tr td {
	width:780px;
	background-color: #e6e8db;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
	border-bottom: 5px solid rgba(0,0,0,0);	
	box-sizing:border-box;
	padding:10px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1.2px;
}

table tr th.last , table tr td.last {
	border-bottom:none;
}

}/*end for_pc*/


@media screen and (max-width:640px){

#main section { margin-bottom:10vw;}
#main section h2 { margin-bottom:5vw;}
.container_sp { width:93vw;	margin:auto;}
#main div.inner {width:100%; margin:auto;}
p.c_copy { width:93vw;	margin:auto; text-align: left; font-size: 3.7vw;}
ul.game {
	width:100%;
	margin:auto;
	text-align: center;
	font-size: 0;
}
ul.game li {
	width:30%;
	height:auto;
	float: none;
	margin-right: 2vw;
	display: inline-block;
	vertical-align: middle;
}
ul.game li:nth-child(even) {
	margin-top:0;
}
ul.game li:nth-child(2) {
	margin-top:5vh;
	margin-bottom: 2vw;
}
ul.game li:nth-child(3n) {
	margin-right: 0;
}

/*月物語の詳細*/
#p2 ul {
	width:89vw;
	margin:auto;
}
ul.fac_room li {
	width:43.7vw;
	display:inline-block;
	margin-right:1.6vw;
	margin-bottom:2.5vw;
	vertical-align:top;
}
ul.fac_room li:nth-child(even) {
	margin-right:0;
}
ul.fac_room li p{
	width:100%;
	margin-left: 0;
	padding-left: 0.5vw;
	font-size:3.7vw;
}

/*館内詳細*/
#main section#p3 h2 { 
	margin-bottom:2vw;
}
#p3 dl dt , #p3 dl dd {
	font-size: 3.7vw;
	padding-left:1.5vw;
	padding-right:1.5vw;
	line-height: 1.5;
	margin-bottom: 1.5vw;	
}
#p3 dl dt { 
	background-color: #ddd4c3;
}
#p3 dl dd {
	background-color: #E6E8DB;
}

}/*end for_sp*/

