@charset "Shift_JIS";

@import url("reset.css");
@import url("common.css");
@import url("style.css");


/*-----キービジュアル(TOP）-----*/

.keyVisual-top {
	width: 1000px;
	height:400px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	display: inherit;
}


.text-x {
	line-height: 22px;

}

/*-----スライダー-----*/

/* Slicebox Style */
.sb-slider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li > a {
	outline: none;
}

.sb-slider li > a img {
	border: none;
}

.sb-slider img {
	max-width: 100%;
	display: block;
}

.sb-description {
	padding: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #222222;
	background: rgba(0,0,0, 0.4);
	border-left: 4px solid #ffffff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #fff;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,176,155, 0.7);
}

.sb-perspective {
	position: relative;
}

.sb-perspective > div {
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}

.sb-side {
	margin: 0;
	display: block;
	position: absolute;

	-moz-backface-visibility : hidden;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*-----スライダー（オプション）-----*/

.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../image/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(../image/nav.png) no-repeat top left;
	position: absolute;
	top: 45%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../image/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}


/*-----2カテゴリ-----*/

.secondCategory {
	width: 750px;
	height: 105px;
	margin: 0 auto;
	font-size: 12px;
}

.category-1 {
	width: 371px;
	height: 105px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.category-1 a{
	width: 371px;
	height: 105px;
	display: block;
	background:url(../image/category-1.png) no-repeat left;
}

.category-1 a:hover{
	width: 371px;
	height: 105px;
	background: #333333 url(../image/category-1.png) no-repeat left;
	opacity: 0.9;
}

.category-2 {
	width: 379px;
	height: 105px;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.category-2 a{
	width: 379px;
	height: 105px;
	margin-left: 8px;
	display: block;
	background:url(../image/category-2.png) no-repeat left;
}

.category-2 a:hover{
	width: 379px;
	height: 105px;
	background: #333333 url(../image/category-2.png) no-repeat left;
	opacity: 0.9;
}

/*-----news-----*/

.news {
	width: 500px;
	height: 320px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background: none;
	display: inherit;
}

.news h2 {
	width: 450px;
	height: 40px;
	padding: 0px 0px 0px 50px;
	line-height: 40px;
	text-align: left;
	color: #FFFFFF;
	background: #969696 url(../image/fb-title.png) no-repeat;
}

.news ul {
	height: 270px;
	margin-top: 10px;
	font-size: 13px;
	overflow: auto;
	line-height: 25px;
	text-align: left;
}


.news a{
	border-left: 5px #009933 solid;
	padding-left: 10px;
	color:#009933;
}


/*-----fb-----*/

.fb {
	width: 240px;
	height: 300px;
	margin-top: 20px;
	float: right;
	display: inherit;
}

.fb ul{
	width: 240px;
	margin: 0px 0px 0px 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fb li{
	margin: 0px 0px 20px 0px;
}

.fb-mobile {
	display: none;
}


/*-----サービス概要-----*/


.variable {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.serviceBlock {
	width: 750px;
	float: left;
}

.serviceBlock h1 {
	width: 700px;
	height: 40px;
	padding: 0px 0px 0px 50px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background: #969696 url(../image/service-title.png) no-repeat;
}

.serviceBlock dl {
	height: 130px;
}

.serviceBlock dt {
	padding-left: 60px;
	padding-top: 10px;
	height: 60px;
	text-align: left;
	font-size: 15px;
/*	line-height: 60px;
	font-size: 14px;*/
}

.serviceBlock dt a {
	color:#00CC33;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.serviceBlock dd {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color:#666666;
}

/* COLUMN */

.col {
	height: 120px;
	padding: 5px 5px 0px 5px;
	margin: 10px 0px 0px 0px;
	background: #ffffff;
	float: left;
	margin-left: 1.0%;
	border: 1px solid #666666;
}


/* reset cols to 4-column */

.serviceBlock .col {
	width: 22.6%;
}

.serviceBlock a {
	display: block;
}

/* clear col */
.serviceBlock .col:nth-of-type(4n+1),

.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}


/*-----サービス1段目-----*/

.serviceA-1 {

}

.serviceA-1 dt {
	background: url(../image/serviceA-1.png) no-repeat;
}


.serviceA-2 {

}

.serviceA-2 dt{
	background: url(../image/serviceA-2.png) no-repeat;
}

.serviceA-3 {

}

.serviceA-3 dt{
	background: url(../image/serviceA-3.png) no-repeat;
}

.serviceA-4 dt{
	background: url(../image/serviceA-4.png) no-repeat;
}

/*-----サービス2段目-----*/

.serviceB-1 {

}

.serviceB-1 dt {

	background: url(../image/serviceB-1.png) no-repeat;
}

.serviceB-2 {

}

.serviceB-2 dt{
	background: url(../image/serviceB-2.png) no-repeat;
}

.serviceB-3 {

}

.serviceB-3 dt{
	background: url(../image/serviceB-3.png) no-repeat;
}

.serviceB-4 dt{
	background: url(../image/serviceB-4.png) no-repeat;
}

/*-----サービス3段目-----*/

.serviceC-1 {

}

.serviceC-1 dt {
	background: url(../image/serviceC-1.png) no-repeat;
}

.serviceC-2 {

}

.serviceC-2 dt{
	background: url(../image/serviceC-2.png) no-repeat;
}

.serviceC-3 {

}

.serviceC-3 dt{
	background: url(../image/serviceC-3.png) no-repeat;
}

.serviceC-4 dt{
	background: url(../image/serviceC-4.png) no-repeat;
}

/*-----サービス4段目-----*/

.serviceD-1 dt {
	background: url(../image/serviceD-1.png) no-repeat;
}


/************************************************************************************
タブレット
*************************************************************************************/

@media screen and (max-width: 900px) {

.keyVisual-top {
	width: 100%;
	height: 300px;
}

/*-----スライダー-----*/

/* Slicebox Style */
.sb-slider {
	margin: 0px ;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-description {
	display: none;
}

/*-----スライダー（オプション）-----*/

.nav-arrows a {
	display: none;
}

/*-----2カテゴリ-----*/

.secondCategory {
	width: 100%;
	height:135px;
	margin: 0 auto;
}

.category-1 {
	width: 100%;
	height: 60px;
	margin: 5px 0px 0px 0px;
	float: none;
	font-size: 18px;
	text-indent: inherit;
	white-space: normal;
	overflow: inherit;
	display: inline-block;
}

.category-1 a{
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background:#00af20;
}

.category-1 a:hover{
	width: 100%;
	height: 60px;
	background:#00af20;
	opacity: 0.9;
}

.category-2 {
	width: 100%;
	height: 60px;
	margin: 5px 0px 0px 0px;
	float: none;
	font-size: 18px;
	text-indent: inherit;
	white-space: normal;
	overflow: inherit;
	display: inline-block;
}

.category-2 a{
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background:#939268;
}

.category-2 a:hover{
	width: 100%;
	height: 60px;
	background:#939268;
	opacity: 0.9;
}

/*-----news-----*/

.news {
	width: 100%;
	height: 40%;
	float: none;
	margin-top: 0px;
	margin-bottom: 50px;
	background: none;
	display: inherit;
}


.news h2 {
	width: 100%;
	height: 40px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #969696;
}

.news ul {
	margin-top: 0px;
	font-size: 16px;
	line-height: 33px;
	text-align: left;
	border-bottom: 1px #666666 solid;
}

.news a{
	border-left: none;
	padding-left: 10px;
	color:#009933;
}


/*-----Facebook-----*/

.fb {
	width: 100%;
	height: 100%;
	float: none;
	margin-top: 0px;
	background: none;
	display: inherit;
}

.fb h2 {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #969696;
}

.fb iframe {
	padding: 0px 0px 0px 0px;
}

.fb-mobile {
	display: none;
}

/*-----ピックアップ-----*/

.picup {
	display: none;
}

/*-----サービス概要-----*/

.serviceBlock {
	width: 100%;
	margin-top: 10px;
	float: none;
}

.serviceBlock h1 {
	width: 100%;
	height: 40px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #969696;
}


/* reset cols to 3-column */

.serviceBlock .col {
	width: 30.6%;
}
.serviceBlock .col:nth-of-type(4n+1) {
	margin-left: 1.1%;
	clear: none;
}
.serviceBlock .col:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
}


}

/************************************************************************************
スマホ/タブレット
*************************************************************************************/

/* reset cols to 2-column */
@media screen and (max-width: 600px) {

.keyVisual-top {
	width: 100%;
	height: 240px;
}

/*-----news-----*/

.news {
	width: 100%;
	height: 290px;
	float: none;
	margin-top: 0px;
	margin-bottom: 50px;
	background: none;
	display: inherit;
}


.news h2 {
	width: 100%;
	height: 40px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #969696;
}

.news ul {
	margin-top: 0px;
	font-size: 12px;
	line-height: 33px;
	text-align: left;
}

.news a{
	border-left: none;
	padding-left: 10px;
	color:#009933;
}


/*-----fb-----*/

.fb {
	display: none;
}


.fb-mobile {
	width: 100%;
	height: 80px;
/*	margin-top: 100px;*/
	margin-bottom: 5px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fb-mobile a{
	width: 100%;
	height: 80px;
	display: block;
	background:url(../image/fb-mobile.png) no-repeat center;
}

/*-----サービス概要-----*/

.serviceBlock .col {
	width: 47.0%;
}

.serviceBlock .col:nth-of-type(3n+1) {
	margin-left: 1.1%;
	clear: none;
}

.serviceBlock .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

.serviceBlock dl {
	height: auto;
}

.serviceBlock dt {
	padding-left: 60px;
	height: 60px;
/*	line-height: 60px;*/
	font-size: 17px;
}

}

/************************************************************************************
スマホ
*************************************************************************************/

/* reset cols to fullwidth */
@media screen and (max-width: 500px) {

.keyVisual-top {
	width: 100%;
	height: 150px;
}

/*-----スライダー-----*/

.shadow {
	width: 100%;

	position: relative;
	margin-top: -110px;
	background: transparent url(../image/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description {
	padding: 5px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	position: inherit;
	background: #000000;
	border-left: 0px solid #ffffff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #ffffff;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
	display: inherit;
}

.sb-description h3 {
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #222222;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

/*-----news-----*/

.news {
	width: 100%;
	height: 100%;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	background: none;
	display: inherit;
}




/*-----fb-----*/

.fb {
	display: none;
}


.fb-mobile {
	width: 100%;
	height: 80px;
/*	margin-top: 100px;*/
	margin-bottom: 5px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fb-mobile a{
	width: 100%;
	height: 80px;
	display: block;
	background:url(../image/fb-mobile.png) no-repeat center;
}


/*-----サービス概要-----*/

.serviceBlock {
	width: 100%;
	margin-top: 10px;
	float: none;
}

.col {
	width: 95% !important;
	height: 100px;
	margin-left: 0 !important;
	clear: none !important;

}

.serviceBlock dl {
	height: auto;
}

.serviceBlock dt {
	padding-left: 70px;
	font-size: 25px;
}

.serviceBlock dt a {
	color:#00CC33;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.serviceBlock dd {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color:#666666;
}

}