@charset "UTF-8";
/* =====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: 90px;
  left: 0;
  height: 500px;
  max-height: none;
  font-size: 41px;
  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===== */
/* =====sec01===== */
.sec01 {
  padding: 80px 0;
}

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

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

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

.sec01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
}

.sec01 .item {
  width: 240px;
  margin: 0 5px 40px;
  box-shadow: 1px 1px 1px rgb(0, 0, 0, .3);
}

.sec01 .item:hover {
  opacity: .7;
  transition: .4s all ease;
}

.sec01 .image {
  width: 240px;
  height: 200px;
  margin: 0 0 10px;
  background: #ccc;
}

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

.sec01 .text {
  position: relative;
  padding: 0 15px 0 20px;
  border-left: 6px solid #E09017;
}

.sec01 .text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 36px;
    margin: auto 0;
    background: url(../images/index/arrow03.png) center/50% no-repeat;
}

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

.sec01 .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;
}

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

.sec01 .page.color {
  background: #553618;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 50px 20px 0;
  }
  .sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 50px;
    font-size: 18px;
    letter-spacing: .11em;
    text-align: center;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec01 .list {
    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 40px;
  }
  .sec01 .item {
    width: 48%;
    margin: 0 0 40px;
  }


.sec01 .item:hover {
  opacity: 1;
  transition: none;
}

  .sec01 .item a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec01 .image {
    width: 100%;
    height: 45vw;
    margin: 0 0 10px;
    background: #ccc;
  }
  
.sec01 .text {
  position: relative;
  padding: 0 20px 0 5px;
  border-left: 3px solid #E09017;
  font-size: 13px;
}

.sec01 .text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 36px;
    margin: auto 0;
    background: url(../images/index/arrow03.png) center/50% no-repeat;
}
  .sec01 .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec01 .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;
  }
  .sec01 .page a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .sec01 .page.color {
    background: #553618;
    color: #fff;
  }
}

/* =====link_sec===== */
.link_sec {
  padding: 60px 0 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/gallery/event_link01.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;
  }
}

/* =====各実績ページ===== */
.gallerys_sec {
  padding: 80px 0;
}

.gallerys_sec .inner {
  position: relative;
  width: 988px;
  margin: 0 auto;
}

.gallerys_sec .inner:before {
  content: "";
  position: absolute;
  right: 55px;
  top: 100px;
  width: 194px;
  height: 73px;
  background: url(../images/gallery/illust01.png) center/cover no-repeat;
}

.gallery_text {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

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

.small_ttl {
  font-size: 20px;
}

.top_box {
  text-align: center;
  position: relative;
  width: 1010px;
  margin: 0 auto 100px;
  max-width: 100%;
}

/* .small img {
  position: absolute;
  bottom: -40px;
  right: 40px;
} */

.gallery_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}

.content_left {
  width: 30%;
  text-align: center;
  font-size: 26px;
  padding-top: 15px;
}

.content_right {
  width: 70%;
  line-height: 2;
}

.subtitle {
  margin: 15px 0;
}

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

ul.gallery_ander {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

li.show_box {
  width: 237px;
  height: 237px;
  text-align: center;
  position: relative;
  margin: 5px 5px;
}

.bg {
  background: #96847d;
}

li.show_box .text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 25%;
  margin: auto;
  color: #fff;
}

.small_ttl {
  font-size: 16px;
}



.gallerys_sec .image {
  margin: 0 0 30px;
  text-align: center;
}

.gallerys_sec .small {
  width: 36%;
}

.gallerys_sec .text {
  margin: 0 auto 70px;
  line-height: 2;
}

.gallerys_sec .imagebox {
  margin: 0 0 90px;
}

.gallerys_sec .imagebox .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
}

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

.gallerys_sec .imagebox_type02 {
  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;
  width: 580px;
  margin: 0 auto 90px;
}

.gallerys_sec .imagebox_type02 .image {
  margin: 0 0 16px;
}

.gallerys_sec .link {
  width: 257px;
  height: 71px;
  margin: 0 auto;
  background: #fff;
}

.gallerys_sec .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #543618;
  font-size: 18px;
  line-height: 71px;
  color: #fff;
  text-align: center;
}

.gallerys_sec .link a:before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 20px;
  margin: auto 0;
  background: url(../images/gallery/arrow01.png) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .gallerys_sec {
    padding: 80px 20px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gallerys_sec .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .gallerys_sec .inner:before {
    content: "";
    position: absolute;
    right: 0;
    top: -70px;
    width: 194px;
    height: 73px;
    background: url(../images/gallery/illust01.png) center right/80% no-repeat;
  }
  .gallerys_sec .sec_title {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 50px;
    font-size: 22px;
    letter-spacing: .11em;
    text-align: center;
  }
  .gallerys_sec .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .gallerys_sec .image {
    margin: 0 0 30px;
    text-align: center;
  }
  .gallerys_sec .text {
    margin: 0 auto 70px;
    line-height: 2;
  }
  .gallerys_sec .text .color {
    color: #f00;
  }
  .gallerys_sec .imagebox {
    margin: 0 0 50px;
  }
  .gallerys_sec .small {
    bottom: -15%;
  }
  .gallerys_sec .images53 {
    width: 76%;
  }
  .gallerys_sec .images54 {
    width: 70%;
  }
  .gallerys_sec .imagebox .upper {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px;
  }
  .gallerys_sec .imagebox .lower {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallerys_sec .images {
    width: 280px;
    height: 250px;
    margin: 0 auto 10px;
  }
  .gallerys_sec .images:last-of-type {
    margin: 0 auto;
  }
  .gallerys_sec .images img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 280px;
    height: 100%;
  }
  .gallerys_sec .imagebox_type02 {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 90px;
  }
  .gallerys_sec .imagebox_type02 .image {
    margin: 0 0 16px;
  }
  .gallerys_sec .link {
    width: 257px;
    height: 71px;
    margin: 0 auto;
    background: #fff;
  }
  .gallerys_sec .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #543618;
    font-size: 18px;
    line-height: 71px;
    color: #fff;
    text-align: center;
  }
  .gallerys_sec .link a:before {
    content: "";
    position: absolute;
    left: 42px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 20px;
    margin: auto 0;
    background: url(../images/gallery/arrow01.png) center/cover no-repeat;
  }


  .content_left {
    width: 90%;
    padding-top: unset;
    margin: 0 auto;
  }
  .content_right {
    width: 90%;
    margin: 30px auto;
}

  .gallery_content {
    flex-wrap: wrap;
    margin: 190px 0 0;
}

ul.gallery_ander {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

li.show_box {
  max-width: 237px;
  width: 45%;
  height: auto;
  text-align: center;
  position: relative;
  margin: 5px 5px;
}

}

@media screen and (max-width: 430px) {
  li.show_box .text {
    height: 40%;
  }
  
}

@media screen and (min-width: 431px) and (max-width: 510px) {
  li.show_box .text {
    height: 35%;
  }
  
}

.lightboxOverlay {
  background: #96847d!important;
  opacity: 0.9!important;
}

.lb-data .lb-number {
  color: #fff!important;
}

@media screen and (max-width: 550px){
/* .small img {
    position: absolute;
    bottom: -44%;
    right: 0;
    width: 45%;
    max-width: 227px;
} */

.gallery_content {
  flex-wrap: wrap;
  margin-top: 40%;
}

}

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