@charset "UTF-8";

/* pg-wrapper -------------------------------- */
.pg-wrapper {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  position: relative;
  overflow: hidden;
}

.pg-wrapper * {
  font-family: inherit;
  outline: none !important;
  word-break: break-word;
}
.pg-wrapper a {
  color: inherit;
}
.pg-wrapper a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.pg-wrapper a:hover p {
  text-decoration: none;
}

.pg-wrapper .js-pg-img-change:not([src]) {
  display: none;
}

.pg-wrapper .u-d--n { display: none !important; }
.pg-wrapper .u-d--b { display: block !important; }
@media (max-width: 768px) {
  .pg-wrapper .u-sp-d--n { display: none !important; }
  .pg-wrapper .u-sp-d--b { display: block !important; }
}
@media (min-width: 769px) {
  .pg-wrapper .u-pc-d--n { display: none !important; }
  .pg-wrapper .u-pc-d--b { display: block !important; }
}

/* Slider -------------------------------- */
.pg-wrapper .swiper-container:not(.swiper-container-initialized) {
  opacity: 0;
  visibility: hidden;
}
.pg-wrapper .swiper-container.is-normal-layout .swiper-wrapper {
  flex-wrap: wrap;
}
.pg-wrapper .swiper-container.is-normal-layout .swiper-slide {
  height: auto;
}

.pg-wrapper .swiper-button-prev,
.pg-wrapper .swiper-button-next {
  width: 28px;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.pg-wrapper .swiper-button-prev {
  left: 0;
}
.pg-wrapper .swiper-button-next {
  right: 0;
}
.pg-wrapper .swiper-button-prev:before,
.pg-wrapper .swiper-button-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}
.pg-wrapper .swiper-button-prev:before {
  transform: scaleX(-1);
}
.pg-wrapper .swiper-button-prev:after,
.pg-wrapper .swiper-button-next:after {
  display: none;
}
@media (min-width: 769px) {
  .pg-wrapper .swiper-button-prev:hover,
  .pg-wrapper .swiper-button-next:hover {
    opacity: 0.7;
  }
}

.pg-wrapper .swiper-pagination-bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 28px 0 0;
  position: static;
}
.pg-wrapper .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.pg-wrapper .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  opacity: 0.3;
  transition: 0.3s;
}
.pg-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #383838;
  opacity: 1;
}
@media (min-width: 769px) {
  .pg-wrapper .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
  }
  .pg-wrapper .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
  }
  .pg-wrapper .swiper-pagination-bullet:hover:before {
    background: #383838;
    opacity: 0.7;
  }
}

.pg-wrapper .swiper-navigation {
  display: flex;
  align-items: center;
}
.pg-wrapper .swiper-navigation .swiper-button-prev,
.pg-wrapper .swiper-navigation .swiper-button-next {
  position: static;
  transform: none;
}
.pg-wrapper .swiper-navigation .swiper-button-prev {
  margin: 0 16px 0 0;
}
.pg-wrapper .swiper-fraction {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 32px 0 0;
  order: -1;
}

/* Button -------------------------------- */
.c-button {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
.c-button .c-button__elm {
  display: block;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  padding: 16px 12px;
  border: 1px solid #000;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .c-button .c-button__elm:hover {
    color: #fff;
    background: #000;
  }
}

/* Section Header -------------------------------- */
.pg-section-header {
  text-align: center;
  margin: 0 0 32px;
}
.pg-section-header__heading {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .pg-section-header {
    margin: 0 0 60px;
  }
  .pg-section-header__heading {
    font-size: 24px;
  }
}

/* Introduction -------------------------------- */
.pg-intro {
  text-align: center;
  margin: 40px 0;
}
.pg-intro__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-intro {
    margin: 0 0 100px;
  }
  .pg-intro__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-intro__logo {
  max-width: 335px;
  line-height: 1;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .pg-intro__logo {
    max-width: 594px;
    margin: 0 auto;
  }
}

