@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
}

.column_tt {
	width: 100%;
	min-width: 1200px;
	height: 420px;
	color: #fff;
	padding: 55px 0;
	box-sizing: border-box;
	font-size: 20px;
}

.column_tt h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	margin-bottom: 50px;
}

#menu_column {
	background: url(../images/wedding/bg_pc.jpg) no-repeat center left;
	background-size: 100% auto;
	padding: 180px 0;
}

@media screen and (max-width : 768px) {
	body {
		font-size: 14px;
	}

	.column_tt {
		min-width: 100%;
	}

	.column_tt h2 {
		font-size: 30px;
		margin-bottom: 0;
		margin-top: -5%;
	}

	#menu_column {
		background: url(../images/wedding/bg_sp.jpg) no-repeat bottom left;
		background-size: cover;
		height: 0;
		padding: 28.125% 0;
	}
}

/* ===  WEDDING === */
.wg-wrap {
	position: relative;
	margin: auto;
	padding: 108px 0;
	max-width: 1440px;
	text-align: left;
	overflow: hidden;
}

.wg-box {
	margin: auto;
	padding: 0 25px;
	max-width: 1000px;
	box-sizing: border-box;
}

/* 01 */
.wg-box-01 {
	display: grid;
}

.wg-box-01::before {
	content: '';
	position: absolute;
	top: -150px;
	right: 0;
	width: 500px;
	height: 500px;
	background: #ae854d;
	opacity: .2;
	z-index: -2;
}

.wg-box-01__ttl {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	width: 400px;
}

.wg-box-01__txt {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	padding: 30px 0 50px;
}

.wg-box-01__pin {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.wg-box-01__img {
	position: relative;
	grid-column: 2 / 3;
	grid-row: 1 / 4;
}

.wg-box-01__ttl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wg-box-01__pin img {
	width: 41px;
	height: auto;
	object-fit: cover;
	cursor: pointer;
}

.wg-box-01__img img {
	position: absolute;
	top: 50px;
	right: -70px;
	width: 650px;
	height: auto;
	object-fit: cover;
	z-index: -1;
}

/* 02 */
.wg-box-02 {
	padding: 50px 0;
}

.wg-box-02__ttl {
	position: relative;
	width: 100%;
	height: 40px;
}

.wg-box-02__ttl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 460px;
	bottom: 0;
	margin: auto;
	width: 300%;
	height: 1px;
	background: #c3c3c3;
}

.wg-box-02__ttl img {
	width: auto;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.wg-box-02-header {
	margin: 30px 0 0;
	width: 100%;
	height: 488px;
}


.wg-box-02-header::before {
	content: "";
	position: absolute;
	right: 0;
	margin: 400px 0 0;
	width: 750px;
	height: 280px;
	background: #ae854d;
	opacity: .2;
	z-index: 1;
}

.wg-box-02-header img {
	position: absolute;
	left: 0;
	width: auto;
	height: 488px;
	object-fit: cover;
	z-index: 2;
}

.wg-box-02-body {
	position: relative;
	padding: 70px 0 0;
	width: 350px;
	z-index: 3;
}

.wg-02-ttl {
	margin: 0 0 30px;
	color: #A07734;
}

.wg-box-02__txt {
	text-align: justify;
}

.wg-box-02-img {
	position: relative;
	width: 100%;
	height: 0;
	z-index: 2;
}

.wg-box-02-img img {
	position: absolute;
	top: -150px;
	right: -30px;
	width: 360px;
	height: 510px;
	object-fit: cover;
}

.wg-box-02-footer {
	position: relative;
	margin: -150px 0 0;
	width: 100%;
}

.wg-box-02-footer::before {
	content: "";
	position: absolute;
	top: -80px;
	right: 180px;
	width: 369px;
	height: 178px;
	background: url(../images/wedding/wg-07.png) no-repeat;
	background-size: cover;
	z-index: 5;
}

.wg-box-02-footer img {
	position: relative;
	left: -10%;
	width: 120%;
	height: 120%;
	object-fit: cover;
	z-index: -1;
}


/* 03 */
.wg-box-03 {
	padding: 50px 0;
}

.wg-box-03-header {
	margin: 30px 0 0;
	width: 100%;
	height: 540px;
}

.wg-box-03-header::before {
	content: "";
	position: absolute;
	left: 0;
	margin: 100px 0 0;
	width: 750px;
	height: 360px;
	background: #757922;
	opacity: .2;
	z-index: 1;
}

.wg-box-03-header img {
	position: absolute;
	right: 0;
	width: auto;
	height: 540px;
	object-fit: cover;
	z-index: 2;
}

.wg-box-03-body {
	position: relative;
	padding: 50px 0 0;
	margin: 0 0 0 auto;
	width: 370px;
	z-index: 3;
}

.wg-03-ttl {
	margin: 0 0 30px;
	color: #757922;
}

.wg-box-03__txt {
	text-align: justify;
}

.wg-box-03-img {
	position: relative;
	width: 100%;
	height: 0;
	z-index: 2;
}

.wg-box-03-img img {
	position: absolute;
	top: -300px;
	left: 0;
	width: 355px;
	height: 550px;
	object-fit: cover;
}

.wg-box-03-img::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 300px;
	display: block;
	width: 206px;
	height: 210px;
	background: url(../images/wedding/wg-17.png) no-repeat;
	background-size: cover;
}

