@charset "utf-8";

/************* 共通 *************/


body {
	background: #ffffffff;
	color: #a6937c;
	line-height: 160%;
}

a {
	color: #ec6b60;
	text-decoration: none;
}

a:hover {
	color: #ec6b60;
	text-decoration: underline;
}


/************* ヘッダー *************/

header {
	width: 1000px;
	margin: 18px auto 20px;
	overflow: hidden;
}

header h1 {
	font-size: 60%;
	font-weight: normal;
	margin: 0 0 18px;
	color: #9d9d9d;
}

header .menub {
	display: none;
}

header .logo {
	float: left;
}

header .gn {
	float: right;
	overflow: hidden;
}

header .gn li {
	float: left;
	margin: 0 70px 0 0;
}

header .gn li:last-child {
	margin: 0 20px 0 0;
}

header .gn li a {
	display: block;
	font-weight: bold;
	color: #3c2d1d;
	text-decoration: none;
	font-size: 90%;
	padding: 38px 0 0;
}

header .gn li:first-child a {
	background: url(../images/gn_access.png) no-repeat center top;
}
header .gn li:nth-child(2) a {
	background: url(../images/gn_faq.png) no-repeat center top;
}
header .gn li:nth-child(3) a {
	background: url(../images/gn_contact.png) no-repeat center 3px;
}

header .gn li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}





/************* フッター *************/


#page-top {
	position: fixed;
	right: 20px;
	bottom: 30px;
}

footer {
	background: #c81970;
	color: white;
	font-size: 85%;
	line-height: 160%;
}

footer a,footer a:hover {
	color: white;
	text-decoration: underline;
}

footer .box {
	width: 1000px;
	margin: 0 auto;
	padding: 32px 0 80px;
	overflow:hidden;
}

footer .txt {
	width: 368px;
	float: left;
}

footer .copyright {
	width: 368px;
	float: right;
	text-align: right;
	font-size: 85%;
	letter-spacing: 0.05em;
}

footer dl {
	margin: 10px 0 0;
	overflow:hidden;
}

footer dl dt {
	float: left;
	clear: both;
	width: 40px;
}

footer dl .dt1 {
	letter-spacing: 0.06em;
}

.hplink {
	display: block;
	margin: 30px 0 0;
}

.hplink a {
	display: block;
	color: #ccc;
	text-decoration: none;
}
.hplink a:hover {
	color: #ccc;
	text-decoration: none;
}

.hplink img {
	width: 180px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}




/************* トップページ *************/

.mvbox {
	width: 1000px;
	margin: 0 auto 24px;
	text-align: center;
	background: url(../images/common_bg.jpg);
	overflow:hidden;
	padding: 17px 0;
	height: 399px;

}

