@charset "UTF-8";
#wrapper {
	background-image: none;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
写真館
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.photo-box {
	position: relative;
	background: #ece8e8;
	padding-bottom: 81px;
	margin-bottom: 48px;
	background-size: 17px;
}
.photo-box .logo {
  top: 60px;
  left: 0;
  right: 0;
	width: 185px;
  margin: 0 auto;
  position: absolute;
}
.photo-box .logo img {
	width: 100%;
}
.photo-box .inner {
	width: 1042px;
	margin: 0 auto;
}
.photo-box .flame01 {
	background-image: url(../images/photo/flame01.png);
	background-repeat: no-repeat;
}
.photo-box .flame02 {
	background-image: url(../images/photo/flame02.png);
	background-repeat: no-repeat;
}
.photo-box .sub-img {
	width: 916px;
	height: 676px;
	background-position: top;
	background-size: cover;
	position: relative;
	margin: 12px auto -23px;
}
.photo-box .sub-img .sub_pic {
	width: 803px;
	height: 502px;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.photo-box .camera-item {
	width: 1042px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 93px;
}
.photo-box .main-img .main_pic img,
.photo-box .sub-img .sub_pic img,
.photo-box .camera-item img,
.photo-box h1 img {
	width: 100%;
	height: auto;
}
.photo-box .camera-item img {
	width: 86px;
	float: right;
	margin: 0 58px 0 0;
}
.photo-box > .photo-txt {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	padding: 38px 0 35px;
	background: #fff;
	margin-top: 0;
}
.photo-cont .photo-txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	margin-top: 18px;
	text-shadow: -2px -2px 2px #ececed, 2px -2px 2px #ececed, -2px 2px 2px #ececed, 2px 2px 2px #ececed;
}
.photo-cont h1 + .photo-txt {
	margin-top: 28px;
}
.photo-box h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 0 auto -17px;
}
.photo-box h1 > span {
	background: url(../images/photo/border.png) no-repeat center bottom;
	background-size: 100% 24px;
	display: inline-block;
	padding: 0 18px;
}
.photo-cont {
	margin-top: 35px;
}

.ranking .titleBox {
	color: #e391ba;
}
@media screen and (max-width:750px) {
	.photo-box .logo {
		width: 134px;
	}
	.photo-box .main-img {
		width: 100%;
		height: 94.4vw;
		background-image: url(../images/photo/flame01_sp.png);
		margin-top: -12%;
	}
	.photo-box .main-img .main_pic {
		width: 85.3%;
		height: 60.6%;
		top: 18.6%;
	}
	.photo-box .sub-img {
		width: 100%;
		height: 89.4vw;
		margin-top: 0;
		background-image: url(../images/photo/flame02_sp.png);
	}
	.photo-box .sub-img .sub_pic {
		width: 85.3%;
		height: 60.6%;
		top: 18.6%;
	}
	.photo-box .inner {
		width: auto;
		padding: 0;
	}
	.photo-box .camera-item {
		width: auto;
		margin: 0 6.6% 0 0;
		padding-top: 3px;
	}
	.photo-box .camera-item img {
		width: 64px;
		margin: 107px 0 0 0;
	}
	.photo-box h1 {
		margin: 0 auto -13px;
	}
	.photo-box h1 .title {
		background: none;
	}
	.photo-box h1 .title span {
		background: url(../images/photo/border.png) no-repeat center bottom;
		background-size: 100% 24px;
		display: inline-block;
		padding: 0 18px;
	}
	.photo-box .photo-txt {
		text-align: justify;
		padding: 0 20px;
		margin-top: -27px;
	}
	.photo-box > .photo-txt {
		margin-top: 0;
		text-align: justify;
		padding: 38px 20px 35px;
		letter-spacing: -0.05em;
	}
	.photo-cont h1 + .photo-txt {
		margin-top: 50px;
	}
	.photo-box .photo-txt br:not(.sp) {
		display: none;
	}
	.photo-box {
		padding-bottom: 43px;
	}
}