@charset "UTF-8";

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	color: #1A1414;
	background: #1A1414;
}

header h1 {
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.center{
	text-align: center;
}

.promo{
	width: 100%;
	height:100vh
}


main ul li.left {
	background-image: url(../_images/wedding_l.jpg);
}

main ul li.right {
	background-image: url(../_images/wedding_r.jpg);
}

.t-catch{
	color: #fff;
}

.t-catch h2{
	font-size: 2.6rem;
	margin-bottom: 1.4rem;
	text-decoration: none;
}
.t-catch p{
	font-size: 2.0rem;
	text-decoration: none;
}

footer small {
	display: block;
	height: 60px;
	width: 100%;
	background: #1A1414;
	color: #fff;
	font-size: 1.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mod-clm2 ul{
	display: flex;
	margin-left: 0;
	margin-bottom: 0;
	flex-wrap: wrap;
}
.mod-clm2 ul li{
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;

}
.mod-clm2 ul li.right-cont{
	padding: 0;
}

.mod-clm2 ul li.list-cont{
	width: 50%;
}
@media screen and ( max-width: 767px ){
	.mod-clm2 ul li.list-cont{
		width: 100%;
		height: 300px;
	}
}
@media screen and ( max-width: 767px ){
	.mod-clm2 ul li.list-cont .list-inner h2{
		text-align: center;
	}
}
@media screen and ( max-width: 767px ){
	.mod-clm2 ul li.list-cont .list-inner h2 img{
		width: 70%;
	}
}

.mod-clm2 ul li.list-cont .list-inner{
	width: 100%;
	height: calc(100vh - 140px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

li.right-cont{
	height: calc(100vh - 140px);
	overflow: hidden;
}

main ul li a {
	text-decoration: none;
	color: inherit;
	display: block;
}

main ul li a .list-inner {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

main ul li a .list-inner h2 {
	text-decoration: none;
}
main ul li a .list-inner p {
	text-decoration: none;
}

main ul li a:hover .list-inner {
	background: rgba(255,255,255,0.2);
}

@media screen and ( max-width: 767px ){
	main ul li .list-inner h2 img{
		height: 20%;
	}
}

@media screen and ( max-width: 767px ){
	.mod-clm2 ul li.right-cont{
		height: 600px;
	}
}
@media screen and ( max-width: 767px ){
	.mod-clm2 ul li.list-cont .list-inner{
		height: calc(300px - 40px);
	}
}