/* ---------- Main Styles ---------- */
body {
	font-size:82%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing:0.3px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
p{
	letter-spacing:1px;
	/*text-align:center;*/
}


.mb-10 {
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}


/*--------------------------
マイナーチェンジ追記
　新タイトルスタイル
-------------------------*/
.n-title {
	font-size: 40px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.n-title span {
	margin-left: 30px;
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width:640px) {
	.n-title {
		font-size: 30px;
	}
	.n-title span {
		margin-left: 20px;
	}
}

/*--------------------------
HOME
-------------------------*/
/*バナーエリア*/
.banner_area {
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width:980px) {
	.banner_area img{
		max-width: 100%;
	}
}


/* ---------- loader Styles ---------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: url(images/sky.jpg) no-repeat, #ffffff;
  background-size:cover;
  z-index: 999999999;
  overflow:hidden;
}
#loader {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#load_logo span.en_logo{
	display:block;
}
#load_apple{
	position:fixed;
	bottom:0;
	left:30%;
}
@media screen and (max-width:640px) {
	#load_logo img{
		width:100%;
		height:auto;
	}
	#load_apple{
		left:15%;
	}
	#load_apple img{
		width:100%;
		height:auto;
	}
}
#load_plane{
	position: absolute;
	top:40%;
	width:100%;
	animation: loadAnimation 4s linear 1 0s;
	-webkit-animation: loadAnimation 4s linear 1 0s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	text-align:left;
}
@keyframes loadAnimation {
		0% { left: 0; }
		50%{ left:50%;}
		100% { left: 100%; }
}
@-webkit-keyframes loadAnimation {
		0% { left: 0; }
		50%{ left:50%;}
		100% { left: 100%; }
}


/* ---------- General Styles ---------- */
#wrapper{
	padding:40px 0;
	width:100%;
	z-index:1000;
	overflow:hidden;
}

@media screen and (max-width:640px) {
	#wrapper {
		padding: 15px 0;
	}
}
#bottom_wrap{
	background:#ffffff;
}
.cont{
	position:relative;
	margin:0 auto;
	padding:40px 0;
	width:1050px;
}
#header{
	width:100%;
	height:80px;
}
#nav{
	margin:0 auto;
	width:570px;
}
#nav li{
	float:left;
}
#scroll_header{
	position:fixed;
	top:-80px;
	left:0;
	width:100%;
	height:80px;
	background:#ffffff;
	z-index:2000;
}
#scroll_header h1{
	position:absolute;
	top:18px;
	left:10%;
	width:190px;
}
@media screen and (max-width:640px) {
	#scroll_header h1 img{
		width:80%;
	}
}
#scroll_header #nav02{
	position:absolute;
	top:0;
	right:20%;
	width:570px;
}
#scroll_header #nav02 li{
	float:left;
}
#contact_area{
	clear:both;
	position:fixed;
	top:-130px;
	right:8%;
	width:120px;
	height:130px;
	z-index:2000;
	background:url(images/contact_area_bg.png) no-repeat top left;
	text-align: center;
}
#contact_area ul{
	width: 106px;
	margin: 41px auto 0 auto;
}
#contact_area ul li {
	font-size: 14px;
	vertical-align: middle;
}
#contact_area ul li:first-child {
	margin-bottom: 5px;
}
#contact_area ul li a{
	display: block;
	width: 104px;
	height: 23px;
	border: solid 1px #FFF;
	background: #FFC8D5;
	color:#333;

 	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

#contact_area ul li a:active{
	color:#333;
}
#contact_area ul li a:hover {
	background: #FF567C;
	color: #FFFFFF;
}

@media screen and (max-width:1200px) {
	#scroll_header #nav02{
		right:17%;
	}
	#scroll_header h1{
		left:5%;
	}
}
@media screen and (max-width:980px) {
	#scroll_header #nav02{
		display:none;
	}
	#contact_area{
		display:none;
	}
}

#menu {
  display: none;
}
 
