@charset "UTF-8";

/* ▼▼▼ 写真展示
====================================================== */

.photo_mv_area{
	padding: 85px 0 90px;
	background: url(../img/anniversaryphoto/bg_title_pc.png) no-repeat center center/1366px;
}
.photo_mv_block{
	max-width: 1056px;
	margin: 0 auto;
	padding: 0 28px;
}
.photo_mv_title{
	margin-bottom: 30px;
	text-align: center;
}
.photo_mv_title img{
	width: auto;
	height: 66px;
}
.photo_mv_read{
	margin-bottom: 20px;
	color: #864B39;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}
.photo_mv_date{
	width: 100%;
	max-width: 438px;
	margin: 0 auto 45px;
}
.photo_mv_place{
	width: 100%;
	max-width: 600px;
	padding: 40px 20px 15px;
	margin: 0 auto;
	border-radius: 10px;
	background: #FFF;
	position: relative;
}
.photo_mv_place .ribbon_title{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.photo_mv_place_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 480px;
	margin: 0 auto;
	font-size: 18px;
}
.photo_mv_place_list li{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width:235px;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: #773823;
	text-indent: -1em;
	padding-left: 1em;
}
.photo_mv_place_list li::before{
	content: '◆';
	color: #E56046;
	font-size: 12px;
}

#exhi_area{
	background: #FCF6D8;
}

.photo_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	overflow: hidden;
}
.photo_list_after{display: none;}
.photo_list li{
	width: calc((100%/3) - 20px);
	margin: 0 10px 0;
	padding: 0 0 20px;
}
.photo_list li a{
	display: block;
	padding-top: 78.125%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.photo_list li a .txt_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.photo_list li a .txt_wrap p{
	color: #FFF;
	font-size: 18px;
	text-align: center;
}
.photo_list li a .txt_wrap .txt_plus{
	margin: 0 auto;
	width: 33px;
	height: 33px;
	background: #E56046;
	border-radius: 50%;
	position: relative;
}
.photo_list li a .txt_wrap .txt_plus:not(:first-child){
	margin-top: 10px;
}
.photo_list li a .txt_wrap .txt_plus::before,
.photo_list li a .txt_wrap .txt_plus::after{
		content: '';
		width: 1px;
		height: 15px;
		background: #FFF;
		position: absolute;
		top: 9px;
		left: 16px;
}
.photo_list li a .txt_wrap .txt_plus::after{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.photo_popup_wrap{
	display: none;
}
.photo_popup .txt_wrap{
	margin-top: 40px;
	font-size: 16px;
}
.photo_popup .txt_wrap .photo_txt_sub{
	margin-top: 10px;
}

.hall_area{
	padding: 65px 0;
}
.hall_read{
	max-width: 800px;
	margin: 0 auto;
	color: #864B39;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 2;
	position: relative;
}
.hall_read::after{
	content: '';
	width: 167px;
	height: 251px;
	background: url(../img/anniversaryphoto/bg_item_balloon_pc.png) no-repeat center center/contain;
	position: absolute;
	right: -25px;
	top: -50px;
}
.hall_img{
	max-width: 800px;
	margin: 65px auto 0;
}
.hall_img img{
	border-radius: 10px;
}

/* ▼▼▼ 480px〜768px~
======================================================*/
@media screen and (min-width: 769px) {

	.photo_list li a:hover,
	.photo_list li a:hover .txt_wrap{
		opacity: 1;
	}
}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	.photo_mv_area{
		padding: 45px 0;
		background: url(../img/anniversaryphoto/bg_title_sp.png) no-repeat center bottom 200px/100%;
	}
	.photo_mv_block{
		padding: 0;
	}
	.photo_mv_title{
		margin-bottom: 10px;
		text-align: center;
	}
	.photo_mv_title img{
		max-width: 100%;
		width: 356px;
		height: auto;
	}
	.photo_mv_txt{
		padding: 0 10px;
	}
	.photo_mv_read{
		font-size: 16px;
	}
	.photo_mv_date{
		max-width: 266px;
		margin: 0 auto 60px;
	}
	.photo_mv_place{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		max-width: 270px;
		padding: 35px 0 15px;
	}
	.photo_mv_place_list{
		display: block;
		max-width: 480px;
		margin: 0 auto;
		font-size: 16px;
	}
	.photo_mv_place_list li{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	.photo_list{
		margin: 0 -5px;
	}
	.photo_list li{
		width: calc((100%/2) - 10px);
		margin: 0 5px 0;
		padding: 0 0 10px;
	}
	.photo_list li a .txt_wrap{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		align-content: center;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
	}

	.photo_list li a .txt_wrap p{
		font-size: 12px;
	}
	.photo_list li a .txt_wrap .txt_plus{
		width: 19px;
		height: 19px;
	}
	.photo_list li a .txt_wrap .txt_plus::before,
	.photo_list li a .txt_wrap .txt_plus::after{
			height: 7px;
			top: 6px;
			left: 9px;
	}
	.photo_popup .txt_wrap{
		margin-top: 40px;
		font-size: 16px;
	}
	.photo_popup .txt_wrap .photo_txt_sub{
		margin-top: 10px;
	}

	.hall_area{
		padding: 45px 0;
	}
	.hall_read{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.hall_read::after{
		content: '';
		width: 361px;
		height: 174px;
		background: url(../img/anniversaryphoto/bg_item_balloon_sp.png) no-repeat center center/contain;
		position: absolute;
		right: calc(50% - 190px);
		top: auto;
		bottom: -86px;
		pointer-events: none;
	}
	.hall_img{
		margin-top: 35px;
	}

}
