@charset "utf-8";

img {
  pointer-events: none;
  /* 画像がポインターで抜き取れなくなる */
}

/*========= ページ共通のCSS ===============*/



/* カテゴリー下層のフォントサイズをbody15pxにした為サイトメニューを16pxに指定 
.site-menu ul li a {
  font-size: 16px;
}
*/

/* 各タイトル部分指定 */
.title {
  font-weight: normal;
  font-size: 22px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color: #f1ecdb;
  width: fit-content;
  /* 要素の幅を合わせる */
}

h2 {
  font-size: 20px;
  background-color: #ffffff;
  padding: 5px 15px;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  margin-top: 20px;
  width: 100%;
}


/* リンクホバー指定 */
.event-link,
.event-link-2 {
  display: block;
}

.event-link:hover,
.event-link-2:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Web特設サイトのボタン指定 */
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 40px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn a:hover {
  color: #f2f2f2;
}

.btn05 a {
  background-color: #ceb849;
  border: 1px solid transparent;
}

.btn02 a {
  background-color: #ceb849;
  border: 1px solid #ceb849;
  border-radius: 35px;
}

.btn02 a:hover {
  background-color: #B99b00;
  border: 1px solid #333;
}

.btn02 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: -35px;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #333;
}

.btn02 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #333;
}

/* movi指定 */
.movie {
  width: 1300px;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
  padding: 10px;
  margin-top: 70px;
}

.movie iframe {
  display: block;
  width: 100%;
  height: 600px;
  margin-top: 40px;
}

.movie h4 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}


.movie h4::after {
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.seisakutyu {
  font-size: 20px;
  color: rgb(137, 133, 133);
  padding: 10px 20px;
  border: 1px solid rgb(137, 133, 133);
  position: absolute;
  top: 900px;
  left: 855px;
  z-index: 10;
}