@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------*/
/* common.css */
/*------------------------------------------------------*/
.allWrap {
	position: relative;
}
.alpha a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.scrEvent {
	-moz-opacity: 0;
	opacity: 0;
}

/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
header {
	background: #FFF url(../image/header_bg_bottom.png) center bottom repeat-x;
	width: 100%;
	min-width: 980px;
}
header:before {
	content: "";
	display: block;
	height: 20px;
	background: url(../image/header_bg_top.png) center top repeat-x;
	width: 100%;
}
header .headerInner {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 3px;
	text-align: center;
}

/* ------------------------------------------------------------ */
/* bottomArea */
/* ------------------------------------------------------------ */
.bottomArea {
	width: 100%;
	min-width: 980px;
	background: #FFF;
}
.bottomArea .bottomAreaInner {
	width: 960px;
	margin: 0 auto;
	padding: 90px 10px 70px;
	overflow: hidden;
}
#sub .bottomArea .bottomAreaInner {
	padding-top: 60px;
}
.bottomArea .bottomAreaInner .ttl {
	text-align: center;
	margin-bottom: 20px;
}
.bottomArea .bottomAreaInner .ttl.sub_ttl {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 50px;
}
.bottomArea .bottomAreaInner .ul_sitelink {
	overflow: hidden;
	margin: 40px -20px 40px;
}
.bottomArea .bottomAreaInner .ul_sitelink li {
	float: left;
	padding: 0 20px 10px;
}
.bottomArea .bottomAreaInner .ul_pagelink {
	background: url(../image/bottom_pagelink_bottom.png) left bottom no-repeat;
	overflow: hidden;
	zoom: 1;
	padding: 0 0 10px 8px;
}
.bottomArea .bottomAreaInner .ul_pagelink:before {
	content: " ";
	display: block;
	height: 10px;
	margin-left: -8px;
	background: url(../image/bottom_pagelink_top.png) left bottom no-repeat;
	margin-bottom: -3px;
}
.bottomArea .bottomAreaInner .ul_pagelink li {
	width: 228px;
	float: left;
}
.bottomArea .bottomAreaInner .ul_pagelink li img {
	display: block;
}
.bottomArea .bottomAreaInner .ul_pagelink li img.link05 {
	margin-left: -3px;
}
.bottomArea .bottomAreaInner .ul_pagelink li.current {
	display: none;
}
.bottomArea .bottomAreaInner .ul_pagelink li + li {
	padding-left: 10px;
	background: url(../image/border_dotted_h.png) left center no-repeat;
}
.bottomArea .bottomAreaInner .ul_pagelink li.current:first-child + li {
	padding-left: 0;
	background: none;
}

.bottomArea .bottomAreaInner .ul_banner {
	clear: both;
}
.bottomArea .bottomAreaInner .ul_banner li {
	margin-top: 20px;
}
.bottomArea .bottomAreaInner .bottom_tel {
	margin-top: 20px;
}

.bottomArea .bottomAreaInner .bottom_page_top {
	text-align: center;
	margin-top: 30px;
}



/* ------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------ */
footer {
	background: url(../image/contentsWrap_bg.png) repeat;
	width: 100%;
	min-width: 980px;
}
footer .inner a.pagetop {
	display: block;
	text-align: center;
	background: url(../image/page_top_bg_off.png) repeat;
	padding: 30px 0 40px;
}
footer .inner a.pagetop:hover {
	display: block;
	text-align: center;
	background: url(../image/page_top_bg_on.png) repeat;
	padding: 30px 0 40px;
}

footer .footer02 .inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 30px;
}
footer .footer02 .inner .tel {
	margin-top: 10px;
}

footer .footer03 {
	width: 100%;
	min-width: 980px;
	background: #6A3906;
	color: #fff;
}
footer .footer03 small {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-size: 12px;
	padding: 10px 0;
}



/* ------------------------------------------------------------ */
/* mainvisual */
/* ------------------------------------------------------------ */
.mainVisual {
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	position: relative;
	height: 600px;
	background: url(../image/contentsWrap_bg.png) repeat;
}
.mainVisual:before ,
.mainVisual:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	height: 20px;
	width: 100%;
	z-index: 3000;
}
.mainVisual:before {
	top: 0;
	background: url(../image/header_bg_top.png) center top repeat-x;
}
.mainVisual:after {
	bottom: 0;
	background: url(../image/main/header_bottom.png) center bottom repeat-x;
}

