﻿@charset "UTF-8";

body{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
	background-image: url(../images/bg01.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size:cover;
}


#container{
	width:100%;
	min-width:980px;
	overflow:hidden;
	margin:0 auto;
}

img{
	display: block;
	margin: 0 auto;
}

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

  セクション背景

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

#section1_01 {
	background:#fff;
}

#section1_02 {
	background-image: url(../images/bg_sec01.jpg);
}

#section2 {
	background-color:#9af3ea;
	background-image: url(../images/bg_sec02.jpg); 
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size:cover;
}

#section3 {
	background-color:#fdb1d7;
	background-image: url(../images/bg_sec03.jpg); 
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size:cover;
}


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

ヘッダーエリア

---------------------------------*/
#header {
	width:100%;
	min-width:980px;
	height: 1070px;	
	background: url(../images/header.png) no-repeat scroll center 0;
}

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

カウントダウンタイマー

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

.countdown {
	width:100%;
	min-width:980px;
	height: 450px;	
	background: url(../images/timer_bg.png) no-repeat scroll center 0;
	position: relative;
}

.countdown #tiles {
	width: 540px;
	position:absolute;
	z-index: 1;
	top:246px;
	left:50%;
	margin:0 0 0 -260px;
}

.countdown #tiles > span{
	font: bold 86px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #b0faf2;
	background-image: -webkit-linear-gradient(top, #b0faf2, #dcfffb); 
	background-image:    -moz-linear-gradient(top, #b0faf2, #dcfffb);
	background-image:     -ms-linear-gradient(top, #b0faf2, #dcfffb);
	background-image:      -o-linear-gradient(top, #b0faf2, #dcfffb);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: ;
	margin: 0 12px;
	padding: 10px 30px;
	display: inline-block;
}


.countdown .labels{
	position:absolute;	
	height: 30px;
		top:374px;
	left:50%;
	margin:0 0 0 -256px;
}

.countdown .labels li{
	width:172px;
	font: bold 24px 'Droid Sans', Arial, sans-serif;
	color: #000000;
	text-shadow:;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}


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

申し込みボタン

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

.btn-apply{
	display:block;
	margin:14px auto 0;
	padding-bottom:50px;
	text-align:center;
}
	
.btn-apply02{
	display:block;
	margin:0 auto;
	padding-bottom:50px;
	text-align:center;
}

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

画像

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


.img01 {
}

.img02 {
}

.img03 {
	display:block;
	margin:-98px auto 0;
}

.img04 {
}

.img05 {
}

.img06 {
}

.img07{
}

.img08{
}

.img09{
}


.img10{
	width:100%;
	min-width:980px;
	height: 1070px;	
	margin-top:35px;
	background: url(../images/header.png) no-repeat scroll center 0;
}

	

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

フッター

---------------------------------*/
footer{
	margin: 0 auto;
	min-width:980px;
	background: #ffef38;
	color: #f72ebd;
}

small{
	display:block;
	width: 100%;
	text-align:center;
	padding: 0;
}

.copy2{
	display:block;

	font-size:20px;
	line-height: 1.3;
	padding:15px 0 15px 0;
}


.foot_center{
	text-align: center;
	padding-top: 10px;
}

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

SP

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

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

	body{
		background:none;
	}
	
	body::before {
	    background:url(../images/.jpg) repeat center top;
 		background:#ffef38;		    
	    -webkit-background-size: 100%;
	    background-size: 100%;
	    display: block;
	    position: fixed;  
	    top: 0;
	    left: 0;
	    width: 100%;  
	    height: 100%;       
	    padding-bottom: 0;
	    content: "";
	    z-index: -1;
	}

    
#section2 {
	background:#9af3ea;
}

#header{
	width:100%;
	min-width:980px;
	height: 1086px;	
	background: url(../images/header_sp.jpg) no-repeat scroll center 0;
}

.img04 {
		max-width:100%;
		height:287px;
		background: url(../images/sub02_sp.png) no-repeat scroll center 0;
	}

.img05 {
		max-width:100%;
		height:1326px;
		background: url(../images/reason_sp.png) no-repeat scroll center 0;
}

.img06 {
		max-width:100%;
		height:435px;
		background: url(../images/text02_sp.png) no-repeat scroll center 0;
}

.img10{
	width:100%;
	margin-top:-35px;
	min-width:980px;
	height: 1086px;	
	background: url(../images/header_sp.jpg) no-repeat scroll center 0;
}
}