@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #8B8B8B;
	text-decoration: none;
}

a:visited {
	color: #8B8B8B;
	text-decoration: none;
}

a:hover {
	color: #8B8B8B;
	text-decoration: underline;
}

a:active {
	color: #8B8B8B;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #000;
	text-align:center;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #000;
}

#header .hInner {
	margin: 0 auto;
	padding: 26px 0 23px;
	width: 980px;
}

#header .hBox {
	padding-top: 6px;
	float: left;
}

#header h1 {
	margin: 2px 14px 0 0;
	float: left;
}

#header .hTxt {
	padding-top: 16px;
	width: 345px;
	float: right;
}

#header .hTxt p {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.2;
}

#header .hTxt .text {
	margin-bottom: 12px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#header .hTxt .logoTxt {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
}

#header .hArea {
	width: 380px;
	float: right;
	text-align: center;
}

#header .hArea .sub {
	margin-bottom: 32px;
	padding: 2px 5px 1px;
	color: #a78039;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #a78039;
}

#header .hArea .sub p {
	border-bottom: 1px solid #a78039;
}

#header .hArea .sub img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#header .hArea .time {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#header .hArea .tel {
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#header .hArea .tel span {
	font-size: 35px;
}

#header .menu {
	display: none;
}

#header .dropMenu {
	display: none;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	position: relative;
	background-color: #424242;
}

#gNavi:before {
    width: 100%;  
    height: 1px;
	background-color: #A78039;
    position: absolute;  
    top: 4px;  
    left: 0;  
  
    content: "";
}

#gNavi ul {
	margin: 0 auto;
	width: 1000px;
}

#gNavi li {
	width: 14.2%;
	float: left;
}

#gNavi li a {
	padding: 16px 0 9px;
	display: block;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}

#gNavi li a:hover {
	color: #fac055;
	text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 15px 0 35px;
	background-color: #000;
}

#footer .fInner {
	margin-bottom: 10px;
}

#footer .fBox {
	margin: 0 auto 7px;
	width: 340px
}

#footer .fBox .fLogo {
	float: left;
}

#footer .fBox p {
	padding: 12px 0 0 100px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
}

#footer .fBox .text {
	padding: 0 0 0 100px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#footer .fBox .logoTxt {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 41px;
	font-style: italic;
}

#footer .fTxt01 {
	margin-bottom: 7px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

#footer .fTxt02 {
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
#footer .fTxt03 {
	color: #FFF;
	font-size: 10px;
}

#footer .fTxt02 span {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
}

#footer .fContact {
	padding: 10px 0;
	background-color: #FFF;
}

#footer .fContact p {
	color: #a78039;
	text-align: center;
}

#footer .fContact .time {
	margin-bottom: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	letter-spacing: 2px;
	line-height: 1.2;
}

#footer .fContact .tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.2;
}

#footer .fContact .tel span {
	font-size: 39px;
}

#footer .fContact .email {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#footer .fContact .email img {
	margin: -7px 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#footer .fContact .email a {
	margin-left: 15px;
	color: #a78039;
	font-size: 24px;
}

#footer .copyright {
	padding: 35px 0 0;
}

