@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy"); /*
GROOWEB SCSS SMACSS BEM
*/ /* Tools */ /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

sup {
  font-size: 50%;
  vertical-align: text-top;
}

.clear {
  clear: both;
} /* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}

.sp-only-2 {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.pc-only-2 {
  display: inline-block !important;
} /* font
-------------------------------*/
.bold {
  font-weight: bold;
} /* margin
-------------------------------*/ /* padding
-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.4rem;
  color: #666666;
}

a {
  color: #666666;
  text-decoration: none;
} /* Layout */ /* Module */
.pagetop {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 10;
}

.mb3 {
  margin-bottom: 3em;
}

.footer {
  position: relative;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 35px 20px;
}

.footer__navi {
  display: flex;
}

.footer__navi__item a {
  color: #333333;
  font-size: 1.3rem;
  display: block;
  padding: 5px;
}

.footer__navi__item a:hover {
  text-decoration: underline;
}

.footer-copyright {
  font-size: 1.2rem;
  color: #333333;
}

.firstview {
  position: relative;
  background: url(../img/used/mainimage.webp) no-repeat center/cover;
  height: 800px;
}
.firstview__logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.firstview__cover {
  padding: 20px;
  background: url(../img/bunjyo/ph_main_cover.png) repeat;
  color: #FFFFFF;
  line-height: 1.4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.firstview__text {
  position: absolute;
  right: 54px;
  bottom: 115px;
  display: block;
}
.firstview__text__jp {
  font-size: 3.6rem;
  padding-bottom: 14px;
  border-bottom: 1px solid #FFFFFF;
}
.firstview__text__en {
  padding-top: 18px;
  text-align: right;
  font-size: 2.4rem;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.05em;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
}
.heading.usedhouses {
  margin-top: 3em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 3em;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .heading.usedhouses {
    max-width: 460px;
  }
}

.heading__ent {
  display: block;
  font-size: 1.8rem;
  font-family: "Sorts Mill Goudy", serif;
  color: #627685;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.heading__en {
  display: block;
  font-size: 5.2rem;
  font-family: "Sorts Mill Goudy", serif;
  color: #627685;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.heading__en--white {
  color: #FFFFFF;
}

.heading__jp {
  display: block;
  font-size: 1.8rem;
  color: #666666;
}

.heading__jpt {
  display: block;
  font-size: 4.2rem;
  color: #666666;
}

.heading__jp--white {
  color: #CCCCCC;
}

.ico-ex {
  position: relative;
  width: 13px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
}

.ico-ex:before, .ico-ex:after {
  position: absolute;
  content: "";
  display: block;
}

.ico-ex:before {
  top: 0;
  right: 0;
  width: 10px;
  height: 8px;
  background: #CCCCCC;
}

.ico-ex:after {
  bottom: 0;
  left: 0;
  width: 8px;
  height: 7px;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.ico-ex--white:before {
  background: #FFFFFF;
}

.ico-ex--white:after {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.apartment {
  padding: 90px 0 80px;
}

.apartment__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.apartment__item {
  width: 460px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  background: url(../img/used/bg_apartment.png) repeat;
  color: #FFFFFF;
}

.apartment__item a {
  position: relative;
  display: block;
  color: #FFFFFF;
}

.apartment__info {
  padding: 24px 40px 21px 20px;
  position: relative;
}

.apartment__info:after {
  position: absolute;
  right: 27px;
  top: 50%;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}

.apartment__name {
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.apartment__text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.comingsoon {
  pointer-events: none;
  position: relative;
}

.comingsoon:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.contactus {
  background: url(../img/bunjyo/bg_contact.png) repeat;
  padding: 80px 0 65px;
}

.contactus__main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.contactus__item {
  width: 400px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 1px;
}

.contactus__item > a, .contactus__item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  font-size: 1.8rem;
  border-radius: 4px;
  overflow: hidden;
}

.contactus__item a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.contactus__button-1 {
  background: url(../img/button_bg_white.png) no-repeat center/cover;
  flex-direction: column;
  padding-top: 6px;
}

.contactus__button-1__text-1 {
  display: block;
  color: #A9894A;
  font-weight: 500;
  margin-bottom: 10px;
}

.contactus__button-1__text-1 span {
  font-size: 2.4rem;
}

.contactus__button-1__text-2 {
  display: block;
  color: #999999;
  font-size: 1.4rem;
}

.contactus__button-3 {
  color: #FFFFFF;
  background: url(../img/button_bg_gold.png) no-repeat center/cover;
  border: 1px solid #BDA268;
  position: relative;
}

.used-header {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.used-header a, .used-header img {
  display: block;
}

.page-title {
  color: #FFFFFF;
  font-size: 3.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: url(../img/used/bg_pagetitle.png) no-repeat center/cover;
  height: 200px;
  padding: 5px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
}

.page-title span {
  position: relative;
}

.page-title span:after {
  display: block;
  margin-top: 5px;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}

.gallery {
  background: #EEEEEE;
  padding: 50px 0;
  margin-bottom: 60px;
}

.gallery__inner {
  position: relative;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.gallery__large {
  max-width: 672px;
  margin: 0 auto 10px;
  padding-left: 6px;
  padding-right: 6px;
}

.gallery__large__item {
  background: #DCDCDC;
  width: 660px;
  height: 400px;
  position: relative;
}

.gallery__large__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 660px;
  max-height: 400px;
}

.gallery__small {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.gallery__small__item {
  position: relative;
  background: #DCDCDC;
  width: 100px;
  height: 60px;
  margin: 0;
}

.gallery__small__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.gallery__small .slick-current {
  position: relative;
}

.gallery__small .slick-current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #566C7C;
  background: rgba(85, 108, 135, 0.5);
  box-sizing: border-box;
}

.gallery__small .slick-track > .slick-slide {
  margin: 0 6px;
}

.comment {
  background: #F2EDE4;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 820px;
  padding: 25px 55px 30px;
  margin: 0 auto 70px;
  color: #8B703D;
}
.comment .lead {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}

.detail {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 100px;
}

.detail__heading {
  position: relative;
  color: #666666;
  font-size: 2.4rem;
  padding-bottom: 18px;
  border-bottom: 1px solid #EEEEEE;
}

.detail__heading:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #627685;
}

.detail__item {
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 13px 0 16px;
}

.detail__item:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #627685;
}

.detail__head {
  width: 210px;
  padding-left: 10px;
  box-sizing: border-box;
}

.detail__text {
  width: calc(100% - 220px);
} /* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
} /* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/bunjyo/ajax-loader.gif") center center no-repeat;
} /* Icons */ /* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}

.slick-prev {
  left: 0;
  background: url(../img/bunjyo/arrow_left.png) no-repeat center;
}

.slick-next {
  right: 0;
  background: url(../img/bunjyo/arrow_right.png) no-repeat center;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .l-body {
    overflow-x: hidden;
  }
  .apartment__item a:after {
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }
  .apartment__item a:hover:after {
    background: rgba(255, 255, 255, 0.3);
  }
  .contactus__button-1--sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  .sp-only-2 {
    display: inline-block !important;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only-2 {
    display: none !important;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .pagetop {
    width: 45px;
    height: 45px;
    top: 0;
  }
  .footer__inner {
    display: block;
    padding: 15px 0 20px;
  }
  .footer__navi__item {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
    line-height: 1.4;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
  }
  .firstview {
    position: relative;
    padding-top: 60px;
    display: block;
    height: auto;
  }
  .firstview__image {
    width: 100%;
    height: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .firstview__info {
    width: 100%;
  }
  .firstview__text {
    position: static;
    padding: 20px;
    line-height: 1;
    font-weight: bold;
  }
  .firstview__text__jp {
    font-size: 5.4vw;
    padding-bottom: 3.5vw;
  }
  .firstview__text__en {
    text-align: center;
    font-size: 3.8vw;
    padding-top: 3.5vw;
  }
  .firstview__logo {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .firstview__logo a, .firstview__logo img {
    width: 150px;
  }
  .firstview__topics {
    background: none;
    height: auto;
    overflow-y: visible;
    padding-bottom: 25px;
  }
  .firstview__topics__heading {
    padding-bottom: 12px;
    margin-bottom: 28px;
  }
  .firstview__topics__main {
    text-align: left;
  }
  .firstview__topics__item {
    margin-bottom: 12px;
  }
  .firstview__topics__item a {
    display: flex;
  }
  .firstview__topics__image {
    flex-shrink: 0;
  }
  .firstview__topics__content {
    padding-left: 15px;
  }
  .firstview__topics__date {
    margin-bottom: 10px;
  }
  .firstview__topics__title {
    line-height: 1.6;
  }
  .lead {
    padding: 50px 20px;
  }
  .lead p {
    font-size: 1.6rem;
  }
  .lead p span {
    font-size: 2.2rem;
  }
  .heading__en {
    font-size: 3rem;
  }
  .heading__ent {
    font-size: 1.6rem;
  }
  .heading__jp {
    font-size: 1.6rem;
  }
  .heading__jpt {
    font-size: 3rem;
  }
  .apartment {
    padding: 50px 20px;
  }
  .apartment__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .apartment__info {
    padding: 13px 30px 13px 15px;
  }
  .apartment__info:after {
    right: 12px;
    width: 15px;
    height: 15px;
  }
  .apartment__name {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .apartment__text {
    font-size: 1.3rem;
  }
  .contactus {
    padding: 50px 20px 30px;
  }
  .contactus__main {
    display: block;
    padding-top: 0;
  }
  .contactus__item {
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    margin-left: 0;
    margin-right: 0;
  }
  .contactus__item > a, .contactus__item > span {
    height: 100%;
    font-size: 1.6rem;
  }
  .contactus__button-1--pc {
    display: none !important;
  }
  .contactus__button-1 {
    padding-top: 0;
  }
  .contactus__button-1__text-2 {
    font-size: 1.3rem;
  }
  .used-header {
    width: 100%;
    height: 60px;
  }
  .used-header a, .used-header img {
    width: 150px;
  }
  .page-title {
    height: 120px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .page-title span:after {
    display: none;
  }
  .gallery {
    background: none;
    padding: 20px 0 10px;
    margin-bottom: 20px;
  }
  .gallery__large {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery__large__item {
    width: 100%;
    height: 60vw;
  }
  .gallery__large__item img {
    max-width: 100%;
    max-height: 100%;
  }
  .comment {
    padding: 12px 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .detail {
    padding-bottom: 50px;
  }
  .detail__heading {
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
  .detail__heading:after {
    width: 6em;
  }
  .detail__item {
    font-size: 1.3rem;
    padding: 13px 0 13px;
  }
  .detail__head {
    padding-left: 0;
    width: 9em;
  }
  .detail__text {
    width: calc(100% - 8em);
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    top: 30vw;
    border-radius: 50%;
  }
  .slick-prev {
    background: url(../img/bunjyo/arrow_left.png) no-repeat center, rgba(255, 255, 255, 0.5);
    background-size: 8px 16px;
    left: 10px;
  }
  .slick-next {
    background: url(../img/bunjyo/arrow_right.png) no-repeat center, rgba(255, 255, 255, 0.5);
    background-size: 8px 16px;
    right: 10px;
  }
}/*# sourceMappingURL=used.css.map */