/*-----------------------------
ブライダルページ寸法
-----------------------------*/

#bridal-logo {
	width:100%;
	clear:left;
	display: block;
	margin: 0px;
	margin-top: 10px;
	z-index: 1;
}

div#bridal-logo {
	width: 380px;
	height: 60px;
	float: left;
}

@media screen and (min-width: 769px) {
	div.menu-header_navigation-container {
		width: 560px;
		height: 75px;
		float: right;
	}
}

#bridal-top-outer {
	background-image: url("../images/bridal/bg.jpg");
	width: 1024px;
	height: 500px;
	margin-bottom: 70px;
	border-top: 8px solid #cca467;
	border-bottom: 8px solid #cca467;
}

#bridal-top {
	background-image: url("../images/bridal/bg.jpg");
	background-position: -179px 0px;
	position: relative;
	width: 666px;
	height: 500px;
	margin: 0 auto;
}

#bridal-top #bxslider li:nth-child(even) {
	position: relative;
	top: 0px;
	left: 0;
}

#bridal-top #bxslider li:nth-child(odd) {
	position: relative;
	top: 0px;
	left: 333px;
}

#bridal-top #bxslider li {
	height: 500px;
	overflow: hidden;
}

#bridal-top #bxslider li img {
	width: 100%;
	max-width: 333px;
	height: 100%;
	object-fit: cover;
	display: block;
}

#bridal-wording {
	margin-bottom: 28px;
}

#bridal-wording img {
	margin-bottom: 38px;
}

#bridal-wording p {
	color: #cca467;
	line-height: 24px;
	font-size: 16px;
}

#bridal-wording .link-btn {
	margin-top: 16px;
}

#bridal-wording .link-btn a {
	display: inline-block;
	padding: 10px 18px;
	border: 1px solid #cca467;
	background-color: #fcf9f4;
	color: #cca467;
	font-size: 12px;
	line-height: 1;
}

#bridal-wording .link-btn a:hover {
	text-decoration: none;
	background-color: #cca467;
	color: #ffffff;
}

#bridal-bottom-message {
	margin-top: 25px;
	margin-bottom: 35px;
	text-align: left;
}

#bridal-bottom-message p {
	color: #cca467;
	line-height: 24px;
	font-size: 12px;
}

#bridal-bottom-message .link-btn {
	margin-top: 16px;
}

#bridal-bottom-message .link-btn a {
	display: inline-block;
	padding: 10px 18px;
	border: 1px solid #cca467;
	background-color: #fcf9f4;
	color: #cca467;
	font-size: 12px;
	line-height: 1;
}

#bridal-bottom-message .link-btn a:hover {
	text-decoration: none;
	background-color: #cca467;
	color: #ffffff;
}

.bridal-separator {
	background-image: url("../images/bridal/bridal-separator.jpg");
	width: 1020px;
	height: 20px;
	margin-bottom: 20px;
}

#bridal-price {
	margin-bottom: 22px;
}

#bridal-price .banner {
	width: 231px;
	height: 60px;
	float: left;
}

#bridal-price img {
	width: 170px;
	height: 50px;
	float: left;
}

#bridal-price ul {
	list-style-type: square;
}

#bridal-price ul li {
	width: 250px;
	height: 15px;
	float: left;
	color: #cca467;
	margin-left: 10px;
	margin-bottom: 18px;
	padding-left: 2px;
	text-align: left;
	border: 0px;
}

#bridal-gallery {
	border: 0px;
}

#bridal-gallery ul {
	list-style-type: none;
	width: 100%;
}

#bridal-gallery ul li {
	width: 167px;
	height: 213px;
	background-color: #fcf9f4;
	float: left;
	margin: 0 4px 4px 0;
}

#bridal-gallery ul li.last {
	margin-right: 0px;
}

#bridal-gallery ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#bridal-gallery ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	#bridal-gallery ul {
		overflow: hidden;
	}
	#bridal-gallery ul li {
		width: calc(50% - 4px);
		height: auto;
		aspect-ratio: 167 / 213;
		margin: 0 4px 4px 0;
	}
	#bridal-gallery ul li.last {
		margin-right: 0px;
	}
}

#bridal-footer {
	width: 1024px;
	height: 40px;
	margin-top: 35px;
	margin-bottom: 35px;
}

#bridal-footer p {
	color: #cca467;
	text-align: left;
	float: left;
}

#bridal-footer img {
	float: right;
}

/*-----------------------------
レスポンシブ対応
-----------------------------*/

/* タブレット (768px以下) */
@media screen and (max-width: 768px) {
	hgroup {
		margin-bottom: 5px;
		padding-right: 50px;
	}

	hgroup h1,
	hgroup h2 {
		font-size: 8.5px;
		line-height: 1;
		margin-bottom: 0;
	}

	hgroup h1 {
		margin-left: 0;
	}

	hgroup p {
		display: none;
	}

	div#bridal-logo {
		width: 100%;
		height: auto;
		float: none;
		text-align: center;
		margin-top: -10px;
	}

	div#bridal-logo img {
		max-width: 200px;
		height: auto;
	}


	#bridal-top-outer {
		width: 100%;
		height: auto;
		min-height: 300px;
		margin-bottom: 30px;
	}

	#bridal-top {
		width: 100%;
		height: auto;
		min-height: 300px;
		background-position: center;
		background-size: cover;
	}

	#bridal-top #bxslider li {
		height: auto;
		min-height: 250px;
	}

	#bridal-top #bxslider li:nth-child(even),
	#bridal-top #bxslider li:nth-child(odd) {
		left: 0;
		position: static;
	}

	#bridal-top #bxslider li img {
		max-width: 100%;
		height: auto;
		min-height: 250px;
	}

	#bridal-wording {
		padding: 0 15px;
	}

	#bridal-wording img {
		max-width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	#bridal-wording p {
		font-size: 14px;
		line-height: 1.8;
	}

	.bridal-separator {
		width: 100%;
		background-size: cover;
	}

	#bridal-price ul li {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}

	#bridal-bottom-message {
		padding: 0 15px;
		text-align: center;
	}

	#bridal-bottom-message p {
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
	}

	#bridal-footer {
		width: 100%;
		height: auto;
		padding: 15px;
		box-sizing: border-box;
	}

	#bridal-footer p {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	#bridal-footer img {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 200px;
	}
}

/* スマートフォン (480px以下) */
@media screen and (max-width: 480px) {
	div#bridal-logo img {
		max-width: 200px;
	}

	#bridal-top-outer {
		min-height: 200px;
	}

	#bridal-top {
		min-height: 200px;
	}

	#bridal-top #bxslider li {
		min-height: 180px;
	}

	#bridal-top #bxslider li img {
		min-height: 180px;
	}

	#bridal-wording p {
		font-size: 13px;
	}

	#bridal-gallery ul li {
		width: calc(33.333% - 2px);
		margin: 0 2px 2px 0;
	}

	#bridal-gallery ul li.last {
		margin-right: 0;
	}

	#bridal-bottom-message p {
		font-size: 13px;
	}

}
