@charset "utf-8";
body {
	background-color: #efefef;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
}
a {
	color: #a99967;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	transition: all 0.3s ease-out 0s;
}
a img {
	display: block;
}
a:hover {
	color: #807140;
	text-decoration: none;
}
a:hover img {
	opacity: 0.9;
}
p {
	color: #5e5c58;
	font-size: 13px;
	line-height: 1.8;
}
.text p {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}
h1 {
	color: #393730;
	font-size: 14px;
	padding: 25px 0 30px;
}
h2 {
	background: rgba(0, 0, 0, 0) url("../images/h2_bg.png") no-repeat scroll 0 0;
	color: #393730;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	line-height: 2.5;
	margin-bottom: 30px;
}
.wrap {
	margin: auto;
	width: 960px;
}
.none {
	margin-right: 0 !important;
}
#head {
	background-color: #fff;
}
#menu {
	margin-bottom: 20px;
	float:left;
	width:27%;
}
#menu li {
	display: block;
	text-align:left;
	margin-bottom:1em;
}
#menu li:last-child a {
}
#menu a {
	border-bottom: 1px dotted;
	font-weight: lighter;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 10px;
}
#banner {
	height: 400px;
    margin: auto auto 50px;
    max-width: 1600px;
    position: relative;
}
#banner p {
	color: #cac9c4;
	font-size: 14px;
	left: 0;
	letter-spacing: 1.5px;
	position: absolute;
	right: 30%;
	top: 19%;
}
#content {
}
.section{
	float:right;
	width:72%;
}
#sec_1 {
}
#sec_1, #sec_2 {
	margin-bottom: 90px;
}
#sec_1 .box {
	background-color: #fff;
	padding: 20px;
}
#sec_1 .img {
	float: left;
	height: 150px;
	width: 150px;
	padding: 15px;
}
#sec_1 .text {
	margin-left: 17px;
}
#sec_2 {
}
#sec_2 .detail {
	float: left;
	margin-right: 10px;
	width: 340px;
}
#sec_2 .box {
	background-color: #333333;
	padding: 15px;
	position: relative;
}
#sec_2 .box::before {
	background-color: #bcad7d;
	content: "";
	height: 168px;
	left: 10px;
	position: absolute;
	right: 0;
	top: 15px;
	width: 353px;
	z-index: -1;
}
#sec_2 .img {
	float: left;
	height: 150px;
	width: 150px;
	padding: 15px;
}
#sec_2 .text {
	margin-left: 25px;
}
#sec_2 .text p {
	color: #f5f5f5;
	margin-top: 10px;
}
.btn {
	color: #f5f5f5;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: lighter;
	line-height: 2;
	margin-top: 14px;
	padding: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	z-index: 0;
}
.btn::before {
	background-color: #bcad7d;
	border-radius: 3px;
	content: "";
	height: 28px;
	position: absolute;
	right: 0;
	transition: all 0.2s ease-out 0s;
	width: 3px;
	z-index: -1;
}
.btn:hover::before {
	width: 123%;
}
.btn:hover {
	color: #363636;
}
#foot {
}
#foot p {
	margin-top: 55px;
}
#foot p > a {
	display: unset;
}
#top {
	bottom: 15px;
	color: #8d8d8d;
	cursor: pointer;
	font-size: 14px;
	line-height: 42px;
	position: fixed;
	right: 132px;
	text-align: center;
}
/*subpage*/
#subpage {
}
#subpage h2 {
}
#subpage .img {
    
    float: left;
    height: 300px;
    width: 225px;
}
#subpage .text {
    float: left;
    margin-left: 35px;
	text-align:left;
    width: 700px;
}
#subpage p {
}
#breadcrumb {
    margin: 35px 0 25px;
}
#breadcrumb li {
    display: inline-block;
}
#breadcrumb a {
    display: unset;
    padding-right: 5px;
    text-transform: uppercase;
}
