@charset "UTF-8";
@import url("reset.css");

.pc {
	display: inline;
}
table.pc {
	display: table;
}
.sp {
	display: none;
}
a, a:hover, a img, a:hover img {
	transition: all .3s ease-out;
}

body {
	background: #faf7ea url('../images/foot_bac.png') no-repeat center bottom;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#412900;
}
a:hover img {
	opacity:0.6;
}
a:hover {
	color:#D10003;
	}
hr{
	border:none;
	border-top:dashed 1px #d0c7a3;
	height:1px;
	margin-bottom:20px;
}
.align-right{
	text-align:right;	
}
.align-center{
	text-align:center;	
}
#bodyArea {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#bodyArea #headArea {
	background: url('../images/head_bac.png') no-repeat center top;
	overflow:hidden;
	margin-bottom:20px;
	position: relative;
}
#bodyArea #headArea #headBanner {
	width: 200px;
	height: 40px;
	position: absolute;
	left: 330px;
	top: 50px;
}
#bodyArea #headArea #headBanner a {
  display: block;
}
#bodyArea #headArea #headBanner a img {
	width: 100%;
	height: auto;
}
#bodyArea #headArea #headRight {
	width:435px;
	float:right;
}
#bodyArea #headArea #headRight h2 {
	background: url('../images/t_head_inquiry.png') no-repeat center 10px;
	height:34px;
	text-align:center;
	padding-top:20px;
}
#bodyArea #headArea #headRight ul {
	overflow:hidden;
}
#bodyArea #headArea #headRight ul #phone {
	background: url('../images/icon_phone.png') no-repeat left top;
	width:197px;
	float:left;
	padding-left:40px;
}
#bodyArea #headArea #headRight ul #phone a {
	font-size:24px;
	color:#bb0101;
	line-height:1em;
	text-decoration: none;
}
#bodyArea #headArea #headRight ul #phone span {
	display:block;
	font-size:12px;
	color:#412900;
}

#bodyArea #headArea #headRight ul #mail {
	background: url('../images/icon_mail.png') no-repeat left top;
	width:157px;
	float:left;
	padding-left:40px;
}
#bodyArea #headArea #headRight ul #mail a {
	text-decoration:none;
}
#bodyArea #headArea #headRight ul #mail a:hover {
	text-decoration:underline;
}
#bodyArea #headArea p {
	padding:10px 0 0 10px;;
}
#bodyArea #headArea h1 {
	padding:10px 0 0 10px;;
}
#bodyArea #gmenuArea {
	background: url('../images/gm_foot.png') no-repeat left bottom;
	overflow:hidden;
}
#bodyArea #gmenuArea ul {
	overflow:hidden;
	padding-left:50px;
}
#bodyArea #gmenuArea ul li {
	float:left;
	padding:0 25px 0 0;
	height:38px;
}

#bodyArea #footArea {
	padding:0 30px 0 30px;
}
#bodyArea #footArea ul {
	overflow:hidden;
	padding:10px 0 10px 0;
	border-top:1px dotted #4A330B;
	border-bottom:1px dotted #4A330B;
	margin-bottom:30px;
}
#bodyArea #footArea ul li {
	float:left;
	width:16%;
	text-align:center;
}
#bodyArea #footArea p {
}
#bodyArea #footArea p img{
	margin-bottom:10px;
}
#bodyArea #footArea address {
	padding-top:230px;
	padding-bottom:20px;
	font-size:10px;
	text-align:center;
}

/*TOP*/
#bodyArea #slideArea {
	margin-bottom:25px;
	padding-top:10px;
}
#bodyArea #carouselArea {
	background:#c8d7a7;
	padding: 0 0 20px 0;
	border-radius:5px;
	margin-bottom:25px;
	position:relative;
}
#bodyArea #carouselArea h2 {
	padding: 0 0 0 10px;
}
#bodyArea #carouselArea ul li {
	width: auto !important;
	margin-right:20px;
	overflow:hidden;
}
#bodyArea #carouselArea ul li img {
	width: auto;
	height:180px!important;
}
#bodyArea #carouselArea #slider-prev {
	position:absolute;
	left:15px;
	top:48px;
}
#bodyArea #carouselArea #slider-next {
	position:absolute;
	right:15px;
	top:48px;
}
#bodyArea #carouselArea a:hover img {
	opacity:0.6;
}

