@charset "UTF-8";


.w_top_bnr_pw2025:hover {
	opacity: 0.7;
	}
.w_top_bnr_pw2025sp {
	display: none;
	}

@media screen and (max-width: 600px) {
.w_top_bnr_pw2025 {
	display: none;
	}
.w_top_bnr_pw2025sp {
	display: block;
	}
}


.ceremony_style {
	padding: 15px 0 0;
	}
.ceremony_style dl {
	display: flex;
	flex-wrap: wrap;
	}
	.ceremony_style dl dt {
		margin-right: 10px;
		padding: 5px 5px 2px;
		}
	.ceremony_style dl dd {
		
		}
		.ceremony_style dl dd span {
			display: inline-block;
			margin: 0 10px 10px 0;
			padding: 4px 4px 1px;
			border: 1px solid #54585b;
			}
			
#page_header.wedding {
	position: relative;
}
	.wedding_hello {
		width: 100%;
		height: 100%;
		background-color: rgb(236,236,235) !important;
		}
		.wedding_hello .slick-list {
			width: 100%;
			height: 100%;
			}
			.wedding_hello .slick-list .slick-track {
				height: 100%;
				}
				.wedding_hello .slick-list {
					height: 100%;
					}
					.wedding_hello .slick-list article,
					.wedding_hello .slick-list article picture {
						height: 100% !important;
						}
					.wedding_hello .slick-list img {
						width: 100%;
						height: 100% !important;
						}

	#page_header.wedding .point {
		position: absolute;
		bottom: 30px;
		left: 50px;
		width: 200px;
		height: 200px;
		}
		#page_header.wedding .point a {
			}
			#page_header.wedding .point a img {
				width: 100%;
				height: 100%;
				filter: drop-shadow(2px 2px 5px #666);
				opacity: 0.8;
				transition: 0.5s;
				}
			#page_header.wedding .point a:hover img {
				opacity: 1;
				transition: 0.5s;
				}

#page_header.wedding-hello {
	width: 100%;
	height: auto;
	margin-top: 32px;
	aspect-ratio: 12 / 5; /* 1920 : 800 */
	}
	#page_header.wedding-hello video {
		width: 100%;
		height: auto;
		aspect-ratio: 12 / 5; /* 1920 : 800 */
		position: absolute;
		top: 0;
		right: 0;
		}
@media screen and (max-width: 1023px) {
#page_header.wedding-hello {
	margin-top: 97px;
	}
}



.wedding-concept {
	margin: 0;
	padding: 50px 20px;
	text-align: center;
	background-color: #fff;
	}
	.wedding-concept img {
		margin: 0 0 20px;
		}
	.wedding-concept p {
		margin: 0 5% 20px;
		line-height: 1.6;
		}
	.wedding-concept p:first-of-type {
		margin: 0 0 20px;
		}


@media screen and (max-width: 768px) {
	.wedding-concept img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
    	}
}


/* 詳細 */
/* Menu */
#restaurant_menu {
	background-color: rgb(236,236,235);
	}
#restaurant_menu .container {
	padding: 70px 32px;
	
	}
#restaurant_menu h2 {
	text-align: center;
	}
	#restaurant_menu h2 span {
		font-size: 17px;
		}

	#restaurant_menu > .container > p {
		text-align: center;
		line-height: 1.6;
		}






.fix-zsf-open {
	letter-spacing: normal !important;
	}


/* ******************************************
	Top TAB Control
****************************************** */
.tab-content.tab-info {
	position: relative;
	}
	.tab-content.tab-info > img {
		object-fit: cover;
		aspect-ratio: 16 / 9;
		}
	.tab-content.tab-info > .tab-text {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		top: 0;
		width: 33%;
		height: 100% !important;
		padding: 40px 30px;
		background-color: #1d2534b3;
		color: #fff;
		line-height: 1.6;
		}
	.tab-content.tab-info > .tab-text-l {
		left: 0;
		}
	.tab-content.tab-info > .tab-text-r {
		right: 0;
		}
		.tab-content.tab-info > .tab-text h3 {
			font-size: 21px;
			margin: 0 0 20px;
			}
			.tab-content.tab-info > .tab-text h3 span {
				font-size: 15px;
				}
