/* ::::: FB用.css ::::: */

/*カウントダウンタイマー*/
.header-1 strong {
    color: #f2d40d;/*e0d33b*/
    font-size:29px;
}
strong {
    font-weight: 700;
}
.header-1 {
    position:absolute;
    width: 100%;
	height: 60px;
    /*max-height: 200px;*/
	box-sizing: border-box;
}

.header-1 {
    /*z-index: 2;*/
    padding: 15px 0;
    /*background-color: #7b5d9a;*/
    background-color: #222;/*#881111 #7d0404  #7e0707 #182e67*/
    color: #fff;
    text-align: center;
    font-weight: 700;
   font-size: 30px;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
	box-sizing: border-box;
}
.header-1 iframe{
	margin-left: -22px!important;
	/*position: relative;*/
    top: 2px;
    left:-0px;
}
.header-3 {
	background: #222;
	height: 15px;
}
@media screen and (max-width: 800px){
.header-1 {
    position:absolute;
    width: 100%;
	height: 30px;
	margin-top: 0;/* 45px*/
    /*max-height: 200px;*/
	box-sizing: border-box;
	padding: 10px auto;
}
.header-1 {
    /*z-index: 2;*/
    padding: 0;
    /*background-color: #7b5d9a;*/
    background-color: #222;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.header-1 iframe{
	margin-left: -22px!important;
	/*position: relative;*/
    /*top: 2px;
    left:-0px;*/
}
.header-1 strong {
    color: #e0d33b;
   /* font-size:29px;*/
}
}


/*新しいカウントダウンタイマー2022.10.19*/
.countdown {
	font-size: 29px;
	margin-bottom: 20px;
	color: #cb0b0b;/*#ca1d1d*/
	font-weight: 700;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	}
.header-1 .countdown {
	font-size: 29px;
	color: #fff;
	font-weight: 400;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	line-height: 1;
	padding-top: 15px;
	}
.header-1 .countdown span.yelow {
    color: #e9d31d;
}
@media screen and (max-width: 800px){
.countdown {
	font-size:16px;
	margin-bottom: 5px;
	}
.header-1 {
	padding: 2%;
	}
.header-1 .countdown {
	font-size: 16px;
	padding-top:0;
	}
.form-img {
	margin-bottom: 10px;
}
}