#bodyArea #contentsTopWrap {
	overflow:hidden;
	padding:0 30px 0 30px;
	margin-bottom:30px;
}
#bodyArea #contentsTopWrap #contentsLeft {
	float:left;
	width:720px;
}
#bodyArea #contentsTopWrap #contentsLeft h2 {
	margin-bottom:15px;
}
#bodyArea #contentsTopWrap #contentsLeft ul {
	width:720px;
	overflow:hidden;
}
#bodyArea #contentsTopWrap #contentsLeft ul li {
	float:left;
	margin:0 20px 10px 0;
}
#bodyArea #contentsTopWrap #contentsRight {
	float:left;
	width:220px;
}
#bodyArea #contentsRight #newsArea {
	background: url('../images/bac_topnews.png') no-repeat left top;
	height:295px;
	margin:0 0 10px 0;
	border-radius: 5px;
}

#bodyArea #contentsRight #newsArea h2 {
	font-size:18px;
	padding:15px 0 10px 55px;
}
#bodyArea #contentsRight #newsArea dl {
	padding:15px;
}
#bodyArea #contentsRight #newsArea dl dt {
	font-size:10px;
	color:#fff;
}
#bodyArea #contentsRight #newsArea dl dt span {
	font-size:10px;
	color:#412900;
}
#bodyArea #contentsRight #newsArea dl dt:nth-of-type(n+2) {
	margin-top: 10px;
}
#bodyArea #contentsRight #newsArea dl dd {
	font-size:14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bodyArea #contentsRight #newsArea p {
	text-align:right;
	padding:5px;
}
#bodyArea #contentsRight .bannerArea {
}
#bodyArea #contentsRight .bannerArea li {
	margin:0 0 10px 0;
}
/*templete*/
#bodyArea #contentsWrap {
	overflow:hidden;
	padding:0 30px 0 30px;
	margin-bottom:30px;
}
#bodyArea #contentsWrap #contentsLeft {
	float:left;
	width:700px;
	margin-right:20px;
	font-size:14px;
}
#bodyArea #contentsWrap #contentsRight {
	float:left;
	width:220px;
}
#bodyArea #contentsRight #localMenu {
	margin:0 0 15px 0;
}
#bodyArea #contentsRight #localMenu li {
	margin:0 0 5px 0;
}
#bodyArea #contentsWrap #contentsLeft #breadcrumb {
	text-align:right;
}
#bodyArea #contentsWrap #contentsLeft h1 {
	margin-bottom:20px;
	font-size:24px;
	color:#5b7620;
}
#bodyArea #contentsWrap #contentsLeft h2, #contentsLeft .title {
	border:1px solid #d0c7a3;
	background:#eeebdf url(../images/bul_h2.png) no-repeat left center;
	padding:10px 10px 10px 20px;
	margin-bottom:20px;
	color:#5b7620;
	font-size:18px;
	display: block;

	clear:both;
}
#contentsLeft .title.sp {
	display: none;
}
#bodyArea #contentsWrap #contentsLeft h2 span {
	display:inline-block;
	margin:0 0 15px 0;
	padding:5px;
	background:#65512F;
	font-size:12px;
	border-radius:3px;
	color:#FFFFFF;
	text-align:center;
	float:right;
}
#bodyArea #contentsWrap #contentsLeft h3 {
	color:#5b7620;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
}
#bodyArea #contentsWrap #contentsLeft h4 {
	margin-bottom:10px;
	font-weight:bold;
}
#bodyArea #contentsWrap #contentsLeft h5 {
	margin-bottom:10px;
}
#bodyArea #contentsWrap #contentsLeft p {
	margin-bottom:20px;
}
#bodyArea #contentsWrap #contentsLeft table {
	width: 700px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-bottom:20px;
}
#bodyArea #contentsWrap #contentsLeft th {
	margin-bottom:20px;
	padding: 5px;
	background-color: #cbc29a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #412900;
	text-align:center;
}
#bodyArea #contentsWrap #contentsLeft td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom:20px;
	text-align:center;
}
#bodyArea #contentsWrap #contentsLeft td.left {
	text-align:left !important;
}

