@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :アクセス
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#hnav li.hnav_05 a {
	background-image: url(../images/header/hnav_05.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
#hnav li.hnav_06 a {
	background-image: url(../images/header/hnav_06.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#access #gnav ul li.gnav_access a {
	background-position: bottom;
}

#contents h3 {
	text-align: center;
	margin-bottom: 40px;
}

#contents .access_btn {
	border: 0;
	padding: 0;
	background: transparent;
}

#contents .access_btn a {
	color: #c1a936;
	display: block;
	text-align: center;
	border: 3px solid #c1a936;
	text-decoration: none;
	padding: 10px 0;
}

#contents .access_btn a:hover {
	color: #fff;
	background: #c1a936;
}

#contents .direction {
	text-align: center;
	margin-top: 65px;
}

#contents .acc_contents.acc {
	background: #fff;
	padding-bottom: 0;
}

#contents .acc_contents .box_train_item {
	overflow: hidden;
}

#contents .acc_contents .box_train_item li {
	float: left;
	width: 21.7%;
	padding-right: 23px;
	margin-right: 15px;
	margin-bottom: 40px;
	position: relative;
}

#contents .acc_contents .box_train_item li .no {
	position: absolute;
	top: 0;
	left: 0;
	width: 79px;
	height: 79px;
	background: transparent url(../access/images/bg_no.png) no-repeat center center;
	font-family: 'Garamond';
	font-style: italic;
	font-size: 300%;
	color: #fff;
	padding: 12px;
	box-sizing: border-box;
	line-height: 78%;
}

#contents .acc_contents .box_train_item li .des {
	padding-left: 2px;
	border: 1px solid #ececec;
	padding: 25px 10px 30px 10px;
	background: #fdfaf9;
}

#contents .acc_contents .box_train_item li:after {
	position: absolute;
	top: 135px;
	right: 0;
	content: '';
	display: block;
	width: 13px;
	height: 19px;
	background: transparent url(../access/images/ic_arrow_2.png) no-repeat center center;
}

#contents .acc_contents .box_train_item li.last,
#contents .acc_contents .box_train_item li.breakline {
	padding-right: 0;
	margin-right: 0;
}

#contents .acc_contents .box_train_item li.last:after,
#contents .acc_contents .box_train_item li.breakline:after {
	content: none;
}

/*----------------------------------------------------
	.con_intro
----------------------------------------------------*/
.con_intro {
	position: relative;
	width: 950px;
	margin: 0 auto 100px auto;
}

.con_intro h2 {
	position: absolute;
	top: 320px;
	left: 20px;
}

.con_intro .photo img {
	width: 100%;
}

.con_intro .box_contact {
	overflow: hidden;
	padding: 15px 0 65px;
}

.con_intro .box_contact p {
	float: right;
	width: 330px;
}

.con_intro .box_contact p span {
	font-size: 206%;
	font-family: "Times New Roman", Georgia, Serif;
}

.con_intro .box_nav {
	overflow: hidden;
	border: 1px solid #b2afa5;
}

.con_intro .box_nav li {
	float: left;
	width: 33.33333333333333%;
	border-right: 1px solid #b2afa5;
	box-sizing: border-box;
}

.con_intro .box_nav li a {
	display: block;
	font-size: 113.3333333333333%;
	color: #454545;
	text-align: center;
	text-decoration: none;
	padding: 24px 0;
}

.con_intro .box_nav li a:hover {
	background: #c1a936;
	color: #fff;
}

.con_intro .box_nav li.last {
	border-right: 0;
	    background: url(../images/common/bg_btn.jpg) repeat-x left bottom #ffffff;
}

/*----------------------------------------------------
	#con_train
----------------------------------------------------*/
#con_train {
	width: 950px;
	margin: 0 auto 150px auto;
}

#con_train .box_train {
	overflow: hidden;
	background: #e4e4da;
}

#con_train .box_train .textarea {
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding: 8% 3% 3% 2%;
}

#con_train .box_train .textarea h4 {
	margin-bottom: 30px;
}