@media screen and (max-width: 1200px) {
	.tab-content.tab-info > .tab-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
	.tab-content.tab-info > img {
		aspect-ratio: 14 / 9;
    }
	.tab-content.tab-info > .tab-text {
		width: 50%;
    }
}
@media screen and (max-width: 878px) {
	.tab-content.tab-info > .tab-text {
		width: 65%;
    }
}
@media screen and (max-width: 768px) {
	.tab-content.tab-info > .tab-text {
		position: relative;
		top: auto;
		width: 100%;
		height: auto !important;
    }
}
                

/* ******************************************
	lr_list
****************************************** */
.lr-list article {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.lr-list article img {
		width: 50%;
		object-fit: cover;
		aspect-ratio: 3 / 2;
		order: 1;
		}
	.lr-list article:nth-of-type(2n) img {
		order: 2;
		}
	.lr-list > article > div {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 50%;
		padding: 50px 100px 50px 50px;
		background-color: rgb(236,236,235);
		order: 2;
		}
	.lr-list.lr-list_w > article > div {
		background-color: rgb(255,255,255);
	}

	.lr-list > article:nth-of-type(2n) > div {
		padding: 50px 50px 50px 100px;
		order: 1;
		}
		.lr-list > article > div > div,
		.lr-list > article:nth-of-type(2n) > div > div {
			width: 100%;
			padding: 0;
			}
		.lr-list article div h3 {
			font-size: 28px;
			}
			.lr-list article div h3 span {
				font-size: 21px;
				}
		.lr-list article div p {
			margin: 30px 0 0;
			line-height: 1.5;
			}
@media screen and (max-width: 768px) {
	.lr-list article div {
		padding: 30px;
    }
	.lr-list article:nth-of-type(2n) div {
		padding: 30px;
    }
}
@media screen and (max-width: 600px) {
	.lr-list article img {
		width: 100%;
		aspect-ratio: 5 / 2;
    }
	.lr-list article div {
		width: 100%;
    }
	.lr-list article:nth-of-type(2n) img {
		order: 1;
    }
	.lr-list article:nth-of-type(2n) div {
		order: 2;
    }
}
            

/* ******************************************
	Ceremony List
****************************************** */
#ceremony-list {
	
	}
	#ceremony-list .container {

		}

.tab-content .menu_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
	background-color: #fff;
	}
	.tab-content .menu_item .menu_img {
		width: 50%;
		order: 1;
		}
		.tab-content .menu_item .menu_img img {
			width: 100%;
			object-fit: cover;
			aspect-ratio: 3 / 2;
			}
	.tab-content .menu_item .menu_info {
		width: 50%;
		padding: 5px 0 5px 30px;
		order: 2;
		}
		.tab-content .menu_item .menu_info h3 {
			font-size: 21px;
			margin-bottom: 20px;
			}
@media screen and (max-width: 600px) {
	.tab-content .menu_item .menu_img {
		width: 100%;
		}
	.tab-content .menu_item .menu_info {
		width: 100%;
		padding: 20px 0 0 0;
		}
}




/* ******************************************
	VR Viewer
****************************************** */
#vr-viewer {
	
	}
	#vr-viewer h2 {
		text-align: center;
		}


/* ******************************************
	Banner Links
****************************************** */
#banner-links {
	
	}
	#banner-links .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 50px 0 30px;
		}
		#banner-links .container a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: calc((100% - 60px) / 3);
			min-height: 80px;
			margin: 0 10px 20px;
			border: 1px solid rgb(236,236,235);
			background-color: rgb(236,236,235);
			transition: .5s;
			}
		#banner-links .container a:hover {
			background-color: rgb(255,255,255);
			transition: .5s;
			}
@media screen and (max-width: 840px) {
	#banner-links .container {
        justify-content: space-between;
    }
    #banner-links .container a {
        width: calc((100% - 60px) / 2);
        margin: 0 auto 20px;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    #banner-links .container a {
        width: calc(100% - 60px);
    }
}
            

