@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: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

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;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1160px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	padding-top: 118px;
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		padding-top: 0;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 30px 10px 30px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.3s;
}

#gHeader.fix {
	position: fixed;
	padding: 10px 10px;
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1120px;
	min-width: 1120px;
	box-sizing: border-box;
	position: relative;
}

#gHeader h1 {
	margin-left:0;
	float: left;
	/*position: absolute;
	left: 0;
	top: 0;*/
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 12px 20px 12px;
		position: relative;
	}
	
	#gHeader.fix {
		padding: 12px 20px 12px;
	}
	
	#gHeader .hBox {
		margin: 0 auto;
		padding-right: 0;
		max-width: inherit;
		min-width: inherit;
	}
	
	#gHeader h1 {
		margin-top: -5px;
	}
	
	#gHeader .menu {
		padding-top: 4px;
		float: right;
	}
	
	#gHeader .menuBox {
		width: 100%;
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1;
		border-top: 1px solid #000;
		background-color: #fff; 
	}
	
	#gHeader .menuBox li a {
		padding: 15px 10px;
		display: block;
		position: relative;
		border-bottom: 1px solid #333;
		background-color: #000;
		color: #fff;
	}

	#gHeader .menuBox li.shop a {
		/*background-color: #fff;
		color: #000;*/
	}

	#gHeader .menuBox li.shop a img {
		width: 20px;
	}

	#gHeader .menuBox .subInner {
		display: none;
	}
	
	#gHeader .menuBox .subInner li a {
		padding-left: 20px;
		
	}
	
	#gHeader .menuBox > ul > .style > a:after {
		content: '＋';
		font-size: 30px;
		position: absolute;
		right: 10px;
		top: 0;
	}
	
	#gHeader .menuBox > ul > .style > a.on:after {
		content: '－';
	}
	
}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	text-align: center;
}

#gNavi .naviList li {
	float: left;
	position: relative;
}

#gNavi .naviList li.shop {
    float: right;
}

#gNavi .naviList li.shop a {
    border: 1px solid #333;
	padding: 10px;
	margin: 8px 0;
	transition: .3s;
}

#gNavi .naviList li.shop a:hover {
	color: #fff;
	background-color: #333;
	opacity: 1;
}

#gNavi .naviList li.shop a img {
	width: 20px;
	transition: .3s;
}

#gNavi .naviList li.shop a:hover img {
	filter: brightness(0) invert(1);
}

#gNavi .naviList li .subInner {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 58px;
	z-index: 100;
	background-color: #fff;
}

#gNavi .naviList li .subInner li {
	float: none;
}

#gNavi .naviList li .subInner li a {
	padding: 5px;
	display: block;
	border-bottom: 1px solid #000;
}

/*#gNavi .naviList li:last-child {
	float: right;
}*/

#gNavi .naviList li ul {
	text-align: center;
}

#gNavi li a {
	padding: 18px 10px;
	font-size: 15px;
	display: inline-block;
}

#gNavi li:first-child a {
	padding: 18px 10px;
}

#gNavi li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 70px 0 35px;
	background: url(../image/footer_bg.jpg) repeat left top;
}

#gFooter .pageTop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
}

#gFooter .pageTop a {
	display: block;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter .fBox {
	margin: 0 auto 92px;
	width: 1000px;
}

#gFooter .fNavi {
	margin-bottom: 102px;
	text-align: center;
}

#gFooter .fNavi li {
	display: inline-block;
}

#gFooter .fNavi li a {
	padding: 0 20px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fLogo {
	margin-bottom: 28px;
	text-align: center;
}

#gFooter .fBox p {
	color: #fff;
	font-size: 13px;
	line-height: 2.2;
	text-align: center;
}

#gFooter .fBox p a {
	color: #fff;
}

#gFooter .fBox p .freed img {
	margin-top: 9px;
}

#gFooter .fBox p .freed a {
	font-size: 1.2em;
}

#gFooter .copyright {
	color: #666;
	font-size: 11px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 33px 0;
		background-image: url(../image/sp_footer_bg.jpg);
		background-size: 14px 11px;
	}
	
	#gFooter .pageTop {
		right: 20px;
		bottom: 20px;
	}
	
	#gFooter .fBox {
		margin: 0 20px 42px;
		width: auto;
	}
	
	#gFooter .fNavi {
		display: none;
	}
	
	#gFooter .fBox p .freed img {
		margin-top: 6px;
	}
	
	#gFooter .fLogo {
		margin-bottom: 18px;
	}
	
	#gFooter .fLogo img {
		margin: 0 auto;
	}
	
	#gFooter .fBox p {
		font-size: 11px;
		line-height: 1.6;
	}
	
	#gFooter .copyright {
		font-size: 10px;
	}
	
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: center;
}

.comLink a {
	min-width: 158px;
	padding: 15px 20px;
	font-size: 18px;
	color: #FFF;
	border: 1px solid #fff;
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .2s;	
}

.comLink a::before,
.comLink a::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.comLink a:hover::before,
.comLink a:hover::after {
  width: 100%;
  height: 100%;
}
.comLink a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: width .3s, height .3s .3s;
}
.comLink a:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height .3s, width .3s .3s;
}

#main .comLink a span {
	padding: 0 22px 0 0px;
	display: inline-block;
	background: url(../image/icon01.png) no-repeat right 5px center;
	transition: all .2s;	
}

#main .comLink a:hover span {
	background: url(../image/icon01.png) no-repeat right center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink {
		margin: 0 auto;
		width: 70%;
	}
	
	#main .comLink a {
		padding: 10px 0;
		font-size: 12px;
	}
	
	#main .comLink a span {
		padding: 0 10px;
		background: url(../image/sp_icon01.png) no-repeat right 5px center;
		background-size: 4px 7px;
	}
	
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1000;
}

.loading img {
	margin: -70px 0 0 -30px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	animation: fade .5s ease-in-out;
}

@keyframes fade {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

@media all and (min-width: 0) and (max-width: 767px) {
	.loading img {
		margin: -120px 0 0 -20px;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 40px;
		height: 40px;
		animation: fade 1s ease-in-out;
	}
}