@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, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
body p {
	line-height: 2;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
}
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.6rem;
	}
	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) {
	body {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.headBox {
	padding: 25px 68px 25px 60px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.headBox02 {
	position: fixed;
	z-index: 1000;
	background-color: #ffff;
}
.headBox .logo a img {
    filter: drop-shadow(1px 1px 1px #666);
}
.headBox .rightBox {
	margin-top: 8px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.headBox02 .logo a img,
.headBox02 .rightBox .menu {
    filter: none;
}
.headBox .innerBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.headBox .menu {
	margin: 13px 0 0 69px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	filter: drop-shadow(.5px .5px 1px #000);
}
.headBox .shopBtn {
	margin-left: 29px;
	filter: drop-shadow(.5px .5px 1px #000);
}
.naviUl {
	margin-top: 4px;
	filter: drop-shadow(.5px .5px 1px #000);
}
body.fixed .naviUl {
	filter: none;
}
.naviUl li {
	margin-left: 25px;
	display: inline-block;
}
.naviUl a {
	padding-bottom: 5px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
}
.naviUl a::after {
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	content: "";
	-webkit-transition: .45s;
	transition: .45s;
}
.menuBox .innerBox.hover a {
	opacity: 0.4;
}
.menuBox .innerBox.hover a:hover {
	opacity: 1;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.headBox {
		padding: 25px 20px 25px;
	}
	.headBox .menu {
		margin-left: 30px;
	}
	.naviUl li {
		margin-left: 17px;
	}
}
@media all and (min-width: 897px) {
	.naviUl a:hover::after {
		width: 100%;
	}
	.headBox .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.headBox {
		padding: 15px 34px 15px 20px;
	}
	.headBox .rightBox {
		margin-top: 7px;
	}
}

/* menuBox */
.menuBox {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 10000;
	display: none;
}
.menuBox .innerBox {
	padding: 221px 50px 100px;
}
.menuBox .enLogo {
	position: absolute;
	top: 45px;
	left: 71px;
}
.menuBox .close {
	position: absolute;
	top: 40px;
	right: 71px;
	cursor: pointer;
}
.menuBox .naviUl {
	margin: 0 0 87px;
}
.menuBox .naviUl li {
	margin: 0 0 30px;
	display: block;
	text-align: center;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .naviUl a {
	padding-bottom: 0;
	color: #000;
	font-size: 4rem;
	letter-spacing: 0;
}
.menuBox .snsUl {
	text-align: center;
}
.menuBox .snsUl li {
	margin: 0 28px;
	width: 32px;
	display: inline-block;
	vertical-align: top;
}
.menuBox .naviUl a::after {
	background-color: #000000;
}
@media all and (min-width: 897px) {
	.menuBox .close:hover {
		opacity: 0.7;
	}
	.menuBox .snsUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menuBox .naviUl a {
		font-size: 2rem;
	}
	.menuBox .innerBox {
		padding: 150px 20px;
	}
	.menuBox .enLogo {
		top: 38px;
		left: 26px;
		width: 110px;
	}
	.menuBox .close {
		top: 30px;
		right: 37px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #eeefea;
	position: relative;
}
#gFooter .positionBox {
	position: relative;
}
#gFooter .mapBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/common/map.jpg) no-repeat center center;
	background-size: cover;
}
#gFooter .mapBox .icon {
	margin: 5.4% 0 0 6.4%;
	width: 1.875vw;
	height: 1.875vw;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	cursor: pointer;
	-webkit-animation: anime08_pulse 1.5s infinite;
	animation: anime08_pulse 1.5s infinite;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	background: #EFBB24;
	box-shadow: 0 0 0 0 rgba(239,187,36 ,0.5);
}
@media all and (-ms-high-contrast:none){
	#gFooter .mapBox .icon {
		margin: 3.6% 0 0 4.8%;
		width: 1.4vw;
		height: 1.4vw;
	}
}
#gFooter .mapBox .icon:hover {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
@-webkit-keyframes anime08_pulse {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8); }
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 50px rgba(239,187,36 ,0);
		box-shadow: 0 0 0 50px rgba(239,187,36 ,0);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-box-shadow: 0 0 0 0 rgba(239,187,36 ,0);
		box-shadow: 0 0 0 0 rgba(239,187,36 ,0);
	}
}
@keyframes anime08_pulse {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 50px rgba(239,187,36 ,0);
		box-shadow: 0 0 0 50px rgba(239,187,36 ,0);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-box-shadow: 0 0 0 0 rgba(239,187,36 ,0);
		box-shadow: 0 0 0 0 rgba(239,187,36 ,0);
	}
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 157px 0 17px 103px;
	max-width: 1364px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
#gFooter .note {
	color: #C0C0C0;
	font-size: 1.2rem;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -0.02em;
}
#gFooter .leftBox {
	padding-bottom: 40px;
	width: 440px;
}
#gFooter a[href^="tel:"] {
	margin-top: 13px;
	font-size: 2rem;
	font-family: 'NewYorkExtraLarge-Regular';
	display: inline-block;
	letter-spacing: 0.18em;
}
#gFooter a[href^="tel:"] span {
	margin-top: -14px;
	font-size: 3.3rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.08em;
}
#gFooter .fLogo {
	margin-bottom: 36px;
}
#gFooter .telTxt {
	margin-bottom: 17px;
}
#gFooter p {
	margin-bottom: 10px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#gFooter .mapBtn {
	margin-top: 17px;
}
#gFooter .mapBtn a {
	min-width: 127px;
	padding: 6px 5px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background-color: #000;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}
