@charset "utf-8";


/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0 2.8em;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	display:block;
}
#top_title_wrap h3 {
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
		width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
}
#top_title_wrap p.sub {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 1.4em;
	line-height: 1.0em;
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0 50px;
	}
	#top_title_wrap h3 {
		left: 50%;
		top: 45%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 56px;
		margin: 0 0 30px;
	}
	#top_title_wrap p.sub {
		left: 50%;
		top: 65%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 14px;
	}
}


/*=============================================
	
	タブ
	
==============================================*/
@media print, screen and (max-width: 768px) {

.gallery_wrap {
  margin: 0 auto;
}
.swiper-container {
  margin: 0 auto 0;
  padding: 0;
}

.tab_menu_area {
	border-bottom: 2px solid #9D886D;
	width:100vw;
	box-sizing: border-box;
	overflow-x: scroll;
	-ms-overflow-style:none; /* IE対策 */
	overflow: -moz-scrollbars-none; /*FireFox対策*/
}
.tab_menu_area::-webkit-scrollbar{ /* Google Chrome対策 */
	display:none;
}

.tab_menu_box {
	width:170vw;
	font-size:0;
	padding:0 1vw;
}
.tab_menu_box li {
	width: 27vw;
	margin:0 0.5vw;
	padding: 10px 0;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	background: #F3F3F3;
	font-size: 11px;
	cursor: pointer;
}
.tab_menu_box li.active {
	background: #9D886D;
	color: #FFF;
}

.content_box {
	padding: 30px 4%;
	display: none;
}
.content_box.active {
	display: block;
	padding: 30px 4%;
}

 
}

@media print, screen and (min-width: 769px) {
	.gallery_wrap {
	  margin: 0 auto;
	}
	.swiper-container {
	  margin: 0 auto 0;
	  padding: 0;
	}
	
	.tab_menu_area {
		border-bottom: 2px solid #9D886D;
		width:100%;
		box-sizing: border-box;
		overflow-x: scroll;
		-ms-overflow-style:none; /* IE対策 */
		overflow: -moz-scrollbars-none; /*FireFox対策*/
	}
	.tab_menu_area::-webkit-scrollbar{ /* Google Chrome対策 */
		display:none;
	}
	
	.tab_menu_box {
		width: 960px;
		margin: 0 auto 0;
		font-size:0;
		padding:0 1vw;
	}
	.tab_menu_box li {
		width: 12%;
		margin:0 5px;
		padding: 10px 0;
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
		background: #F3F3F3;
		font-size: 11px;
		cursor: pointer;
	}
	.tab_menu_box li.active {
		background: #9D886D;
		color: #FFF;
	}
	
	.content_box {
		width: 960px;
		padding: 30px 0;
		margin: 0 auto;
		display: none;
	}
	.content_box.active {
		display: block;
		padding: 30px 4%;
	}
}


/*=============================================
	
	写真レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {

	ul.photo {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size:0;
	}
	ul.photo li {
		display: inline-table;
		width: 47%;
		margin: 0 1% 2vw;
	}
	
}

@media print, screen and (min-width: 769px) {
	ul.photo {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		font-size:0;
	}
	ul.photo li {
		display: inline-table;
		width: 11%;
		margin: 0 0.5% 0.6vw;
	}
}