@media screen and (min-width : 980px) {
  .slicknav_menu {
    display: none;
  }
  .slicknav_menu{
	  position:fixed;
	  z-index: 10000000;
   	 top: 0px;
    	right: 0px;
    	width: 100%;
  }
}
.slicknav_btn{
	z-index:100000;
	background:url(common/img/btn_menu01.png) no-repeat;
	width:80px;
	height:40px;
    position: fixed;
}
.slicknav_btn span{
	display:none;
}
.slicknav_menu li:first-child{
	background-color:#FF933D;
}
.slicknav_menu li:nth-child(2){
	background-color:#FFD200;
}
.slicknav_menu li:nth-child(3){
	background-color:#46BA60;
}
.slicknav_menu li:nth-child(4){
	background-color:#008c81;
}
.slicknav_menu li:nth-child(5){
	background-color:#56adc3;
}
.slicknav_menu li:nth-child(6){
	background-color:#7587DB;
}

.slicknav_menu li:nth-child(7),.slicknav_menu li:nth-child(8){
	background-color:#FA5272;
	border-bottom:1px solid #ffffff;
}



#copy{
	position:fixed;
	top:145px;
	right:20px;
	z-index:1000;
}

#main_plane{
	position:absolute;
	top:100px;
	animation: planeAnimation 6s linear 1 5s;
	-webkit-animation: planeAnimation 6s linear 1 5s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	text-align:left;
	opacity:0;
	z-index:1000;
}
@keyframes planeAnimation {
    0% { top:400px; right: -80px; opacity:1; transform: scale(1.3);}
	50%{ top:380px; right:50%; opacity:1;}
	70%{ top:350px; right:70%; opacity:1; transform: rotateX(90deg);}
	90%{ top:330px; right:90%; opacity:0.6; transform: scale(0.6);}
    100% { top:330px; right: 90%; opacity:0; transform: scale(0.6); }
}
@-webkit-keyframes planeAnimation {
    0% { top:500px; right: -80px; opacity:1; transform: scale(1.5);}
	50%{ top:450px; right:50%; opacity:1;}
	70%{ top:420px; right:70%; opacity:1; transform: rotateX(90deg);}
	90%{ top:400px; right:90%; opacity:0.6; transform: scale(0.9);}
    100% { top:400px; right: 90%; opacity:0; transform: scale(0.9); }
}

#slide_wrap{
	position:relative;
	width:100%;
	height:540px;
	background:transparent;
}
#slide_wrap2{
	width:100%;
	height:600px;
	background:transparent;
}
#cb-slide_wrap{
	position:relative;
	margin:0 auto;
	width:100%;
	height:540px;
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 540px;
    top: 80px;
    z-index: 0;
	overflow:hidden;
}
.cb-slideshow li span {
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
}
div#main_logo {
    z-index: 1000;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    animation: titleAnimation 36s linear 1 3.5s;
	-webkit-animation: titleAnimation 36s linear 1 3.5s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
#pin{
	z-index:1000;
	position:absolute;
	top:-80px;
	left:45%;
	width:140px;
	height:auto;
	text-align:center;
}
#pin img{
	width:100%;
}
@media screen and (min-width: 1000px) {
	div#main_logo{
		top:70px;
	}
}
.cb-slideshow li:nth-child(1) span {
    background-image:url(images/main_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:none;
	 animation: imageAnimation 36s linear 1 0s;
	-webkit-animation: imageAnimation 36s linear 1 0s;
}
.fluid_container{
	margin:80px auto 0;
	max-width:1200px;
	background-size:contain;
	z-index:-2;
}


@keyframes titleAnimation {
    0% { opacity: 0; animation-timing-function: ease-in;}
    20.6% { opacity: 0; }
    25% { opacity: 1; animation-timing-function: ease-out; }
    100% { opacity: 1; }
}
@-webkit-keyframes titleAnimation {
    0% { opacity: 0; animation-timing-function: ease-in;}
    20.6% { opacity: 0; }
    21% { opacity: 1; animation-timing-function: ease-out; }
    100% { opacity: 1; }
}
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}
@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1; transform: scale(1.3); }
    30% { opacity: 1; transform: scale(1.3); }
	40% { opacity: 0; transform: scale(1.3); }
    100% { opacity: 0; transform: scale(1.3); }
}
@-webkit-keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1; transform: scale(1.3); }
    30% { opacity: 1; transform: scale(1.3); }
	40% { opacity: 0; transform: scale(1.3); }
    100% { opacity: 0; transform: scale(1.3); }
}

/*h1{
	position:absolute;
	top:340px;
	right:30px;
	font-size:13px;
	font-weight:bold;
	z-index:1000;
}*/

