@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-top a {
	color: #fff;
	background-color: #b2c9b3;
}

/* ==========================================================================
	MAIN
	========================================================================== */

#main {
	position: relative;
	overflow: hidden;
}
#main .wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45%;
	height: 100%;
}
#main .wrapper img {
	width: 25%;
	margin-top: 8%;
}
.bx-viewport:before,
.bx-viewport:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 1000;
}
.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}
.bx-viewport:before {
	right: 100%;
	left: -100%;
}
.bx-viewport:after {
	left: 100%;
	right: -100%;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

/*BUSINESS*/

#business li {
	position: relative;
	background-color: #fff;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
#business li:hover {
	cursor: pointer;
	background-color: #ede747;
}
#business li:hover dd {
	color: #fff;
}
#business li span.number {
	position: relative;
	display: block;
	width: 60px;
	color: #fff;
	font-size: 2rem;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #ede747;
	padding: 17px 0;
	margin: -30px auto 0 auto;
	z-index: 1000;
}
#business li .inner {
	padding: 35px 30px 30px 30px;
}
#business li dl {
	text-align: center;
}
#business li dt {
	font-size: 1.7rem;
	margin-bottom: 15px;
}
#business li dd {
	color: #619060;
	font-size: 1.3rem;
}

/*WORKS*/

#works {
	background: url(../images/index-images/works.gif) 50% 100% no-repeat;
	padding: 100px 0 250px 0;
}
#works h2 {
	margin-bottom: 30px;
}
#works p {
	font-size: 1.6rem;
	line-height: 3em!important;
	margin-bottom: 50px;
}

/*PRICE*/

#notice {
	padding: 60px 0 0 0!important;
}
#notice li {
	width: 48%;
}
.notice-wrapper {
	text-align: left;
}
.price img {
	float: left;
	width: 48%;
}
.price .inner {
	float: right;
	width: 48%;
}
.price h2 {
	font-size: 1.8rem;
	background: url(../images/cmn-images/icon05.png) 0 8px no-repeat;
	background-size: 15px;
	border-bottom: solid 1px #619060;
	padding: 0 0 10px 30px;
	margin-bottom: 20px;
}
#notice li h3 {
	color: #619060;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.price .mitsumori {
	font-family: 'Fira Sans', sans-serif;
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}

/*PARTNER*/

.partner {
	display: block;
	width: 40%;
	margin: 0 auto;
}
.partner .inner {
	background-color: #f4fff4;
	border: dashed 1px #ccc;
	padding: 20px 0;
}
.partner h3 {
	text-align: center;
	margin-bottom: 15px;
}
.partner p {
	text-align: center;
	margin-bottom: 0;
}
.partner img {
	display: block;
	width: 25%;
	margin: 0 auto 15px auto;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

.notice-wrapper {
	width: 1600px;
	margin: 0 auto;
}
}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

/*MAIN*/

#main .wrapper img {
	width: 30%;
	margin-top: 5%;
}

/*BUSINESS*/

#business li span.number {
	width: 50px;
	color: #fff;
	font-size: 1.8rem;
	padding: 13px 0;
	margin: -25px auto 0 auto;
}
#business li .inner {
	padding: 20px;
}

/*WORKS*/

#works {
	background: url(../images/index-images/works.gif) 60% 100% no-repeat;
	padding: 40px 0 250px 0;
}
#works h2 {
	margin-bottom: 20px;
}
#works p {
	font-size: 1.6rem;
	line-height: 3em!important;
	margin-bottom: 30px;
}

/*PRICE*/

.notice-wrapper {
	width: 95%;
	margin: 0 auto;
}
.price img {
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto 20px auto;
}
.price .inner {
	float: none;
	width: 100%;
}
.price .mitsumori {
	font-size: 3.5rem;
	line-height: 3.5rem;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

/*MAIN*/

#main .wrapper img {
	width: 50%;
	margin-top: 4%;
}

/*BUSINESS*/

#business li dt {
	font-size: 1.6rem;
}

/*WORKS*/

#works {
	background: url(../images/index-images/works.gif) 60% 100% no-repeat;
	background-size: 250%;
	padding: 40px 0 200px 0;
}
#works h2 {
	margin-bottom: 20px;
}
#works p {
	font-size: 1.5rem;
	line-height: 2em!important;
	margin-bottom: 20px;
}

/*PRICE*/

#notice {
	padding: 30px 0 0 0!important;
}
#notice li {
	float: none!important;
	width: 100%;
	overflow: hidden;
}
.notice h2 {
	font-size: 1.6rem;
	background-size: 12px;
	padding: 0 0 10px 25px;
}
#notice li h3 {
	font-size: 1.5rem;
}
.price .mitsumori {
	font-size: 2.7rem;
	line-height: 2.7rem;
}


}

