
body{
    font-size: 16px;
    line-height: 1.6;
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0 ;
    text-align: center;
}

.totop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 100000;
}

.totop-about{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}

.wrapper{
    min-width: 320px;
}

li{
    list-style: none;
}

ul,h1,h2,h3,p{
    padding: 0;
    margin: 0;
}

img{
    vertical-align: bottom;
}

a{
    color: #000;
    text-decoration: none;
}

a:hover{
    opacity: .8;
}

span{
    display: block;
}

.button{
    text-align: right;
}

.button a{
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-top: 20px;
    padding: 10px 30px;
}
.button a:hover{
    background-color: #fff;
    border-radius: 20px;
    border: #000 solid 1px;
}
.button img{
    display: block;
    width: 25px;
    height: auto;
}


.title{
    text-align: center;
}
.topimage img{
    width: 100%;
    height: auto;
}
main{
    background-color:  #FFEFD2;
    padding-bottom: 100px;
}
.topics,.menu{
    background-color: #FFD27C;
    opacity: .8;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #FFD27C;
    z-index: 10000;
}
#logo{
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding-left: 20px;
}
.wrapper{
    margin-top: 100px;

}
.title{
    padding-bottom: 20px;
}
.caption{
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}
.menu .caption {
    padding-top: 0;
}
.block{
    padding: 30px 0;
}
.topics{
    padding-top: 20px;
}
.topics .topicimg{
    margin: 0 auto;
}
.topics .button{
    padding-bottom: 30px;

}
.news-list{
    padding: 10px 0;
    width: fit-content;
    margin: 0 auto;

}
.news-item{
    border-bottom: #000 1px solid;
}
.news-item a{
    display: flex;
    gap: 80px;
    padding: 10px 20px 5px 20px ;
}
/* .menu-list{
    display: flex;
    flex-wrap: wrap;
} */
.menu-item{
    background-color: #FFEFD2;
    margin: 20px auto;
    padding: 20px;
    width: 350px;
}
.menu-item a{
    display: flex;
    align-items: center;
    gap: 30px;
}
.menu-item:hover{
    border: #000 solid 2px;
}
.menu-cap span{
    display: block;
}
.menu-item h3{
    padding: 10px 20px ;
    border-bottom: #000 1px solid;
    width: fit-content;
    margin: 0 auto;
}
.menu-name{
    font-size: 24px;
}
.menu-item .button{
    display: flex;
    padding: 10px;
    justify-content: end;
}
.tel{
    display: flex;
    justify-content: center;
}
.tel p{
    border: #000 1px solid;
    width: fit-content;
    padding: 10px 20px;
}

#info{
    background-color: #fff;
    margin: 20px;
    padding: 30px;
}
.info img{
    display: block;
    margin: 0 auto;
}

.access-list{
    width: fit-content;
    margin: 30px auto;
}

.access-item{
    display: flex;
    gap: 30px;
    justify-content: flex-start;
}

.access-item .name{
    min-width: 200px;
}

.link{
    background-color:rgba(143, 95, 5,0.7);
    width: fit-content;
    padding:10px 20px;
    border-radius: 20px;
    margin:  30px auto;
}



.sns{
    display: flex;
}
footer .sns{
    justify-content: center;
    padding-bottom: 20px;
}
.sns img{
    width: 30px;
    height: 30px;
}
footer{
    background-color: rgb(143, 95, 5);
    padding: 20px 0;
}
.topics-pc{
    display: none;
}


#nav_content li a {
    display: inline-block;   /* ← transformを効かせるため */
    text-decoration: none;
    transition: all 0.2s ease; /* ← アニメーションを滑らかに */
}

#nav_content li a:hover {
    transform: scale(1.1);   /* ← 文字サイズを大きく見せる */
}

/* menu------------------------ */

.menu-wrap{
    background-color: rgba(255, 210, 124,.8);
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 30px;
}

#menu-cap{
    padding: 40px 0;
}
.menu-button{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    
}

.menu-button li{
    background-color: #DEDDBF;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
}
.menu-button .now{
    background-color: rgba(255, 210, 124,.8);
    padding: 10px 20px;

}

.item{
    background-color: #FFEFD2;
    margin: 20px;
    padding: 40px;
}

.item h3{
    border-bottom: #000 1px solid;
}


/* nav--------------------- */
@media (max-width:767px){
#nav_check{
    position: fixed;
    right: 0;
    top: 0;
    display: none;
}

#nav_button{
    display: block;
    width: 50px;
    height: 50px;
    background: #FFD27C url(../image/ico_navi.svg) no-repeat 0 0;
    background-size: 100% auto;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
}

#nav_back{
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    backdrop-filter: blur(10px);
    transition-duration: .1s; transition-timing-function: ease-out;
}

#nav_content{
    position: fixed;
    top: 0;
    right: -300px;
    background-color: #FFEFD2;
    height: 100vh;
    width: 300px;
    padding-top: 100px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    transition-duration: .3s; transition-timing-function: ease-out;
}

#nav_check:checked ~ #nav_content{
    right: 0;
}

#nav_check:checked ~ #nav_button{
    background-position-y: -50px;
    background-color: #FFEFD2;
}
#nav_check:checked ~ .totop{
    display: none;
}
#nav_content li{
    padding: 10px;
}


