@charset "UTF-8";
/****************************************
リノベーション実例、フォト〜ギャラリーのcssファイル
*****************************************/
/****************************************
body
*****************************************/
body {
  overflow-x: hidden;
  position: relative; /*topBtnの親要素に指定*/
}
/****************************************
header
*****************************************/
.under-header.active .page-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/****************************************
page-title
*****************************************/
.page-title {
  text-align: center;
  margin-bottom: 50px;
}
.page-title span {
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.page-title span.en {
  font-size: 50px;
  color: #333;
  font-weight: 700;
  letter-spacing: 10px;
  position: relative;
}
@media screen and (max-width: 1210px) {
  .page-title span.en {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-title span.en {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 480px) {
  .page-title span.en {
    font-size: 24px;
  }
}
.page-title span.en::after {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.page-title span.ja {
  color: #f2879b;
  font-size: 16px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .page-title span.ja {
    font-size: 14px;
  }
}
.page-title.reference-title .en::after {
  width: 69px;
  height: 105px;
  top: -59px;
  right: -69px;
  background-image: url(../images/reference/icon-reference-ttl.png);
}
@media screen and (max-width: 480px) {
  .page-title.reference-title .en::after {
    width: 35px;
    height: 52px;
    right: -35px;
    top: -20px;
  }
}
.page-title.photos-title .en::after {
  width: 340px;
  height: 81px;
  top: -35px;
  left: -50px;
  background-image: url(../images/photos/icon-photos-ttl.png);
}
@media screen and (max-width: 480px) {
  .page-title.photos-title .en::after {
    width: 35px;
    height: 52px;
    right: -35px;
    top: -20px;
  }
}
/****************************************
reference
*****************************************/
.reference {
  padding-bottom: 80px;
  background-color: #fef4f5;
}
.reference-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .reference-tab {
    display: block;
  }
}
.reference-tab__btn {
  display: block;
  max-width: 290px;
  height: 46px;
  line-height: 46px;
  width: 100%;
  background-color: #ccc;
  margin-right: 7px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  pointer-events: none;
}
@media screen and (max-width: 1210px) {
  .reference-tab__btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .reference-tab__btn {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    max-width: none;
  }
}
.reference-tab__btn:last-child {
  margin-right: 0;
}
.reference-tab__btn.active, .reference-tab__btn:hover {
  background-color: #e58294;
}
.reference-tab__content {
  background-color: #fff;
  border: 1px solid #e58294;
  padding: 26px 30px 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reference-tab__content {
    padding: 26px 10px 6px;
  }
}
.reference-tab__content ul {
  display: none;
}
.reference-tab__content ul.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .reference-tab__content ul.active {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.reference-tab__content ul li {
  width: calc(25% - 18px);
  margin-right: 23px;
  margin-bottom: 20px;
  border: 1px dashed #f2879b;
  color: #f2879b;
  border-radius: 10px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.reference-tab__content ul li.current, .reference-tab__content ul li:hover {
  background-color: #f2879b;
  border: none;
  color: #fff;
  opacity: 1;
}
.reference-tab__content ul li.current a, .reference-tab__content ul li:hover a {
  line-height: 40px;
}
.reference-tab__content ul li.current a, .reference-tab__content ul li a:hover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1210px) {
  .reference-tab__content ul li {
    margin-right: 10px;
    width: calc(25% - 8px);
    min-width: 175px;
  }
}
@media screen and (max-width: 480px) {
  .reference-tab__content ul li {
    min-width: 0;
    width: 49%;
    margin-right: 0;
  }
}
.reference-tab__content ul li a {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  display: block;
  padding: 0 30px 0 22px;
  cursor: pointer;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.reference-tab__content ul li .small {
  font-size: 14px;
}
@media screen and (max-width: 1210px) {
  .reference-tab__content ul li a {
    font-size: 14px;
    padding: 0 30px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .reference-tab__content ul li a {
    font-size: 12px;
    padding-right: 15px;
    padding-left: 5px;
  }
}
.reference-tab__content ul li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon-arrow-circle.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
}
.reference-tab__content ul li:hover a::after {
  background-image: url(../images/common/icon-arrow-circle_on.png);
}
@media screen and (max-width: 480px) {
  .reference-tab__content ul li a::after {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 7px;
  }
}
.reference-tab__content ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1210px) {
  .reference-tab__content ul li:nth-child(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .reference-tab__content ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.reference-tab__content--reset {
  width: 100%;
  max-width: 240px;
  margin: 0 0 80px auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.reference-tab__content--reset a {
  background: #ccc;
  display: block;
  padding: 10px 0;
  width: 100%;
  transition: .25s;
}
.reference-tab__content--reset a:hover {
  background: #e58294;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .reference-tab__content--reset {
    width: 100%;
    max-width: 100%;
    margin: 0 0 60px auto;
    font-size: 16px;
  }
}
.reference__articles {
  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-bottom: 66px;
}
.reference__article {
  width: 49%;
  max-width: 465px;
  margin-bottom: 100px;
  position: relative;
}
.reference__article a {
  display: block;
}
@media screen and (max-width: 767px) {
  .reference__article {
    width: 100%;
    margin-bottom: 70px;
  }
}
.reference__article:last-child, .reference__article:nth-child(7) {
  margin-bottom: 0;
}
.reference__article article a:hover .read-more {
  color: #e58294;
}
.reference__article article .new {
  position: absolute;
  top: -30px;
  left: 0;
}
.reference__article article .title {
  font-size: 18px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1210px) {
  .reference__article article .title {
    font-size: 16px;
  }
}
.reference__article article .thumbnail {
  width: 100%;
  margin: 0 0 15px;
}
.reference__article article .thumbnail img {
  width: 100%;
  height: 257px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1026px) {
  .reference__article article .thumbnail img {
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .reference__article article .thumbnail img {
    height: auto;
  }
}
.reference__article .tag-flex {
  display: flex;
  flex-wrap: wrap;
}
.reference__article .tag-item {
  background: #f2879b;
  margin-right: 0.5em;
  color: #fff;
  font-weight: bold;
  padding: 2px 12px;
}
.reference__article article .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none !important;
}
.reference__article article .info-container .category {
  width: 98px;
  flex-shrink: 0;
}
@media screen and (max-width: 1210px) {
  .reference__article article .info-container .category {
    width: 80px;
  }
}
.reference__article article .info-container .category img {
  width: 100%;
  height: auto;
}
.reference__article article .info-container .info-list li {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1210px) {
  .reference__article article .info-container .info-list li {
    font-size: 14px;
  }
}
.reference__article article .info-container .info-list li span {
  color: #e58294;
  font-weight: 600;
}
.reference__article article .read-more {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  font-size: 16px;
  color: #000;
  width: 112px;
}
@media screen and (max-width: 1210px) {
  .reference__article article .read-more {
    font-size: 14px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reference__article article .read-more {
    margin-top: 8px;
    width: 100%;
  }
  .reference__article article .read-more .span {
    display: block;
    width: 80px;
    margin: 0 0 0 auto;
  }
}
.reference__article article .read-more::after {
  content: "";
  display: block;
  width: 112px;
  height: 13px;
  background-image: url(../images/reference/icon-arrow-reference.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1210px) {
  .reference__article article .read-more::after {
    width: 80px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .reference__article article .read-more::after {
    margin: 0 0 0 auto;
  }
}
.new {
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 30px;
  background-color: #ff0000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  letter-spacing: 5px;
}
@media screen and (max-width: 1210px) {
  .new {
    font-size: 18px;
  }
}
/****************************************
pagination
*****************************************/
.pagination {
  text-align: center;
}
.pagination a, .pagination span {
  margin-right: 15px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .pagination a, .pagination span {
    margin-right: 5px;
  }
}
.pagination a, .pagination .dots {
  color: #D9C19E;
}
.pagination a {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.pagination a:hover {
  background-color: #D9C19E;
  color: #fff;
}
.pagination .page-numbers {
  border: 1px solid #D9C19E;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  padding: 13px 15px;
}
@media screen and (max-width: 480px) {
  .pagination .page-numbers {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.pagination .page-numbers.dots {
  border: none;
}
.pagination .current {
  background-color: #D9C19E;
  color: #fff;
}
.pagination .prev, .pagination .next {
  color: #D9C19E;
  border: none;
}
.pagination .prev:hover, .pagination .next:hover {
  opacity: .6;
  background-color: transparent;
}
.pagination .prev img, .pagination .next img {
  width: 7px;
  height: 11px;
}
.pagination .next {
  margin-right: 0;
}
/****************************************
reference-single
*****************************************/
.reference-single-thumb {
  background-color: #fef4f5;
  position: relative;
}
.reference-single-thumb::after {
  content: "";
  display: block;
  width: 100vw;
  height: 43px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reference-single__description {
  max-width: 750px;
  margin: 10px auto 0;
}
.reference-single__description li {
  font-size: 16px;
  color: #000;
}
.reference-single__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.reference-single__ttl .new {
  margin-right: 15px;
}
.reference-single__ttl .title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 767px) {
  .reference-single__ttl .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .reference-single__ttl .title {
    font-size: 18px;
  }
}
.reference-single__ttl .address {
  font-size: 16px;
  font-weight: 400;
}
.reference-single .thumb-item {
  position: relative;
  margin-bottom: 30px;
}
.reference-single .thumb-item li span {
  display: block;
  width: 100%;
  height: 616px;
  overflow-y: hidden;
}
@media screen and (max-width: 1210px) {
  .reference-single .thumb-item li span {
    max-height: 50.9vw;
  }
}
.reference-single .thumb-item li span img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-height: 616px;
}
@media screen and (max-width: 1210px) {
  .reference-single .thumb-item li span img {
    max-height: 50.9vw;
  }
}
.reference-single .slide-arrow {
  width: 29px;
  height: 29px;
  position: absolute;
  top: calc(308px - 14.5px);
  z-index: 2;
}
@media screen and (max-width: 1210px) {
  .reference-single .slide-arrow {
    top: calc(25.45vw - 14.5px);
  }
}
.reference-single .slide-arrow.prev-arrow {
  left: 20px;
}
.reference-single .slide-arrow.next-arrow {
  right: 20px;
}
.reference-single .thumb-item-nav {
  z-index: 2;
}

.reference-single .thumb-item-nav li {
  height: 87px;
  background-color: #606060;
}


@media screen and (max-width: 1210px) {
  .reference-single .thumb-item-nav li:nth-child(7n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reference-single .thumb-item-nav li:nth-child(7n) {
    margin-right: 10px;
  }
}
.reference-single .thumb-item-nav li img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.reference-single__content {
  margin-top: 80px;
  margin-bottom: 70px;
  font-size: 16px;
  color: #000;
}
.reference-single-data {
  margin-bottom: 85px;
}
@media screen and (max-width: 480px) {
  .reference-single-data {
    margin-bottom: 40px;
  }
}
.reference-single-data__ttl {
  position: relative;
  margin-bottom: 60px;
}
.reference-single-data__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.reference-single-data__ttl--container {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
}
.reference-single-data__ttl--container span {
  display: block;
  text-align: center;
}
.reference-single-data__ttl--container span.en {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  letter-spacing: 5px;
}
.reference-single-data__ttl--container span.ja {
  color: #000;
  font-size: 16px;
}
.reference-single-data__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reference-single-data__container {
    display: block;
  }
}
.reference-single-data__container--thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  max-width: 620px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .reference-single-data__container--thumb {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.reference-single-data__container--thumb .title {
  position: relative;
}
.reference-single-data__container--thumb .title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 168px;
  border-color: transparent transparent transparent #fef4f5;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.reference-single-data__container--thumb .title span {
  margin-left: 20px;
  display: block;
}
.reference-single-data__container--thumb .title span.en {
  font-size: 25px;
  color: #333;
  letter-spacing: 3px;
}
.reference-single-data__container--thumb .title span.ja {
  font-size: 16px;
  color: #000;
}
.reference-single-data__container--thumb .thumb-item-nav {
  margin-top: 0;
}
.reference-single-data__container--thumb .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reference-single-data__container--thumb .slick-track .slick-slide {
  float: none;
  margin-right: 0;
  margin-left: 15px;
}
.reference-single-data__container--thumb .slick-track .slick-slide:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .reference-single-data__container--thumb .slick-track .slick-slide:nth-child(7) {
    margin-right: 0;
  }
}
.reference-single-data__container .thumb-item {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .reference-single-data__container .thumb-item {
    width: 100%;
  }
}
.reference-single-data__container .thumb-item .slide-arrow {
  top: calc(147.5px - 14.5px);
}
@media screen and (max-width: 767px) {
  .reference-single-data__container .thumb-item .slide-arrow {
    top: calc(30vw - 14.5px);
  }
}
.reference-single-data__container .thumb-item li span {
  max-height: 295px;
}
.reference-single-data__container .thumb-item li span img {
  max-height: 295px;
}
@media screen and (max-width: 767px) {
  .reference-single-data__container .thumb-item li span {
    max-height: 60vw;
  }
  .reference-single-data__container .thumb-item li span img {
    max-height: 60vw;
  }
}
.reference-single-data .before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .reference-single-data .before-after {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .reference-single-data .before-after {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.reference-single-data .before-after__block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reference-single-data .before-after__block {
    width: 100%;
  }
}
.reference-single-data .before-after__block:first-child {
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .reference-single-data .before-after__block:first-child {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reference-single-data .before-after__block:last-child {
    padding-top: 20px;
  }
}
.reference-single-data .before-after__block figure {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.reference-single-data .before-after__block figure figcaption {
  font-size: 25px;
  color: #333;
  margin-bottom: 45px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .reference-single-data .before-after__block figure figcaption {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .reference-single-data .before-after__block figure figcaption {
    font-size: 20px;
  }
}
.reference-single-data .before-after__block figure img {
  max-width: 325px;
  width: 100%;
  height: auto;
}
.reference-single-data .before-after__block .extension {
  text-align: center;
}
.reference-single-data .before-after__block .extension a {
  display: inline-block;
  width: 180px;
  background-color: #f2879b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 6px 0 6px 30px;
  line-height: 1;
}
.reference-single-data .before-after__block .extension a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/reference/icon-extension.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 39px;
}
.reference-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  /*  margin-bottom: 50px;
  min-height: 156px;*/
}
.reference-single__info dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .reference-single__info dl {
    width: 100%;
    margin: 0.5em 0;
  }
}
.reference-single__info dl dt, .reference-single__info dl dd {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 480px) {
  .reference-single__info dl dt, .reference-single__info dl dd {
    font-size: 14px;
  }
}
.reference-single__info dl dt {
  background-color: #fef4f5;
  text-align: center;
  padding: 13px 0;
  width: 147px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reference-single__info dl dt {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .reference-single__info dl dt {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .reference-single__info dl dd {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .reference-single__info dl dd {
    margin-left: 5px;
  }
}
.reference-single__info--links {
  position: absolute;
  right: 0;
  top: -20px;
}
@media screen and (max-width: 1210px) {
  .reference-single__info--links {
    position: static;
    width: 100%;
  }
}
.reference-single__info--links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: center;
}
.reference-single__info--links a span {
  color: #ff7f99;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-right: 17px;
}
@media screen and (max-width: 480px) {
  .reference-single__info--links a span {
    font-size: 14px;
  }
}
.reference-single__info--links a span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url(../images/reference/icon-arrow-link.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.reference-single__info--links a img {
  width: 145px;
}
@media screen and (max-width: 480px) {
  .reference-single__info--links a img {
    width: 110px;
  }
}
.reference-single .comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}
@media screen and (max-width: 480px) {
  .reference-single .comments {
    display: block;
	  margin-bottom: 125px;
  }
}
.reference-single .comments__thumb {
  width: 130px;
  height: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  position: relative;
}
.reference-single .comments__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.reference-single .comments__txt {
  background-color: #f2879b;
  padding: 30px 25px;
}
@media screen and (max-width: 1210px) {
  .reference-single .comments__txt {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .reference-single .comments__txt {
    padding: 10px;
  }
}
.reference-single .comments__txt p {
  color: #fff;
  font-size: 16px;
}
.reference-single__voice-link {
  text-align: center;
  margin-top: 30px;
}
.reference-single__voice-link a {
  display: inline-block;
  padding: 30px 115px;
  border: 2px solid #D9C19E;/*#f67b92;*/
  font-size: 25px;
  font-weight: 600;
  color: #D9C19E;/*#f67b92;*/
  background-color: #fff;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
@media screen and (max-width: 1210px) {
  .reference-single__voice-link a {
    width: 100%;
    padding: 25px 20px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .reference-single__voice-link a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .reference-single__voice-link a {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.reference-single__voice-link a:hover {
  background-color: #D9C19E;/*#f67b92;*/
  color: #fff;
  opacity: 1;
}
.reference-single__voice-link a::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 35px;
  background-image: url(../images/reference/icon-ballon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .reference-single__voice-link a::before {
    width: 35px;
    height: 31px;
  }
}
@media screen and (max-width: 480px) {
  .reference-single__voice-link a::before {
    margin-right: 10px;
  }
}
.reference-single__voice-link a:hover::before {
  background-image: url(../images/reference/icon-ballon-wh.png);
}
.reference-single__list-link {
  text-align: center;
  margin: 30px 0;
}
.reference-single__list-link a {
  display: inline-block;
  padding: 30px 115px;
  border: 2px solid #D9C19E;/*#f67b92;*/
  background-color: #D9C19E;/*#f67b92;*/
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.reference-single__list-link_works_flex {
  margin-top: 30px;
}
.reference-single__list-link_works:nth-child(1) {
  margin: 0 auto 30px;
  max-width: 500px;
}
.reference-single__list-link_works:nth-child(2) {
  margin: 0 auto;
  max-width: 300px;
}
.reference-single__list-link_works a {
  display: block;
  padding: 30px 0;
  width: 100%;
  border: 2px solid #f67b92;
  background-color: #f67b92;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  text-align: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.reference-single__list-link_works a:hover {
  opacity: 1;
  color: #f67b92;
  background-color: #fff;
}
@media screen and (max-width: 1210px) {
  .reference-single__list-link a {
    max-width: 280px;
    width: 100%;
    padding: 25px 20px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .reference-single__list-link a {
    font-size: 20px;
  }
  .reference-single__list-link_works_flex {
    display: block;
  }
  .reference-single__list-link_works:nth-child(1) {
    margin-bottom: 20px;
  }
  .reference-single__list-link_works a {
    padding: 25px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .reference-single__list-link a {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.reference-single__list-link a:hover {
  background-color: transparent;
  color: #D9C19E;/*#f67b92;*/
}
.recommend-articles {
  padding: 45px 0 30px;
  /*border-top: 1px dashed;*/
  position: relative;
}

@media screen and (max-width: 480px) {
  .recommend-articles {
    padding: 40px 0 15px;
  }
}
.recommend-articles::before {
  content: "";
  display: block;
  width: 100vw;
  height: 264px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.recommend-articles__ttl {
  z-index: 2;
  text-align: center;
  margin-bottom: 55px;
  padding: 0 10px;
}
.recommend-articles__ttl span {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1210px) {
  .recommend-articles__ttl span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-articles__ttl span {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .recommend-articles__ttl span {
    font-size: 20px;
  }
}
.recommend-articles__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recommend-articles__container {
    display: block;
  }
}
.recommend-articles__container .reference__article {
  width: 33%;
  margin-right: 2%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recommend-articles__container .reference__article {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.recommend-articles__container .reference__article .info-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.recommend-articles__container .reference__article .info-container .category {
  width: 60px;
  margin-right: 4%;
}
.recommend-articles__container .reference__article .info-list {
  margin-left: 0;
  width: calc(96% - 60px);
}
.recommend-articles__container .reference__article .info-list .title {
  font-size: 18px;
  font-weight: 400;
  border-top: none;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1.5em;
}
@media screen and (max-width: 1210px) {
  .recommend-articles__container .reference__article .info-list .title {
    font-size: 16px;
  }
}
.recommend-articles__container .reference__article .info-list__list {
  font-size: 16px;
  color: #606060;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1.5em;
}
.recommend-articles__container .reference__article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .recommend-articles__container .reference__article:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.recommend-articles__container .reference__article .read-more {
  margin-left: auto;
  text-align: right;
  padding-right: 10px;
}
.recommend-articles__container .reference__article .read-more::after {
  margin-left: auto;
  margin-right: -10px;
}
.page-photos .breadcrumbs {
  margin-bottom: 30px;
}
.page-photos .pagination {
  margin-bottom: 90px;
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .page-photos .pagination {
    margin-bottom: 45px;
    margin-top: 35px;
  }
}
.page-photos figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-photos figure {
    max-width: 450px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.page-photos figure figcaption {
  position: relative;
  margin-left: auto;
  margin-top: 15px;
  border: 1px solid #606060;
  font-size: 16px;
  background-color: #fff;
  padding: 14px 16px;
  line-height: 1;
}
.page-photos figure figcaption::before, .page-photos figure figcaption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.page-photos figure figcaption::before {
  border-width: 0 11px 35px 11px;
  border-color: transparent transparent #606060 transparent;
  top: -35px;
  left: 40px;
}
.page-photos figure figcaption::after {
  border-width: 0 11px 35px 11px;
  z-index: 2;
  border-color: transparent transparent #ffffff transparent;
  top: -32px;
  left: 40px;
}
/****************************************
photos-type
*****************************************/
.photos-type {
  background-color: #fff;
  border: 2px solid #231815;
  padding: 50px 40px;
  position: relative;
}
.photos-type::before {
  content: "";
  display: block;
  width: 100%;
}
@media screen and (max-width: 1210px) {
  .photos-type {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 480px) {
  .photos-type {
    padding: 30px 10px;
  }
}
.photos-type-relative {
  position: relative;
}
.photos-type-relative::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1010px;
  background-image: url(../images/photos/bg-photo-gallery.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: -1;
}
.photos-type__list__ttl {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: solid 2px #333;
  line-height: 1;
  margin: 10px 0;
}
.photos-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .photos-type__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.photos-type__list li {
  width: 187px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 2px solid #000;
}
@media screen and (max-width: 480px) {
  .photos-type__list li {
    width: 49%;
    margin-right: 0;
  }
}
.photos-type__list li a {
  color: #333;
  line-height: 53px;
  text-align: center;
  font-weight: 600;
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
@media screen and (max-width: 480px) {
  .photos-type__list li a {
    font-size: 14px;
    line-height: 40px;
  }
}
.photos-type__list li.current {
  background-color: #000;
  pointer-events: none;
}
.photos-type__list li.current a {
  color: #fff;
}
.photos-type__list li.current:hover {
  background-color: #000;
  border-color: #000;
}
.photos-type__list li.current:hover a {
  color: #fff;
}
.photos-type__list li:hover {
  background-color: #f2879b;
  border-color: #f2879b;
}
.photos-type__list li:hover a {
  color: #fff;
}
/****************************************
photos-container1
*****************************************/
.photos-container1 {
  width: calc(calc(calc(100vw - 1130px) / 2) + 1130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media all and (-ms-high-contrast: none) {
  .photos-container1 {
    width: calc(100vw - 21.6vw);
  }
}
@media screen and (max-width: 1210px) {
  .photos-container1 {
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 767px) {
  .photos-container1 {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 568px) {
  .photos-container1 {
    padding: 0 10px;
  }
}
.photos-container1 figure {
  margin: 0;
}
.photos-container1 figure:nth-child(1) .trm01 {
  padding-top: 70%;
}
.photos-container1 figure:nth-child(1) .trm01 img {
  height: auto;
}
.photos-container1 figure:nth-child(2) .trm01 {
  padding-top: 100%;
}
.photos-container1 figure:nth-child(2) .trm01 img {
  width: initial;
  height: 100%;
}
.photos-container2 figure .trm02 {
  padding-top: 100%;
}
.photos-container3 figure:nth-child(1) .trm03 {
  padding-top: 67%;
}
.photos-container3 figure:nth-child(1) .trm03 img {
  height: auto;
  width: 100%;
}
.photos-container3 figure:nth-child(2) .trm03 {
  padding-top: 120%;
}
.photos-container4 figure:nth-child(1) .trm04 {
  padding-top: 70%;
}
.photos-container4 figure:nth-child(2) .trm04 {
  padding-top: 80%;
}
.photos-container4 figure:nth-child(2) .trm04 img {
  width: initial;
  height: 100%;
}
.photos-container4 figure img {
  /*width: 100%;*/
  height: auto;
}
.photos-container1 figure:first-child {
  width: 54.3vw;
}
.photos-container1 figure:first-child figcaption {
  width: 60.2%;
}
@media screen and (max-width: 767px) {
  .photos-container1 figure:first-child figcaption {
    width: 100%;
  }
  .photos-container1 figure:nth-child(1) .trm01, .photos-container1 figure:nth-child(2) .trm01, .photos-container2 figure .trm02, .photos-container3 figure:nth-child(1) .trm03, .photos-container3 figure:nth-child(2) .trm03 {
    padding-top: 67%;
  }
  .photos-container1 figure:nth-child(1) .trm01 img, .photos-container1 figure:nth-child(2) .trm01 img, .photos-container2 figure .trm02 img, .photos-container3 figure:nth-child(1) .trm03 img, .photos-container3 figure:nth-child(2) .trm03 img {
    height: auto;
    /*width: 100%;*/
    max-width: 100%;
  }
  .photos-container4 figure img {
    /* width: auto;*/
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .photos-container1 figure:first-child {
    width: 100%;
  }
}
.photos-container1 figure:nth-child(2) {
  width: 22.1vw;
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .photos-container1 figure:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
/****************************************
photos-container2
*****************************************/
.photos-container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .photos-container2 {
    display: block;
    margin: 30px 0;
  }
}
.photos-container2-relative {
  position: relative;
}
.photos-container2-relative::before {
  content: "";
  display: block;
  width: 100vw;
  height: 748px;
  background-color: #eafff5;
  position: absolute;
  top: 250px;
  left: 0;
  z-index: -1;
}
.photos-container2 figure {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photos-container2 figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
/****************************************
photos-container3
*****************************************/
.photos-container3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .photos-container3 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .photos-container3 figure {
    margin-bottom: 30px;
  }
}
.photos-container3 figure:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 550px;
}
@media screen and (max-width: 767px) {
  .photos-container3 figure:first-child {
    width: 100%;
  }
}
.photos-container3 figure:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 425px;
  margin-right: 78px;
  margin-top: 111px;
}
@media screen and (max-width: 767px) {
  .photos-container3 figure:nth-child(2) {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}
/****************************************
photos-container4
*****************************************/
.photos-container4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -180px;
  padding-left: 40px;
  padding-bottom: 83px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .photos-container4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .photos-container4 {
    display: block;
    padding-right: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 568px) {
  .photos-container4 {
    padding: 0 10px 40px;
  }
}
.photos-container4::before {
  content: "";
  display: block;
  width: 100vw;
  height: 524px;
  background-image: url(../images/photos/bg-photo-gallery.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.photos-container4 figure:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50vw;
}
@media screen and (max-width: 767px) {
  .photos-container4 figure:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.photos-container4 figure:first-child figcaption {
  width: 60%;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .photos-container4 figure:first-child figcaption {
    width: 100%;
  }
}
.photos-container4 figure:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 425px;
  margin-right: 78px;
}
@media screen and (max-width: 1210px) {
  .photos-container4 figure:nth-child(2) {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .photos-container4 figure:nth-child(2) {
    width: 100%;
  }
}
/****************************************
photos-single
*****************************************/
.photos-single .reference-single-thumb {
  background-color: transparent;
}
.photos-single__ttl {
  text-align: center;
  background-color: #fff;
  border: 1px solid #231815;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;
  margin: 15px 0;
  position: relative;
}
.photos-single__ttl::before, .photos-single__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.photos-single__ttl::before {
  z-index: 2;
  border-width: 35px 11px 0 11px;
  border-color: #231815 transparent transparent transparent;
  bottom: -35px;
  left: 40px;
}
.photos-single__ttl::after {
  border-width: 35px 11px 0 11px;
  z-index: 3;
  border-color: #ffffff transparent transparent transparent;
  bottom: -32px;
  left: 40px;
}
.slick-arrow, .thumb-item-nav .slick-slide {
  cursor: pointer;
}
.page-photos-detail .page-title {
  margin-bottom: 0;
}
.page-photos-detail .photos-type-relative::before {
  height: calc(100% - 43px);
  background-repeat: repeat;
  background-size: contain;
}
.page-photos-detail .reference-single-thumb::after {
  display: none;
}
.page-photos-detail .reference-single__voice-link a::before {
  background-image: url(../images/photos/icon-handkerchief.png);
  width: 45px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .page-photos-detail .reference-single__voice-link a::before {
    width: 33px;
    height: 30px;
  }
}
.page-photos-detail .reference-single__voice-link a:hover::before {
  background-image: url(../images/photos/icon-handkerchief-wh.png);
}
.page-photos-detail .reference-single__description {
  margin-top: 0;
  padding: 30px 0;
  max-width: none;
  background-color: #fff;
}
.page-photos-detail .reference-single__description li {
  max-width: 750px;
  margin: 0 auto;
}
.page-photos-detail .reference-single__content {
  background-color: #eafff5;
  margin-bottom: 20px;
}
.page-photos-detail .reference-single__voice-link {
  margin-top: 12px;
}
.page-photos-detail .thumb-item {
  margin-bottom: 0;
  background-color: #fff;
}
.page-photos-detail .photos-single-container {
  width: 100%;
  padding: 30px 25px 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-photos-detail .photos-single-container {
    padding: 30px 10px 50px;
  }
}
.page-photos-detail .photos-single-container .thumb-item-nav {
  margin-top: 30px;
}