#gFooter .btmBox {
	padding: 20px 31px 10px 73px;
	color: #fff;
	background-color: #000;
	display: flex;
	justify-content: space-between;
}
#gFooter .btmBox .innerBox {
	margin-top: 27px;
	flex: 1;
	display: flex;
}
#gFooter .copyrigth {
	font-size: 1.2rem;
	font-style: inherit;
	letter-spacing: 0.3em;
}
#gFooter .snsUl {
	margin: 1px 0 0 35px;
	order: 3;
}
#gFooter .snsUl li {
	margin-right: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: top;
}
#gFooter .snsUl li:last-child {
	margin-right: 0;
}
#gFooter .snsUl a {
	display: inline-block;
}
@media all and (-ms-high-contrast:none){
	#gFooter .mapBtn a {
		padding-top: 10px;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gFooter .fBox {
		padding: 157px 20px 17px 40px;
	}
	#gFooter .mapBox .icon {
	    margin: 72px 0 0 97px;
	    width: 20px;
	    height: 20px;
	}
}
@media all and (min-width: 897px) {
	#gFooter .snsUl a:hover {
		opacity: 0.7;
	}
	#gFooter .pagetop a:hover {
		opacity: 0.7;
	}
	#gFooter .mapBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		background-color: #eeeeec;
	}
	#gFooter .mapBox {
		margin-top: -139px;
		padding-bottom: 111.5%;
		width: 178%;
		height: auto;
		position: relative;
		top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-position: right center;
	}
	#gFooter .fBox {
		padding: 102px 21px 0;
		display: block;
		position: static;
	}
	#gFooter .fLogo img {
		max-width: 195px;
	}
	#gFooter .leftBox {
		padding-bottom: 0;
		width: auto;
	}
	#gFooter a[href^="tel:"] span {
		margin-top: -12px;
	}
	#gFooter a[href^="tel:"] {
		margin-top: 10px;
	}
	#gFooter .telTxt {
		font-size: 1.6rem;
	}
	#gFooter p {
		margin-bottom: 10px;
		line-height: 1.52;
		font-size: 1.4rem;
	}
	#gFooter .whiteBox {
		margin: 18px 0 0 -21px;
		padding: 10px 16px 16px 21px;
		background-color: #fff;
		display: inline-block;
		border-radius: 0 8px 8px 0;
		position: relative;
		z-index: 10;
	}
	#gFooter .whiteBox p {
		margin-bottom: -6px;
		font-size: 1.2rem;
		line-height: 2;
	}
	#gFooter .mapBox .icon {
		margin: 7.1% 0 0 -7%;
		width: 4.53vw;
		height: 4.53vw;
	}
	#gFooter .note {
		margin-bottom: 0;
		padding: 0 20px 11px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
		z-index: 10;
		text-align: right;
	}
	#gFooter .btmBox {
		padding: 20px 19px 23px 21px;
	}
	#gFooter .btmBox .innerBox {
		margin-top: 12px;
		display: block;
	}
	#gFooter .snsUl {
		margin: 0 0 30px;
	}
	#gFooter .snsUl li {
		margin-right: 21px;
		width: 20px;
	}
	#gFooter .snsUl li:last-child {
		margin-right: 0;
	}
	#gFooter .snsUl li img {
		width: 20px;
	}
}
@media all and (max-width: 374px) {
	#gFooter .copyrigth {
		letter-spacing: 0;
	}
	#gFooter .pagetop img {
		width: 60px;
	}
	#gFooter p {
		font-size: 1.3rem;
	}
	#gFooter .telTxt {
		font-size: 1.4rem;
	}
	#gFooter a[href^="tel:"] {
		font-size: 1.8rem;
	}
	#gFooter a[href^="tel:"] span {
		font-size: 3rem;
	}
}