@charset "UTF-8";


#select-diamond {
	font-family: 'Noto Serif JP', serif;
	/*max-width: 1200px;*/
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 0 50px;
	/*
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: 1200px auto;
	background-color: #000;
	*/
	color: #000;

}

#select-diamond img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


#select-diamond .mainvisual {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: auto;
	/**/
	background-size: 60% auto;
	background-image: url(../images/main_photo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#select-diamond .space {
	width: 50%;
}

#select-diamond .mainvisual_waku {
	margin: 13% auto 10% ;
	text-align: center;
	width: 50%;
}

#select-diamond .mainvisual_title {
	width: 80%;
	margin: 0 0 20px;
}
#select-diamond .mainvisual_txt {
	width: 80%;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 0;
}



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

	#select-diamond .mainvisual {
		background-size: 110% auto;
		background-image: url(../images/main_photo.jpg);
		background-position: center bottom -30px;
	}

	#select-diamond .space {
		width: 0%;
	}

	#select-diamond .mainvisual_waku {
		margin: 20px auto 10% ;
		text-align: center;
		width: 100%;
		height: 550px;
	}
	#select-diamond .mainvisual_title {
		width: 85%;
		margin: 0 auto 20px;
	}
	#select-diamond .mainvisual_txt {
		width: 90%;
		font-size: 14px;
		margin: 0 auto 0;
	}
	#select-diamond .space {
		width: 0;
	}


}


/* ボタン */

.mainvisual_logo .button {
	display: inline-block;
}

.mainvisual_logo .button a {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.2em;
	box-sizing: border-box;
	background: linear-gradient(#f2e4bb, #d8c384);
	height: 60px;
	width: 440px;
	margin: 15px auto 0 auto;
	border-radius: 8px;
	/*角丸*/
	color: black;
}


/*diamond*/

#diamond {
	max-width: 1000px;
	margin: auto;
}


#diamond ul {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

#diamond ul li {
	width: 50%;
	margin: 0 auto 0 0;
	padding: 20px;
	min-height: 500px;
	color: #4d4d4d;
	text-align: center
}

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

	#diamond ul li {
		width: 100%;
	}

}


#diamond .line {
	border-radius: 10px;
	/*
	border-right: solid 1px #9b9b9b;
	border-bottom: solid 1px #9b9b9b;
	*/
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

#diamond ul li figure {
	background-color: white;
	padding: 10px 30px;
	margin: 0 4px 4px 0;
	border-radius: 15px;
}


#diamond ul li figure .title {
	font-size: 25px;
	position: relative;
	margin: 15px 0;
	color: #0c2f54;
}

#diamond ul li figure .title::before {
	border-bottom: 2px solid #0c2f54;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}

#diamond ul li figure .title2 {
	font-size: 25px;
	position: relative;
	margin: 15px 0;
	color: #c6bf8f;
}

#diamond ul li figure .title2::before {
	border-bottom: 2px solid #c6bf8f;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}

#diamond ul li figure .title_name {
	font-size: 14px;
}

#diamond ul li figure .title3 {
	font-size: 25px;
	position: relative;
	margin: 15px 0;
	color: #382250;
}

#diamond ul li figure .title3::before {
	border-bottom: 2px solid #382250;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}


#diamond ul li figure .title4 {
	font-size: 23px;
	position: relative;
	margin: 15px 0;
	color: #0c2f54;
}

#diamond ul li figure .title4::before {
	border-bottom: 2px solid #0c2f54;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}

#diamond ul li figure .title5 {
	font-size: 25px;
	position: relative;
	margin: 15px 0;
	color: #76161b;
}

#diamond ul li figure .title5::before {
	border-bottom: 2px solid #76161b;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}


#diamond ul li figure .title6 {
	font-size: 25px;
	position: relative;
	margin: 15px 0;
	color: #646787;
}

#diamond ul li figure .title6::before {
	border-bottom: 2px solid #646787;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}


#diamond ul li figure .title7 {
	font-size: 25px;
	position: relative;
	margin: 15px 0;
	color: #78772f;
}

#diamond ul li figure .title7::before {
	border-bottom: 2px solid #78772f;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}


#diamond ul li figure .title8 {
	font-size: 25px;
	position: relative;
	margin: 15px 0;
	color: #0e999e;
}

#diamond ul li figure .title8::before {
	border-bottom: 2px solid #0e999e;
	bottom: -8px;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 60px;
}

#diamond ul li figure .title_name {
	font-size: 14px;
	font-family: 'Great Vibes';
	font-style: normal;
}

#diamond ul li figure .photo {
	margin: auto;
	padding: 10px 0;
}

#diamond ul li figure .txt {
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 600px){
	#diamond ul li figure .txt {
		text-align: left;
	}

}

#diamond ul li figure .price {
	font-size: 12px;
	text-align: left;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 5px 0;
	margin: 20px 0;
}


#select-diamond .attention {
	max-width: 960px;
	width: 90%;
	margin: auto;
	font-size: 13px;
}







