/*
Theme Name: Paeria Theme
Author: h_shimoi
Description: パエリアダンス教室のテーマ
*/

header {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

/* タイトル用フォント */
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px; 
}

.title {
  font-size: 5.5rem;
} 

.sub-title {
  font-size: 4rem;
} 

body li {
  list-style: none;
}

@media (max-width: 767px) {
  .title ,.sub-title {
    font-size: 2.5rem;
  }
  ul {
  padding-left: 1rem !important;
}

}

.title-yellow{
  color: #FFD700;
}

.title-blue{
  color: #0273e4;
}

.site-title {
  color: #FFD700;
}
  
.swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.img-pc { 
  display: block; 
}

.img-sp { 
  display: none; 
}

/* トップページメインスライダーをモバイル時に切り替える */
@media (max-width: 767.98px) {
  .fade-swiper {
    height: 100vh;
  }
  .img-pc { 
    display: none; 
  }
  .img-sp {
     display: block; 
  }
}

/* スクロール時のヘッダーカラー変更*/
.scrolled-header {
    background-color: #0273e4;
    transition: background-color 0.3s ease;
}

/* スクロール時のヘッダー文字カラー変更*/
.scrolled-header .navbar-brand,
.scrolled-header .nav-link {
    color: #FFD700 !important;
}

.navbar-toggler {
  padding: 0.5rem;
  border: none;
  outline: none;
}

/* メニューアイコンを白く */
.scrolled-header .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
   padding: 0.5rem 1.5rem;
   text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}


/* introセクション */
.intro-feature-section {
  min-height: 100vh;
  background-color: #0051a2;
  padding: 4% 0;
  display: flex;
  flex-wrap: wrap;
}

.left-image-area {
  width: 100%;
  padding: 0;
  height: auto;
}

.right-text-area {
  width: 100%;
  height: auto;
}

.right-text-area-title{
  margin-bottom: 4rem;
}

