@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #FFFFFF;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	/*	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
	word-wrap: break-word;
	height: 100%;
	background-position: center 80px;
	overflow-x: hidden;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}

section,
article {
	display: block;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

strong {
	color: #0066ff;
}

li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 100;
}

header h1 a img {
	display: block;
	position: absolute;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	border: 1px solid #FFF;
	background-color: #0066FF;
}
header .h_btn a:hover {
	color: #0066FF;
	background-color: #FFF;
	border: 1px solid #0066FF;
}
header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #0066ff;
	letter-spacing: 1px;
}
header .h_tel_sub {
	position: absolute;
	color: #333;
}
header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#top_image {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.content h2 {
	font-size: 42px;
	line-height: 32px;
	margin-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #007CDB;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #007CDB;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-size: 20px;
	letter-spacing: 2px;
	color: #999;
	font-weight: normal;
}

.content h2 i {
	font-size: 30px;
	color: #0066ff;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.content h2#h2_why {
	background-image: url(../img/why.jpg);
	height: 100px;
	padding-top: 80px;
	padding-bottom: 0px;
	text-shadow: #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
	background-repeat: repeat-x;
	background-position: center top;
}

.content h2#h2_why01 {
	background-image: url(../img/why01.jpg);
	height: 100px;
	padding-top: 60px;
	padding-bottom: 10px;
	text-shadow: #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
	background-repeat: repeat-x;
	background-position: center top;
}

.content h2#h2_why02 {
	background-image: url(../img/why02.jpg);
	height: 100px;
	padding-top: 60px;
	padding-bottom: 10px;
	text-shadow: #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
	background-repeat: repeat-x;
	background-position: center top;
}

.content h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #111;
    clear: both;
}

.content h3::after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 5px;
    background-color: #E50C2C;
    content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	line-height: 24px;
	color: #111;
	margin: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	letter-spacing: 0.2em;
	padding: 10px;
	font-weight: bold;
	clear: both;
}

.content p {
	font-size: 18px;
	line-height: 1.6;
	padding: 20px 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

.content .bg_gray {
	background-color: #F6F6F6;
	width: 100%;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.content p.check {
	color: #CA28B1;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}


/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	font-size: 10px;
	background-color: #000;
	padding: 20px;
	height: 30px;
	width: 30px;
}
.to_top a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: rgba(0, 0, 0, 0.7);
	color: #EEE;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

address {
	font-size: 10px;
	line-height: 20px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
}


/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 15px;
	line-height: 32px;
	background-color: #FFF;
}
.content table.table_01 td.td_price {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	color: #008C69;
	font-weight: bold;
}


#mailform table.m_form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#mailform table.m_form th {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #F9F9F9;
}

#mailform table.m_form th span {
	background-color: #DD3344;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 24px;
}
#mailform table.m_form td {
	padding: 30px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 16px;
}

form input,
form textarea {
	font-size: 18px;
	border: 1px solid #BBB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

form input:focus,
form textarea:focus {
	border: 1px solid #333;
}

form input.form_btn {
	background-color: #0066FF;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #0066FF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 16px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #0066FF;
	cursor: pointer;
}

.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
	color: #E50C2C;
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #DD3344;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -8px;
	left: -10px;
}
.content dl.faq dt span::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -5px;
	right: -8px;
	width: 0;
	height: 0;
	transform: rotate(-60deg);
	z-index: -1;
	border-top-width: 40px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E66471;
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*
トップキャッチ部分
-------------------------------------------*/
.top_catch_obi {
	padding-top: 100px;
	padding-bottom: 10px;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
}
.top_btm {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: rgba(220,30,50,0.8);
}


.obi_nayami {
	background-color: #EEE;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}

#kaiketsu {
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#kaiketsu02 {
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}


/*
voice、staff
-------------------------------------------*/
.voice img {
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.content .voice h3 {
	color: #FFF;
	background-color: #DD3344;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.content .voice h3::after {
	display: none;
}
.content .voice h3::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #DD3344;
}

