@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-gnav>.menu-item>a {
	clear:#000;
}

.c-iconBtn__icon {
    font-size: 32px;
    color: #149143 !important;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.familjen-grotesk {
  font-family: "Familjen Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

p {
	line-height:2rem;
}

@media (max-width: 959px) {
.l-header__inner .c-catchphrase {
display: block;
margin-top: -40px;
margin-left: 53px;
margin-bottom: 10px;
font-size: 12px;
color: #148336;
}
}

/* title */
.-series .l-header__logo .c-catchphrase {
	color:#149143;
	font-size:1rem;
	font-weight: bold;
}
@media screen and (min-width: 960px){
    .l-header__inner.l-container,
    .l-fixHeader__inner.l-container {
        max-width: 90%;
    }
}

.l-topTitleArea {
        border-radius: 0 30px;
    }


/*投稿ページのタイトル*/
.c-postTitle__ttl{
font-size:1.7rem;
font-weight: 700;
font-style: normal;
color:#149143;
}

/*固定ページのタイトル*/
.c-pageTitle{
font-size:1.7rem;
font-weight: 700;
font-style: normal;
}

.c-pageTitle__subTitle{
	font-style:normal;
}

.c-postTitle__date {
	color:#149143;
}

/*　nav　　*/
.c-gnav>.menu-item>a .ttl {
	font-size:14px;
}

.c-smallNavTitle {
font-size:14px;
	line-height:1.6;
	font-weight: 900;
	opacity: 1;
}

.c-gnav>.menu-item>a {
    padding: 0 20px;
}



/* footer  */
.l-footer{
  width: 100%;
  height: 280px; /* 高さは好みで調整 */
  background: url("/cms/wp-content/uploads/2025/07/footer_bg.png") no-repeat center top;
  background-size: 100% auto; /* 横幅を100%、高さは自動 */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
	.l-footer{
	background-color:#149143;
	background: url("/cms/wp-content/uploads/2025/07/footer_bg.png") no-repeat center top;
  background-size: 100% 90px; /* 横幅を100%、高さは自動 */
	height:90px;
	}
}


/* footer contact link */ 
.contact-wrapper {
  display: flex;
  justify-content: center; /* 横中央揃え */
  margin: 50px 0;         /* 上下の余白 */
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 20px 30px;
  text-decoration: none;
  border-radius: 4px; /* 角を少し丸める（任意） */
}

.contact-btn span {
  font-size: 16px;
}

.contact-btn strong {
  margin-right: 8px;
	font-size: 24px;
}

.contact-btn .icon {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.contact-btn .icon img {
  width: 60px;   /* アイコンのサイズ調整 */
  height: 60px;
}

@media screen and (min-width:600px) and ( max-width:1199px) {
.contact-btn span {
  font-size: 14px;
}
.contact-btn strong {
  margin-right: 8px;
	font-size: 18px;
}	
}

/* 共通コンテンツリンク背景白 */
.content_link a{
font-size: 1.5rem;
}
.content_link a::after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 82px;
  margin-left: 5px;
  background: url("/cms/wp-content/uploads/arrow_green.svg") no-repeat center / contain;
  vertical-align: middle;
  transition: transform 0.4s ease;
}
.content_link a:hover::after {
  transform: translateX(5px); /* ← 右にじわっと動く */
}
/* 共通コンテンツリンク背景 */
.content_link_green a{
font-size: 1.5rem;
}
.content_link_green a::after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 82px;
  margin-left: 5px;
  background: url("/cms/wp-content/uploads/arrow_white.svg") no-repeat center / contain;
  vertical-align: middle;
  transition: transform 0.4s ease;
}
.content_link_green a:hover::after {
  transform: translateX(5px); /* ← 右にじわっと動く */
}
@media screen and (max-width: 900px) {
.content_link a::after {
  width: 60px;
  height: 60px;
}
	.content_link_green a::after {
  width: 60px;
  height: 60px;
}
}

/* SPメニューリンク背景白 */
.spmenu_link a{
font-size: 1rem;
position: relative; /* 疑似要素の相対基準に */
overflow: visible;  /* 必要ならはみ出しを許可 */
}
.spmenu_link a::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  background: url("/cms/wp-content/uploads/arrow_green.svg") no-repeat center / contain;
  vertical-align: middle;
  transition: transform 0.4s ease;
　position: relative;
  top: -1rem;
}
.spmenu_link a:hover::after {
  transform: translateX(5px); /* ← 右にじわっと動く */
}

@media screen and (max-width: 900px) {
.spmenu_link a::after {
  width: 60px;
  height: 60px;
}
}


.linklist {
 border-radius: 10px;
 border: 1px solid #149143;
 background-color: #fff;
 padding: 30px;
}

