@charset "UTF-8";

html {
	font-size: 62.5%;
}
/* CSSリセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
li { list-style:none; } caption,th{ text-align:left; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
}

/* 全体 */
#range {
	width: 100%;
	line-height: 1.5;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 1.6rem;
	color: #000000;
}
/* 幅820px　画像ページ全体 */
#range2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	padding-bottom: 1.0em;
	width: 820px;
	line-height: 16px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}
/* 幅640pxページ　strap4ページ全体 */
#range3 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	padding-bottom: 1.0em;
	width: 640px;
	line-height: 16px;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}
/* 幅580pxページ*/
#range4 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	padding-bottom: 1.0em;
	width: 580px;
	line-height: 16px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}

.wrapper {
	margin: 0 auto;
	padding: 0 15px;
	width: 1110px;
}

/* ヘッダー */
header {
	height: 60px;
	background-color: #FFFFFF;
}
	header .header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 60px;
	}
		/* ロゴ */
		header h1 {
			width: 350px;
		}
			header h1 a {
				display: block;
				width: 350px;
				height: 50px;
				background: url("../img/index2/sanko_logo.png") no-repeat;
				background-size: contain;
				text-indent: -9999px;
			}
		/* 電話番号 */
		header #tel {
			width: 600px;
		}
			header #tel a {
				display: block;
				width: 600px;
				height: 50px;
				background: url("../img/index2/sanko_tel.png") no-repeat;
				background-size: auto;
				background-size: contain;
				text-indent: -9999px;
			}

	/* メニューボタン */
	header .header-inner #menubtn,
	#spnav {
		display: none;
	}

/* コンテンツ全体 */
#middle {
	width: 100%;
	min-width: 1140px;
	background-color: #FFFFFF;
}
	#middle .middle-upper {
		margin-bottom: 10px;
		padding: 4px 0;
		width: 100%;
	}

/* フッター */
footer {
	width: 100%;
	min-width: 1140px;
	font-size: 12px;
}
	footer a {
		text-decoration: none;
	}
	footer a:hover {
		text-decoration: underline;
	}
	footer .footer-inner{
		margin-right: auto;
		margin-left: auto;
	}

		/* サイトマップ */
		footer #sitemap {
			padding-top: 20px;
			padding-bottom: 20px;
			background-color: #666666;
		}
			footer #sitemap a {
				color: #FFFFFF;
			}
			footer #sitemap .tb {
				display: table;
				margin: 0 auto;
				width: 820px;
			}
			footer #sitemap .td {
				display: table-cell;
			}
				footer #sitemap .td > div {
					padding-top: 10px;
					padding-right: 20px;
					width: 210px;
				}
				footer #sitemap .td:nth-child(2) > div {
					width: 250px;
				}
				footer #sitemap .td:nth-child(3) > div {
					width: 380px;
				}
				footer #sitemap .td:nth-child(4) > div {
					padding-right: 0;
				}

			footer #sitemap .smttl {
				margin-bottom: 5px;
				color: #FFFFFF;
				font-size: 14px;
				border-bottom: 1px solid #9b9b9b;
			}
			footer #sitemap .subarea {
				display: table;
			}
			footer #sitemap .subsmbox {
				display: table-cell;
				width: 190px;
			}
			footer #sitemap p {
				padding: 3px 0;
			}

		/* コピーライト */
		footer #cp {
			padding-bottom: 10px;
			background-color: #EDEDED;
			text-align: center;
			color: #666666;
		}
			footer #cp a {
				color: #666666;
			}
			footer #cp .toroku {
				padding-top: 10px;
			}
			footer #cp .toroku img {
				padding-right: 5px;
				vertical-align: text-bottom;
			}
			footer #cp p {
				margin: 5px auto 0;
				padding-top: 2px;
				border-top:solid 1px #999999;
			}

/* フッター 右コンテンツ下部*/
footer.sample {
	text-align: center;
	font-size: 12px;
}
footer.sample .form {
	margin-bottom: 5px;
}
footer.sample .toroku {
	border-top:solid 1px #2F4F4F;
}
footer.sample .toroku img {
	vertical-align: text-bottom;
}
footer.sample a:link {
	text-decoration: none;
	color: #0000FF;
}
footer.sample a:visited {
	text-decoration: none;
	color: #0000FF;
}
footer.sample a:hover {
	text-decoration: underline;
	color: #333333;
}
footer.sample a:active {
	text-decoration: underline;
	color: #FF0000;
}
