@charset "UTF-8";
/* break point
============================================= */
/* theme
============================================= */
/* common
============================================= */
/* shot flex */
/* css3 */
/* animation */
/* easeing */
/* http://www.knockknock.jp/archives/184 */
/* Original
============================================= */
/* ============================================================
 init
============================================================ */
body {
  color: #1d1d1d;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "Meiryo","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
}

#wrap {
  position: relative;
  min-width: 1024px;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  zoom: 1;
}

@media screen and (max-width: 737px) {
  #wrap {
    min-width: 300px;
    width: 100%;
  }
}

/* tag
------------------------------------------------------------ */
img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* link
------------------------------------------------------------ */
a {
  color: #1d1d1d;
  overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.rollOpa:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a.line {
  text-decoration: underline;
}

a.line:hover {
  text-decoration: none;
}

a.wrapOver {
  position: relative;
}

a.wrapOver:hover:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0.2);
}

/* class
------------------------------------------------------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

input {
  vertical-align: middle;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
  position: relative;
  zoom: 1;
}

.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
  content: "";
  display: block;
  clear: both;
}

.box,
.cell {
  float: left;
}

.box.right,
.cell.right {
  float: right;
}

.spElement {
  display: none;
}

@media screen and (max-width: 737px) {
  .spElement {
    display: block;
  }
  br.spElement {
    display: inline;
  }
  .pcElement {
    display: none;
  }
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 737px) {
  .inner {
    width: auto;
    margin: 0 15px;
  }
}

/* header
============================================================ */
header {
  min-width: 1024px;
  width: 100%;
}

header .logoRow .logoWrap {
  padding: 12px 20px;
  float: left;
  width: 250px;
}

header .logoRow .logoWrap img {
  height: 46px;
  width: auto;
  display: block;
}

header .logoRow .infoWrap {
  width: 390px;
  float: right;
  text-align: right;
  padding: 18px 20px 0 0;
  font-weight: 700;
}

header .logoRow .infoWrap a {
  color: #444444;
}

header .logoRow .infoWrap .telWrap {
  font-size: 12px;
}

header .logoRow .infoWrap .telWrap a {
  line-height: 1;
  font-size: 24px;
  letter-spacing: -2px;
  background-repeat: no-repeat;
  background-position: left center;
}

header .logoRow .infoWrap .telWrap a span {
  font-size: 12px;
  letter-spacing: normal;
}

header .logoRow .infoWrap .telWrap .tel,
header .logoRow .infoWrap .telWrap .spTel {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1px;
}

header .logoRow .infoWrap .telWrap .tel {
  padding-left: 26px;
  background-image: url(../img/icon/icon_tel_01.png);
}

header .logoRow .infoWrap .telWrap .spTel {
  padding-left: 16px;
  background-image: url(../img/icon/icon_tel_02.png);
}

header .logoRow .infoWrap .telWrap a + a {
  margin-left: 12px;
}

header .logoRow .infoWrap .timeWrap {
  color: #444444;
  margin-top: 5px;
  font-size: 12px;
}

