@charset "UTF-8";
/*ブレイクポイントを設定*/
/* cinzel-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cinzel-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cinzel-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cinzel-v23-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-b1-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/shippori-mincho-b1-v22-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/shippori-mincho-b1-v22-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/shippori-mincho-b1-v22-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* color */
.ifc {
  color: #151c2b;
}

.white {
  color: white;
}

.blue {
  color: #083057;
}

.blue2 {
  color: #89d6ff;
}

.red {
  color: #e04925;
}

.green {
  color: #47f27c;
}

.yellow {
  color: #faf8e5;
}

.bgwh {
  background: white;
}

.bgblu {
  background: #083057;
}

.bgblu2 {
  background: #ccd2e0;
}

.bgred {
  background: #e04925;
}

.bggre {
  background: #47f27c;
}

.bgyel {
  background: #faf8e5;
}

.bgba {
  background: #faf8e5;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  overflow: hidden;
  color: white;
  background: #151c2b;
  width: 100%;
  font-family: "noto sans JP", sans-serif;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch; /* iOSで慣性復活！ */
}
body.open {
  height: 100vh;
}
@media screen and (max-width: 591px) {
  body {
    font-size: 14px;
  }
}

.btn {
  position: relative;
  width: min(90%, 280px);
  height: 65px;
  color: #151c2b;
  background: white;
  border: 1px solid #151c2b;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  display: grid;
  place-content: center;
  padding: 12px;
  margin: auto;
  transition: 0.2s;
}
.btn:after {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  background: url(../img/common/btn_arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  .btn:after {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}
.btn:link {
  color: #151c2b;
}
.btn:visited {
  color: #151c2b;
}
.btn:hover {
  background: #1a1a1a;
  color: white;
  border: 1px solid #777;
  opacity: 1;
}
.btn:hover:after {
  transform: translate(8px, -50%);
  background: url(../img/common/btn_arrow_w.svg) no-repeat center center/contain;
}
.btn p {
  text-align: center;
}
.btn p.w-ch {
  font-family: "Noto Serif SC", serif;
  font-family: 400;
}
.btn p.w-ko {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
}
@media screen and (max-width: 591px) {
  .btn {
    height: 45px;
  }
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

p {
  color: white;
  text-align: left;
}

.f18 {
  font-size: clamp(15px, 1.8vw, 18px);
  text-align: left;
  width: min(95%, 860px);
}

/*リンク表示方法*/
a {
  text-decoration: none;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:active {
  color: white;
}

a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 1;
}

:has(> .lista) {
  position: relative;
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: center;
}

.i-text {
  display: inline-block;
}

.bold {
  font-weight: 700;
}

section:has(> .inner.mar) {
  padding: min(10%, 120px) 0;
}

.active1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .active1200 {
    display: block;
  }
}

.active1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .active1000 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.active768 {
  display: none;
}
@media screen and (max-width: 767px) {
  .active768 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.active591 {
  display: none;
}
@media screen and (max-width: 591px) {
  .active591 {
    display: block;
  }
}

.active414 {
  display: none;
}
@media screen and (max-width: 414px) {
  .active414 {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .vanish1200 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 1000px) {
  .vanish1000 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 767px) {
  .vanish768 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 591px) {
  .vanish591 {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .vanish414 {
    display: none;
  }
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/
.pc,
.pc2 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc,
  .pc2 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

.sp,
.sp2,
.spTel {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp,
  .sp2,
  .spTel {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.pcTel {
  display: inline;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/
h2,
h3,
h4,
h5 {
  display: inline-block;
  line-height: 1.25;
}

.mainTit {
  font-size: clamp(15px, 2vw, 20px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: normal;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.mainTit .en {
  font-size: clamp(30px, 6vw, 60px);
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.mincho {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
}

.en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/
table {
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
    /*スタイルを展開したいところに記述する*/
  }
  table th,
  table td {
    width: 100% !important;
    display: block;
  }
}

/*-----------------------------------------------------------
モーダル
-----------------------------------------------------------*/
#modal {
  display: none;
}

/*-----------------------------------------------------------
ページトップ
-----------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 245px;
  right: 25px;
  z-index: 999;
  background: #1a1a1a;
  width: 60px;
  height: 60px;
  border-radius: 3px;
}
#pageTop a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 591px) {
  #pageTop {
    display: none !important;
  }
}

/*-----------------------------------------------------------
スクロールバー
-----------------------------------------------------------*/
.scroll-pane {
  width: 100% !important;
  height: 300px; /*箱の高さ*/
  margin: 40px auto 0;
  overflow-y: auto;
}
.scroll-pane:focus {
  outline: none;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: min(3.2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: white;
  background: #c8d0d3;
  width: 100%;
  height: 100%;
  font-family: "Noto serif JP", serif;
}
body.open {
  height: 100vh;
}
@media screen and (max-width: 591px) {
  body {
    font-size: 14px;
  }
}

p {
  text-align: left;
}

#main {
  background: #151c2b;
  height: 100%;
  max-width: 1080px;
  margin: auto;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.16);
  height: 100svh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch; /* iOSで慣性復活！ */
}
@media screen and (max-width: 1000px) {
  #main {
    box-shadow: none;
    /*スタイルを展開したいところに記述する*/
  }
}

.eventheader {
  background: #efefef;
  width: 100%;
  padding: 1% 0 0;
  color: #151c2b;
  position: relative;
  z-index: 2;
}
.eventheader .tab-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 100%;
}
.eventheader .tab-area li.tab {
  position: relative;
  margin-right: 5px;
}
.eventheader .tab-area li.tab:last-child {
  margin-right: 0;
}
.eventheader .tab-area li.tab div {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding: 0.5em;
  display: grid;
  place-content: center;
  justify-items: center;
  background: #e1e5e9;
}
.eventheader .tab-area li.tab div p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.25;
}
@media screen and (max-width: 591px) {
  .eventheader .tab-area li.tab div {
    padding: 0.5em 0.3em;
    font-size: 10px;
  }
}
.eventheader .tab-area li.tab img {
  width: clamp(42px, 50%, 80px);
}
.eventheader .tab-area li.tab p {
  font-weight: 700;
  text-align: center;
  margin-top: 0.3em;
  font-size: clamp(12px, 1.5vw, 15px);
  font-family: "Noto sans JP", sans-serif;
  letter-spacing: 0.02em;
}
.eventheader .tab-area li.tab.active div {
  background: #151c2b;
  color: white;
  font-weight: 700;
}
.eventheader .tab-area li.tab.active div p {
  color: white;
}
.eventheader p {
  color: #151c2b;
}
@media screen and (max-width: 414px) {
  .eventheader {
    height: 65px;
  }
  .eventheader .tab-area li.tab div {
    padding: 0 4px;
  }
  .eventheader .tab-area li.tab div p {
    display: none;
  }
}

.panel-area .panel {
  display: none;
}
.panel-area .panel.active {
  display: block;
}
.panel-area .tabinner {
  width: min(95%, 960px);
  margin: auto;
  padding-bottom: 0.5em;
}
.panel-area .tabinner .panel-wrap {
  width: 95%;
  margin: auto;
}
.panel-area .tabinner .panel-item {
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
}
.panel-area .tabinner .panel-item img.btn_deco {
  width: 50%;
  display: block;
  margin: 2em auto 1em;
}
.panel-area .tabinner .panel-item a.btn {
  background: #d6aa3a;
  color: #151c2b;
}
.panel-area .tabinner .panel-item a.btn:hover {
  background: #3ad6aa;
  color: white;
}
.panel-area .tabinner .panel-item.banner {
  margin-top: 2em;
}
.panel-area h2 {
  margin: 2em 0 1.5em;
  width: 100%;
  position: relative;
}
.panel-area h2::after {
  content: "";
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  top: -33px;
  right: -15px;
  background: url(../img/map/tit_img.webp) no-repeat center center/contain;
  opacity: 0.3;
  z-index: 0;
}
.panel-area h2 img {
  height: 82px;
  width: auto;
  position: relative;
  z-index: 2;
}
.panel-area h2 span.subtit {
  display: block;
  margin-top: 0.65em;
}
.panel-area h2 span.subtit img {
  height: 35px;
}
.panel-area div.subtit {
  height: 40px;
  display: block;
  margin: 0.5em auto min(8%, 50px) 0;
  font-size: 15px;
}
.panel-area div.subtit img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .panel-area {
    /*スタイルを展開したいところに記述する*/
  }
  .panel-area h2 img {
    height: 60px;
  }
  .panel-area h2 span.subtit img {
    height: 25px;
  }
  .panel-area div.subtit {
    height: 28px;
  }
}
@media screen and (max-width: 591px) {
  .panel-area h2 img {
    height: 42px;
  }
  .panel-area h2 span.subtit {
    margin-top: 1em;
  }
  .panel-area h2 span.subtit img {
    height: 20px;
  }
  .panel-area h2::after {
    width: 82px;
    height: 82px;
    top: -24px;
    right: -10px;
  }
  .panel-area div.subtit {
    height: 20px;
  }
  .panel-area .panel05 .panel-item {
    margin-top: 1em;
  }
}
@media screen and (max-width: 414px) {
  .panel-area h2 img {
    height: 32px;
  }
  .panel-area h2 span.subtit img {
    height: 15px;
  }
  .panel-area div.subtit {
    height: 15px;
  }
}
/*# sourceMappingURL=maps/i_event.css.map */