.pagenav {
	margin: 0 0 25px;
	padding: 6px 0;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

.pagenav ul {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
	border-left: 2px dotted #c81970;
}

.pagenav ul li {
	width: 198px;
	float: left;
	text-align: center;
	
	line-height: 130%;
	background: url(../images/common_arrow1.png) no-repeat center 58px;
}

.pagenav ul li a {
	font-weight: bold;
	color: #3c2d1d;
	text-decoration: none;
	font-size: 90%;
	display: block;
	border-right: 2px dotted #c81970;
}

.pagenav ul li:nth-child(1) a,
.pagenav ul li:nth-child(3) a,
.pagenav ul li:nth-child(5) a {
	padding: 22px 0 40px;
}

.pagenav ul li:nth-child(2) a,
.pagenav ul li:nth-child(4) a {
	padding: 12px 0 30px;
}

.pagenav ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.contentbox {
	width: 940px;
	margin: 35px auto 45px;
	padding: 18px 30px;
	background: url(../images/common_bg2.png) repeat-y top;
	position: relative;
}

.contentbox:before {
	display: block;
	content: "";
	width: 1000px;
	height: 11px;
	position: absolute;
	top: -11px;
	left: 0;
	background: url(../images/common_bg2_top.png) no-repeat left top;
}

.contentbox:after {
	display: block;
	content: "";
	width: 1000px;
	height: 11px;
	position: absolute;
	bottom: -11px;
	left: 0;
	background: url(../images/common_bg2_bottom.png) no-repeat left top;
}

.contentbox h2 {
	margin: 0 0 30px;
	padding: 0 0 25px 50px;
	font-size: 125%;
	background: url(../images/common_hbg1.png) no-repeat left top,url(../images/common_hline.png) no-repeat left bottom;
}

.contentbox .wrap {
	overflow:hidden;
}

.contentbox.img_l_about .img {
	width: 202px;
	float: left;
	margin: 10px 0 0 40px;
}

.contentbox.img_l_about .box {
	width: 626px;
	float: right;
}

.contentbox.img_l_about .box blockquote {
	margin: 0 0 15px;
	background: #f8f7f4;
	padding: 20px 20px 25px;
	font-size: 85%;
	line-height: 130%;
	color: #857151;
}

.contentbox.img_l_about .box .txt {
	font-size: 85%;
	line-height: 160%;
}

.contentbox.img_r .img {
	width: 261px;
	float: right;
}

.contentbox.img_r .box {
	font-size: 85%;
	line-height: 160%;
}

.contentbox.img_r .txt span {
	font-weight: bold;
} 

.contentbox.img_l_service .imgbox {
	width: 375px;
	float: left;
}

.contentbox.img_l_service .imgbox .img {
	margin: 0 0 20px;
}

.contentbox.img_l_service .box {
	width: 525px;
	float: right;
	font-size: 85%;
	line-height: 160%;
}

.contentbox.salary .txt {
	font-size: 85%;
	line-height: 160%;
	padding: 0 0 20px;
}

.access {
	margin: 60px 0;
}

.access h2 {
	text-align: center;
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 120%;
}

.access #gmap {
	width: 100%;
	height: 300px;
	margin: 0 0 30px;
}

.access .txt {
	width: 1000px;
	margin: 0 auto;
	font-size: 85%;
	line-height: 160%;
}


