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

/*			quality 02
==============================*/
.contents_Wrap {
	background: transparent;
	color: #3e4e57;
	padding: 0 0 100px;
}
.contents_Wrap section {
	overflow: hidden;
}
.contents_Wrap figure {
	position: relative;
	height: fit-content;
}

.page_mv {
	position: relative;
	background: url(../img/main.jpg) no-repeat center 0;
	background-size: cover;
	/* aspect-ratio: 14 / 3; */
	height: 300px;
	margin: 0 auto 100px;
}
.page_mv h2 {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

	font-family: "EB Garamond", serif;
	color: #fff;
	font-size: 2vw;
	letter-spacing: 0.2em;
	text-align: center;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 7px rgba(0, 0, 0, 0.8));

}



/* tab_Area */
.tab_Area{
margin: 0 auto;
max-width: 1200px;
width: 96%;
justify-content: space-between;
flex-wrap: wrap;
}
.tab_Area li{
max-width: 185px;
width: calc(100% / 6);
border: 1px solid #5c7db1;
text-align: center;
}
.tab_Area li a{
display: block;
font-size: 15px;
padding: 15px 22px;
color:  #5c7db1;
background: #FFF;
position:relative;
z-index:0;
background: transparent;
transition: .5s;
}
.tab_Area li:nth-child(5) a{
padding: 7.5px 22px;
}

