/* =======================================
   karina.css — LPサイト共通スタイル
   ======================================= */

/* リセットと基本設定 */
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}

/* ベース設定 */
body {
  font-family: 'Inter', sans-serif;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 16px;
}

h1, h2, h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700; /* Bold */
}

h2 {
font-size: 32px;
  font-weight: 500; 
}

p, li {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Regular */
}

ul{
  padding-inline-start: 0px;
}

/* 補助テキストやキャプションなど */
.small-text {
  font-family: 'Inter', sans-serif;
  font-weight: 300; /* Light */
  font-size: 0.9rem;
}

/* 強調部分 */
.emphasis {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* Medium */
}

   /* ---- フェードアップの基本 ---- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}


/* header部分 */

header {
  z-index: 1;
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);

}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 30px;

}

.logo {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
  text-decoration: none;

}

.logo i {
  font-size: 0.9em;
}


/* セクション */
section {
  padding: 56px 0;
}

section .no-padding{
  padding: 0;
}

a:hover {
  opacity: 0.5;
}

.pc-none{
  display:block;
}

.sp-none{
  display:none;
}

.tel a {
  text-decoration: none;
  color: inherit;
}

/* -----------------------------------
   ヒーローセクション全体
----------------------------------- */
.hero {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 800px;
 /*  height: 100vh; /* 画面いっぱいの高さ（必要に応じて変更） */ 
  background: #f3f3f3; /* 背景色や背景画像を設定 */
  overflow: hidden; /* SVGのはみ出しを防ぐ */
  display: flex;
  align-items: center;
  background-image: url(/karina/img/top-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
 
}

/* -----------------------------------
   コンテナのレイアウト
----------------------------------- */
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px; /* コンテンツの幅上限 */
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1; /* SVGより上 */
  position: relative;
  gap: 25px;
  box-sizing: border-box;
 
}

.container.box-1000{
  max-width: 1000px; /* コンテンツの幅上限 */
}



section.overflow{
overflow-x: hidden;
 
}


.container.column{
flex-direction: column;
 
}

.left-box{
      flex: 1;
}
.right-box{
    flex: 1;
}

img{
  max-width: 100%;
}


/* -----------------------------------
   左側のメインコンテンツ
----------------------------------- */
.hero .main-content {
  flex: 1;
  padding-left: 5%;
}

.hero .main-content img {
  width: 400px;
  display: block;   
  margin: 0 auto; 
   padding-right: 50px;
   box-sizing: border-box;
}

.hero .text-box{
}

.hero .main-content h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
 font-size: 45px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero .main-content p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}



/* -----------------------------------
   右側のイメージエリア
----------------------------------- */
.hero .right-content {
  flex: 1;
  text-align: right;
  font-size: 1rem;
  color: #999;
}

.hero .right-content img{
max-width: 566px;
width: 100%;

}
/* -----------------------------------
   下端SVGの設定
----------------------------------- */
.svg-box {
  position: absolute;
  bottom: 0;   /* セクションの最下部に固定 */
  left: 0;
  width: 100%;
  line-height: 0; /* 不要な隙間を防ぐ */
  z-index: 1;
  
}

.svg-box svg {
  width: 100%;
  height: auto;
  display: block;
}

section.hero h1{


}

/* -----------------------------------
  section-2
----------------------------------- */
.svg-wave {
  width: 100%;       /* コンテナを横幅いっぱいに */
  overflow: hidden;  /* 万一のはみ出しを防ぐ */
  margin-bottom: -2px;
  z-index: 1;
  position: relative;
}

.svg-wave svg {
  width: 100%;       /* 画面幅いっぱいに広げる */
  height: auto;      /* 縦横比を維持 */
  display: block;    /* 不要な余白を除去 */
  
}

section#section-2{
padding-bottom: 0;


}

.dot-img {
  position: absolute;
  top:30px;
  z-index: 0;
  width: 400px;
}

.dot-img img {
width: 100%;
}

.text-box{
position: relative;
z-index: 1;

}

#section-2 .right-box{
position: relative;
z-index: 2;
text-align:center;

}

#section-2 .right-box img{
width: 80%;
margin: 0 auto;
}

#section-2 .left-box{
position: relative;
z-index: 2;
margin-top: -100px;

}
#section-2 h2.section-title{
text-align: left;
margin-top: 50px;
margin-bottom: 100px;


}



/* -----------------------------------
  section-3
----------------------------------- */

#section-3 {
background-image:url(/karina/img/section-3-back-img.png);
background-color: #F7E3E3;
background-size: cover;

}