.intro-img{
  width: 100%;
  height: 100%;
  background-image: url('../paeria-theme/image/paeria-image.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.campaign-box {
  background-color: #00B900;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-muted{
  margin-right: 4rem;
}

/* introセクション　PC */
@media (min-width: 768px) {
  .left-image-area {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .right-text-area {
    width: 55%;
    padding-left: 8rem;
  }
}


/* introセクション_モバイル時は縦並びにする */
@media (max-width: 1023px) {
  .intro-feature-section {
    display: block;
  }

  .left-image-area,
  .right-text-area {
    width: 100%;
  }

  .left-image-area {
    height: 300px;
  }

  .right-text-area {
    padding: 1rem 1rem;
  }

  .campaign-box {
    max-width: 100%;
  }

  .intro-img{
    height: 40vh;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .right-text-area-title{
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  
}

@media (min-width: 1024px) {
  h2.pc-text-start {
    text-align: left !important;
  }
}

.text-red { color: #ff6b6b; }
.text-sky { color: #84d4e4; }
.text-yellow { color: #ffe066; }
.text-green { color: #77dd77; }
.text-purple { color: #d4b3ff; }
.text-orange { color: #ff9f40; }
.text-lime { color: #b9fbc0; }
.text-cyan { color: #62d2a2; }
.text-magenta { color: #f78da7; }
.text-blue { color: #4dabf7; }
.text-teal { color: #20c997; }

.bg-icon {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bg-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../paeria-theme/image/paeria-image.png');
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.1; 
  z-index: -1;
}

#dance {
  background-color: #0051a2;
  color: white;
  padding: 2rem;
  border-radius: 5rem;
}

.dance-num {
  font-size: 10rem;
  opacity: 0.1;
  transform: rotate(-12deg);
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: #000;
}


.dance-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.dance-swiper img {
  width: 100%;
  max-width: 400px;
  height: 400px;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.address-line {
  display: inline !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

#yosakoi {
  background-color: #ffc107;
  color: #FFF;
  padding: 2rem;
  border-radius: 5rem;
}

.yosakoi-swiper img {
  width: 100%;
  max-width: 400px;
  height: 400px;
}

.dance-swiper-mobile,
.yosakoi-swiper-mobile {
  overflow: hidden;
}

.dance-swiper-mobile .swiper-slide,
.yosakoi-swiper-mobile .swiper-slide {
  width: 190px !important;
  height: 190px !important;
  object-fit: cover;
  border-radius: 10px; 

}

.dance-swiper-mobile .swiper-slide img,
.yosakoi-swiper-mobile .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;

}


#toiawase {
  padding: 2rem;
  border-radius: 5rem;
}

#voice{
  border-radius: 5rem;
}

.voice-border-yellow{
  border: 15px solid #ffc107; 
  border-radius: 8px; 
  padding: 15px; 
}

#voice .voice-p-blue {
  border-bottom: 1px solid #7ACBCC;
  padding-bottom: 5px;
  line-height: 2.4;
  display: inline;
}

#voice .voice-p-yellow {
  border-bottom: 1px solid #ffc107;
  padding-bottom: 5px;
  line-height: 2.4;
  display: inline;
}

.voice-card-blue {
  border: 15px solid #0d6efd;
  border-radius: 10px;
}

.voice-card-yellow {
  border: 15px solid #ffc107;
  border-radius: 10px;
}

.voice-card-blue {
  overflow: hidden; 
}

.voice-img{
  width: 100%;
}

.offer-hero {
  background-image: url('../paeria-theme/image/offer_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  min-height: 100vh;     
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);  /* ← 明るさに応じて0.3〜0.6で調整 */
  z-index: 1;
}

.offer-hero-overlay {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

/* トップ画像セクション */
.beginner-top-img {
  position: relative;
  background-image: url('../paeria-theme/image/beginner-top.jpg'); /* PC用背景 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px; /* 高さは必要に応じて調整 */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 黒半透明オーバーレイ */
.beginner-top-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 明るさ調整 */
  z-index: 1;
}

/* 中央テキスト */
.beginner-top-overlay {
  position: relative;
  z-index: 2;
  color: white;
  padding: 1rem;
}

/* モバイル用画像切り替え */
@media (max-width: 768px) {
  .beginner-top-img {
    background-image: url('../paeria-theme/image/beginner-top-sp.jpg');
    min-height: 200px;
    margin-top: 6rem;
  }
}

.beginner-content {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
}


.beginner-text-2 h2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.beginner-content {
  background-color: #0362c1;
}
.beginner-image {
    background-image: url('../paeria-theme/image/beginner-sayako.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
    min-height: 300px;
}

.mb-area-1 {
  display: flex;
  align-items: center;
  gap: 1rem; 
}

.mb-area-1 h4 {
  margin: 0; 
  margin-left: -25px;
}

.pc-beginner-question{
  margin-left: 33px;
}

@media (max-width: 768px) {
  .beginner-text h4 {
    text-align: center;
    z-index: 5;
  }
}

@media (max-width: 768px) {
  .pc-container {
    display: none;
  }
}

@media (min-width: 769px) {
  .mb-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .beginner-content {
    display: block;
  }
}

@media (max-width: 768px) {
  .beginner-image {
    min-height: 125px;
    width: 200px;
    position: relative;
    margin-top: -32px;
  }
}

.section-arrow .arrow-icon {
  font-size: 2rem;
  display: inline-block;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(8px); }
}
.faq-list{
  padding: 0 !important; 
}

.faq-list li {
  background: #fffbe7;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
  margin-right: 1em;
  margin-left: 1em;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.beginner-text-2{
  border: 5px solid #ffc107;
  border-radius: 10px;
}

.example-box {
  background-color: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}


.oooh-baby-regular {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}


.slide-caption {
    position: absolute;
    top: 15%;
    left: 5%;
    color: white;
    z-index: 2;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    transform: rotate(-25deg); 
    letter-spacing: 10px;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 半透明の黒 */
  z-index: 1;
}

@media (max-width: 767px) {
  .slide-caption {
    top: 43%;
    letter-spacing: 6px;
  }
}

.mobile-info{
    font-size: 1.1rem;   /* 通常は 1rem 〜 1.2rem が読みやすい */
    line-height: 2.0;
}

.dance-card:hover {
  background-color: #FFD700;
  color: #0273e4;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}
