@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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MSPMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 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;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: all ease 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	overflow: hidden;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 52%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 10;
}
#gHeader .hInner {
	position: absolute;
    left: 99px;
    top: 46px;
}
#gHeader .logo {
	margin-bottom: 37px;
}
#gHeader .snsUl {
	margin-left: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#gHeader .snsUl li {
	margin-bottom: 29px;
}
#gHeader .snsUl a {
	width: 30px;
	height: 30px;
	display: block;
}
#gHeader .snsUl a:hover {
	opacity: 0.7;
}
#gHeader .shop {
	position: fixed;
    right: 18px;
    top: 28px;
	z-index: 1;
}
#gHeader .shop a {
	width: 152px;
	height: 152px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 76px;
	background-color: #EAEA54;
}
#gHeader .shop a:hover {
	opacity: 0.7;
}
#gHeader .shop .img {
	margin-bottom: 7px;
}
#gHeader .shop .txt01 {
	margin-bottom: 5px;
	color: #9F9F9F;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
}
#gHeader .shop .txt02 {
	color: #5D0520;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.428;
}
@media all and (max-width: 896px) {
	#gHeader {
	}
	#gHeader .logo {
		margin-bottom: 21px;
	}
	#gHeader .hInner {
		left: 10px;
		top: 7px;
	}
	#gHeader .shop {
		right: 3px;
		top: 2px;
	}
	#gHeader .shop a {
		width: 61px;
		height: 61px;
		background-color: transparent;
	}
	#gHeader .shop .img {
		margin-bottom: 1px;
		width: 61px;
		line-height: 1;
	}
	#gHeader .shop .txt01 {
		margin-bottom: 3px;
		font-size: 0.7rem;
	}
	#gHeader .shop .txt02 {
		font-size: 0.5rem;
	}
	#gHeader .snsUl {
		margin-left: 0;
	}
	#gHeader .snsUl li {
		margin-bottom: 15px;
	}
	#gHeader .snsUl a {
		width: 15px;
		height: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 123px;
	padding: 48px 0 19px;
	color: #fff;
	text-align: center;
	background-color: #000;
}
#gFooter .fInner {
	width: 310px;
	margin: 0 auto;
}
#gFooter .fLogo {
	margin-bottom: 22px;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .address {
	margin-bottom: 13px;
	line-height: 1.667;
font-weight: 100
}
#gFooter .link {
	margin-bottom: 33px;
}
#gFooter .link a {
	margin: 0 auto;
	width: 217px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 1.4rem;
	background-color: #fff;
}
#gFooter .link a:hover,
#gFooter .snsList a:hover {
	opacity: 0.7;
}
#gFooter .snsList {
	margin: 0 auto 25px;
	width: 130px;
	display: flex;
	justify-content: space-between;
}
#gFooter .copyright {
	font-style: normal;
	font-size: 1rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 47px;
		padding: 36px 0 16px;
	}
	#gFooter .fLogo {
		margin-bottom: 28px;
	}
	#gFooter .fLogo a {
		width: 134px;
	}
	#gFooter .address {
		margin-bottom: 16px;
		font-size: 1.6rem;
	}
	#gFooter .link {
		margin-bottom: 27px;
	}
	#gFooter .link a {
		width: 215px;
		height: 44px;
	}
	#gFooter .copyright {
		font-size: 0.8rem;
	}
	#gFooter .snsList {
		margin-bottom: 31px;
	}
}