@charset "UTF-8";
/* CSS Document */
:root {
	box-sizing: border-box;
	cursor: default;
	font: 16px/1.5 sans-serif;
	text-rendering: optimizeLegibility;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
::selection {
	background-color: rgba(23,56,143,.1);
	text-shadow: none;
}
*, *::before, *::after{
	margin: 0;
	padding: 0;
}
html {
	background-color: #ffffff;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: auto;
	font-size: 16px;
	font-family: 'use-Roboto','use-NotoSansJP',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-style: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #333333;
}
p{
	text-align: justify;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img {
	pointer-events: none;
}
ul {
	padding: 0;
	list-style-type: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333333;
}
@media (max-width: 959px) {
	.sp_none {display: none!important;}
}
@media not all and (max-width: 959px) {
	.pc_none {display: none!important;}
}
@media (max-width: 1279px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 519px) {
}

/* ヘッダー */
header {
	position: fixed;
	display: flex;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 100;
	box-shadow: 0 2px 8px -4px rgba(0,0,0,.2);
	backdrop-filter: blur(3px);
}
header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1200px;
	height: 70px;
}
.header_left {
	width: 185px;
	margin-right: 10px;
}
.header_logo img {
	margin: 0 10px;
}
.header_right {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.header_right a {
	margin-left: 30px;
	color: #ffffff;
	font-size: 16px;
	text-shadow: 0px 1px 3px rgba(0,0,0,.25);
}
.header_right a.link_btn {
	display: inline-block;
	height: 45px;
	line-height: 43px;
	padding: 0 25px;
	box-shadow: 0px 1px 6px  rgba(0,0,0,.1);
	border: 1px solid #FFFFFF;
	border-radius: 50px;
}
.header_right a:hover {
	text-decoration: underline;
}
.header_right a.link_btn:hover {
	text-decoration: none;
	background-color: #E29924CC;
	transform: scale(1.02);
}
main {
/*	padding-top: 70px;*/
}
@media (max-width: 959px) {
	header .header_wrap {
		padding: 0 20px;
		width: 100vw;
		height: 70px;
	}
	main {
/*		padding-top: 70px;*/
		width: 100vw;
		overflow-x: hidden;
	}
}
@media (max-width: 519px) {
	header .header_wrap {
		padding: 0 15px;
		height: 70px;
	}
	.header_left {
		width: 160px;
	}
	.header_logo img {
		margin: 0 6px 0 0;
		width: auto;
		height: 30px;
		justify-content: flex-start;
	}
	.header_right a {
		margin-left: 0;
		font-size: 14px;
	}
	.header_right a.link_btn {
		height: 44px;
		line-height: 42px;
		padding: 0 22px;
	}
	main {
/*		padding-top: 70px;*/
	}
}
@media (max-width: 369px) {
}
/* //ヘッダー */

/* メインビジュアル */
#main_visual {
	background-color: #F8FBF1;
}
#main_visual div.bg_wrap {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0;
/*	background-image: url("../img/main_bg.jpg");*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main_visual div.inner {
	position: relative;
	width: 90%;
	max-width: 1080px;
	height: calc(100vh - 40px);
	max-height: 800px;
	min-height: 500px;
	margin: 0 auto;
	z-index: 10;
}
#main_visual .main_box {
	position: absolute;
	left: 0;
	bottom: 130px;
	width: 100%;
	color: #ffffff;
	text-align: right;
}
#main_visual .main_box h1.main_title,
#main_visual .main_box .main_text {
	margin: 10px 0;
	text-shadow: 0px 1px 2px rgba(0,0,0,.1);
}
#main_visual .main_box h1.main_title span {
	display: inline-block;
	height: 84px;
	line-height: 84px;
	margin: 0;
	padding: 0 21px;
	font-family: "Arial", "メイリオ";
	font-size: 54px;
	font-weight: bold;
	background-color: #9FCA37E6;
}
#main_visual .main_box .main_text span {
	display: inline-block;
	height: 58px;
	line-height: 58px;
	margin: 0;
	padding: 0 21px;
	font-size: 26px;
	font-weight: bold;
	background-color: #9FCA37E6;
}
#main_visual .main_btn {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
#main_visual .main_btn a {
	display: inline-block;
	width: 320px;
	height: 40px;
	line-height: 40px;
	background-color: #E29924CC;
	border-radius: 36px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(0,0,0,.3);
}
#main_visual .main_btn a:hover {
	transform: scale(1.03);
}


/*==================================================
スライダーのためのcss
===================================*/
.bg_wrap {
	position: relative;
}
.main_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 800px;
	min-height: 500px;
}
.bg_slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100%;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../img/main_bg_1.jpg");
}