#intro{
	/*background:#ffffff;*/
}
#intro_wrap{
	position:relative;
	margin:0 auto;
	width:1050px;
	height:170px;
}
#intro_inner{
	padding:0;
	height:100%;
	animation: introAnimation 36s linear 1 6.5s;
	-webkit-animation: introAnimation 36s linear 1 6.8s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	opacity:0;
}
#intro_stump{
	position:absolute;
	top:-50px;
	left:50px;
	z-index:1;
	animation: stampAnimation 36s linear 1 7.5s;
	-webkit-animation: stampAnimation 36s linear 1 7.5s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	opacity:0;
}

@keyframes introAnimation {
    0% { opacity: 0; top:340px;  animation-timing-function: ease-in;}
    20.6% { opacity: 0; top:340px; }
    25% { opacity: 1; top:340px; animation-timing-function: ease-out;}
    100% { opacity: 1; top:340px; }
}
@-webkit-keyframes introAnimation {
    0% { opacity: 0; top:340px;  animation-timing-function: ease-in;}
    20.6% { opacity: 0; top:340px; }
    25% { opacity: 1; top:340px; animation-timing-function: ease-out;}
    100% { opacity: 1; top:340px; }
}
@keyframes stampAnimation {
    0% { opacity: 0; top:250px;  animation-timing-function: ease-in;}
    20.6% { opacity: 0; top:250px; }
    25% { opacity: 1; top:250px; animation-timing-function: ease-out;}
    100% { opacity: 1; top:250px; }
}
@-webkit-keyframes stampAnimation {
    0% { opacity: 0; top:250px;  animation-timing-function: ease-in;}
    20.6% { opacity: 0; top:250px; }
    25% { opacity: 1; top:250px; animation-timing-function: ease-out;}
    100% { opacity: 1; top:250px; }
}
#intro_plane{
	position:absolute;
	right:170px;
	bottom:240px;
}
#intro_plane_line{
	position:absolute;
	right:45px;
	top:0px;
}

/*--------------------------
新着情報
.news
-------------------------*/

.news {
	background: #F2F5AF;
	padding: 40px 0 50px 0;
	margin: 10px 0 65px 0;
}
.news .contents-width {
	width: 1050px;
	margin: 0 auto;
}
.news ul {
	margin: 0 80px;
	height: 250px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-right: 15px;
}
.news li {
	list-style: none;
	margin: 0.5em 0;
	display: block;
	padding-bottom:20px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #999;
	font-size: 16px;
}
.news li a {
	color: #5D5DB8;
	font-weight: normal;
	text-decoration: none;
}


.news .date {
	display: inline-block;
	padding: 7px 14px 7px 30px;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
	width: 11%;
}
.news .icon {
	display: inline-block;
	width: 100px;
	height: 21px;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
}
/*アイコンクラス*/
.news .event-news {
	background: #F9C600;
	color:#000000;
}
.news .land-info {
	background: #D7006C;
	color: #FFF;	
}
.news .notice {
	background: #008C81;	
	color: #FFF;
}
.news .others {
	background: #5EAD22;	
	color: #FFF;
}

.news .text {
	display: inline-block;
	width: 65%;
	margin-left: 1.5em;
	padding-right: 30px;
}

@media screen and (max-width:980px) {
	.news .contents-width {
		width: 100%;
	}
	.news ul {
	margin: 0 20px;
	}
	.news .date {
	padding: 7px 14px 7px 0;
	width: 20%;
	}
	.news br {
		display: none;
	}

}
@media screen and (max-width:768px) {
	.news .text {
	width: 100%;
	margin-left: 0;
	padding-right: 0;
	margin-top: 10px;
	}	
}

@media screen and (max-width:640px) {
	.news .date {
	padding: 7px 14px 7px 0;
	width: 35%;
	}
	.news .icon {
	width: 70px;
	font-size: 13px;
	}
	.news .text {
	width: 100%;
	margin-left: 0;
	padding-right: 0;
	margin-top: 10px;
}
}
	
	





/*--------------------------
イベント情報
.event
-------------------------*/

.event {
	margin:0px auto 50px auto;
	text-align: center;
}