.google-maps {
position: relative;
padding-bottom: 40%; // これが縦横比
height: 0;
overflow: hidden;
margin: 0 0 30px 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


.facebook_area {
	width: 500px;
	margin: 0 auto 60px;
}

.fb-page {
	width: 400px;
	margin: 0 auto 60px;
}


.fb_iframe_widget {
	display: block !important;
	width: 100% !important;
}



.footnav {
	background: #ede0cc;
	padding: 57px 0 80px;
}

.footnav ul {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}

.footnav ul li {
	
	border: 7px solid #fff;
	
}

.footnav ul li a {
	width: 260px;
	color: #352f29;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.2em;
	display: block;
	text-align: center;
	padding: 25px 48px 25px 130px;
	text-decoration: none;
}

.footnav ul li a span {
	display: block;
	font-size: 50%;
	letter-spacing: 0.1em;
	margin: 12px 0 0;
}

.footnav ul li:first-child {
	float: left;
	background: url(../images/footer_faq.png) no-repeat 46px center;
}

.footnav ul li:last-child {
	float: right;
	background: url(../images/footer_contact.png) no-repeat 46px center;
}




/************* Q&A *************/

.subh {
	width: 1000px;
	margin: 20px auto 20px;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 0.1em;
	color: white;
	padding: 10px 0;
	background: url(../images/common_bg.jpg);
}

.bread {
	margin: 0 auto 15px;
	width: 1000px;
	font-size: 70%;
}

.bread .home {
	padding: 5px 0 5px 20px;
	background: url(../images/common_homeicon.png) no-repeat left center;
}

.pagenav2 {
	margin: 0 0 40px;
	padding: 6px 0;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

.pagenav2 ul {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
	border-left: 2px dotted #c81970;
}

.pagenav2 ul li {
	width: 333px;
	float: left;
	text-align: center;
	
	line-height: 130%;
	background: url(../images/common_arrow1.png) no-repeat center 58px;
}

.pagenav2 ul li a {
	font-weight: bold;
	color: #3c2d1d;
	text-decoration: none;
	font-size: 90%;
	display: block;
	border-right: 2px dotted #c81970;
	padding: 22px 0 40px;
}

.pagenav ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


.faqs {
	width: 1000px;
	margin: 0 auto 30px;
}

.faqs h3 {
	margin: 0 0 23px;
	padding: 0 0 0 40px; 
	font-size: 120%;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../images/common_hbg2.png) no-repeat 2px 1px;
}

.faqs ul {
	border: 10px solid #e0dfdc;
}

.faqs ul li {
	border-bottom: 10px solid #e0dfdc;
	background: white;
}

.faqs ul li:last-child {
	border-bottom: none;
}

.faqs ul li h4 {
	padding: 23px 28px 23px 78px;
	font-weight: 500;
	font-size: 110%;
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	background: url(../images/faq_q.png) no-repeat 25px center,url(../images/faq_arrow_off.png) no-repeat 95% center;
}

.faqs ul li h4.active {
	background: url(../images/faq_q.png) no-repeat 25px center,url(../images/faq_arrow_on.png) no-repeat 95% center;
}

.faqs ul li h4:hover {
	opacity:0.6;
}

.faqs ul li .box {
	
	margin: 0 0 0 78px;
	font-weight: 400;
	font-size: 80%;
	letter-spacing: 0.05em;
	line-height: 180%;
	border-top: 2px dotted #d6d6d6;
	display: none;
	
}

.faqs ul li .box p {
	background: url(../images/faq_a.png) no-repeat 0 20px;
	padding: 15px 28px 30px 53px;
}

.txt1 {
	font-weight: 500;
	font-size: 90%;
	width: 1000px;
	line-height: 220%;
	margin: 40px auto 100px;
}




/************* contact *************/

.contact .wrap {
	width: 1000px;
	margin: 0 auto 100px;
}

.contact .mv {
	margin: 0 0 40px;
}

.contact .telbox {
	text-align: center;
	margin: 0 auto 40px;
	width: 360px;
	border: 4px solid #c81970;
	padding: 10px 0 20px;
}

.contact .telbox h3 {
	font-weight: 500;
	margin: 0 0 5px;
	font-size: 80%;
	letter-spacing: 0.1em;
}

.contact .telbox p {
	font-size: 200%;
	color: #ec6b60;
	font-weight: 500;
}

.contact .telbox p a {
	color: #907961;
	text-decoration: none;
	pointer-events: none;
	padding: 0 0 0 40px;
	background: url(../images/common_telicon.png) no-repeat left center;
}

.contact .telbox span {
	display: block;
	line-height: 100%;
	text-align: center;
	font-size: 80%;
	margin: 10px 0 0;
}


.contact .txt2 {
	text-align: center;
	font-size: 80%;
	line-height: 160%;
	margin: 0 0 40px;
}

.contact .txt2 span {
	color: #cf0404;
}

.contact table {
	margin: 0 auto 40px;
}

.contact table th {
	width: 183px;
	font-size: 75%;
	font-weight: normal;
	text-align: right;
	padding: 10px;
	background: #e6e6e6;
	border: 5px solid #f2f1ef;
	vertical-align: top;
}

.contact table th span {
	color: #cf0404;
	margin: 0 2px 0 0;
}

.contact table td {
	font-size: 90%;
	font-weight: normal;
	padding: 10px 15px;
	background: #f6f6f6;
	border: 5px solid #f2f1ef;
}

.contact table td input[type="text"],.contact table td input[type="email"] {
	padding: 5px 0;
}

.contact table td input[type="text"].txtbox1 {
	width: 330px;
}
.contact table td input[type="text"].txtbox2 {
	width: 377px;
}
.contact table td input[type="text"].txtbox3 {
	width: 433px;
}
.contact table td input[type="text"].txtbox4 {
	width: 433px;
}
.contact table td input[type="text"].txtbox5 {
	width: 377px;
}
.contact table td input[type="email"] {
	width: 433px;
}
.contact table td textarea {
	width: 573px !important;
	height: 15em !important;
}


.contact button {
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #a6937c;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	opacity: 1;
}

.contact button:hover {
	opacity:0.7;
}



.thanksbox {
	text-align: center;
	padding: 30px 0;
	line-height: 200%;
	margin: 30px auto;
	width: 1000px;
	background: #f6f6f6;
	border: 1px solid #ccc;
}