/* ******************************************
	Wedding Footer
****************************************** */
#wedding-footer {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
#wedding-footer .container {
	width: 100%;
	max-width: 100%;
	padding: 50px 0 60px;
	background-color: rgba(0, 0, 0, .3);
}
#wedding-footer .container h2 {
	text-align: center;
	color: #fff;
}
#wedding-footer > .container > .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 620px;
	margin: 0 auto;
}
#wedding-footer > .container > .link > a {
	display: block;
	width: calc((100% - 20px) / 2);
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.9);
	color: rgb(84,88,90);
	text-align: center;
	transition: .5s;
}
#wedding-footer > .container > .link > a.w30btn {
	width: calc((100% - 20px) / 3);
}
#wedding-footer > .container > .link > a:hover {
	background-color: rgba(236, 236, 235, 0.9);
	transition: .5s;
}
#wedding-footer > .container > .link > .tel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 20px 0 0;
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	color: rgb(84,88,90);
}
#wedding-footer > .container > .link > .tel > p {
	width: 50%;
	font-size: 15px;
}
#wedding-footer > .container > .link > .tel > p > b {
	display: block;
	font-size: 21px;
	font-weight: 300;
}
@media screen and (max-width: 660px) {
	#wedding-footer .container h2 {
		font-size: 5vw;
	}
	#wedding-footer > .container > .link {
		width: 90%;
	}
	#wedding-footer > .container > .link > .tel > p {
		width: 100%;
		text-align: center;
	}
	#wedding-footer > .container > .link > a.w30btn {
		width: 100%;
		margin-bottom: 8px;
	}
}
                                    

/* ******************************************
	CUISINE Chef
****************************************** */
#wedding_chef {
	margin: 0;
	}

#wedding_chef .container .chef_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	}
	#wedding_chef .container .chef_item .chef_img {
		width: 50%;
		}
		#wedding_chef .container .chef_item .chef_img img {
			width: 100%;
			object-fit: cover;
			
			}
	#wedding_chef .container .chef_item .chef_info {
		width: 50%;
		padding: 0 0 0 30px;
		background-color: #fff;
		}
	#wedding_chef h2 {
		margin: 0 0 10px;
		}
		#wedding_chef h2 span {
			font-size: 21px;
			}
	#wedding_chef p {
		line-height: 1.6;
		}
	#wedding_chef dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		}
		#wedding_chef dl dt {
			width: 70px;
			padding: 10px 0 0 0;
			font-weight: 300 !important;
			}
		#wedding_chef dl dd {
			width: calc(100% - 70px);
			padding: 10px 0 0 0;
			}
@media screen and (max-width: 600px) {
	#wedding_chef .container .chef_item .chef_img {
		width: 100%;
    }
	#wedding_chef .container .chef_item .chef_info {
		width: 100%;
		padding: 35px 0 0;
    }
}
            

/* ******************************************
	PLAN List
****************************************** */
#floor_info .container {
	padding-bottom: 0;
	
	}
@media screen and (max-width: 600px) {
#floor_info .container {
	padding-top: 45px;
	}
}
#floor_info h2 {
	text-align: center;
	}
	#floor_info h2 span {
		font-size: 17px;
		}

	#floor_info > .container > p {
		text-align: center;
		line-height: 1.6;
		}
	
	.room_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0 0;
		}
		.room_list article {
			position: relative;
			width: calc(50% - 10px);
			margin-bottom: 70px;
			padding: 0 0 80px;
			}
			.room_list article img {
				width: 100%;
				object-fit: cover;
				aspect-ratio: 16 / 10;
				}
			.room_list article h3 {
				margin: 20px 10px 15px;
				font-size: 21px;
				font-weight: 400;
				}
				.room_list article h3 small {
					font-size: 15px;
					}
			.room_list article p {
				margin: 0 10px;
				line-height: 1.6;
				}
			.room_list article a {
				position: absolute;
				bottom: 0;
				}
				.room_list article a.btn_bg_wh-gr {
					left: 10px;
					bottom: 20px;
					}
@media screen and (max-width: 600px) {
    .room_list article {
        width: 100%;
    }
}
                    