/*　ヘッダーお問い合わせボタン　*/　.mail-icon-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.mail-icon-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 14px;
}
.mail-icon {
  width: 64px;
  height: 64px;
}
.mail-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mail-icon .bg {
  fill: #149143;
}
.mail-icon .envelope-body,
.mail-icon .envelope-flap {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mail-icon-link:hover .mail-icon {
  transform: scale(1.05);
  transition: transform .2s ease;
}

/* HOME　*/
.main_img {
   border-radius: 100px 100px 0 0;
}

@media screen and (max-width: 959px) {
.main_img {
   border-radius: 30px 30px 0 0;
}
}
.radius2020 img {
border-radius: 20px 20px 0 0;  
}


.keisen {
  border-left: 1px solid #fff;
  height: 100%;
  padding-left: 30px;
}

@media screen and (max-width: 600px) {
.keisen {
  border-top: 1px solid #fff;
  border-left: none;
  height: 100%;
  padding-top: 30px;
}
}

.under a {
text-decoration: underline;
}

/*　トレーナーサムネイル　*/
figure.wp-block-image.image-card {
  position: relative;
  display: inline-block;
  overflow: hidden; /* 角丸を効かせるために必要 */
  border-radius: 15px; /* figure自体に角丸を指定 */
}

figure.wp-block-image.image-card img {
  display: block;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  transform: translate(-10px, -10px) scale(1); /* 初期は左上にズラす */
  transition: transform 0.4s ease;
}

figure.wp-block-image.image-card:hover img {
  transform: translate(0, 0) scale(1.05); /* ピタッと重なって少しズーム */
}

figure.wp-block-image.image-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8fd1b5;
  border-radius: 15px;
  z-index: 0;
  pointer-events: none;
}



/*　サービス　*/
.border-radius15px {
  position: relative; /* 擬似要素を基準にする */
  background: #fff;
  border-radius: 15px;
  overflow: visible; /* 半円がはみ出すのを許可 */
 padding: 3vw !important;
}

/* 上半分の円を追加 */
.border-radius15px::before {
  content: "";
  position: absolute;
  top: -50px; /* 半分の高さ分上に出す */
  left: 50%;
  transform: translateX(-50%);
  width: 200px;        /* 円の直径（必要なら調整可） */
  height: 100px;       /* 上半分の高さ = 半径 */
  background: #fff;
  border-radius: 100px 100px 0 0; /* 上半分の円形 */
}
.service_text {
 padding: 50px !important;
 margin:50px !important;
}
.service_text p {
line-height:2.5rem;
font-size:18px;
}
.service_text li {
line-height:2.5rem;
}

.program_text p {
line-height:1.5rem;
font-size:16px;
}


/* トレーナーページ　プロフィール　*/
.profile_wp {
 margin: 0;
　color:#149143;
}

.profile {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 40% auto 0 auto; /* ← ここを修正 */
}

.profile img {
  display: block;
  margin: 40% 0% 5% auto;
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 20px;
}

.profile-text {
  position: absolute;
  top: 55%;
  left: 5%; /* ← 写真の左端から25%の位置に配置 */
  transform: translate(-5%, -70%); /* ← 横方向に-25%ずらして写真にかぶせる */
  width: 50%; /* テキストブロックの幅 */
  max-width: 500px;
  color: #006633;
  z-index: 2; /* 写真より上 */
}
h1.name {
  font-size: 70px;
   margin: 40px 0 40px 0px;
	line-height:1.2;
  }
.role {
  font-size: 20px;
  margin: 0 0 0px;
}
.jp-name {
  font-size: 30px;
  margin: 0 0 250px 0px;
}

.title {
  font-size: 16px;
  margin: 6px 0;
  line-height: 1.6;
}

/* ===== タブレット・スマホ ===== */
@media (max-width: 1200px) {

.profile img {
  display: block;
   margin: 40% 0% 5% auto;
  width: 100%;
  height: auto;
  max-width: 500px;
}

.profile-text {
  position: absolute;
  top: 50%;
  left: 10%; /* ← 写真の左端から25%の位置に配置 */
  transform: translate(-10%, -70%); /* ← 横方向に-25%ずらして写真にかぶせる */
  width: 50%; /* テキストブロックの幅 */
  max-width: 500px;
  color: #006633;
  z-index: 2; /* 写真より上 */
}
  h1.name {
    font-size: 60px;
  }
.jp-name {
  font-size: 30px;
  margin: 0 0 30px 0px;
}
}

/* ===== スマホ対応 ===== */
@media (max-width: 900px) {
.title {
  font-size: 13px;
  margin: 6px 0;
  line-height: 1.6;
}
}

/* ===== スマホ対応 ===== */
@media (max-width: 900px) {

.profile img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 500px;
}
  .profile-text {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }

h1.name {
    font-size: 35px; 
  }
}

.salon_text {
   max-width: 904px;
   margin: 0 auto;
}