.event .heading {
	margin-bottom: 35px;
    padding-bottom: 16px;
    font-size: 22px;
    border-bottom: 5px solid #66bacd;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:980px) {
	.event img{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	.event {
		width: 100%;
		margin: -30px auto 50px 0;
	}
	.event img {
		max-width: 100%;
	}
}





#consept {
	
}
#consept #consept_contents_wrap{
	margin:0 auto;
	width:1050px;
}

#info{
	/*background:url(images/info_cont_bg.png) repeat, #ffffff;*/
	margin: 20px 0 60px 0;
}

.bnr-area-hatsugano {
	/*margin: 30px auto;*/
	text-align: center;
}
.bnr-area-hatsugano p {
	margin-bottom: 20px;
}




#info h2{
	margin-bottom:20px;
	font-size:15px;
}
#info .info_leftcont{
	float:left;
	width:48%;
}
#info .info_leftcont ul li {
	border-bottom: dotted 1px #878686;
	padding: 0 5px 8px 5px;
	margin-bottom: 10px;
}
#info .info_leftcont ul li .date{
	font-size: 110%;
	font-weight:bold;
}
#info .info_rightcont{
	float:right;
	width:48%;
}
.progress_area {
	margin-bottom: 15px;
}
@media screen and (max-width: 769px){
	.progress_area img {
		width: 100%;
	}
}
#info .info_rightcont #photo_area li{
	float:left;
	width:46%;
	margin-right:2%;
}
#info .info_rightcont #photo_area li img{
	width:100%;
}
#info .info_rightcont .photo_area_L {
	width: 473px;
	margin-bottom: 25px;
}
@media screen and (max-width: 768px){
	#info .info_rightcont .photo_area_L {
		width: 100%;
	}
	#info .info_rightcont .photo_area_L img {
		width: 100%;
	}
}






#offer .btn{
	margin:10px auto;
}
#offer .btn a:hover{
	opacity:0.8;
}
#offer .attention{
	margin:30px auto 0;
	width:75%;
	font-size:12px;
	text-align:left;
}

#maker .maker_tit{
	background:#fff;
}
#maker .uri{
	text-align:left;
	font-size:9px;
	background:url(images/bg_border.png) repeat-x;
}
#maker .maker_list{
	margin:0 auto;
	width:940px;
}
#maker .maker_list li{
	float:left;
	margin:5px 8px;
}
#maker .maker_list li .coordinator{
	display:block;
	text-align:left;
	font-size:9px;
	background:url(images/bg_border.png) no-repeat;
}
#maker .maker_list li a:hover{
	opacity:0.8;
}

#footer{
	background:url(images/footer_illust.png) repeat-x, #00a85f;
}
#footer_contents{
	padding:80px 0 15px;
}

.fl-l{
	float:left;
}
.fl-r{
	float:right;
}

.anime{
}
.anime_item{
	transition: .8s;
}

.list-mv01{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	-moz-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
}


/*--btn Animation--*/
.animbtn a {
	padding-top: 60px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}
.animbtn a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.animbtn a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



/*---clearfix---*/
.cf:after   {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
} 

/*コンテンツメニュー*/
.content_menu {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}
.content_menu h2 {
	text-align: center;
	margin-bottom: 37px;
}
.content_menu .content_info {
	padding: 0 82px;
	margin-bottom:37px;
}
.content_menu .content_info p {
	margin-bottom: 24px;
	line-height: 1.5;
	font-size: 16px;
	text-align: left;
}
.content_menu .content_menu_wrap {
	
}
.content_menu .content_menu_wrap:after {
	content: ""; 
	display: block; 
	clear: both;
	zoom:1;
}
.content_menu .first_column {
	width: 600px;
	float: left;
}
.content_menu .second_column {
	width: 435px;
	float: right;
}