#con_train .box_train .textarea .access_btn {
	margin-top: 38px;
	width: 200px;
}

#con_train .box_train .photo {
	float: right;
	width: 60%;
}

#con_train .box_train .photo img {
	width: 100%;
}

.box_train_item li .space {
	padding-bottom: 77px !important;
}

/*----------------------------------------------------
	#con_car
----------------------------------------------------*/
#con_car {
	width: 950px;
	margin: 0 auto 190px auto;
}

#con_car .box_car {
	overflow: hidden;
	background: #e4e4da;
}

#con_car .box_car div {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 13% 3% 3% 6%;
}

#con_car .box_car div h4 {
	margin-bottom: 30px;
}

#con_car .box_car div .access_btn {
	margin-top: 38px;
	margin-left: 0;
	width: 200px;
}

#con_car .box_car .photo {
	float: right;
	width: 65%;
	padding: 9px 10px;
	box-sizing: border-box;
	background: #fff;
}

#con_car .box_car .photo img {
	width: 100%;
}

#con_car h5 {
	font-size: 113.3333333333333%;
	margin: 60px 0 30px 0;
}

#con_car ul li {
	font-size: 86.66666666666667%;
	line-height: 2;
}

.direction {
	width: 950px;
	margin-top: 0;
	margin-bottom: 90px;
}

.direction img {
	width: 100%;
}

.access_btn {
	width: 328px;
	display: block;
	margin: 0 auto;
}


/*----------------------------------------------------
	con_faq
----------------------------------------------------*/
.con_faq {
	overflow: hidden;
}
#contents .con_faq .con_lnk h3 {
	margin-bottom:0;
}



.con_faq .box_lnk {
	width: 100%;
	margin-bottom: 90px;
}

.con_faq .box_lnk ul {
	border: 1px solid #b2afa5;
	overflow: hidden;
}

.con_faq .box_lnk ul li {
	width: 20%;
	float: left;
	text-align: center;
	border-right: 1px solid #b2afa5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.con_faq .box_lnk ul li.last {
	border-right: 0;
}

.con_faq .box_lnk ul li a {
	width: 100%;
	display: inline-block;
	padding: 23px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 113%;
}

.con_faq .box_lnk ul li a:hover,
.con_faq .box_lnk ul li a:focus {
	background: #c1a936;
	color: #fff;
}

.con_faq .con_lnk {
	overflow: hidden;
	background: #FFFEFC;
	padding: 3%;
	border: 1px solid #F8F4EB;
	margin-bottom: 125px;
}

.con_faq .con_lnk h3 {
	line-height: 2em;
	color: #584205;
	margin-top: 15px;
}

.con_faq .con_lnk ul li {
	background: url("../images/common/arrow_menu.png") no-repeat 0 7px;
	padding-left: 10px;
}

.con_faq .con_lnk ul li a {
	text-decoration: none;
	font-size: 80%;
	line-height: 1.6em;
}

.con_faq .con_lnk p {
	background: url("../images/common/arrow_menu.png") no-repeat 0 7px;
	padding-left: 10px;
}

.con_faq .con_lnk p a {
	text-decoration: none;
	font-size: 80%;
	line-height: 1.6em;
}

.con_faq .con_lnk .box_left {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.con_faq .con_lnk .box_left h3 {
	margin-top: 0;
}

.con_faq .con_lnk .box_right {
	width: 48%;
	float: right;
}

.con_faq .con_lnk .box_right h3:first-child {
	margin-top: 0;
}

.con_faq .box_faq {
	margin-bottom: 125px;
}

.con_faq .box_faq h3 {
	text-align: center;
	font-size: 260%;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	overflow: auto;
	color: #9D7A2E;
	font-weight: normal;
	background: url("../faq/images/arrow.jpg") no-repeat center bottom;
	padding-bottom: 40px;
}

.con_faq .box_faq h3 span {
	font-size: 40%;
	display: block;
	font-family: "Times New Roman",Georgia,serif;
	color: #707070;
}
