@charset "UTF-8";
/*------------------------------------------------------------info*/
.infobox {
	margin-bottom: 15px;
}
.infobox table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.infobox table th, .infobox table td {
	border: 1px dotted #9f9a98;
	padding: 10px;
	vertical-align: top;
}
.infobox table th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	background: url(../img/common_img/bg_green.gif) repeat;
}
.infobox table td {
	background: rgba(255,255,255,0.5);
}
.infobox .imgbox {
	margin-bottom: 10px;
}
.infobox .imgbox img {
	width: 100%;
	height: auto;
}
.infobox .access {
	background: #fff;
	padding: 10px;
}
.infobox iframe {
	width: 100%;
	height: 240px;
}
@media print, screen and (min-width:560px) {
.infobox {
	margin-bottom: 20px;
}
.infobox table {
	width: 55%;
	float: left;
	margin-bottom: 15px;
}
.infobox .imgbox {
	width: 43%;
	float: right;
	margin-bottom: 15px;
}
}
@media print, screen and (min-width:768px) {
.infobox {
	margin-bottom: 30px;
}
.infobox table {
	margin-bottom: 20px;
}
.infobox .imgbox {
	margin-bottom: 20px;
}
.infobox iframe {
	width: 100%;
	height: 360px;
}
}
/*------------------------------------------------------------recruit*/
#contactbox {
	margin-top:15px;
	border: 2px solid #3d401d;
	padding: 4px;
}
#contactbox p.comment {
	line-height: 150%;
	color: #fff;
	padding: 10px;
	background: #3d401d;
	margin-bottom: 4px;
}
#contactbox dl {
	text-align: center;
	padding: 6% 6% 0 6%;
	background: #fff;
	overflow: hidden;
}
#contactbox dl dd {
	width: 47%;
	float: left;
	margin: 0 6% 6% 0;
}
#contactbox dl dd:nth-child(2), #contactbox dl dd:nth-child(4) {
	margin-right: 0;
}
#contactbox dl dd img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:480px) {
#contactbox dl {
	text-align: center;
	padding: 3% 3% 0 3%;
	background: #fff;
	overflow: hidden;
}
#contactbox dl dd {
	width: 22.75%;
	float: left;
	margin: 0 3% 3% 0;
}
#contactbox dl dd:nth-child(2) {
	margin-right: 3%;
}
}
@media print, screen and (min-width:560px) {
#contactbox p.comment {
	text-align: center;
}
}
@media print, screen and (min-width:768px) {
#contactbox p.comment {
	font-size: 16px;
}
}
.pulldown_wrap {
  border-top: 4px solid #3d401d;
  border-bottom: 4px solid #3d401d;
  padding: 25px 0;
  margin: 52px 0;
  position: relative;
}
.pulldown_wrap:before {
  content: "";
  width: 100%;
  height: calc(100% - 6px);
  border-top: 2px solid #879025;
  border-bottom: 2px solid #879025;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pulldown {
  position: relative;
  cursor: pointer;
}
.pulldown::before {
  content: '';
  width: 17px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(0deg);
  transition: .5s;
  z-index: 2;
}
.pulldown::after {
  content: '';
  width: 17px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-90deg);
  transition: .5s;
  z-index: 2;
}
.pulldown.open::after {
  transform: translateY(-50%) rotate(0deg);
  transition: .5s;
}
.pulldown_title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #879025;
	padding: 8px 15px;
  position: relative;
}
.pulldown_title:before {
  content: "";
  width: 50px;
  height: 100%;
  background: #3d401d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.pulldown span {
  position: relative;
}
.pulldown_area {
  display: none;
  margin: 15px 0 0;
}
@media print, screen and (min-width:768px) {
  .pulldown_wrap {
    margin: 75px 0;
  }
  .pulldown::before {
    width: 20px;
    height: 3px;
    top: 50%;
    right: 15px;
  }
  .pulldown::after {
    width: 20px;
    height: 3px;
    right: 15px;
  }
}