@charset "utf-8";

@media only screen and (min-width: 641px) {
  /*menu*/
  .gallery #siteHeader .siteUtility .siteLinks #menu_gallery {
    background: url(/ph/coccoapo/common/img/br_gnavi_on.png) no-repeat 2px bottom;
  }
}

/*=================================

	1: parts for PC

================================*/
.gallery #mainContents {
  background: #f2f2f2;
}
.gallery .headLine02 {
  margin: 50px 0 0;
}
#galleryTitle {
  padding: 50px 0 0;
  background: url(/ph/coccoapo/gallery/img/bg_title.jpg) no-repeat center 0;
  background-size: cover;
}
.galleryleadTxt {
  font-size: 20px;
  margin: 25px 0 0;
}
.galleryList {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.galleryList .galleryListItem01 {
  width: 400px;
  margin: 50px auto 0;
}
.galleryList .galleryListItem02 {
  width: 300px;
  margin: 40px 0 0;
}
.galleryList .galleryLinkItem__text {
  text-align: center;
  font-size: 17px;
  margin: 5px 0 0;
}
.galleryList .galleryListItem02 .galleryLinkItem__text {
  text-align: left;
  font-size: 16px;
}
.galleryImgWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.galleryImgWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.galleryImgWrap>a {
  display: block;
}
.galleryImgWrap>a:hover {
  opacity: .7;
}
.galleryImgWrap .sp-link {
  display: none;
}
@media only screen and (max-width: 640px) {
  /*=================================

	2: parts for Smartphone

================================*/
  .inner img {
    width: auto;
  }
  #galleryTitle {
    padding: 12px 0;
    margin: 0;
    background-size: auto 100%;
  }
  .galleryleadTxt {
    font-size: 16px;
  }
  .galleryList {
    width: auto;
    margin: 0 auto;
    padding: 10px 0 0;
    display: block;
  }
  .galleryList .galleryListItem01 {
    width: 100%;
    padding: 0 20px;
    float: none;
    /* margin-left: 0; */
    /* padding: 0 15px; */
    margin-top: 20px;
  }
  .galleryList .galleryLinkItem__text {
    text-align: center;
    font-size: 15px;
    margin: 5px 0 0;
  }
  .galleryList .galleryListItem01 .galleryImgWrap {
    position: relative;
    width: 100%;
    /*padding-top:56.25%;*/
  }
  .galleryList .galleryListItem01 .galleryImgWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .galleryList .galleryListItem02 {
    width: auto;
    margin: 30px auto 0;
  }
  .galleryList .galleryListItem02 .galleryImgWrap {
    width: 250px;
    margin: 0 auto;
  }
  .galleryList .galleryListItem02 .galleryImgWrap iframe {
    width: 250px;
  }
  .galleryList .galleryLinkItem__text {
    text-align: center;
    font-size: 16px;
    margin: 5px 0 0;
  }
  .galleryList .galleryListItem02 .galleryLinkItem__text,
  .galleryList .galleryListItem .galleryLinkItem__text02 {
    text-align: left;
    font-size: 16px;
  }
  .galleryImgWrap [data-fancybox] {
    display: none;
  }
  .galleryImgWrap .sp-link {
    display: block;
  }
}
/*=================================

	202212 hp Refurbishment

=================================*/
.coming_soon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 640px) {
  .coming_soon{
    display: block;
    height: auto;
    padding-top: 120px;
    text-align: center;
  }
  .coming_soon img{
    width: 57.3334vw;
    height: auto;
    margin: 0 auto;
  }
}