.wg-box-03-footer {
	position: relative;
	margin: -100px 0 0;
	width: 100%;
	z-index: 5;
}

.wg-box-03-footer img {
	position: relative;
	left: -10%;
	width: 120%;
	height: 120%;
	object-fit: cover;
	z-index: -1;
}

/* 04 */
.wg-box-04 {
	padding: 50px 0;
}

.wg-box-04-header {
	margin: 30px 0 0;
	width: 100%;
	height: 540px;
}

.wg-box-04-header::before {
	content: "";
	position: absolute;
	right: 0;
	margin: 320px 0 0;
	width: 750px;
	height: 280px;
	background: #AE644D;
	opacity: .2;
	z-index: 1;
}

.wg-box-04-header img {
	position: absolute;
	left: 0;
	width: auto;
	height: 540px;
	object-fit: cover;
	z-index: 2;
}

.wg-box-04-body {
	position: relative;
	padding: 70px 0 0;
	width: 370px;
	z-index: 3;
}

.wg-04-ttl {
	margin: 0 0 30px;
	color: #AE644D;
}

.wg-box-04__txt {
	text-align: justify;
}

.wg-box-04-img {
	position: relative;
	width: 100%;
	height: 0;
	z-index: 2;
}

.wg-box-04-img img {
	position: absolute;
	top: -300px;
	right: -30px;
	width: 355px;
	height: 550px;
	object-fit: cover;
}

.wg-box-04-footer {
	position: relative;
	margin: -200px 0 0;
	width: 100%;
	z-index: 5;
}

.wg-box-04-footer img {
	position: relative;
	left: -10%;
	width: 120%;
	height: 120%;
	object-fit: cover;
	z-index: -1;
}

/* wg-style */
.wg-style {
	padding: 50px 0 100px;
	background: rgba(174, 133, 77, .1);
}

.wg-style__ttl {
	margin: 0 0 10px;
}

.wg-style__ttl img {
	width: auto;
	height: 50px;
	object-fit: cover;
}

.wg-style__sub-ttl {
	margin: 0 0 40px;
	color: #666666;
}

.wg-style-block {
	display: flex;
	margin: 0 0 100px;
}

.wg-style-item {
	width: 300px;
}

.wg-style-item__ttl {
	margin: 0 0 20px;
	padding: 0 0 20px;
	height: 60px;
	border-bottom: 1px solid #AE854D;
}

.wg-style-item__ttl img {
	width: auto;
	height: 60px;
	object-fit: cover;
}

.wg-style-item__txt {
	padding: 0 20px 0 0;
}

.wg-style-img {
	width: calc(100% - 300px);
}

.wg-style-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.wg-style__btn {
	display: block;
	margin: auto;
	width: 350px;
	height: 55px;
}

.wg-style__btn img {
	width: 350px;
	height: 55px;
	object-fit: cover;
}

/* wg-price */
.wg-price {
	padding: 100px 0;
}

.wg-price__ttl {
	margin: 0 0 10px;
}

.wg-price__ttl img {
	width: auto;
	height: 30px;
	object-fit: cover;
}

.wg-price__sub-ttl {
	margin: 0 0 40px;
	color: #666666;
}

.wg-price__txt {
	padding: 0 0 20px;
}

.wg-price-box {
	display: flex;
	padding: 30px 20px;
	background: rgba(174, 133, 77, .1);
}

.wg-price-box__lbl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	color: #ae854d;
	font-size: 22px;
	border-right: 1px solid #AE854D;
}

.wg-price-minBox {
	padding: 0 0 0 40px;
}

