/*###############################################
font
###############################################*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

.noto-serif_jp-black {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: normal;
}

.noto-serif_jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

.noto-serif_jp-semibold {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}

.noto-serif_jp-medium {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-serif_jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif_jp-light {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-serif_jp-extralight {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-semibold {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

.crimson-text-bold {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
}

.crimson-text-regular-italic {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.crimson-text-semibold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.crimson-text-bold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*アイコン装飾*/
.custom-heading {
  position: relative;
}

.custom-heading::before {
  position: absolute;
  content: "";
  border-left: solid 2px;
  border-top: solid 2px;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
}

.custom-heading::after {
  position: absolute;
  content: "";
  border-right: solid 2px;
  border-bottom: solid 2px;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
}

/*MV*/
.slideshow-container {
  position: relative;
  height: 100vh;
  /* 高さを調整してください */
}

.mySlides {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bgImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  /* 初期状態では不可視 */
  /*transition: opacity 2s ease-in-out;*/
  /* トランジション効果 */
}

#js-mv_logo {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.hide_logo {
  opacity: 0 !important;
}

/*詳細ページ*/
.modal {
  width: auto !important;
  height: auto !important;
  max-width: 90vw !important;
  /* ビューポート幅の90%を最大幅とする */
  max-height: 90vh !important;
  /* ビューポート高さの90%を最大高さとする */
  border-radius: unset !important;
  display: flex;
  /* Flexboxを使用して中央揃えに */
  justify-content: center;
  /* 水平方向の中央揃え */
  align-items: center;
  /* 垂直方向の中央揃え */
  padding: 20px;
  /* モーダル内の余白 */
}

.modal .modal-img {
  max-width: 80vw !important;
  /* ビューポート幅の80%を最大幅とする */
  max-height: 80vh !important;
  /* ビューポート高さの80%を最大高さとする */
  width: auto;
  height: auto;
}

.modal {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.modal:target {
  display: block;
  opacity: 1;
}

.blocker {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/*エリア案内*/
.active-thumbnail img {
  filter: brightness(50%);
}



/*###############################################
 埋め込みのgoogleMapの吹き出し調整
###############################################*/
/* 閉じるボタンの親要素 */
.gm-style-iw-chr {
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 2;
}

/* 閉じるボタンの兄弟要素 */
.gm-style-iw-ch {
  display: none;
}

/* 吹き出し内のテキスト */
.gm-style-iw-d {
  position: relative;
  padding-top: 4px;
  padding-right: 18px;
}