﻿@charset "utf-8";

#lp_contents{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.3;
	letter-spacing: 0.1em;
}
a:hover{
	text-decoration: none;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	margin: 10px 0;
}
	.adbnr h3{
		width: 960px;
		margin: 0 auto 10px auto;
		background: #8c6239;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
}
.adbnr ul li{
	margin: 0 0 10px 0;
}
.adbnr ul li:last-child{
	margin: 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 100px;
	font-size: 80%;
}


/*/////▼ 各コンテンツの幅などを指定 ▼////*/
#area,
.lp_category,
#qa{
	width: 100%;
}
#area section,
.lp_category section,
#qa section{
	width: 960px;
	margin: 0 auto;
}
#area h2,
.lp_category h2,
#qa h2{
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.2em;
	color:#8c6239;
}


/*/////▼ エリアから探す ▼////*/
#area{
	padding: 40px 0;
	background: #fff;
}
#area section dl{
	width: 305px;
	height: 150px;
	background: #f2f7dd;
	border-radius: 5px;
	border:1px solid #8c6239;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 7px 14px 7px;
}
#area section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
}
#area section dl dd ul li{
	width: 90px;
	float: left;
	margin: 0 3px 4px 4px;
}
#area section dl dd ul li a{
	display: block;
	color: #444;
	border:1px solid #8c6239;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #f3e0b8;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
#area section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	color: #fff;
	text-decoration: none;
  opacity: 1;
}


/*/////▼ コンテンツエリア ▼////*/
.lp_category{
	padding: 0 0 40px 0;
}
.lp_category article{
	margin: 0 0 40px 0;
}
.lp_category article:last-child{
	margin: 0;
}
.lp_category article h3{
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #8c6239;
}
.lp_category article figure{
	width: 460px;
	float:left;
}
.lp_category article div {
    width: 480px;
    height: 280px;
    float: right;
    font-size: 16px;
}
.lp_category article div ul{
}
.lp_category article div ul li{
	width: 49%;
	float: left;
}
.lp_category article div ul li:last-child{
	float: right;
	margin: 0;
}
.lp_category article div a{
	display: block;
	width: 320px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #897667;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	right:0;
}
.lp_category article div a:hover{
	background: #000;
	color: #fff;
  opacity: 1;
}


/*/////▼ 横並びのリンクボタン ▼////*/
ul.mix-link{
	padding: 40px 0 0 0;
	background: #fff;
}
ul.links_2 li{
	width: 49%;
	float: left;
}
ul.links_3 li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
ul.links_4 li{
	width: 24%;
	float: left;
	margin: 0 1.3% 0 0;
}
ul.links_5 li{
	width: 19%;
	float: left;
	margin: 0 1.2% 0 0;
}
ul.mix-link li:last-child{
	float: right;
	margin: 0;
}
ul.mix-link li a{
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #8c6239;
	border-radius: 5px;
}
ul.mix-link li a:hover{
	background: #000;
	color: #fff;
  opacity: 1;
}


/*/////▼ QA ▼////*/
#qa{
	padding: 40px 0;
	background: #fff;
}
#qa dl{
	margin: 0 0 20px 0;
}
#qa dl:last-child{
	margin: 0;
}
#qa dl dt{
	background: #444;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
}
#qa dl dd{
	color: #000;
	padding: 15px 0;
}
dl.answer dd{
	display: none;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 180px;
	background: #f2f7dd;
	border-radius: 5px;
	border:1px solid #8c6239;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 31%;
	float: left;
	margin: 0 1% 2% 1%;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border:1px solid #8c6239;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center#f3e0b8;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.popup section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	color: #fff;
	text-decoration: none;
  opacity: 1;
}


.lpbanner{
    background: #fbfaf8;
    border: 1px solid #d9d3ce;
    border-radius: 5px;
    font-size: 12px;
    margin:20px auto 20px auto;
	width:100%;
}



.lpbanner h3{
	background: #f3e0b8;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
    padding: 10px 0;
    margin: 0 0 15px;
}

.lpbanner p {
    padding: 0 15px 15px;
    box-sizing: border-box;
    letter-spacing: .08em;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
}
