@charset "utf-8";
/* =======================
 COMMON
=======================*/
.dsib{
	display:inline-block;
}
/* =======================
 MAIN
=======================*/
#main {
	width: 100%;
	position: relative;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main img.pc {
	display: block;
}
#main img.sp {
	display: none;
}
#mainTxt {
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* =======================
 .section
=======================*/
.section {
	width:auto;
	max-width:1000px;
	margin:0 auto;
}
.section h2 {
	font-size:30px;
	text-align:center;
	line-height:1em;
}
.section h2 span.caption{
	font-size:14px;
	color:#ea7900;
	font-style:oblique;
}
.section p{
	padding-top:30px;
	font-size:16px;
}


.section .btnArea {
	padding:30px 0 0;
}
.section .btnArea ul {
	margin:0 -14px;
	font-size:0;
}
.section .btnArea ul li {
	float:left;
	width:227px;
	padding:0 15px;
}
.section .btnArea ul li a {
	display:block;
	font-size:17px;
	position:relative;
	border-bottom:3px solid #e9af25;
	background-color:#fff;
}
.section .btnArea ul li a:after {
	content: "";
	position: absolute;
	bottom:15px;
	left: 50%;
	display: block;
	width: 25px;
	height: 7px;
	margin-left: -12px;
	background: url(../img_index/arw_def.png) no-repeat left top;
	background-size: 100% 100%;
	z-index: 2;
	overflow: hidden;
}
.section .btnArea ul li a figure {
	width:100%;
	height:190px;
	overflow:hidden;
}
.section .btnArea ul li a figure img {
	width:100%;
	height:100%;
}
.section .btnArea ul li a p {
	padding:20px 0 32px;
}

.section .btnArea.btn3clm ul {
	margin:0 -16px;
	font-size:0;
}
.section .btnArea.btn3clm ul li {
	float:left;
	width:312px;
	padding:0 16px;
}
.section .btnArea.btn3clm ul li a figure {
	width:100%;
	height:190px;
	overflow:hidden;
}
.section .btnArea.btn3clm ul li a strong{
	font-weight:400;
}
.section .btnArea.btn3clm ul li a:hover span{
	text-decoration:underline;
}