#bodyArea #contentsWrap #contentsLeft ul {
	margin-left:30px;
	margin-bottom:20px;
	list-style-type:disc;
}
#bodyArea #contentsWrap #contentsLeft ul li {
	margin:0 5px 5px 0;
}
#bodyArea #contentsWrap #contentsLeft ul.pdfList {
	margin-left:30px;
	margin-bottom:20px;
}
#bodyArea #contentsWrap #contentsLeft ul.pdfList li {
	background:url('../images/icon_pdf_pc.png') no-repeat left center;
	padding:15px 0 15px 40px;
	list-style-type:none;
	margin:0;
}
#bodyArea #contentsWrap #contentsLeft .photoSingle {
	float:left;
	width:340px;
	margin-right:20px;
}
#bodyArea #contentsWrap #contentsLeft .photoSingle.right {
	margin-right:0;
}

#bodyArea #contentsWrap #contentsLeft .photoDouble ul.photoList {
	margin-left:0;
	margin-bottom:20px;
	overflow:hidden;
}


#bodyArea #contentsWrap #contentsLeft ul.photoList {
	margin-left:0;
	margin-bottom:20px;
	overflow:hidden;
}
#bodyArea #contentsWrap #contentsLeft ul.photoList li {
	width: 320px;
	/*height:240px;*/
	overflow: hidden;
	float: left;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 20px;
	background: #fff;
}
#bodyArea #contentsWrap #contentsLeft ul.photoList li.right {
	margin:0 0 10px 0;
}

#bodyArea #contentsWrap #contentsLeft ul.photoList li img {
	width:320px;
	height:auto;
}
#bodyArea #contentsWrap #contentsLeft div.photoRight {
	width:200px;
	/*height:140px;*/
	float:right;
	padding: 10px;
	border:1px solid #ccc;
	margin:0 10px 20px 20px;
	background:#fff;
}
#bodyArea #contentsWrap #contentsLeft div.photoRight img {
	width:200px;
	height:auto;
}
#bodyArea #contentsWrap #contentsLeft div.newsphotoRight {
	width:300px;
	/*height:140px;*/
	float:right;
	padding: 10px 10px 10px 10px;
	border:1px solid #ccc;
	margin:0 10px 20px 20px;
	background:#fff;
}
#bodyArea #contentsWrap #contentsLeft div.newsphotoRight img {
	width:300px;
	height:auto;
	margin-bottom:0px;
}
#bodyArea #contentsWrap #contentsLeft div.newsphotoRight p {
	line-height:1em;
	margin-bottom:10px;
}

#bodyArea #contentsWrap #contentsLeft #outlineArea {
	background:#e3ecd0;
	padding: 20px;
	border-radius:5px;
	margin-bottom:20px;
}
#bodyArea #contentsWrap #contentsLeft #outlineArea h3 {
	margin-bottom:5px;
}
#bodyArea #contentsWrap #contentsLeft #outlineArea p {
	margin-bottom:10px;
}
#bodyArea #contentsWrap #contentsLeft #detailArea {
	background:#ebe6d2;
	padding:20px;
	margin-bottom:10px;
	border-radius:10px;
	overflow:hidden;
	clear:both;
}

