@charset "UTF-8";
/* ================================================

- Base

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

- 

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ================================================

- フォント

================================================ */
.kozukaMincho {
  font-family: kozuka-mincho-pro,serif;
  font-weight: 300;
  font-style: normal; }

.garamond {
  font-family: adobe-garamond-pro,serif;
  font-weight: 400;
  font-style: normal; }

.NotoSerif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; }

.century {
  font-family: century-old-style-std, serif;
  font-weight: 400;
  font-style: normal; }

.centuryB {
  font-family: century-old-style-std, serif;
  font-weight: 700;
  font-style: normal; }

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

- 

================================================ */
.transition3, .lozad {
  -webkit-transition: all .3s;
  transition: all .3s; }

.lozad {
  opacity: 0; }

.lozad[data-loaded="true"] {
  opacity: 1; }

.indentKome p {
  position: relative;
  padding: 0 0 0 16px; }
.indentKome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0; }

/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important; } }
@media all and (max-width: 767px) {
  .nosp {
    display: none !important; } }
/* ================================================

- ギャラリー

================================================ */
.gallery__slider {
  padding: 60px 0 0; }
  .gallery__slider .gallery__slider__list {
    max-width: 900px;
    margin: 0 auto; }
    .gallery__slider .gallery__slider__list ul li img {
      width: 100%;
      height: auto; }

.gallery__slider__tmb {
  margin-top: 50px; }

.gallery__slider__tmb__list {
  max-width: 850px;
  margin: 0 auto; }
  .gallery__slider__tmb__list ul {
    margin: 0 -10px; }
    .gallery__slider__tmb__list ul li {
      margin: 0 10px;
      cursor: pointer;
      opacity: 0.8; }
      .gallery__slider__tmb__list ul li img {
        width: 100%;
        height: auto; }
    .gallery__slider__tmb__list ul li.slick-current {
      opacity: 1; }
    .gallery__slider__tmb__list ul li:hover,
    .gallery__slider__tmb__list ul li:active {
      background: none;
      text-decoration: none; }

.gallery__thumb--next::before,
.gallery__slider--next::before,
.gallery__thumb--prev::before,
.gallery__slider--prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer; }

.gallery__thumb--prev::before {
  left: -25px;
  background: url(../images/gallery/arrow_L.svg);
  background-size: 22px;
  width: 22px;
  height: 36px; }

.gallery__thumb--next::before {
  right: -25px;
  background: url(../images/gallery/arrow_R.svg);
  background-size: 22px;
  width: 22px;
  height: 36px; }

.gallery__slider--cap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2; }

@media all and (-ms-high-contrast: none) {
  ::-ms-backdrop, .gallery__slider--cap {
    padding: 3px 8px 0; } }
.gallery__slider__note {
  margin-top: 12px; }
  .gallery__slider__note .gallery__slider__note__inner {
    max-width: 868px;
    margin: 0 auto; }
    .gallery__slider__note .gallery__slider__note__inner p {
      font-size: 1.1rem; }

/* @media screen */
@media screen and (max-width: 1199px) {
  .gallery__slider__tmb__list ul {
    margin: 0 -5px; }
    .gallery__slider__tmb__list ul li {
      margin: 0 5px; }

  .gallery__thumb--prev::before {
    left: 15px; }

  .gallery__thumb--next::before {
    right: 15px; } }
/* @media screen */
@media screen and (max-width: 568px) {
  .gallery__slider {
    padding: 42px 0 0; }

  .gallery__slider__tmb {
    margin-top: 35px; }

  .gallery__slider__tmb__list ul {
    margin: 0 -5px; }
    .gallery__slider__tmb__list ul li {
      margin: 0 5px; }

  .gallery__thumb--prev::before {
    left: 4vw; }

  .gallery__thumb--next::before {
    right: 4vw; }

  .gallery__slider--cap {
    padding: 2px 5px;
    font-size: 1.2rem; } }
