@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}

.slicknav_menu {
	display:none;
}
/*Media Queries*/
@media screen and (max-width: 740px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	/* コピーライト */
.copyright {margin: 0;
	color: #2e78ff;
	text-align: center;
	font-size: 11px}
/*table*/
.price {
	text-align: center
}
.price table {
width: 100%;
border: 1px #000000;
border-collapse: collapse;
}

.price td {
border: 1px #000000 solid;
text-align: center;
vertical-align: middle;
}

.pt01 {
background-color:#cccccc;
font-size:12px;
}
.pt02 {
background-color:#ffffff;
font-size:12px;
}
.pt03 {
background-color:#eeeeee;
font-size:12px;
}
.pp01 {
background-color:#fff;
font-size:12px;
}
/*googlemap*/
.google {
position: relative;
padding-bottom: 75%; /*これが縦横比*/
height: 0;
overflow: hidden;
}
.google iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

}