/* 全体 */
* {
	margin:0; padding:0; 
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, Osaka, sans-serif;
} 
body {
	text-align: center;
	background-color: #ffffff;
}

/* ヘッダー */
header {
	color: #000000;
	margin-bottom: 40px;
}
header h1 { 
	padding-top: 100px;
	font-size: 80px;
}
header p { 
	font-size: 16px;
}

/* メニュー */
.menu ul {
	list-style: none;
	margin-bottom: 60px;
}
.menu li {
	display: inline-block;
	margin: 30px 15px;
	padding: 5px 10px 2px 10px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 2px;
}
.menu li a {
	color: #000000;
}
.menu li a:hover {
    color: #999999;
}

/* コンテンツ */
.contents {
}
.contents h2{
	padding: 20px 0 15px 0;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 4px;
}

/* テーブル */

table.price {
	margin: 40px;
	margin-bottom: 40px;
	margin-right : auto;
 	margin-left : auto;

	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #CCCCCC;
}
table.price th {
	width: 120px;
	padding: 10px 20px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
}
table.price td {
	width: auto;
	padding: 10px;
	vertical-align: middle;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}

/* 決定確認書のダウンロード */
.submitform {
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
}
.submitform a {
	color: #FFFFFF;
}
.submitform a:hover {
    color: #999999;
}

/* google map */
.ggmap {
	margin: 40px 40px 10px 40px;
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.adress {
	font-size: 14px;
}

/*　フッター */
footer {
	margin-top: 40px;
	padding: 10px 0 10px 0;
	color: #000000;
	font-size: 20px;
}
footer p {
	border-top: 1px solid #CCCCCC;
	padding-top:20px;
	font-size: 12px;

}


/*********** 画面サイズ599px以下 ***********/
@media screen and (max-width: 599px) { 

header {
	color: #000000;
	margin-bottom: 20px;
}
header h1 { 
	padding-top: 40px;
	font-size: 40px;
}
header p { 
	font-size: 12px;
}
.contents {
	margin-top: 20px;
	padding-top: 10px;
}
.menu ul {
	margin-bottom: 30px;
}
.menu li {
	margin: 10px 2px;
	padding: 5px 5px 2px 5px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.contents h2{
	padding: 10px 0 7px 0;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 2px;
}
table.price {
	margin: 20px;
	margin-bottom: 20px;
}
table.price th {
	width: 50px;
	padding: 10px 20px 10px 10px;
	font-size: 12px;
}
table.price td {
	width: auto;
	padding: 10px;
	font-size: 12px;
}

.ggmap {
	margin: 20px 20px 10px 20px;
	padding-top: 30px;
}
.adress {
	font-size: 12px;
}
footer {
	margin-top: 20px;
	padding: 10px 0 10px 0;
	font-size: 14px;
}
footer p {
	padding-top:10px;
	font-size: 10px;
}


}

/*********** 画面サイズ700px以上 ***********/
@media screen and (min-width: 700px) { 
	.ggmap {
		padding-bottom: 340px;
	}
	.ggmap iframe, .ggmap object, .ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 620px;
		height: 360px;
		margin-right : auto;
 		margin-left : auto;
 	}

}


/* レスポンシブ */
img{
	max-width:100%;
	height: auto;
}

/* 設定 */
a img{
	border: none;
}
a {
	text-decoration: none;
	color: #000000;
}
