@charset "UTF-8";

/* サイト全体クリア */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	outline: 0;
	vertical-align: baseline;
	text-align: left;
}
html {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align:  bottom;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	color: #3A3A3A;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
textarea {
	font-size: 100%;
}
ins {
	background: #FF9FF9;
	color: #000000;
	text-decoration: none;
}
mark {
	background: #FF9FF9;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: dotted 1px;
	cursor: help;
}
table, table th, table td {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}
input, select {
	vertical-align: middle;
}
/* サイト全体クリア */

/* ヘッダー */
#head {
}
.head-inner {
}
.head-logo {
}
.head-logo img {
	width: 100%;
}

	/* tablet */
@media (max-width: 840px) {
	.head-logo {
		width: 24%;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.head-logo {
		width: 40%;
	}
}
/* ヘッダー */

.main-pic-box {
	position: relative;
}

/* メニュー */
#menu {
	background: url(../png3/back.png) left top repeat;
	position: absolute; top: 0;
	z-index: 200;
}
.menu-inner {
}
.menu-menu,
.menu-shop,
.menu-soba {
	width: 250px;
	border-left: solid 1px #9E9E9E;
}
.menu-menu a {
	display: block;
	width: 250px;
	height: 40px;
	background: url(../png3/menu-menu.png) left top no-repeat;
}
.menu-menu a:hover {
	background: url(../png3/menu-menu.png) left bottom no-repeat;
}
.menu-shop a {
	display: block;
	width: 250px;
	height: 40px;
	background: url(../png3/menu-shop.png) left top no-repeat;
}
.menu-shop a:hover {
	background: url(../png3/menu-shop.png) left bottom no-repeat;
}
.menu-soba a {
	display: block;
	width: 250px;
	height: 40px;
	background: url(../png3/menu-soba.png) left top no-repeat;
}
.menu-soba a:hover {
	background: url(../png3/menu-soba.png) left bottom no-repeat;
}
.menu-traffic {
	width: 250px;
	border-left: solid 1px #9E9E9E;
	border-right: solid 1px #9E9E9E;
}
.menu-traffic a {
	display: block;
	width: 250px;
	height: 40px;
	background: url(../png3/menu-traffic.png) left top no-repeat;
}
.menu-traffic a:hover {
	background: url(../png3/menu-traffic.png) left bottom no-repeat;
}

	/* tablet */
@media (max-width: 840px) {
	#menu {
		display: none;
	}
}

	/* mobile */
@media (max-width: 640px) {
}
/* メニュー */

/* メイン */
#back {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
}
#st-trigger-effects {
	display: none;
}
#main {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.main-inner {
}
.page-content-title {
	color: #D26F3A;
	border-bottom: dashed 1px #e6ae8f;
}
.page-content-link {
	padding: 0 0 0 9px;
	background: url(../png3/mark.png) left 5px no-repeat;
}
ul.tra-link-ul {
}
li.tra-link-li {
	margin: 0 20px 0 0;
	padding: 0 0 0 9px;
	background: url(../png3/mark.png) left 5px no-repeat;
	display: inline;
	white-space: nowrap;
}

	/* tablet */
@media (max-width: 840px) {
	.main-inner {
		padding: 4% 1% 4% 1%;
	}
	.st-menu {
		background: #FFFFFF;
		overflow-y: scroll;
	}
	.st-menu ul li a {
		padding: 20px 10px 20px 30px;
		color: #000000;
	}
	#st-trigger-effects {
		display: block;
		position: fixed; top: 2px; right: 2px;
		z-index: 200;
	}
	#st-trigger-effects button {
		margin: 0 0 0 0;
		padding: 20px 20px 20px 20px;
		background: #FFFFFF;
		border: solid 1px #000000;
		color: #000000;
		font-size: 18px;
	}
	.page-content-link {
		background: url(../png3/mark.png) left 3px no-repeat;
	}
	li.tra-link-li {
		background: url(../png3/mark.png) left 3px no-repeat;
		line-height: 280%;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.main-inner {
		padding: 6% 1% 6% 1%;
	}
	.st-menu ul li a {
		padding: 14px 10px 14px 30px;
	}
	#st-trigger-effects button {
		padding: 16px 10px 16px 10px;
	}
	.page-content-link {
		background: url(../png3/mark.png) left 5px no-repeat;
	}
}

@media print {
	#st-trigger-effects {
		display: none;
	}
}
/* メイン */

/* フッター */
#foot {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../img3/back.gif) left top repeat;
}
.foot-inner {
}
.foot-left-box {
}
.foot-logo {
}
.foot-logo img {
	width: 100%;
}
.foot-right-box {
}
.foot-link {
}
ul.foot-link-ul {
}
li.foot-link-li {
	display: inline;
	margin: 0 4% 0 0;
	padding: 0 0 0 9px;
	background: url(../png3/mark.png) left 5px no-repeat;
	white-space: nowrap;
}
.foot-address {
}
.foot-address a {
	display: block;
	pointer-events: none;
}
.foot-info {
}

	/* tablet */
@media (max-width: 840px) {
	.foot-inner {
		padding: 2% 1% 2% 1%;
		box-sizing: border-box;
	}
	.foot-left-box {
		width: 14%;
		margin: 0 6% 0 0;
	}
	.foot-right-box {
		width: 80%;
	}
	li.foot-link-li {
		background: url(../png3/mark.png) left 3px no-repeat;
		line-height: 280%;
	}
	.foot-address a {
		pointer-events: auto;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.foot-left-box {
		float: none;
		width: 100%;
		margin: 0 0 4% 0;
	}
	.foot-logo {
		width: 22%;
		margin: 0 auto 0 auto;
	}
	.foot-right-box {
		float: none;
		width: 100%;
	}
	.foot-link {
		margin: 0 0 6% 0;
	}
	.foot-address,
	.foot-info {
		font-size: 12px;
	}
}
/* フッター */

/* コピーライト */
#copyright {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.copyright-inner {
}
.copyright-inner a {
}
.copyright-inner a:hover {
	text-decoration: none;
}

	/* tablet */
@media (max-width: 840px) {
	.copyright-inner {
		width: 100%;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.copyright-inner {
		padding: 0 0 0 0;
		font-size: 7px;
	}
}
/* コピーライト */

/* clear関係 */
.clear {
	clear: both;
}
/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* clear関係 */
