@charset "utf-8";

body {
  background-color: #041309;
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
a {
  color: #ccc;
  text-decoration: underline;
}
a:hover {
  color: #aaa;
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
li {
  list-style-type: none;
}

/* clearfix
---------------------------------------- */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
.clearfix {
  *zoom: 1;
}

/* common style
---------------------------------------- */
.left { float: left; }
.right { float: right; }
.return { clear: left; }
.clear { clear: both;}
.tac { text-align: center; }
.mb0 { margin-bottom: 0 !important; }
.mb20 { margin-bottom: 20px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important; }
.fwb { font-weight: bold; }
em,
.col-yellow {
  color: #d1aa00;
  font-style: normal;
}

/* Layout
---------------------------------------- */
.container {
  margin: 0 auto;
  width: 940px;
  position: relative;
}

/* Header
---------------------------------------- */
#header {
  padding-top: 30px;
  padding-bottom: 27px;
  border-bottom: 1px solid #434343;
  margin-bottom: 40px;
}
.logo {
  float: left;
}
.gnav {
  float: right;
  padding-top: 17px;
  font-family: 'PT Sans Narrow', sans-serif;
  overflow: hidden;
}
.gnav li {
  float: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: center;
  border-left: 1px solid #7d7d7d;
}
.gnav li:last-child {
  border-right: 1px solid #7d7d7d;
}
.gnav li a {
  text-decoration: none;
  display: block;
  padding: 0 20px;
}
.gnav li span {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
}
.gnav li:hover,
.gnav li.active {
  border-bottom: 2px solid #589820;
}
.gnav li a:hover {
  color: #ccc;
}
.btn_contact {
  position: fixed;
  top: 150px;
  right: 30px;
  z-index: 1;
}

/* Footer
---------------------------------------- */
.footer {
  background: url(../images/common/line_footer.png) repeat-x top left #092612;
  margin-top: 100px;
  padding: 28px 0 38px;
  overflow: hidden;
}
.footer a {
  text-decoration: none;
}
.pagetop a {
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 0.05em;
  display: block;
}
.pagetop i {
  font-size: 18px;
  display: block;
}
.fnav {
  padding: 40px 0;
  overflow: hidden;
}
.fnav ul {
  position: relative;
  left: 50%;
  float: left;
}
.fnav ul li {
  float: left;
  line-height: 1;
  border-right: 1px solid;
  position: relative;
  left: -50%;
}
.fnav ul li:last-child {
  border: none;
}
.fnav ul li a {
  display: block;
  padding: 0 1.5em;
}
.copyright {
  font-size: 11px;
  text-align: center;
}

/* Each page
---------------------------------------- */
.pagettl h2 {
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 0.05em;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 45px;
}
.pagettl h2 span {
  display: block;
  font-size: 14px;
  line-height: 0;
}
.subttl {
  font-size: 18px;
  margin-bottom: 10px;
}
.subttl::before {
  font-family: FontAwesome;
  content: '\f1db';
  padding-right: 0.3em;
  font-weight: normal;
  color: #782430;
}
.btn {
  width: 230px;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btn a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 0.05em;
  background: #092612;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: block;
  padding: 15px 0;
}
.btn a::after {
  font-family: FontAwesome;
  content: '\f101';
  padding-left: 0.5em;
  font-weight: normal;
}
.btn.btn_back {
  bottom: 0;
  position: relative;
}
.btn.btn_back a::after {
  content: none;
}
.btn.btn_back a::before {
  font-family: FontAwesome;
  content: '\f104';
  padding-right: 0.5em;
  font-weight: normal;
}
.btn a:hover {
  color: #fff;
  border-color: #fff;
}
.container section {
  margin-bottom: 70px;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.flexbox.col-2 section,
.flexbox.col-2 div {
  width: 460px;
}
.flexbox.col-3 {
  flex-wrap: wrap;
}
.flexbox.col-3 li {
  width: 300px;
  margin-bottom: 70px;
  position: relative;
}
.flexbox.col-3 li:nth-child(3n+2):last-child {
  margin-right: 320px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table th,table td {
  border: 1px solid #707070;
  padding: 10px 20px;
}
table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: #092612;
  white-space: nowrap;
}

/* Home
---------------------------------------- */
.home #header {
  border: none;
  padding-bottom: 0;
  margin-bottom: 27px;
}
.top-main {
  text-align: center;
  margin-bottom: 55px;
}
.top-cont {
  padding-bottom: 80px;
}
.top-cont div {
  width: 300px;
  position: relative;
}
.top-cont h2 {
  background: url(../images/common/circle50.png) no-repeat center top;
  padding-top: 50px;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 45px;
}
.top-cont h2 span {
  display: block;
  font-size: 14px;
  line-height: 0;
}
.top-cont img {
  margin-bottom: 5px;
}
.top-cont h3 {
  font-size: 14px;
  line-height: 1.75;
}
.home .topics-window {
  height: 300px;
}

/* Sale
---------------------------------------- */
.password-info {
  overflow: hidden;
  padding: 20px;
  background: #092612;
  border: 1px solid #707070;
  margin-bottom: 50px;
}
.password-info p,
.password-info i {
  display: inline-block;
  vertical-align: middle;
}
.password-info i {
  color: #782430;
  font-size: 32px;
  padding-right: 10px;
}
.housettl {
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 45px;
}
.housettl span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.2em;
  background: #092612;
  border: 1px solid #707070;
  font-weight: normal;
  margin-right: 20px;
  margin-top: 3px;
  line-height: 1;
  padding: 4px 13px;
  border-radius: 3px;
  vertical-align: text-top;
}
.saletop {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.saletop p {
  border: 1px solid #707070;
  padding: 10px;
  margin-bottom: 20px;
}
.saletop img {
  display: block;
  margin-bottom: 10px;
  width: 440px;
}
.flexbox.img-list li {
  margin-bottom: 25px;
}
.map.salemap {
  margin: 20px 0 10px;
  height: 300px;
}
.address {
  margin-bottom: 45px;
}
.btn-dl {
  width: 300px;
  height: 50px;
  margin: 45px auto;
  border-radius: 10px;
  border: 1px solid #bfbfbf;
  overflow: hidden;
}
.btn-dl a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.btn-dl a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #589820;
  z-index: -2;
}
.btn-dl a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: -2% -10% 0;
  background: #40761c;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: -1;
}
.btn-dl a:hover:before {
  background: #40761c;
}
.btn-dl a:hover:after {
  background: #092612;
}
.btn-dl i {
  font-size: 18px;
  padding-right: 0.5em;
}
.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: rgba(9,38,18,0.85);
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transform: rotate(-30deg) translate(-20px,0);
     -moz-transform: rotate(-30deg) translate(-20px,0);
      -ms-transform: rotate(-30deg) translate(-20px,0);
       -o-transform: rotate(-30deg) translate(-20px,0);
          transform: rotate(-30deg) translate(-20px,0);
  box-shadow: 0 0 5px rgba(6,0,1,0.5);
  z-index: 1;
}
.ribbon.empty {
  background: rgba(120,36,48,0.85);
}