#footer .copyright p {
	margin: 0 auto;
	width: 980px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	body {
		min-width: inherit;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#header .hInner {
		padding: 5px 10px 8px;
		width: auto;
		position: relative;
	}
	
	#header .hBox {
		padding-top: 0;
		float: left;
	}
	
	#header h1 {
		margin: 3px 15px 0 0;
		float: left;
	}

	#header h1 img {
		width: 50px;
	}
	
	#header .hTxt {
		padding-top: 0;
		width: auto;
		float: left;
	}
	
	#header .hTxt p {
		color: #FFF;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 10px;
		line-height: 1.2;
	}
	
	#header .hTxt .text {
		margin-bottom: 0;
		font-size: 14px;
		font-family:didot-w01-italic,serif;
		font-style: italic;
	}
	
	#header .hTxt .logoTxt {
		color: #FFF;
		font-family:didot-w01-italic,serif;
		font-size: 20px;
		font-style: italic;
	}
	
	#header .hArea {
		display: none;
	}
	
	#header .menu {
		display: block;
		position: absolute;
		right: 15px;
		top: 25px;
	}
	
	#header .dropMenu {
		padding-bottom: 20px;
		width: 100%;
		display: none;
		position: absolute;
		left: 0;
		top: 66px;
		z-index: 100;
		background-color: #424242;
	}

	#header .dropMenu li a {
		padding: 10px 20px;
		display: block;
		color: #FFF;
		font-size: 15px;
		border-bottom: 1px solid #FFF;
	}

	#header .dropMenu li a:hover {
		text-decoration: none;
	}

	#header .dropMenu .time {
		padding: 10px 0;
		color: #FFF;
		font-size: 17px;
		text-align: center;
	}
	
	#header .dropMenu .tel {
		margin: 0 15px 20px;
	}
	
	#header .dropMenu .tel a {
		padding: 10px 0;
		display: block;
		color: #FFF;
		font-size: 22px;
		border: 1px solid #FFF;
		border-radius: 5px;
		text-align: center;
	}

	#header .dropMenu .email {
		font-size: 14px;
		padding: 10px 0;
		background-color: #FFF;
	}
	
	#header .dropMenu .email img {
		margin: -2px 10px 0 0;
		width: 40px;
	}
	
	#header .dropMenu .email a {
		margin-left: 15px;
		color: #a78039;
		font-size: 18px;
	}

	#header .dropMenu .email a:hover {
		text-decoration: none;
	}

	#header .dropMenu .tel a:hover {
		text-decoration: none;
	}

	#header .dropMenu .pay {
		margin: 0 15px;
		color: #a78039;
		font-size: 15px;
		text-align: center;
		background-color: #FFF;
		border: 1px solid #a78039;
	}

	#header .dropMenu .pay img {
		margin: 0 auto;
		display: block;
	}
	
	/*------------------------------------------------------------
		グローバルナビ
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer {
		padding: 15px 0;
	}
	
	#footer .fInner {
		margin-bottom: 10px;
	}
	
	#footer .fBox {
		margin: 0 auto 3px;
		width: 240px;
	}
	
	#footer .fBox .fLogo {
		float: left;
	}

	#footer .fBox .fLogo img {
		width: 50px;
	}
	
	#footer .fBox p {
		padding: 5px 0 0 60px;
		font-size: 10px;
	}
	
	#footer .fBox .text {
		padding: 0 0 0 60px;
		font-size: 14px;
	}
	
	#footer .fBox .logoTxt {
		color: #FFF;
		font-family:didot-w01-italic,serif;
		font-size: 20px;
		font-style: italic;
	}
	
	#footer .fTxt01 {
		margin-bottom: 3px;
		font-size: 10px;
	}
	
	#footer .fTxt02 {
		font-size: 10px;
	}
	#footer .fTxt03 {
		font-size: 8px;
	}
	
	#footer .fContact {
		padding: 10px 0;
		background-color: #FFF;
	}
	
	#footer .fContact p {
		color: #a78039;
		text-align: center;
	}
	
	#footer .fContact .time {
		margin-bottom: 2px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
	#footer .fContact .tel {
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	#footer .fContact .tel span {
		font-size: 25px;
	}
	
	#footer .fContact .email {
		font-size: 14px;
	}
	
	#footer .fContact .email img {
		margin: -2px 10px 0 0;
		width: 40px;
	}
	
	#footer .fContact .email a {
		margin-left: 15px;
		color: #a78039;
		font-size: 18px;
	}

	#footer .fContact .email a:hover {
		text-decoration: none;
	}
	
	#footer .copyright {
		padding: 15px 0 0;
	}
	
	#footer .copyright p {
		width: auto;
		font-size: 12px;
	}
}