header .navRow {
  background-color: #009944;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

header .navRow ul {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
}

header .navRow li {
  width: 16.6%;
  list-style: none;
  border-right: 1px solid #fff;
}

header .navRow li a {
  display: block;
  color: #fff;
  text-align: center;
  height: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .navRow li a span {
  padding-left: 40px;
  background-image: url(../img/icon/icon_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  text-align: left;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 700;
}

header .spNavMenu {
  display: none;
}

@media screen and (min-width: 738px) {
	.dji {float: right; width: 280px; box-sizing: border-box;}
	.dji a {display: block;}
	.dji a:hover {opacity: .8;}
	.dji img {vertical-align: middle; margin: 0 2%;}
	.dji p {letter-spacing: 0.05em; font-size: .9em; margin: 6% auto;}
}
@media screen and (max-width: 737px) {
  header {
    min-width: 320px;
    position: relative;
  }
  header .logoRow {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  }
  header .logoRow .logoWrap {
    padding: 8px 10px 7px;
    width: 150px;
  }
  header .logoRow .logoWrap img {
    height: 28px;
  }
  header .logoRow .infoWrap {
    display: none;
  }
  header .spNavMenu {
    display: block;
    width: 44px;
    height: 44px;
    float: right;
  }
  header .spNavMenu button {
    display: block;
    height: 44px;
    width: 44px;
    border: none;
    background: none;
    background-color: #009944;
    box-sizing: border-box;
    padding: 21px 10px;
  }
  header .spNavMenu button .bar {
    display: block;
    width: auto;
    height: 2px;
    background-color: #fff;
    position: relative;
  }
  header .spNavMenu button .bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 0;
  }
  header .spNavMenu button .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0;
  }
  header .navRow {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    background-color: rgba(0, 153, 68, 0.95);
    box-shadow: none;
    padding: 60px 10vw;
    z-index: -10;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  header .navRow:before {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navRow:after {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navRow .inner {
    margin-left: 0;
    margin-right: 0;
  }
  header .navRow.open {
    opacity: 1;
    z-index: 10;
  }
  header .navRow ul {
    display: block;
    margin: 0;
    padding: 0;
    border-left: none;
    border-top: 1px solid #fff;
  }
  header .navRow li {
    width: auto;
    list-style: none;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  header .navRow li a {
    height: auto;
    display: block;
    padding: 11px 0;
    opacity: 1;
  }
  header .navRow li a:hover:after {
    display: none;
  }
  header .navRow li a span {
    padding-left: 0;
    background: none;
    height: auto;
    font-size: 15px;
    line-height: 1.5;
  }
	.dji {display: inline-block; float: right;}
	.dji p {margin: 4px 8px 0 0; display: flex;}
	.dji a {display: inline-block;}
	.dji span {display: none;}
}

.mainClass {
  padding-bottom: 120px;
}

@media screen and (max-width: 737px) {
  .mainClass {
    padding-bottom: 60px;
  }
}

/* footer
============================================================ */
footer {
  margin-top: 44px;
  min-width: 1024px;
  background-color: #bfbfbe;
  padding-bottom: 40px;
  position: relative;
}

footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  bottom: 100%;
  background-image: url(../img/footer/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100% 44px;
}

footer ul {
  font-size: 0;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}

footer ul li {
  display: inline-block;
}

footer ul li + li {
  border-left: 1px solid #1d1d1d;
}

footer ul li a {
  display: block;
  font-size: 14px;
  padding: 0 12px;
  color: #1d1d1d;
  line-height: 1;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer .copy {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 737px) {
  footer {
    min-width: 320px;
    margin-top: 8px;
    padding-bottom: 14px;
    padding-top: 12px;
  }
  footer:before {
    top: -8px;
    background-image: url(../img/footer/bg_01_sp.png);
    background-size: 100% 8px;
  }
  footer ul {
    margin-bottom: 23px;
  }
  footer ul li a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 1.2;
  }
  footer .copy {
    font-size: 10px;
  }
}

/* pageTop
------------------------------------------------------------ */
.pageTop {
  position: fixed;
  width: 92px;
  height: 92px;
  bottom: 30px;
  right: 10px;
  display: block;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 10;
}

.pageTop.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pageTop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 737px) {
  .pageTop {
    width: 46px;
    height: 46px;
    bottom: 30px;
    right: 10px;
  }
}

/* #spNav
============================================================ */
/* headings
========================================================= */
.logoHd {
  padding-top: 56px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  background-image: url(../img/icon/icon_logo_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 70px auto;
  margin: 50px 0;
}

@media screen and (max-width: 737px) {
  .logoHd {
    padding-top: 41px;
    font-size: 23px;
    background-size: 50px auto;
    margin: 30px 0 20px;
  }
}

.grHd01 {
  border-radius: 6px;
  background-color: #b09101;
  background-image: linear-gradient(to right, #b09101, #fff);
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 12px 32px 11px;
  text-shadow: #b09101 2px 0px, #b09101 -2px 0px, #b09101 0px -2px, #b09101 0px 2px, #b09101 2px 2px, #b09101 -2px 2px, #b09101 2px -2px, #b09101 -2px -2px, #b09101 1px 2px, #b09101 -1px 2px, #b09101 1px -2px, #b09101 -1px -2px, #b09101 2px 1px, #b09101 -2px 1px, #b09101 2px -1px, #b09101 -2px -1px;
}

@media screen and (max-width: 737px) {
  .grHd01 {
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 5px 10px 4px;
  }
}

.desc {
  font-size: 16px;
}

@media screen and (max-width: 737px) {
  .desc {
    font-size: 13px;
  }
}

/* arrows
======================================= */
/* list
======================================= */
/* table
======================================= */

/*# sourceMappingURL=base.css.map */

.cont ul li a:hover {color:#2f965d;}
.rent {float:right; font-size: .9em; position: absolute; top: 0; padding: 2em 0; left: 250px;}
.rent:before {content: "NEW"; background: #E60012; color: #fff; font-size: .9em; padding: 0 1em; margin-right: .5em;}

@media screen and (max-width: 1279px) {
    .rent {display: none}
}