@charset "UTF-8";
#pageContent {
  padding-top: 0 !important;
}

.commonWidth {
  max-width: 885px;
  width: 90%;
  margin: 0 auto;
}

.contentArea {
  min-height: initial !important;
}

.bgwrap {
  background-color: #ffffff;
  padding-bottom: 140px;
}

@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-bottom: 0px;
  }
  .bgwrap {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .contentArea {
    padding-bottom: 0px;
  }
  .bgwrap {
    padding-bottom: 48px;
  }
}
.secHeader .secHeaderIn .leftCol .leftLink {
  color: #ffffff;
}
.secHeader .secHeaderIn .rightCol .rightLink {
  color: #ffffff;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
}

.hamburgerBtn span {
  background-color: rgba(255, 255, 255, 0.4);
}

.comPrivacy {
  display: flex;
  align-content: center;
  justify-content: center;
  color: #8E8E8E;
  font-size: 13px;
  gap: 20px;
}

.secFv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.secFv * {
  position: relative;
  z-index: 2;
}
.secFv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
}
.secFv .fvBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  will-change: transform;
}
.secFv::after {
  z-index: 1;
}
.secFv .fbInner {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.secFv .headTitle {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  color: #ffffff;
}
.secFv .arrow img {
  animation: nextBtn 1.5s ease-in-out infinite alternate;
}
.secFv .arrow {
  position: absolute;
  bottom: 20svh;
}
.secFv .infoArea {
  width: -moz-min-content;
  width: min-content;
  padding: 128px 0 140px;
  max-width: 400px;
  width: 94%;
  margin: auto;
}
.secFv .infoArea .titleSub {
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(14px, 1.67vw, 20px);
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.2em;
  white-space: normal;
}
.secFv .infoArea .textSub {
  color: #ffffff;
  padding-top: 26px;
  padding-bottom: 46px;
  font-size: 13px;
}
.secFv .infoArea .btnArea {
  position: absolute;
}
.secFv .btnArea {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: 100%;
}
.secFv .btnArea .btnRound {
  width: 180px;
  background: #ffffff;
}
.secFv .btnArea .btnRound.btnReserve {
  background-color: #707070;
}
.secFv .btnArea .btnRound.btnReserve:hover {
  border: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .secFv .fbInner {
    padding-top: 64px;
    height: 100vh;
    width: 100%;
  }
  .secFv .headTitle {
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(14px, 2vw, 24px);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .secFv .infoArea {
    padding: 120px 0;
  }
  .secFv .infoArea .titleSub {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secFv .fbInner {
    height: 100%;
  }
  .secFv .fbInner .headTitle {
    display: flex;
    height: 100vh;
    height: 100lvh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 5.13vw, 20px);
    position: relative;
  }
  .secFv .fbInner .headTitle .arrow {
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .secFv .btnArea {
    gap: 2%;
  }
  .secFv .btnArea .btnRound {
    padding: 0px 20px;
    width: 49%;
    gap: 6px;
  }
}
@keyframes nextBtn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.sticky {
  position: relative;
  width: min(90vw, 1200px);
  margin: auto;
  align-items: start;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sticky .secAccess {
  flex-shrink: 0;
  padding-top: 10px;
  position: sticky;
  top: 120px;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  width: min(22%, 236px);
  margin: 0;
}
.sticky .stickyContent {
  width: min(75%, 890px);
}

.secAccess {
  padding: 0px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.secAccess .commonWidth {
  width: 100%;
}
.secAccess .secTitle {
  padding-bottom: 16px;
  text-align: left;
}
.secAccess .infoArea {
  padding: 0 0 24px;
  width: 100%;
  margin: auto;
}
.secAccess .infoArea div {
  font-size: 13px;
  line-height: 190%;
  color: #707070;
}
.secAccess .btnRound {
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .secAccess .secTitle {
    text-align: center;
  }
}
.secGallery {
  padding-bottom: 140px;
}
.secGallery .captionText {
  font-size: 12px;
  padding-top: 10px;
}
.secGallery .galleryContainer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 90px;
}
.secGallery .galleryContainer .galleryItem .imgArea {
  width: 100%;
  height: auto;
}
.secGallery .galleryContainer .galleryItem .imgArea img {
  width: 100%;
  height: auto;
}
.secGallery .galleryContainer .iframeWrap {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.secGallery .galleryContainer .iframeWrap iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .secGallery {
    padding-bottom: 80px;
  }
  .secGallery .galleryContainer {
    gap: 50px;
  }
}
.secPlan {
  padding-bottom: 100px;
}
.secPlan .planContainer {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
}
.secPlan .planContainer .planItem {
  flex: 1 1 100%;
  box-sizing: border-box;
}
.secPlan .planContainer .planItem .planImage {
  padding: 40px 40px;
  width: 100%;
  border: 1px solid #cacaca;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
.secPlan .planContainer .planItem .planImage:hover {
  opacity: 0.7;
}
.secPlan .planContainer .planItem .planImage:after {
  content: "1階";
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 13px;
  line-height: 1em;
  color: #707070;
}
.secPlan .planContainer .planItem .planImage img {
  width: 100%;
  height: auto;
  display: block;
}
.secPlan .planContainer .planItem:nth-child(2) .planImage:after {
  content: "2階";
}
.secPlan .planContainer .planItem .planDescription {
  color: #707070;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
}
@media (min-width: 768px) {
  .secPlan .planContainer.hasSecond .planItem {
    flex: 1;
    max-width: calc(50% - 10px);
  }
}
.secPlan .planContainer.onlyFirst .planDescription {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .secPlan {
    padding-bottom: 80px;
  }
  .secPlan .planContainer {
    gap: 36px;
  }
  .secPlan .planContainer .planItem .planImage {
    padding: 32px 24px;
  }
  .secPlan .planContainer .planItem .planImage:after {
    bottom: 8px;
    right: 8px;
  }
}
.secMap {
  padding-bottom: 140px;
}
.secMap .mapContainer {
  padding: 20px 40px;
  border: 1px solid #cacaca;
}

@media screen and (max-width: 767px) {
  .secMap {
    padding-bottom: 90px;
  }
}
.secReserve .infoArea {
  background: #e4e1e1;
  padding: 24px;
  margin-bottom: 40px;
}
.secReserve .infoArea * {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
}
.secReserve .infoArea .subTitle {
  padding-bottom: 25px;
  text-align: center;
}
.secReserve .infoArea ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.secReserve .comPrivacy {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .secReserve .infoArea {
    margin-bottom: 0px;
  }
}
#pageExhibitionDetail .bttomBtnArea {
  padding-bottom: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  padding-top: 45px;
}
#pageExhibitionDetail .bttomBtnArea .btnRound {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  #pageExhibitionDetail .bttomBtnArea {
    padding-bottom: 60px;
    padding-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  #pageExhibitionDetail .bttomBtnArea .btnRound {
    width: 200px;
  }
}
.modalSec {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  pointer-events: none;
  z-index: -50;
  opacity: 0;
}
.modalSec.isOpen {
  transition: 0.3s;
  pointer-events: all;
  z-index: 1000;
  opacity: 1;
}
.modalSec .modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modalSec .modalSecIn {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 0;
}
.modalSec .modalContent {
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.modalSec .tabList {
  display: flex;
  list-style: none;
}
.modalSec .tabItem {
  flex: 1;
  text-align: center;
  cursor: pointer;
  background-color: #555555;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 13px 0;
  font-size: clamp(14px, 1.33vw, 16px);
  letter-spacing: 0.1em;
}
.modalSec .tabItem.isActive {
  background-color: #ffffff;
  color: #565656;
}
.modalSec .tabPanels {
  background-color: #ffffff;
}
.modalSec .tabPanel {
  padding: 60px 40px;
  display: none;
}
.modalSec .tabPanel.isActive {
  display: block;
}
.modalSec .tabPanel#tabReserve {
  padding: 20px 0px;
}
.modalSec {
  /* よくあるご質問 */
}
.modalSec .faqCols {
  display: flex;
  gap: 40px;
}
.modalSec .faqCol {
  flex: 1;
}
.modalSec .faqItem {
  margin-bottom: 30px;
  color: #555555;
}
.modalSec .faqItem:last-child {
  margin-bottom: 0;
}
.modalSec .faqItem dt {
  display: flex;
  margin-bottom: 15px;
  color: #565656;
  font-size: clamp(14px, 1.33vw, 16px);
  font-family: "Shippori Mincho B1", serif;
}
.modalSec .faqItem dt span,
.modalSec .faqItem dd span {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
.modalSec .faqItem dd {
  display: flex;
  color: #565656;
  font-size: 13px;
  line-height: 1.8;
}
.modalSec .faqItem .faqIcon {
  display: inline-block;
  margin-right: 15px;
  flex-shrink: 0;
}
.modalSec {
  /* ご予約 */
}
.modalSec .reserveCols {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  justify-content: center;
}
.modalSec .reserveCols .btnRound {
  max-width: 242px;
  margin: auto;
  transition: 0.3s;
}
.modalSec .reserveCols .btnRound.btnReserve {
  padding: initial;
  display: flex;
  color: #ffffff;
  transition: 0.3s;
}
.modalSec .reserveCols .btnRound.btnReserve:hover {
  background-color: #999999;
}
.modalSec .reserveCol {
  flex: 1;
  text-align: center;
  padding: 60px 0;
}
.modalSec .line {
  height: 100%;
  width: 1px;
  background: #CACACA;
}
.modalSec .reserveTitle {
  color: #565656;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 1.33vw, 16px);
  margin-bottom: 40px;
}
.modalSec .btnReserve {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CACACA;
  border-radius: 40px;
  text-decoration: none;
  color: #565656;
  transition: opacity 0.3s;
  padding: 16px 80px;
  font-size: clamp(14px, 1.17vw, 14px);
  letter-spacing: 0.1em;
}
.modalSec .reserveTel {
  display: inline-block;
  color: #565656;
  border-bottom: 1px solid #CACACA;
  letter-spacing: 0.15em;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}
.modalSec .reserveTime {
  color: #707070;
  line-height: 2;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.modalSec .btnClose {
  display: block;
  margin: 30px auto 0;
  background-color: #565656;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 8px 50px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .modalSec {
    /* モーダル外側のスクロール連鎖を防止 */
    overscroll-behavior-y: none;
  }
  .modalSec .modalSecIn {
    /* 画面の高さの90%を最大値とし、縦並びのFlexboxにする */
    max-height: 90vh;
    max-height: 90svh;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
  .modalSec .modalContent {
    display: flex;
    flex-direction: column;
    flex: 1; /* 親要素に合わせて高さを伸ばす */
    overflow: hidden; /* コンテンツがはみ出さないようにする */
  }
  .modalSec .tabList {
    flex-shrink: 0; /* タブは縮小・拡大させない（高さ固定） */
  }
  .modalSec .tabPanels {
    flex: 1;
    overflow-y: auto; /* ★ここでコンテンツ内のみ縦スクロールさせる */
    -webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール対応 */
    overscroll-behavior-y: contain; /* スクロールが一番上/下に達した時の背景スクロールを防止 */
  }
  .modalSec .tabPanel {
    padding: 30px 20px; /* スマホ向けに余白を少し狭く調整 */
  }
  .modalSec {
    /* よくあるご質問 */
  }
  .modalSec .faqCols {
    display: block;
  }
  .modalSec .faqItem {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CACACA;
  }
  .modalSec .faqItem:last-child {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CACACA;
  }
  .modalSec {
    /* ご予約 */
  }
  .modalSec .reserveCols {
    grid-template-columns: 1fr;
  }
  .modalSec .reserveCol {
    padding: 20px 0;
  }
  .modalSec .line {
    width: 100%;
    height: 1px;
    margin: 10px 0; /* スマホ向けに上下の余白を調整 */
  }
  .modalSec .btnClose {
    flex-shrink: 0; /* 閉じるボタンも高さを固定 */
    margin: 20px auto 0;
  }
}
.floatbtn {
  position: fixed;
  bottom: 32px;
  left: 0;
  right: 0;
  z-index: 150;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.floatbtn.btnArea {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.floatbtn.btnArea .btnRound {
  width: 180px;
  background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.floatbtn.btnArea .btnRound.btnReserve {
  background-color: #707070;
}
.floatbtn.btnArea .btnRound.btnReserve:hover {
  border: 1px solid #ffffff;
}
.floatbtn.floatbtnOn {
  opacity: 1;
  transition: 0.3s;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .floatbtn {
    max-width: 320px;
    margin: auto;
    bottom: 16px;
  }
  .floatbtn.btnArea {
    gap: 2%;
  }
  .floatbtn.btnArea .btnRound {
    width: 49%;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  .commonColWrap .commonColSide {
    position: relative;
    opacity: 1;
    right: auto;
    left: auto;
    width: -moz-fit-content;
    width: fit-content;
    bottom: auto;
    top: 0;
    box-shadow: none;
    padding: 40px 0px;
    margin: auto;
  }
  .commonColWrap .commonColSide .secAccess {
    padding: 0;
  }
}
#modalImageSec .imageModalContent {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modalImageSec .imageModalContent img {
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  #modalImageSec .imageModalContent {
    padding: 20px;
  }
  #modalImageSec .imageModalContent img {
    max-height: 60vh;
  }
}
.sideMenuContents.active {
  display: none;
}

.sideMenuContents.sideMenuContentsAccess {
  display: block;
  bottom: 56px;
}

.commonColMain > section:last-of-type {
  padding-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */