<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 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%;
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

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

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

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

#main {
}

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

a:hover {
	opacity: 0.7;
}

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

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	#container {
		padding-top: 90px;
	}
	
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 30px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 174px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 100;
}

h1 {
	margin-bottom: 20px;
	text-align: center;
}

h1 a:hover {
	opacity: 1;
}

#gHeader .menu,
.menuBox {
	display: none;
}

@media all and (max-width: 767px) {
	#gHeader {
		padding: 15px 0;
		height: 90px;
	}
	
	h1 {
		margin: 0 auto;
		width: 120px;
	}
	
	#gHeader .menu {
		position: absolute;
		bottom: 11px;
		right: 20px;
		display: block;
	}

	#gHeader .menu img {
		width: 25px;
	}

	.menuBox {
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 101;
	}

	.menuBox .bgBox {
		background-color: rgba(204,129,159,0.75);
	}
	
	.menuBox .close {
		position: absolute;
		right: 16px;
		top: 13px;
	}

	.menuBox .logo {
		padding: 20px 0;
		text-align: center;
	}

	.menuBox .menuList {
		border-bottom: 1px solid #fff;
	}
		
	.menuBox li {
		float: left;
		width: 50%;
	}

	.menuBox li:first-child {
		float: none;
		width: 100%;
	}

	.menuBox li a {
		padding: 20px;
		display: block;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		text-align: center;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}

	.menuBox li:nth-child(2n) a {
		border-left: none;
	}

	.menuBox li:first-child a {
		border-left: none;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 4px 0;
	text-align: center;
	background-color: #EFEFEF;
}

#gNavi ul {
	padding-left: 140px;
	margin: 0 auto;
	width: 680px;
	border-right: 1px solid #000;
	box-sizing: border-box;
}

#gNavi li {
	float: left;
	width: 20%;
}

#gNavi li a {
	padding: 4px;
	display: block;
	text-align: center;
	border-left: 1px solid #000;
}

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

@media all and (max-width: 767px) {
	#gNavi {
		display:  none;
		padding: 4px 0;
		text-align: center;
		background-color: #C1517D;
	}
	
	#gNavi ul {
		padding-left: 140px;
		margin: 0 auto;
		width: 680px;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	
	#gNavi li {
		float: none;
		width: auto;
	}
	
	#gNavi li a {
		padding: 4px;
		border-left: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 60px;
	padding: 12px 0;
	background-color: #FBE6ED;
}

#gFooter .btnList {
	display: none;
	position: absolute;
	position: fixed;
	left: 65px;
	bottom: 188px;
	z-index: 100;
}

#gFooter .btnList li {
	margin-top: 17px;
	width: 43px;
}

#gFooter .fInner {
	margin: 0 auto;
	max-width: 730px;
}

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

#gFooter .fLogo a {
	color: #6C6A65;
	font-size: 1.6rem;
	letter-spacing: -1px;
}

#gFooter .fLogo a .en {
	letter-spacing: 1px;
}

#gFooter .fLogo a:hover {
	opacity: 1;
}

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

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

#gFooter .fNavi li:last-child a {
	border-right: 1px solid #000;
}

#gFooter .fNavi li a {
	padding: 2px 35px;
	display: inline-block;
	border-left: 1px solid #000;
}

#gFooter .copyright {
	letter-spacing: -0.5px;
	text-align: center;
}

@media all and (max-width: 767px) {
	#gFooter {
		margin-top: 20px;
		padding-bottom: 40px;
	}
	
	#gFooter .btnList {
		padding: 7px;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: #FBE6ED;
	}
	
	#gFooter .btnList li {
		margin: 0 20px;
		display: inline-block;
		margin-top: 0;
		width: 22px;
	}
	
	#gFooter .fInner {
		margin: 0 10px;
	}
	
	#gFooter .fLogo {
		margin-bottom: 10px;
	}
	
	#gFooter .fLogo a {
		font-size: 1.4rem;
	}
	
	#gFooter .fNavi {
		margin: 0 -10px 15px;
		overflow: hidden;
		border-bottom: 1px solid #000;
	}
	
	#gFooter .fNavi li {
		display: block;
		float: left;
		width: 50%;
	}
		
	#gFooter .fNavi li a {
		padding: 10px;
		display: block;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-left:none;
	}
	
	#gFooter .fNavi li:nth-child(2n) a {
		border-right: none;
	}

	#gFooter .fNavi li:nth-child(3) a,
	#gFooter .fNavi li:nth-child(4) a {
		border-bottom: 1px solid #000;
	}
	
	#gFooter .fNavi li:last-child a {
		border-right: 1px solid #000;
		border-top: none;
	}
}</pre></body></html>