#section-3 .center-box {
text-align: center;
margin: 0 auto 50px auto;
width: 90%;
max-width: 600px;
}
/* #section-3 .center-box h2{
font-size: 22px;
  font-weight: 400;
  margin-top: 20px;

} */

#section-3 .container{
max-width: 800px;
background-size: cover;
padding: 0;
}

/* #section-3 .container .center-box.deco-box{
width: 688px;
height: 300px;
padding:0px 40px;
background-image: url(/karina/img/deco-box.png);
background-size:contain;
background-repeat: no-repeat;
}
 */
#section-3 .container img {
display: block;
width: 100%;

}

.noli li{
list-style: none;

}


.noli li i {
  
  margin-right: 0.5em;
}

#section-3 .container .left-box {


}
#section-3 .container .left-box img {
max-width: 300px;
margin: 0 auto;

}

/* -----------------------------------
  section-4
----------------------------------- */

#section-4{
background-image:url(/karina/img/line-back.png);

background-size: contain;


}


#section-4 h2 {
background-image: url(/karina/img/heart-img.png);
background-repeat: no-repeat;
padding-left: 100px;
padding-top: 35px;
padding-bottom: 35px;
background-size: 200px;
background-position: 0 0px;
}

#section-4 .noli li i {
  color: #d4b25f; /* 鈴っぽいゴールドカラー */
  margin-right: 0.6em;
}

#section-4 .noli li  {
padding-bottom: 20px;;
}

.simple-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
  margin: 1.5em auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

.simple-table td {
  border: 1px solid #ccc;
  padding: 0.8em 1em;
  vertical-align: middle;
  height: 100px;
}

/* ← 数値の列（左列）だけ背景色をつける */
.simple-table td:first-child {
  background-color: #FFD699;
  font-weight: bold;
  width: 120px; /* 数値列の幅*/
}


#section-4 .section-title {
  position: relative;
  font-size: 2rem;
  text-align: center;
  margin: 2em 0;
  z-index: 1;
}

#section-4 .box-set{
margin-left: 50px;

}
/* -----------------------------------
  section-5 
----------------------------------- */

#section-5{
background-image:url(/karina/img/section-5-back.png);
background-size: cover;
background-repeat: no-repeat;
padding-bottom: 200px;
margin-bottom: -100px;
z-index: 0;
position: relative;
}

#section-5 h2{
border-left: #186263 15px solid;
padding-left: 25px;
}


#section-5 .img-80 img  {
max-width: 95%;
margin: 50px auto;

}


/* -----------------------------------
section-price
----------------------------------- */

#section-price{

background-image:url(/karina/img/section-3-back-img.png);
background-color: #F7E3E3;
background-size:cover;
z-index: 1;
position: relative;

}


#section-price .center-box {
text-align: center;
margin: 0 auto 50px auto;
width: 90%;
max-width: 600px;
}


#section-price .container{
max-width: 1000px;
background-size: cover;
padding: 0;
}

#section-price .container img {
display: block;
width: 100%;
}

/* 見出し背景の文字 */
.section-title::before {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(-50%, -80%);
  font-size: 4rem;         /* 背景文字の大きさ */
  color: #FFD2C1;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  z-index: -1;
  pointer-events: none;
  white-space: nowrap;
}

#section-price .section-title::before {
  content: "Price";
}


.price-table {
  border-collapse: collapse;
  width: 95%;
  max-width: 900px;
  margin: 1.5em auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;

}

.price-table td {
  border: 1px solid #ccc;
  padding: 0.8em 2em;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff
}

.price-table col.col-left {
  
  width: 150px;
}

.price-table td[rowspan] {
  font-weight: bold;
  background-color: #FAF2E4;
  text-align: center;
  padding: 0.8em 1em;
}



#section-4 .section-title {
  position: relative;
  font-size: 2rem;
  text-align: center;
  margin: 2em 0;
  z-index: 1;
}



/* -----------------------------------
  section-6　Q&A
----------------------------------- */

#section-6{
background-image:url(/karina/img/section-6-back.png);
background-color: #FAF2E4;
background-size: cover;
background-repeat: no-repeat;

}

#section-6 .container{
max-width: 1000px;
}

/* 見出し背景のQ&A文字 */
#section-6 .section-title::before {
  content: "Q&A";

}

.qa-text-box {

  border-bottom: #333 1px solid;
  width: 80%;
  margin: 20px auto;
}

.text-q,
.text-a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3em;
  
}

.text-q {
font-size: 22px;
font-weight: 500;
}
.text-a {

}