/* Access -------------------------------- */
.pg-access {
  margin: 40px 0 48px;
}
.pg-access__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-access {
    margin: 100px 0 80px;
  }
  .pg-access__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-access__title {
  display: none;
}
.pg-access__info:nth-of-type(n+2) {
  margin-top: 12px;
}
.pg-access__info-title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0 0 2px;
}
.pg-access__info-data {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.pg-access__info-data a {
  display: inline;
  text-decoration: underline;
}
.pg-access__info-data a:hover {
  text-decoration: underline;
}
.pg-access__visual {
  margin: 40px 0 0;
}
.pg-access__gmap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pg-access__gmap:before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media (min-width: 769px) {
  .pg-access__content {
    display: flex;
    justify-content: space-between;
  }
  .pg-access__detail {
    width: 45%;
    padding: 0 60px 0 0;
  }
  .pg-access__title {
    display: block;
    font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .pg-access__info {
    display: flex;
  }
  .pg-access__info:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .pg-access__info-title {
    width: 108px;
    font-size: 14px;
    padding: 0 8px 0 0;
  }
  .pg-access__info-data {
    width: calc(100% - 108px);
    font-size: 14px;
  }
  .pg-access__visual {
    width: 55%;
    margin: 0;
  }
  .pg-access__gmap:before {
    padding-top: 66.6667%;
  }
}

/* Instagram -------------------------------- */
.pg-instagram {
  margin: 48px 0 60px;
}
.pg-instagram__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-instagram {
    margin: 80px 0 120px;
  }
  .pg-instagram__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-instagram__items {
  display: flex;
  flex-wrap: wrap;
}
.pg-instagram__item {
  width: 50%;
}
.pg-instagram__item:nth-of-type(n+5) {
  display: none;
}
.pg-instagram__item span {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-instagram__item span:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.pg-instagram__button {
  margin: 28px auto 0;
}
@media (min-width: 769px) {
  .pg-instagram__item {
    width: 20%;
  }
  .pg-instagram__item:nth-of-type(n) {
    display: block;
  }
  .pg-instagram__button {
    margin: 40px auto 0;
  }
}

/* Gallery -------------------------------- */
.pg-gallery {
  margin: 60px 0 12px;
}
@media (min-width: 769px) {
  .pg-gallery {
    margin: 120px 0 20px;
  }
}

@media (min-width: 769px) {
  .pg-gallery__slide {
    padding: 0 20px;
  }
  .pg-gallery__slider .swiper-navigation {
    width: 69.4445%;
    justify-content: flex-end;
    padding: 0 20px;
    margin: 24px auto 0;
  }
}

/* Navigation -------------------------------- */
.pg-nav {
  margin: 12px 0 48px;
}
@media (min-width: 769px) {
  .pg-nav {
    margin: 20px 0 80px;
  }
  .pg-nav__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-nav__item {
  border-bottom: 1px solid #E1E4E6;
}
.pg-nav__item a {
  height: 100%;
  padding: 28px 60px 28px 20px;
  position: relative;
  z-index: 1;
}
.pg-nav__item a:after {
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: 0.3s;
}
.pg-nav__item-content {
  display: flex;
  height: 100%;
}
.pg-nav__image {
  width: 70px;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
}
.pg-nav__detail {
  width: 100%;
  align-self: center;
  flex: 1 1 auto;
}
.pg-nav__title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.pg-nav__title--fz-smaller {
  font-size: 18px;
}
.pg-nav__text {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 8px 0 0;
}
@media (min-width: 769px) {
  .pg-nav__items {
    display: flex;
    flex-wrap: wrap;
  }
  .pg-nav__item {
    width: calc((100% - 60px) * 0.5);
    flex: 1 1 auto;
  }
  .pg-nav__item:not(:nth-of-type(2n+1)) {
    margin-left: 60px;
  }
  .pg-nav__item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  .pg-nav__item a {
    padding: 28px 60px 28px 0;
  }
  .pg-nav__item a:not(:hover):after {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
  }
  .pg-nav__image {
    width: 100px;
    margin: 0 28px 0 0;
  }
  .pg-nav__title {
    font-size: 24px;
  }
  .pg-nav__text {
    font-size: 14px;
    margin: 12px 0 0;
  }
}

/* Others -------------------------------- */
.pg-others {
  margin: 48px 0 12px;
}
@media (min-width: 769px) {
  .pg-others {
    margin: 80px 0 100px;
  }
  .pg-others__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .pg-others__header {
    margin: 0 0 32px;
  }
}

.pg-others__item {
  border-top: 1px solid #E1E4E6;
}
.pg-others__item a {
  height: 100%;
  padding: 28px 60px 28px 20px;
  position: relative;
  z-index: 1;
}
.pg-others__item a:after {
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: 0.3s;
}
.pg-others__item-content {
  height: 100%;
}
.pg-others__logo {
  max-width: 272px;
  font-size: 10px;
  line-height: 1;
}
.pg-others__text {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
  margin: 12px 0 0;
}
@media (min-width: 769px) {
  .pg-others__items {
    display: flex;
    flex-wrap: wrap;
  }
  .pg-others__item {
    width: calc((100% - 60px) * 0.5);
    border-top: none;
    border-bottom: 1px solid #E1E4E6;
    flex: 1 1 auto;
  }
  .pg-others__item:not(:nth-of-type(2n+1)) {
    margin-left: 60px;
  }
  .pg-others__item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  .pg-others__item a {
    padding: 48px 60px 48px 0;
  }
  .pg-others__item a:not(:hover):after {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
  }
  .pg-others__logo {
    max-width: 392px;
  }
  .pg-others__text {
    font-size: 12px;
    margin: 16px 0 0;
  }
}