#nav_check:checked ~ #nav_back{
    right: 0;
}
}



@media (min-width:768px){

    /* .inner{
        max-width: 1200px;
        margin: 0 auto;
    } */



    .topimage img{
        /* height: 500px; */
        width: 100%;
    }

  #nav_check{
    display: none;
  }
    #nav_content{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
    
  }
  #logo{
    text-align: center;
  }
  .menu-list{
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: fit-content;
  }
  .menu-item{
    width: 250px;
  }
  .menu-item a{
    display: block;
  }


  .special-contents{
    display: flex;
    justify-content: center;
    margin: 20px;
  }
  .special-cap {
    width: 50%;
    
  }
  .special-cap .caption{
    text-align: left;
  }

  .info-item{
    display: flex;
    padding: 20px;
    align-items: center;
  }

  .info-item .map{
    width: 500px;
  }

  .access-item{
    gap: 20px;
    padding: 10px;
    text-align: left;
    
  }
  .access-item .name{
    text-align: right;
  }



  /* .about{
    margin-top: 50px;
    padding: 30px 30px 0 30px;
    display: grid;
    justify-content: center;
    grid-template-columns: 60% 40%;
    grid-template-rows: 20% 80%;
    
}
.about .title{
    grid-column: 2/2;
    
}
.about-img{
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
    max-width: 500px;
}
.about-info{
    grid-row: 2/2;
    grid-column: 2/2;
}
.about .caption{
    text-align: left;
} */
/* ===== base ===== */
.about{
  margin-top: 50px;
  padding: 30px 30px ;
  display: grid;
  /* 左：画像 / 右：テキスト（比率は好みで調整） */
  grid-template-columns: minmax(0, 3fr) minmax(0, 4fr);
  column-gap: 32px;   /* 左右の間隔 */
  row-gap: 20px;      /* 右カラムの「title↔caption」の間隔 */
  grid-auto-rows: auto;
  align-items: start; /* 伸び防止 */
  max-width: 1100px;
  margin-inline: auto;
}

/* 左の写真：右側の2段ぶち抜き */
.about-img{
  grid-column: 1;
  grid-row: 1 / span 2;   /* ←ここが肝：縦に2行ぶん跨ぐ */
  width: 100%;
  height: auto;
  object-fit: cover;
  /* 任意：比率固定したいなら↓
  aspect-ratio: 4 / 3;
  */
}

/* 右上：タイトル */
.about .title{
  grid-column: 2;
  grid-row: 1;
}

/* 右下：キャプション＋ボタンの箱 */
.about-info{
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 16px; /* キャプションとボタンの間隔 */
}

.about .caption{
  text-align: left;
}



/* ボタンの見た目＆右寄せ */
.about .button{ text-align: right; }           /* ←右寄せ */
.about .button a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}
.about .button a:hover{
  background-color: #fff;
  border: 1px solid #000;
  transform: translateY(-1px);
}
.about .button img{
  width: 25px;
  height: auto;
  display: block;
}

/* ===== mobile（縦積み：title → photo → caption）===== */
@media (max-width: 899px){
  .about{
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .about .title{ grid-column: 1; grid-row: 1; }
  .about-img   { grid-column: 1; grid-row: 2; }
  .about-info  { grid-column: 1; grid-row: 3; }
  .about .button{ text-align: left; } /* モバイルは左寄せにする例 */
}

.topics{
    display: none;
}

.topics-pc{
    display: block;
    background-color: rgba(255, 210, 124,.8) ;
}

.topics-item-pc{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}
.menu-wrap{
    width: 80%;
    margin:  0 auto;
}

.item-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.item{
    min-width: 40%;
}
.item img{
    max-width: 100%;
    padding: 20px 0;
}

.menu-wrap{
    max-width: 1200px;
}

}

/* js----------------- */

.slick-prev,
.slick-next {
  font-size: 0; 
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  cursor: pointer;
  z-index: 100;
}

/* 左矢印の記号 */
.slick-prev::before {
  content: '‹'; 
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 右矢印の記号 */
.slick-next::before {
  content: '›';
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 左矢印の位置 */
.slick-prev {
  left: 20px;
}

/* 右矢印の位置 */
.slick-next {
  right: 20px;
}


.slick-dots{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 20px 0;
    padding: 0;

}

.slick-dots li button {
  font-size: 0; /* 元の文字を非表示 */
  line-height: 0;
  display: block;
  width: 15px; /* ドットのサイズ */
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent; /* 元の文字色を透明に */
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: ' '; /* ドットの中身を空にする */
  display: block;
  width: 10px; /* 実際の⚫︎のサイズ */
  height: 10px;
  background-color: #fff; /* 通常時のドットの色 */
  border-radius: 50%; /* 円形にする */
  opacity: 0.5; /* 透明度を調整 */
  transition: opacity 0.3s ease;
}

/* 選択中のドットのデザイン */
.slick-dots li.slick-active button:before {
  opacity: 1; /* アクティブなドットは不透明に */
  background-color: #333; /* アクティブなドットの色 */
}

/* ドット間のスペースを調整 */
.slick-dots li {
  margin: 0 5px;
}