@charset "utf-8";


/*=============================================
	
	MAIN VISUAL
	
==============================================*/
@media screen and (min-width: 768px) {
	#mv_index {
		background: url(/party/img/en/main01.jpg) no-repeat center 90%;
		background-size: cover;
		height: 240px;
		padding: 140px 0 120px;
		position: relative;	
	}
	#mv_index h2 {
		width: 320px;
		margin: 0 auto;
		filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	}
}
@media screen and (max-width: 767px) {
	#mv_index {
		background: url(/party/img/en/main01.jpg) no-repeat 70% 90%;
		background-size: cover;
		height: 50vh;
		padding: 15em 0 0;
		position: relative;	
	}
	#mv_index h2 {
		width: 70%;
		margin: 0 auto;
		filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	}

}


/*=============================================
	
	リード文章
	
==============================================*/
@media screen and (min-width: 768px) {
	#index_leadtext {
		background: #FFF;
		padding: 65px 0;
		text-align: center;
	}
	.swiper_area + #index_leadtext {
		background: #E9E9E9;
	}
	#index_leadtext h3 {
		font-size: 25px;
		margin: 0 0 15px;
	}
	#index_leadtext p.text {
		font-size: 12px;
		color: #777777;
		line-height: 2.2em;
	}

}
@media screen and (max-width: 767px) {
	#index_leadtext {
		background: #FFF;
		padding: 12vh 0;
	}
	.swiper_area + #index_leadtext {
		background: #E9E9E9;
	}
	#index_leadtext h3 {
		font-size: 2.0em;
		margin: 0 0 1.2em;
		line-height: 1.8em;
		text-align: center;
	}
	#index_leadtext p.text {
		font-size: 1.3em;
		color: #777777;
		line-height: 2.2em;
		width: 90%;
		margin: 0 auto;
		text-align: justify;
	}

}


/*=============================================
	
	スペース紹介
	
==============================================*/
@media screen and (min-width: 768px) {
	.mv_space {
		background: #434B54;
		padding: 60px 0;
		height: 520px;
	}
	.mv_space:nth-of-type(2n) {
		background: #2b3137;
	}
	.mv_space:nth-of-type(2n) div dl.mv_detail dt {
		left: 50%;
		top: 0;
		margin-left: -130px;
	}
	.mv_space:nth-of-type(2n) div dl.mv_detail dd {
		left: 50%;
		top: 0;
		margin-left: -480px;
	}

	.mv_space div {
		position: relative;	
	}
	.mv_space div dl.mv_detail {
		position: relative;	
	}
	.mv_space div dl.mv_detail dt {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -580px;
		width: 700px;
	}
	.mv_space div dl.mv_detail dd {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: 170px;
		width: 300px;
		padding: 10px 0 0;
		color: #FFF;
	}
	.mv_space div dl.mv_detail dd p.point {
		font-size: 15px;
		margin: 0 0 20px;
		color: #999;
	}
	.mv_space div dl.mv_detail dd h2 {
		font-size: 28px;
		margin: 0 0 25px;
	}
	.mv_space div dl.mv_detail dd p.lead {
		font-size: 14px;
		margin: 0 0 30px;
		line-height: 2.0em;
	}
	.mv_space div dl.mv_detail dd p.body {
		font-size: 11px;
		margin: 0 0 30px;
		line-height: 2.0em;
		color: #CBD0D4;
	}
	.mv_space div dl.mv_detail dd table.mv_spec {
		border-bottom: 1px solid #CBD0D4;
		border-top: 1px solid #CBD0D4;
		border-collapse: separate;
		border-spacing: 0px 12px;
		width: 100%;
	}
	.mv_space div dl.mv_detail dd table.mv_spec tr th {
		background: #CBD0D4;
		text-align: center;
		color: #434B54;
		padding: 4px 6px;
		font-size: 10px;
		vertical-align: middle;
		font-weight: bolder;
		width: 90px;
	}
	.mv_space div dl.mv_detail dd table.mv_spec tr td {
		font-size: 11px;
		padding: 8px 12px;
		vertical-align: middle;
		color: #CBD0D4;
	}
	.mv_space div dl.mv_detail dd table.mv_spec tr td span {
		font-size: 90%;
	}
}
@media screen and (max-width: 767px) {
	.mv_space {
		position: relative;	
		background: #434B54;
		padding: 0 0 8vh;
	}
	.mv_space:nth-of-type(2n) {
		background: #2b3137;
	}
	.mv_space div {
		position: relative;	
	}
	.mv_space div dl.mv_detail {
		position: relative;	
	}
	.mv_space div dl.mv_detail dt {
		width: 100%;
		margin: 0 0 3.0em;
	}
	.mv_space div dl.mv_detail dd {
		width: 86%;
		margin: 0 auto;
		color: #FFF;
	}
	.mv_space div dl.mv_detail dd p.point {
		font-size: 1.5em;
		margin: 0 0 1.0em;
		color: #999;
	}
	.mv_space div dl.mv_detail dd h2 {
		font-size: 2.8em;
		margin: 0 0 0.6em;
	}
	.mv_space div dl.mv_detail dd p.lead {
		font-size: 1.4em;
		margin: 0 0 1.8em;
		line-height: 2.0em;
	}
	.mv_space div dl.mv_detail dd p.body {
		font-size: 1.1em;
		margin: 0 0 1.8em;
		line-height: 2.0em;
		color: #CBD0D4;
	}
	.mv_space div dl.mv_detail dd table.mv_spec {
		border-bottom: 1px solid #CBD0D4;
		border-top: 1px solid #CBD0D4;
		border-collapse: separate;
		border-spacing: 0px 1.2em;
		width: 100%;
	}
	.mv_space div dl.mv_detail dd table.mv_spec tr th {
		background: #CBD0D4;
		text-align: center;
		color: #434B54;
		padding: 0.5em 0.8em;
		font-size: 1.1em;
		vertical-align: middle;
		width: 32%;
	}
	.mv_space div dl.mv_detail dd table.mv_spec tr td {
		font-size: 1.2em;
		padding: 0.5em 0.8em;
		vertical-align: middle;
		color: #CBD0D4;
	}
	.mv_space div dl.mv_detail dd table.mv_spec tr td span {
		font-size: 90%;
	}

}