/* ******************************************
	PLAN Single
****************************************** */
#wedding_plan {
	
	}
	.wedding_plan_area {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		}
		
	#wedding_plan h2 {
		margin: 35px 0 0;
		text-align: center;
		line-height: 1.6;
		}

		#wedding_plan h3 {
			margin: 50px 0 20px;
			padding: 15px 0;
			border-bottom: 1px solid rgb(84,88,90);
			text-align: center;
			font-size: 21px;
			}
		#wedding_plan p {
			margin: 15px 20px 0;
			text-align: center;
			line-height: 1.4;
			}
		.text_area {
			padding: 0 0 20px;
			border-bottom: 1px solid rgb(84,88,90);
			}
		#wedding_plan dl {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			border-bottom: 1px solid rgb(84,88,90);
			}
			#wedding_plan dl dt {
				width: 150px;
				padding: 20px;
				}
			#wedding_plan dl dd {
				width: calc(100% - 150px);
				padding: 20px 20px 10px;
				}
				#wedding_plan dl dd ul {
					display: flex;
					flex-wrap: wrap;
					justify-content: flex-start;
					}
					#wedding_plan dl dd ul li {
						width: 50%;
						margin: 0 0 10px;
						}
					#wedding_plan dl dd ul li:before {
						content: "・";
						}
		.text_box {
			margin: 35px 0 0;
			padding: 35px 25px;
			background-color: rgb(236,236,235);
			}

			#wedding_plan .text_box h3 {
				margin: 0;
				padding: 0;
				border-bottom: none;
				text-align: center;
				font-size: 21px;
				}

			#wedding_plan .text_box ul {
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-start;
				margin: 20px 0 0;
				}
				#wedding_plan .text_box ul li {
					width: 50%;
					margin: 0 0 10px;
					}
				#wedding_plan .text_box ul li:before {
					content: "・";
					}
			#wedding_plan .text_box p {
				margin: 0;
				line-height: 1.6;
				}
			#wedding_plan .text_box p strong {
				display: inline-block;
				margin: 20px 0 0;
				font-size: 21px;
				}

.w_p_price_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 250px !important;
	margin-left: auto;
	margin-right: auto;
	border-bottom: none !important;
	}
	.w_p_price_box dt {
		width: 100px !important;
		padding: 0 10px !important;
		text-align: right !important;
		}
	.w_p_price_box dd {
		width: 150px !important;
		padding: 0 10px !important;
		text-align: left !important;
		}


@media screen and (max-width: 768px) {
		.text_box.text_box_sp {
			margin: 0;
			padding: 0 25px 35px;
			}

					#wedding_plan dl dd ul li {
						width: 100%;
						margin: 0 0 15px;
						}
				#wedding_plan .text_box ul li {
					width: 100%;
					margin: 0 0 15px;
					}

			#wedding_plan dl dt {
				width: 100%;
				padding: 20px 0;
				text-align: center
				}
			#wedding_plan dl dd {
				width: 100%;
				padding: 0 0 20px;
				}
}

@media screen and (max-width: 600px) {

}


/* ******************************************
	CEREMONY / PARTY ROOM / CUISINE Single
****************************************** */
#images_list > .container > .one-column,
#images_list > .container > .three-column {
	margin: 0 auto;
	}
@media screen and (max-width: 600px) {
#images_list > .container > .one-column {
	display: none;
	}
}


/* ******************************************
	MOVIE
****************************************** */

#movie {
	
	}
	#movie .container {
		    padding: 70px 32px 0;
		}
	
	.movie_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 30px 0 0;
		}
		.movie_list article {
			position: relative;
			width: calc(50% - 40px);
			margin: 0 20px 70px;
			padding: 0;
			}

			.movie_list article iframe {
				width: 100%;
				height: auto;
				aspect-ratio: 16 / 9;
				}
			.movie_list article h3 {
				margin: 20px 0 5px;
				font-size: 21px;
				line-height: 1.6;
				}
			.movie_list article p {
				line-height: 1.6;
				}
@media screen and (max-width: 600px) {
	.movie_list article {
		width: 100%;
		margin: 0 0 35px;
	}
}