.tab_Area li a:hover {
	color: #fff;
}
.tab_Area li a::before{
content:'';
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
z-index:-1;
background: rgb(223,209,186);
background: linear-gradient(90deg, #5c7db1 0%, #83a7d8 50%, #5c7db1 100%);
opacity: 0;
transition: .5s;
}
.tab_Area li a:hover::before{
opacity: 1;
}
.tab_Area .curr a {
	color: #fff;
background: rgb(223,209,186);
background: linear-gradient(90deg, #5c7db1 0%, #83a7d8 50%, #5c7db1 100%);
}

/* common */
.section_Wrap {
	padding:100px 0;
}
.section_Wrap + .section_Wrap {
	padding:0 0 100px;
}

.box {
	padding:0 0 50px;
}

.section_Wrap .title {
	color:#504f4f;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.section_Wrap .title span {
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 2px;
	font-family: 'Cinzel', serif;
	color:#103246;
}

.section_Wrap .ttl_btmBorder {
	color:#273c7d;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom:1px solid #273c7d;
	margin-bottom: 20px;
}
.section_Wrap .ttl_btmBorder .txt_s_black {
	font-size: 12px;
	color:#333;
	padding-left:1em;
}

.section_Wrap .ttl_btmBorder_Gold {
	color:#90774f;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom:1px solid #90774f;
	margin-bottom: 20px;
}

.section_Wrap p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.section_Wrap p+figure {
	margin-top: 30px;
}
.section_Wrap figure+p,
.section_Wrap figure+h4 {
	margin-top: 50px;
}
.section_Wrap p+h4 {
	margin-top: 30px;
}
.section_Wrap p.lead_Txt {
	color:#273c7d;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 10px;
}
figure { position: relative;}
figcaption {
	font-size: 10px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	transform: rotate(.028deg);
	margin-top: 5px;
}
.caption {
position: absolute;
bottom: -15px;
}

.section_Wrap .note_Txt {
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 1px;
}


.column2_Box {
	justify-content:space-between;
	padding:0 0 50px;
}
.column2_Box div {
	max-width: 580px;
	width:48.333333%;
}

.column4_Box {
	justify-content:space-between;
	padding:0 0 50px;
}
.column4_Box li {
	max-width: 285px;
	width:23.75%;
}

/*----- 個別 -----*/

/* quality02 structure
--------------------------- */

.column_40_75_Box {
	justify-content:space-between;
}
.column_40_75_Box .box_40 {
	max-width: 400px;
	width:33.333333%;
}
.column_40_75_Box .box_75 {
	max-width: 750px;
	width:62.5%;
}

.jiban .box_40 {
	width:40%;
	max-width: 40%;
}
.jiban .box_75 {
	max-width: 675px;
	width:56.25%;
}

.txt_fig_Box {
	justify-content:space-between;
	align-items:flex-end;
	padding: 30px 0;
}
.txt_fig_Box .txt_Box {
	margin-right:20px;
	width:60%;
}
.txt_fig_Box figure {
	max-width: 490px;
	width:100%;
}


.section_Wrap figure.str_img_05 + p {
	margin-top: 5px;
}

.section_Wrap figure.str_img_06 {
	max-width: 285px;
	margin-left: 20px;
}
.section_Wrap figure.str_img_07 {
	max-width: 350px;
	margin-left: 20px;
}


.column_75_40_Box {
	justify-content:space-between;
	padding: 0 0 50px;
}
.column_75_40_Box .box_75 {
	max-width: 750px;
	width:62.5%;
}
.column_75_40_Box .box_40.gray_Box {
	max-width: 400px;
	width:33.333333%;
	background: #EFEFEF;
	padding:20px 20px;
}
.column_75_40_Box .box_40.gray_Box p+.lead_Txt {
	margin-top: 20px;
}



/* 高さ合わせ */
.box_h10p { height:10%; }
.box_h15p { height:15%; }
.box_h16p { height:16%; }
.box_h17p { height:17%; }
.box_h19p { height:19%; }
.box_h20p { height:24%; }

/*-----------------------------
tab
-----------------------------*/
@media only screen and (max-width: 1024px) {


}


/*-----------------------------
tab 横
-----------------------------*/
@media only screen and (max-width: 1023px) {
.tab_Area{
flex-wrap: wrap;
box-sizing: border-box;
}
.tab_Area{
flex-wrap: wrap;
box-sizing: border-box;
}
.tab_Area li{
width: calc((100% - 2%) / 3);
max-width: 310px;
}
.tab_Area li:nth-child(-n+3){
margin-bottom: 1%;
}
.tab_Area li a{
font-size: 12px;
padding: 15px 10px;
}
.tab_Area li:nth-child(5) a {
padding: 9px 10px;
}
}


/*-----------------------------
tab・sp
-----------------------------*/
@media only screen and (max-width: 769px) {

	.contents_Wrap {
		padding: 0 0 50px;
	}
	.page_mv {
		background: url(../img/main_sp.jpg) no-repeat center center;
		background-size: cover;
		/* aspect-ratio: 18 / 13.6; */
		height:150px;
		margin: 0 auto 50px;
	}
	.page_mv h2 {
		font-size: 5vw;
	}



	.tab_Area {
	flex-wrap: wrap;
	box-sizing: border-box;
	}
	.tab_Area li{
	width: calc((100% - 4%) / 3);
	max-width: 230px;
	}
	.tab_Area li:nth-child(-n+3){
	margin-bottom: 2%;
	}
	.tab_Area li a{
	font-size: 12px;
	padding: 15.6px 10px;
	}
	.tab_Area li:nth-child(5) a {
	padding: 9.5px 10px;
	}

	/* common */
	.section_Wrap {
		padding:50px 0;
	}
	.section_Wrap + .section_Wrap {
		padding:0 0 30px;
	}

	.section_Wrap .title {
		font-size: 13px;
		line-height: 1.3;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.section_Wrap .title span {
		font-size: 26px;
	}
	.section_Wrap .ttl_btmBorder {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.section_Wrap .ttl_btmBorder .txt_s_black {
		font-size: 11px;
		padding-left:0;
	}
	.section_Wrap .ttl_btmBorder_Gold {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	.section_Wrap p {
		font-size: 13px;
	}
	.section_Wrap p+figure {
		margin-top: 10px;
	}
	.section_Wrap figure+p {
		/* margin-top: 50px; */
	}
	.section_Wrap p.lead_Txt {
		font-size: 14px;
	}

	.column2_Box {
		flex-direction: column;
		padding:0 0 30px;
	}
	.column2_Box div {
		max-width: 100%;
		width:100%;
		padding: 0 0 30px;
	}

	.column4_Box {
		flex-wrap: wrap;
		padding:0 0 30px;
	}
	.column4_Box li {
		max-width: 100%;
		width:48%;
		margin-bottom: 20px;
	}



	/*----- 個別 -----*/

	/* quality02 structure
--------------------------- */
	.column_40_75_Box {
		flex-direction: column;
	}
	.column_40_75_Box .box_40 {
		max-width: 100%;
		width:100%;
		padding: 0 0 30px;
	}
	.column_40_75_Box .box_75 {
		max-width: 100%;
		width:100%;
	}

	.txt_fig_Box {
		flex-direction: column;
		padding: 30px 0;
	}
	.txt_fig_Box .txt_Box {
		margin-right:0px;
		margin-bottom: 20px;
		width:100%;
	}
	.txt_fig_Box figure {
		max-width: 100%;
		width:100%;
	}

	.column_75_40_Box {
		flex-direction: column;
		padding: 0 0 30px;
	}
	.column_75_40_Box .box_75 {
		max-width: 100%;
		width:100%;
	}
	.column_75_40_Box .box_40.gray_Box {
		max-width: 100%;
		width:100%;
	}



	/* 高さ合わせ */
	.box_h10p { height:0%; }
	.box_h15p { height:0%; }
	.box_h16p { height:0%; }
	.box_h17p { height:0%; }
	.box_h19p { height:0%; }
	.box_h20p { height:0%; }


}
