<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--------------------
ID、class、CSS命名ルール
・「タグ名」+「_」+「識別名」+「_」+「連番」
例）.ul_info_01
--------------------*/
/*--------------------
日本語CSS
base
--------------------*/
*{margin: 0; padding: 0}
* {
	filter: inherit;
}
a { text-decoration : none}
ul, ol { list-style : none}

html {
	overflow-y: scroll;
}
body{
	color: #3c2d06;
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-size: 14px;
	line-height: 1.9;
	overflow-x : hidden ;
	font-family:Meiryo, メイリオ,'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

p{
	margin: 0px;
	padding: 0px;
}
ul,li,dl,dt,dd {
	list-style: none;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0px;
	padding:0px;
	clear:both;
}
img {
	border: 0px;
	vertical-align:middle;
}

object {
	vertical-align: middle;
	outline: none;
}
a:link {
	color:#3350b4;
	text-decoration:none;
}
a:visited {
	color:#3350b4;
}
a:hover,a:active {
	color:#3350b4;
	text-decoration:underline;
}

/*--------------------
header
--------------------*/
header{
	width:940px;
	height: 115px;
	margin:0 auto;
	position: relative;
}
header h1{
	background:url(../images/logo.gif);
	width: 366px;
	height: 60px;
	position: absolute;
	background-repeat: no-repeat;
	top:15px;
	left: 0;
	text-indent: -9999px;
}
header .description{
	position: absolute;
	bottom: 10px;
	left:0;
}
header .area_contact{
	position: absolute;
	right: 0;
	width: 400px;
	height: 115px;
}
header .area_contact .lead_contact{
	position: absolute;
	top: 30px;
	font-size:18px;
}
header .area_contact .tel{
	font-size: 26px;
	background: url(../images/tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	position: absolute;
	bottom:1px;
}
header .area_contact .time{
	position: absolute;
	right: 0;
	bottom: 10px;
}
header .area_logo{
	width:400px;
	height:115px;
	margin-left:-11px;
	float:left;
}
/*--------------------
globalNavigation
--------------------*/
.gNavi{
	width:100%;
	height: 70px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.gNavi ul{
	width:960px;
	height: 80px;
	margin:0 auto;
}
.gNavi ul li{
	float: left;
	font-size: 18px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	text-align: center;
}
.gNavi ul li + li{
	border-left: none;
}
.gNavi ul li a{
	text-decoration: none;
	color: #3c2d06;
	display: block;
	height: 50px;
	padding-top: 20px;
}
.gNavi ul li a:hover{
	background-color: #ea6a84;
	color: #fff;
}
.gNavi .nav01{
	width: 186px;
}
.gNavi .nav02,.gNavi .nav03,.gNavi .nav04,.gNavi .nav05{
	width: 192px;
}

/*--------------------
wrap
--------------------*/
#wrap  {
}
/*--------------------
footer
--------------------*/
footer {
	width:960px;
	height:100px;
	margin:0 auto;
	position: relative;
}
.nav_footer{
	font-size: 18px;
	position:absolute;
	right: 0;
	top:30px;
}
.nav_footer a{
	color: #3c2d06;
}
.nav_footer a:hover{
	text-decoration: underline;
}
footer #copyright {
	color: #a6a6a6;
	position:absolute;
	left: 0;
	top:36px;
}

/*--------------------
contents
--------------------*/
#wrap.home {
	background: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#contents {
	width:960px;
	margin: 0 auto;
	position: relative;
	_zoom:1;overflow:hidden;
}
.home #contents{height: 520px;padding-bottom:20px;}
.home #contents .midashi_home{
	display:none; 
}
.home #contents .text_home{
	text-indent:-9999px;
}
.home #contents .name_home{
	display:none; 
}
.home #contents .name_photo{
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left:0;
}
/*--------------------
2階層以下共通
--------------------*/
#wrap .area_midashi {
	background: url(../images/back_h1.gif);
	background-repeat: repeat-y;
	background-position: top center;
	height: 175px;
	font-size: 40px;
	margin-bottom: 50px;
}
#wrap .area_midashi h1{
	background: url(../images/second_main.jpg);
	height: 128px;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight:normal;
	text-align: center;
	padding-top: 47px; 
}
/*--------------------
member
--------------------*/
#contents .box{margin-bottom: 50px;}
#contents .box table{
	width: 958px;
}
#contents .box .row01{
	border: 1px solid #dbdbdb;
	height:215px;
}
#contents .box .row02{
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#contents .box .row01 th{
	width: 380px;
	background: url(../images/bak_name.gif);
	background-repeat: no-repeat;
	background-position: 40px 20px;
	position: relative;
}
#contents .box th .name_sub{
	font-size: 18px;
	position: absolute;
	top:43px;
	left: 100px;
	font-weight:normal;
}
#contents .box th .name{
	font-size:40px;
	position: absolute;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight:normal;
	top:70px;
	left: 105px;
}
#contents .box td{
	padding: 50px 0;
	vertical-align: top;
}
#contents .box td.cell02{
}
#contents .box td.cell03{
	width: 380px;
	padding: 50px 50px 50px 100px;
}
#contents .box td.cell03 span,#contents .box td.cell04 span{
	font-size: 18px;
}
#contents .box td.cell03 ul,#contents .box td.cell04 ul{
	margin-top: 15px;
}
#contents .box td.cell04{}
table:first-child tr{border: none;}
/*--------------------
flow
--------------------*/
#contents .box_flow table{
	width: 958px;
}
#contents .box_flow th{
	font-size:18px;
	width: 260px;
	font-weight: normal;
	background-color: #dbf7dc;
	border: 1px solid #dbdbdb;
}
#contents .box_flow td{
	padding: 20px;
	border: 1px solid #dbdbdb;
}
#contents .box_flow span{
	font-size: 18px;
}
#contents .box_flow .tel{
	background: url(../images/tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	margin-right: 20px;
}
.arrow{
	width: 260px;
	background: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	text-indent: -9999px;
}
/*--------------------
price
--------------------*/
.lead{
	margin-bottom: 50px;
}
#contents .box_price{
	margin-bottom: 50px;
}
#contents .box_price table.lev01{
	width: 958px;
}
#contents .box_price .lev01 th{
	font-size:18px;
	height: 50px;
	text-align: left;
	padding-left: 30px;
	font-weight: normal;
	background-color: #dbf7dc;
	border: 1px solid #dbdbdb;
}
#contents .box_price .lev01 th span{
	margin-right: 20px;
}
#contents .box_price .lev01 td{
	border: 1px solid #dbdbdb;
	padding: 30px;
}
#contents .box_price .lev01 .lev02{
	width: 896px;
}
#contents .box_price .lev01 .lev02 th{
	font-size:18px;
	height: 40px;
	font-weight: normal;
	padding: 0;
	background-color: #fcf5e8;
	border: 1px solid #dbdbdb;
	text-align: center;
}
#contents .box_price .lev01 .lev02 td{
	height: 40px;
	padding: 0;
	text-align: center;
}
#contents .box_price .lev01 .lev02 td.midashi{
	width: 418px;
	text-align: left;
	padding: 0 0 0 30px;
}
#contents .box_price .lev01 td span{
	font-size: 18px;
}
#contents .box_price .lev01 table.under_midashi{
	margin:10px 0 25px;
}
#contents .box_price .lev01 .lev02 td.model{
	width: 100px !important;
}
#contents .box_price .more{
	margin-top: -10px;
}
#contents .box_price .more_02{
	margin: 20px 0;
}
#contents .box_price .caution{
	font-size: 85% !important;
	margin-left: 5px;
}
.w450{width:448px !important;}
.w255{width:223px !important;}
.te-left{text-align:left !important;padding-left:20px !important;}
/*--------------------
access
--------------------*/
.box_access{
	width: 958px;
	height: 390px;
	border: 1px solid #dbdbdb;
	position: relative;
}
.box_access .add{
	position: absolute;
	top:30px;
	left: 30px;
}
.box_access .img_01{
	background: url(../images/ph.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 170px;
	position: absolute;
	top:150px;
	left: 30px;
}
.box_access .img_02{
	background: url(../images/map.gif);
	background-repeat: no-repeat;
	width: 525px;
	height: 290px;
	position: absolute;
	top:30px;
	right :30px;
}
.box_access .go_map{
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.box_access .go_map a{
	text-decoration: none;
}
.box_access .go_map a:hover{
	text-decoration: underline;
}
/*--------------------
privacy
--------------------*/
.box_privacy{
	width: 898px;
	border: 1px solid #dbdbdb;
	padding: 30px;
}
.box_privacy dt{
	font-weight: bold;
	margin-bottom: 15px;
}
.box_privacy dt span{
	margin-right: 10px;
}
.box_privacy dd {
	margin: 0 0 35px 25px;
}
/*--------------------
SP
--------------------*/
.nav06,.area_midashi_home,.slicknav_menu{
	display:none;
}
/*--------------------
404
--------------------*/
.notfound {
    margin: 100px auto;
    text-align: center;
    background-color: #fde9fe;
    width: 50%;
    padding: 20px;
    border-radius: 10px;
}
.notfound .caution{font-size:180%;margin-bottom:10px;font-weight:bold;}
.notfound .gotop{margin-top:40px;}
.notfound .gotop a {text-decoration:underline;}</pre></body></html>