@charset "utf-8";
/* CSS Document */

/* contents==========================

	1.for contents style
	
*/

/* 1.for contents style ==============================================*/


/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
	width: 25%;
	height: 90%;
	background-color: #6f6f6f;
}
.sp-arrow:after {
	top: 90%;
}
.main-box{
	position: relative;
	background-image: url(../images_slide/slide_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.main-btn {
	display: none;
}
.title-box{
	text-align: center;
}

.c3_movie {
	/*max-width: 1000px;*/
	max-width: 800px;
	margin: 4vw auto;
}
.c3_movie p {
	text-align: center;
	font-size: 24px;
}
.c3_movie p span {
	color: #f52dc1;
	font-weight: bold;
}
.c3_movie a {
	display: block;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-about{
	background: url(../images/bg-index-about.jpg) left top;
}
/*
.index-news .index-news-inr{
	box-shadow:0px 0px 19px -3px #cfcfcf;	
	background: url(../images/bg-index-news02.png) left top;
}
*/
.index-news .index-news-inr li a{
    display: block;
    background-color: #fff;
    border-radius: 10px;
}
.index-news .index-news-inr li img{
	border-radius: 10px 10px 0px 0px;
	width: 100%;
}
.index-news .index-news-inr li h3{
	font-weight: bold;
}
.index-news .news-txtbox {
    padding: 10px 16px 10px;
}
.index-news .index-news-inr li .news-img{
    position: relative;
    border-bottom: 1px solid #eee;
}
.index-news .index-news-inr li .news-ico{
	padding: 8px 12px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 1.4rem;	
}
.index-news .index-news-inr li .ico-info{
	color: #1c91c8;
}
.index-news .index-news-inr li .ico-camp{
	color: #ff5aa1;
}
.index-news .index-news-inr li .ico-event{
	color: #17b62d;
}
.index-news .index-news-inr li .info-txt,
.index-news .index-news-inr li .info-day{
	font-size: 12px;
	color: #666;
}
.gallery_block {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.gallery__title {
	margin-top: 2.5em;
	font-size: 24px;
	font-weight: bold;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-top:30px;
	margin-bottom:50px;
}
.gallery .gallery-item {
	margin-top: 10px;
	width: 23.5%;
	margin-right: 2%;
}
.gallery .gallery-item:nth-of-type(4n) {
	margin-right: 0;
}
.gallery .gallery-item dt {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	/*height: 24vw;
	max-height: 270px;*/
	background-color: #eaeaea;
	overflow: hidden;
}
.gallery img {
	/*
	max-width: none;
	width: auto;
	height: 158%;
	*/
}
/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～ 
---------------------------------------------------- */
@media screen and (min-width: 961px) {

	.main-bnr{
		width: 100%;
		padding: 20px 0;
	}
	.main-bnr ul{
		margin: 0 auto;
		width: 795px;
	}
	.index-about{
		padding: 100px 0;
	}
	.index-about .title-box p{
		margin-top: 30px;
	}
	.index-about .index-about-img{
		margin: 0 auto;
		position: relative;
		width: 1110px;
		height: 680px;
	}
	.index-about .index-about-img li{
		position: absolute;
	}
	.index-about .index-about-img .index-aboutimg02{
		top: -20px;
		right: 0;
	}
	.index-about .index-about-img .index-aboutimg03{
		top: 330px;
		right: 320px;
	}
	.index-news{
		padding: 70px 0;
		background: url(../images/bg-index-news01.jpg) no-repeat left top;
	}
	 .index-news-inr{
		padding: 40px 0;
		margin: 0 auto;
		width: 1200px;
	}
	.index-news .index-news-inr ul{
		margin: 40px 0;
		display: flex;
	}
	.index-news .index-news-inr li{
		width: 28%;
		margin: 0 2.9%;
	}
	.index-news .index-news-inr li h3{
	height: 48px;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4;
	}
	.index-gallery{
		padding-top: 70px;
	}
/*PC END*/	
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
/*tablet PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
	.sp-next-arrow:after,
	.sp-next-arrow:before,
	.sp-previous-arrow:after,
	.sp-previous-arrow:before {
		width: 20%;
		height: 50%;
	}
	.sp-arrow:after {
		top: 50%;
	}
	.main-btn {
		display: block;
		text-align: center;
		padding-top: 20px;
		background-color: #ffffff;
	}
	.main-btn a {
	display: block;
	width: 50%;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	background: -moz-linear-gradient(left, #f69c5f 0%, #ff7b63 100%);
	background: -webkit-linear-gradient(left, #f69c5f 0%,#ff7b63 100%);
	background: linear-gradient(to right, #f69c5f 0%,#ff7b63 100%);
	border-radius: 24px;
	margin: 0 auto;
}
	.main-bnr{
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		background-color: #ffffff;
	}
	.slick-slide img {
		margin: 0 auto;
	}
	.index-about{
		padding: 40px 0;
	}
	.index-about .title-box p{
		margin: 20px 20px 0 20px;
	}
	.index-about .title-box br{
		display: none;
	}
	.index-about .index-about-img li{
		padding: 10px 20px;
		text-align: center;
	}
	.index-news{
			padding: 40px 0;
		background: url(../images/bg-index-news01.jpg) center center / cover no-repeat;	
	}
	.index-news .index-news-inr{
		padding: 20px 0;
		margin: 10px;
		padding-bottom: 40px;
	}
	.index-news .index-news-inr li {
		margin-bottom: 20px;
		padding: 10px;
	}
	.index-news .index-news-inr li h3{
    line-height: 1.4;
    margin-bottom: 4px;
	}
	.index-gallery{
		padding-top: 40px;
	}

/*smartPhone END*/	
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～780px
---------------------------------------------------- */
@media screen and (max-width: 780px) {
	.c3_movie {
		margin: 0 auto;
	}
	.c3_movie p {
		font-size: 3vw;
	}
	.index-gallery ul {
		width: 88%;
	}
	.index-gallery li {
		width: 47%;
		margin-right: 6%;
	}
	.index-gallery li:nth-of-type(2n) {
		margin-right: 0;
	}
	.index-gallery li:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.slick-initialized .slick-slide {
		padding: 10px;
	}
	.slick-dots li button:before {
		font-size: 24px;
	}
}