/* =====key===== */
.key {
  width: 100%;
  height: 237px;
  background: url(../images/gallery/key01.png) center center/cover no-repeat;
}

.key .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.key .page_title {
  position: absolute;
  top: 0px;
  left: 0;
  height: 500px;
  max-height: none;
  font-size: 39px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.28em;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 237px;
    margin: 0;
    background: url(../images/gallery/key01.png) center center/cover no-repeat;
  }
  .key .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .key .page_title {
    position: static;
    padding: 80px 0 0;
    font-size: 30px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
}

/* =====main===== */
.archive_sec {
  padding: 80px 0;
}

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

.archive_sec .sec_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 90px;
  font-size: 24px;
  letter-spacing: .11em;
  text-align: center;
}

.archive_sec .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #E09017;
}

.archive_sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
  margin: 0 0 40px;
}

.archive_sec .item {
  width: 250px;
}
.archive_sec .item:nth-of-type(3n+1) {
  margin: 0 78px 78px 78px;
}
.archive_sec .item:nth-of-type(3n+2) {
  margin: 0 78px 78px 0;
}
.archive_sec .item:nth-of-type(3n) {
  margin: 0 0 78px 0;
}

.archive_sec .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.archive_sec .item:last-of-type {
  margin: 0;
}

.archive_sec .item:hover {
  opacity: .7;
  -webkit-transform: .4s all ease;
          transform: .4s all ease;
}

.archive_sec .textbox {
  padding: 10px;
}

.archive_sec .image {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #ccc;
}

.archive_sec .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.archive_sec .event_name {
  padding-bottom: 5px;
  border-bottom: 1px solid #bebfbf;
  font-size: 15px;
  font-family: "noto sans jp";
  font-weight: 600;
}

.archive_sec .event_time {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bebfbf;
  font-size: 14px;
  font-family: "noto sans jp";
  font-weight: 600;
}

.archive_sec .event_place {
  padding-top: 5px;
  font-size: 14px;
  font-family: "noto sans jp";
  font-weight: 600;
}

.archive_sec .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive_sec .page {
  width: 66px;
  height: 66px;
  border: 1px solid #553618;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 66px;
  text-align: center;
}

.archive_sec .page a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.archive_sec .page.color a {
  background: #553618;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .archive_sec {
    padding: 50px 20px 0;
  }
  .archive_sec .inner {
    width: 100%;
    margin: 0 auto;
  }
  .archive_sec .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 50px;
    font-size: 18px;
    letter-spacing: .11em;
    text-align: center;
  }
  .archive_sec .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .archive_sec .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 40px;
  }

  .archive_sec .item {
    width: 250px;
    height: 470px !important;
    margin: 0 auto 20px;
  }

  .archive_sec .item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .archive_sec .item:nth-of-type(3n+1),
  .archive_sec .item:nth-of-type(3n+2),
  .archive_sec .item:nth-of-type(3n) {
    margin: initial;
    margin: 0 auto 10px;
  }


  .archive_sec .item:last-of-type {
    margin: 0 auto;
  }
  .archive_sec .item:hover {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }

  .archive_sec .textbox {
    padding: 10px;
  }

  .archive_sec .image {
    width: 250px;
    height: 250px;
    margin: 0 auto 10px;
    background: #ccc;
  }
  .archive_sec .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .archive_sec .event_name {
    padding-bottom: 5px;
    border-bottom: 1px solid #bebfbf;
    font-size: 15px;
    font-family: "noto sans jp";
    font-weight: 600;
  }

  .archive_sec .event_time {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bebfbf;
    font-size: 14px;
    font-family: "noto sans jp";
    font-weight: 600;
  }

  .archive_sec .event_place {
    padding-top: 5px;
    font-size: 14px;
    font-family: "noto sans jp";
    font-weight: 600;
  }

 .archive_sec .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archive_sec .page {
    width: 50px;
    height: 50px;
    border: 1px solid #553618;
    margin: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
  }
  .archive_sec .page a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .archive_sec .page.color a {
    background: #553618;
    color: #fff;
  }
}

/* =====sec01===== */
.sec01 {
  padding: 80px 0;
}

.sec01 .inner {
  width: 800px;
  margin: 0 auto;
}

.sec01 .land_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 90px;
  font-size: 24px;
  letter-spacing: .11em;
  text-align: center;
}

.sec01 .land_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #E09017;
}

.sec01 .cost {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 700;
  color: #E79718;
  text-align: right;
}

.sec01 .text {
  margin: 0 0 30px;
}

.sec01 .heading {
  padding: 0 0 0 10px;
  border-left: 5px solid #E79718;
  margin: 0 0 20px;
  font-size: 20px;
}

.sec01 .image01 {
  width: 600px;
  margin: 0 auto;
}

.sec01 .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px;
}

.sec01 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 200px;
  border: 1px solid #553618;
  margin: 0 0 20px;
  overflow: hidden;
}

.sec01 .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec01 .dlist {
  border: 1px solid #553618;
  margin: 0 0 30px;
}

.sec01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #553618;
}

.sec01 .row:last-of-type {
  border-bottom: none;
}

