/*
Theme Name: Tokyo Pearl 2025
Author: k
Version: 1.0
*/

/* ---------------------------
   リセット
--------------------------- */
* {margin:0; padding:0; box-sizing:border-box;}

/* ---------------------------
   共通
--------------------------- */

body {
  font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #333;
  background: #fff;
}

a {
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}

 a:hover {
      color: #ccc;
      text-decoration: none;
  }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.front_wrapper{
	width: 1100px;
	margin: auto;
}

@media (max-width: 768px) {
	.front_wrapper{
	width: 100%;
}

}

/* ---------------------------
   ヘッダー共通
--------------------------- */
.site-header {
  background:#fff;
  border-bottom:1px solid #D9BD4D;
  position:sticky;
  top:0;
  z-index:1000;
}

/* ヘッダー内 */
.header-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:1200px;
  margin:0 auto;
  padding:0px 20px;
  flex-wrap:wrap; /* SPで下段に折り返し可能 */
}

/* ロゴ */
.logo img {height:100px; display:block;}

/* ハンバーガー */
.menu-trigger {
  display:flex;
  flex-direction:column;
  gap:4px;
  cursor:pointer;
  width:25px;
  height:20px;
  justify-content:center;
}
.menu-trigger span {
  display:block;
  width:100%;
  height:3px;
  background:#333;
  border-radius:2px;
  transition: all 0.3s ease;
}
.menu-trigger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-trigger.active span:nth-child(2) { opacity:0; }
.menu-trigger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* 下段情報 */
.header-info {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:4px;
}
.contact-lang {
  display:flex;
  align-items:center;
  gap:10px;
}
.contact-lang span {font-size:17px;}
.language {padding:4px 6px; font-size:14px;}
.hours {font-size:13px; color:#555;}

/* メニュー展開 */
.menu-dropdown {
  display:none;
  position:absolute;
  left:0;
  width:100%;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,0.1);
  z-index:998;
}
.menu-dropdown.open {display:block;}
.menu-dropdown ul {list-style:none; padding:10px 0;}
.menu-dropdown li {padding:12px 20px; border-bottom:1px solid #eee;}
.menu-dropdown li:last-child {border-bottom:none;}
.menu-dropdown a {text-decoration:none; color:#333; font-weight:300;}
.menu-dropdown a:hover {
      color: #ccc;
	 text-decoration: underline;
  }

/* ---------------------------
   PCレイアウト
--------------------------- */
@media (min-width:769px){
  .header-inner {
    justify-content:center; /* ロゴ中央 */
    position:relative;     
  }

  .menu-trigger {
    position:absolute;
    left:20px;
    order:0;
  }

  .header-info {
    position:absolute;
    right:20px;
    flex-direction:column;
    align-items:flex-end;
    margin-top:0;
    padding:0;
    background:none;
    order:2;
  }
}

/* ---------------------------
   SPレイアウト
--------------------------- */
@media (max-width:768px){
  /* 上段：ハンバーガー＋ロゴ */
  .header-inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0; 
    max-width:1200px;
    margin:0 auto;
  }

  .header-info {
    width:100vw;          
    max-width:none;
    margin:0;
    padding:8px 0;
    background:#f5f5f5;
    display:flex;
    flex-direction:column;
    align-items:center;
    box-sizing:border-box;
    position:relative;
    left:0;
  }

  .contact-lang {justify-content:center;}
  .hours {text-align:center;}
  .logo img {height:80px; margin-right: 20px;}
}

.menu-trigger {margin-left: 20px;}


/* ---------------------------
   フッター共通
--------------------------- */
.footer {
  background:#3D3D3D;
  color:#fff;
  padding:40px 20px;
  font-size:14px;
}
.footer-inner {
  max-width:1200px;
  margin:0 auto;
}
.footer-flex {
  display:flex;
  gap:40px;
  flex-wrap:wrap; /* SP縦積み */
}
.footer-column {flex:1; min-width:280px;}

.footer-title {
  font-size:20px;
  font-weight:500;
	font-family: "Zen Old Mincho", serif;
  margin-bottom:15px;
  position:relative;
  display:inline-block;
}
.footer-title::after {
  content:"";
  display:block;
  width:100%;
  height:2px;
  background:#fff;
  margin-top:5px;
}

/* ul装飾 */
.footer-column__list {list-style:none; padding:0;}
.footer-column__list li {margin-bottom:8px;}
.footer-column__list li a {color:#fff; text-decoration:none;}

 .footer-column__list a:hover {
      color: #ccc;
	 text-decoration: underline;
  }

/* CONTACT + カレンダーラッパー */
.footer-contact-wrap {
  display:flex;
  gap:20px;
  flex-wrap:wrap; 
  align-items:flex-start;
}
@media (min-width:769px) {
  .footer-contact-wrap {
    flex-direction:row; /* PC横並び */
    align-items:flex-start;
  }
}

/* CONTACT情報 */
.footer-contact-info {
  display:flex;
  flex-direction:column;
  gap:5px;
}
.footer-contact-info .tel {
  font-size:24px;
  font-weight:700;
  margin-bottom:5px;
}
.footer-contact-info .time {
  font-size:14px;
  color:#fff;
}

/* お問い合わせボタン */
.footer-contact-button a {
  display:inline-block;
  background:#f5dab3;
  color:#222;
  padding:15px 20px;
  border-radius:4px;
  font-weight:500;
  margin-top:30px;
  transition:0.3s;
	text-decoration: none;
}
.footer-contact-button a:hover {background:#fff;
text-decoration: underline;}

/* カレンダー */
.footer-column__calendar {
  flex:1;
  min-width:150px;
}

/* 下段コピーライト */
.copyright {
  margin-top:30px;
  border-top:1px solid #444; /* 仕切り線 */
  padding-top:20px;
  text-align:center;
  font-size:12px;
  color:#ccc;
	font-family: "Zen Old Mincho", serif;
}

.floating-banner {
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 180px;
}
.floating-banner__inner {
    position: relative;
}

.floating-banner__close {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    position: absolute;
    right: 0;
    top: 13%;
    width: 35px;
    z-index: 1;
}
.floating-banner img {
    height: auto;
    max-width: 100%;
}

/* SP調整 */
@media (max-width:768px){
  .footer-flex {flex-direction:column; gap:30px;}
  .footer-column {text-align:center;} /* 全部中央揃え */
  .footer-contact-wrap {
    flex-direction:column; /* 縦積み */
    align-items:center;
    gap:15px;
  }
  .footer-contact-button a {
    display:block;
    width:100%;
    max-width:100%;
    margin:10px auto 0;
    text-align:center;
  }
  .footer-column__calendar {width:100%; max-width:300px; margin:0 auto;}
	
 .footer-column .footer-column__list {
    display: flex;
    flex-wrap: wrap;           /* 折り返し可能 */
    justify-content: flex-end; /* 右寄せで散らばる */
    gap: 10px 20px;            /* 行間・列間の間隔 */
    padding:0;
  }
	
.floating-banner {
    width: 32%;
}
	
}


/* SPのみ */
@media (max-width:768px){
  /* BRAND INFORMATIONのリストを中央揃え */
  .footer-column .footer-column__list {
    display: flex;           /* フレックス化 */
    flex-wrap: wrap;         /* 折り返し可能 */
    justify-content: center; /* 横中央揃え */
    gap: 10px 20px;          /* 行・列間隔 */
    padding: 0;
    margin: 0 auto;
  }

}


.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #222;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

.scroll-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.scroll-to-top:hover {
  transform: translateY(-5px);
  background: #f5dab3;
}



/* ===== FV ===== */
.fv-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;   /* 横方向中央揃え */
  min-height: 600px;     /* ファーストビュー高さ */
  position: relative;
}

.fv-menu {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央 */
  height: 100%;
}

.fv-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}

