@charset "UTF-8";

/* CSS Information --------------------------
File name: res-common1.css
Description: レスポンシブページPC用CSS
Last Editor: kanamori
Date: 2025/10/14
*/


/*パンくずボックス*/
#FS2_breadcrumbs-res{
	width: 1000px;
	margin: 0px auto;
	padding-top: 35px;
    box-sizing: border-box;
}
/*パンくず*/
.pan {
	padding-bottom: 3px;
	font-size: 14px;
}
/*ページ全体背景色*/
.res-main-bgc1{ 
	background: #efe7df;
}
/*イメージ画像ボックス*/
.section-h-2res1{ 
	position: relative;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
 /*コンテンツメインボックス*/
.res-main{	
    padding:70px 0 60px;
    box-sizing: border-box;
	width: 1000px;
    margin: 0 auto;
}
		
.mate{	
	width: 96%;
	margin: 0 auto 60px;
	padding: 0 0 20px;
	background: #FFF;
	border-radius: 10px;/* CSS3草案 */
	border: 3px solid #ccc3ba;
}
.content{
	overflow: hidden;
	clear:right;
	margin: 0px 3%;
}

.content h3{
	font-size: 24px;
	line-height: 28px;
	color: #4e3926;
	margin-top: 40px;
	margin-bottom: 10px;
	padding:0 0 5px;
	border-bottom: 1px dotted;
	font-weight: bold;
}
.content h3.nth{
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
    margin-top: 100px;
}

.content h4{
	background: #b39678;
	padding: 12px 10px 8px;
	max-width: 100%;
	color: #FFF;
	border-radius: 5px;/* CSS3草案 */
	font-size: 16px;
	margin-top: 15px;
}
.content h4.p-g{
	background: #ACA259;
}
.content p.con1{
	margin-top:20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6em;
}



