/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*ヘッダー固定*/
.header{position:fixed;width:100%;top:0;}

/*スマホフッター固定*/
.sp-footer{position:fixed;width:100%;bottom: 0;}

.color_purple{color:#915DA3;}

.sp-only{
    display:none;
}

/* スマホのみ改行 */
@media (max-width:767px){
    .sp-only{
        display:inline;
    }
}
/* PCのみ改行 */
.pc-only{
    display:inline;
}

@media (max-width:767px){
    .pc-only{
        display:none;
    }
}

/* Elementor レイキ体験カード */
/* Noto Serif JP 読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap');


/* レイキセクション全体 */
.experience-grid,
.reiki-card,
.reiki-card h3,
.reiki-card p{

font-family:
"Noto Serif JP",
serif;

}
.experience-grid .elementor-widget-html{
margin-bottom:24px;
}

.reiki-card{
display:flex;
align-items:center;
gap:24px;
padding:32px;
background:#fff;
border:1px solid #e5ecec;
border-radius:20px;
height:100%;
transition:.25s;
box-shadow:
0 10px 30px rgba(95,132,140,.05);
}

.reiki-card:hover{
transform:translateY(-4px);
box-shadow:
0 16px 40px rgba(95,132,140,.08);
}

.reiki-icon{
width:90px;
min-width:90px;
}

.reiki-icon img{
width:90px;
height:90px;
object-fit:contain;
display:block;

}

.reiki-text h3{
font-size:24px;
margin-bottom:10px;
color:#456873;
font-weight:500;
}

.reiki-text p{
font-size:15px;
line-height:1.9;
color:#6d8087;
margin:0;
}

@media(max-width:768px){

.reiki-card{
padding:24px;
gap:16px;

}

.reiki-icon{
width:70px;
min-width:70px;
}

.reiki-icon img{
width:70px;
height:70px;
}

.reiki-text h3{
font-size:18px;
}

}

/* Elementor レイキ特徴カード */
.reiki-features-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.reiki-feature-card{
background:#fff;
border:1px solid #e5ecec;
border-radius:20px;
padding:40px 32px;
text-align:center;
height:100%;
display:flex;
flex-direction:column;
align-items:center;
box-shadow:
0 10px 30px rgba(95,132,140,.05);
transition:.25s;

font-family:
"Noto Serif JP",
serif;

}

.reiki-feature-card:hover{
transform:translateY(-4px);
box-shadow:
0 16px 40px rgba(95,132,140,.08);
}

/* アイコン */

.reiki-feature-icon{
width:120px;
height:120px;
margin-bottom:24px;
}

.reiki-feature-icon img{
width:100%;
height:100%;
object-fit:contain;
display:block;
}

/* タイトル */

.reiki-feature-card h3{
font-size:24px;
font-weight:500;
color:#456873;
margin-bottom:14px;
letter-spacing:.05em;
}

/* 説明 */

.reiki-feature-card p{
font-size:15px;
line-height:1.9;
color:#6d8087;
margin:0;
}

@media(max-width:768px){
.reiki-features-grid{
grid-template-columns:1fr;
}

.reiki-feature-card{
padding:28px;

}

.reiki-feature-icon{
width:90px;
height:90px;
}

.reiki-feature-card h3{
font-size:18px;
}
}

/* レイキとは */
.reiki-about-section{
  padding:100px 20px;
  background:linear-gradient(180deg,#f7fbfb 0%,#ffffff 100%);
  font-family:"Noto Serif JP",serif;
  color:#2f4650;
}

.reiki-about-inner{
  max-width:1100px;
  margin:0 auto;
}

.reiki-about-label{
  color:#3f9aaa;
  font-size:18px;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.reiki-about-title{
  font-size:42px;
  line-height:1.6;
  font-weight:400;
  letter-spacing:.12em;
  margin-bottom:28px;
}

.reiki-about-lead{
  max-width:760px;
  font-size:17px;
  line-height:2.1;
  color:#5f747b;
  margin-bottom:56px;
}

.reiki-about-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.reiki-about-card{
  background:#fff;
  border:1px solid #e1ecec;
  border-radius:24px;
  padding:36px 30px;
  box-shadow:0 12px 35px rgba(95,132,140,.07);
}

.reiki-about-card span{
  display:inline-block;
  color:#3f9aaa;
  font-size:24px;
  letter-spacing:.12em;
  margin-bottom:18px;
}

.reiki-about-card h3{
  font-size:22px;
  font-weight:500;
  color:#456873;
  margin-bottom:16px;
  line-height:1.6;
}

.reiki-about-card p{
  font-size:15px;
  line-height:2;
  color:#6d8087;
  margin:0;
}

.sp-only{
  display:none;
}

@media(max-width:768px){
  .reiki-about-section{
    padding:70px 20px;
  }

  .reiki-about-title{
    font-size:24px;
  }

  .reiki-about-cards{
    grid-template-columns:1fr;
  }

  .sp-only{
    display:block;
  }
}