@charset "UTF-8";
/*書き換え禁止*/
* ,*::before,*::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.iks_logo_left, .iks_logo_right {display: none !important;}
#header_bot {display: none !important;}
/*書き換え禁止*/

/*ここから書いてね*/
.hamburger-fade__wrapper {
  background-color: #d98a56; /*ハンバーガーメニューの背景色を変えられるよ*/
}

/*全般*/
main{
  font-family: "Klee One";
}

body{
  scroll-behavior: smooth;
  scrollbar-gutter: stable; /* ← スクロールバー分のスペースを常に確保！ */
  background-image:
   radial-gradient(at -130% 92%, hsla(40,25%,85%,1) 0px, transparent 60%),
   radial-gradient(at 74% 65%, hsla(40,25%,85%,1) -110px, transparent 60%),
   radial-gradient(at -63% 23%, hsla(40,25%,85%,1) 0px, transparent 60%);  
}

::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f5f1;
}
::-webkit-scrollbar-thumb {
  background-color: #524731;
  border-radius: 6px;
  margin-right: 1px;
}

svg text {
  text-rendering: optimizeLegibility;
  shape-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

img, svg {
  user-select: none;      
  -webkit-user-drag: none;
  -khtml-user-drag: none; 
  -moz-user-drag: none;   
  -o-user-drag: none;     
  pointer-events: auto;   
  touch-action: pan-y;     
}

/*メインコンテンツ*/
.first{
  background: linear-gradient(to bottom, #ffffff80, #c7b87a80);
  height: 100svh;
}

.title {
  position: relative;
  width: 90%;
  height: 200px;
  margin: 30px auto 3px;
  padding-top: 30px;
}
.title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease-out forwards;
}

.title img:nth-child(1) { 
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1s;
}
.title img:nth-child(2) { animation-delay: 0s; }
.title img:nth-child(3) { animation-delay: 0.2s; }
.title img:nth-child(4) { animation-delay: 0.4s; }
.title img:nth-child(5) { animation-delay: 0.6s; }
.title img:nth-child(6) { animation-delay: 0.8s; }
.title img:nth-child(7) {
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1s;
}
.title img:nth-child(8) {
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1s;
}
.title img:nth-child(9) {
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.illust{
  display: block;
  width: 65%;
  margin-left: auto;
  margin-top: 40px;
  transform: translateY(0px);
  opacity: 0;
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1s;
}

.date {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  color: #524731;
  background: #e4ded2;
  margin: 40px auto;
  padding: 10px;
  width: 320px;
  white-space: nowrap;
  box-shadow: #524731 1px 1px 1px;
  transform: translateY(0px);
  opacity: 0;
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1s;
}
.big{
  font-size: 27px;
}
.blue{
  color: #7cb5d3;
}
.red{
  color: #d37ca6;
}
.orange{
  color: #d1987a;
}
.D-blank{
  margin-right: 2ic;
}

@keyframes slideUp {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}





.caption{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(217, 138, 86, 0.4);
  margin-top: 70px;
}
.A-caption{
  gap: 0px;
}
.caption h2{
  font-size: 20px;
  line-height: 1em;
  color: #705b3a;
  padding-bottom: 3px;
}
.caption span{
  color: #d98a56;
}

.Cp-bar{
  width: 8px;
  height: 25px;
  border-radius: 10px;
  background: linear-gradient(to top, #c9bea5 40%, #d98a56);
}

.about{
  width: 85%;
  margin: 0 auto;
}

.about h3{
  font-size: 14px;
  font-weight: 700;
  color: #705b3a;
}
.about p{
  font-size: 12px;
  font-weight: 500;
  color: #3e3a39;
}

.carousel{
  margin: 5%;
  margin-bottom: 70px;
}
.C-img{
  width: 200px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.A-text{
  margin: 5% 0;
  text-align: justify;
  position: relative;
}
.A-text::before{
  content: "";
  position: absolute;
  top: -2%;
  left: -9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: -5;
  background: #e2915980;
}

.endbar{
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #c9bea5 40%, #d98a56);
  margin: 40px auto 0;
}




.event{
  width: 85%;
  margin: 0 auto;
}
.event a{
  text-decoration: none;
}

.brush{
  position: absolute;
  width: 230px;
  top: -3px;
  left: -15px;
}

.E-performance{
  position: relative;
  max-width: fit-content;
  margin: 40px auto 70px;
  padding-left: 40px;
}

.in-map{
  width: 270px;
  display: block;
}

.signboard{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 160px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5;
}
.signboard::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190%;
  height: 120%;
  
  background-image: url('https://ikkyosai.com/visitor/56/topics/img/local/frame.svg');
  background-position: center;
  background-repeat: no-repeat;
  
  z-index: 2; 
}
.signboard::after{
  content: "※選択すると詳細が表示されます。";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  font-size: 12px;
  font-family: "Klee One";
  font-weight: 500
}
.signboard a{
  z-index: 90;
  padding-left: 7px;
  color: #3e3a39;
  white-space: nowrap;
  font-size: 16px;
}


.botton1-0{
  position: absolute;
  background: #d98a56;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;

  width: 10%;
  height: 26%;
  line-height: 84px;
  left: 0;
  bottom: 52%;
}
.botton0{
  position: absolute;
  background: #d98a56;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  box-shadow: #00000080 1px 1px 3px;
  cursor: pointer;
  line-height: 19.5px;
}
.botton1{
  width: 28%;
  height: 26%;
  font-size: 19px;
  line-height: 84px;
  bottom: 52%;
  left: 22%;
  border-radius: 15px;
}
.botton2{
  width: 10%;
  height: 6%;
  font-size: 14px;
  bottom: 37%;
  left: 41%;
}
.botton3{
  width: 10%;
  height: 6%;
  font-size: 14px;
  bottom: 37%;
  left: 53%;
}
.botton4{
  width: 10%;
  height: 6%;
  font-size: 14px;
  bottom: 26%;
  left: 41%;
}
.botton5{
  width: 10%;
  height: 6%;
  font-size: 14px;
  bottom: 26%;
  left: 53%
}
.botton6{
  width: 29%;
  height: 15%;
  font-size: 19px;
  line-height: 49px;
  bottom: 2%;
  left: 71%;
  border-radius: 13px;
}

.S-botton0{
  position: relative;
  cursor: pointer;
}
.S-botton0::before{
  content: "";
  position: absolute;
  background: #d98a56;
  color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 20%;
  top: 25%;
  left: -4vw;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
  font-weight: 300;
	cursor: pointer;  
}
.S-botton1::before{content: "1";}
.S-botton2::before{content: "2";}
.S-botton3::before{content: "3";}
.S-botton4::before{content: "4";}
.S-botton5::before{content: "5";}
.S-botton6::before{content: "6";}


.TT{
  width: 85%;
  margin: 0 auto;
}

.T-caption{
  width: 100%;
  margin: 70px auto 0;
}

.chart{
  background: #f7f5f1;
  width: 100%;
  margin: 40px auto;
}

/*TTタブ*/
  .tab-container{display: flex;}
  .tab{
    width: 33%;
    height: 30px;
    background: RGB(222, 221, 217);
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    border: solid 1px rgb(102,102,102);
    border-top: solid 2px;
    position: relative;
    z-index: 50;
    transition: 
      width 0.1s ease,
      height 0.1s ease,
      margin-top 0.1s ease,
      font-size 0.1s ease,
      line-height 0.1s ease,
      background-color 0.1s ease,
      border-top-width 0.1s ease;
  }    

  .tab span {
    position: relative; /* ← ::before の基準にする */
    display: inline-block;
  }

  .tab.active {
    width: 34%;
    height: 40px;
    background: #f7f5f1;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 0;
    border-top-width: 3px;
  }
  .tab1{border-top: solid #7cb5d3;}
  .tab2{border-top: solid #d37ca6;}
  .tab3{border-top: solid #d1987a;}
  .tab span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-62%) translateX(-11px); /* テキスト右横に配置 */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.2s ease;
  }
  .active span::before{
    width: 23px;
    height: 23px;
  }
  .tab1 span::before { background: #cfdfe2; }
  .tab2 span::before { background: #e2cfd3; }
  .tab3 span::before { background: #e5d3c7; }

/*TT中身*/ 
  .content {
    display: none;             /* 初期状態は非表示 */
    opacity: 0;                /* フェード用 */
    transition: opacity 0.2s ease; /* フェードの速度 */
    background: #f7f5f1;
    border: solid 1px rgb(102,102,102);
    position: relative;
  }
  .content.show {
    display: block;
    opacity: 1;  
  }
  .T-C-text{
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    white-space: nowrap;
  }
  .flex-H{
    display: grid;
    grid-template-columns: 70px 1fr; /* 左が時間軸、右がイベント */
    gap: 0;
    margin: 5px auto;
    background: repeating-linear-gradient(
      to bottom,
      #ccc 0px,       /* 0分：1時間ごとの太線 */
      #ccc 2px,       /* 太線の幅 */
      transparent 2px, 
      transparent 48px, /* 0〜30分まで空白 */
      #ddd 48px,      /* 30分線：細線 */
      #ddd 49px,      /* 線の幅1px */
      transparent 49px,
      transparent 96px  /* 1時間分の高さで繰り返し */
      );
    background-size: 100% 96px; /* 1時間 = 96px */
  }
  .flex-left{
    display: grid;
    grid-template-rows: repeat(7, 96px); /* 時間目盛り */
    font-weight: bold;
    color: #3e3a39;
    padding-left: 10px;
  }
  .flex-right{
    display: grid;
    grid-template-rows: repeat(84, 8px); /* 細かく刻んでおくと高さ調整しやすい */
    margin-bottom: 25px;
    position: relative;
    width: 80%;
  }
  .T-performance {
    position: relative; /* ← 疑似要素をこの中で配置するため */
    background: #ffffff;
    margin: 2px 8px;
    font-size: 14px;
    text-align: center;
    align-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    transition: 
      transform 0.2s ease,
      box-shadow 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease;
    cursor: pointer;
  }
  
  /* 開始時間（左上） */
  .T-performance::before {
    content: attr(data-start); /* ← data-start属性の値を表示 */
    position: absolute;
    top: -17px;
    left: 6px;
    font-size: 12px;
    color: #3e3a39;
  }
  
  /* 終了時間（右下） */
  .T-performance::after {
    content: attr(data-end); /* ← data-end属性の値を表示 */
    position: absolute;
    bottom: -17px;
    right: 6px;
    font-size: 12px;
    color: #3e3a39;
  }


  .T-short{
    background: #e5d3c7;
    height: 577px;
  }



.MAP{
  width: 85%;
  margin: 0 auto;
}

.out-map{
  margin: 50px auto;
}



.local{
  padding-bottom: 70px;
  width: 85%;
  margin: 0 auto;
}

.L-text{
  font-size: 12px;
  width: 68%;
  text-align: justify;
  margin: 20px 10px 40px 18px;
  color: #3e3a39;
  font-weight: 500;
  position: relative;
}

.cat{
  width: 50px;
  height: 60px;
}

.cat-wrapper {
  position: absolute;
  right: 3vw;
  top: 0;
}
.cat-wrapper::after {
  content: "©️国立市観光まちづくり協会承認2509-5";
  position: absolute;
  text-align: center;
  font-size: 5px;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}

.community {
  position: relative;
  display: block;
  width: 80%;
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #d98a56;
  border: 1.5px solid;
  border-image: linear-gradient(to right, #d98a56, #ecc4aa) 1;
  text-decoration: none;
  transition: 
    color 0.3s ease, 
    border-image 0.3s ease,
    transform 0.2s ease;
}

.community .arrow{
  position: absolute;
  top: 50%;
  right: -15px; /* ← ボタンの右端からの距離を固定値で指定 */
  transform: translateY(-50%);
  width: 20px;
  height: 1.5px;
  background: #ecc4aa;
  transition: transform 0.3s ease, background 0.3s ease;
}
.community .arrow::after{
  content: "";
  position: absolute;
  right: -1px;
  top: -2.5px;
  width: 8px;
  height: 1.5px;
  background: #ecc4aa;
  transform: rotate(45deg);
  transition: transform 0.3s ease, background 0.3s ease;
}



/* モーダル */
.designA{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px;
  min-width: 300px;
  max-width: 470px;
}

.modal-window {
  display: none;
  position: fixed;
  background-color: #f7f5f1;
  border-radius: 10px;
  z-index: 200;
  color: #3e3a39;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;  
}

.button-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #3e3a39;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.M-img{
  width: 180px;
  height: 130px;         
  object-fit: cover;      
  object-position: center;
  border: solid 1px #3e3a39;
}
.modal-window h2{
  font-size: 20px;
}
.modal-window p{
  font-size: 14px;
  text-align: justify;
  width: 100%;
}

.modal-line{
  background: rgb(102,102,102);
  width: 50%;
  height: 1px;
}

.no_scroll {
  overflow: hidden;
}

/*TTモーダル*/
.designB{
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  min-width: 310px;
  max-width: 470px;
}

.P-img{
  width:83px;
  height: 83px;         
  object-fit: cover;      
  object-position: center;
  border: solid 1px #3e3a39;
}
.P-above{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.P-title{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  text-align: center;
}
.P-title h2{
  font-size: 16px;
  width: auto;        /* ←固定幅を解除 */
  max-width: 100%;    /* ←モーダル内に収める */
  white-space: nowrap; /* ←折り返しを防ぐ */
  overflow: hidden;    /* ←はみ出した場合の対策 */
  text-overflow: ellipsis; /* ←長すぎたら…で省略 */
}
.P-title h3{font-size: 12px;}
.P-title::before{
  content: "";
  position: absolute;
  border: solid 1px rgb(102,102,102);
  width: 90%;
  top: 37%;
}
.ver-A::before{top: 50%; }
.ver-B::before{top: 32%; }
.ver-Jin:before{top: 70%; }

.small-font{
  font-size: 14px;
}

.P-date,.P-time{position: relative;}
.P-date::before{
  content: "";
  background-image: url('https://ikkyosai.com/visitor/56/topics/img/local/date.svg');
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}
.P-time::before{
  content: "";
  background-image: url('https://ikkyosai.com/visitor/56/topics/img/local/time.svg');
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}

.P-info{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 30px;
  padding-left: 30px;
  color: #705b3a;
}
.P-below{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}
.P-text{
  font-size: 12px;
}
.P-tab1{
  margin: 25px auto 10px;
  width: 90px;
  background: #705b3a;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: inset 0 0 4px #00000080;
  padding: 1px 10px;
  line-height: 17px;
  text-align: center;
}
.P-tab2{
  margin: 25px auto 10px;
  width: 90px;
  border-radius: 5px;
  border: solid 1px #705b3a;
  color: #705b3a;
  padding: 1px 10px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
}

/*Slick*/
.C-area .slick-arrow::before{color: #524731;}

.slick-dots{
  bottom: -30px !important;
}


/*hover*/
.botton0.hover{
  background: #b36230;
  transform: scale(1.05);
  transition: 0.2s;
}
.botton1-0.hover{
  background: #b36230;
  opacity: 0.5;
  transform: scale(1.05);
  transition: 0.2s;
}
.S-botton0.hover{
  color: #b36230;
  transform: scale(1.05);
  transition: 0.2s;
}

.T-performance:hover {
  color: #fff;
  font-weight: 700;
  transform: translateY(-3px);   /* 少し浮く */
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.content:nth-of-type(1) .T-performance:hover {
  background: #7cb5d3;
}
.content:nth-of-type(2) .T-performance:hover {
  background: #d37ca6; 
}
.content:nth-of-type(3) .T-performance:hover {
  background: #d1987a; 
}

.community:hover {
  color: #ffffff;
  background: linear-gradient(to right, #d98a56, #ecc4aa);
  /*transform: translateY(-2px);  軽く浮く */
}

.community:hover .arrow {
  transform: translateY(-50%) translateX(5px); /* 矢印を右にスライド */
}

/*アニメーション*/
.scroll-fade-up {
  opacity: 0;
  transform: translateY(30px); /* 下から30px */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.scroll-fade-up.show {
  opacity: 1;
  transform: translateY(0); /* 元の位置に */
}

/*pagetopに戻る*/
#pageTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border: solid 1px #524731;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    background-color: transparent;
    z-index: 1000;
  }

  #pageTop.show {
    opacity: 1;
    visibility: visible;
  }

  #pageTop:hover {
    background: linear-gradient(to right, #c9bea5 40%, #d98a56);
    border: none;
  }

  #pageTop::before,
  #pageTop::after {
    content: "";
    position: absolute;
    width: 3px;  
    height: 16px;
    background: #524731;
    border-radius: 2px;
    top: 49%;
  }

  #pageTop::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 60%;
  }

  #pageTop::after {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 40%;
  }

  #pageTop:hover::before,
  #pageTop:hover::after {
    background: #fff;
  }

#pageTop span {
  position: fixed;
  bottom: 13px;
  right: 13px;
  width: 50px;
  height: 50px;
  border: solid 1px #524731;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  background-color: transparent;
  z-index: 999;
}

#pageTop:hover span {
  opacity: 1;
  visibility: visible;
}





/*PC版*/
@media screen and (min-width:1024px){
  /*書き換え禁止*/
header {position: absolute;}
.hamburger-fade {display: none;}
main {padding-top: 65px;}
  /*書き換え禁止*/


  .first {
    position: relative; /* 子を絶対配置する基準 */
    height: 100vh;
  }

  .title {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 55%;
    max-width: 800px;
  }

  .illust {
    position: absolute;
    top: 40px;
    right: 0;
    width: 35%; /* 右上 */
    margin: 0;
  }

  .date {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 440px;
    margin: 0;
    padding: 15px;
    font-size: 25px;
  }
  .big{font-size: 37px;}
  .blue,.red,.orange{font-size: 25px;}

.about{
  width: 80%;
}

.brush{
  width: 280px;
}

.caption{gap: 15px;}
.A-caption{gap: 0px;}

.caption h2{
  font-size: 28px;
}  

.C-bar{
  width: 9px;
  height: 30px;
}

.carousel{
  margin-bottom: 100px;
}

.C-img{
  width: 30vw;
}

.A-text{
  margin: 5% auto;
  width: 70%;
}
.A-text::before{
  top: -3%;
  left: -17px;
  width: 30px;
  height: 30px;
}

.about h3{font-size: 23px;}
.about p{font-size: 19px;}

.event{
  width: 80%;
}

.event-flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.E-performance{
  margin: 0;
}

.in-map{
  width: 350px;
}

.botton1-0{
  left: -20px;
  line-height: 110px;
}
.botton1{
  font-size: 28px;
  line-height: 110px;
  left: 20%;
}
.botton6{
  font-size: 25px;
  line-height: 63px;
}
.botton2,.botton3,.botton4,.botton5{
  font-size: 18px;
  line-height: 25px;
}

.signboard{
  width: 420px;
  margin: 0;
  padding-left: 80px;
}
.signboard a{
  font-size: 24px;
}
.signboard::before{
  width: 100%;
}
.signboard::after{
  font-size: 20px; 
  top: -22%;
  width: 320px;
}
.S-botton0::before{
  width: 24px;
  height: 24px;
  font-size: 0.81em;
  line-height: 1em;
  left: -2vw;
}

.TT{
  width: 80%;
}

.chart{
  margin-top: 60px;
}

.MAP{
  width: 80%;
}

.out-map{
    margin: 0px auto;
    width: 50%;
    display: block;
    margin-bottom: 100px;
}

.local{
  width: 80%;
}

.L-content{
  width: 100%;
}

.L-text{
  font-size: 19px;
  width: 70%;
  margin: 30px 0px 50px 80px;
}

.cat{
  width: 90px;
  height: 100px;
}

.cat-wrapper {
  right: 5vw;
}

.cat-wrapper::after {
  font-size: 10px;
  top: 108px;                  /* 猫の下に配置 */
  width: 116px;
}

.community{
  font-size: 20px;
  padding: 5px;
  max-width: 450px;
}

.community .arrow{
  width: 30px;
}
.community .arrow::after{
  right: -2px;
  top: -4px;
  width: 12px;
}

  .content:nth-child(2) .T-C-text,
  .content:nth-child(3) .T-C-text{
    display: none;
  }

  .content:nth-child(1) .T-C-text{
    position: absolute;
    left: 22px;
    top: -90px;
    font-size: 15px;
  }

  .tab-container{
    width: 100%;
    margin: 0 auto;
  }

.tab,
.tab.active {
  width: 34%;
  height: 40px;
  background: #f7f5f1;
  font-size: 19px; 
  text-align: center;
  line-height: 35px;
  margin-top: 0;
  border-top-width: 3px;
}

.tab span::before{
  width: 25px;
  height: 25px;
}


  /* コンテンツを横並び */
  .content-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
  }

  /* すべてのcontentを表示 */
  .content {
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding-bottom: 20px;
    padding-top: 35px;
  }

  .flex-H{
    width: 270px;
  }
  .flex-right{
    width: 90%;
  }

  /* 各日ごとの色設定 */
  .content:nth-child(1)::before {
    color: #3e3a39;
    border-top-color: #7cb5d3;
    background: #cfdfe2;
  }
  .content:nth-child(2)::before {
    color: #3e3a39;
    border-top-color: #d37ca6;
    background: #e2cfd3;
  }
  .content:nth-child(3)::before {
    color: #3e3a39;
    border-top-color: #d1987a;
    background: #e5d3c7;
  }

.botton-close{
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}
  
.M-img{
  width: 200px;
  height: 150px;
  margin-bottom: 10px;         
}
.modal-window h2{
  font-size: 22px;
}
.modal-window p{
  font-size: 18px;
}

.designB{
  min-width: 650px;
  max-width: 750px;
  top: 50%;
} 

.P-above{
  gap: 20px;
}

.P-img{
  width: 100px;
  height: 100px;
}

.P-title h2{
  font-size: 20px;
  width: 240px;
}
.P-title h3{
  font-size: 14px;
}
.P-title::before {
  width: 100%;
}

.P-info{
  font-size: 14px;
}

.P-below {
  display: flex;
  justify-content: space-around; /* 左右に配置 */
  align-items: flex-start;        /* 上端をそろえる */
  flex-direction: row;            /* ← 横並びにする！ */
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 300;                   /* 適度な間隔 */
}

/* 各P-textの幅を調整 */
.P-text {
  width: 46%;
  text-align: center;
  font-size: 15px;
}

.P-tab1, .P-tab2 {
  display: inline-block;
  margin: 15px auto 10px;
  padding: 3px 12px;
}

.P-desc {
  text-align: justify;
}

/*slick*/
.slick-slider .slick-list {
  width: 450px;
  margin: 0 auto;
}
.slick-prev{
  left: 100px !important;
  width: 60px !important;
  height: 60px !important;
}
.slick-next{
  right: 100px !important;
  width: 60px !important;
  height: 60px !important;
}
.slick-prev::before,.slick-next::before{
  font-size: 25px !important;
}
.slick-dots li{
  margin: 0 15px !important;
}
.slick-dots li button:before{
  font-size: 8px !important;
}
.slick-dots{
  bottom: -50px !important;
}

#pageTop {
    bottom: 30px;
    right: 30px;
}
#pageTop span{
  bottom: 28px;
  right: 28px;
}

  /*ここから書いてね*/



}


