@charset "UTF-8";




/*********** 共通・背景 *************/

.brand_bg01 {
	background-image: url("../../brand/images/brand_bg01.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 100px;
}

.brand_bg02 {
	background-image: url("../../brand/images/brand_bg02.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 100px;
}



/*********** ↑共通・背景 *************/



.brand_bg01 h3 {
	font-family: 'Cinzel', serif;
	font-size: 3.8rem;
	line-height: 1.5;
	text-align: center;
}

.brand_bg01 h3 .line {
	background: #000;
	width: 50px;
	height: 2px;
	margin: 0 auto;
}

.brand_01-wrap {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
}

.brand_01-wrap li:nth-child(1) {
	width: 11.5%;
}

.brand_01-wrap li:nth-child(2) {
	width: 88.5%;
}

.brand_01-wrap .area {
	width: 87.01%;
	margin-top: 40px;
}

.brand_01-wrap .txt1 {
	font-size: 2.8rem;
	line-height: 2.0;
	text-align: center;
	margin-top: 60px;
}

.brand_01-wrap .txt1 .f-en {
	color: #9f7e45;
}

.brand_01-wrap .txt1 .l {
	font-size: 1.4em;
}

.brand_01-wrap .txt2 {
	font-size: 2.0rem;
	line-height: 2.5;
	text-align: center;
	margin-top: 100px;
}

.brand_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
}

.brand_03-wrap li:nth-child(1) {
	width: 44%;
}

.brand_03-wrap li:nth-child(2) {
	width: 54%;
}

.brand_03-wrap .txt-head {
	color: #936758;
}

.brand_03-copy {
	color: #936758;
	font-size: 3.0rem;
	text-align: center;
	margin-top: 60px;
}

.brand_03-copy .l {
	font-size: 1.8em;
}

.brand_04-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.brand_04-wrap li {
	width: 23.75%;
	padding-top: 40px
}

.brand_04-wrap li p:nth-child(1) {
	font-size: 1.3rem;
	letter-spacing: 0;
}

.brand_04-wrap li p:nth-child(3) {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.4;
}



.owners_bg {
	background-image: url("../../brand/images/brand_bg03.jpg");
	background-position: center top;
	background-size: cover;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}

.owners_bg .cap-cover {
	right: auto;
	left: 5px;
}

.owners-title .txt1 {
	font-size: 2.5rem;
	line-height: 1.4;
}

.owners-title .txt2 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-size: 6.5rem;
	line-height: 1.4;
}

.owners-copy .txt1 {
	color: #d6c677;
	font-size: 3.0rem;
	margin-top: 70px;
}

.owners-copy .txt2 {
	font-size: 2.0rem;
	margin-top: 40px;
}

.owners-copy .txt3 {
	font-size: 3.0rem;
	margin-top: 60px;
}



.group_title {
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	background: #736357;
	border-radius: 5px;
	padding: 5px 0;
	margin-top: 40px;
}


.group_copy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.group_copy li {
	width: 49.17%;
	margin-top: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}

.group_copy li dt {
	color: #736357;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}

.group_copy li dd {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 10px;
}