/* ******************************************
	ETERNITY
****************************************** */
.eternity_menu {
	background-color: rgb(236,236,235);
}
.eternity_menu .container {
	
	}
	.eternity_menu .container {
		
		}
		.eternity_menu .container h2 {
			text-align: center;
			}
		.eternity_menu .container dl {
			width: 90%;
			max-width: 768px;
			margin: 0 auto;
			border-bottom: 1px solid #999;
			}
			.eternity_menu .container dl dt {
				padding: 10px;
				border-bottom: 1px solid #999;
				text-align: left;
				}
			.eternity_menu .container dl dd {
				padding: 10px;
				line-height: 1.6;
				text-align: left;
				}
				.eternity_menu .container dl dd ul {
					margin: 0 0 0 20px;
					text-align: left;
					}
					.eternity_menu .container dl dd ul li {
						list-style-type: disc;
						}
			

/* ******************************************
	MILE
****************************************** */
.mile_menu {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	
}
.mile_menu .container {
	
	}
	.mile_menu .container {
		
		}
		.mile_menu .container h2 {
			text-align: center;
			}
		.mile_menu .container .bbox {
			max-width: 768px;
			margin: 35px auto;
			padding: 20px;
			border: 1px solid rgb(84,88,90);
			line-height: 1.6;
			}
		.mile_menu .container p {
			max-width: 768px;
			margin: 0 auto;
			text-align: center;
			}
		.mile_menu .container ul {
			max-width: 708px;
			margin: 20px auto 0;
			line-height: 1.6;
			}
			.mile_menu .container ul li {
				margin: 0 0 5px;
				list-style-type: disc;
				}

.mile_box {
	max-width: 768px;
	margin: 35px auto 0;
	padding: 35px;
	background-color: rgb(236,236,235);
	}
	.mile_box h2 {
		}
	.mile_box p {
		text-align: center;
		font-weight: 400;
		}
		.mile_box p strong {
			font-size: 28px;
			}
			.mile_box p strong span {
				font-size: 36px;
				}



/* ******************************************
	three-column
****************************************** */
.w-three-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 960px;
	margin: 0 auto;
	}
	.w-three-column img {
		width: calc((100% - 80px) / 3);
		height: auto;
		}
@media screen and (max-width: 600px) {
	
}


/* ******************************************
	yuino
****************************************** */
.yuino_menu .menu_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
	background-color: #fff;
	}
	.yuino_menu .menu_item .menu_img {
		width: 40%;
		order: 1;
		}
		.yuino_menu .menu_item .menu_img img {
			width: 100%;
			object-fit: cover;
			aspect-ratio: 3 / 2;
			}
	.yuino_menu .menu_item .menu_info {
		width: 60%;
		padding: 20px 30px;
		order: 2;
		}
	.yuino_menu .menu_item:nth-child(2n) .menu_img {
		order: 2;
		}
	.yuino_menu .menu_item:nth-child(2n) .menu_info {
		order: 1;
		}
@media screen and (max-width: 600px) {
	.yuino_menu .menu_item .menu_img {
		width: 100%;
	}
	.yuino_menu .menu_item .menu_info {
		width: 100%;
	}
	.yuino_menu .menu_item:nth-child(2n) .menu_img {
		order: 1;
	}
	.yuino_menu .menu_item:nth-child(2n) .menu_info {
		order: 2;
	}
}
			.yuino_menu .menu_item .menu_info h3 {
			margin: 0 0 10px;
			font-size: 21px;
			font-weight: 400;
			}
		.yuino_menu .menu_item .menu_info p {
			padding: 5px;
			font-size: 15px;
			line-height: 1.6;
			}
		.yuino_menu > .menu_item > .menu_info > dl {
			display: flex;
			flex-wrap: wrap;
			font-size: 15px;
			line-height: 1.6;
			}
			.yuino_menu > .menu_item > .menu_info > dl > dt {
				width: 150px;
				padding: 5px;
				border-bottom: 1px solid #999;
				font-weight: 300;
				}
			.yuino_menu > .menu_item > .menu_info > dl > dd {
				width: calc(100% - 150px);
				padding: 5px;
				border-bottom: 1px solid #999;
				font-weight: 300;
				}



