@charset "utf-8";

#movie {
	background-color: #000000;
}

.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%;
}

/*-----------------------------------*/
#visual {
	background-color: #fff;
	background-image: url(../../images/index/sliderback.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 30px;
}

#visual .inner {
	width: 1280px;
	margin: 0 auto;
}

#visual .slideshow {
	width: 750px;
	height: 500px;
	margin: 0 auto;
}

#visual .slideshow .slick-prev {
	left: 5px;
	top: 250px;
}

#visual .slideshow .slick-next {
	right: 5px;
	top: 250px;
}

#visual .slideshow .slick-prev::before {
	content: url(../../images/index/arrow_prev.png);
	opacity: 0.8;
}

#visual .slideshow .slick-next::before {
	content: url(../../images/index/arrow_next.png);
	opacity: 0.8;
}

#visual .slideshow .slick-dots li button:before {
    font-size: 18px;
}

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

	#visual .inner {
		width: 100%;
	}

	#visual .slideshow {
		width: 100%;
		height: auto;
	}

	#visual .slideshow .slick-prev::before {
		content: '';
		opacity: 0;
	}

	#visual .slideshow .slick-next::before {
		content: '';
		opacity: 0;
	}

}


/*-----------------------------------*/
#tuv {
	margin-top: 5px;
    background-color: #EFEFEF;
}

#tuv .inner {
	width: 1280px;
	margin: 0 auto;
    padding: 30px 0;
	text-align: left;
}

#tuv .inner h3 {
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
}

#tuv .logo {
	width: 70%;
	margin: 10px;
}

#tuv .text {
	width: 100%;
	margin: 10px;
}

#tuv .text h4 {
	font-size: 17px;
	font-weight: 900;
	border-bottom: solid 1px #999999;
	margin-bottom: 5px;
}

#tuv .text a:hover {
	color: #B81B22;
	text-decoration: none;
}

#tuv .text a:active {
	color: #B81B22;
	text-decoration: none;
}

#tuv .flexbox {
	display: flex;
	justify-content: space-between;

}

#tuv .itembox {
	width: 45%;
	/*margin: 0 10px;*/
	background-color: #fff;
	padding:20px;
}

#tuv .flexbox2 {
	display: flex;
	justify-content: space-between;
	margin: 0 0;
}

@media screen and (max-width:480px){
    
    #tuv .inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
    
   #tuv .logo {
	width: 100%;
}
   #tuv .text {

	margin: 0;
}

	#tuv .flexbox {
		display: flex;
		flex-flow: row wrap;
	}
	
	#tuv .itembox {
		width: 100%;
	}

	#tuv .itembox:nth-child(n+2) {
		margin-top: 20px;
	}
	.pamphlet{
		margin-top:20px;
	}
}


/*-----------------------------------*/
#information {
	margin-top: 50px;
}

#information .inner {
	width: 1280px;
	margin: 0 auto;
	text-align: left;
}

#information .calendar {
	/*width: 400px;*/
    width: 310px;
	float: left;
	margin-right: 40px;
}

#information .news {
	/*width: 400px;*/
    width: 410px;
    /*height: 225px;*/
	height: 285px;
	float: left;
	margin-right: 40px;
	overflow-y: scroll;
}

#information .news h2 {
	font-size: 20px;
	text-align: left;
}

#information .news ul {
	border-top: solid 1px #999999;
	margin-top: 2px;
}

#information .news li {
	margin-top: 10px;
}

#information .news li a {
	display: block;
}

#information .news li .news-date {
	float: left;
	width: 28%;
}

#information .news li .news-title {
	float: left;
	width: 72%
}

#information .news li a:hover {
	color: #B81B22;
	text-decoration: none;
}

#information .news li a:active {
	color: #B81B22;
	text-decoration: none;
}

#information .youtube {
	/*width: 400px;*/
    width: 480px;
	float: left;
}

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

	#information .inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#information .calendar {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	#information .calendar iframe {
		width: 85vw;
	}

	#information .news {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 20px;
	}

	#information .news li .news-date {
		float: none;
		width: 100%;
	}

	#information .news li .news-title {
		float: none;
		width: 100%;
	}

	#information .youtube {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

}


/*-----------------------------------*/
#services {
	margin-top: 50px;
}

#services h2 {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}

#services li {
	margin: 10px 0;
	background-color: #000000;
}

#services li .li-inner {
	width: 1280px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

#services li .li-bg {
	width: 975px;
	height: 250px;
	position: absolute;
}

#services li:nth-child(odd) .li-bg {
	left: 0;
}

#services li:nth-child(even) .li-bg {
	right: 0;
}

#services li .li-btn a {
	color: #ffffff;
	width: 250px;
	height: 50px;
	top: 125px;
	position: absolute;
	text-align: left;
	line-height: 50px;
	border: solid 1px #ffffff;
	padding-left: 15px;
}

#services li:nth-child(odd) .li-btn a {
	left: 150px;
}

#services li:nth-child(even) .li-btn a {
	right: 150px;
}

#services li:nth-child(7) .li-btn a {
	width: 300px;
	left: 125px;
}

#services li .li-btn a:after {
	content: "＞";
	float: right;
	margin-right: 15px;
}

#services li .li-btn a:hover {
	color: #B81B22;
	text-decoration: none;
	border-color: #B81B22;
}

#services li .li-btn a:active {
	color: #B81B22;
	text-decoration: none;
	border-color: #B81B22;
}

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

	#services {
		margin-top: 30px;
	}

	#services h2 {
		width: 100%;
	}

	#services li {
	}

	#services li .li-inner {
		width: 100%;
		height: auto;
		position: static;
	}
}



/*-----------------------------------*/
#news {
	margin-top: 50px;
}

#news .inner {
	width: 1280px;
	margin: 0 auto;
}

#news h2 {
	text-align: center;
}

#news ul {
	width: 980px;
	border-top: solid 1px #999999;
	margin: 0 auto;
	margin-top: 10px;
}

#news li a {
	border-bottom: solid 1px #999999;
	display: block;
	/*line-height: 58px;*/
	line-height: 1.6;
	text-align: left;
	/*height: 58px;
	overflow: hidden;*/
	padding: 20px 0;
}

#news li .news-date {
	float: left;
	width: 20%;
	padding-left: 20px;
}

#news li .news-title {
	float: left;
	width: 75%
}

#news li .news-title span {
	font-size: 150%;
}

#news li .news-arrow {
	float: right;
	width: 5%;
	text-align: center;
}

#news li a .news-arrow:after {
	content: "＞";
}

#news li a:hover {
	color: #B81B22;
	text-decoration: none;
}

#news li a:active {
	color: #B81B22;
	text-decoration: none;
}

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

	#news {
		margin-top: 30px;
	}

	#news .inner {
		width: 100%;
	}

	#news ul {
		width: 100%;
	}

	#news li a {
		line-height: 1.6;
		height: auto;
		overflow: auto;
		padding: 0 10px;
	}

	#news li .news-date {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	#news li .news-title {
		float: none;
		width: 100%
	}

	#news li a .news-arrow:after {
		display: none;
	}

}



/*-----------------------------------*/
#map {
	margin-top: 50px;
}

#map_canvas {
	height: 400px;
}

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

	#map_canvas {
		height: 200px;
	}

}

