@import "slicknav.css";
* {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
body,
html {
  height: 100%;
  min-height: 100%;
  margin-bottom: 100px;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.slicknav_menu {
  display: none;
}
.background {
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-image: url(/static/image/bg_mv_600h.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  padding-bottom: 300px;
}
.menu-sns {
  position: fixed;
  top: 60px;
  right: 32px;
  z-index: 9999;
}
.menu-sns ul li {
  list-style: none;
}
.menu-sns ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #d86105;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  margin-top: 10px;
}
#gnav ul {
  width: 100%;
  *zoom: 1;
  background: #d86105;
  text-align: center;
}
#gnav ul li {
  list-style: none;
}
#gnav ul:before,
#gnav ul:after {
  display: table;
  content: "";
}
#gnav ul:after {
  clear: both;
}
#gnav ul li {
  float: left;
  width: 14.2%;
  border-right: 1px dotted #d8a698;
}
#gnav ul li a {
  color: #fff;
  padding: 16px 0;
  display: block;
  font-size: 16px;
}
#gnav ul li a:hover {
  background: #73230a;
}
#gnav ul li:last-child {
  border: none;
}
#home {
  height: 100%;
  position: relative;
  text-align: center;
}
#home .logo {
  width: 100%;
  height: 85px;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
#home .logo img {
  width: 687px;
  height: 85px;
  margin-bottom: 10px;
}
#home .logo .name {
  font-size: 23px;
  margin-top: -4px;
  margin-bottom: 4px;
  letter-spacing: 0.2em;
  color: #fff;
}
#home .logo p {
  width: 70%;
  margin: 0 auto;
  font-size: 14.5px;
  margin-bottom: 8px;
  background: #d86105;
  color: #fff;
  padding: 6px 0;
}
#home .logo h1 {
  font-size: 21px;
  line-height: 1.7;
  color: #303030;
  margin-bottom: 14px;
}
#headline {
  margin: 140px auto 30px;
  background: #ededed;
  text-align: center;
  padding: 10px 0;
}
#headline .english {
  font-size: 46px;
  line-height: 1.1;
  font-family: Helvetica;
  font-weight: bold;
}
#headline h1 {
  font-size: 24px;
}
#headline h1 + p {
  font-size: 12px;
}
#lower {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 150px;
}
#lower .detail a {
  text-decoration: underline;
}
#lower .detail p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
#lower .detail dl {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
}
#lower .detail dl dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100px;
  float: left;
  clear: both;
}
#lower .detail dl dd {
  margin-bottom: 10px;
  padding: 0 0 10px 120px;
  border-bottom: 1px dotted #999;
}
#lower .detail dl dd span {
  color: red;
}
#lower .detail dl dd p {
  padding-top: 4px;
  font-size: 11px;
}
#lower .detail dl dd a {
  font-size: 13px;
  text-decoration: underline;
}
#lower .detail ul {
  margin-left: 20px;
}
#lower .detail ul li {
  margin-bottom: 6px;
}
#lower .detail ol {
  margin-left: 20px;
  list-style: disc;
}
#lower .detail ol li {
  margin-bottom: 12px;
}
#lower .detail ol li a {
  text-decoration: underline;
}
#lower .detail table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 16px;
}
#lower .detail table th,
#lower .detail table td {
  padding: 6px 12px;
  font-size: 15px;
}
#lower .detail table th {
  width: 20%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  text-align: left;
}
#lower .detail table td {
  border: 1px solid #c5c5c5;
  text-align: left;
}
#lower .detail .map {
  height: 260px!important;
}
#lower .sale .link {
  margin-bottom: 60px;
}
#lower .sale .link ul li {
  list-style: none;
}
#lower .sale .link ul li {
  margin-bottom: 12px;
  font-size: 17px;
}
#lower .sale .link ul li a {
  margin-left: 8px;
  text-decoration: underline;
}
#lower .sale .link ul li a:hover {
  text-decoration: none;
}
#lower .sale .link ul li .new {
  font-size: 13px;
  color: #e50012;
  margin-left: 12px;
}
#lower .sale .article {
  margin-bottom: 120px;
}
#lower .sale h2 {
  font-size: 23px;
  text-align: center;
  text-decoration: underline;
  background: #f1cb91;
  padding: 10px;
  margin-bottom: 20px;
}
#lower .sale .sold {
  text-align: center;
  color: #990000;
  margin-bottom: 20px;
}
#lower .sale .slide ul li {
  list-style: none;
}
#lower .sale .slide ul li {
  background: #ededed;
}
#lower .sale .slide .prev-arrow {
  position: absolute;
  top: 43%;
  left: 4%;
  z-index: 1;
}
#lower .sale .slide .next-arrow {
  position: absolute;
  top: 43%;
  right: 4%;
}
#lower .sale .slide + p {
  font-size: 16px;
  margin-bottom: 20px;
}
#lower .sale .detail table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#lower .sale .detail table th,
#lower .sale .detail table td {
  padding: 8px 12px;
  font-size: 15px;
}
#lower .sale .detail table th {
  width: 20%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  text-align: left;
}
#lower .sale .detail table td {
  width: 80%;
  border: 1px solid #c5c5c5;
  text-align: left;
}
#lower .sale .detail table .headline {
  background: #da6100;
  text-align: center;
  color: #fff;
}
#lower .sale .contact-article {
  text-align: center;
  font-size: 15px;
  line-height: 1.1;
}
#lower .sale .contact-article a {
  text-decoration: underline;
}
#lower .sale .contact-article .tel {
  font-size: 43px;
  color: #da6100;
  font-weight: bold;
  margin-top: 8px;
}
#footer-home {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #d86105;
  color: #fff;
  padding: 8px 0 2px 0;
}
#footer-home .banner {
  margin: 10px 0 10px 0;
}
#footer-home .banner img {
  width: 200px;
}
#footer-home .logo-footer {
  margin-bottom: 4px;
  margin-top: -5px;
}
#footer-home .logo-footer img {
  width: 100px;
  height: auto;
}
#footer-home .address {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 0px;
}
#footer-home .copy {
  font-size: 10px;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #d86105;
  color: #fff;
  padding: 0 0 2px 0;
}
#footer .banner {
  margin: 10px 0 10px 0;
}
#footer .banner img {
  width: 200px;
}
#footer .logo-footer {
  margin-bottom: 4px;
  margin-top: -5px;
}
#footer .logo-footer img {
  width: 100px;
  height: auto;
}
#footer .address {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 0px;
}
#footer .copy {
  font-size: 10px;
}
/* パンくず */
#breadcrumbs {
  width: 100%;
  margin: 14px 0 20px -6px;
  list-style: none;
}
#breadcrumbs li {
  font-size: 12px;
  display: inline;
}
#breadcrumbs li a {
  padding: 0 5px 0 5px;
}
#pagetop {
  width: 850px;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: right;
  z-index: 1;
}
#pagetop a {
  width: 73px;
  height: 83px;
  bottom: 250px;
  position: fixed;
}
#pagetop a:hover {
  text-decoration: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    min-width: 1000px;
  }
  #header {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: 100%;
    background: #FFFFFF;
  }
  body,
  html {
    height: auto;
    min-height: auto;
  }
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  #gnav {
    display: none;
  }
  .background {
    min-height: 100%;
    height: 100%;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
    padding-bottom: 300px;
  }
  .menu-sns {
    display: none;
  }
  #gnav ul {
    width: 100%;
    *zoom: 1;
    background: #d86105;
    text-align: center;
  }
  #gnav ul li {
    list-style: none;
  }
  #gnav ul:before,
  #gnav ul:after {
    display: table;
    content: "";
  }
  #gnav ul:after {
    clear: both;
  }
  #gnav ul li {
    float: left;
    width: 16.565%;
    border-right: 1px dotted #d8a698;
  }
  #gnav ul li a {
    color: #fff;
    padding: 16px 0;
    display: block;
    font-size: 16px;
  }
  #gnav ul li a:hover {
    background: #73230a;
  }
  #gnav ul li:last-child {
    border: none;
  }
  #home {
    width: 85%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 500px;
  }
  #home .logo {
    width: 100%;
    height: 85px;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  #home .logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #home .logo .name {
    font-size: 18px;
    margin-bottom: 3px;
    color: #303030;
  }
  #home .logo p {
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    background: #d86105;
    color: #fff;
    padding: 3px 6px;
  }
  #home .logo h1 {
    font-size: 15px;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 20px;
  }
  #home .logo h1 br {
    display: none;
  }
  #home .logo #facebook {
    margin-bottom: 200px!important;
    height: 500px!important;
  }
  #home .logo .facebook {
    margin-bottom: 200px;
    height: 500px;
  }
  #headline {
    margin: 40px auto 30px;
    background: #ededed;
    text-align: center;
    padding: 10px;
  }
  #headline .english {
    font-size: 40px;
    line-height: 1.1;
    font-family: Helvetica Neue;
    font-weight: bold;
  }
  #headline h1 {
    font-size: 26px;
  }
  #headline h1 + p {
    font-size: 12px;
  }
  #lower {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #lower .detail a {
    text-decoration: underline;
  }
  #lower .detail p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 24px;
  }
  #lower .detail ul {
    margin-left: 20px;
  }
  #lower .detail ul li {
    margin-bottom: 6px;
  }
  #lower .detail ol {
    margin-left: 20px;
    list-style: disc;
  }
  #lower .detail ol li {
    margin-bottom: 12px;
  }
  #lower .detail ol li a {
    text-decoration: underline;
  }
  #lower .detail table {
    width: 100%;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
    margin-bottom: 16px;
  }
  #lower .detail table th,
  #lower .detail table td {
    padding: 6px 6px;
    font-size: 15px;
  }
  #lower .detail table th {
    width: 20%;
    border: 1px solid #c5c5c5;
    background: #ededed;
    text-align: left;
  }
  #lower .detail table td {
    border: 1px solid #c5c5c5;
    text-align: left;
  }
  #lower .detail .map {
    height: 260px!important;
    margin-bottom: 60px;
  }
  #lower .sale .link {
    margin-bottom: 60px;
  }
  #lower .sale .link ul li {
    list-style: none;
  }
  #lower .sale .link ul li {
    margin-bottom: 12px;
    font-size: 17px;
  }
  #lower .sale .link ul li a {
    margin-left: 8px;
    text-decoration: underline;
  }
  #lower .sale .link ul li a:hover {
    text-decoration: none;
  }
  #lower .sale .link ul li .new {
    font-size: 13px;
    color: #e50012;
    margin-left: 12px;
  }
  #lower .sale .article {
    margin-bottom: 120px;
  }
  #lower .sale h2 {
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    background: #f1cb91;
    padding: 10px;
    margin-bottom: 20px;
  }
  #lower .sale .slide ul li {
    list-style: none;
  }
  #lower .sale .slide ul li {
    background: #ededed;
  }
  #lower .sale .slide .prev-arrow {
    position: absolute;
    top: 43%;
    left: 4%;
    z-index: 1;
  }
  #lower .sale .slide .next-arrow {
    position: absolute;
    top: 43%;
    right: 4%;
  }
  #lower .sale .slide + p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #lower .sale .detail table {
    width: 100%;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
    margin-bottom: 30px;
  }
  #lower .sale .detail table th,
  #lower .sale .detail table td {
    padding: 6px 6px;
    font-size: 14px;
  }
  #lower .sale .detail table th {
    width: 24%;
    border: 1px solid #c5c5c5;
    background: #ededed;
    text-align: left;
  }
  #lower .sale .detail table td {
    width: 76%;
    border: 1px solid #c5c5c5;
    text-align: left;
  }
  #lower .sale .detail table .headline {
    background: #da6100;
    text-align: center;
    color: #fff;
  }
  #lower .sale .contact-article {
    text-align: center;
    font-size: 15px;
    line-height: 1.1;
  }
  #lower .sale .contact-article a {
    text-decoration: underline;
  }
  #lower .sale .contact-article .tel {
    font-size: 35px;
    color: #da6100;
    font-weight: bold;
    margin-top: 8px;
  }
  #lower .sale .slick-dots {
    display: none!important;
  }
  #footer-home {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #d86105;
    color: #fff;
    padding: 0 0 6px 0;
  }
  #footer-home .logo-footer {
    margin-bottom: 6px;
  }
  #footer-home .logo-footer img {
    width: 120px;
    height: auto;
  }
  #footer-home .address {
    display: none;
  }
  #footer-home .copy {
    font-size: 11px;
  }
  #footer {
    position: static;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #d86105;
    color: #fff;
    padding: 0 0 6px 0;
  }
  #footer .logo-footer {
    margin-bottom: 6px;
  }
  #footer .logo-footer img {
    width: 120px;
    height: auto;
  }
  #footer .address {
    display: none;
  }
  #footer .copy {
    font-size: 11px;
  }
  /* パンくず */
  #breadcrumbs {
    width: 100%;
    margin: 14px 0 20px -6px;
    list-style: none;
  }
  #breadcrumbs li {
    font-size: 12px;
    display: inline;
  }
  #breadcrumbs li a {
    padding: 0 5px 0 5px;
  }
  #pagetop {
    width: 850px;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 1;
  }
  #pagetop a {
    width: 73px;
    height: 83px;
    bottom: 250px;
    position: fixed;
  }
  #pagetop a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=site.css.map */