.slider-item02 {
    background:url("../img/main_bg_2.jpg");
}

.slider-item03 {
    background:url("../img/main_bg_3.jpg");
}

.slider-item04 {
    background:url("../img/main_bg_4.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:calc(100vh - 40px);/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
		max-height: 800px;
		min-height: 500px;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
	display: none;
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}




@media (max-width: 959px) {
}
@media not all and (max-width: 767px) {
	#main_visual .sp{display: none!important;}
}
@media (max-width: 767px) {
	#main_visual .pc {display: none!important;}
	#main_visual div.bg_wrap {
		width: 100vw;
/*		background-image: url("../img/main_bg.jpg");*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#main_visual div.inner {
		width: 80%;
	}
}
@media (max-width: 519px) {
	#main_visual div.inner {
		width: 90%;
	}
#main_visual .main_box h1.main_title,
#main_visual .main_box .main_text {
	margin: 6px 0;
	text-shadow: 0px 1px 2px rgba(0,0,0,.1);
}
#main_visual .main_box h1.main_title span {
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	font-size: 29px;
}
#main_visual .main_box .main_text span {
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	font-size: 16px;
}
#main_visual .main_btn a {
	width: 300px;
	height: 38px;
	line-height: 38px;
	font-size: 14.4px;
}
#main_visual div.inner {
	height: calc(100vh - 100px);
}
.main_bg {
	height: calc(100vh - 100px);
}
.bg_slider {
	height: calc(100vh - 100px);
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../img/main_bg_sp_2.jpg");
}

.slider-item02 {
    background:url("../img/main_bg_sp_1.jpg");
}

.slider-item03 {
    background:url("../img/main_bg_sp_3.jpg");
}

.slider-item04 {
    background:url("../img/main_bg_sp_1.jpg");
}

.slider-item {
	height: calc(100vh - 100px);
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center;/*背景画像の位置を中央に*/
	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
}
/* //メインビジュアル */

/* コンテンツ */
#service .inner,
#profile .inner,
#contact .inner {
	width: 85%;
	max-width: 900px;
	margin: 0 auto;
}
#service {
	padding: 100px 0;
	background-color: #fff;
}
#profile {
	padding: 100px 0;
	background-color: #F6F6F6;
}
#contact {
	padding: 100px 0;
	background-color: #F8FBF1;
}
h2.sec_title {
	position: relative;
	margin-bottom: 36px;
	line-height: 1;
	color: #333333;
}
h2.sec_title::before {
	position: absolute;
	content: "";
	top: 20px;
	left: -30px;
	width: 15px;
	height: 6px;
	background-color: #9FCA37;
}
h2.sec_title .title_en {
	font-family: "Arial", "メイリオ";
	font-size: 45px;
	font-weight: bold;
}
h2.sec_title .title_jp {
	font-size: 18px;
	font-weight: bold;
}
@media (max-width: 519px) {
#service .inner, #profile .inner, #contact .inner {
	width: 90%;
}
#service {
	padding: 70px 0;
}
#profile {
	padding: 70px 0;
}
#contact {
	padding: 70px 0;
}
h2.sec_title {
	margin-bottom: 36px;
	padding-left: 10px;
}
h2.sec_title::before {
	content: "";
	top: 16px;
	left: -8px;
	width: 11px;
	height: 4px;
}
h2.sec_title .title_en {
	font-size: 32px;
	letter-spacing: -.5px;
}
h2.sec_title .title_jp {
	font-size: 14px;
}
}
.content_box {
	margin: 30px 0 40px;
	padding: 60px 80px;
	background-color: #fff;
	border-radius: 10px;
}
#service .flex_box {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}
#service .flex_box .item_l {
	width: 54%;
}
#service .flex_box .item_r {
	width: 40%;
}
#service h2.sec_title {
	margin-bottom: 30px;
}
#service .sec_text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
}
#profile .content_box {
	padding: 55px 80px 80px;
}
#profile .flex_list {
	padding: 20px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #CECECE;
}
#profile .flex_list .item_l {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
}
#profile .flex_list .item_r {
	font-size: 16px;
	line-height: 1.75;
}
#contact .sec_text {
	font-size: 16px;
	line-height: 1.75;
}
#contact .tel_box {
	margin: 30px 0 24px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
