@charset "utf-8";
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%; height: auto;
}

ul {
    margin: 0;padding: 0;list-style: none;
}

/* headerここから↓ */

.site-header {
    border-bottom: none;
}

.header-inner {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.logo img {
    width: 15%;
    height: auto;
    margin-top: 1%;
    margin-left: 3%;
}

/* Naviここから↓ */

.site-header {
    position: relative;
    z-index: 1000;
}

.header-inner  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}


.global-nav ul {
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

.global-nav a {
    font-family: "Cinzel", serif;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    padding: 6px 2px;
}

.global-nav a:hover {
    color: #a52a2a;
}

/* .global-nav ul li a.active{
    color: #a52a2a;
} */

/* メインここから↓ */

.slideshow img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slideshow {
    position: relative;
}

.slideshow-text  {
    font-size: 68px;
    font-family: 'Italianno',cursive;
    color:#B22222;
    letter-spacing: 3px;
    line-height: 1.2;
    position: absolute;
    top: 76%;
    left: 64%;
}
/* .slideshow-text h2{
    text-shadow: #2e1f1f;
} */

.SL01 img {
    filter: brightness(80%);
}

 .SL01 {
     position: absolute; /*位置を絶対指定で重ねて配置*/
       inset: 0; /*親要素内にフルサイズで配置*/
      opacity: 0; /* 初期状態で透明に */
      background-size: cover; /* 画像をスライド全体にカバー */
      animation: slideAnime 15s linear 0s infinite; /* 1サイクル13秒を無限ループ */
  }
  .SL02 {
      inset: 0; /*親要素内にフルサイズで配置*/
      opacity: 0; /* 初期状態で透明に */
      background-size: cover; /* 画像をスライド全体にカバー */
      animation: slideAnime 15s linear 3s infinite; /* 1サイクル13秒を無限ループ */
  }
  .SL03 {
    position: absolute; /* 位置を絶対指定で重ねて配置 */
       inset: 0; /*親要素内にフルサイズで配置*/
      opacity: 0; /* 初期状態で透明に */
      background-size: cover; /* 画像をスライド全体にカバー */
      animation: slideAnime 15s linear 6s infinite; /* 1サイクル13秒を無限ループ */
      }

   .SL04 {
    position: absolute; /* 位置を絶対指定で重ねて配置 */
       inset: 0; /*親要素内にフルサイズで配置*/
      opacity: 0; /* 初期状態で透明に */
      background-size: cover; /* 画像をスライド全体にカバー */
      animation: slideAnime 15s linear 9s infinite; /* 1サイクル13秒を無限ループ */
  }
   .SL05 {
    position: absolute; /* 位置を絶対指定で重ねて配置 */
       inset: 0; /*親要素内にフルサイズで配置*/
      opacity: 0; /* 初期状態で透明に */
      background-size: cover; /* 画像をスライド全体にカバー */
      animation: slideAnime 15s linear 12s infinite; /* 1サイクル13秒を無限ループ */
  }
  
  @keyframes slideAnime {
    0%, 30%, 100% { opacity: 0; } /* 非表示のタイミング */
      10%, 20% { opacity: 1; } /* 表示されるタイミング */
  }

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    color:#2e1f1f;
    margin: 0;
    background-color: #dbc893;
}

/* なんか最初の所ここから↓ */

.text01 {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}
.text01 h3 {
    letter-spacing: 0.2em;
}

.text01 p {
    font-family: "merriweather", sans-serif;
    font-size: 30px;
}

.lead01 p {
    line-height: 2.0;
    font-size: 25px;
    letter-spacing: 0.3em;
}
.lead01{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 130px;
    text-align: center;
}
h3 {
    font-size: 33px;
   font-weight: 400;
}
/* TOPIXここから↓ */

.text02 {
    text-align: center;
    margin: 300px;
}

.topics_list {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #2e1f1f;
    line-height: 1.8;
}
.topics_link , time {
   font-size: 20px;
   letter-spacing: 0.1em;
}
.topics_item {
    border-bottom: none;
    margin-bottom: 20px;
}

.topics_item span {
    font-size: 25px;
    color: #B22222;
    font-weight: 800;
    font-family: "Cinzel", serif;
}

.topics_item a {
    text-decoration: none;
    color: #2e1f1f;
    letter-spacing: 0.1em;
}

.topics_item a:hover {
    color: #a52a2a;
}

.text02 h2 {
    text-align: center;
    font-family: "Cinzel", sans-serif;
    font-size: 40px;
}

/* Accessここから↓ */

.map {
    display: flex;
    flex-direction: column;
}

.access_info {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #2e1f1f;
    font-size: 20px;
    line-height: 1.8;
    align-content: center;
    width: 900px;
    margin-left: 520px;
    letter-spacing: 0.1em;
}

.text03 h2 {
    text-align: center;
    font-family: "Cinzel", sans-serif;
    font-size: 40px;
}

.map {
    padding-bottom: 300px;
}

.access-map iframe {
    width: 100%;
    text-align: center;
    object-fit: cover;
}

/* footerここから↓ */

.site-footer {
    border-top: 1px solid #ddd;
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    background-color: #3d2b1f;
}
.plre_link {
    text-decoration: none;
    color: #fff
}

.plre_link:hover{
    color: #a52a2a;
}


.footer-inner img {
    margin-top: 50px;
    border-radius: 9999px;
    object-fit: cover;
}

.footer-sns img {
    width: 20%;
}