#bodyArea #contentsWrap #contentsLeft #detailArea h2 {
	border:none;
	background:none;
	padding:0 0 10px 0;
	margin-bottom:20px;
	color:#5b7620;
	font-size:18px;
}
#bodyArea #contentsWrap #contentsLeft #detailArea #mapArea {
	width:280px;
	float:right;
	margin-left:20px;
}
#bodyArea #contentsWrap #contentsLeft #detailArea table {
	width:360px;
}
#bodyArea #contentsWrap #contentsLeft #detailArea table tbody tr th {
}
#bodyArea #contentsWrap #contentsLeft #detailArea table tbody tr td {
	text-align:left;
}
#bodyArea #btnTop {
	width:110px;
	height:110px;
	position:fixed;
	right:10px;
	bottom:10px;
}
#bodyArea #contentsWrap #contentsLeft dl#houtoAccess {
	margin-bottom:20px;
	overflow:hidden;
}
#bodyArea #contentsWrap #contentsLeft dl#houtoAccess dt {
	width:160px;
	float:left;
	clear:both;
	margin-bottom:15px;
	background:#4A330B;
	margin-right:20px;
	padding:5px;
	color:#fff;
	border-radius:5px;
	font-size:12px;
	text-align:center;
}
#bodyArea #contentsWrap #contentsLeft dl#houtoAccess dd {
	width:500px;
	float:left;
	margin-bottom:15px;
}
#bodyArea #contentsWrap #contentsLeft #mapWrap {
	overflow:hidden;
	margin-bottom:20px;
}
#bodyArea #contentsWrap #contentsLeft #mapNavi {
	float:left;
	width:100px;
}
#bodyArea #contentsWrap #contentsLeft #mapNavi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#bodyArea #contentsWrap #contentsLeft #mapNavi ul li {
	margin:0 0 5px 0;
}
#bodyArea #contentsWrap #contentsLeft #mapNavi ul li a{
	display:block;
	width:100px;
	height:87px;
}
#bodyArea #contentsWrap #contentsLeft #mapNavi ul li.minus {
	/*background:url('../images/btn_mapwide_on.png') no-repeat left center;*/
}
#bodyArea #contentsWrap #contentsLeft #mapNavi ul li.minus a {
}
#bodyArea #contentsWrap #contentsLeft #mapNavi ul li.plus {
	background:url('../images/btn_mapzoom.png') no-repeat left center;
}
#bodyArea #contentsWrap #contentsLeft #mapNavi ul li.plus a {
}
#bodyArea #contentsWrap #contentsLeft #mapBody {
	float:left;
	width:600px;
	height:540px;
	background:url('../images/map_wide.png') no-repeat right center;
}
#bodyArea #contentsWrap #contentsLeft #mapBody .zoom {
}
#bodyArea #contentsWrap #contentsLeft table#recruitList {
	width: 700px;
	background-color:transparent;
	margin-bottom:30px;
}
#bodyArea #contentsWrap #contentsLeft table#recruitList th {
	margin-bottom:20px;
	padding: 5px;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cdc59e;
	text-align:left;
	font-weight:bold;
}
#bodyArea #contentsWrap #contentsLeft table#recruitList td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cdc59e;
	text-align:left;
}
#bodyArea #contentsWrap #contentsLeft table#outLineTable {
	width: 700px;
	background-color:transparent;
	margin-bottom:30px;
}
#bodyArea #contentsWrap #contentsLeft table#outLineTable th {
	margin-bottom:20px;
	padding: 5px;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cdc59e;
	text-align:left;
	font-weight:bold;
	width:120px;
}
#bodyArea #contentsWrap #contentsLeft table#outLineTable td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cdc59e;
	text-align:left;
}
#bodyArea #contentsWrap #contentsLeft table#historyTable {
	width: 700px;
	margin-bottom: 10px;
	background-color:transparent;
	margin-bottom:20px;
}
#bodyArea #contentsWrap #contentsLeft #historyTable th {
	margin-bottom:20px;
	padding: 10px;
	background-color: #cbc29a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	color: #412900;
	text-align:left;
	width:120px;
}
#bodyArea #contentsWrap #contentsLeft #historyTable td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbc29a;
	margin-bottom:20px;
	text-align:left;
}
#bodyArea #contentsWrap #contentsLeft #historyTable td img {
	float:right;
	width:100px;
	height:auto;
}
#bodyArea #contentsWrap #contentsLeft table#formTable {
	width: 700px;
	margin-bottom: 10px;
	background-color: #F3F0E4;
	margin-bottom: 20px;
}
#bodyArea #contentsWrap #contentsLeft #formTable th {
	margin-bottom:20px;
	padding: 10px;
	background-color: #cbc29a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbc29a;
	color: #412900;
	text-align:left;
	width:150px;
}
#bodyArea #contentsWrap #contentsLeft #formTable th span {
	color:#cc0000;
}

