@charset "UTF-8";

html{font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',sans-serif;}

.main_area{
	width: 100%;
	/* height: 3536px;ベースになるサイトの高さを設定してください。 */
	margin: 0 auto;
	/* background-image:url(../images/seino_pcsite.png);ベースのサイトの仮画像です。組み込む際に削除してください。*/
	/* background-repeat:no-repeat;ベースのサイトの仮画像へのスタイルです。組み込む際に削除してください。*/
	background-position: top;
	background-blend-mode: darken;
	vertical-align:middle;
	overflow:hidden;
	background-color:rgba(0,0,0,0);
}
	
.area_left{
	height: auto;
	position: fixed;
	text-align: left;
	left: 0;
	bottom: 0;
	float: left;
}

.area_right{
	width: 50%;
	height: auto;
	text-align: right;
	right: 0;
	bottom: 0;
	position: fixed;
	float: left;
	background-color: #AA282A;
		z-index: 2000;
}

.guide{
	width: 168px;
	height: 183px;
	color: #ffffff;
	text-align: center;
	background-image: url(/seino/media/img-lib/kazeou/navi202004.png);
	background-repeat: no-repeat;
	background-size: 168px;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    cursor:pointer;
    display: none;
}

.frame_box{
	width: 350px;
	height: 600px;
	background-color: #321213;
	right: 22px;
	bottom: 0;
	position: fixed;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    display: none;
    background-color: #fff;
    border: solid;
    border-color: #fff;
}
	
.cancel{
	position: absolute;
	right: -22px;
	top: -22px;
}
	
.fukidashi{
	position: absolute;
	width: 138px;
	height: 63px;
	padding: 16px 6px 16px 6px;
	left: 10px;
	top: -70px;
	font-size: 15px;
	background-image: url(/seino/media/img-lib/kazeou/fukidashi.png);
	background-repeat: no-repeat;
	text-align: center;	
    line-height: 1.2;
	display: none;
}
	
.guide_txt{
	line-height: 325px;
	}
	
.cancel_s{
	position: absolute;
	right: -10px;
	top: -10px;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}






