@charset "UTF-8";
/*#header{ transform: translateY(-100px); }
#header.is-actived{ transform: translateY(0px); }*/

/*フッター*/
.p-headVis--location {
  background: url("../img/img-sp-hero-0001.webp") 50% 70% no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .p-headVis--location {
    background: url("../img/img-hero-0001.webp") 50% 50% no-repeat;
    background-size: cover;
  }
}

.p-urgent{
  background: #f4e7ce;
  text-align: center;
}
.p-urgent__inner{
  text-align: left;
}
.p-urgent a{
  color: #bd8a00;
  text-decoration: underline;
}
.p-urgent a:hover{
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
.p-urgent__inner{
  text-align: center;
}
}

.p-galleryType {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.p-galleryType__img01 {
  width: 44%;
  height: auto;
  margin-right: 0.2%;
}

.p-galleryType__img02 {
  position: relative;
  width: 35%;
  height: auto;
  margin-left: 10%;
  top: -172px;
}

.p-galleryType__img03 {
  width: 61.5%;
  height: auto;
  margin-right: 11.5%;
  margin-top: -40px;
}

.p-galleryType__img04 {
  width: 35%;
  height: auto;
  margin-right: 9%;
}

.p-galleryType__img05 {
  position: relative;
  width: 44%;
  height: auto;
  margin-left: 4.5%;
  top: -146px;
}

.p-galleryType__img06 {
  width: 61.5%;
  height: auto;
  margin-right: 11.5%;
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .p-galleryType {
    display: none;
  }
}

.p-photoGallery {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.p-photoGallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 6.4%);
  margin: 0 3.2%;
}

.p-photoGallery__item:nth-child(even) {
  margin-top: 100px;
}

.p-photoGallery__img {
  z-index: -1;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .p-photoGallery__img {
    max-width: 44vw;
  }
}

.p-photoGallery__txtBlock {
  background: #fff;
  width: 90%;
  max-width: 520px;
  min-height: 362px;
  padding: 60px;
  margin-top: -20%;
}

.p-photoGallery__ttl {
  font-size: 40px;
  font-size: 4rem;
  text-align: left;
  font-family: "Montserrat-UltraLight", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
  font-weight: 200;
  line-height: 1;
}

.p-photoGallery__ttl__subTxt {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  font-size: 1rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}

.p-photoGallery__txt {
  margin-top: 20px;
}

.p-photoGallery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-photoGallery__link__item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  color: #bd8a00;
}

.p-photoGallery__link__item:after {
  content: "|";
  margin: 0 .5em;
}

.p-photoGallery__link__item:last-child:after {
  content: none;
}

.p-photoGallery__link__item a {
  color: #bd8a00;
  text-decoration: underline;
}

.p-photoGallery .c-btnWrap .c-btn--size-m {
  min-width: 100%;
}

.p-photoGallery .c-sm-block-m {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-photoGallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 40px);
    margin: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-photoGallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .p-photoGallery__item {
    width: calc(100% - 80px);
    min-width: 295px;
    margin: 0 auto;
  }
  .p-photoGallery__item:nth-child(even) {
    margin-top: 0;
  }
  .p-photoGallery__item:not(:first-of-type) .p-photoGallery__link__item {
    width: 100%;
  }
  .p-photoGallery__img {
    width: 90vw;
  }
  .p-photoGallery__txtBlock {
    width: calc(100% - 40px);
    min-height: auto;
    padding: 30px 20px 20px 20px;
    margin-bottom: 40px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-photoGallery__ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-photoGallery__ttl__subTxt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .p-photoGallery__link__item {
    width: 50%;
    font-size: 10px;
    font-size: 1rem;
  }
  .p-photoGallery__link__item:after {
    content: none;
  }
  .p-photoGallery .c-btn--size-m {
    min-width: 100%;
  }
}

@media screen and (min-width: 767px) {
  #pgCarousel {
    margin-bottom: 20px;
  }
  /*
  #pgCarouselDots{
    display: none;
  }
*/
}

.l-aside--top {
  margin-top: 20px;
}

.p-projector{ opacity:1; transform: scale(1); }
