@charset "utf-8";

.top-slider-wrp{
	margin-bottom:75px;
}

.top-slider-wrp .inr{
	width:1080px;
	height:680px;
	overflow:hidden;
	margin:0 auto;
	position: relative;
}

.top-slider-wrp .inr .slider{
	height:680px;
	width:100%;
	
}

.top-slider-wrp .inr .txt-box{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	text-align:center;
	color:#fff;
}

.top-slider-wrp .inr .txt-box h2{
	font-size:4.2rem;
	line-height:1.66;
	letter-spacing:0.2em;
	padding-top:190px;
	margin-bottom:50px;
}

.more-btn-wrp a{
	display:inline-block;
	height:50px;
	width:180px;
	border:#fff solid 1px;
	border-radius:3px;
	line-height:50px;
	color:#fff;
	font-size:1.3rem;
	letter-spacing:0.2em;
	font-style:italic;
	text-decoration:none;
}

.more-btn-wrp a:hover{
	background-color:#fff;
	color:#545454;
}

/* .top-content-outline */

.top-content-outline{
	width:1080px;
	margin:0 auto 100px;
}

.top-content-outline{
	font-size:0;
	background-color:#ebebeb;
}

.top-content-outline .ph-box{
	width:50%;
	display: block;
	background-position:left top;
	background-size: cover;
	background-repeat:no-repeat;
	line-height:340px;
	text-align:center;
}

.top-content-outline .ph-box h2{
	font-size:2.7rem;
	color:#fff;
	font-style:italic;
	letter-spacing:0.2em;
}

.top-content-outline .txt-box{
	width:50%;
	height:340px;
	display: block;
	font-size:1.3rem;
	letter-spacing:1px;
	text-align:justify;
	line-height:2.8;
	padding:0 65px 0;
	box-sizing:border-box;
}

.top-content-outline .txt-box .txt-box-inr{
	display:table;
	width:100%;
	height:100%;
}

.top-content-outline .txt-box .txt-box-inr p{
	display:table-cell;
	text-align: justify;
	vertical-align:middle;
}


.top-content-outline .txt-box .more-btn-wrp{
	display: block;
	text-align:center;
	margin-top:25px;
}

.top-content-outline .txt-box .more-btn-wrp a{
	color:#545454;
	border-color:#545454;
}

.top-content-outline .txt-box .more-btn-wrp a:hover{
	background-color:#545454;
	color:#fff;
}

/* about */

.about .ph-box{
	float:left;
	background-image:url(../img/top/top-about-ph01.jpg);
}

.about .txt-box{
	float:right;
}

/* gallery */

.gallery .ph-box{
	float:right;
	background-image:url(../img/top/top-gallery-ph01.jpg);
}

.gallery .txt-box{
	float: left;
}


/*news-wrp*/

.news-wrp{
	width:1080px;
	margin:0 auto 80px;
}

.news-wrp h2{
	text-align:center;
	font-size:2.2rem;
	line-height:2.5;
	font-weight: normal;
	letter-spacing:0.15em;
	margin-bottom:60px;
}

.news-wrp h2:after{
	content:"";
	display:block;
	margin:0 auto;
	width:25px;
	height:3px;
	background-color:#040404;
}

.news-wrp ul{
	font-size:0;
}

.news-wrp li{
	width:340px;
	font-size:1.2rem;
	letter-spacing:0.1em;
	display:inline-block;
	vertical-align:top;
}

.news-wrp li a{
	text-decoration:none;
}

.news-wrp li .ph-box img{
	width:100%;
}

.news-wrp li .ph-box{
	margin-bottom:30px;
}

.news-wrp li .date{
	margin-bottom:20px;
}

.news-wrp li .ttl{
	font-size:1.3rem;
	font-weight:bold;
	margin-bottom:15px;
}

.news-wrp .slider {
  margin: 0 54px;
  overflow: hidden;
}

.news-wrp .slick-list {
  margin-right: -27px;  /* ガター分ネガティブマージン */
}

.news-wrp .slick-slide {
  margin-right: 27px;  /* ガター */
}

.news-wrp .slick-dots{
	top:-65px;
	right:0;
}

.news-wrp .slick-dots li button:before
{
	background-color:#b8b8b8;
}

/* insta-wrp */

.insta-wrp {
	width:1080px;
	margin:0 auto 80px;
}

.insta-wrp h2{
	text-align:center;
	font-size:2.2rem;
	line-height:2.5;
	font-weight: normal;
	letter-spacing:0.15em;
	margin-bottom:60px;
}

.insta-wrp h2:after{
	content:"";
	display:block;
	margin:0 auto;
	width:25px;
	height:3px;
	background-color:#040404;
}


.pc-insta-wrp-inr{
	display:block;
	position:relative;
}

.sp-insta-wrp-inr{
	display:none;
	position:relative;
}

.insta-wrp-inr a{
	display:block;
	height:100%;
	width:100%;
	z-index:1;
	position:absolute;
	left:0;
	top:0;
}

