@charset "UTF-8";

/* gallery
--------------------------------------------------------*/

.main_contents .contblock {
    width: 920px;
}

.main_contents .contblock .ph {
	overflow: hidden;
	margin-bottom: 40px;
}

.main_contents .contblock .ph a {
	display: block;
	height: 100%;
	
}

.main_contents .contblock .ph a::before {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.main_contents .contblock .ph a:hover::before {
	opacity: 0.5;
}

.main_contents .contblock .ph a .ttl {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	align-items: center;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	z-index: 3;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	text-align: center;
}

.main_contents .contblock .ph a:hover .ttl {
	opacity:1;
}

.main_contents .contblock .ph a .ttl ._gothic_en {
	display: inline-block;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.1;
}

.main_contents .contblock .ph a .ttl small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 5px;
}

.main_contents .contblock .ph a .ttl .more {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 30px;
	position: relative;
}

.main_contents .contblock .ph a .ttl .more::after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #de3236;
	margin-top: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.main_contents .contblock .ph a:hover .ttl .more::after {
	width: 100%;
}

@media only screen and (max-width: 736px) {
	.main_contents .contblock {
		width: auto;
	}
	
	.main_contents .contblock .ph {
		margin-bottom: 20px;
	}
	
	.main_contents .contblock .ph a:hover::before {
		opacity: 0;
	}
	
	.main_contents .contblock .ph a .ttl {
		position: relative;
		display: block;
		height: auto;
		width: auto;
		color: inherit;
		opacity: 1;
	}

	.main_contents .contblock .ph a .ttl ._gothic_en {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1.25;
		margin-top: 10px;
	}
	
	.main_contents .contblock .ph a .ttl small {
		font-size: 1rem;
		line-height: 1.5;
	}

	.main_contents .contblock .ph a .ttl .more {
		font-size: 1rem;
		line-height: 1;
		margin-top: 10px;
	}
	
	.main_contents .contblock .ph a .ttl .more::after {
		width: 100%;
	}

	
}

/* gallery datail
--------------------------------------------------------*/

.main_contents h2 ._gothic_en {
	display: block;
	line-height: 1.3;
}

.main_contents h2 small {
	display: block;
	font-size: 1.1rem;
}

.main_contents .contblock p.address {
	margin-bottom: 80px;
	padding-bottom: 15px;
	border-bottom: solid 1px #cccccc;
}

@media only screen and (max-width: 736px) {
	.main_contents .contblock p.address {
		margin-bottom: 40px;
	}
}


/* gallery map
--------------------------------------------------------*/
#gmap {
  position: relative;
	width: 100%;
  height: 400px;
  overflow: hidden;
}
#gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}