@charset "UTF-8";
/*----------------------------------------

	- common
	- content
	- pc（1281px〜）
	- pc（1025px〜1280px）
	- tablet（737px〜1024px）
	- sp（〜736px）

-----------------------------------------*/

/*	common
-----------------------------------------*/

#common_gnav01_wrapper {
	position: fixed;
}

#common_header01 {
	background: none;
}

#common_header01_r #common_search01_box01 {
	position: relative;
	display: none;
	width: 93%;
	margin-top: 2px;
	padding: 3%;
	background-color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
}

#common_header01_r #common_search01_box01 #common_search01_text {
	width: 89%;
	margin-right: 3%;
	border: none;
}

#common_header01_r #common_search01_box01 #common_search01_btn {
	width: 6.4%;
}

/*	content
-----------------------------------------*/

html,
body,
#wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
}

#index_wrapper01 {
	height: 100%;
	position: relative;
	z-index: 1;
}

/* IE8対応 */
.ie8 #index_wrapper01 {
	height: auto;
}

#index_wrapper01 #slider01,
#index_wrapper01 #slider01_sp {
	display: none;
}

/* IE8対応 */
.ie8 #index_wrapper01 #slider01 {
	display: block;
}

#index_wrapper01 #index_gnav01 {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
}

#index_wrapper01 #index_title01 {
	display: block;
	width: 100%;
	background: rgba(254,248,198,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#50fef8c6', endColorstr='#50fef8c6');
}

#index_wrapper01 #index_title01 h1 {
	float: left;
	width: 33.3%;
	line-height: 1.0;
	text-align: center;
}

#index_wrapper01 #index_title01 #index_title01_r {
	float: left;
	width: 66.7%;
}

#index_wrapper01 #index_title01 #index_title01_r p {
	width: 90%;
	padding: 2.5% 5% 0;
	color: #000000;
	line-height: 2.0;
	font-size: 16px;
	font-size: 1.6rem;
}

#index_wrapper02 {
	width: 100%;
	position: absolute;
	z-index: 3;
}

/* IE8対応 */
.ie8 #index_wrapper02 {
	text-align: left;
	position: static;
}

#index_content01 {
	width: 100%;
	background-color: #ffffff;
}

#index_content01 {
	width: 100%;
}

#index_content01 #index_box01 {
	width: 99.2%;
	padding: 1% 0.4%;
	background-color: #fef8c6;
}

#index_content01 #index_box01 li {
	float: left;
	line-height: 1.0;
}

#index_content01 #index_box01 #index_banner01 {
	width: 32.5%;
	margin: 0 0.4%;
	text-align: center;
	background: url(../img/index_banner01_bg.jpg) no-repeat center center;
	background-size: 100% auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:1.0;
}

/* IE8対応 */
.ie8 #index_content01 #index_box01 #index_banner01 {
	background: url(../img/ie8/index_banner01_bg.jpg) no-repeat center center;
}

#index_content01 #index_box01 #index_banner02 {
	width: 32.5%;
	margin: 0 0.4%;
	text-align: center;
	background: url(../img/index_banner02_bg.jpg) no-repeat center center;
	background-size: 100% auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:1.0;
}

/* IE8対応 */
.ie8 #index_content01 #index_box01 #index_banner02 {
	background: url(../img/ie8/index_banner02_bg.jpg) no-repeat center center;
}

#index_content01 #index_box01 #index_banner03 {
	width: 32.5%;
	margin: 0 0.4%;
	text-align: center;
	background: url(../img/index_banner03_bg.jpg) no-repeat center center;
	background-size: 100% auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:1.0;
}

/* IE8対応 */
.ie8 #index_content01 #index_box01 #index_banner03 {
	background: url(../img/ie8/index_banner03_bg.jpg) no-repeat center center;
}

#index_content01 #index_box01 #index_banner01:hover,
#index_content01 #index_box01 #index_banner02:hover,
#index_content01 #index_box01 #index_banner03:hover {
	background-size:110% auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0.5	;
}

#index_box01 .index_box01_none {
	background-color: #ffffff;
	opacity:1.0 !important;
}

#index_box01 .index_box01_none img {
	cursor: default;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	-o-opacity: 0.2;
	-ms-opacity: 0.2;
	opacity: 0.2;
}

/*	megamenu
-----------------------------------------*/

#megamenu_wrapper_arrow {
	bottom: 0;
}

#megamenu_wrapper_arrow .megamenu_wrapper_arrow02 {
	padding-bottom: 10%;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {

/*	content
-----------------------------------------*/

#index_wrapper01 #index_title01 h1 img {
	width: 422px;
}

#index_wrapper01 #index_title01 #index_title01_r p {
	padding: 2% 5% 0;
}

#common_gnav01 li a:link,
#common_gnav01 li a:visited {
	padding: 14px 0;
}

/* IE8対応 */
.ie8 #index_wrapper01 {
	height: 740px;
}

/*	megamenu
-----------------------------------------*/

#megamenu_wrapper_arrow .megamenu_wrapper_arrow02 {
	padding-bottom: 130px;
}

}

/*----------------------------------------
	pc（1025px〜1280px）
-----------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width:1280px) {

/*	content
-----------------------------------------*/

}

/*----------------------------------------
	tablet（737px〜1024px）
-----------------------------------------*/
@media only screen and (min-width: 737px) and (max-width:1024px) {

/*	common
-----------------------------------------*/

#common_header01_r #common_search01_box01 #common_search01_text {
	width: 86%;
	margin-right: 3%;
}

/*	content
-----------------------------------------*/

#index_wrapper01 #index_title01 #index_title01_r p {
	padding: 1.5% 5% 0;
	font-size: 11px;
	font-size: 1.1rem;
}

}

/*----------------------------------------
	sp（〜736px）
-----------------------------------------*/

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

/*	common
-----------------------------------------*/

#common_header01_r #common_search01_box01 {
	display: none;
	width: 94%;
	margin-top: 0.5%;
	padding: 3%;
}

#common_header01_r #common_search01_box01 #common_search01_text {
	width: 85%;
	margin-right: 4%;
}

#common_header01_r #common_search01_box01 #common_search01_btn {
	width: 5%;
}

/*	content
-----------------------------------------*/

html,
body,
#wrapper {
	height: auto;
}

#common_header01 {
	position: static;
	background: #ffffff;
}

#index_wrapper01 {
	height: auto;
	position: static;
}

#index_wrapper01 #index_gnav01 {
	position: static;
}

#index_wrapper01 #index_title01 h1 {
	float: none;
	width: 100%;
}

#index_wrapper01 #index_title01 h1 img {
	width: 84%;
}

#index_wrapper01 #index_title01 #index_title01_r {
	float: none;
	width: 100%;
}

#index_wrapper01 #index_title01 #index_title01_r p {
	padding: 5%;
	color: #000000;
	background-color: #fefbe3;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}

#index_wrapper01 #index_title01 #index_title01_r p br {
	display: none;
}

#index_content01 #index_box01 {
	width: 94%;
	padding: 3% 3% 0 3%;
}

#index_content01 #index_box01 li {
	float: none;
}

#index_content01 #index_box01 #index_banner01,
#index_content01 #index_box01 #index_banner02,
#index_content01 #index_box01 #index_banner03 {
	width: 100%;
	margin: 0;
	margin-bottom: 3%;
}

/*	slider01_sp
-----------------------------------------*/

#sliderContainer {
	display: none;
}

#index_wrapper01 #slider01_sp {
	display: block;
}

#index_wrapper02 {
	position: static;
}

}