@charset "utf-8";

/* === normalize === */

html, body, section, article, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input, textarea, select, option, address, blockquote, del, noscript, img, hr { margin: 0; padding: 0; font-size: 100.01%; font: inherit; vertical-align: baseline; } html { overflow-y: scroll; } ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; border: 0; } img { border: 0; line-height: 0; vertical-align: middle; } address { font-style: normal; } hr { 	clear: both; visibility: hidden; } sub, sup { font-size: 75%; line-height: 0; vertical-align: baseline; position: relative; } sup { top: -0.5em; } sub { bottom: -0.25em; }

/* font color #333 */
/* key color  #5d488a */
/* sub color  #e5e1ec */
/* sub color  #ffd800 */


/* === basic === */

html {
	height: 100%;
	font-size: 62.5%; /* 10px */
	overflow-y: scroll;
}
body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6em; /* 16px */
	font-weight: 400;
	line-height: 2;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
#wrap {
	width: 100%;
	min-height: 100%;
	position: relative;
}
.scroll_prevent {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}

@media (min-width: 768px) and (max-width: 1023px) {
	body {
		font-size: 1.4em; /* 14px */
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 1.4em; /* 14px */
		position: relative;
		right: 0;
	}
}
@media print {
	body {
		width: 1280px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
}


/* === anchor === */

a {
	color: #5d488a;
	transition: all .5s;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
	outline: none;
}
a[href^="tel:"] {
	color: #333;
}

@media only screen and (min-width: 1025px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}


/* === clearfix === */

.cf {
	zoom: 1;
}
.cf:after {
	content:"";
	display: block;
	clear: both;
}


/* === break === */

br.pc { display: inline; }
br.sp { display: none; }

@media only screen and (max-width: 767px) {
	br.pc { display: none; }
	br.sp { display: inline; }
}


/* === header === */

header {
	width: calc(100% - 80px);
	padding: 40px 40px 0;
	position: fixed;
	top: -145px;
	left: 0;
	opacity: 0;
	z-index: 10;
}
.logo {
	float: left;
}
.logo img {
	width: 160px;
}
.btn_shop_fixed_sp {
	display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.logo img {
		width: 120px;
	}
}

@media only screen and (max-width: 767px) {
	header {
		width: calc(100% - 20px);
		padding: 10px 10px 30px;
		background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
		top: 0;
		opacity: 1;
	}
	.logo img {
		width: auto;
		height: 50px;
	}
	.btn_shop_fixed_sp {
		margin-right: 55px;
		display: block;
	}
}


/* === navi === */

nav {
	position: relative;
	float: right;
}

@media only screen and (max-width: 767px) {
	nav {
		text-align: left;
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* -- slide navi -- */

@media only screen and (max-width: 767px) {
	.slide_nav {
		width: 100%;
		height: 100%;
		padding-top: 60px;
		background: #fff;
		overflow-x: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
		display: none;
	}
}

/* -- global navi -- */

.gnav li {
	margin: 0 15px;
	font-family: 'Merriweather', serif;
	line-height: 24px;
	float: left;
}
.gnav li.gn_dealers {
	font-size: 1.55rem;
}
.gnav li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.gnav li a:hover {
	color: #5d488a;
}
.gnav li a svg {
	fill: #333;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.gnav li {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.gnav li {
		width: 100%;
		margin: 0;
		font-size: 1.8rem;
		line-height: 1;
		text-align: center;
		float: none;
	}
	.gnav li a {
		padding: 1.25em;
		display: block;
	}
}

/* -- trigger -- */

.slide_nav_trigger {
	display: none;
}

@media only screen and (max-width: 767px) {
	.slide_nav_trigger {
		width: 48px;
		height: 48px;
		background: none;
		border: none;
		position: absolute;
		top: 6px;
		right: 6px;
		display: inherit;
		cursor: pointer;
		z-index: 11;
	}
	.slide_nav_trigger:focus,
	.slide_nav_trigger:active {
		outline: none;
	}
	.slide_nav_trigger span {
		width: 24px;
		height: 24px;
		background: url(../img/nav_open.svg) no-repeat center;
		background-size: cover;
		display: block;
		position: absolute;
		top: 12px;
		left: 12px;
	}
	.slide_nav_trigger.close span {
		background: url(../img/nav_close.svg) no-repeat center;
	}
}


/* === footer === */

footer {
	width: 70%;
	padding: 40px 15% 60px;
	background: url(../img/bdr_wht.png) repeat-x bottom 10px center #5d488a;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	position: absolute;
	bottom: 0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #e5e1ec;
}
address {
	float: left;
}
address dl dt {
	float: left;
}
address dl dd {
	padding-left: 120px;
}
.copyright {
	font-family: 'Merriweather', serif;
	float: right;
}
.pageup {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
}
.btn_shop_fixed {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 100;
}
.btn_dealers_fixed {
	position: fixed;
	bottom: calc(50% - 120px);
	right: -10px;
	z-index: 100;
	transition: all .5s;
}
.btn_dealers_fixed:hover {
	right: 0;
}

@media only screen and (max-width: 767px) {
	footer {
		width: calc(100% - 60px);
		padding: 25px 30px 40px;
		font-size: 1.3rem;
		text-align: center;
		position: relative;
	}
	address {
		margin-bottom: 1em;
		float: none;
	}
	address dl dt {
		font-weight: 700;
		float: none;
	}
	address dl dd {
		padding-left: 0;
	}
	.copyright {
		font-size: 1.2rem;
		float: none;
	}
	.pageup {
		display: none;
		position: fixed;
		bottom: -5px;
		right: -5px;
	}
	.pageup img {
		width: 60px;
		height: 60px;
	}
	.btn_shop_fixed {
		display: none;
	}
	.btn_dealers_fixed {
		bottom: 70px;
	}
	.btn_dealers_fixed img {
		width: 60px;
	}
}