#contact .tel_box a {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .tel_box .tel_icon {
	display: inline-block;
	width: 30px;
	margin-right: 10px;
}
#contact .tel_box .tel_num {
	font-size: 36px;
	font-weight: bold;
}
#contact .tel_box .tel_text {
	font-size: 14px;
}
#contact .sec_sub_text {
	font-size: 12px;
	line-height: 1.75;
}
#contact .form_box {
	padding: 0 20px;
}
#contact .form_box h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
}
#contact .input_box {
	padding: 20px 0;
	border-bottom: dotted 1px #CCC;
}
#contact .input_label {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#contact .input_label span {
	background-color: red;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 5px;
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 10px;
}
#contact .input_wrap {
	display: flex;
	justify-content: space-between;
}
#contact .input_l,
#contact .input_r {
	width: 49%;
}
#contact .form_box input,
#contact .form_box textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#contact .form_box textarea {
	height: auto;
}
#contact .form_privacy {
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	margin: 20px 0 25px 0;
	padding: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: solid 1px #CCC;
	font-size: 90%;
}
#contact .form_box input[type=submit] {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 12px 55px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	color: #FFFFFF;
	background-color: #428BCA;
	border-color: #357EBD;
}
#contact .privacy_check {
	margin-top: 20px;
	margin-bottom: 25px;
}
#contact .privacy_check label {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	font-size: 14px;
}
#contact .privacy_check input {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 10px;
	padding: 0;
	border-radius: 4px;
}
#contact .privacy_check .privacy_text {
	font-size: 14px;
	text-align: center;
}
#contact .privacy_check .privacy_text a {
	color: #428BCA;
}
#contact .privacy_check .privacy_text a:hover {
	text-decoration: underline;
}
@media (max-width: 519px) {
.content_box {
	margin: 30px 0 40px;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 10px;
}
	#service .flex_box {
	display: block;
}
	#service .flex_box .item_l,
	#service .flex_box .item_r {
	width: 100%;
}
	#service .sec_text p {
	margin-bottom: 20px;
	font-size: 15px;
}
#profile .content_box {
	padding: 5px 20px 30px;
}
	#profile .flex_list .item_l {
	width: 75px;
	font-size: 15px;
}
#profile .flex_list .item_r {
	width: calc(100% - 75px);
	font-size: 15px;
	line-height: 1.75;
}
	#contact .tel_box .tel_num {
	font-size: 24px;
}
	#contact .tel_box .tel_icon {
	width: 25px;
	margin-right: 8px;
}
	#contact .tel_box .tel_text {
	font-size: 11px;
}
	#contact .form_box {
	padding: 10px 0;
}
	#contact .form_box h3 {
	margin-bottom: 16px;
	font-size: 24px;
}
}
/* //コンテンツ */

/* TOPへ */
#to_top {
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 100;
	transition:opacity 0.3s;
	opacity: 0;
}
#to_top a {
	width: 58px;
	height: 58px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 3px 6px -2px rgba(0,0,0,.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
#to_top a:hover {
	transform: scale(1.03);
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.3);
}
#to_top img {
	width: 24px;
}
#to_top.show{
	opacity: 1;
}

@media (max-width: 519px) {
#to_top {
	right: 10px;
}
}
/* //TOPへ */