.mainVisual .mainVisualInner {
	width: 980px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
/*main01 シーン1*/
.mainVisual .main01 {
	z-index: 1;
}
.mainVisual .main01 .women {
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 100;
}
.mainVisual .main01 .ballon {
	position: absolute;
	bottom: 290px;
	z-index: 50;
	/*  */
	display: none;
}
.mainVisual .main01 .ballon01 {
	left: 40px;
}
.mainVisual .main01 .ballon02 {
	left: 355px;
}
.mainVisual .main01 .ballon03 {
	left: 660px;
}

/*stripes 緞帳*/
.mainVisual .stripes {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: url(../image/main/stripes.png) center top repeat;
	/*  */
	margin-bottom: 600px;
}
/*building 建物*/
.mainVisual .building {
	position: absolute;
	width: 100%;
	height: 180px;
	top: 420px;
	left: 0;
	z-index: 1200;
	background: url(../image/main/building.png) center bottom repeat-x;
	/*  */
	margin-top: 180px;
}
/*cloud 雲*/
.mainVisual .cloud {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1100;
	text-align: center;
	background: url(../image/main/cloud.png) center top no-repeat;
	/*  */
	display: none;
}

/*main02 シーン1*/
.mainVisual .main02 {
	z-index: 1200;
}
.mainVisual .main02 .witch {
	z-index: 1500;
	position: absolute;
	top: 180px;
	left: 50px;
	/*  */
	margin-left: 770px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: none;
}
.mainVisual .main02 .twinkles {
	z-index: 1500;
	position: absolute;
	top: 134px;
	left: 69px;
	/*  */
	display: none;
}
.mainVisual .main02 .twinkles2 {
	z-index: 1500;
	position: absolute;
	top: 108px;
	left: 279px;
	/*  */
	display: none;
}
.mainVisual .main02 .title {
	z-index: 1400;
	position: absolute;
	top: 114px;
	left: 97px;
	/*  */
	display: none;
}
.mainVisual .main02 .sun {
	z-index: 1400;
	position: absolute;
	top: 74px;
	right: -133px;
	/*  */
	display: none;
}
.mainVisual .main02 .logo {
	z-index: 1500;
	position: absolute;
	bottom: 529px;
	left: 20px;
	/*  */
	margin-bottom: 100px;
}
.mainVisual .main02 .family {
	z-index: 1600;
	position: absolute;
	top: 350px;
	right: 7px;
	/*  */
	margin-top: 250px;
}




/*.mainVisual .mainVisualInner .siteLogo {
	position: absolute;
	top:30px;
}
.mainVisual .mainVisualInner .dammy {
	margin: 0 -260px;
}*/




/* ------------------------------------------------------------ */
/* contentWrap */
/* ------------------------------------------------------------ */
.contentWrap {
	background: url(../image/contentsWrap_bg.png) repeat;
	width: 100%;
	min-width: 980px;
}
.contentWrap .contentInner {
	width: 960px;
	padding: 50px 10px 100px;
	margin: 0 auto;
}


/* ------------------------------------------------------------ */
/* index */
/* ------------------------------------------------------------ */to
#index .contBox.cont01 {
}
#index .contBox .ttl + .box {
	margin-top: 40px;
}

#index .topMenus {
}
#index .topMenus .box {
	position: relative;
}
#index .topMenus .box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 100;
}
#index .topMenus .box.finish:before {
	display: none;
}
#index .topMenus .box a {
	display: block;
	overflow: hidden;
	position: relative;
}
#index .topMenus .box a .top_txt {
	position: absolute;
	top: 146px;
	width: 100%;
	left: 0;
	z-index: 50;
	display: block;
	text-align: center;
	color: #776C66;
	font-size: 15px;
	line-height: 1.6;
}
#index .topMenus .box a .top_witch {
	position: absolute;
	top: 413px;
	left: 367px;
	z-index: 50;
}
#index .topMenus .box a .top_witch img {
	display: inline-block;
	padding-top: 200px;
	padding-left: 200px;
}
#index .topMenus .box.finish a:hover .top_witch {
	display: none;
}
#index .topMenus .box.finish-sp a:hover .top_witch {
	display: block;
}


/* ------------------------------------------------------------ */
/* sub */
/* ------------------------------------------------------------ */
/*cace_ttl*/
#sub .cace_ttl {
	background: url(../image/case_top_bg.png) center no-repeat;
	text-align: center;
}
#sub .cace_ttl .top_img {
	margin-bottom: 20px;
}
#sub .cace_ttl .top_txt {
	color: #776C66;
	font-size: 15px;
	line-height: 1.6;
}
#sub .case_main_img {
	margin: 25px 0 0;
}

/*case_lead*/
#sub .case_lead {
	background: url(../image/case_lead_bg.png) center top no-repeat;
	width: 925px;
	height: 360px;
	text-align: center;
	overflow: hidden;
	margin: 30px auto 0;
}
#sub .case_lead .lead {
	padding-top: 67px;

}
#sub .case_lead .txt {
	color: #776C66;
	font-size: 22px;
	line-height: 1.64;
	padding-top: 67px;
}

/*point_img*/
#sub .point_img {
	padding-top: 125px;
	background: url(../image/arrow_flow.png) center 58px no-repeat;

}

/*pointsBox*/
#sub .pointsBox {
	margin-top: 20px;
}
#sub .pointsBox {
	padding-bottom: 8px;
	background: url(../image/border01.png) center bottom no-repeat;
}
#sub .pointsBox:before {
	content: "";
	display: block;
	height: 8px;
	width: 100%;
	background: url(../image/border01.png) center bottom no-repeat;
}
#sub .pointsBoxPlus {
	background-image: url(../image/border02.png);
}
#sub .pointsBoxPlus:before {
	background-image: url(../image/border02.png);
}
#sub .pointsBox .point_item {
	display: table;
	table-layout: fixed;
	border-top: 2px dashed #A58164;
	border-bottom: 2px dashed #A58164;
}
#sub .pointsBox .point_item + .point_item {
	border-top: none;
}
#sub .pointsBox .point_item .point_t {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 10px 20px;
}
#sub .pointsBox .pointsBoxPlus .point_t {
	padding: 10px 10px 10px 10px;
}
#sub .pointsBox .point_item .point_txt {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #776C66;
}
#sub .pointsBox .point_item .point_txt .lead {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.6;
	color: #6A3906;
	font-weight: bold;
}
#sub .pointsBox .point_item .point_img {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
#sub .pointsBoxPlus .point_item .point_img {
	padding-right: 0;
}
#sub .pointPlus {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 35px;
}
