@charset "UTF-8";
/*=============================================================
 gallery ギャラリー 
=============================================================*/
/* archive page
---------------------------------------------- */
/* #mainimg
-------------------------- */
#mainimg {
  background-image: url(../img/gallery/bg_mainimg01_sp.jpg);
}

@media screen and (min-width: 600px) {
  #mainimg {
    background-image: url(../img/gallery/bg_mainimg01_pc.jpg);
  }
}

/* .intro
-------------------------- */
.intro {
  padding-top: 36px;
  padding-bottom: 40px;
}

.intro .catch {
  margin: 0 0 10px;
  font-size: 27.2px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .075em;
}

.intro .txt {
  margin: 0 0 20px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .intro {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .intro .catch {
    margin: 0 0 23px;
    font-size: 3.7rem;
  }
  .intro .txt {
    margin: 0 0 85px;
    font-size: 1.4rem;
    text-align: center;
  }
  .intro .categoryLinks .parentItem,
  .intro .categoryLinks .childItem {
    width: 202px;
  }
  .intro .categoryLinks .parentLink,
  .intro .categoryLinks .childLink {
    padding: 34px 0;
  }
  .intro .categoryLinks .parent .en,
  .intro .categoryLinks .child .en {
    font-size: 1.6rem;
  }
  .intro .categoryLinks .parent .ja,
  .intro .categoryLinks .child .ja {
    font-size: 1.2rem;
  }
  .intro .categoryLinks .parentItem {
    margin-left: 15px;
  }
  .intro .categoryLinks .parentItem:first-child {
    margin-left: 0;
  }
}

/* .galleryArchive
-------------------------- */
@media screen and (min-width: 600px) {
  .galleryArchive {
    margin: 0 0 120px;
  }
}

.galleryList .item .img {
  position: relative;
}

.galleryList .item .img .cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  letter-spacing: .075em;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.galleryList .item .txtArea {
  padding: 10px 25px 30px;
}

.galleryList .item .txtArea .tit {
  margin-bottom: 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.galleryList .item .txtArea .list li {
  margin-bottom: 5px;
  font-size: 19.2px;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .galleryList {
    overflow: hidden;
    margin-top: 60px;
  }
  .galleryList .item {
    float: left;
    width: 332px;
    margin-left: 37px;
  }
  .galleryList .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .galleryList .item .img .cat {
    padding: 13px 0;
    font-size: 1.4rem;
  }
  .galleryList .item .txtArea {
    padding: 30px 0;
  }
  .galleryList .item .txtArea .tit {
    margin-bottom: 12px;
    font-size: 1.8rem;
    letter-spacing: .075em;
  }
  .galleryList .item .txtArea .list li {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
}

/* single page
---------------------------------------------- */
.gallerySingle .head {
  padding: 70px 0 25px;
  text-align: center;
}

.gallerySingle .head .en {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: underline;
}

.gallerySingle .head .tit {
  font-size: 30.4px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.25;
}

.gallerySingle .gallerySliderMain {
  position: relative;
}

.gallerySingle .gallerySliderMain .item {
  position: relative;
}
.gallerySingle .gallerySliderMain .item a {
  display: block;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
	padding-top:57.5%;
}
.gallerySingle .gallerySliderMain .item a:before {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: url(../img/gallery/ico_zoom01.png) no-repeat;
  background-size: contain;
}
.gallerySingle .gallerySliderMain .item a img {
  max-height: 100%;
  display: none;
  margin: 0 auto;
}

.gallerySingle .gallerySliderMain .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 18px;
  height: 45px;
  overflow: hidden;
  background-color: #3b3b3b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallerySingle .gallerySliderMain .slick-prev {
  left: 0;
  background-image: url(../img/work/price/ico_prev01.png);
}

.gallerySingle .gallerySliderMain .slick-next {
  right: 0;
  background-image: url(../img/work/price/ico_next01.png);
}

.gallerySingle .gallerySliderThumb {
  overflow: hidden;
}

.gallerySingle .gallerySliderThumb .item {
  margin: 2.5px;
}

.gallerySingle .gallerySliderThumb .slick-list {
  padding: 0 !important;
}

.gallerySingle .gallerySliderThumb .slick-track,
.gallerySingle .gallerySliderThumb .slick-list {
  height: auto !important;
}
.gallerySingle .gallerySliderMain .item a,
.gallerySingle .gallerySliderThumb .item a {
  transition: .3s;
}
.gallerySingle .gallerySliderMain .item a:hover,
.gallerySingle .gallerySliderThumb .item a:hover {
  opacity: .8;
}

.gallerySingle .catch {
  margin-top: 20px;
  padding: 0 25px;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.66;
}

.gallerySingle .txt {
  margin-top: 20px;
  padding: 0 25px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 2;
}

.gallerySingle .img01 {
  margin-top: 20px;
}

.gallerySingle .movie {
  margin-bottom: 40px;
}

.gallerySingle .boxImg {
  margin-bottom: 20px;
  padding: 0 50px;
}

.gallerySingle .boxCatch {
  margin-bottom: 20px;
  padding: 0 25px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.66;
}

.gallerySingle .boxTxt {
  margin-bottom: 20px;
  padding: 0 25px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 2;
}

.gallerySingle .houseData {
  padding: 0 15px;
}

.gallerySingle .houseDataTit .en {
  margin-bottom: 5px;
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: .075em;
}

.gallerySingle .houseDataTit .ja {
  margin-bottom: 10px;
  color: #a7a8a9;
  font-size: 17.6px;
  font-size: 1.1rem;
}

.gallerySingle .houseDataTable:last-child {
  border-top: 0;
}

.gallerySingle .houseDataTable th, .gallerySingle .houseDataTable td {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.gallerySingle .houseDataTable th {
  width: 90px;
}

.gallerySingle .sns {
  padding: 30px 15px 15px;
  text-align: right;
}

.gallerySingle .snsTit {
  display: inline-block;
  vertical-align: middle;
}

.gallerySingle .snsList {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.gallerySingle .snsList li {
  float: left;
  width: 30px;
  margin-left: 15px;
}

.gallerySingle .btn {
  margin-top: 15px;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
	.gallerySingle .gallerySliderMain .item a {
		display: block;
		width:100%;
		padding-top:65%;
		background-size:auto 100%;
		background-position:center;
		background-repeat:no-repeat; 
	}
}
@media screen and (min-width: 600px) {
  .gallerySingle .head {
    padding: 150px 0 80px;
  }
  .gallerySingle .head .en {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .gallerySingle .head .tit {
    font-size: 3.7rem;
    line-height: 1.45;
  }
  .gallerySingle .gallerySliderMain .slick-arrow {
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .gallerySingle .gallerySliderMain .slick-prev {
    left: -31px;
    background-image: url(../img/work/price/ico_prev02.png);
  }
  .gallerySingle .gallerySliderMain .slick-prev:hover {
    background-position: -10px 0;
  }
  .gallerySingle .gallerySliderMain .slick-next {
    right: -31px;
    background-image: url(../img/work/price/ico_next02.png);
  }
  .gallerySingle .gallerySliderMain .slick-next:hover {
    background-position: 10px 0;
  }
  .gallerySingle .gallerySliderThumb {
    width: 760px;
    margin: 0 auto;
  }
  .gallerySingle .gallerySliderThumb .slick-list {
    margin: 10px -10px;
  }
  .gallerySingle .gallerySliderThumb .item {
    margin: 10px;
    cursor: pointer;
  }
  .gallerySingleCont {
    width: 880px;
    margin: 0 auto;
  }
  .gallerySingle .catch {
    margin-top: 40px;
    padding: 0;
    font-size: 2.7rem;
  }
  .gallerySingle .txt {
    margin-top: 30px;
    padding: 0;
    font-size: 1.4rem;
  }
  .gallerySingle .box {
    overflow: hidden;
    margin-bottom: 45px;
  }
  .gallerySingle .box:nth-child(odd) .boxImg {
    float: left;
    margin-right: 40px;
  }
  .gallerySingle .box:nth-child(odd) .boxTxtArea {
    float: left;
    width: 411px;
  }
  .gallerySingle .box:nth-child(even) .boxImg {
    float: right;
    margin-left: 40px;
  }
  .gallerySingle .boxImg {
    width: 429px;
    padding: 0;
  }
  .gallerySingle .boxCatch {
    padding: 0;
    font-size: 2.4rem;
  }
  .gallerySingle .boxTxt {
    padding: 0;
    font-size: 1.3rem;
  }
  .gallerySingle .houseData {
    overflow: hidden;
    padding: 55px 0 0;
    border-top: 1px solid #3b3b3b;
  }
  .gallerySingle .houseDataTit .en {
    font-size: 1.8rem;
  }
  .gallerySingle .houseDataTit .ja {
    margin-bottom: 20px;
  }
  .gallerySingle .houseDataTable {
    float: left;
    width: 415px;
  }
  .gallerySingle .houseDataTable:last-child {
    float: right;
    border-top: 1px solid #ccc9c8;
  }
  .gallerySingle .houseDataTable th, .gallerySingle .houseDataTable td {
    padding: 19px 0;
    font-size: 1.3rem;
  }
  .gallerySingle .houseDataTable th {
    width: 126px;
  }
  .gallerySingle .houseDataTable td {
    padding: 19px 20px;
  }
  .gallerySingle .sns {
    padding: 60px 15px 45px;
  }
  .gallerySingle .snsTit {
    font-size: 1.4rem;
  }
  .gallerySingle .snsList li {
    width: 35px;
    margin-left: 15px;
  }
  .gallerySingle .snsList li a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .gallerySingle .snsList li a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .gallerySingle .btnWrap {
    overflow: hidden;
  }
  .gallerySingle .btnWrap .btn {
    float: left;
    width: 415px;
    padding: 0;
  }
  .gallerySingle .btnWrap .btn:nth-child(even) {
    float: right;
  }
  .gallerySingle .btnWrap .btn a {
    padding: 19px 30px;
  }
  .gallerySingle .img01 {
    margin-top: 100px;
  }
}

.recommendTit {
  padding: 27px 0;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
}

.recommendList .item .img {
  position: relative;
  transition: .3s;
}

.recommendList .item .img:hover {
  opacity: .8;
}

.recommendList .item .img .cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.recommendList .item .txtArea {
  padding: 12px 25px 22px;
}

.recommendList .item .txtArea .tit {
  margin-bottom: 10px;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 400;
}

.recommend .btn {
  width: 225px;
  margin: 0 auto 40px;
}

.recommend .btn a {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .recommendTit {
    font-size: 2.8rem;
  }
  .recommendList {
    overflow: hidden;
    margin-top: 60px;
  }
  .recommendList .item {
    float: left;
    width: 245px;
    margin-left: 30px;
  }
  .recommendList .item:first-child {
    margin-left: 0;
  }
  .recommend .btn {
    width: 295px;
    margin: 0 auto 120px;
  }
  .recommend .btn a {
    padding: 19px 30px;
  }
	.recommendList .item .img {
		background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
		height:150px;
	}
	.recommendList .item .img img {
		display:none;
	}
}
@media screen and (max-width: 600px) {
	.recommendList .item .img {
		background-image:none !important;
	}
}

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

.gallerySingle .movie {
  position: relative;
  width: 100%;
  padding: 0 0 56.25% 0;
}
.gallerySingle .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .gallerySingle .movie {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 600px) {
  #gallery .pager {
    margin: 60px 0 120px;
  }
}

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