/* グリッド */
.containers div {
	width: calc(50% - 15px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.item0 {
	width: calc(100% - 15px);
	margin: 0 auto;
	margin-bottom: 15px;
}


#first_photo_section .container {
	text-align: center;
}
#first_photo_section figure {
	width: 100%;
	margin-bottom: 45px;
}
#first_photo_section h3 {
	margin-bottom: 45px;
}
#first_photo_section dl {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 30px;
	margin: 10px auto;
	text-align: left;
	display: inline-block;
}
#first_photo_section dl dt {
	position: absolute;
	width: 120px;
	padding: 5px 0;
}
#first_photo_section dl dd {
	position: relative;
	padding: 5px 0;
	padding-left: 150px;
}

@media screen and (max-width: 768px) {
#images_list .three-column article {
	width: calc((100% - 40px) / 2);
	margin: 10px;
	}
}

#report_title p, #report_vioice p {
	line-height: 1.6em;
}



#report_vioice article {
	margin-bottom: 40px;
}

#report_vioice .img_box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 40px;
	text-align: center;
	}
#report_vioice .img_box img {
	width: auto;
	height: auto;
	max-width: 100%;

	}


#report_vioice h3 {
	margin-bottom: 18px;
	padding: 5px 10px;
	border-left: 5px solid rgb(236,236,235);
	font-size: 21px;
	line-height: 21px;
}
#report_vioice h4 {
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 400;
}
@media screen and (max-width: 704px) {
#report_vioice .container {
	padding: 45px 0;
	}
#report_vioice .img_box img {
	max-height: calc(100vw - 40px);
	}
}
@media screen and (max-width: 600px) {
#report_vioice h3 {
	font-size: 21px;
	}
#report_vioice h4 {
	font-size: 17px;
	}
}



/* ******************************************
	concept
****************************************** */
.conceptImage table {
	width:100%;
}

.conceptImage th {
	width:48%;
	vertical-align:top;
}

.conceptImage td {
	width:52.5%;
	vertical-align:top;
	text-align: left;
}

.conceptImage img {
	width:97%;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

.conceptLandscape {
	width:100% !important;
	padding-top:1.3%;
}

.conceptLandscape img {
	width:98.5%;
}


@media all and (-ms-high-contrast: none) {
	.conceptImage img {
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	}
}

.conceptImage tr:nth-child(1) td {
	padding-bottom:1.03%;
}

.conceptImage2nd {
	padding-bottom:40px;
}
.conceptImage2nd td {
	width:52.3%;
}
.conceptImage2nd tr:nth-child(1) td {
	padding-bottom: 0;
}

.conceptImageOne img {
	width:80%;
	max-width:960px;

}


#ceremony-photo .bribesStory {
	position: relative;
	margin: 15px auto;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#ceremony-photo .bribesStory picture {
/* 	width: 100%; */
	margin: 0 auto;
}
#ceremony-photo .bribesStory picture img {
/* 	width: 100%; */
	object-fit: cover;
	aspect-ratio: 10 / 6;
}
#ceremony-photo .bribesStory .title {
	position: absolute;
	width: 100%;
/* 	top: calc(50% - 12px); */
	left: 0;
	text-align: center;
}
#ceremony-photo .bribesStory .title h2 {
	color: #fff;
	font-size: 3em;
}
#ceremony-photo .bribesStory .title h2 span {
	font-size: 0.7em;
}
#ceremony-photo .bribesStory .title a {
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	#ceremony-photo .bribesStory a p {
		top: auto;
		font-size: 21px;
	}
}


.fadeIn.animated .shop_logo img {
    transform: auto;
	margin-bottom: 20px;
}

.lr-list article .shop_logo img {
    width: auto;
	height: auto;
	max-width:150px;
    object-fit:none;
}

.lr-list article div div h2 small {
	font-size: 0.75em;
	margin-left: 10px;
}








/* ウエディング施設案内 */
.wfacilities_list h3 span {
	display: block;
}
.wfacilities_list dl {
	padding: 0;
	margin: 0;
/* 	width: 100% !important; */
	border-top: 1px solid #999 !important;
}
.wfacilities_list dl dt {
	width: 40%;
	padding: 10px 0;
	margin: 0;
	position: absolute;
}
.wfacilities_list dl dd {
	padding: 10px 0;
	padding-left: 40%;
	border-bottom: 1px solid #999 !important;
	position: relative;
}