.text-q .label {
  color: #186263; /* Qの色（オレンジ系） */
  font-weight: bold;
  margin-right: 18px;
font-size: 64px;
line-height: 32px; /* 行の高さを要素の高さと同じにして縦中央に */

}

.text-a .label {
  color: #6D6D6D;
  font-weight: bold;
  margin-right: 18px;
  font-size: 36px;
  padding-left: 10px;
  line-height: 20px; /* 行の高さを要素の高さと同じにして縦中央に */
}

/* -----------------------------------
  section-7
----------------------------------- */

#section-7 {
  background-image: url(/karina/img/section-7-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% 70%; /* ← これが基点指定 */
  padding-bottom: 350px;
  margin-bottom: -280px;
}

#section-7 .right-box{
position: relative;


}

#section-7 .right-box img{
margin-left: auto;
display: block;
margin-bottom: 50px;



}





.section-7-message {

  display: inline-block;       
  background-color: #fff;       
  border-radius: 50px;          
  padding: 20px 40px;        
  color: #333;            
  font-size: 1.2rem;            
  text-align: center;           
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 

}
.section-7-message h2{

  font-size: 28px;
}


/* -----------------------------------
  section-8
----------------------------------- */
.arrow-box{
    
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #333;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700; /* Bold */
   flex-direction: column;
   text-align: center;
   position: relative;
   z-index: 2;
   margin-bottom: -30px;

}


#section-8{
background: linear-gradient(180deg, #186263 0%, #30C6C9 100%);
color: #ffffff;
text-align: center;
 position: relative;
   z-index: 0;
     padding-top: 20px;
}

#section-8 .box-600{
  max-width: 550px;
  margin-top: 50px;
  gap: 25px;
}



.section-8-message{
  background-image: url(/karina/img/dot-set.png);
background-repeat: no-repeat;
padding-left:75px;
text-align: left;

background-size: 50px;
background-position: 0 3px;
}

#section-8 .tel {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700; /* Bold */
  text-align: center;
}

#section-8 .tel i {
  margin-right: 8px;
  
}



/* フッター */
footer {
  padding: 28px 0;
  border-top: 1px solid #eee;
  text-align: center;
}

/* レスポンシブ */
@media (max-width: 800px) {

.container {
 flex-direction: column;
 
}

.pc-none{

   display:none;
}

.sp-none{
   display:block;
}


/* -----------------------------------
   ヒーローセクション全体
----------------------------------- */

/* -----------------------------------
   左側のメインコンテンツ
----------------------------------- */

.hero .main-content {

  padding-left: 0%;
  padding-top: 40px;
}
.hero .main-content img {
  width: 80%;
   padding-right:0;

}

.hero .main-content h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
 font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}



/* -----------------------------------
   右側のイメージエリア
----------------------------------- */
.hero .right-content {
margin-top: -90px;
margin-bottom: -50px;
}
.hero .right-content img{
opacity: 1;
  width: 350px;
}


/* -----------------------------------
  section-2
----------------------------------- */

#section-2 .container{

}

#section-2 h2.section-title{
 font-size: 28px;
margin-top: 100px;
margin-bottom: 50px;
}

/* -----------------------------------
  section-4
----------------------------------- */
#section-4 .box-set{
margin-left: 0px;

}

/* -----------------------------------
  section-5 
----------------------------------- */

#section-5 h2{
  font-size: 25px;
padding-left: 25px;
}


/* -----------------------------------
  section-price
----------------------------------- */

.price-table td {
  padding: 0.8em 1em;
}


/* -----------------------------------
  section-6　Q&A
----------------------------------- */
#section-6{
background-size:180%;
background-repeat: repeat;
background-position: 0 -20%;
}

.qa-text-box {

  border-bottom: #333 1px solid;
 width: 95%;
}



/* -----------------------------------
  section-7
----------------------------------- */
#section-7 {
  background-position: 40% 70%; /* ← これが基点指定 */
  
}
#section-7 .left-box {
  display: none;
 

}

#section-7 .container{
display: block;
}


#section-7 .right-box img {
  display: block;
 
  margin-left: auto;
  margin-right:0px;
}


.section-7-ptext{
position: relative;
 margin-left: 0;
top:-150px;

display: block;
width: 260px;



}
.section-7-message {
  display: block;       
  background-color: #fff;       
  border-radius: 50px;          
  padding: 10px 10px;        
  color: #333;            
  font-size: 1.2rem;            
  text-align: center;           
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  width: 100%;
  margin: 0 auto;

}
.section-7-message h2{

  font-size: 19px;
}



}

