@charset "utf-8";



/* event-top */
section.event_stats {
    background: url("../event/images/IMGP3145.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.over-lay-top {
    background: rgba(10, 10, 10, 0.67);
}
section.even_tats:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.32);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

h4.event-title {
    font-size: 2.8em;
    color: #fff;
    font-weight: 700;
}

p.stat-txt {
    width: 80%;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.counter {
    margin-top: 3em;
}

.counter span.fa {
    color: #fff;
    font-size: 2em;
}

.timer h6 {
    font-size: 2em;
    font-weight: 300;
    margin: 0.5em 0 0.3em;
}

p.count-text {
    letter-spacing: 2px;
    color: #fff;
    font-size: 1.1em;
    text-transform: capitalize;
}

h4.abt-text {
    color: #fff;
    line-height: 1.5;
    font-size: 3em;
    margin: 0 auto 0.5em;
    font-weight: 300;
}

/* //event-top */


/* event */
.event-top {
    background: url("../event/images/IMG_1023.jpg") no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.over-lay-blue {
    background: rgba(10, 10, 10, 0.67);
}

.event-over-lay {
    background: rgba(212,222,231,0.15);
}

.event-grid-inf h4,
.event-grid-inf span,
.event-grid-inf .link-hny,
.event-innfo p.sub-tittle {
    color: #fff;
}

.event-grid-inf p {
    color: #d5d7d8;
}

.event-grid-inf span {
    line-height: 40px;
}
.eicon_left_grid {
    text-align: center;
}
.eicon_left_grid span {
    font-size: 1.5em;
    margin-top: 0.1em;
}

.event-text {
    font-size: 1.3em;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 500;
}

/* //event */

/* contact */
#formWrap {
	width:700px;
    margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
    margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#E3F3F6;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:760px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/* //contact */



@keyframes fadein {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}


@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


/* eventページのcontact */
#eventformWrap {
	width:700px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#E3F3F6;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:760px) {
#eventformWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/* //contact */

/* event 詳細 */
.testi-text p {
    color: #777;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
}

.testi-desc span {
    font-size: 1.4em;
    margin: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #35b53e;
}

.testi-text p span {
    font-size: 1.1em;
    color: #d4d4d4;
    margin: 9px 10px;
}

.testi-desc {
    text-align: center;
}

.carousel-indicators li {
    background-color: #000;
    border: 1px solid #35b53e;
    cursor: pointer;
}

.carousel-indicators {
    bottom: -20px;
    z-index: 1;
}

.testi-desc h5 {
    font-weight: 600;
    color: #333;
    font-size: 1.1em;
    text-transform: capitalize;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators li {
    border: 2px solid #35b53e;
    background: #fff;
}

.carousel-indicators .active {
    background: #000;
}

.testi-text {
    margin-bottom: 0.5em;
}

.testimonials_grid {
    background: #eee;
    padding: 2rem 1rem;
    border-radius: 1rem;
}
/* //event　詳細 */



.slider-container {
  display: none;
  position: relative;
}
.slider-container.initialized {
  display:block;
}
.slider {
  margin: 0 24px;
  overflow: hidden;
}
.slick-list {
  margin-right: -12px;  /* ガター分ネガティブマージン */
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #3A4284;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  margin-right: 12px;  /* ガター */
}
.slick-slide {
  padding: 1.5em 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  background-color: #3A4284;
}

/* 20%下線にマーカー表示 */
.marker-border{
    background:linear-gradient(transparent 80%, #3A4284 0%);
}

.topbanner{
  text-align: center;
}



/*style.css*/
.carousel-item .img-fluid {
  width:100%;
  height:auto;
}

.carousel-item{
  height: auto;
}

.carousel-item a {
  display: block;
  width:100%;
}

.carousel-item .show-image {
  display: block;
  width:100%;
}

.schedule{
margin-left:auto;
margin-right:auto;
}