@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: "游明朝","Yu Mincho","游明朝体","YuMincho",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: #808080;
	text-decoration: none;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #808080;
}

a:active {
	color: #808080;
}

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

#container {
	text-align: left;
}

#main {
	padding: 0 0 18px;
}

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;
	}
	
	#main {
		padding: 93px 0 18px;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: rgba(168,168,168,0.5);
}

#gHeader .hBox {
	padding: 27px 0 4px;
	width: 895px;
	margin: 0 auto;
}

#gHeader .logo {
	margin: 17px 19px 0 0;
	float: left;
}

#gHeader .contact {
	margin-top: 60px;
	float: right;
}

#gHeader .contact a {
	display: block;
	color: #FFF;
	font-weight: bold;
}

#gHeader .contact a:hover {
	opacity: 0.7;
}

#gHeader .contact a img {
	margin: -4px 6px 0 10px;
	display: inline-block;
	vertical-align: middle;
}

#gHeader h1 {
	font-size: 61px;
	color: #FFF;
	line-height: 1.3;
	letter-spacing: 31px;
}

#gHeader h1 .text01 {
	display: block;
	font-size: 24px;
	letter-spacing: 10px;
}

#gHeader h1 .text02 {
	color: #FF7BAC;
}

@media all and (min-width: 0) and (max-width: 767px) {	
	#gHeader .contact {
		display: none;
	}
	
	#gHeader .hBox {
		padding: 10px;
		width: auto;
	}
	
	#gHeader .logo {
		margin: 0;
		float: left;
	}
	
	#gHeader .logo img {
		width: 160px;
	}
	
	#gHeader h1 {
		margin-bottom: 5px;
		font-size: 15px;
		letter-spacing: 3px;
	}
	
	#gHeader h1 .text01 {
		display: inline-block;
		font-size: 11px;
		letter-spacing: 1px;
	}
	
	#gHeader .menu {
		margin-top: 20px;
		float: right;
	}
	
	#gHeader .menu img {
		width: 30px;
	}
	
	#gHeader .menuBox {
		display: none;
		width: 100%;
		padding: 10px;
		position: absolute;
		left: 0;
		top: 100%;
		background-color: #FFF;
		box-sizing: border-box;
	}
	
	#gHeader .menuBox a {
		padding: 11px 0 10px;
		display: block;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #000;
		border-bottom: 1px solid #000;
	}
	
}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 6px 0 4px;
	background-color: #FBE6ED;
}

/*#gNavi.on {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
*/
#gNavi ul {
	width: 890px;
	margin: 0 auto;
	display: flex;
}

#gNavi ul li {
	margin-right: 0px;
	float: left;
	flex: 1 1;
	white-space: nowrap;
}

#gNavi ul li:nth-child(2) {
	margin-right: 0px;
}

#gNavi ul li:last-child {
	margin-right: 0;
}

#gNavi ul li a {
	padding-left: 3px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	border-left: 2px solid #FF7BAC;
}

#gNavi ul li:last-child a {
	color: #808080;
	border-left: 2px solid #808080;
}

#gNavi ul li a:hover {
	opacity: 0.7;
}

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

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 44px 0 52px;
	background-color: #FBE6ED;
}

#gFooter p {
	font-weight: bold;
	color: #6D6A64;
	text-align: center;
	line-height: 1.74;
}

#gFooter .text {
	margin-bottom: 7px;
	font-size: 25px;
	color: #808080;
	letter-spacing: 5px;
	line-height: 1.55;
}

#gFooter .text .txt01 {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
}

#gFooter .text .txt02 {
	color: #FF7BAC;
}

#gFooter .text .txt03 {
	display: block;
	font-size: 9px;
	color: #6D6A64;
	line-height: 1;
	letter-spacing: 0;
}

#gFooter p a {
	color: #6D6A64;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 20px 0;
	}

}

@media all and (-ms-high-contrast:none){
	#gNavi ul li a {
		padding-top: 4px;
	}

}  