@charset "utf-8";
/* CSS Document */

/*pc_nav---------------------------------------------------------------------*/
#main_menu ul li:nth-child(3) a::before {
	content: url(../images/nav_icon.png);
}

/*カラム分け--------------------------------------------------*/
#beauty{
	padding: 40px 20px;
}
#beauty .box {
	width: 100%;
	display: table;
}
#beauty .main_box {
	float: left;
	width: 72%;
	display: table-cell;
	padding: 0 20px;
	box-sizing: border-box;
}
#beauty .sub_box {
	display: table-cell;
	float: right;
	width: 28%;
	padding: 0 10px;
	box-sizing: border-box;
}

/*list-------------------------------------------------------------------------*/
#beauty .sub_box h3 {
	font-size: 1.4em;
	text-align: center;
	letter-spacing: 2px;
	color: #4f3e32;
	padding: 20px 0;
	background: url(../images/contents_back.jpg);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#beauty .sub_box ul li {
	text-align: center;
}
#beauty .sub_box ul li a {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #c79a29;
	background: #171c61;
	color: #fff;
}
#beauty .sub_box ul li:last-of-type a {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#beauty .sub_box ul li a:hover {
	background: #c79a29;
}






/*trimming--------------------------------------------------------------------*/
#beauty {
	padding: 40px 20px;
}
#beauty .cate {
	margin: 80px 0;
}
#beauty .cate:first-of-type {
	margin-top: 0;
}
#trimmng .cate:last-of-type {
	margin-bottom: 0;
}
#beauty .cate .cate_title {
	font-size: 1.8em;
	letter-spacing: 2px;
	color: #4f3e32;
	border-bottom: 1px solid #c79a29;
	padding: 0 10px;
}
#beauty .cate .cate_box {
	margin: 40px 0;
}
#beauty .cate .cate_box .box_title {
	font-size: 1.4em;
	color: #171c61;
	display: inline-block;
	border-bottom: 3px solid #ccc;
	padding: 0 10px;
	margin-bottom: 20px;
}
#beauty .cate .cate_box .box_img {
	width: 50%;
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
}
#beauty .cate .cate_box .box_img img {
	max-height: 300px;
	max-width: 100%;
}
#beauty .cate .cate_box .box_img:empty {
	display: none;
}
#beauty .cate .cate_box .txt_box {
	width: 50%;
	float: left;
}
#beauty .cate .cate_box .box_txt1 {
	color: #E52225;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
}
#beauty .cate .cate_box .box_txt1:empty {
	display: none;
}
#beauty .cate .cate_box .box_txt2 {
	line-height: 1.8;
	letter-spacing: 1px;
	margin-top: 5px;
}
#beauty .cate .cate_box .box_txt2:empty {
	display: none;
}
#beauty .cate .cate_box .box_txt3 {
	font-weight: bold;
	color: #c79a29;
	font-size: 1.2em;
	margin-top: 20px;
	letter-spacing: 1px;
}
#beauty .cate .cate_box .box_txt3:empty {
	display: none;
}
#beauty .cate .cate_box .box_txt4 {
	line-height: 1.8;
	letter-spacing: 1px;
	margin-top: 5px;
}
#beauty .cate .cate_box .box_txt4:empty {
	display: none;
}
#beauty .cate .cate_txt1 {
	line-height: 1.8;
	letter-spacing: 1px;
	margin-top: 10px;
}
#beauty .cate .cate_txt1:empty {
	display: none;
}




/*タブレット-------------------------------------------------------------------
-----------------------------------------------------------------------------*/
@media(max-width:940px) {
	#beauty {
		padding: 20px;
	}
	#beauty .box {
		display: block;
	}
	#beauty .main_box {
		float: none;
		width: 100%;
		display: block;
		padding: 0 ;
	}
	#beauty .sub_box {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 40px;
		padding: 0;
	}
	#beauty .sub_box ul li a {
		padding: 10px;
	}
	#beauty .sub_box ul li:last-of-type a {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	#beauty .sub_box h3 {
		font-size: 16px;
		padding: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	#beauty .cate {
		margin: 60px 0;
	}
	#beauty .cate .cate_title {
		font-size: 1.3em;
		letter-spacing: 0;
		padding: 0;
	}
	#beauty .cate .cate_box {
		margin: 30px 0;
	}
	#beauty .cate .cate_box .box_title {
		font-size: 1.2em;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	#beauty .cate .cate_box .box_img {
		width: 100%;
		float: none;
		padding: 0;
	}
	#beauty .cate .cate_box .txt_box {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	#beauty .cate .cate_box .box_txt1 {
		font-size: 1.1em;
	}
	#beauty .cate .cate_box .box_txt3 {
		font-size: 1.1em;
		margin-top: 10px;
	}
}


/*スマホ------------------------------------------------------------------------
-----------------------------------------------------------------------------*/
@media(max-width:415px) {
	
}

@media all and (-ms-high-contrast:none)  {
	#beauty .sub_box ul li a {
		padding: 28px 20px 20px;
	}
}

@media(max-width:940px) and (-ms-high-contrast:none) {
	#beauty .sub_box ul li a {
		padding: 15px 10px 10px;
	}
}