@media screen and (min-width: 762px) {
/* btn -------------------------------------------------------------------- */
.section .btnArea ul li a figure img {
	z-index: 1;
	/* animation */
	transition: all 0.5s ease 0s;
}
.section .btnArea ul li a:hover figure img  {
	/* animation */
	transform: scale(1.1);
}
}
/* =======================
 pickUpArea
=======================*/
#pickUpArea {
	width: 100%;
	padding: 80px 0;
	background: url(../img_index/pickup_bg.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;
}
#pickUpArea h2 {
	line-height:1.45em;
}
#pickUpArea .btnPickUp {
}
#pickUpArea .btnPickUp ul {
	display:inline-block;
	font-size:0;
}
#pickUpArea .btnPickUp ul li {
	display:inline-block;
	width:250px;
	padding:30px 20px 0;
}
#pickUpArea .btnPickUp ul li a {
	display:block;
	padding:20px 0 38px;
	border-bottom:3px solid #e9af25;
	background-color:#fff;
	font-size:17px;
	position:relative;
}
#pickUpArea .btnPickUp ul li a span {
	display:inline-block;
	color:#666;
	font-size:11px;
}
#pickUpArea .btnPickUp ul li a:after {
	content: "";
	position: absolute;
	bottom:15px;
	left: 50%;
	display: block;
	width: 25px;
	height: 7px;
	margin-left: -12px;
	background: url(../img_index/arw_def.png) no-repeat left top;
	background-size: 100% 100%;
	z-index: 2;
	overflow: hidden;
}
/* =======================
 newsArea
=======================*/
#newsArea {
	padding:80px 0;
}
#newsArea #newsBlock{
}
#newsArea #groupBlock{
	padding:80px 0 0;
}
#newsArea .newsBox {
	margin:30px 0 10px;
	border-top:1px solid #ccc;
}
#newsArea .newsBox dl{
	position:relative;
	padding:15px 10px;
	border-bottom:1px solid #ccc;
}
#newsArea .newsBox dl dt{
	width:19.5em;
	position: absolute;
	top: 15px;
	left: 9px;
}
#newsArea .newsBox dl dt span{
	float:right;
	display:inline-block;
	width:11em;
	padding:1px 0;
	text-align:center;
	color:#fff;
	background-color:#e9af25;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:90%;
}
#newsArea .newsBox dl dd{
	margin-left:20.5em;
}
#newsArea .newsBox dl dd img{
	padding:0 0 0 3px;
	float:right;
	vertical-align:middle;
}
#newsArea .newsBtn {
	width:140px;
	margin:0 auto;
	border:1px solid #ccc;
}
#newsArea .newsBtn a {
	display:block;
	padding:10px;
	text-align:center;
	position:relative;
}
#newsArea .newsBtn a:after {
	content: "";
	position: absolute;
	bottom:4px;
	right:3px;
	display: block;
	width: 25px;
	height: 7px;
	background: url(../img_index/arw_def.png) no-repeat left top;
	background-size: 100% 100%;
	z-index: 2;
	overflow: hidden;
}
/* =======================
 aboutArea
=======================*/
#aboutArea {
	width: 100%;
	padding: 80px 0;
	background: url(../img_index/about_bg.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;
}
/* =======================
 groupArea
=======================*/
#groupArea {
	width: 100%;
	padding: 80px 0;
	background:#f5f3ec;
	text-align:center;
}
/* =======================
 bnrArea
=======================*/
#bnrArea {
	width: 100%;
	padding: 80px 0 40px;
}
#bnrAreaBtm {
	width: 100%;
	margin-top:80px;
	padding: 50px 0 0;
	border-top:1px solid #ccc;
}
#bnrArea .box2clm .boxC {
	text-align:center;
}
/*===============================================
SP
===============================================*/
@media screen and (max-width:761px) {
a {
	text-decoration:none !important;
}
/* =======================
 MAIN
=======================*/
#main img.pc {
	display: none;
}
#main img.sp {
	display: block;
}
#mainTxt {
	display: none;
}
/* =======================
 .section
=======================*/
.section {
	padding:0 20px;
}
.section h2 {
	font-size:16px;
	line-height:1.25em;
}
.section h2 span.caption{
	font-size:12px;
}
.section p{
	padding-top:10px;
	font-size:12px;
	text-align:left;
}
.section .btnArea {
	padding:0px 0 0;
}
.section .btnArea ul {
	margin:0 -5px;
}
.section .btnArea ul li {
	width:50%;
	padding:10px 5px 0;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.section .btnArea ul li a {
	font-size:13px;
}
.section .btnArea ul li a:after {
	bottom:5px;
	left:auto;
	right:5px;
}
.section .btnArea ul li a figure {
	width:100%;
	height:auto;
}
.section .btnArea ul li a p {
	padding:15px 0 15px;
	text-align:center;
}


.section .btnArea.btn3clm ul {
	margin:0 -5px;
}
.section .btnArea.btn3clm ul li {
	width:50%;
	padding:10px 5px 0;
}
.section .btnArea.btn3clm ul li a figure {
	width:100%;
	height:auto;
}
.section .btnArea.btn3clm ul li a p{
	width:100%;
	display:table;
	vertical-align:middle;
}
.section .btnArea.btn3clm ul li a strong{
	display:table-cell;
	vertical-align:middle;
	font-weight:400;
}

/* =======================
 pickUpArea
=======================*/
#pickUpArea {
	padding: 40px 0;
}
#pickUpArea .btnPickUp {
}
#pickUpArea .btnPickUp ul {
	display:block;
	padding-top:10px;
}
#pickUpArea .btnPickUp ul li {
	display:block;
	width:auto;
	padding:10px 0 0;
}
#pickUpArea .btnPickUp ul li a {
	display:block;
	padding:20px 0 20px;
	font-size:15px;
}
#pickUpArea .btnPickUp ul li a:after {
	content: "";
	position: absolute;
	bottom:5px;
	left:auto;
	right:5px;
	margin-left:0px;
}
/* =======================
 newsArea
=======================*/
#newsArea {
	padding:40px 0;
}
#newsArea #newsBlock{
}
#newsArea #groupBlock{
	padding:40px 0 0;
}
#newsArea .newsBox {
	margin:10px 0 10px;
}
#newsArea .newsBox dl{
	padding:10px 0px;
}
#newsArea .newsBox dl dt{
	width:auto;
	position:static;
}
#newsArea .newsBox dl dd{
	margin-left:0;
	padding-top:5px;
}
#newsArea .newsBox dl dd img{
	padding:0 0 0 3px;
	float:none;
}
#newsArea #groupBlock .newsBox dl dt{
	width:auto;
}
#newsArea #groupBlock .newsBox dl dt span{
	float:none;
	margin-left:1em;
}
#newsArea #groupBlock .newsBox dl dd{
	margin-left:0;
}
/* =======================
 aboutArea
=======================*/
#aboutArea {
	padding:40px 0;
}
/* =======================
 bnrArea
=======================*/
#bnrArea {
	width:auto;

	margin:0 auto;
	padding: 40px 0 0;
}
#bnrAreaBtm {
	margin-top:40px;
	padding: 30px 0 0;
}
#bnrArea .box2clm img {
	display:block;
	width:100%;
	max-width:400px;
	height:auto;
	margin:0 auto;
}

}