.sec01 .term {
  width: 200px;
  padding: 10px 0 10px 10px;
  border-right: 1px solid #553618;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}

.sec01 .data {
  padding: 10px 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

.sec01 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec01 .left {
  width: 50%;
  border-right: 1px solid #553618;
}

.sec01 .right {
  width: 50%;
}

.sec01 .row.one {
  border-top: 1px solid #553618;
}

.sec01 .row.one .term {
  min-width: 200px;
}

.sec01 .row.one .data {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .land_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 50px;
    font-size: 18px;
    letter-spacing: .11em;
    text-align: center;
  }
  .sec01 .land_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec01 .cost {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 700;
    color: #E79718;
    text-align: right;
  }
  .sec01 .heading {
    padding: 0 0 0 10px;
    border-left: 5px solid #E79718;
    margin: 0 0 20px;
    font-size: 18px;
  }
  .sec01 .image01 {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 50px;
  }
  .sec01 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 160px;
    border: 1px solid #553618;
    margin: 0 5px 20px;
    overflow: hidden;
  }
  .sec01 .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec01 .dlist {
    border: 1px solid #553618;
    margin: 0 0 30px;
  }
  .sec01 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #553618;
  }
  .sec01 .row:last-of-type {
    border-bottom: none;
  }
  .sec01 .term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    min-width: 80px;
    padding: 10px 0 10px 5px;
    border-right: 1px solid #553618;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
  }
  .sec01 .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
  }
  .sec01 .flexbox {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec01 .left {
    width: 100%;
    border-right: 1px solid #553618;
  }
  .sec01 .left .row:last-of-type {
    border-bottom: 1px solid #553618;
  }
  .sec01 .right {
    width: 100%;
  }
  .sec01 .row.one {
    border-top: 1px solid #553618;
  }
  .sec01 .row.one .term {
    width: 80px;
    min-width: 80px;
  }
  .sec01 .row.one .data {
    line-height: 1.8;
  }
}

/* =====sec06===== */
.sec06 {
  width: 930px;
  border: 1px solid #58360D;
  padding: 0 0 60px;
  margin: 0 auto 50px;
}

.sec06 .sec_title {
  height: 67px;
  margin: 0 0 70px;
  background: #58360D;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 67px;
}

.sec06 .sec_title img {
  padding: 0 10px 5px 0;
  vertical-align: middle;
}

.sec06 .text01 {
  margin: 0 0 30px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}

.sec06 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
}

.sec06 .item {
  width: 327px;
  height: 78px;
  margin: 0 10px 0 0;
  background: #58360D;
  text-align: center;
}

.sec06 .item:last-of-type {
  margin: 0;
}

.sec06 .item:nth-of-type(1) a {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 78px;
  font-family: "noto sans", sans-serif;
}

.sec06 .item:nth-of-type(1) a img {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.sec06 .item:nth-of-type(2) a {
  color: #fff;
  line-height: 78px;
  font-family: "noto sans", sans-serif;
}

.sec06 .item:nth-of-type(2) a img {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.sec06 .text02 {
  padding: 0 0 0 180px;
  font-size: 13px;
  font-family: "noto sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .sec06 {
    width: calc(100% - 40px);
    border: 1px solid #58360D;
    padding: 0 0 30px;
    margin: 0 auto 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .sec_title {
    height: 67px;
    margin: 0 0 30px;
    background: #58360D;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 67px;
  }
  .sec06 .sec_title img {
    width: 25px;
    padding: 0 10px 5px 0;
    vertical-align: middle;
  }
  .sec06 .text01 {
    padding: 0 20px;
    margin: 0 0 30px;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: left;
  }
  .sec06 .list {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    margin: 0 0 10px;
  }
  .sec06 .item {
    width: 327px;
    max-width: 100%;
    height: 78px;
    margin: 0 auto 20px;
    background: #58360D;
    text-align: center;
  }
  .sec06 .item:last-of-type {
    margin: 0 auto;
  }
  .sec06 .item:nth-of-type(1) a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 78px;
    font-family: "noto sans", sans-serif;
  }
  .sec06 .item:nth-of-type(1) a img {
    width: 20px;
    padding: 0 10px 0 0;
    vertical-align: middle;
  }
  .sec06 .item:nth-of-type(2) a {
    color: #fff;
    font-size: 15px;
    line-height: 78px;
    font-family: "noto sans", sans-serif;
  }
  .sec06 .item:nth-of-type(2) a img {
    width: 30px;
    padding: 0 10px 0 0;
    vertical-align: middle;
  }
  .sec06 .text02 {
    padding: 0 0 0 20px;
    font-size: 13px;
    font-family: "noto sans", sans-serif;
    text-align: center;
  }
}

/* =====link_sec===== */
.link_sec {
  padding: 0;
  margin: 0 0 85px;
}

.link_sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.link_sec .item {
  width: 33.3%;
}

.link_sec .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 246px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: .21em;
}

.link_sec .item a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 12px;
  height: 27px;
  margin: 0 auto;
  background: url(../images/renovation/arrow02.png) center/cover no-repeat;
}

.link_sec .item:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/villax/photo20.png) center/cover no-repeat;
}

.link_sec .item:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/contact/photo01.png) center/cover no-repeat;
}

.link_sec .item:nth-of-type(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/villax/photo22.png) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .link_sec {
    margin: 0 0 85px;
  }
  .link_sec .link_banner {
    width: 324px;
    max-width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
  .link_sec .list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .link_sec .item {
    width: 100%;
  }
  .link_sec .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: .21em;
  }
  .link_sec .item a:before {
    content: "";
    position: absolute;
    left: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 27px;
    margin: auto 0;
    background: url(../images/renovation/arrow02.png) center/cover no-repeat;
  }
  .link_sec .item:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link_sec .item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(2) a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .link_sec .item:nth-of-type(2) .item_logo {
    margin: 0 0 10px;
  }
  .link_sec .item:nth-of-type(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=land.css.map */