/* フッター */
footer {
	
}
#footer_link {
	background-color: #fff;
}
#footer_link .inner {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}
#footer_link .flex_box {
	height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_link .flex_box .item_l {
	width: 160px;
}
#footer_link .flex_box .item_r.flex_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#footer_link .flex_box .item_r.flex_box .item {
	display: flex;
	align-items: center;
	margin-left: 25px;
}
#footer_link .flex_box .item_r.flex_box .item a,
#footer_link .flex_box .item_r.flex_box .item a:link,
#footer_link .flex_box .item_r.flex_box .item a:visited,
#footer_link .flex_box .item_r.flex_box .item a:active {
	color: #777777;
	font-size: 14px;
}
#footer_link .flex_box .item_r.flex_box .item a:hover {
	color: #333333;
}
#footer_link .flex_box .item_r.flex_box .item img {
	margin-right: 8px;
	width: 9px;
}
#footer_cp {
	background-color: #F5F5F5;
	color: #999999;
	font-size: 12px;
}
#footer_cp .inner {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}
#footer_cp .flex_box {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_cp a,
#footer_cp a:link,
#footer_cp a:visited,
#footer_cp a:active {
	text-decoration: none;
	color: #999999;
}
#footer_cp a:hover {
	text-decoration: none;
	color: #333333;
}
@media (max-width: 519px) {
	
#footer_link > .flex_box {
	height: auto;
	display: block;
	padding: 30px 0;
}
#footer_link .flex_box .item_l {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 40px;
}
#footer_link .flex_box .item_l img {
	width: 160px;
}
#footer_link .flex_box .item_r.flex_box {
	height: auto;
	display: block;
}
#footer_link .flex_box .item_r.flex_box .item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
#footer_cp .flex_box {
	height: 100px;
	padding: 15px 0;
	display: block;
}
	#footer_cp .flex_box .item_l,
	#footer_cp .flex_box .item_r {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
}
/* //フッター */












/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
/*	background: #005CB2;*/
/*	background: #fff;*/
	background: #F8FBF1;
	z-index: 9999999;
	text-align:center;
/*	color:#fff;*/
}
#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash-logo img {
	width: 150px;
	margin-bottom: 12px;
}
#splash-logo > div {
	font-size: 13px;
	text-align: center;
}
/*========= 画面遷移のためのCSS ===============*/
body {
/*	background:#005CB2;*/
	/*遷移アニメーションと同じ色を指定*/
}
body.appear {
/*	background:#fff;*/
	/*画面を開いた後の背景色を指定*/
}
/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
	display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2{
	display:block;
}
/*右に消えるエリア*/
body.appear .splashbg1 {
	animation-name:PageAnime;
	animation-duration:1.0s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
	content: "";
	position:fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	left:50%;
	transform: scaleX(1);
	background-color: #005CB2;/*伸びる背景色の設定*/
}
@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/*左に消えるエリア*/
body.appear .splashbg2{
	animation-name:PageAnime2;
	animation-duration:1.0s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
	content: "";
	position:fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	right:50%;
	transform: scaleX(1);
	background-color: #005CB2;/*伸びる背景色の設定*/
}
@keyframes PageAnime2{
	0% {
		transform-origin:right;
		transform:scaleX(1);
	}

	50% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}
/*画面遷移の後現れるコンテンツ設定*/
header,
main,
footer {
/*	opacity: 0;*/
}
/*bodyにappearクラスがついたら出現*/
body.appear header,
body.appear main,
body.appear footer {
/*
	animation-name:PageAnimeAppear;
	animation-duration: .8s;
	animation-delay: .2s;
	animation-fill-mode:forwards;
*/
/*	opacity: 0;*/
}
@keyframes PageAnimeAppear{
	0% {
/*		opacity: 0;*/
	}
	100% {
		opacity: 1;
	}
}



.fade_in {
	opacity: 0;
	transform: translateY(40px);
/*	transition: opacity .2s, transform .2s;*/
	transition-property: opacity, transform;
	transition-duration: 1.2s, .8s;
	transition-timing-function: ease, cubic-bezier(.1,.8,.35,1);
}

.fade_in.show {
	opacity: 1;
	transform: none;
}


.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:-40px;
    /*全体の高さ*/
	height:80px;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 2px;
	height: 60px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.8s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:60px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 0;
	}
}