.wg-price-minBox__ttl {
	display: flex;
	align-items: baseline;
	font-size: 54px;
	color: #ae854d;
}

.wg-price-minBox__ttl:nth-child(1)::before {
	content: "ゲストお一人様につき";
	margin: 0 10px 0 0;
}

/* .wg-price-minBox__ttl:nth-child(2)::before {
	content: "+会場貸切代";
	margin: 0 10px 0 78px;
} */

.wg-price-minBox__ttl::after {
	content: "（税込）";
	margin: 0 0 0 -5px;
}

.wg-price-minBox__ttl::before,
.wg-price-minBox__ttl::after {
	font-size: 18px;
}

.wg-price-minBox__txt {
	font-size: 13px;
}

.wg-price-item-image {
	margin: 40px auto;
	width: 180px;
}

.wg-price-item-image img {
	margin: auto;
	width: auto;
	height: 27px;
	object-fit: cover;
}

.wg-price-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wg-price-item {
	position: relative;
	margin: 0 0 50px;
	width: calc(25% - 10px);
	height: 180px;
}

.wg-price-item:nth-child(1) {
	width: 50%;
}

.wg-price-item:nth-child(n + 4) {
	height: 140px;
}

.wg-price-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wg-price-footer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* wg-qa */
.wg-qa {
	padding: 50px 0;
	background: rgba(174, 133, 77, .1);
}

.wg-qa__ttl {
	margin: 0 0 10px;
}

.wg-qa__ttl img {
	width: auto;
	height: 40px;
	object-fit: cover;
}

.wg-qa__sub-ttl {
	margin: 0 0 40px;
	color: #666666;
}

.wg-qa-box {
	margin: 0 0 25px;
	padding: 0 0 15px;
	border-bottom: 1px solid #CFCFCF;
}

.wg-qa-box__ttl {
	margin: 0 0 10px;
	color: #ae854d;
}

.wg-qa-box__txt {
	font-size: 15px;
}


/*  */
.fz24 {
	font-size: 24px;
}

.fz29 {
	font-size: 29px;
}

.wg__btn {
	display: block;
	margin: 30px auto 0;
	width: 350px;
	height: 55px;
}

.wg__btn img {
	width: 350px;
	height: 55px;
	object-fit: cover;
}

