@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

/*youtubeについて*/
.video_bg {
	position: relative;
}

.video {
	position:absolute;
	top: 20px;
	text-align: center;
}

.video01 iframe {
	width:320px;
	height: 180px;
	top:100px;
}


@media screen and (min-width:641px){
  /*600px以上で適用する内容*/
.video_bg {
	position: relative;
}

.video {
	position:absolute;
	top: 20px;
	text-align: center;
}

.video01 iframe {
	width:600px;
	height: 336px;
}
	
}
/*youtubeについて*/



body {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(image/ec_back.jpg);
}

img {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    max-width: 640px;
    background-color: #FFFFFF;
}



/*↓↓↓アコーディオン↓↓↓*/
.accordionbox{
	/*width: 50%;*/
	/*background:#FBDBC4;*/
	/*margin: 10px auto 40px;*/
	/*padding: 20px;*/
}
.accordionlist dt{
    display:block;
    background: #fff;
    /*padding: 20px 0 10px 5px;*/
    border-top: 1px solid #DFDFDF;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 0px;
	/*float: left;*/
}
.accordionlist dd{
    display:none;
	background: #fff;
	padding:0 0 0px 0px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	/*position: relative;*/
	/*width: 30px;*/
	/*height: 30px;*/
	/*float: right;*/
	/*margin-right: 5px;*/
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    /*background-color: #F88789;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    /*top: 5px;*/
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    /*top: 5px;*/
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*↓↓↓footer↓↓↓*/
.footer {
	width: 100%;
    font-size: small;
    text-align: center;
    background-color: rgba(243,254,255,1.00);
}
.footer .copyright {
    font-size: small;
    font-weight: normal;
    background-color: #69c5ce;
    color: #fff;
    line-height: 200%;
}
.footer .footer-menu {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: x-small;
}
.footer .footer-menu p {
	font-size: 10px;
}
/*↑↑↑footer↑↑↑*/
	/*マウスポインタ指になる*/
	cursor: pointer;
	cursor: hand;
	/*マウスポインタ指になる*/
/*↑↑↑アコーディオン↑↑↑*/





/*トグル*/
#acMenu dt{
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
 }
#acMenu dd{
    background:#fff;
	text-align: left;
    width:100%;
    height: auto;
	font-size: 14px;
    line-height:1.6em;
    display:none;
}
#acMenu dd p {
	padding: 6px 0;
}



/*/トグル*/
@media screen and (max-width: 640px) {
	/*↓↓↓アコーディオン↓↓↓*/
.accordionbox{
	/*width: 50%;*/
	/*background:#FBDBC4;*/
	/*margin: 10px auto 40px;*/
	/*padding: 20px;*/
}
	.accordionbox2{
	/*width: 50%;*/
	/*background:#FBDBC4;*/
	margin: 0px 0px -10px 0px;
	/*padding: 20px;*/
}
	
.accordionlist dt{
    display:block;
    background: #fff;
    /*padding: 20px 0 10px 5px;*/
    border-top: 1px solid #DFDFDF;
}
	
.accordionlist dt:first-child{
    border-top: none !important;
}
	
.accordionlist dt .title{
    padding-left: 0px;
	/*float: left;*/
}
	
.accordionlist dd{
    display:none;
	background: #fff;
	padding:0 0 0px 0px;
}
	
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
	
	
.accordion_icon {
	/*position: relative;*/
	/*width: 30px;*/
	/*height: 30px;*/
	/*float: right;*/
	/*margin-right: 5px;*/
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    /*background-color: #F88789;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
	
.accordion_icon span:nth-of-type(1) {
    /*top: 5px;*/
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
		
.accordion_icon span:nth-of-type(2) {
    /*top: 5px;*/
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
	
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
	
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*↓↓↓footer↓↓↓*/
.footer {
    font-size: small;
    text-align: center;
    background-color: #fff;
}
.footer .copyright {
    font-size: small;
    font-weight: normal;
    background-color: #69c5ce;
    color: #fff;
    line-height: 1.4em;
    padding: 6px 0;
}
.footer .footer-menu {
    padding-top: 10px;
	padding-bottom: 0;
}
.footer .footer-menu p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	padding: 13px 10px;
	color: #555;
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	border-top: 1px solid #ccc;
}
.footer .footer-menu p a {
	text-decoration: none;
	color: #555;
}
/*↑↑↑footer↑↑↑*/
	
	/*マウスポインタ指になる*/
	cursor: pointer;
	cursor: hand;
	/*マウスポインタ指になる*/
	/*↑↑↑アコーディオン↑↑↑*/

}

.countdown_wrap {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}

.countdown {
    font-size: 46px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
    text-align: center;
    background-image: url(image/youtube.gif);
}