@charset "UTF-8";

/* table
----------------------------------------------- */
.rental {
  color: #7d0013;
}

.office {
  color: #226600;
}

.other {
  color: #7f5f00;
}

.charge tbody tr th,
.charge tbody tr td {
  padding: 12px 7px !important;
}

/* template
----------------------------------------------- */
.temp2 .thumb2 {
  float: right;
  margin-bottom: 10px;
  margin-right: 250px;
}

/* font
----------------------------------------------- */
h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.font_bold {
  font-weight: bold;
}

.stringR {
  text-align: right;
}

.stringC {
  text-align: center;
}

.stringCB {
  text-align: center;
  font-weight: bold;
}

.google_map iframe {
  width: 100%;
  margin-left: 0em !important;
}

.font_redB {
  color: #ee0000;
  font-weight: bold;
}

.padding_t20 {
  padding-top: 20px;
}

.center {
  margin: 0 auto !important;
}

.body .takumi p,
.cke_editable .takumi p {
  background: url("./images/z.jpg") no-repeat;
  line-height: 80px;
  padding-left: 3em;
}

.body .takumi p:first-child,
.cke_editable .takumi p:first-child {
  margin-left: 1em !important;
}

@media only screen and (max-width:600px) {

  .body .takumi p,
  .cke_editable .takumi p {
    padding: 1em 0.5em 1em 2.5em;
    line-height: normal;
    background-size: 100% 100%;
  }

  .body .takumi p a,
  .cke_editable .takumi p a {
    display: inline-block;
  }
}

/* link-btn
----------------------------------------------- */
.link-btn {
  background-color: #010050;
  border: 3px solid #010050;
  color: #fff;
  display: inline-flex;
  font-size: 120%;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
}

.link-btn:visited {
  background-color: #010050;
  color: #fff;
}

.link-btn:hover {
  background-color: #fff;
  color: #010050;
}

/* 労働情報・相談コーナー
----------------------------------------------- */
.job-corner {
  position: relative;
  padding: 30px;
  border: 2px solid #99d35b;
  border-radius: 40px;
  background-color: #e2f0d9;
  color: #002060;
  font-weight: bold;
  text-align: center;
}

.job-corner::after {
  content: "";
  position: absolute;
  right: 10px;
  top: -15px;
  width: 60px;
  height: 60px;
  background: url("./images/ic-leaf.svg") no-repeat left top;
  background-size: 100% auto;
}

.job-corner p {
  line-height: normal;
  margin: 0;
}

/*
.job-corner .place {
  font-size: 2rem;
}

.job-corner .title {
  font-size: 3rem;
}

.job-corner .free {
  color: #bb1a3a;
  font-size: 2rem;
}

.job-corner .support {
  color: #005fa3;
  font-size: 1.5rem;
}
*/
@media only screen and (max-width: 600px) {
  .job-corner {
    padding: 1em;
  }

  .job-corner::after {
    width: 40px;
    height: 40px;
  }

  .job-corner .place span,
  .job-corner .free span,
  .job-corner .support span {
    font-size: 1rem !important;
  }

  .job-corner .title span {
    font-size: 1.4rem !important;
  }
}

/* 労働情報・相談コーナー（チラシデザイン）
----------------------------------------------- */
.job-corner-decoration {
  position: relative;
  padding: 4em 0 1.5em;
  background-image: url("./images/job-corner/bg-header.svg"), url("./images/job-corner/bg-footer.svg"), linear-gradient(to bottom, #dcf59d 0%, #cdf89a 100%);
  background-position: left top, left -10px bottom, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 101% auto, 104% auto, auto;
  text-align: center;
}

.job-corner-decoration_container {
  margin-bottom: 1em;
  padding-bottom: 2em;
  background: url("./images/job-corner/bg-line.png") no-repeat center bottom / 95% auto;
}

.job-corner-decoration h2 {
  line-height: 1;
  margin: 0;
  background: none;
  font-size: 1.74rem;
  font-weight: 500;
  text-indent: -8em;
}

.job-corner-decoration h3 {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0 7em 0 6em;
  border: 0;
  background-image: url("./images/job-corner/bg-left.png"), url("./images/job-corner/bg-right.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  font-weight: 500;
}

.job-corner-decoration h3 .title {
  display: block;
  font-size: 4.87rem;
}

.job-corner-decoration h3 .about {
  display: block;
  margin-top: 0.5em;
  font-size: 1.15rem;
}

.job-corner-decoration .note {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 40px;
  min-width: 163px;
  min-height: 66px;
  line-height: 68px;
  margin: 0;
  padding: 0;
  background: url("./images/job-corner/bg-stump.png") no-repeat left top / 100% auto;
  font-size: 1.3rem;
  text-align: center;
  text-indent: -0.5em;
}

@media only screen and (max-width: 600px) {
  .job-corner-decoration {
    padding: 1em;
  }

  .job-corner-decoration h2 {
    font-size: 1.15rem;
    text-indent: 0;
  }

  .job-corner-decoration h3 {
    padding: 0;
    background-size: auto 55%, auto 55%;
    background-position: left top, right top;
  }

  .job-corner-decoration h3 .title {
    font-size: 1.4rem;
  }

  .job-corner-decoration h3 .about {
    font-size: 1rem;
  }

  .job-corner-decoration .note {
    right: -10px;
    top: -40px;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    padding: 1em 1.5em;
    background-size: 100% 100%;
    font-size: 1rem;
  }
}

/* 空室情報
----------------------------------------------- */
table#tbl_time,
#tbl_time th,
#tbl_time td {
  border: 1px solid #999;
}

#tbl_time th,
#tbl_time td {
  padding: 5px 14px;
  background-color: #eeeeff;
  white-space: nowrap;
  text-align: center;
}

#tbl_time thead th {
  padding: 5px;
  background: linear-gradient(to bottom, #ffed91 0%, #ffed91 70%, #ffc64e 99%);
}

#tbl_time .weekday,
#tbl_time .saturday,
#tbl_time .sunday {
  background: #eeeeff;
  border-bottom: 3px solid #999;
}

#tbl_time .saturday {
  border-bottom-color: #0000cc;
}

#tbl_time .sunday {
  border-bottom-color: #cc0000;
}

#tbl_time tbody th {
  text-align: left;
}

#tbl_time button {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: #357235 !important;
  font-weight: bold;
  text-align: left;
}