/* sp */
@media screen and (max-width : 768px) {
	.wg-wrap {
		padding: 30px 0;
	}

	/* 01 */
	.wg-box-01::before {
		content: '';
		position: absolute;
		top: -150px;
		right: 0;
		width: 33%;
		height: 500px;
	}

	.wg-box-01__ttl {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		width: 200px;
		margin: 0 0 20px;
	}

	.wg-box-01__txt {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		padding: 10px 0 30px;
		font-size: 14px;
	}

	.wg-box-01__pin {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
	}

	.wg-box-01__img {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.wg-box-01__pin img {
		display: block;
		margin: auto;
		width: 35px;
	}

	.wg-box-01__img img {
		position: relative;
		top: 0;
		right: 25px;
		max-width: calc(100% + 50px);
		width: 100vw;
	}

	/* 02 */
	.wg-box-02 {
		padding: 50px 0 25px;
	}

	.wg-box-02__ttl {
		height: 20px;
	}

	.wg-box-02__ttl::before {
		left: 240px;
	}

	.wg-box-02__ttl img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}

	.wg-box-02-header {
		margin: 20px 0 0;
		height: 208px;
	}

	.wg-box-02-header::before {
		margin: 140px 0 0;
		width: 200px;
		height: 100px;
	}

	.wg-box-02-header img {
		height: 208px;
	}

	.wg-box-02-body {
		width: 100%;
	}

	.wg-box-02-img img {
		top: -150px;
		right: 0;
		width: 144px;
		height: 204px;
	}

	.wg-box-02-footer {
		margin: 20px 0 0;
	}

	.wg-box-02-footer::before {
		display: none;
	}

	.wg-box-02-footer img {
		left: -25px;
		max-width: calc(100% + 50px);
		width: 100vw;
	}


	/* 03 */
	.wg-box-03 {
		padding: 25px 0;
	}

	.wg-box-03-header {
		margin: 20px 0 0;
		height: 226px;
	}

	.wg-box-03-header::before {
		margin: 200px 0 0;
		width: 270px;
		height: 100px;
	}

	.wg-box-03-header img {
		height: 226px;
	}

	.wg-box-03-body {
		padding: 200px 0 0;
		width: 100%;
	}

	.wg-box-03-body::after {
		content: "";
		position: absolute;
		top: 45px;
		right: 20px;
		width: 139px;
		height: 69px;
		background: url(../images/wedding/wg-12.png) no-repeat;
		background-size: cover;
		z-index: 5;
	}

	.wg-box-03-img img {
		top: -50px;
		right: 0;
		width: 140px;
		height: 219px;
	}

	.wg-box-03-img::before {
		top: -10px;
		left: 120px;
		width: 103px;
		height: 105px;
	}

	.wg-box-03-footer {
		margin: 30px 0 0;
	}

	.wg-box-03-footer::before {
		display: none;
	}

	.wg-box-03-footer img {
		left: -25px;
		max-width: calc(100% + 50px);
		width: 100vw;
	}




	/* 04 */
	.wg-box-04 {
		padding: 25px 0 50px;
	}

	.wg-box-04-header {
		margin: 20px 0 0;
		height: 224px;
	}

	.wg-box-04-header::before {
		margin: 200px 0 0;
		width: 200px;
		height: 100px;
	}

	.wg-box-04-header img {
		height: 224px;
	}

	.wg-box-04-body {
		padding: 160px 0 0;
		width: 100%;
	}

	.wg-box-04-body::after {
		content: "";
		position: absolute;
		top: 45px;
		right: 150px;
		width: 160px;
		height: 66px;
		background: url(../images/wedding/wg-16.png) no-repeat;
		background-size: cover;
		z-index: 5;
	}

	.wg-box-04-img img {
		top: -50px;
		right: 0;
		width: 140px;
		height: 219px;
	}

	.wg-box-04-footer {
		margin: -30px 0 0;
	}

	.wg-box-04-footer::before {
		display: none;
	}

	.wg-box-04-footer img {
		left: -25px;
		max-width: calc(100% + 50px);
		width: 100vw;
	}



	/* wg-style */
	.wg-style {
		padding: 50px 0;
	}

	.wg-style__ttl img {
		height: 32px;
	}

	.wg-style__sub-ttl {
		margin: 0 0 30px;
		color: #666666;
	}

	.wg-style-block {
		display: block;
		margin: 0 0 50px;
	}

	.wg-style-item {
		width: 100%;
	}

	.wg-style-item__ttl {
		margin: 0 0 15px;
		padding: 0 0 15px;
		height: 45px;
	}

	.wg-style-item__ttl img {
		height: 45px;
	}

	.wg-style-item__txt {
		padding: 0 0 20px;
	}

	.wg-style-img {
		width: 100%;
	}

	.wg-style__btn {
		max-width: 350px;
		width: 100%;
	}

	.wg-style__btn img {
		width: 100%;
		height: 100%;
	}


	/* wg-price */
	.wg-price {
		padding: 50px 0;
	}

	.wg-price__ttl img {
		height: 20px;
	}

	.wg-price__sub-ttl {
		margin: 0 0 20px;
	}

	.wg-price-box {
		display: block;
		padding: 20px 15px;
	}

	.wg-price-box__lbl {
		width: 100%;
		font-size: 18px;
		border-right: 0;
		border-bottom: 1px solid #AE854D;
	}

	.wg-price-minBox {
		padding: 0;
	}

	.wg-price-minBox__ttl {
		font-size: 24px;
		margin: auto;
		width: 300px;
	}

	.wg-price-minBox__ttl:nth-child(1)::before {
		content: "ゲストお一人様につき";
		margin: 0 3px 0 0;
	}

	/* .wg-price-minBox__ttl:nth-child(2)::before {
		content: "+会場貸切代";
		margin: 0 3px 0 57px;
	} */

	.wg-price-minBox__ttl::after {
		content: "（税込）";
		margin: 0 0 0 -5px;
	}


	.wg-price-minBox__ttl::before,
	.wg-price-minBox__ttl::after {
		font-size: 13px;
	}

	.wg-price-minBox__txt {
		text-align: center;
	}

	.wg-price-item-image {
		margin: 20px auto;
		width: 100px;
	}

	.wg-price-item-image img {
		height: 15px;
	}

	.wg-price-item {
		position: relative;
		margin: 0 0 30px;
		width: calc(50% - 10px);
		height: 99px;
	}

	.wg-price-item:nth-child(1) {
		width: 100%;
		height: 136px;
	}

	.wg-price-item:nth-child(n + 4) {
		height: 99px;
	}


	/*  */
	.fz24 {
		font-size: 18px;
	}

	.fz29 {
		font-size: 20px;
	}

}