@charset "UTF-8";
/*------------------------------------------------------
 お問い合わせ
-------------------------------------------------------*/
.policy_box {
  font-size: 14px;
  padding: 20px;
  border: 1px solid #aaa;
  height: 200px;
  overflow: auto; }
  .policy_box ul {
    margin-left: 1.5em; }
    .policy_box ul p {
      margin: 0; }

/*------------------------------------------------------
 パスワード
-------------------------------------------------------*/
.post-password-form {
  text-align: center; }
  .post-password-form input[type="password"] {
    padding: 0.8em;
    border-radius: 0.3em;
    border: 1px solid #777;
    background: #fff;
    font-size: 18px; }
  .post-password-form input[type="submit"] {
    -webkit-appearance: none;
    padding: 0.6em 1.5em;
    background: #EF821D;
    font-weight: bold;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    margin: 10px; }

/*------------------------------------------------------
 採用情報
-------------------------------------------------------*/
.recruit-main {
  position: relative; }
  .recruit-main h1 {
    position: absolute;
    right: 0;
    top: 100px;
    background: white;
    padding: 0.3em 1em;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .recruit-main h1 {
        font-size: 18px; } }

body #metaslider-id-318 .flexslider .caption-wrap {
  background: #008565; }

body .metaslider .caption-wrap {
  position: absolute;
  bottom: 20%;
  left: 0;
  /* right: 0; */
  background: black;
  color: white;
  opacity: 1;
  margin: 0;
  display: block;
  width: auto;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 36px;
  padding: 0.3em 0.7em; }
  @media screen and (max-width: 768px) {
    body .metaslider .caption-wrap {
      font-size: 20px; } }

@media screen and (max-width: 768px) {
  body .metaslider .flexslider .slides img {
    height: 500px;
    object-fit: cover; } }
/*------------------------------------------------------
 駐車場のライン
-------------------------------------------------------*/
h3.parking {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: none;
  background: none;
  font-weight: bold;
  color: #2D8A00; }
  @media screen and (max-width: 768px) {
    h3.parking {
      font-size: 22px; } }
  h3.parking:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 2px;
    background-color: #2D8A00;
    position: relative; }
  h3.parking:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    margin-left: 10px;
    position: static;
    left: auto;
    bottom: auto;
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 2px;
    background-color: #2D8A00; }
  h3.parking.white {
    color: #fff; }
    h3.parking.white:before {
      background-color: #fff; }
    h3.parking.white:after {
      background-color: #fff; }
  h3.parking.orange {
    color: #ff8c00; }
    h3.parking.orange:before {
      background-color: #ff8c00; }
    h3.parking.orange:after {
      background-color: #ff8c00; }