.insta-wrp-inr a:hover{
	background-color: rgba(255,255,255,0.30);
}
	


@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */


	.top-slider-wrp{
		margin-bottom:20px;
	}
	
	
	.top-slider-wrp .inr{
		width:100%;
		height: auto;
		overflow:hidden;
		margin:0 auto;
		position: relative;
	}
	
	.top-slider-wrp .inr .slider{
		width:100%;
		height: auto;
	}
	
	
	.top-slider-wrp .inr .txt-box{
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		height: 100%;
	}
	
	.top-slider-wrp .inr .txt-box .inr{
		margin:auto;

	}
	
	
	
	.top-slider-wrp .inr .txt-box h2 {
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: 0.2em;
		padding-top:0;
		margin-bottom:10px;
	}

	.more-btn-wrp a {
		display: inline-block;
		height: 40px;
		width: 120px;
		border: #fff solid 1px;
		border-radius: 3px;
		line-height: 40px;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 0.2em;
		font-style: italic;
		text-decoration: none;
	}

	/* .top-content-outline */
	
	.top-content-outline{
		width: 100%;
		margin:0 auto 20px;
	}
	
	.top-content-outline .ph-box{
		width:100%;
		display: block;
		line-height:200px;
		background-position: center center;
	}
	
	.top-content-outline .ph-box h2{
		font-size:1.8rem;
		color:#fff;
		font-style:italic;
		letter-spacing:0.2em;
	}
	
	.top-content-outline .txt-box{
		width:100%;
		height: auto;
		font-size:1.2rem;
		letter-spacing:1px;
		text-align:justify;
		line-height:2;
		padding:25px;
		box-sizing:border-box;
	}
	
	.top-content-outline .txt-box .more-btn-wrp{
		text-align:center;
		margin-top:15px;
	}
	
	.top-content-outline .txt-box .more-btn-wrp a{
		color:#545454;
		border-color:#545454;
	}
	
	.top-content-outline .txt-box .more-btn-wrp a:hover{
		background-color:#545454;
		color:#fff;
	}
	
	/* about */
	
	.about .ph-box{
		float: none;
		display:block;
	}
	
	.about .txt-box{
		float: none;
		display:block;
	}
	
	/* gallery */
	
	.gallery .ph-box{
		float: none;
		display:block;
	}
	
	.gallery .txt-box{
		float: none;
		display:block;
	}
	
	
	/*news-wrp*/
	
	.news-wrp{
		width:100%;
		padding:0 20px;
		margin:0 auto 40px;
		box-sizing:border-box;
	}
	
	.news-wrp h2{
		text-align:center;
		font-size:2.2rem;
		line-height:2.5;
		font-weight: normal;
		letter-spacing:0.15em;
		margin-bottom:20px;
	}
	
	.news-wrp h2:after{
		content:"";
		display:block;
		margin:0 auto;
		width:25px;
		height:3px;
		background-color:#040404;
	}
	
	.news-wrp ul{
		font-size:0;
	}
	
	.news-wrp li{
		width:49%;
		font-size:1.2rem;
		letter-spacing:0.1em;
		display:inline-block;
		vertical-align:top;
		padding-bottom:20px;
	}
	
	.news-wrp li a{
		text-decoration:none;
	}
	
	.news-wrp li .ph-box img{
		width:100%;
	}
	
	.news-wrp li .ph-box{
		margin-bottom:5px;
	}
	
	.news-wrp li .date{
		margin-bottom:5px;
		font-size:1.1rem;
	}
	
	.news-wrp li .ttl{
		font-size:1.2rem !important;
		font-weight: normal;
		margin-bottom:10px;
	}
	
	.news-wrp .slider {
	  margin: 0 54px;
	  overflow: hidden;
	}
	
	.news-wrp .slick-list {
	  margin-right: -10px;  /* ガター分ネガティブマージン */
	}
	
	.news-wrp .slick-slide {
	  margin-right: 10px;  /* ガター */
	}
	
	.news-wrp .slick-dots{
		top: auto;
		right: auto;
		bottom:-20px;
	}
	
	.news-wrp .slick-dots li button:before
	{
		background-color:#b8b8b8;
	}
	
	/* insta-wrp */
	
	.insta-wrp {
		width:100%;
		padding:0 20px;		
		margin:0 auto 40px;
		box-sizing:border-box;
	}
	
	.insta-wrp img{
		width:100%;
	}
	
	.insta-wrp h2{
		text-align:center;
		font-size:2.2rem;
		line-height:2.5;
		font-weight: normal;
		letter-spacing:0.15em;
		margin-bottom:20px;
	}
	
	.insta-wrp h2:after{
		content:"";
		display:block;
		margin:0 auto;
		width:25px;
		height:3px;
		background-color:#040404;
	}

	.pc-insta-wrp-inr{
	display:none;
	position:relative;
	}

	.sp-insta-wrp-inr{
		display:block;
		position:relative;
	}



}