@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

img {
	width: 100%;
	vertical-align: top;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clrfx {
	zoom: 1;
}

.clrfx:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}

/* basic */
html, body {
	background-color: #fff9ca;
}

body {
	font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #000;
	letter-spacing: 0.05em;
}

a {
	color: #0088FF;
	text-decoration: none;
}

img {
	width: 100%;
	vertical-align: top;
}

.bold {
	font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
}

/* rayout */
.wrapper {
	width: 840px;
	margin: 0 auto;
	padding: 30px 0 68px 0;
	background-color: #fff;
}

h1 {
	width: 90.47619%;
	margin: 0 auto;
	padding: 4.21053% 6.05263%;
	background-color: #FFE600;
}

.content {
	width: 460px;
	margin: 46px auto;
}

.content > p, .content dl {
	padding-left: 30px;
}

.content > p:first-child {
	margin-bottom: 78px;
}

.content > dl {
	margin: 34px 0;
	font-size: 14px;
}

.content > dl dt {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.4;
}

.content .ball {
	background: url(../images/ball.png) no-repeat left top;
	background-size: 26px auto;
}

#mapWrap {
	width: 76.19048%;
	margin: 0 auto;
}

#mapWrap > #map {
	width: 100%;
	height: 480px;
}

#mapWrap > #map + div {
	margin: 60px 0 26px 0;
}

#mapWrap > #map + div + p {
	font-size: 14px;
}

#footer {
	margin-top: 50px;
	margin-left: 3.57143%;
}

#footer > div {
	display: inline-block;
	padding-left: 70px;
	vertical-align: top;
	background: url(../images/ball.png) no-repeat;
	background-size: 70px;
}

#footer > div > a {
	display: block;
	width: 272px;
	height: 115px;
	background: url(../images/1101com.png) no-repeat top left;
	text-indent: -9999px;
	background-size: cover;
}

#footer > div > a:hover {
	background-position: bottom left;
}

#footer > p {
	display: inline-block;
	margin-left: 20px;
	padding-top: 8px;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 840px) {
	.wrapper {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.wrapper {
		padding-top: 0;
	}
	h1 {
		width: 100%;
	}
	#mapWrap {
		width: 90.47619%;
	}
	#footer {
		width: 412px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer > p {
		margin-left: 70px;
		padding-top: 20px;
	}
}

@media (max-width: 460px) {
	.adj {
		display: none;
	}
	.content {
		width: 100%;
		padding-left: 3.26087%;
		padding-right: 5.43478%;
	}
	#footer {
		width: 300px;
	}
	#footer > div {
		width: 100%;
		padding-left: 23.33333%;
		background-size: 23.33333%;
	}
	#footer > div > a {
		width: 100%;
		height: 0;
		padding-bottom: 42.33333%;
	}
	#footer > p {
		margin-left: 0;
	}
}