#bodyArea #contentsWrap #contentsLeft #formTable td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbc29a;
	margin-bottom:20px;
	text-align:left;
}
#bodyArea #contentsWrap #contentsLeft #newsList {
	padding:15px;
}
#bodyArea #contentsWrap #contentsLeft #newsList dt {
}
#bodyArea #contentsWrap #contentsLeft #newsList dd {
	font-size:16px;
	margin-bottom:15px;
}
#bodyArea ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
	clear: both;
}

#bodyArea ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#bodyArea ul.pageNav01 li span,
#bodyArea ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

#bodyArea ul.pageNav01 li a:hover {
	background: #b3a977;
	border-color: #bbb;
}
#bodyArea #contentsWrap #contentsLeft .recruitCatch {
	font-size:18px;
}
#bodyArea #contentsWrap #contentsLeft .recruitContact {
	border:1px solid #CFC7A2;
	padding:10px;
	font-size:18px;
	margin-bottom:40px;
}
#bodyArea #contentsWrap #contentsLeft .recruitBtn {
	width:200px;
	text-align:center;
	background:#B5A868;
	padding:10px;
	border-radius:5px;
	margin:0 0 50px 0;
}
#bodyArea #contentsWrap #contentsLeft .recruitBtn a {
	color:#412900;
}
#bodyArea #contentsWrap #contentsLeft .recruitBtn a:hover {
	text-decoration:none;
}
.btnSubmit span {
	margin-bottom: 10px;
	display: block;
}
.btnSubmit input {
	padding: 10px 30px;
}

/*online
-------------------------------------------------------*/
.red {
	color: #aa0000;
}
#flow {
	margin: 0 !important;
	padding: 0 !important;
}
#flow * {
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
#bodyArea #contentsWrap #contentsLeft #flow > li {
  margin: 0;
}
#flow > li {
	background: #f2e9c2;
	padding: 20px;
	list-style: none;
	border-radius: 5px;
	
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#flow > li:nth-of-type(n+2) {
	margin-top: 20px !important;
}
#flow > li figure {
	margin: 0;
	padding: 0;
}
#flow > li figure img {
	width: 100%;
	height: auto;
}
#flow > li > .img img {
	display: block;
}
#flow > li > .note {
	width: 460px;
}
#flow > li h3 {
	font-size: 24px;
}
#bodyArea #contentsWrap #contentsLeft #flow > li p {
	margin-bottom: 0px;
}
#flow > li > .note p {
	margin-left: 30px;
}
#flow > li > .img, #flow > li .column3 img {
	width: 180px;
}
#flow > li .note.wide {
	width: 530px;
}
#flow > li > .img.qr {
	background: #ffffff;
	width: 110px;
	padding: 10px;
}
#flow > li > .img img:nth-of-type(n+2) {
	margin-top: 10px;
}
#flow > li .column3 {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#flow > li .column3 > * {
	width: 30%;
	margin-top: 20px;
	text-align: center;
}
#flow > li .column3 > *:not(:nth-of-type(3n+1)) {
	margin-left: 5%;
}
#flow > li figcaption {
	margin-top: 5px;
	font-size: 13px;
}