.staff img {
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


/*
折り畳みコンテンツ
-------------------------------------------*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content: '＋ 続きを表示';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.8);
}

.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 400px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}

.cp_box input:checked + label:after {
	content: '－ 閉じる';
	background-color: rgba(0, 0, 0, 0.5);
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}



@media screen and (min-width:960px){
body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 80px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header h1 a img {
	top: 20px;
	left: 10px;
}

header .h_btn a {
	width: 200px;
	top: 15px;
	right: 10px;
	line-height: 48px;
	padding-top: 2px;
	font-size: 18px;
	font-weight: bold;
}
header .h_tel a {
	width: 200px;
	top: 10px;
	right: 220px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 20px;
}
header .h_tel a i {
	color: #111;
}
header .h_tel_sub {
	width: 200px;
	top: 47px;
	right: 190px;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 1px;
}
header .h_tel a strong {
	font-size: 24px;
}
header.fixed {
	height: 60px;
}

header.fixed h1 a img {
	height: 40px;
	top:5px;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px;
}
header.fixed .h_tel_sub {
	top: 36px;
}

#top_image {
	height: 66%;
}

}

@media screen and (min-width:1200px){
header .h_btn a {
	right: 50%;
	margin-right: -600px;
}
header .h_tel a {
	right: 50%;
	margin-right: -380px;
}
header .h_tel_sub {
	right: 50%;
	margin-right: -400px;
}
header h1 a img {
	left:50%;
	margin-left: -600px;
}

}

@media screen and (max-width:1200px){
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px !important;
  margin-left: 0px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  margin-right: 0px !important;
}
}

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

body {
	font-size: 16px;
	background-position: center 52px;
}

.top_catch_obi {
	padding-top: 60px;
}
/*
ヘッダー
-------------------------------------------*/

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .h_btn a {
	width: 120px;
	top: 10px;
	right: 10px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_tel a {
	width: 120px;
	top: 10px;
	right: 140px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_tel_sub {
	display: none;
}

#top_image {
	padding-bottom: 20px;
}

}

@media screen and (min-width:640px){
.no_pc {
	display: none;
}
}

@media screen and (max-width:640px){
	
body {
	background-size: auto;
	padding: 0px 10px 10px 10px;
}

header h1 a img {
	top:5px;
	height: 30px;
}

header .h_btn a {
	width: 50px;
	font-size: 18px;
	border-top-style: none;
	border-bottom-style: none;
}
header .h_tel a {
	width: 70px;
	font-size: 14px;
	right: 70px;
}
header .h_tel a i {
	font-size: 18px;
}
header .h_btn a span {
	display: none;
}

.top_btm {
	padding-top: 10px;
	padding-bottom: 10px;
}

#kaiketsu {
	margin-top: 20px;
	margin-bottom: 20px;
}

	#mailform table.m_form th,
	#mailform table.m_form td {
		width: 100% !important;
		display: block;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
	#mailform table.m_form th {
	border-right-style: none;
	padding-bottom: 5px;
}

.content {
	padding-top: 20px;
	padding-bottom: 0px;
}

.content p {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1.4;
    padding: 10px;
}


.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.no_sp {
	display: none;
}

}

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

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}

.content h2 {
	font-size: 28px;
	line-height: 36px;
}

.content .tel {
	font-size: 24px;
}

.content .tel strong {
	font-size: 32px;
}


}


/*
スライダー
-------------------------------------------*/

.swiper-container .cont_wrap {
	max-width: 1000px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.swiper-container .cont_wrap {
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	transition: 0.5s linear;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}

.swiper-container .swiper-slide-active .cont_wrap,
.swiper-container .swiper-slide-duplicate-active .cont_wrap {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	transition: 0.5s linear;
}

.swiper-container .cont_wrap img,
.swiper-container .cont_wrap h3,
.swiper-container .cont_wrap p {
-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	transition: 0.5s linear;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}

.swiper-container .cont_wrap img {
	transition-delay: 0.6s;
}
.swiper-container .cont_wrap h3 {
	transition-delay: 0.8s;
}
.swiper-container .cont_wrap p {
	transition-delay: 1.0s;
}

.swiper-container .swiper-slide-active .cont_wrap img,
.swiper-container .swiper-slide-duplicate-active .cont_wrap img,
.swiper-container .swiper-slide-active .cont_wrap h3,
.swiper-container .swiper-slide-duplicate-active .cont_wrap h3,
.swiper-container .swiper-slide-active .cont_wrap p,
.swiper-container .swiper-slide-duplicate-active .cont_wrap p {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.loop_event {
	width: 100%;
	height: 420px;
	overflow: hidden;
	-moz-animation: loop 30s linear infinite;
	animation: loop 30s linear infinite;
	background-image: url(../img/staff_event.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}


@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2000px 0;
  }
}