/* Works
---------------------------------------- */
.flexbox.item-list li {
  position: relative;
  margin-bottom: 130px;
}
.flexbox.item-list.img-list li {
  margin-bottom: 25px;
}
.item-list .img-area {
  position: relative;
  overflow: hidden;
}
.item-list h3 {
  font-size: 14px;
  line-height: 1.75;
}
.item-list img {
  margin-bottom: 5px;
  width: 300px;
  height: auto;
}
.worksttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.05em;
}
.worksttl img {
  padding-bottom: 50px;
  display: block;
  margin: 0 auto;
}
.worksinfo {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.worksinfo div {
  border-top: 1px solid #707070;
  padding: 20px 0;
}
.worksinfo p {
  margin-bottom: 1em;
}
.worksinfo dl {
  overflow: hidden;
}
.worksinfo dt {
  clear: left;
  float: left;
  width: 5em;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.worksinfo dd {
  border-bottom: 1px dotted #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.worksinfo dt:nth-last-child(2),
.worksinfo dd:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.worksimages li {
  text-align: center;
  margin-bottom: 20px;
}

/* Topics
---------------------------------------- */
.topics-list dd {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px;
  margin-bottom: 15px;
}
.topics-window {
  border: none;
  width: 100%;
  height: 500px;
}

/* Company
---------------------------------------- */
.map {
  width: 100%;
  height: 547px;
  border: 10px solid #ccc;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/* Contact
---------------------------------------- */
.phone {
  list-style-type: none;
  padding-left: 20px;
  font-size: 36px;
  letter-spacing: 0.05em;
}
.phone i {
  padding-right: 0.2em;
  color: #707070;
}
.contact-form th {
  width: 25%;
}
.contact-form input[type="text"],
.contact-form textarea {
  border: 1px solid #707070;
  background: #333;
}
.contact-form textarea {
  height: 200px;
  margin-top: 10px;
}
.contact-form input[type="radio"] {
  margin-right: 0.3em;
}
.contact-form label {
  margin-right: 1em;
}
.w350 {
  width: 350px;
}
.w520 {
  width: 520px;
}
.btn-form {
  margin-top: 30px;
  text-align: center;
}
.btn-form input {
  display: inline-block;
  border: 1px solid #707070;
  text-align: center;
  margin: 0 10px;
  padding: 10px;
  cursor: pointer;
  background: #333;
}
.btn-form input[type="submit"] {
  background: #782430;
}

