@charset "utf-8";

/*=============================================
	
	イメージバー
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0;
	}

}


/*=============================================
	
	タイトル・スペック
	
==============================================*/
.upper_title {
	padding: 3em 0;
	position: relative;
}
.upper_title .title_en {
	font-size: 3em;
	line-height: 1;
	text-align: center;
	margin-bottom: 0.5em;
}
.upper_title .title {
	font-size: 1em;
	line-height: 1;
	text-align: center;
	margin-bottom: 2.5em;
}
.upper_title .lead {
	font-size: 1em;
	line-height: 1.6;
	text-align: center;
}
.upper_title .img_big {
	margin-bottom: 2em;
}
.upper_title .spec_wrap {

}
.upper_title .spec_wrap .box {
	padding: 1.5em 0;
}
.upper_title .spec_wrap .box .title {
	color: #764E28;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.upper_title .spec_wrap .box .spec_body {
	text-align: center;
	font-size: 1.6em;
}

@media print, screen and (min-width: 769px) {
	.upper_title {
		padding: 70px 0;
	}
	.upper_title .title_en {
		font-size: 70px;
		margin-bottom: 30px;
	}
	.upper_title .title {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.upper_title .lead {
		font-size: 30px;
	}
	.upper_title .img_big {
		width: 90%;
		min-width: 960px;
		margin: 0 auto 50px;
		
	}
	.upper_title .spec_wrap {
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}
	.upper_title .spec_wrap .box {
		width: 30%;
		padding: 0 0;
	}
	.upper_title .spec_wrap .box .title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.upper_title .spec_wrap .box .spec_body {
		font-size: 25px;
	}

}

/*=============================================
	
	ギャラリー
	
==============================================*/
.gallery_wrap {
	padding: 2em 0;	
}
.gallery_wrap .container {
	
}
.gallery_wrap .container > div {
	margin-bottom: 1em;
}
@media print, screen and (max-width: 768px) {
	.gallery_wrap .container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.gallery_wrap .container > div.pic02 {
		width: 70%;
		margin-right: auto;
	}
	.gallery_wrap .container > div.pic03 {
		width: 70%;
		margin-left: auto;
	}
	.gallery_wrap .container > div.pic04 {
		width: 48%;
		margin-right: 2%;
	}
	.gallery_wrap .container > div.pic05 {
		width: 48%;
		margin-left: 2%;
	}

}
@media print, screen and (min-width: 769px) {
	.gallery_wrap {
		padding: 30px 0;	
	}
	.gallery_wrap .container {
		min-height: 995px;
	}
	.gallery_wrap .container > div {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -480px;
	}
	.gallery_wrap .container > div.pic01 {
		width: 340px;
		top: 0;
		margin-left: -520px;
	}
	.gallery_wrap .container > div.pic02 {
		width: 380px;
		top: 0;
		margin-left: -160px;
	}
	.gallery_wrap .container > div.pic03 {
        width: 230px;
        top: 23px;
        margin-left: 240px;
	}
	.gallery_wrap .container > div.pic04 {
        width: 270px;
        top: 270px;
        margin-left: -160px;
	}
	.gallery_wrap .container > div.pic05 {
        width: 270px;
        top: 270px;
        margin-left: 130px;
	}
	.gallery_wrap .container > div.pic06 {
        width: 310px;
        top: 530px;
        margin-left: -490px;
	}
	.gallery_wrap .container > div.pic07 {
        width: 330px;
        top: 695px;
        margin-left: -160px;
	}
}


/*=============================================
	
	コンセプト
	
==============================================*/
.concept_wrap {
	padding: 2em 0;
	background: url(/wedding/img/cuisine/bg02.png) no-repeat center 5%;
	background-size: contain;
}
.concept_wrap .lead {
	writing-mode: vertical-rl;
	font-size: 1.4em;
	margin: 0 auto 2em;
}

.concept_wrap .img_wrap {
	margin-bottom: 2em;
}
.concept_wrap .img_wrap .img {
	margin-bottom: 1em;
}

.concept_wrap .column_wrap {
	
}
.concept_wrap .column_wrap .box01{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 2em;
}
.concept_wrap .column_wrap .box01 .img {
	width: 80%;
}
.concept_wrap .column_wrap .box01 .text {
	width: 10%;
	writing-mode: vertical-rl;
	font-size: 1.2em;
	margin: 0 auto;
}
.concept_wrap .column_wrap .box02 {
	display: flex;
	justify-content: flex-start;
}
.concept_wrap .column_wrap .box02 .img {
	width: 70%;
}
.concept_wrap .column_wrap .box02 .text {
	width: 20%;
	writing-mode: vertical-rl;
	font-size: 1.2em;
	margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
	.concept_wrap {
		padding: 50px 0;
		background: url(/wedding/img/cuisine/bg02.png) no-repeat center top;
	}
	.concept_wrap .lead {
		font-size: 30px;
		margin: 0 auto 50px;
		line-height: 1.8;
	}
	
	.concept_wrap .img_wrap {
		margin-bottom: 50px;
		position: relative;
		min-height: 600px;
	}
	.concept_wrap .img_wrap .img {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -480px;
		width: 480px;
	}

	.concept_wrap .img_wrap .img.pic01 {
		top: 30px;
		margin-left: -310px;
		width: 360px;
	}	

	.concept_wrap .img_wrap .img.pic02 {
        top: 0;
        margin-left: 120px;
        width: 360px;
	}	

	.concept_wrap .img_wrap .img.pic03 {
        top: 320px;
        margin-left: -440px;
        width: 360px;
	}	
	.concept_wrap .column_wrap {
		
	}
	.concept_wrap .column_wrap .box01{
		margin: 0 auto 70px;
		width: 720px;
	}
	.concept_wrap .column_wrap .box01 .img {
		width: 80%;
	}
	.concept_wrap .column_wrap .box01 .text {
		width: 15%;
		font-size: 30px;
	}
	.concept_wrap .column_wrap .box02 {
		margin: 0 auto 0;
		width: 900px;
		padding-left: 60px;
	}
	.concept_wrap .column_wrap .box02 .img {
		width: 70%;
	}
	.concept_wrap .column_wrap .box02 .text {
		width: 20%;
		font-size: 30px;
	}
}

/*=============================================
	
	シェフ メッセージ
	
==============================================*/
.chef_wrap {
	padding: 4em 0 3em;
	background: url(/wedding/img/cuisine/bg03.jpg) repeat center center;
	background-size: contain;
}
.chef_wrap .title {
	position: relative;
	font-size: 1.8em;
	margin-bottom: 0.6em;
	padding: 0 8%;
}
.chef_wrap .title::before {
	content: "";
	position: absolute;
    left: -5%;
    top: 0;
	width: 20%;
	height: 1px;
	background-color: #333;
	transform: rotate(-45deg);
}
.chef_wrap .body {
	padding: 0 8%;
}
@media print, screen and (min-width: 769px) {
	.chef_wrap {
		padding: 90px 0 70px;
		background-size: 50%;
	}
	.chef_wrap .container {
		width: 800px;
	}
	.chef_wrap .title {
		position: relative;
		font-size: 36px;
		margin-bottom: 30px;
		padding: 0 0 0 80px;
	}
	.chef_wrap .title::before {
	    left: 0;
	    top: 0;
		width: 140px;
	}
	.chef_wrap .body {
		padding: 0 0 0 80px;
		font-size: 18px;
		line-height: 2.4;
	}
}



/*=============================================
	
	ポイント
	
==============================================*/
.point_wrap {
	padding: 7em 0 3em;
	position: relative;
	background-color: #FFF;
}
.point_wrap .container {
	position: relative;
}
.point_wrap::before {
	content: "";
	font-size: 10em;
	position: absolute;
	left: 5%;
	top: 2%;
	line-height: 1;
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #F4F2E9;
}
.point_wrap::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 15%;
	height: 1px;
	background-color: #333;
}
.point_wrap.no1::before {
	content: "01";
}
.point_wrap.no2::before {
	content: "02";
}
.point_wrap.no3::before {
	content: "03";
}