@media screen and (max-width: 1050px){
	.content_menu .first_column {
		width: 80%;
		float: none;
		margin: 0 auto 20px auto;
	}
	.content_menu .first_column img {
		width: 100%;
	}
	.content_menu .second_column {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.content_menu .second_column img {
		width: 100%;
	}
}

.content_menu .second_column ul li {
	margin-top: 15px;
}
.content_menu .second_column ul li:first-child {
	margin-top: 0;
}

@media screen and (max-width: 767px){
	.content_menu .content_info {
		width: 90%;
		margin: 0 auto 37px auto;
		padding: 0;
	}
	.content_menu .content_info p {
		margin-bottom: 24px;
		line-height: 1.5;
		font-size: 16px;
		text-align: left;
	}
	.content_menu .content_menu_wrap {
		width: 95%;
		margin: 0 auto;
	}
	.content_menu .content_menu_wrap img {
		width: 100%;
	}
	.content_menu .first_column {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.content_menu .second_column {
		float: none;
		width: 100%;
	}

}


/*旧　コンテンツ*/
#consept #consept_contents_wrap{
	max-width: 100%;
}
#consept #consept_contents_wrap img{
	max-width: 100%;
}
.cont{
	max-width: 1050px;
	width: 100%;
}
.camera_wrap div{
	max-width: 100%;
	background-size: contain;
}
@media screen and (max-width: 769px){
.cont{
	max-width: 1050px;
	width: 95%;
	margin: 0 auto;
}
#maker .maker_list{
	width: auto;
}
}
@media screen and (max-width: 640px){
	#info .info_leftcont{
		float: none;
		width: 90%;
	}
	#info .info_rightcont{
		float: none;
		width: 90%;
		margin-top: 20px;
	}
	#info .info_leftcont ul li .date{
		display:block;
	}
	#info .photo_area{
		margin: 0 auto;
	}
	#index .btn img{
		width: 90%;
		text-align:center;
	}
}
@media screen and (max-width: 360px){
	#info .info_rightcont #photo_area li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#maker .maker_list li{
		float: none;
	}
}
.cb-slideshow li{
	position:relative;
}
#index{
	z-index:100000;
	background-color:#ffffff;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/*---slidewrap---*/
.pc-none{
	display:none;
}
@media screen and (max-width: 767px){
	.sp-none{
		display:none;
	}
	.pc-none{
		display:block;
	}
	#slide_wrap,#main_plane{
		height:0;
		display:none;
	}
	#camera_wrap_3,#slide_wrap2{
		width:100%;
		height:767px !important;
	}
}
@media screen and (max-width: 640px){
	.sp-none{
		display:none;
	}
	.pc-none{
		display:block;
	}
	#slide_wrap,#main_plane{
		height:0;
		display:none;
	}
	#camera_wrap_3,#slide_wrap2{
		width:100%;
		height:640px !important;
	}
}
@media screen and (max-width: 500px){
	.sp-none{
		display:none;
	}
	.pc-none{
		display:block;
	}
	#slide_wrap,#main_plane{
		height:0;
		display:none;
	}
	#camera_wrap_3,#slide_wrap2{
		width:100%;
		height:500px !important;
	}
}
@media screen and (max-width: 400px){
	.sp-none{
		display:none;
	}
	.pc-none{
		display:block;
	}
	#slide_wrap,#main_plane{
		height:0;
		display:none;
	}
	#camera_wrap_3,#slide_wrap2{
		width:100%;
		height:380px !important;
	}
}
@media screen and (max-width: 320px){
	.sp-none{
		display:none;
	}
	.pc-none{
		display:block;
	}
	#slide_wrap,#main_plane{
		height:0;
		display:none;
	}
	#camera_wrap_3,#slide_wrap2{
		top:20px;
		width:320px;
		height:420px !important;
	}
}



/*-------------------------
資料請求ボタン
------------------------*/
.greenBtn a{
	display: block;
	max-width: 600px;
	margin: 40px auto;
	background-color: #00a85f;
	color: #fff;
	padding: 1%;
	border-radius: 3px;
	line-height: 1.4;
}
.greenBtn p:first-child{
	font-weight: bold;
	font-size: 14px;
}
.greenBtn p:last-child{
	font-size: 28px;
}

.spDisplay{
	display: none;
}
@media screen and (max-width: 640px){
.spDisplay{
	display: inherit;
}
.pcDisplay{
	display: none;
}
}
.txtSmall{
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	max-width: 800px;
	margin: 40px auto;
}
@media screen and (max-width: 640px){
.btnWrap{
	padding-top: 0;
}
.greenBtn p:first-child{
	font-weight: bold;
	font-size: 12px;
}
.greenBtn p:last-child{
	font-size: 18px;
}
.greenBtn a{
	padding: 3%;
}
}


/*-------------------------
イベントバナー
------------------------*/

.event-bnr {
	margin: 50px auto 0 auto;
	text-align: center;
}