.fv-menu li {
  margin-bottom: 25px;
}

/* PC版のみ：下線アニメーション */
@media (min-width: 769px) {
  .fv-menu a {
    position: relative;
    text-decoration: none;
    color: #333;
    padding-bottom: 2px;
    transition: color 0.3s;
  }

  .fv-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    transition: width 0.3s;
  }

  .fv-menu a:hover::after {
    width: 30%;             /* ホバー時短く */

  }
}

/* SNSアイコンは下線アニメーション無効 */
.fv-menu .sns-icons a::after,
.fv-menu .sns-icons a {
  border: none !important;
  background: none !important;
  content: none !important;
  padding: 0 !important;
  margin: 0 !important;
}


.sns-icons {
  display: flex;
  gap: 40px;
}

  .sns-icons a {
    border: none;
    background: none;  
  }

.sns-icons img {
  width: 50px;
	display: block;
}

.fv-slider {
  width: 100%;       /* 横幅はそのまま */
  height: 600px;     /* 縦スライド用の高さ */
  margin-left: 0;
	margin-top: 10px;
  overflow: hidden;
}

.fv-slider img {
  width: 100%;
  height: auto;
  display: block;
}

/* ページネーションの丸 */
.swiper-pagination-bullet {
  background-color: #ccc;  
  opacity: 1;              
}