.point_wrap .title {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}
.point_wrap .img {
	margin-bottom: 1.5em;
}
.point_wrap .body {
	font-size: 1.1em;
	line-height: 2;
}

/** No1 **/
.point_wrap.no1 {

}
/** No2 **/
.point_wrap.no2 .img.pic01 {
}

/** No3 **/
.point_wrap.no3::after {
	display: none;
}
.point_wrap.no3 .img.pic01 {
	width: 60%;
}
.point_wrap.no3 .img.pic02 {
	width: 60%;
	margin-left: auto;
}


@media print, screen and (min-width: 769px) {

	.point_wrap {
		padding: 240px 0 120px;
	}
	.point_wrap .container {
		min-height: 710px;
	}
	.point_wrap::before {
		font-size: 200px;
		left: 12%;
		top: 10%;
	}
	
	.point_wrap .title {
		font-size: 55px;
		margin-bottom: 0;
		position: relative;
		z-index: 100;
		margin-left: 13%;
	}
	.point_wrap .img {
		margin-bottom: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.point_wrap .body {
		font-size: 20px;
		position: absolute;
		left: 13%;
		top: 30%;
		transform: translateY(-50%);
		width: 30%;
	}

	/** No1 **/
	.point_wrap.no1 {
		padding: 100px 0 120px;
		min-height: 900px;
	}
	.point_wrap.no1 .title {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -400px;
	}
	.point_wrap.no1 .img.pic01 {
        left: 50%;
        margin-left: -400px;
        width: 800px;
        top: 210px;
	}
	.point_wrap.no1 .body {
		left: 50%;
        top: 840px;
        margin-left: -400px;
        width: 800px;
	}
	/** No2 **/
	.point_wrap.no2 {
		min-height: 570px;
	}
	.point_wrap.no2 .container {
		min-height: 570px;
	}
	.point_wrap.no2 .img.pic01 {
		width: 460px;
		right: 5%;
		top: -120px;
	}
	
	/** No3 **/
	.point_wrap.no3 {
		padding: 240px 0 50px;
		min-height: 710px;
	}
	.point_wrap.no3 .img.pic01 {
		width: 16%;
		right: 34%;
		top: -120px;
	}
	.point_wrap.no3 .img.pic02 {
        width: 22%;
        margin-left: 0;
        right: 15%;
        top: 34%;
	}

}

@media print, screen and (min-width: 1281px) {
}


/*=============================================
	
	下部ギャラリー
	
==============================================*/
.bottom_pic_wrap {
	padding: 3em 0;	
}
.bottom_pic_wrap .container {

}
.bottom_pic_wrap .container > div {
	margin-bottom: 1em;
}
.bottom_pic_wrap .container > div.pic02 {
	width: 70%;
}
.bottom_pic_wrap .container > div.pic03 {
	width: 70%;
	margin-left: auto;
}

@media print, screen and (min-width: 769px) {
	.bottom_pic_wrap {
		padding: 70px 0;	
	}
	.bottom_pic_wrap .container {
		min-height: 890px;
	}
	.bottom_pic_wrap .container > div {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -480px;
	}
	.bottom_pic_wrap .container > div.pic01 {
		width: 440px;
		top: 0;
		margin-left: -480px;
	}
	.bottom_pic_wrap .container > div.pic02 {
		width: 300px;
		top: 60px;
		margin-left: -10px;
	}
	.bottom_pic_wrap .container > div.pic03 {
        width: 380px;
        top: 320px;
        margin-left: -420px;
	}
	.bottom_pic_wrap .container > div.pic04 {
		width: 480px;
        top: 540px;
        margin-left: -10px;
	}
}
