@charset "utf-8";

/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2013/01/18 T.S                           */
/* -------------------------------------------------- */

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


#top .slider_wrap{
	position: relative;
	margin: 0 auto 70px;
/*	max-width:1800px;*/
	max-width: 1600px;
	
}
  #top .li01{
    position: relative;
  }
#top .slider_wrap .text01{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -188px;
	
}
  #top .slider_wrap .text01_sp{
    display: none;
  }
#top .slider_wrap .text02{
	position: absolute;
	right: 0;
	bottom:0;
	
}
  #top .slider_wrap .text02_2{
	position: absolute;
	right: 0;
	bottom:0;
	
}
  
  #top .slider_wrap .text03{
	position: absolute;
	left: 710px;
	top: 180px;
}
  #top .slider_wrap .text03 img{
    width: 100%;
  }
  
  #top .slider_wrap .text04{
    position: absolute;
    left: 118px;
    top: 220px;
}
  #top .slider_wrap .text04 img{
    width: 100%;
  }
  #top .slider_wrap .text05{
    position: absolute;
    left: 75px;
    top: 80px;
}
  #top .slider_wrap .text05_sp{
    display: none;
  }

#top .slider_wrap li{
	height: 800px;
}
#top .slider_wrap .li01{
	background-image: url(../../img/main_pic06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#top .slider_wrap .li02{
	background-image: url(../../img/main_pic07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#top .slider_wrap .li03{
	background-image: url(../../img/main_pic05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#top .top_btn01{
	text-align: center;
	margin-top: 30px;
	
}
#top .top_btn01 a{
	display: inline-block;
	background-color: #E26867;
	color: #FFFFFF;
	text-align: center;
	width: 200px;
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 15px;
	border-radius: 4px;
}
#top .top_btn01 a:hover{
	opacity: 0.8;
}
#top .top_btn01 a span{
	display: inline-block;
	background-image: url(../../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 25px 0 10px;
}


}


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


#top .slider_wrap{
	position: relative;
	margin-bottom: 30px;
}
#top .slider_wrap .text01_sp{
	position: absolute;
	left: 41%;
	top: 35px;
	right: 40%;
}
  #top .slider_wrap .text01 {
	display: none;
}
#top .slider_wrap .text02{
	position: absolute;
	right: -14%;
	bottom:0;
  text-align: right;
}
  #top .slider_wrap .text02_2{
	position: absolute;
	left: 2%;
	bottom:0;
  text-align: right;
  right: inherit;
}

  #top .slider_wrap .text03{
	position: absolute;
	left: 34%;
	top: 116px;
	right: 30%;
}
#top .slider_wrap .text04{
  display: none;
}
  #top .slider_wrap .text05{
  display: none;
}
  #top .slider_wrap .text05_sp{
	position: absolute;
	left: 31%;
	top: 80px;
	right: 26%;
}
  #top .slider_wrap .text02 img{
    width: 75%;
  }
  #top .slider_wrap .text02_2 img{
    width: 75%;
  }
#top .slider_wrap li{
	height: 500px;
}
#top .slider_wrap .li01{
	background-image: url(../../img/main_pic_sp06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#top .slider_wrap .li02{
	background-image: url(../../img/main_pic_sp07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#top .slider_wrap .li03{
	background-image: url(../../img/main_pic_sp05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#top .top_btn01{
	text-align: center;
	margin-top: 15px;
}
  #top .text01 img{
    width: 45px;
    height: auto;
  }
#top .top_btn01 a{
	display: inline-block;
	background-color: #E26867;
	color: #FFFFFF;
	text-align: center;
	width: 40%;
	min-width: 180px;
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 15px;
	border-radius: 4px;
}
#top .top_btn01 a:hover{
	opacity: 0.8;
}
#top .top_btn01 a span{
	display: inline-block;
	background-image: url(../../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 25px 0 10px;
}


}