/* アクティブな丸 */
.swiper-pagination-bullet-active {
  background-color: #333;  
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


/* ===== SP用スタイル ===== */
@media (max-width: 768px) {
  .fv-wrapper {
    flex-direction: column;

    min-height: auto;
    align-items: center;  /* 横方向中央揃え */
  }

  .fv-menu {
    order: 2;
    width: auto;              /* 横幅は親幅に任せる */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 上寄せ */
    align-items: center;         /* 横中央 */
    padding: 10px;                /* 上下左右余白最小限 */
    background: #fff;
    border-radius: 8px;
    height: auto;                /* 高さは中身に合わせる */
    flex: none;                  /* flexで伸びないように */
    margin: 0;                   /* 下の隙間削除 */
  }

  .fv-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px 10px;
    padding: 0;
    margin: 0;
  }

  .fv-menu li {
    margin: 0;
  }

  .fv-menu a {
    display: inline-block;
    text-align: center;
    padding: 6px 16px;           /* 上下左右余白 */
    border: 1px solid #333;      /* 枠線 */
    border-radius: 20px;          /* カプセル型 */
    	background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    margin: 6px; 
    transition: all 0.3s;
  }

  .fv-menu a:hover {
    background-color: #333;  /* ホバーで背景反転 */
    color: #fff;
    border-color: #333;
  }

   .sns-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px; 
    margin-bottom: 0;
  }

  .sns-icons a {
    border: none;
    background: none;  
    padding: 0;
    margin: 0;
  }

  .sns-icons a img {
    width: 50px;         /* サイズ固定 */
    display: block;
  }

  .fv-slider {
    order: 1;
    width: 100%;
	height: 300px;
    margin-left: 0;
	  margin-top: 0;
  }

  .fv-slider img {
    max-height: 300px;  /* 縦長抑制 */
    object-fit: cover;
  }
}


.news-section {
  max-width: 1080px;
  margin: 80px auto; 
  padding: 0 20px;
}

.news-section p{
	text-align:center;
	font-size: 17px;
}

.news-section .section-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.news-list {
	width: 80%;
  list-style: none;
  padding: 0;
  margin: 0 auto; 
  display: flex;
  flex-direction: column;  
  border-top: 1px solid #ccc;
}

.news-item {
    display: flex;
    align-items: center;         /* 中央揃え */
    justify-content: center;     /* 水平方向中央 */
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;             /* スマホで改行できるように */
}

.news-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* タイトルは中央揃えで折り返す */
.news-title {
    text-align: center;
    word-break: break-word;
}

/* スマホ用 */
@media (max-width: 767px) {
    .news-item {
        flex-direction: column;    /* 上下に並べる */
        align-items: center;       /* 中央揃え */
        gap: 5px;
    }

    .news-title {
        max-width: 90%;           /* 横幅少し余白を持たせる */
    }
	
	.news-section {
  padding: 0 ;
}
	
.news-section p{
	font-size: 13px;
}
}


.news-category,
.news-date,
.news-title {
  display: flex;
  align-items: center;  
}


.news-category {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
  background: #333;
  color: #fff;
}

.news-category-news {
  background: #000;
  color: #fff;
}

.news-date {
  font-size: 13px;
  color: #999;
}

.news-title {
  color: #333;
  text-decoration: none;
    white-space: normal;       /* 折り返す */
    word-break: break-word;    /* 長い単語も折り返す */
    overflow-wrap: break-word;
    text-overflow: clip;       /* 省略させない */
    text-align: center;
}

.news-title:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
	.news-list {
		width: 95%;}
	.news-title {
		font-size: 90%;}
	.news-section {
		margin: 40px auto; }
}

.gallery-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    overflow: hidden;
}


.gallery-swiper .swiper-slide {
    width: 400px; /* 分割した画像の幅 */
    height: 263px;
    flex-shrink: 0;
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
display: block;
}

@media (max-width: 768px) {
    .gallery-swiper .swiper-slide {
        width: 250px; /* スマホ用 */
        height: 164px;
    }
}

.banner-section {
  max-width: 1080px;
  margin: 130px auto;
  display: flex;
  flex-direction: column;  /* 縦に積む */
  gap: 20px;               /* バナー間の余白 */
  padding: 0 20px;
}

@media (max-width: 768px) {
.banner-section {
    gap: 40px;
}
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.banner-item:hover img {
  transform: scale(1.02);  /* ホバーで少し拡大して動きのある感じ */
}

@media (max-width: 768px) {
	.banner-section {
  padding: 0 10px;
margin: 40px auto;
}

}

/* Instagramセクション PC用 */
.instaarea__row {
	max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 20px;
  margin-bottom: 200px;
}

.instaarea__rowhead {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.instagram-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.instagram-title img:first-child { width: 180px; height: auto; }
.instagram-title img:last-child { width: 40px; height: 40px; }

/* Instagram画像部分 */
.instagram-items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.instagram_col {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
}

.instagram_col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* SP対応 */
@media (max-width: 768px) {
  .instaarea__row {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .instaarea__rowhead {
	  flex: 0 0 10px;
	  padding: 0;
    align-items: center;
    text-align: center;

  }
  .instagram-title {
	  flex-direction: row;
    justify-content: center;
	  margin-bottom: 0px;
  }
	
	.instagram-title img:first-child {
    width: 120px;
    height: auto;
}
	.instagram-title img:last-child 
	{ width: 50px; height: 50px; }
	
  .instagram-items {
    justify-content: center;
  }
  .instagram_col {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
