<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	font-family: "M Plus Rounded 1C", "Yu Gothic", YuGothic, "Æ’qÆ’â€°Æ’MÆ’mÅ&nbsp;pÆ’S Pro", "Hiragino Kaku Gothic Pro", "Æ’ÂÆ’CÆ’Å&nbsp;Æ’I", "Meiryo", sans-serif;
	font-size:100%;
	line-height:180%;
	color: #222;
	min-width:1300px;
	-webkit-text-size-adjust: 100% ;/* iPhoneÆ’tÆ’HÆ’â€œÆ’gÆ’TÆ’CÆ’YÅ&nbsp;gâ€˜Ã¥â€˜ÃŽÂÃ´ */
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style:none;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../image/spacer.gif); /* AndroidÆ’yÂ[Æ’Wâ€šÃŒPâ€”vâ€˜fâ€šÃŒÅ’â€žÅ&nbsp;Ã”â€˜ÃŽÂÃ´ */
}
a:link {color:#06F; outline:none; }
a:visited {color:#06F;}
a:hover {color: #333;}
a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
#wrapper {}
#base {}

.pc {display:block;}
.sm {display:none;}

/*====================================================================================================
  HEADER
====================================================================================================*/

#header { clear:both; width:100%; background:#FCF6E9; padding:40px 0 55px; }
#header .head { max-width:1010px; margin:0 auto; }
#header .head::after { /*float_clear*/ display:block; clear:both; content:"";}

/*** LOGO ******************************************************************/
#header h1,
#header h1 a { display: block; width:183px; height:135px; }
#header h1 { float:left; }
#header h1 a {
	text-decoration: none;
	color: #222;	
	text-indent:-9999px;
	background: url(../image/logo.png) no-repeat;
	
}

/*** NAVIGATION ************************************************************/
nav { float:right; width:70%; }
#Nav { width:100%; }
#Nav ul { width:100%; margin-top:40px; }
#Nav ul::after { display:block; clear:both; content:""; }
#Nav ul li { float: left; width:20%; margin-top:15px; }
#Nav ul li#nav4 { width:40%; margin-top:0; }
#Nav ul li p a {
	display: block;
	padding:20px 0;
	color: #231F20;
	font-family:"M Plus Rounded 1C";
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 130%;
	box-sizing: border-box;
}
#Nav ul li:hover p a { color:#C4161C; background:url(../image/arrow_down-red.png) no-repeat center bottom; }
#Nav ul li.active p a { background:url(../image/arrow_down-red.png) no-repeat center bottom; }
#Nav ul li#nav4 p a {
	display:block;
	font-size:unset;
	text-align:left;
	padding-left:50px;
	background:url(../image/icon_tel.png) no-repeat 10px 35px;
}
#Nav ul li#nav4 p a small { display:block; margin-bottom: 5px; font-size:75%; }
#Nav ul li#nav4 p a b { display:block; font-size:173%; }



/*====================================================================================================
  CONTENT
====================================================================================================*/

#content { clear:both; width:100%; }


/*** FLOATING BAR ******************************************************************/
#floatingbar { 
	position:fixed; 
	bottom:0; 
	z-index:9999;
	width:100%;
	background:#FFF;
	box-shadow:0 -2px 10px rgba(0,0,0,.3);
}
#floatingbar ul {}
#floatingbar ul::after { display:block; clear:both; content:""; }
#floatingbar ul li { float:left; width:50%; }
#floatingbar ul li:last-child { border-left:2px solid rgba(97, 98, 100, 0.2); }
#floatingbar ul li a {
	display:block;
	padding:15px 0 15px 45px;
	text-decoration:none;
	color:#231F20;
	font-family:"M Plus Rounded 1C";
	font-size:82%;
	font-weight:bold;
	background:url(../image/icon_tel.png) no-repeat 15px;
	background-size:21px 21px;
}
#floatingbar ul li:last-child a {
	background:url(../image/icon_calendar.png) no-repeat 15px;
	background-size:22px 22px;
}


/*====================================================================================================
  FOOTER
====================================================================================================*/

#footer {}
#footer .f_top { max-width: 1010px; width: 100%; margin: auto	; clear: both; padding: 60px 0; }
#footer .f_top::after { clear: both; content: ""; display: block; }
#footer .f_top .box { float: left; text-align: center; }
#footer .f_top .map { float: right; }
#footer .f_top h3 {
	background: url(../image/f_logo.png) no-repeat center;
	background-size: 100%;
	width: 259px;
	height: 179px;
	text-indent: -99999px;
	margin: 12px 0 30px;
}
#footer .f_top .add { font-size: 103%; margin-bottom: 16px; font-weight: bold; }
#footer .f_top .tel small { 
	font-size: 87.5%; 
	display: block; 
	border-bottom: 0.5px solid #231f20; 
	border-top: 0.5px solid #231f20; 
	color: #231f20;
	line-height: 190%;
	width: 230px;
	margin: auto auto 10px;
}
#footer .f_top .tel b { font-size: 167%; }
#footer .f_top .tel b a { 
	text-decoration: none;
	display: block; 
	color: #231f20; 
	background: url(../image/icon_tel.png) no-repeat left center;
	background-size: 30px 30px;
	padding-left: 14px;
	width: 240px;
	margin: auto;
}

#footer .f_nav { background: #fcf6e9; padding: 25px 0 20px; }
#footer .f_nav ul { clear: both; max-width: 435px; width: 100%; margin: auto; }
#footer .f_nav ul::after { clear: both; content: ""; display: block; }
#footer .f_nav ul li { float: left; position: relative; }
#footer .f_nav ul li+li::after {
	content: "ï¼";
	position: absolute;
	left: 0;
	top: 0;
}
#footer .f_nav ul li a { text-decoration: none; color: #4f4f51; font-size: 93%; display: block; padding: 0 25px 0 35px; }
#footer .f_nav ul li:first-child a { padding-left: 0; }
#footer .f_nav ul li:last-child a { padding-right: 0; }
#footer .f_nav ul li a:hover { text-decoration: underline; }

#footer .copy {
	background: #c4161c;
	font-size: 63%;
	color: #fff;
	text-align: center;
	padding: 5px 0 3px;
}


/*====================================================================================================
  PAGE
====================================================================================================*/

#page,
#page a { display:block; width:51px; height:51px;}
#page { position: fixed; bottom:130px; right: 20px;}
#page a {
	text-indent: -9999px;
	background:#c4161c url(../image/page_top.png) no-repeat;
}


/*====================================================================================================
  COLOR eto.. [No Touch]
====================================================================================================*/
.light-blue { color: #40A6DD;}
.blue { color: #0000FF;}
.dark-blue { color: #000099;}
.purple { color: #660099;}
.pink { color: #FF6699;}
.red { color: #FF0000;}
.orange { color: #FF6600;}
.yellow { color: #FFCC00;}
.white { color: #FFFFFF;}
.gray { color: #666666;}
.brown { color: #663300;}
.green { color: #339900;}
.italic { font-style: italic;}
.strong { font-weight: bold;}
.large { font-size: 115%; line-height: 140%;}
.small { font-size: 80%;}
.underline { text-decoration: underline;}
.line-through { text-decoration: line-through;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}</pre></body></html>