/*=============================================
	
	お料理 メイン
	
==============================================*/
@media screen and (min-width: 768px) {
	#mv_cuisine {
		background: #E8E8E8;
		padding: 60px 0;
		height: 520px;
	}
	#mv_cuisine div {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail dt {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -120px;
		width: 700px;
	}
	#mv_cuisine div dl.mv_detail dd {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -480px;
		width: 300px;
		padding: 40px 0 0;
	}
	#mv_cuisine div dl.mv_detail dd p.point {
		font-size: 15px;
		margin: 0 0 20px;
	}
	#mv_cuisine div dl.mv_detail dd h2 {
		font-size: 28px;
		margin: 0 0 30px;
	}
	#mv_cuisine div dl.mv_detail dd p.lead {
		font-size: 16px;
		margin: 0 0 30px;
		line-height: 2.0em;
	}
	#mv_cuisine div dl.mv_detail dd p.body {
		font-size: 11px;
		margin: 0 0 50px;
		line-height: 2.0em;
	}
}
@media screen and (max-width: 767px) {
	#mv_cuisine {
		background: #E8E8E8;
		padding: 0 0 8vh;
	}
	#mv_cuisine div {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail dt {
		width: 100%;
		margin: 0 0 3.0em;
	}
	#mv_cuisine div dl.mv_detail dd {
		width: 86%;
		margin: 0 auto;
	}
	#mv_cuisine div dl.mv_detail dd p.point {
		font-size: 1.5em;
		margin: 0 0 1.0em;
	}
	#mv_cuisine div dl.mv_detail dd h2 {
		font-size: 2.8em;
		margin: 0 0 1.2em;
	}
	#mv_cuisine div dl.mv_detail dd p.lead {
		font-size: 1.5em;
		margin: 0 0 1.2em;
		line-height: 2.0em;
	}
	#mv_cuisine div dl.mv_detail dd p.body {
		font-size: 1.1em;
		line-height: 2.0em;
	}
}


/*=============================================
	
	お料理 二段目以降
	
==============================================*/
@media screen and (min-width: 768px) {
	#roots {
		background: #434B54;
		color: #FFF;
	}
	#seasonal {
		background: #E8E8E8;
	}
	#seasonal dl.twoline dt {
		float: right;
	}
	#seasonal dl.twoline dd {
		float: left;
	}
	.feature {
		padding: 60px 0;
	}
	.feature dl.twoline {
	}
	.feature dl.twoline dt {
		float: left;
		width: 440px;
	}
	.feature dl.twoline dd {
		float: right;
		width: 460px;
		padding: 40px 0 0;
	}
	.feature dl.twoline dd p.point {
		font-size: 13px;
		margin: 0 0 25px;
	}
	.feature dl.twoline dd h3 {
		font-size: 24px;
		margin: 0 0 30px;
	}
	.feature dl.twoline dd p.body {
		font-size: 12px;
		margin: 0 0 50px;
		line-height: 2.4em;
	}

}
@media screen and (max-width: 767px) {
	#roots {
		background: #434B54;
		color: #FFF;
	}
	#seasonal {
		background: #E8E8E8;
	}
	#seasonal dl.twoline dt {
	}
	#seasonal dl.twoline dd {
	}
	.feature {
		padding: 10vh 0;
	}
	.feature dl.twoline {
	}
	.feature dl.twoline dt {
		width: 90%;
		margin: 0 auto 4.0em;
	}
	.feature dl.twoline dd {
		width: 90%;
		margin: 0 auto 0;
	}
	.feature dl.twoline dd p.point {
		font-size: 1.5em;
		margin: 0 0 1.8em;
	}
	.feature dl.twoline dd h3 {
		font-size: 2.4em;
		margin: 0 0 1.0em;
	}
	.feature dl.twoline dd p.body {
		font-size: 1.1em;
		line-height: 2.4em;
	}


}


